@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@-webkit-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

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] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

textarea {
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  box-sizing: inherit;
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.3575rem;
  padding-right: 0.3575rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media print, screen and (min-width: 0px) {
  .container {
    max-width: 320px;
  }
}
@media print, screen and (min-width: 360px) {
  .container {
    max-width: 360px;
  }
}
@media print, screen and (min-width: 414px) {
  .container {
    max-width: 414px;
  }
}
@media print, screen and (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media print, screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media print, screen and (min-width: 1020px) {
  .container {
    max-width: 1020px;
  }
}
@media (min-width: 1266px) {
  .container {
    max-width: 1266px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.3575rem;
  padding-right: 0.3575rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.3575rem;
  margin-right: -0.3575rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-lg-30, .col-lg-29, .col-lg-28, .col-lg-27, .col-lg-26, .col-lg-25, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-mallfilter-30, .col-mallfilter-29, .col-mallfilter-28, .col-mallfilter-27, .col-mallfilter-26, .col-mallfilter-25, .col-mallfilter-24, .col-mallfilter-23, .col-mallfilter-22, .col-mallfilter-21, .col-mallfilter-20, .col-mallfilter-19, .col-mallfilter-18, .col-mallfilter-17, .col-mallfilter-16, .col-mallfilter-15, .col-mallfilter-14, .col-mallfilter-13, .col-mallfilter-12, .col-mallfilter-11, .col-mallfilter-10, .col-mallfilter-9, .col-mallfilter-8, .col-mallfilter-7, .col-mallfilter-6, .col-mallfilter-5, .col-mallfilter-4, .col-mallfilter-3, .col-mallfilter-2, .col-mallfilter-1, .col-slg-30, .col-slg-29, .col-slg-28, .col-slg-27, .col-slg-26, .col-slg-25, .col-slg-24, .col-slg-23, .col-slg-22, .col-slg-21, .col-slg-20, .col-slg-19, .col-slg-18, .col-slg-17, .col-slg-16, .col-slg-15, .col-slg-14, .col-slg-13, .col-slg-12, .col-slg-11, .col-slg-10, .col-slg-9, .col-slg-8, .col-slg-7, .col-slg-6, .col-slg-5, .col-slg-4, .col-slg-3, .col-slg-2, .col-slg-1, .col-md-30, .col-md-29, .col-md-28, .col-md-27, .col-md-26, .col-md-25, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-30, .col-sm-29, .col-sm-28, .col-sm-27, .col-sm-26, .col-sm-25, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-s414-30, .col-s414-29, .col-s414-28, .col-s414-27, .col-s414-26, .col-s414-25, .col-s414-24, .col-s414-23, .col-s414-22, .col-s414-21, .col-s414-20, .col-s414-19, .col-s414-18, .col-s414-17, .col-s414-16, .col-s414-15, .col-s414-14, .col-s414-13, .col-s414-12, .col-s414-11, .col-s414-10, .col-s414-9, .col-s414-8, .col-s414-7, .col-s414-6, .col-s414-5, .col-s414-4, .col-s414-3, .col-s414-2, .col-s414-1, .col-s360-30, .col-s360-29, .col-s360-28, .col-s360-27, .col-s360-26, .col-s360-25, .col-s360-24, .col-s360-23, .col-s360-22, .col-s360-21, .col-s360-20, .col-s360-19, .col-s360-18, .col-s360-17, .col-s360-16, .col-s360-15, .col-s360-14, .col-s360-13, .col-s360-12, .col-s360-11, .col-s360-10, .col-s360-9, .col-s360-8, .col-s360-7, .col-s360-6, .col-s360-5, .col-s360-4, .col-s360-3, .col-s360-2, .col-s360-1, .col-xs-30, .col-xs-29, .col-xs-28, .col-xs-27, .col-xs-26, .col-xs-25, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.3575rem;
  padding-right: 0.3575rem;
}

@media print, screen and (min-width: 0px) {
  .col-xs-30, .col-xs-29, .col-xs-28, .col-xs-27, .col-xs-26, .col-xs-25, .col-xs-24, .col-xs-23, .col-xs-22, .col-xs-21, .col-xs-20, .col-xs-19, .col-xs-18, .col-xs-17, .col-xs-16, .col-xs-15, .col-xs-14, .col-xs-13, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
  }
  .col-xs-1 {
    width: 3.3333333333%;
  }
  .col-xs-2 {
    width: 6.6666666667%;
  }
  .col-xs-3 {
    width: 10%;
  }
  .col-xs-4 {
    width: 13.3333333333%;
  }
  .col-xs-5 {
    width: 16.6666666667%;
  }
  .col-xs-6 {
    width: 20%;
  }
  .col-xs-7 {
    width: 23.3333333333%;
  }
  .col-xs-8 {
    width: 26.6666666667%;
  }
  .col-xs-9 {
    width: 30%;
  }
  .col-xs-10 {
    width: 33.3333333333%;
  }
  .col-xs-11 {
    width: 36.6666666667%;
  }
  .col-xs-12 {
    width: 40%;
  }
  .col-xs-13 {
    width: 43.3333333333%;
  }
  .col-xs-14 {
    width: 46.6666666667%;
  }
  .col-xs-15 {
    width: 50%;
  }
  .col-xs-16 {
    width: 53.3333333333%;
  }
  .col-xs-17 {
    width: 56.6666666667%;
  }
  .col-xs-18 {
    width: 60%;
  }
  .col-xs-19 {
    width: 63.3333333333%;
  }
  .col-xs-20 {
    width: 66.6666666667%;
  }
  .col-xs-21 {
    width: 70%;
  }
  .col-xs-22 {
    width: 73.3333333333%;
  }
  .col-xs-23 {
    width: 76.6666666667%;
  }
  .col-xs-24 {
    width: 80%;
  }
  .col-xs-25 {
    width: 83.3333333333%;
  }
  .col-xs-26 {
    width: 86.6666666667%;
  }
  .col-xs-27 {
    width: 90%;
  }
  .col-xs-28 {
    width: 93.3333333333%;
  }
  .col-xs-29 {
    width: 96.6666666667%;
  }
  .col-xs-30 {
    width: 100%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 3.3333333333%;
  }
  .col-xs-pull-2 {
    right: 6.6666666667%;
  }
  .col-xs-pull-3 {
    right: 10%;
  }
  .col-xs-pull-4 {
    right: 13.3333333333%;
  }
  .col-xs-pull-5 {
    right: 16.6666666667%;
  }
  .col-xs-pull-6 {
    right: 20%;
  }
  .col-xs-pull-7 {
    right: 23.3333333333%;
  }
  .col-xs-pull-8 {
    right: 26.6666666667%;
  }
  .col-xs-pull-9 {
    right: 30%;
  }
  .col-xs-pull-10 {
    right: 33.3333333333%;
  }
  .col-xs-pull-11 {
    right: 36.6666666667%;
  }
  .col-xs-pull-12 {
    right: 40%;
  }
  .col-xs-pull-13 {
    right: 43.3333333333%;
  }
  .col-xs-pull-14 {
    right: 46.6666666667%;
  }
  .col-xs-pull-15 {
    right: 50%;
  }
  .col-xs-pull-16 {
    right: 53.3333333333%;
  }
  .col-xs-pull-17 {
    right: 56.6666666667%;
  }
  .col-xs-pull-18 {
    right: 60%;
  }
  .col-xs-pull-19 {
    right: 63.3333333333%;
  }
  .col-xs-pull-20 {
    right: 66.6666666667%;
  }
  .col-xs-pull-21 {
    right: 70%;
  }
  .col-xs-pull-22 {
    right: 73.3333333333%;
  }
  .col-xs-pull-23 {
    right: 76.6666666667%;
  }
  .col-xs-pull-24 {
    right: 80%;
  }
  .col-xs-pull-25 {
    right: 83.3333333333%;
  }
  .col-xs-pull-26 {
    right: 86.6666666667%;
  }
  .col-xs-pull-27 {
    right: 90%;
  }
  .col-xs-pull-28 {
    right: 93.3333333333%;
  }
  .col-xs-pull-29 {
    right: 96.6666666667%;
  }
  .col-xs-pull-30 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 3.3333333333%;
  }
  .col-xs-push-2 {
    left: 6.6666666667%;
  }
  .col-xs-push-3 {
    left: 10%;
  }
  .col-xs-push-4 {
    left: 13.3333333333%;
  }
  .col-xs-push-5 {
    left: 16.6666666667%;
  }
  .col-xs-push-6 {
    left: 20%;
  }
  .col-xs-push-7 {
    left: 23.3333333333%;
  }
  .col-xs-push-8 {
    left: 26.6666666667%;
  }
  .col-xs-push-9 {
    left: 30%;
  }
  .col-xs-push-10 {
    left: 33.3333333333%;
  }
  .col-xs-push-11 {
    left: 36.6666666667%;
  }
  .col-xs-push-12 {
    left: 40%;
  }
  .col-xs-push-13 {
    left: 43.3333333333%;
  }
  .col-xs-push-14 {
    left: 46.6666666667%;
  }
  .col-xs-push-15 {
    left: 50%;
  }
  .col-xs-push-16 {
    left: 53.3333333333%;
  }
  .col-xs-push-17 {
    left: 56.6666666667%;
  }
  .col-xs-push-18 {
    left: 60%;
  }
  .col-xs-push-19 {
    left: 63.3333333333%;
  }
  .col-xs-push-20 {
    left: 66.6666666667%;
  }
  .col-xs-push-21 {
    left: 70%;
  }
  .col-xs-push-22 {
    left: 73.3333333333%;
  }
  .col-xs-push-23 {
    left: 76.6666666667%;
  }
  .col-xs-push-24 {
    left: 80%;
  }
  .col-xs-push-25 {
    left: 83.3333333333%;
  }
  .col-xs-push-26 {
    left: 86.6666666667%;
  }
  .col-xs-push-27 {
    left: 90%;
  }
  .col-xs-push-28 {
    left: 93.3333333333%;
  }
  .col-xs-push-29 {
    left: 96.6666666667%;
  }
  .col-xs-push-30 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
  .col-xs-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 10%;
  }
  .col-xs-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 20%;
  }
  .col-xs-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 30%;
  }
  .col-xs-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 40%;
  }
  .col-xs-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-xs-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-xs-offset-15 {
    margin-left: 50%;
  }
  .col-xs-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-xs-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-xs-offset-18 {
    margin-left: 60%;
  }
  .col-xs-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-xs-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-21 {
    margin-left: 70%;
  }
  .col-xs-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-xs-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-xs-offset-24 {
    margin-left: 80%;
  }
  .col-xs-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-xs-offset-27 {
    margin-left: 90%;
  }
  .col-xs-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-xs-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-xs-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 360px) {
  .col-s360-30, .col-s360-29, .col-s360-28, .col-s360-27, .col-s360-26, .col-s360-25, .col-s360-24, .col-s360-23, .col-s360-22, .col-s360-21, .col-s360-20, .col-s360-19, .col-s360-18, .col-s360-17, .col-s360-16, .col-s360-15, .col-s360-14, .col-s360-13, .col-s360-12, .col-s360-11, .col-s360-10, .col-s360-9, .col-s360-8, .col-s360-7, .col-s360-6, .col-s360-5, .col-s360-4, .col-s360-3, .col-s360-2, .col-s360-1 {
    float: left;
  }
  .col-s360-1 {
    width: 3.3333333333%;
  }
  .col-s360-2 {
    width: 6.6666666667%;
  }
  .col-s360-3 {
    width: 10%;
  }
  .col-s360-4 {
    width: 13.3333333333%;
  }
  .col-s360-5 {
    width: 16.6666666667%;
  }
  .col-s360-6 {
    width: 20%;
  }
  .col-s360-7 {
    width: 23.3333333333%;
  }
  .col-s360-8 {
    width: 26.6666666667%;
  }
  .col-s360-9 {
    width: 30%;
  }
  .col-s360-10 {
    width: 33.3333333333%;
  }
  .col-s360-11 {
    width: 36.6666666667%;
  }
  .col-s360-12 {
    width: 40%;
  }
  .col-s360-13 {
    width: 43.3333333333%;
  }
  .col-s360-14 {
    width: 46.6666666667%;
  }
  .col-s360-15 {
    width: 50%;
  }
  .col-s360-16 {
    width: 53.3333333333%;
  }
  .col-s360-17 {
    width: 56.6666666667%;
  }
  .col-s360-18 {
    width: 60%;
  }
  .col-s360-19 {
    width: 63.3333333333%;
  }
  .col-s360-20 {
    width: 66.6666666667%;
  }
  .col-s360-21 {
    width: 70%;
  }
  .col-s360-22 {
    width: 73.3333333333%;
  }
  .col-s360-23 {
    width: 76.6666666667%;
  }
  .col-s360-24 {
    width: 80%;
  }
  .col-s360-25 {
    width: 83.3333333333%;
  }
  .col-s360-26 {
    width: 86.6666666667%;
  }
  .col-s360-27 {
    width: 90%;
  }
  .col-s360-28 {
    width: 93.3333333333%;
  }
  .col-s360-29 {
    width: 96.6666666667%;
  }
  .col-s360-30 {
    width: 100%;
  }
  .col-s360-pull-0 {
    right: auto;
  }
  .col-s360-pull-1 {
    right: 3.3333333333%;
  }
  .col-s360-pull-2 {
    right: 6.6666666667%;
  }
  .col-s360-pull-3 {
    right: 10%;
  }
  .col-s360-pull-4 {
    right: 13.3333333333%;
  }
  .col-s360-pull-5 {
    right: 16.6666666667%;
  }
  .col-s360-pull-6 {
    right: 20%;
  }
  .col-s360-pull-7 {
    right: 23.3333333333%;
  }
  .col-s360-pull-8 {
    right: 26.6666666667%;
  }
  .col-s360-pull-9 {
    right: 30%;
  }
  .col-s360-pull-10 {
    right: 33.3333333333%;
  }
  .col-s360-pull-11 {
    right: 36.6666666667%;
  }
  .col-s360-pull-12 {
    right: 40%;
  }
  .col-s360-pull-13 {
    right: 43.3333333333%;
  }
  .col-s360-pull-14 {
    right: 46.6666666667%;
  }
  .col-s360-pull-15 {
    right: 50%;
  }
  .col-s360-pull-16 {
    right: 53.3333333333%;
  }
  .col-s360-pull-17 {
    right: 56.6666666667%;
  }
  .col-s360-pull-18 {
    right: 60%;
  }
  .col-s360-pull-19 {
    right: 63.3333333333%;
  }
  .col-s360-pull-20 {
    right: 66.6666666667%;
  }
  .col-s360-pull-21 {
    right: 70%;
  }
  .col-s360-pull-22 {
    right: 73.3333333333%;
  }
  .col-s360-pull-23 {
    right: 76.6666666667%;
  }
  .col-s360-pull-24 {
    right: 80%;
  }
  .col-s360-pull-25 {
    right: 83.3333333333%;
  }
  .col-s360-pull-26 {
    right: 86.6666666667%;
  }
  .col-s360-pull-27 {
    right: 90%;
  }
  .col-s360-pull-28 {
    right: 93.3333333333%;
  }
  .col-s360-pull-29 {
    right: 96.6666666667%;
  }
  .col-s360-pull-30 {
    right: 100%;
  }
  .col-s360-push-0 {
    left: auto;
  }
  .col-s360-push-1 {
    left: 3.3333333333%;
  }
  .col-s360-push-2 {
    left: 6.6666666667%;
  }
  .col-s360-push-3 {
    left: 10%;
  }
  .col-s360-push-4 {
    left: 13.3333333333%;
  }
  .col-s360-push-5 {
    left: 16.6666666667%;
  }
  .col-s360-push-6 {
    left: 20%;
  }
  .col-s360-push-7 {
    left: 23.3333333333%;
  }
  .col-s360-push-8 {
    left: 26.6666666667%;
  }
  .col-s360-push-9 {
    left: 30%;
  }
  .col-s360-push-10 {
    left: 33.3333333333%;
  }
  .col-s360-push-11 {
    left: 36.6666666667%;
  }
  .col-s360-push-12 {
    left: 40%;
  }
  .col-s360-push-13 {
    left: 43.3333333333%;
  }
  .col-s360-push-14 {
    left: 46.6666666667%;
  }
  .col-s360-push-15 {
    left: 50%;
  }
  .col-s360-push-16 {
    left: 53.3333333333%;
  }
  .col-s360-push-17 {
    left: 56.6666666667%;
  }
  .col-s360-push-18 {
    left: 60%;
  }
  .col-s360-push-19 {
    left: 63.3333333333%;
  }
  .col-s360-push-20 {
    left: 66.6666666667%;
  }
  .col-s360-push-21 {
    left: 70%;
  }
  .col-s360-push-22 {
    left: 73.3333333333%;
  }
  .col-s360-push-23 {
    left: 76.6666666667%;
  }
  .col-s360-push-24 {
    left: 80%;
  }
  .col-s360-push-25 {
    left: 83.3333333333%;
  }
  .col-s360-push-26 {
    left: 86.6666666667%;
  }
  .col-s360-push-27 {
    left: 90%;
  }
  .col-s360-push-28 {
    left: 93.3333333333%;
  }
  .col-s360-push-29 {
    left: 96.6666666667%;
  }
  .col-s360-push-30 {
    left: 100%;
  }
  .col-s360-offset-0 {
    margin-left: 0%;
  }
  .col-s360-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-s360-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-s360-offset-3 {
    margin-left: 10%;
  }
  .col-s360-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-s360-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-s360-offset-6 {
    margin-left: 20%;
  }
  .col-s360-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-s360-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-s360-offset-9 {
    margin-left: 30%;
  }
  .col-s360-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-s360-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-s360-offset-12 {
    margin-left: 40%;
  }
  .col-s360-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-s360-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-s360-offset-15 {
    margin-left: 50%;
  }
  .col-s360-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-s360-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-s360-offset-18 {
    margin-left: 60%;
  }
  .col-s360-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-s360-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-s360-offset-21 {
    margin-left: 70%;
  }
  .col-s360-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-s360-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-s360-offset-24 {
    margin-left: 80%;
  }
  .col-s360-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-s360-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-s360-offset-27 {
    margin-left: 90%;
  }
  .col-s360-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-s360-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-s360-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 414px) {
  .col-s414-30, .col-s414-29, .col-s414-28, .col-s414-27, .col-s414-26, .col-s414-25, .col-s414-24, .col-s414-23, .col-s414-22, .col-s414-21, .col-s414-20, .col-s414-19, .col-s414-18, .col-s414-17, .col-s414-16, .col-s414-15, .col-s414-14, .col-s414-13, .col-s414-12, .col-s414-11, .col-s414-10, .col-s414-9, .col-s414-8, .col-s414-7, .col-s414-6, .col-s414-5, .col-s414-4, .col-s414-3, .col-s414-2, .col-s414-1 {
    float: left;
  }
  .col-s414-1 {
    width: 3.3333333333%;
  }
  .col-s414-2 {
    width: 6.6666666667%;
  }
  .col-s414-3 {
    width: 10%;
  }
  .col-s414-4 {
    width: 13.3333333333%;
  }
  .col-s414-5 {
    width: 16.6666666667%;
  }
  .col-s414-6 {
    width: 20%;
  }
  .col-s414-7 {
    width: 23.3333333333%;
  }
  .col-s414-8 {
    width: 26.6666666667%;
  }
  .col-s414-9 {
    width: 30%;
  }
  .col-s414-10 {
    width: 33.3333333333%;
  }
  .col-s414-11 {
    width: 36.6666666667%;
  }
  .col-s414-12 {
    width: 40%;
  }
  .col-s414-13 {
    width: 43.3333333333%;
  }
  .col-s414-14 {
    width: 46.6666666667%;
  }
  .col-s414-15 {
    width: 50%;
  }
  .col-s414-16 {
    width: 53.3333333333%;
  }
  .col-s414-17 {
    width: 56.6666666667%;
  }
  .col-s414-18 {
    width: 60%;
  }
  .col-s414-19 {
    width: 63.3333333333%;
  }
  .col-s414-20 {
    width: 66.6666666667%;
  }
  .col-s414-21 {
    width: 70%;
  }
  .col-s414-22 {
    width: 73.3333333333%;
  }
  .col-s414-23 {
    width: 76.6666666667%;
  }
  .col-s414-24 {
    width: 80%;
  }
  .col-s414-25 {
    width: 83.3333333333%;
  }
  .col-s414-26 {
    width: 86.6666666667%;
  }
  .col-s414-27 {
    width: 90%;
  }
  .col-s414-28 {
    width: 93.3333333333%;
  }
  .col-s414-29 {
    width: 96.6666666667%;
  }
  .col-s414-30 {
    width: 100%;
  }
  .col-s414-pull-0 {
    right: auto;
  }
  .col-s414-pull-1 {
    right: 3.3333333333%;
  }
  .col-s414-pull-2 {
    right: 6.6666666667%;
  }
  .col-s414-pull-3 {
    right: 10%;
  }
  .col-s414-pull-4 {
    right: 13.3333333333%;
  }
  .col-s414-pull-5 {
    right: 16.6666666667%;
  }
  .col-s414-pull-6 {
    right: 20%;
  }
  .col-s414-pull-7 {
    right: 23.3333333333%;
  }
  .col-s414-pull-8 {
    right: 26.6666666667%;
  }
  .col-s414-pull-9 {
    right: 30%;
  }
  .col-s414-pull-10 {
    right: 33.3333333333%;
  }
  .col-s414-pull-11 {
    right: 36.6666666667%;
  }
  .col-s414-pull-12 {
    right: 40%;
  }
  .col-s414-pull-13 {
    right: 43.3333333333%;
  }
  .col-s414-pull-14 {
    right: 46.6666666667%;
  }
  .col-s414-pull-15 {
    right: 50%;
  }
  .col-s414-pull-16 {
    right: 53.3333333333%;
  }
  .col-s414-pull-17 {
    right: 56.6666666667%;
  }
  .col-s414-pull-18 {
    right: 60%;
  }
  .col-s414-pull-19 {
    right: 63.3333333333%;
  }
  .col-s414-pull-20 {
    right: 66.6666666667%;
  }
  .col-s414-pull-21 {
    right: 70%;
  }
  .col-s414-pull-22 {
    right: 73.3333333333%;
  }
  .col-s414-pull-23 {
    right: 76.6666666667%;
  }
  .col-s414-pull-24 {
    right: 80%;
  }
  .col-s414-pull-25 {
    right: 83.3333333333%;
  }
  .col-s414-pull-26 {
    right: 86.6666666667%;
  }
  .col-s414-pull-27 {
    right: 90%;
  }
  .col-s414-pull-28 {
    right: 93.3333333333%;
  }
  .col-s414-pull-29 {
    right: 96.6666666667%;
  }
  .col-s414-pull-30 {
    right: 100%;
  }
  .col-s414-push-0 {
    left: auto;
  }
  .col-s414-push-1 {
    left: 3.3333333333%;
  }
  .col-s414-push-2 {
    left: 6.6666666667%;
  }
  .col-s414-push-3 {
    left: 10%;
  }
  .col-s414-push-4 {
    left: 13.3333333333%;
  }
  .col-s414-push-5 {
    left: 16.6666666667%;
  }
  .col-s414-push-6 {
    left: 20%;
  }
  .col-s414-push-7 {
    left: 23.3333333333%;
  }
  .col-s414-push-8 {
    left: 26.6666666667%;
  }
  .col-s414-push-9 {
    left: 30%;
  }
  .col-s414-push-10 {
    left: 33.3333333333%;
  }
  .col-s414-push-11 {
    left: 36.6666666667%;
  }
  .col-s414-push-12 {
    left: 40%;
  }
  .col-s414-push-13 {
    left: 43.3333333333%;
  }
  .col-s414-push-14 {
    left: 46.6666666667%;
  }
  .col-s414-push-15 {
    left: 50%;
  }
  .col-s414-push-16 {
    left: 53.3333333333%;
  }
  .col-s414-push-17 {
    left: 56.6666666667%;
  }
  .col-s414-push-18 {
    left: 60%;
  }
  .col-s414-push-19 {
    left: 63.3333333333%;
  }
  .col-s414-push-20 {
    left: 66.6666666667%;
  }
  .col-s414-push-21 {
    left: 70%;
  }
  .col-s414-push-22 {
    left: 73.3333333333%;
  }
  .col-s414-push-23 {
    left: 76.6666666667%;
  }
  .col-s414-push-24 {
    left: 80%;
  }
  .col-s414-push-25 {
    left: 83.3333333333%;
  }
  .col-s414-push-26 {
    left: 86.6666666667%;
  }
  .col-s414-push-27 {
    left: 90%;
  }
  .col-s414-push-28 {
    left: 93.3333333333%;
  }
  .col-s414-push-29 {
    left: 96.6666666667%;
  }
  .col-s414-push-30 {
    left: 100%;
  }
  .col-s414-offset-0 {
    margin-left: 0%;
  }
  .col-s414-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-s414-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-s414-offset-3 {
    margin-left: 10%;
  }
  .col-s414-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-s414-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-s414-offset-6 {
    margin-left: 20%;
  }
  .col-s414-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-s414-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-s414-offset-9 {
    margin-left: 30%;
  }
  .col-s414-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-s414-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-s414-offset-12 {
    margin-left: 40%;
  }
  .col-s414-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-s414-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-s414-offset-15 {
    margin-left: 50%;
  }
  .col-s414-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-s414-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-s414-offset-18 {
    margin-left: 60%;
  }
  .col-s414-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-s414-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-s414-offset-21 {
    margin-left: 70%;
  }
  .col-s414-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-s414-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-s414-offset-24 {
    margin-left: 80%;
  }
  .col-s414-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-s414-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-s414-offset-27 {
    margin-left: 90%;
  }
  .col-s414-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-s414-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-s414-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 480px) {
  .col-sm-30, .col-sm-29, .col-sm-28, .col-sm-27, .col-sm-26, .col-sm-25, .col-sm-24, .col-sm-23, .col-sm-22, .col-sm-21, .col-sm-20, .col-sm-19, .col-sm-18, .col-sm-17, .col-sm-16, .col-sm-15, .col-sm-14, .col-sm-13, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }
  .col-sm-1 {
    width: 3.3333333333%;
  }
  .col-sm-2 {
    width: 6.6666666667%;
  }
  .col-sm-3 {
    width: 10%;
  }
  .col-sm-4 {
    width: 13.3333333333%;
  }
  .col-sm-5 {
    width: 16.6666666667%;
  }
  .col-sm-6 {
    width: 20%;
  }
  .col-sm-7 {
    width: 23.3333333333%;
  }
  .col-sm-8 {
    width: 26.6666666667%;
  }
  .col-sm-9 {
    width: 30%;
  }
  .col-sm-10 {
    width: 33.3333333333%;
  }
  .col-sm-11 {
    width: 36.6666666667%;
  }
  .col-sm-12 {
    width: 40%;
  }
  .col-sm-13 {
    width: 43.3333333333%;
  }
  .col-sm-14 {
    width: 46.6666666667%;
  }
  .col-sm-15 {
    width: 50%;
  }
  .col-sm-16 {
    width: 53.3333333333%;
  }
  .col-sm-17 {
    width: 56.6666666667%;
  }
  .col-sm-18 {
    width: 60%;
  }
  .col-sm-19 {
    width: 63.3333333333%;
  }
  .col-sm-20 {
    width: 66.6666666667%;
  }
  .col-sm-21 {
    width: 70%;
  }
  .col-sm-22 {
    width: 73.3333333333%;
  }
  .col-sm-23 {
    width: 76.6666666667%;
  }
  .col-sm-24 {
    width: 80%;
  }
  .col-sm-25 {
    width: 83.3333333333%;
  }
  .col-sm-26 {
    width: 86.6666666667%;
  }
  .col-sm-27 {
    width: 90%;
  }
  .col-sm-28 {
    width: 93.3333333333%;
  }
  .col-sm-29 {
    width: 96.6666666667%;
  }
  .col-sm-30 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 3.3333333333%;
  }
  .col-sm-pull-2 {
    right: 6.6666666667%;
  }
  .col-sm-pull-3 {
    right: 10%;
  }
  .col-sm-pull-4 {
    right: 13.3333333333%;
  }
  .col-sm-pull-5 {
    right: 16.6666666667%;
  }
  .col-sm-pull-6 {
    right: 20%;
  }
  .col-sm-pull-7 {
    right: 23.3333333333%;
  }
  .col-sm-pull-8 {
    right: 26.6666666667%;
  }
  .col-sm-pull-9 {
    right: 30%;
  }
  .col-sm-pull-10 {
    right: 33.3333333333%;
  }
  .col-sm-pull-11 {
    right: 36.6666666667%;
  }
  .col-sm-pull-12 {
    right: 40%;
  }
  .col-sm-pull-13 {
    right: 43.3333333333%;
  }
  .col-sm-pull-14 {
    right: 46.6666666667%;
  }
  .col-sm-pull-15 {
    right: 50%;
  }
  .col-sm-pull-16 {
    right: 53.3333333333%;
  }
  .col-sm-pull-17 {
    right: 56.6666666667%;
  }
  .col-sm-pull-18 {
    right: 60%;
  }
  .col-sm-pull-19 {
    right: 63.3333333333%;
  }
  .col-sm-pull-20 {
    right: 66.6666666667%;
  }
  .col-sm-pull-21 {
    right: 70%;
  }
  .col-sm-pull-22 {
    right: 73.3333333333%;
  }
  .col-sm-pull-23 {
    right: 76.6666666667%;
  }
  .col-sm-pull-24 {
    right: 80%;
  }
  .col-sm-pull-25 {
    right: 83.3333333333%;
  }
  .col-sm-pull-26 {
    right: 86.6666666667%;
  }
  .col-sm-pull-27 {
    right: 90%;
  }
  .col-sm-pull-28 {
    right: 93.3333333333%;
  }
  .col-sm-pull-29 {
    right: 96.6666666667%;
  }
  .col-sm-pull-30 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 3.3333333333%;
  }
  .col-sm-push-2 {
    left: 6.6666666667%;
  }
  .col-sm-push-3 {
    left: 10%;
  }
  .col-sm-push-4 {
    left: 13.3333333333%;
  }
  .col-sm-push-5 {
    left: 16.6666666667%;
  }
  .col-sm-push-6 {
    left: 20%;
  }
  .col-sm-push-7 {
    left: 23.3333333333%;
  }
  .col-sm-push-8 {
    left: 26.6666666667%;
  }
  .col-sm-push-9 {
    left: 30%;
  }
  .col-sm-push-10 {
    left: 33.3333333333%;
  }
  .col-sm-push-11 {
    left: 36.6666666667%;
  }
  .col-sm-push-12 {
    left: 40%;
  }
  .col-sm-push-13 {
    left: 43.3333333333%;
  }
  .col-sm-push-14 {
    left: 46.6666666667%;
  }
  .col-sm-push-15 {
    left: 50%;
  }
  .col-sm-push-16 {
    left: 53.3333333333%;
  }
  .col-sm-push-17 {
    left: 56.6666666667%;
  }
  .col-sm-push-18 {
    left: 60%;
  }
  .col-sm-push-19 {
    left: 63.3333333333%;
  }
  .col-sm-push-20 {
    left: 66.6666666667%;
  }
  .col-sm-push-21 {
    left: 70%;
  }
  .col-sm-push-22 {
    left: 73.3333333333%;
  }
  .col-sm-push-23 {
    left: 76.6666666667%;
  }
  .col-sm-push-24 {
    left: 80%;
  }
  .col-sm-push-25 {
    left: 83.3333333333%;
  }
  .col-sm-push-26 {
    left: 86.6666666667%;
  }
  .col-sm-push-27 {
    left: 90%;
  }
  .col-sm-push-28 {
    left: 93.3333333333%;
  }
  .col-sm-push-29 {
    left: 96.6666666667%;
  }
  .col-sm-push-30 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 10%;
  }
  .col-sm-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 20%;
  }
  .col-sm-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 30%;
  }
  .col-sm-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 40%;
  }
  .col-sm-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-sm-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-sm-offset-15 {
    margin-left: 50%;
  }
  .col-sm-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-sm-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-sm-offset-18 {
    margin-left: 60%;
  }
  .col-sm-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-sm-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-21 {
    margin-left: 70%;
  }
  .col-sm-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-sm-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-sm-offset-24 {
    margin-left: 80%;
  }
  .col-sm-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-sm-offset-27 {
    margin-left: 90%;
  }
  .col-sm-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-sm-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-sm-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .col-md-30, .col-md-29, .col-md-28, .col-md-27, .col-md-26, .col-md-25, .col-md-24, .col-md-23, .col-md-22, .col-md-21, .col-md-20, .col-md-19, .col-md-18, .col-md-17, .col-md-16, .col-md-15, .col-md-14, .col-md-13, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }
  .col-md-1 {
    width: 3.3333333333%;
  }
  .col-md-2 {
    width: 6.6666666667%;
  }
  .col-md-3 {
    width: 10%;
  }
  .col-md-4 {
    width: 13.3333333333%;
  }
  .col-md-5 {
    width: 16.6666666667%;
  }
  .col-md-6 {
    width: 20%;
  }
  .col-md-7 {
    width: 23.3333333333%;
  }
  .col-md-8 {
    width: 26.6666666667%;
  }
  .col-md-9 {
    width: 30%;
  }
  .col-md-10 {
    width: 33.3333333333%;
  }
  .col-md-11 {
    width: 36.6666666667%;
  }
  .col-md-12 {
    width: 40%;
  }
  .col-md-13 {
    width: 43.3333333333%;
  }
  .col-md-14 {
    width: 46.6666666667%;
  }
  .col-md-15 {
    width: 50%;
  }
  .col-md-16 {
    width: 53.3333333333%;
  }
  .col-md-17 {
    width: 56.6666666667%;
  }
  .col-md-18 {
    width: 60%;
  }
  .col-md-19 {
    width: 63.3333333333%;
  }
  .col-md-20 {
    width: 66.6666666667%;
  }
  .col-md-21 {
    width: 70%;
  }
  .col-md-22 {
    width: 73.3333333333%;
  }
  .col-md-23 {
    width: 76.6666666667%;
  }
  .col-md-24 {
    width: 80%;
  }
  .col-md-25 {
    width: 83.3333333333%;
  }
  .col-md-26 {
    width: 86.6666666667%;
  }
  .col-md-27 {
    width: 90%;
  }
  .col-md-28 {
    width: 93.3333333333%;
  }
  .col-md-29 {
    width: 96.6666666667%;
  }
  .col-md-30 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 3.3333333333%;
  }
  .col-md-pull-2 {
    right: 6.6666666667%;
  }
  .col-md-pull-3 {
    right: 10%;
  }
  .col-md-pull-4 {
    right: 13.3333333333%;
  }
  .col-md-pull-5 {
    right: 16.6666666667%;
  }
  .col-md-pull-6 {
    right: 20%;
  }
  .col-md-pull-7 {
    right: 23.3333333333%;
  }
  .col-md-pull-8 {
    right: 26.6666666667%;
  }
  .col-md-pull-9 {
    right: 30%;
  }
  .col-md-pull-10 {
    right: 33.3333333333%;
  }
  .col-md-pull-11 {
    right: 36.6666666667%;
  }
  .col-md-pull-12 {
    right: 40%;
  }
  .col-md-pull-13 {
    right: 43.3333333333%;
  }
  .col-md-pull-14 {
    right: 46.6666666667%;
  }
  .col-md-pull-15 {
    right: 50%;
  }
  .col-md-pull-16 {
    right: 53.3333333333%;
  }
  .col-md-pull-17 {
    right: 56.6666666667%;
  }
  .col-md-pull-18 {
    right: 60%;
  }
  .col-md-pull-19 {
    right: 63.3333333333%;
  }
  .col-md-pull-20 {
    right: 66.6666666667%;
  }
  .col-md-pull-21 {
    right: 70%;
  }
  .col-md-pull-22 {
    right: 73.3333333333%;
  }
  .col-md-pull-23 {
    right: 76.6666666667%;
  }
  .col-md-pull-24 {
    right: 80%;
  }
  .col-md-pull-25 {
    right: 83.3333333333%;
  }
  .col-md-pull-26 {
    right: 86.6666666667%;
  }
  .col-md-pull-27 {
    right: 90%;
  }
  .col-md-pull-28 {
    right: 93.3333333333%;
  }
  .col-md-pull-29 {
    right: 96.6666666667%;
  }
  .col-md-pull-30 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 3.3333333333%;
  }
  .col-md-push-2 {
    left: 6.6666666667%;
  }
  .col-md-push-3 {
    left: 10%;
  }
  .col-md-push-4 {
    left: 13.3333333333%;
  }
  .col-md-push-5 {
    left: 16.6666666667%;
  }
  .col-md-push-6 {
    left: 20%;
  }
  .col-md-push-7 {
    left: 23.3333333333%;
  }
  .col-md-push-8 {
    left: 26.6666666667%;
  }
  .col-md-push-9 {
    left: 30%;
  }
  .col-md-push-10 {
    left: 33.3333333333%;
  }
  .col-md-push-11 {
    left: 36.6666666667%;
  }
  .col-md-push-12 {
    left: 40%;
  }
  .col-md-push-13 {
    left: 43.3333333333%;
  }
  .col-md-push-14 {
    left: 46.6666666667%;
  }
  .col-md-push-15 {
    left: 50%;
  }
  .col-md-push-16 {
    left: 53.3333333333%;
  }
  .col-md-push-17 {
    left: 56.6666666667%;
  }
  .col-md-push-18 {
    left: 60%;
  }
  .col-md-push-19 {
    left: 63.3333333333%;
  }
  .col-md-push-20 {
    left: 66.6666666667%;
  }
  .col-md-push-21 {
    left: 70%;
  }
  .col-md-push-22 {
    left: 73.3333333333%;
  }
  .col-md-push-23 {
    left: 76.6666666667%;
  }
  .col-md-push-24 {
    left: 80%;
  }
  .col-md-push-25 {
    left: 83.3333333333%;
  }
  .col-md-push-26 {
    left: 86.6666666667%;
  }
  .col-md-push-27 {
    left: 90%;
  }
  .col-md-push-28 {
    left: 93.3333333333%;
  }
  .col-md-push-29 {
    left: 96.6666666667%;
  }
  .col-md-push-30 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 10%;
  }
  .col-md-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 20%;
  }
  .col-md-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 30%;
  }
  .col-md-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 40%;
  }
  .col-md-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-md-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-md-offset-15 {
    margin-left: 50%;
  }
  .col-md-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-md-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-md-offset-18 {
    margin-left: 60%;
  }
  .col-md-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-md-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-21 {
    margin-left: 70%;
  }
  .col-md-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-md-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-md-offset-24 {
    margin-left: 80%;
  }
  .col-md-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-md-offset-27 {
    margin-left: 90%;
  }
  .col-md-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-md-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-md-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .col-slg-30, .col-slg-29, .col-slg-28, .col-slg-27, .col-slg-26, .col-slg-25, .col-slg-24, .col-slg-23, .col-slg-22, .col-slg-21, .col-slg-20, .col-slg-19, .col-slg-18, .col-slg-17, .col-slg-16, .col-slg-15, .col-slg-14, .col-slg-13, .col-slg-12, .col-slg-11, .col-slg-10, .col-slg-9, .col-slg-8, .col-slg-7, .col-slg-6, .col-slg-5, .col-slg-4, .col-slg-3, .col-slg-2, .col-slg-1 {
    float: left;
  }
  .col-slg-1 {
    width: 3.3333333333%;
  }
  .col-slg-2 {
    width: 6.6666666667%;
  }
  .col-slg-3 {
    width: 10%;
  }
  .col-slg-4 {
    width: 13.3333333333%;
  }
  .col-slg-5 {
    width: 16.6666666667%;
  }
  .col-slg-6 {
    width: 20%;
  }
  .col-slg-7 {
    width: 23.3333333333%;
  }
  .col-slg-8 {
    width: 26.6666666667%;
  }
  .col-slg-9 {
    width: 30%;
  }
  .col-slg-10 {
    width: 33.3333333333%;
  }
  .col-slg-11 {
    width: 36.6666666667%;
  }
  .col-slg-12 {
    width: 40%;
  }
  .col-slg-13 {
    width: 43.3333333333%;
  }
  .col-slg-14 {
    width: 46.6666666667%;
  }
  .col-slg-15 {
    width: 50%;
  }
  .col-slg-16 {
    width: 53.3333333333%;
  }
  .col-slg-17 {
    width: 56.6666666667%;
  }
  .col-slg-18 {
    width: 60%;
  }
  .col-slg-19 {
    width: 63.3333333333%;
  }
  .col-slg-20 {
    width: 66.6666666667%;
  }
  .col-slg-21 {
    width: 70%;
  }
  .col-slg-22 {
    width: 73.3333333333%;
  }
  .col-slg-23 {
    width: 76.6666666667%;
  }
  .col-slg-24 {
    width: 80%;
  }
  .col-slg-25 {
    width: 83.3333333333%;
  }
  .col-slg-26 {
    width: 86.6666666667%;
  }
  .col-slg-27 {
    width: 90%;
  }
  .col-slg-28 {
    width: 93.3333333333%;
  }
  .col-slg-29 {
    width: 96.6666666667%;
  }
  .col-slg-30 {
    width: 100%;
  }
  .col-slg-pull-0 {
    right: auto;
  }
  .col-slg-pull-1 {
    right: 3.3333333333%;
  }
  .col-slg-pull-2 {
    right: 6.6666666667%;
  }
  .col-slg-pull-3 {
    right: 10%;
  }
  .col-slg-pull-4 {
    right: 13.3333333333%;
  }
  .col-slg-pull-5 {
    right: 16.6666666667%;
  }
  .col-slg-pull-6 {
    right: 20%;
  }
  .col-slg-pull-7 {
    right: 23.3333333333%;
  }
  .col-slg-pull-8 {
    right: 26.6666666667%;
  }
  .col-slg-pull-9 {
    right: 30%;
  }
  .col-slg-pull-10 {
    right: 33.3333333333%;
  }
  .col-slg-pull-11 {
    right: 36.6666666667%;
  }
  .col-slg-pull-12 {
    right: 40%;
  }
  .col-slg-pull-13 {
    right: 43.3333333333%;
  }
  .col-slg-pull-14 {
    right: 46.6666666667%;
  }
  .col-slg-pull-15 {
    right: 50%;
  }
  .col-slg-pull-16 {
    right: 53.3333333333%;
  }
  .col-slg-pull-17 {
    right: 56.6666666667%;
  }
  .col-slg-pull-18 {
    right: 60%;
  }
  .col-slg-pull-19 {
    right: 63.3333333333%;
  }
  .col-slg-pull-20 {
    right: 66.6666666667%;
  }
  .col-slg-pull-21 {
    right: 70%;
  }
  .col-slg-pull-22 {
    right: 73.3333333333%;
  }
  .col-slg-pull-23 {
    right: 76.6666666667%;
  }
  .col-slg-pull-24 {
    right: 80%;
  }
  .col-slg-pull-25 {
    right: 83.3333333333%;
  }
  .col-slg-pull-26 {
    right: 86.6666666667%;
  }
  .col-slg-pull-27 {
    right: 90%;
  }
  .col-slg-pull-28 {
    right: 93.3333333333%;
  }
  .col-slg-pull-29 {
    right: 96.6666666667%;
  }
  .col-slg-pull-30 {
    right: 100%;
  }
  .col-slg-push-0 {
    left: auto;
  }
  .col-slg-push-1 {
    left: 3.3333333333%;
  }
  .col-slg-push-2 {
    left: 6.6666666667%;
  }
  .col-slg-push-3 {
    left: 10%;
  }
  .col-slg-push-4 {
    left: 13.3333333333%;
  }
  .col-slg-push-5 {
    left: 16.6666666667%;
  }
  .col-slg-push-6 {
    left: 20%;
  }
  .col-slg-push-7 {
    left: 23.3333333333%;
  }
  .col-slg-push-8 {
    left: 26.6666666667%;
  }
  .col-slg-push-9 {
    left: 30%;
  }
  .col-slg-push-10 {
    left: 33.3333333333%;
  }
  .col-slg-push-11 {
    left: 36.6666666667%;
  }
  .col-slg-push-12 {
    left: 40%;
  }
  .col-slg-push-13 {
    left: 43.3333333333%;
  }
  .col-slg-push-14 {
    left: 46.6666666667%;
  }
  .col-slg-push-15 {
    left: 50%;
  }
  .col-slg-push-16 {
    left: 53.3333333333%;
  }
  .col-slg-push-17 {
    left: 56.6666666667%;
  }
  .col-slg-push-18 {
    left: 60%;
  }
  .col-slg-push-19 {
    left: 63.3333333333%;
  }
  .col-slg-push-20 {
    left: 66.6666666667%;
  }
  .col-slg-push-21 {
    left: 70%;
  }
  .col-slg-push-22 {
    left: 73.3333333333%;
  }
  .col-slg-push-23 {
    left: 76.6666666667%;
  }
  .col-slg-push-24 {
    left: 80%;
  }
  .col-slg-push-25 {
    left: 83.3333333333%;
  }
  .col-slg-push-26 {
    left: 86.6666666667%;
  }
  .col-slg-push-27 {
    left: 90%;
  }
  .col-slg-push-28 {
    left: 93.3333333333%;
  }
  .col-slg-push-29 {
    left: 96.6666666667%;
  }
  .col-slg-push-30 {
    left: 100%;
  }
  .col-slg-offset-0 {
    margin-left: 0%;
  }
  .col-slg-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-slg-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-slg-offset-3 {
    margin-left: 10%;
  }
  .col-slg-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-slg-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-slg-offset-6 {
    margin-left: 20%;
  }
  .col-slg-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-slg-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-slg-offset-9 {
    margin-left: 30%;
  }
  .col-slg-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-slg-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-slg-offset-12 {
    margin-left: 40%;
  }
  .col-slg-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-slg-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-slg-offset-15 {
    margin-left: 50%;
  }
  .col-slg-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-slg-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-slg-offset-18 {
    margin-left: 60%;
  }
  .col-slg-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-slg-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-slg-offset-21 {
    margin-left: 70%;
  }
  .col-slg-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-slg-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-slg-offset-24 {
    margin-left: 80%;
  }
  .col-slg-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-slg-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-slg-offset-27 {
    margin-left: 90%;
  }
  .col-slg-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-slg-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-slg-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 1020px) {
  .col-mallfilter-30, .col-mallfilter-29, .col-mallfilter-28, .col-mallfilter-27, .col-mallfilter-26, .col-mallfilter-25, .col-mallfilter-24, .col-mallfilter-23, .col-mallfilter-22, .col-mallfilter-21, .col-mallfilter-20, .col-mallfilter-19, .col-mallfilter-18, .col-mallfilter-17, .col-mallfilter-16, .col-mallfilter-15, .col-mallfilter-14, .col-mallfilter-13, .col-mallfilter-12, .col-mallfilter-11, .col-mallfilter-10, .col-mallfilter-9, .col-mallfilter-8, .col-mallfilter-7, .col-mallfilter-6, .col-mallfilter-5, .col-mallfilter-4, .col-mallfilter-3, .col-mallfilter-2, .col-mallfilter-1 {
    float: left;
  }
  .col-mallfilter-1 {
    width: 3.3333333333%;
  }
  .col-mallfilter-2 {
    width: 6.6666666667%;
  }
  .col-mallfilter-3 {
    width: 10%;
  }
  .col-mallfilter-4 {
    width: 13.3333333333%;
  }
  .col-mallfilter-5 {
    width: 16.6666666667%;
  }
  .col-mallfilter-6 {
    width: 20%;
  }
  .col-mallfilter-7 {
    width: 23.3333333333%;
  }
  .col-mallfilter-8 {
    width: 26.6666666667%;
  }
  .col-mallfilter-9 {
    width: 30%;
  }
  .col-mallfilter-10 {
    width: 33.3333333333%;
  }
  .col-mallfilter-11 {
    width: 36.6666666667%;
  }
  .col-mallfilter-12 {
    width: 40%;
  }
  .col-mallfilter-13 {
    width: 43.3333333333%;
  }
  .col-mallfilter-14 {
    width: 46.6666666667%;
  }
  .col-mallfilter-15 {
    width: 50%;
  }
  .col-mallfilter-16 {
    width: 53.3333333333%;
  }
  .col-mallfilter-17 {
    width: 56.6666666667%;
  }
  .col-mallfilter-18 {
    width: 60%;
  }
  .col-mallfilter-19 {
    width: 63.3333333333%;
  }
  .col-mallfilter-20 {
    width: 66.6666666667%;
  }
  .col-mallfilter-21 {
    width: 70%;
  }
  .col-mallfilter-22 {
    width: 73.3333333333%;
  }
  .col-mallfilter-23 {
    width: 76.6666666667%;
  }
  .col-mallfilter-24 {
    width: 80%;
  }
  .col-mallfilter-25 {
    width: 83.3333333333%;
  }
  .col-mallfilter-26 {
    width: 86.6666666667%;
  }
  .col-mallfilter-27 {
    width: 90%;
  }
  .col-mallfilter-28 {
    width: 93.3333333333%;
  }
  .col-mallfilter-29 {
    width: 96.6666666667%;
  }
  .col-mallfilter-30 {
    width: 100%;
  }
  .col-mallfilter-pull-0 {
    right: auto;
  }
  .col-mallfilter-pull-1 {
    right: 3.3333333333%;
  }
  .col-mallfilter-pull-2 {
    right: 6.6666666667%;
  }
  .col-mallfilter-pull-3 {
    right: 10%;
  }
  .col-mallfilter-pull-4 {
    right: 13.3333333333%;
  }
  .col-mallfilter-pull-5 {
    right: 16.6666666667%;
  }
  .col-mallfilter-pull-6 {
    right: 20%;
  }
  .col-mallfilter-pull-7 {
    right: 23.3333333333%;
  }
  .col-mallfilter-pull-8 {
    right: 26.6666666667%;
  }
  .col-mallfilter-pull-9 {
    right: 30%;
  }
  .col-mallfilter-pull-10 {
    right: 33.3333333333%;
  }
  .col-mallfilter-pull-11 {
    right: 36.6666666667%;
  }
  .col-mallfilter-pull-12 {
    right: 40%;
  }
  .col-mallfilter-pull-13 {
    right: 43.3333333333%;
  }
  .col-mallfilter-pull-14 {
    right: 46.6666666667%;
  }
  .col-mallfilter-pull-15 {
    right: 50%;
  }
  .col-mallfilter-pull-16 {
    right: 53.3333333333%;
  }
  .col-mallfilter-pull-17 {
    right: 56.6666666667%;
  }
  .col-mallfilter-pull-18 {
    right: 60%;
  }
  .col-mallfilter-pull-19 {
    right: 63.3333333333%;
  }
  .col-mallfilter-pull-20 {
    right: 66.6666666667%;
  }
  .col-mallfilter-pull-21 {
    right: 70%;
  }
  .col-mallfilter-pull-22 {
    right: 73.3333333333%;
  }
  .col-mallfilter-pull-23 {
    right: 76.6666666667%;
  }
  .col-mallfilter-pull-24 {
    right: 80%;
  }
  .col-mallfilter-pull-25 {
    right: 83.3333333333%;
  }
  .col-mallfilter-pull-26 {
    right: 86.6666666667%;
  }
  .col-mallfilter-pull-27 {
    right: 90%;
  }
  .col-mallfilter-pull-28 {
    right: 93.3333333333%;
  }
  .col-mallfilter-pull-29 {
    right: 96.6666666667%;
  }
  .col-mallfilter-pull-30 {
    right: 100%;
  }
  .col-mallfilter-push-0 {
    left: auto;
  }
  .col-mallfilter-push-1 {
    left: 3.3333333333%;
  }
  .col-mallfilter-push-2 {
    left: 6.6666666667%;
  }
  .col-mallfilter-push-3 {
    left: 10%;
  }
  .col-mallfilter-push-4 {
    left: 13.3333333333%;
  }
  .col-mallfilter-push-5 {
    left: 16.6666666667%;
  }
  .col-mallfilter-push-6 {
    left: 20%;
  }
  .col-mallfilter-push-7 {
    left: 23.3333333333%;
  }
  .col-mallfilter-push-8 {
    left: 26.6666666667%;
  }
  .col-mallfilter-push-9 {
    left: 30%;
  }
  .col-mallfilter-push-10 {
    left: 33.3333333333%;
  }
  .col-mallfilter-push-11 {
    left: 36.6666666667%;
  }
  .col-mallfilter-push-12 {
    left: 40%;
  }
  .col-mallfilter-push-13 {
    left: 43.3333333333%;
  }
  .col-mallfilter-push-14 {
    left: 46.6666666667%;
  }
  .col-mallfilter-push-15 {
    left: 50%;
  }
  .col-mallfilter-push-16 {
    left: 53.3333333333%;
  }
  .col-mallfilter-push-17 {
    left: 56.6666666667%;
  }
  .col-mallfilter-push-18 {
    left: 60%;
  }
  .col-mallfilter-push-19 {
    left: 63.3333333333%;
  }
  .col-mallfilter-push-20 {
    left: 66.6666666667%;
  }
  .col-mallfilter-push-21 {
    left: 70%;
  }
  .col-mallfilter-push-22 {
    left: 73.3333333333%;
  }
  .col-mallfilter-push-23 {
    left: 76.6666666667%;
  }
  .col-mallfilter-push-24 {
    left: 80%;
  }
  .col-mallfilter-push-25 {
    left: 83.3333333333%;
  }
  .col-mallfilter-push-26 {
    left: 86.6666666667%;
  }
  .col-mallfilter-push-27 {
    left: 90%;
  }
  .col-mallfilter-push-28 {
    left: 93.3333333333%;
  }
  .col-mallfilter-push-29 {
    left: 96.6666666667%;
  }
  .col-mallfilter-push-30 {
    left: 100%;
  }
  .col-mallfilter-offset-0 {
    margin-left: 0%;
  }
  .col-mallfilter-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-mallfilter-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-mallfilter-offset-3 {
    margin-left: 10%;
  }
  .col-mallfilter-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-mallfilter-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-mallfilter-offset-6 {
    margin-left: 20%;
  }
  .col-mallfilter-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-mallfilter-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-mallfilter-offset-9 {
    margin-left: 30%;
  }
  .col-mallfilter-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-mallfilter-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-mallfilter-offset-12 {
    margin-left: 40%;
  }
  .col-mallfilter-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-mallfilter-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-mallfilter-offset-15 {
    margin-left: 50%;
  }
  .col-mallfilter-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-mallfilter-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-mallfilter-offset-18 {
    margin-left: 60%;
  }
  .col-mallfilter-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-mallfilter-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-mallfilter-offset-21 {
    margin-left: 70%;
  }
  .col-mallfilter-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-mallfilter-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-mallfilter-offset-24 {
    margin-left: 80%;
  }
  .col-mallfilter-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-mallfilter-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-mallfilter-offset-27 {
    margin-left: 90%;
  }
  .col-mallfilter-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-mallfilter-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-mallfilter-offset-30 {
    margin-left: 100%;
  }
}
@media (min-width: 1266px) {
  .col-lg-30, .col-lg-29, .col-lg-28, .col-lg-27, .col-lg-26, .col-lg-25, .col-lg-24, .col-lg-23, .col-lg-22, .col-lg-21, .col-lg-20, .col-lg-19, .col-lg-18, .col-lg-17, .col-lg-16, .col-lg-15, .col-lg-14, .col-lg-13, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }
  .col-lg-1 {
    width: 3.3333333333%;
  }
  .col-lg-2 {
    width: 6.6666666667%;
  }
  .col-lg-3 {
    width: 10%;
  }
  .col-lg-4 {
    width: 13.3333333333%;
  }
  .col-lg-5 {
    width: 16.6666666667%;
  }
  .col-lg-6 {
    width: 20%;
  }
  .col-lg-7 {
    width: 23.3333333333%;
  }
  .col-lg-8 {
    width: 26.6666666667%;
  }
  .col-lg-9 {
    width: 30%;
  }
  .col-lg-10 {
    width: 33.3333333333%;
  }
  .col-lg-11 {
    width: 36.6666666667%;
  }
  .col-lg-12 {
    width: 40%;
  }
  .col-lg-13 {
    width: 43.3333333333%;
  }
  .col-lg-14 {
    width: 46.6666666667%;
  }
  .col-lg-15 {
    width: 50%;
  }
  .col-lg-16 {
    width: 53.3333333333%;
  }
  .col-lg-17 {
    width: 56.6666666667%;
  }
  .col-lg-18 {
    width: 60%;
  }
  .col-lg-19 {
    width: 63.3333333333%;
  }
  .col-lg-20 {
    width: 66.6666666667%;
  }
  .col-lg-21 {
    width: 70%;
  }
  .col-lg-22 {
    width: 73.3333333333%;
  }
  .col-lg-23 {
    width: 76.6666666667%;
  }
  .col-lg-24 {
    width: 80%;
  }
  .col-lg-25 {
    width: 83.3333333333%;
  }
  .col-lg-26 {
    width: 86.6666666667%;
  }
  .col-lg-27 {
    width: 90%;
  }
  .col-lg-28 {
    width: 93.3333333333%;
  }
  .col-lg-29 {
    width: 96.6666666667%;
  }
  .col-lg-30 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 3.3333333333%;
  }
  .col-lg-pull-2 {
    right: 6.6666666667%;
  }
  .col-lg-pull-3 {
    right: 10%;
  }
  .col-lg-pull-4 {
    right: 13.3333333333%;
  }
  .col-lg-pull-5 {
    right: 16.6666666667%;
  }
  .col-lg-pull-6 {
    right: 20%;
  }
  .col-lg-pull-7 {
    right: 23.3333333333%;
  }
  .col-lg-pull-8 {
    right: 26.6666666667%;
  }
  .col-lg-pull-9 {
    right: 30%;
  }
  .col-lg-pull-10 {
    right: 33.3333333333%;
  }
  .col-lg-pull-11 {
    right: 36.6666666667%;
  }
  .col-lg-pull-12 {
    right: 40%;
  }
  .col-lg-pull-13 {
    right: 43.3333333333%;
  }
  .col-lg-pull-14 {
    right: 46.6666666667%;
  }
  .col-lg-pull-15 {
    right: 50%;
  }
  .col-lg-pull-16 {
    right: 53.3333333333%;
  }
  .col-lg-pull-17 {
    right: 56.6666666667%;
  }
  .col-lg-pull-18 {
    right: 60%;
  }
  .col-lg-pull-19 {
    right: 63.3333333333%;
  }
  .col-lg-pull-20 {
    right: 66.6666666667%;
  }
  .col-lg-pull-21 {
    right: 70%;
  }
  .col-lg-pull-22 {
    right: 73.3333333333%;
  }
  .col-lg-pull-23 {
    right: 76.6666666667%;
  }
  .col-lg-pull-24 {
    right: 80%;
  }
  .col-lg-pull-25 {
    right: 83.3333333333%;
  }
  .col-lg-pull-26 {
    right: 86.6666666667%;
  }
  .col-lg-pull-27 {
    right: 90%;
  }
  .col-lg-pull-28 {
    right: 93.3333333333%;
  }
  .col-lg-pull-29 {
    right: 96.6666666667%;
  }
  .col-lg-pull-30 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 3.3333333333%;
  }
  .col-lg-push-2 {
    left: 6.6666666667%;
  }
  .col-lg-push-3 {
    left: 10%;
  }
  .col-lg-push-4 {
    left: 13.3333333333%;
  }
  .col-lg-push-5 {
    left: 16.6666666667%;
  }
  .col-lg-push-6 {
    left: 20%;
  }
  .col-lg-push-7 {
    left: 23.3333333333%;
  }
  .col-lg-push-8 {
    left: 26.6666666667%;
  }
  .col-lg-push-9 {
    left: 30%;
  }
  .col-lg-push-10 {
    left: 33.3333333333%;
  }
  .col-lg-push-11 {
    left: 36.6666666667%;
  }
  .col-lg-push-12 {
    left: 40%;
  }
  .col-lg-push-13 {
    left: 43.3333333333%;
  }
  .col-lg-push-14 {
    left: 46.6666666667%;
  }
  .col-lg-push-15 {
    left: 50%;
  }
  .col-lg-push-16 {
    left: 53.3333333333%;
  }
  .col-lg-push-17 {
    left: 56.6666666667%;
  }
  .col-lg-push-18 {
    left: 60%;
  }
  .col-lg-push-19 {
    left: 63.3333333333%;
  }
  .col-lg-push-20 {
    left: 66.6666666667%;
  }
  .col-lg-push-21 {
    left: 70%;
  }
  .col-lg-push-22 {
    left: 73.3333333333%;
  }
  .col-lg-push-23 {
    left: 76.6666666667%;
  }
  .col-lg-push-24 {
    left: 80%;
  }
  .col-lg-push-25 {
    left: 83.3333333333%;
  }
  .col-lg-push-26 {
    left: 86.6666666667%;
  }
  .col-lg-push-27 {
    left: 90%;
  }
  .col-lg-push-28 {
    left: 93.3333333333%;
  }
  .col-lg-push-29 {
    left: 96.6666666667%;
  }
  .col-lg-push-30 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 3.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 6.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 10%;
  }
  .col-lg-offset-4 {
    margin-left: 13.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 20%;
  }
  .col-lg-offset-7 {
    margin-left: 23.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 26.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 30%;
  }
  .col-lg-offset-10 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 36.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 40%;
  }
  .col-lg-offset-13 {
    margin-left: 43.3333333333%;
  }
  .col-lg-offset-14 {
    margin-left: 46.6666666667%;
  }
  .col-lg-offset-15 {
    margin-left: 50%;
  }
  .col-lg-offset-16 {
    margin-left: 53.3333333333%;
  }
  .col-lg-offset-17 {
    margin-left: 56.6666666667%;
  }
  .col-lg-offset-18 {
    margin-left: 60%;
  }
  .col-lg-offset-19 {
    margin-left: 63.3333333333%;
  }
  .col-lg-offset-20 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-21 {
    margin-left: 70%;
  }
  .col-lg-offset-22 {
    margin-left: 73.3333333333%;
  }
  .col-lg-offset-23 {
    margin-left: 76.6666666667%;
  }
  .col-lg-offset-24 {
    margin-left: 80%;
  }
  .col-lg-offset-25 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-26 {
    margin-left: 86.6666666667%;
  }
  .col-lg-offset-27 {
    margin-left: 90%;
  }
  .col-lg-offset-28 {
    margin-left: 93.3333333333%;
  }
  .col-lg-offset-29 {
    margin-left: 96.6666666667%;
  }
  .col-lg-offset-30 {
    margin-left: 100%;
  }
}
@media print, screen and (min-width: 0px) {
  .hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 359px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 360px) {
  .hidden-s360-up {
    display: none !important;
  }
}

@media (max-width: 413px) {
  .hidden-s360-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 414px) {
  .hidden-s414-up {
    display: none !important;
  }
}

@media (max-width: 479px) {
  .hidden-s414-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 992px) {
  .hidden-slg-up {
    display: none !important;
  }
}

@media (max-width: 1019px) {
  .hidden-slg-down {
    display: none !important;
  }
}

@media print, screen and (min-width: 1020px) {
  .hidden-mallfilter-up {
    display: none !important;
  }
}

@media (max-width: 1265px) {
  .hidden-mallfilter-down {
    display: none !important;
  }
}

@media (min-width: 1266px) {
  .hidden-lg-up {
    display: none !important;
  }
}

.hidden-lg-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
  color: #55595c;
  text-align: center;
  background-color: #eceeef;
  border: 1px solid #dfdfdf;
  border-radius: 0.25rem;
}
.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.input-group-btn:last-child > .btn:focus, .input-group-btn:last-child > .btn:active, .input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn-group:focus,
.input-group-btn:last-child > .btn-group:active,
.input-group-btn:last-child > .btn-group:hover {
  z-index: 3;
}

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 0px) {
  .pull-xs-left {
    float: left !important;
  }
  .pull-xs-right {
    float: right !important;
  }
  .pull-xs-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 360px) {
  .pull-s360-left {
    float: left !important;
  }
  .pull-s360-right {
    float: right !important;
  }
  .pull-s360-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 414px) {
  .pull-s414-left {
    float: left !important;
  }
  .pull-s414-right {
    float: right !important;
  }
  .pull-s414-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 480px) {
  .pull-sm-left {
    float: left !important;
  }
  .pull-sm-right {
    float: right !important;
  }
  .pull-sm-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }
  .pull-md-right {
    float: right !important;
  }
  .pull-md-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 992px) {
  .pull-slg-left {
    float: left !important;
  }
  .pull-slg-right {
    float: right !important;
  }
  .pull-slg-none {
    float: none !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .pull-mallfilter-left {
    float: left !important;
  }
  .pull-mallfilter-right {
    float: right !important;
  }
  .pull-mallfilter-none {
    float: none !important;
  }
}
@media (min-width: 1266px) {
  .pull-lg-left {
    float: left !important;
  }
  .pull-lg-right {
    float: right !important;
  }
  .pull-lg-none {
    float: none !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.invisible {
  visibility: hidden !important;
}

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

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media print, screen and (min-width: 0px) {
  .text-xs-left {
    text-align: left !important;
  }
  .text-xs-right {
    text-align: right !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-s360-left {
    text-align: left !important;
  }
  .text-s360-right {
    text-align: right !important;
  }
  .text-s360-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-s414-left {
    text-align: left !important;
  }
  .text-s414-right {
    text-align: right !important;
  }
  .text-s414-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media print, screen and (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 print, screen and (min-width: 992px) {
  .text-slg-left {
    text-align: left !important;
  }
  .text-slg-right {
    text-align: right !important;
  }
  .text-slg-center {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-mallfilter-left {
    text-align: left !important;
  }
  .text-mallfilter-right {
    text-align: right !important;
  }
  .text-mallfilter-center {
    text-align: center !important;
  }
}
@media (min-width: 1266px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-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-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: #449d44;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: #31b0d5;
}

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

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f;
}

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

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c;
}

@media print {
  .screen-only {
    display: none !important;
  }
  .print-container {
    width: 100% !important;
    max-width: none;
  }
  .print-avoid-break {
    page-break-inside: avoid;
  }
}
@media screen {
  .print-only {
    display: none !important;
  }
}
.reset-right {
  padding-right: 0;
}

.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

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

.text-no-break {
  display: inline-block;
}

.tools__img-fit {
  max-width: 100%;
  max-height: 100%;
}

.tools__img-fit-center {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tools__invisible-absolute {
  visibility: hidden !important;
  position: absolute !important;
}

.tools__no-margin.tools__no-margin {
  margin: 0;
}

.tools__custom-outline {
  outline: none !important;
}
.tools__custom-outline:focus {
  -webkit-box-shadow: 0 0 0 2px #5591d2;
  -moz-box-shadow: 0 0 0 2px #5591d2;
  box-shadow: 0 0 0 2px #5591d2;
}

/*
<div class="tool-dropdown tool-dropdown--collapsed">
    <div>Zawsze widoczny element</div>
    <i class="tool-dropdown__caret"></i>
    <div class="tool-dropdown__item">Dropdown</div>
</div>
 */
.tool-dropdown--collapsed .tool-dropdown__item, .tool-dropdown__container--collapsed .tool-dropdown__item {
  display: none !important;
}
.tool-dropdown--collapsed .tool-dropdown__details-btn .tool-dropdown__caret:before, .tool-dropdown__container--collapsed .tool-dropdown__details-btn .tool-dropdown__caret:before {
  margin-top: 2px;
}

.tool-dropdown__icon-caret {
  -moz-transition: 150ms all ease-in-out;
  -o-transition: 150ms all ease-in-out;
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}

.tool-dropdown .tool-dropdown__icon-caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tool-dropdown--collapsed .tool-dropdown__icon-caret {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tool-dropdown__icon-caret {
  -moz-transition: 150ms all ease-in-out;
  -o-transition: 150ms all ease-in-out;
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
}

.tool-dropdown .tool-dropdown__icon-caret {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tool-dropdown--collapsed .tool-dropdown__icon-caret {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.tool-dropdown__dropdown-details-button {
  position: relative;
}

.tool-dropdown .tool-dropdown__details-btn {
  min-height: 34px;
  padding: 8px;
  margin-right: 10px;
}

.tool-dropdown__caret {
  -moz-transition: 150ms all ease-in-out;
  -o-transition: 150ms all ease-in-out;
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.tool-dropdown__caret:before {
  font-size: 16px;
  position: absolute;
  top: calc(50% - 9px);
  right: 0;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "icons" !important;
  content: "\f106";
}

.tool-dropdown--collapsed .tool-dropdown__caret:before, .tool-dropdown__container--collapsed .tool-dropdown__caret:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.tool-dropdown .tool-dropdown__details-btn > span, .tool-dropdown__container .tool-dropdown__details-btn > span {
  padding-right: 15px;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans");
  src: url(../fonts/open-sans/OpenSans-Regular.eot) format("eot");
  src: url(../fonts/open-sans/OpenSans-Regular.woff2) format("woff2"), url(../fonts/open-sans/OpenSans-Regular.woff) format("woff"), url(../fonts/open-sans/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans"), local("OpenSans");
  src: url(../fonts/open-sans/OpenSans-SemiBold.eot) format("eot");
  src: url(../fonts/open-sans/OpenSans-SemiBold.woff2) format("woff2"), url(../fonts/open-sans/OpenSans-SemiBold.woff) format("woff"), url(../fonts/open-sans/OpenSans-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans"), local("OpenSans");
  src: url(../fonts/open-sans/OpenSans-Bold.eot) format("eot");
  src: url(../fonts/open-sans/OpenSans-Bold.woff2) format("woff2"), url(../fonts/open-sans/OpenSans-Bold.woff) format("woff"), url(../fonts/open-sans/OpenSans-Bold.ttf) format("truetype");
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat");
  src: url(../fonts/montserrat/Montserrat-Medium-latinext.eot) format("eot");
  src: url(../fonts/montserrat/Montserrat-Medium-latinext.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Medium-latinext.woff) format("woff"), url(../fonts/montserrat/Montserrat-Medium-latinext.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: local("Montserrat Medium"), local("Montserrat");
  src: url(../fonts/montserrat/Montserrat-Medium-latin.eot) format("eot");
  src: url(../fonts/montserrat/Montserrat-Medium-latin.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Medium-latin.woff) format("woff"), url(../fonts/montserrat/Montserrat-Medium-latin.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Medium"), local("Montserrat");
  src: url(../fonts/montserrat/Montserrat-Bold-latinext.eot) format("eot");
  src: url(../fonts/montserrat/Montserrat-Bold-latinext.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Bold-latinext.woff) format("woff"), url(../fonts/montserrat/Montserrat-Bold-latinext.ttf) format("truetype");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Medium"), local("Montserrat");
  src: url(../fonts/montserrat/Montserrat-Bold-latin.eot) format("eot");
  src: url(../fonts/montserrat/Montserrat-Bold-latin.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Bold-latin.woff) format("woff"), url(../fonts/montserrat/Montserrat-Bold-latin.ttf) format("truetype");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
@font-face {
  font-family: "icons";
  src: url(../fonts/ktr-biznes-v-33.eot);
  src: url(../fonts/ktr-biznes-v-33.woff2) format("woff2"), url(../fonts/ktr-biznes-v-33.woff) format("woff"), url(../fonts/ktr-biznes-v-33.ttf) format("truetype");
}
@font-face {
  font-family: "icons-mobile";
  src: url(../fonts/ktr-biznes-v-33.eot);
  src: url(../fonts/ktr-biznes-v-33.woff2) format("woff2"), url(../fonts/ktr-biznes-v-33.woff) format("woff"), url(../fonts/ktr-biznes-v-33.ttf) format("truetype");
}
@font-face {
  font-family: "icons-rwd";
  src: url(../fonts/ktr-biznes-v-33.eot);
  src: url(../fonts/ktr-biznes-v-33.woff2) format("woff2"), url(../fonts/ktr-biznes-v-33.woff) format("woff"), url(../fonts/ktr-biznes-v-33.ttf) format("truetype");
}
@font-face {
  font-family: "icons-filter";
  src: url(../fonts/ktr-biznes-v-33.eot);
  src: url(../fonts/ktr-biznes-v-33.woff2) format("woff2"), url(../fonts/ktr-biznes-v-33.woff) format("woff"), url(../fonts/ktr-biznes-v-33.ttf) format("truetype");
}
.icon:before,
.micon:before,
.icon-rwd:before,
.icon-filter {
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.icon:before {
  font-family: "icons" !important;
}

.micon:before {
  font-family: "icons-mobile" !important;
}

.icon-rwd:before {
  font-family: "icons-rwd" !important;
}

.icon-filter:before {
  font-family: "icons-filter" !important;
}

.icon-context-nav:before {
  content: "\e688";
}

.icon-account:before {
  content: "\e665";
}

.icon-caret:before {
  content: "\f107";
}

.icon-caret-right:before {
  content: "\f105";
}

.icon-caret-left:before {
  display: inline-block;
  content: "\f104";
}

.icon-caret-up:before {
  display: inline-block;
  content: "\f106";
}

.icon-caret-down:before {
  display: inline-block;
  content: "\f107";
}

.icon-caret3-left:before {
  display: inline-block;
  content: "\f104";
}

.icon-caret3-right:before {
  display: inline-block;
  content: "\f105";
}

.icon-facebook:before {
  content: "\e637";
}

.icon-gplus:before {
  content: "\e943";
}

.icon-twitter:before {
  content: "\e635";
}

.icon-facebook2:before {
  content: "\e637";
}

.icon-gplus2:before {
  content: "\e943";
}

.icon-reviews:before {
  content: "\e607";
}

.icon-specification:before {
  content: "\f085";
}

.icon-description:before {
  content: "\e901";
}

.icon-accessories:before {
  content: "\e619";
}

.icon-alert:before {
  content: "\e60d";
}

.icon-error:before {
  content: "\e61a";
}

.icon-ask:before {
  content: "\e61c";
}

.icon-remove:before {
  content: "\e618";
}

.icon-round-plus:before {
  content: "\e619";
}

.icon-round-minus:before {
  content: "\e618";
}

.icon-people:before {
  content: "\e607";
}

.icon-check2:before {
  content: "\f00c";
}

.icon-add-contact:before {
  content: "\e608";
}

.icon-orders:before {
  content: "\e663";
}

.icon-ok:before {
  content: "\e628";
}

.icon-pen:before {
  content: "\e602";
}

.icon-tools:before {
  content: "\e64c";
}

.icon-warning:before {
  content: "\e61e";
}

.icon-info:before {
  content: "\e675";
}

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

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

.micon-card:before {
  margin-top: -3px;
  content: "\e60f";
}

.micon-search:before {
  content: "\e613";
}

.micon-caret2:before {
  content: "\e626";
}

.micon-copy:before {
  content: "\e621";
}

.micon-caret-up:before {
  display: inline-block;
  content: "\e627";
}

.micon-arrow-left:before {
  content: "\f104";
}

.micon-arrow-right:before {
  content: "\f105";
}

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

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

.micon-home:before {
  content: "\e604";
}

.micon-close:before {
  content: "\e61f";
}

.micon-enter:before {
  content: "\f090";
}

.icon-star:before {
  content: "\e615";
}

.micon-variants:before {
  content: "\e62a";
}

.micon-round-caret-up:before {
  content: "\f139";
}

.micon-round-caret-down:before {
  content: "\f13a";
}

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

.micon-star:before {
  content: "\e615";
}

.micon-heart:before {
  content: "\e61b";
}

.micon-graph:before {
  content: "\f080";
}

.micon-pointer:before {
  content: "\e611";
  padding-right: 13%;
}

.micon-light:before {
  content: "\f0eb";
}

.micon-invoice:before {
  content: "\f0f6";
}

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

.micon-barcode:before {
  content: "\e605";
}

.micon-exit:before {
  content: "\f08b";
}

.micon-smile:before {
  content: "\e617";
}

.micon-cogs:before {
  content: "\f086";
}

.micon-like:before {
  content: "\e628";
}

.micon-envelop:before {
  content: "\e601";
}

.micon-envelop2:before {
  content: "\e601";
}

.icon-rwd-round-check {
  margin-top: 1px;
}

.icon-rwd-round-check:before {
  content: "\f05d";
}

.icon-rwd-round-check-alt:before {
  content: "\f058";
}

.icon-rwd-book:before {
  content: "\e901";
}

.icon-rwd-calendar:before {
  content: "\e927";
}

.icon-rwd-card:before {
  content: "\e92d";
}

.icon-rwd-unavailable:before {
  content: "\e928";
}

.icon-rwd-smile:before {
  content: "\e617";
}

.icon-rwd-emotion-1:before {
  content: "\e91e";
}

.icon-rwd-emotion-2:before {
  content: "\e91c";
}

.icon-rwd-emotion-3:before {
  content: "\e922";
}

.icon-rwd-emotion-4:before {
  content: "\e924";
}

.icon-rwd-book:before {
  content: "\e901";
}

.icon-rwd-addresses:before {
  content: "\e925";
}

.icon-rwd-lifebuoy:before {
  content: "\e905";
}

.icon-rwd-order-history:before {
  content: "\e62a";
}

.icon-rwd-print:before {
  content: "\e924";
}

.micon-roll-up:before {
  content: "\f077";
}

.icon-filter-wifi:before {
  content: "\e646";
}

.icon-filter-smart-tv:before {
  content: "\f0ac";
}

.icon-payment-sygma:before {
  content: "\e904";
}

.icon-payment-grenke:before {
  content: "\e908";
}

.icon-payment-ca:before {
  content: "\e90a";
}

.icon-payment-paribas:before {
  content: "\e90b";
}

.icon-payment-przelewy24:before {
  content: "\e906";
}

.icon-timer:before {
  content: "\e937";
}

.icon-promotion:before {
  content: "\e900";
}

.icon-bank-transfer:before {
  content: "\e902";
}

.icon-cash-on-delivery:before {
  content: "\e903";
}

.icon-logo-old:before {
  content: "\e907";
}

.icon-logo:before {
  content: "\e918";
}

.icon-logo-k24:before {
  content: "\e8ff";
}

.icon-turbo-kurier:before {
  content: "\e90c";
}

.icon-calculator:before {
  content: "\e90d";
}

.icon-bringing:before {
  content: "\e938";
}

.icon-free-delivery:before {
  content: "\e90f";
}

.icon-sets:before {
  content: "\e910";
}

.icon-commnets:before {
  content: "\e912";
}

.icon-headphones:before {
  content: "\e913";
}

.icon-hint:before {
  content: "\e934";
}

.icon-hint2:before {
  content: "\e933";
}

.icon-clipboard:before {
  content: "\e663";
}

.icon-whykt-1:before {
  content: "\e5fb";
}

.icon-whykt-2:before {
  content: "\e5fc";
}

.icon-whykt-3:before {
  content: "\e5fd";
}

.icon-whykt-4:before {
  content: "\e5fe";
}

.icon-whykt-5:before {
  content: "\e5ff";
}

.icon-eye:before {
  content: "\e66d";
}

.icon-caret2-left:before {
  content: "\f053";
}

.icon-caret2-right:before {
  content: "\f054";
}

.icon-caret3-up:before {
  content: "\e62b";
}

.icon-caret3-down:before {
  content: "\f078";
}

.icon-map:before {
  content: "\e936";
}

.icon-fast-delivery:before {
  content: "\e939";
}

.icon-filter:before {
  content: "\e62c";
}

.icon-account-round:before {
  content: "\e931";
}

.icon-mod-list:before {
  content: "\e631";
}

.icon-mod-plus:before {
  content: "\e630";
}

.icon-mod-minus:before {
  content: "\e62f";
}

.icon-mod-check:before {
  content: "\e62e";
}

.icon-similar-product:before {
  content: "\e93b";
}

.icon-k24-0kc:before {
  content: "\e93d";
}

.icon-k24-0eur:before {
  content: "\e93e";
}

.icon-k24-10let:before {
  content: "\e5fa";
}

.icon-k24sk-logo:before {
  content: "\e8fe";
}

.icon-warranty:before {
  content: "\e60d";
}

.icon-doc:before {
  content: "\e620";
}

.icon-cashback:before {
  content: "\e919";
}

.icon-courier:before {
  content: "\e932";
}

.icon-self-delivery:before {
  content: "\e935";
}

.icon-deferred-payment:before {
  content: "\e92e";
}

.icon-close-small:before {
  content: "\f00d";
}

.icon-print-new:before {
  content: "\e940";
}

.icon-doc-new:before {
  content: "\e942";
}

.icon-pdf:before {
  content: "\e941";
}

.icon-xml:before {
  content: "\e93f";
}

.icon-returns:before {
  content: "\e944";
}

.icon-service:before {
  content: "\e945";
}

.icon-split-payment:before {
  content: "\e947";
}

.icon-payment-alior:before {
  content: "\e916";
}

.icon-payment-pragmago:before {
  content: "\e955";
}

.icon-payment-sygma:before {
  content: "\e904";
}

.icon-payment-grenke:before {
  content: "\e908";
}

.icon-payment-ca:before {
  content: "\e90a";
}

.icon-payment-paribas:before {
  content: "\e90b";
}

.icon-payment-przelewy24:before {
  content: "\e906";
}

.icon-trash:before {
  content: "\e949";
}

.icon-phone-1:before {
  content: "\e94a";
}

.icon-mail:before {
  content: "\e94b";
}

.icon-voucher-50:before {
  content: "\e951";
}

.icon-voucher-100:before {
  content: "\e950";
}

.icon-voucher-200:before {
  content: "\e94f";
}

.icon-voucher-500:before {
  content: "\e94e";
}

.icon-voucher-1000:before {
  content: "\e94d";
}

.icon-voucher-2000:before {
  content: "\e94c";
}

.icon-paypo:before {
  content: "\e948";
}

.icon-installment:before {
  content: "\e952";
}

.icon-camera:before {
  content: "\e953";
}

.icon-apple-pay:before {
  content: "\e954";
}

.icon-eye-open:before {
  content: "\e95a";
}

.icon-eye-close:before {
  content: "\e957";
}

.icon-payment-paynow:before {
  content: "\e95b";
}

.icon-card-on-delivery:before {
  content: "\e95c";
}

.icon-payment-rent:before {
  content: "\e95f";
}

.btn.card {
  background-color: #0097d5;
  border-color: #0097d5;
}

.text-bold {
  font-weight: bold;
}

.text-fat {
  font-size: 1.3rem;
  font-weight: bold;
}

.text-plump {
  font-size: 1rem;
  font-weight: bold;
}

.text-semiplump {
  font-size: 1rem;
  font-weight: 600;
}

.text-half {
  font-size: 1.5rem;
}

.text-heading {
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 480px) {
  .text-heading {
    font-size: 1.7rem;
    font-weight: bold;
  }
}

.text-low {
  font-size: 0.85rem;
}

.text-lower {
  font-size: 0.7rem;
}

.text-default {
  color: #1b1d1e !important;
}

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

.text-blue {
  color: #0097d5 !important;
}

.text-green {
  color: #0cac23 !important;
}

.text-grey {
  color: #ababab !important;
}

.text-primary-grey {
  color: #212121 !important;
}

.text-semi-grey {
  color: #595959 !important;
}

.text-red {
  color: #e60000 !important;
}

.text-dark-red {
  color: #b30000 !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-strike {
  text-decoration: line-through;
}

.inline {
  display: inline-block !important;
}

strong.semi {
  font-weight: 600;
}

a.lower {
  font-size: 0.85rem;
}
a.grey {
  color: #212121;
}

.quiet-link, .quiet-link:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
.quiet-link:hover {
  text-decoration: underline;
}

.increase-lh {
  line-height: 2rem;
}

@media print, screen and (min-width: 0px) {
  .text-left-xs {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-center-xs {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-right-xs {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-left-s360 {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-center-s360 {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-right-s360 {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-left-s414 {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-center-s414 {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-right-s414 {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-left-sm {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-center-sm {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-right-sm {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-left-slg {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-center-slg {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-right-slg {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-left-mallfilter {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-center-mallfilter {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-right-mallfilter {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-center-lg {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-half-xs {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 360px) {
  .text-half-s360 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 414px) {
  .text-half-s414 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 480px) {
  .text-half-sm {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .text-half-md {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .text-half-slg {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-half-mallfilter {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-half-lg {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 0px) {
  .text-so-low-xs {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-so-low-s360 {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-so-low-s414 {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-so-low-sm {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-so-low-md {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-so-low-slg {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-so-low-mallfilter {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-so-low-lg {
    font-size: 0.7rem !important;
  }
}
.text-so-low {
  font-size: 0.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-so-low-xs {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-so-low-s360 {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-so-low-s414 {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-so-low-sm {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-so-low-md {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-so-low-slg {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-so-low-mallfilter {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-so-low-lg {
    line-height: 0.7rem !important;
  }
}
.text-lh-so-low {
  line-height: 0.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-semi-low-xs {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-semi-low-s360 {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-semi-low-s414 {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-semi-low-sm {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-semi-low-md {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-semi-low-slg {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-semi-low-mallfilter {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-semi-low-lg {
    font-size: 0.8rem !important;
  }
}
.text-semi-low {
  font-size: 0.8rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-semi-low-xs {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-semi-low-s360 {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-semi-low-s414 {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-semi-low-sm {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-semi-low-md {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-semi-low-slg {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-semi-low-mallfilter {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-semi-low-lg {
    line-height: 0.8rem !important;
  }
}
.text-lh-semi-low {
  line-height: 0.8rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-low-xs {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-low-s360 {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-low-s414 {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-low-sm {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-low-md {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-low-slg {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-low-mallfilter {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-low-lg {
    font-size: 0.85rem !important;
  }
}
.text-low {
  font-size: 0.85rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-low-xs {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-low-s360 {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-low-s414 {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-low-sm {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-low-md {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-low-slg {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-low-mallfilter {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-low-lg {
    line-height: 0.85rem !important;
  }
}
.text-lh-low {
  line-height: 0.85rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-little-low-xs {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-little-low-s360 {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-little-low-s414 {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-little-low-sm {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-little-low-md {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-little-low-slg {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-little-low-mallfilter {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-little-low-lg {
    font-size: 0.9rem !important;
  }
}
.text-little-low {
  font-size: 0.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-little-low-xs {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-little-low-s360 {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-little-low-s414 {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-little-low-sm {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-little-low-md {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-little-low-slg {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-little-low-mallfilter {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-little-low-lg {
    line-height: 0.9rem !important;
  }
}
.text-lh-little-low {
  line-height: 0.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-normal-xs {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-normal-s360 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-normal-s414 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-normal-sm {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-normal-md {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-normal-slg {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-normal-mallfilter {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-normal-lg {
    font-size: 1rem !important;
  }
}
.text-normal {
  font-size: 1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-normal-xs {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-normal-s360 {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-normal-s414 {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-normal-sm {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-normal-md {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-normal-slg {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-normal-mallfilter {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-normal-lg {
    line-height: 1rem !important;
  }
}
.text-lh-normal {
  line-height: 1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-little-big-xs {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-little-big-s360 {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-little-big-s414 {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-little-big-sm {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-little-big-md {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-little-big-slg {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-little-big-mallfilter {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-little-big-lg {
    font-size: 1.15rem !important;
  }
}
.text-little-big {
  font-size: 1.15rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-little-big-xs {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-little-big-s360 {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-little-big-s414 {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-little-big-sm {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-little-big-md {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-little-big-slg {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-little-big-mallfilter {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-little-big-lg {
    line-height: 1.15rem !important;
  }
}
.text-lh-little-big {
  line-height: 1.15rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-big-xs {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-big-s360 {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-big-s414 {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-big-sm {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-big-md {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-big-slg {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-big-mallfilter {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-big-lg {
    font-size: 1.3rem !important;
  }
}
.text-big {
  font-size: 1.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-big-xs {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-big-s360 {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-big-s414 {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-big-sm {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-big-md {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-big-slg {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-big-mallfilter {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-big-lg {
    line-height: 1.3rem !important;
  }
}
.text-lh-big {
  line-height: 1.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-half-xs {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-half-s360 {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-half-s414 {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-half-sm {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-half-md {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-half-slg {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-half-mallfilter {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-half-lg {
    font-size: 1.5rem !important;
  }
}
.text-half {
  font-size: 1.5rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-half-xs {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-half-s360 {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-half-s414 {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-half-sm {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-half-md {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-half-slg {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-half-mallfilter {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-half-lg {
    line-height: 1.5rem !important;
  }
}
.text-lh-half {
  line-height: 1.5rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-heading-xs {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-heading-s360 {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-heading-s414 {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-heading-sm {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-heading-md {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-heading-slg {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-heading-mallfilter {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-heading-lg {
    font-size: 1.7rem !important;
  }
}
.text-heading {
  font-size: 1.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-heading-xs {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-heading-s360 {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-heading-s414 {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-heading-sm {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-heading-md {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-heading-slg {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-heading-mallfilter {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-heading-lg {
    line-height: 1.7rem !important;
  }
}
.text-lh-heading {
  line-height: 1.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-big-heading-xs {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-big-heading-s360 {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-big-heading-s414 {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-big-heading-sm {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-big-heading-md {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-big-heading-slg {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-big-heading-mallfilter {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-big-heading-lg {
    font-size: 2.1rem !important;
  }
}
.text-big-heading {
  font-size: 2.1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-big-heading-xs {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-big-heading-s360 {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-big-heading-s414 {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-big-heading-sm {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-big-heading-md {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-big-heading-slg {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-big-heading-mallfilter {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-big-heading-lg {
    line-height: 2.1rem !important;
  }
}
.text-lh-big-heading {
  line-height: 2.1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huge-xs {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huge-s360 {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huge-s414 {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huge-sm {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huge-md {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huge-slg {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huge-mallfilter {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huge-lg {
    font-size: 2.3rem !important;
  }
}
.text-huge {
  font-size: 2.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huge-xs {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huge-s360 {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huge-s414 {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huge-sm {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huge-md {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huge-slg {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huge-mallfilter {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huge-lg {
    line-height: 2.3rem !important;
  }
}
.text-lh-huge {
  line-height: 2.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huuge-xs {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huuge-s360 {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huuge-s414 {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huuge-sm {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huuge-md {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huuge-slg {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huuge-mallfilter {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huuge-lg {
    font-size: 2.9rem !important;
  }
}
.text-huuge {
  font-size: 2.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huuge-xs {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huuge-s360 {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huuge-s414 {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huuge-sm {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huuge-md {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huuge-slg {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huuge-mallfilter {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huuge-lg {
    line-height: 2.9rem !important;
  }
}
.text-lh-huuge {
  line-height: 2.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huuuge-xs {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huuuge-s360 {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huuuge-s414 {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huuuge-sm {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huuuge-md {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huuuge-slg {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huuuge-mallfilter {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huuuge-lg {
    font-size: 4.3rem !important;
  }
}
.text-huuuge {
  font-size: 4.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huuuge-xs {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huuuge-s360 {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huuuge-s414 {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huuuge-sm {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huuuge-md {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huuuge-slg {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huuuge-mallfilter {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huuuge-lg {
    line-height: 4.3rem !important;
  }
}
.text-lh-huuuge {
  line-height: 4.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-regular-xs {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 0px) {
  .text-semibold-xs {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 0px) {
  .text-bold-xs {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 360px) {
  .text-regular-s360 {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 360px) {
  .text-semibold-s360 {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 360px) {
  .text-bold-s360 {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 414px) {
  .text-regular-s414 {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 414px) {
  .text-semibold-s414 {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 414px) {
  .text-bold-s414 {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 480px) {
  .text-regular-sm {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 480px) {
  .text-semibold-sm {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 480px) {
  .text-bold-sm {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  .text-regular-md {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  .text-semibold-md {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  .text-bold-md {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 992px) {
  .text-regular-slg {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 992px) {
  .text-semibold-slg {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 992px) {
  .text-bold-slg {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-regular-mallfilter {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-semibold-mallfilter {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-bold-mallfilter {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-regular-lg {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-semibold-lg {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-bold-lg {
    font-weight: 700;
  }
}
.spoiler-wrap .spoiler-text {
  display: none;
}
.spoiler-wrap.spoiler-active .spoiler-text {
  display: block;
}
.spoiler-wrap.spoiler-active .spoiler-toggle {
  display: none;
}

.text-reset {
  font-weight: normal;
}

.text-underdotted {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.interspace-5 {
  display: block;
  height: 5px;
}
.interspace-5::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-5:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-5 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.is-top-5 {
  margin-top: 5px !important;
}

.is-bottom-5 {
  margin-bottom: 5px !important;
}

.isp-both-5 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.isp-top-5 {
  padding-top: 5px;
}

.isp-bottom-5 {
  padding-bottom: 5px;
}

.interspace-10 {
  display: block;
  height: 10px;
}
.interspace-10::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-10:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-10 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.is-top-10 {
  margin-top: 10px !important;
}

.is-bottom-10 {
  margin-bottom: 10px !important;
}

.isp-both-10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.isp-top-10 {
  padding-top: 10px;
}

.isp-bottom-10 {
  padding-bottom: 10px;
}

.interspace-15 {
  display: block;
  height: 15px;
}
.interspace-15::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-15:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-15 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.is-top-15 {
  margin-top: 15px !important;
}

.is-bottom-15 {
  margin-bottom: 15px !important;
}

.isp-both-15 {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.isp-top-15 {
  padding-top: 15px;
}

.isp-bottom-15 {
  padding-bottom: 15px;
}

.interspace-20 {
  display: block;
  height: 20px;
}
.interspace-20::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-20:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-20 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.is-top-20 {
  margin-top: 20px !important;
}

.is-bottom-20 {
  margin-bottom: 20px !important;
}

.isp-both-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.isp-top-20 {
  padding-top: 20px;
}

.isp-bottom-20 {
  padding-bottom: 20px;
}

.interspace-25 {
  display: block;
  height: 25px;
}
.interspace-25::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-25:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-25 {
  margin-top: 12.5px !important;
  margin-bottom: 12.5px !important;
}

.is-top-25 {
  margin-top: 25px !important;
}

.is-bottom-25 {
  margin-bottom: 25px !important;
}

.isp-both-25 {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.isp-top-25 {
  padding-top: 25px;
}

.isp-bottom-25 {
  padding-bottom: 25px;
}

.interspace-30 {
  display: block;
  height: 30px;
}
.interspace-30::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-30:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-30 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.is-top-30 {
  margin-top: 30px !important;
}

.is-bottom-30 {
  margin-bottom: 30px !important;
}

.isp-both-30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.isp-top-30 {
  padding-top: 30px;
}

.isp-bottom-30 {
  padding-bottom: 30px;
}

.interspace-40 {
  display: block;
  height: 40px;
}
.interspace-40::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-40:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-40 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.is-top-40 {
  margin-top: 40px !important;
}

.is-bottom-40 {
  margin-bottom: 40px !important;
}

.isp-both-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.isp-top-40 {
  padding-top: 40px;
}

.isp-bottom-40 {
  padding-bottom: 40px;
}

.interspace-50 {
  display: block;
  height: 50px;
}
.interspace-50::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-50:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-50 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.is-top-50 {
  margin-top: 50px !important;
}

.is-bottom-50 {
  margin-bottom: 50px !important;
}

.isp-both-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.isp-top-50 {
  padding-top: 50px;
}

.isp-bottom-50 {
  padding-bottom: 50px;
}

.interspace-60 {
  display: block;
  height: 60px;
}
.interspace-60::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-60:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-60 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.is-top-60 {
  margin-top: 60px !important;
}

.is-bottom-60 {
  margin-bottom: 60px !important;
}

.isp-both-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.isp-top-60 {
  padding-top: 60px;
}

.isp-bottom-60 {
  padding-bottom: 60px;
}

.interspace-70 {
  display: block;
  height: 70px;
}
.interspace-70::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-70:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-70 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.is-top-70 {
  margin-top: 70px !important;
}

.is-bottom-70 {
  margin-bottom: 70px !important;
}

.isp-both-70 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.isp-top-70 {
  padding-top: 70px;
}

.isp-bottom-70 {
  padding-bottom: 70px;
}

.interspace-90 {
  display: block;
  height: 90px;
}
.interspace-90::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-90:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-90 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.is-top-90 {
  margin-top: 90px !important;
}

.is-bottom-90 {
  margin-bottom: 90px !important;
}

.isp-both-90 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.isp-top-90 {
  padding-top: 90px;
}

.isp-bottom-90 {
  padding-bottom: 90px;
}

.interspace-100 {
  display: block;
  height: 100px;
}
.interspace-100::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-100:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-100 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.is-top-100 {
  margin-top: 100px !important;
}

.is-bottom-100 {
  margin-bottom: 100px !important;
}

.isp-both-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.isp-top-100 {
  padding-top: 100px;
}

.isp-bottom-100 {
  padding-bottom: 100px;
}

.separator-big {
  border-bottom: 9px #f5f5f5 solid;
  margin: 20px 0;
}
.separator-big.low-top {
  margin-top: 12px;
}
.separator-big.lower-top {
  margin-top: 5px;
}
.separator-big.almost-no-top {
  margin-top: 1px;
}

.separator-small {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin: 20px 0;
}

.separator-medium {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin: 25px 0;
}
.separator-medium.lower {
  margin: 15px 0;
}
.separator-medium.no-top {
  margin-top: 0;
}

.pull-right {
  float: right;
}

.img-wrap.wrap-max-40 {
  height: 40px;
}
.img-wrap.wrap-max-40 img {
  max-height: 100%;
}

.img-fill {
  width: 100%;
}

.silent-separator {
  min-height: 20px;
}

.sp-top-grey {
  border-top: 1px #e5e5e5 solid;
}

.sp-bottom-grey {
  border-bottom: 1px #e5e5e5 solid;
}

.rollup {
  position: fixed;
  bottom: 50%;
  right: 15px;
  font-size: 1.7rem;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px #999 solid;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  z-index: 9002;
  margin: 10px 13px 0 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  cursor: pointer;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.rollup a {
  outline: none;
  text-decoration: none;
}
.rollup i {
  color: #999;
}
.rollup:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

.shop-guide {
  background-color: #0072bc;
  padding: 2px 10px;
  width: 100%;
}
.shop-guide > .container {
  display: table;
  width: 100%;
}
.shop-guide > .container > div {
  display: table-cell;
  vertical-align: middle;
}

.section-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9001;
}
.section-loader.breaked {
  padding-top: 72px;
}
.section-loader.fixed-loader {
  position: fixed;
}
.section-loader.section-loader-no-padding {
  padding-top: 0;
}
.section-loader.payment-proceed-loader {
  top: unset;
}
.section-loader .curtain {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
}
.section-loader .curtain .sk-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/spinner.gif) no-repeat;
}

/* ktr-start */
.cms-content p {
  margin-bottom: 0;
}

.cms-content-editable {
  border: 2px dashed #999;
  padding: 8px 0;
}

.cms-content-editable.mce-content-body {
  padding: 0;
}

.menu-ul li {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.menu-ul li a {
  display: block;
}

.menu-ul li a.active {
  display: block;
  background: white;
}

.menu-ul li a.active p {
  font-weight: bold;
  text-decoration: none;
}

.product-scroll-nav li a.active .section-icon i {
  color: #0097d5;
}

/* ktr-stop */
.inline-blank {
  position: relative;
  margin: 0 10px;
}

html, body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #1b1d1e;
  height: 100%;
}

body {
  overflow-x: hidden;
}
body img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  text-decoration: none;
  color: #0072bc;
}
a:hover {
  text-decoration: none;
  color: #0e5997;
}

button {
  outline: none;
}

#content .container {
  padding-left: 10px;
  padding-right: 10px;
}
#content .section {
  padding-bottom: 5px;
}
#content .section h3 {
  font-size: 1.5rem;
  color: #212121;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0 0rem;
}
#content .section h3 strong {
  color: #0072bc;
  font-weight: 600;
}
@media print, screen and (min-width: 360px) {
  #content .section h3 {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 480px) {
  #content .section h3 {
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #content .section h3 {
    padding: 3rem 0 1rem;
    font-size: 2.4rem;
  }
}
@media print {
  #content {
    border-top: 0;
  }
}

.btn.btn-card {
  font-weight: bold;
  background-color: #0097d5;
  color: #fff;
}
.btn.btn-card:hover {
  background-color: #0e5997;
}
.btn.btn-details {
  font-weight: bold;
  border: 1px #0072bc solid;
}
.btn.btn-details.greater {
  padding: 0.97rem 0;
}
.btn.btn-details:hover {
  background-color: #0072bc;
  color: #fff;
}

.container.xs {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
@media print, screen and (min-width: 480px) {
  .container.xs {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.row.xs {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
@media print, screen and (min-width: 480px) {
  .row.xs {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}
.row.separate-right {
  padding-right: 8px;
}
@media print, screen and (min-width: 992px) {
  .row.separate-right {
    padding-right: 5px;
  }
}
@media print, screen and (min-width: 1266px) {
  .row.separate-lg-right {
    padding-right: 5px;
  }
}
.row.separate-left {
  padding-left: 8px;
}
@media print, screen and (min-width: 992px) {
  .row.separate-left {
    padding-left: 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .row.separate-lg-left {
    padding-left: 5px;
  }
}
@media print, screen and (max-width: 359px) {
  .row.separate-xs {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 413px) {
  .row.separate-s360 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .row.separate-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.outer {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-separator {
  width: 100%;
  height: 10px;
}

@media only screen and (min-width: 480px) and (max-width: 765px) {
  .hidden-sm {
    display: none !important;
  }
}

a.blank-link {
  max-width: 100%;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: inherit;
}
a.blank-link:hover {
  text-decoration: underline;
}
a.blank-link.no-hover:hover {
  text-decoration: none;
}

body#top {
  width: 100% !important;
  max-width: none !important;
}
body#top #wrap_all {
  border-top: 2px #889096 solid;
}
body#top form {
  margin-bottom: 0 !important;
}
body#top #content-wrapper {
  background-color: #fff !important;
  margin: 0 auto !important;
}
body#top #header {
  margin: 0 auto !important;
}
body#top .row {
  margin-bottom: 0 !important;
}
body#top .input-text,
body#top input[type=text],
body#top input[type=input],
body#top input[type=password],
body#top input[type=email],
body#top input[type=number],
body#top input[type=url],
body#top input[type=tel],
body#top input[type=search],
body#top textarea,
body#top select {
  font-family: "Open Sans", sans-serif !important;
}

.html_header_top.html_header_sticky #header {
  position: relative !important;
  max-width: 100% !important;
}

.html_header_top.html_header_sticky #main {
  padding-top: 0 !important;
}

.bannerplace-150 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.bannerplace-150 img {
  width: 100%;
}

.cursor-grab {
  cursor: grab;
}

/* ktr-start */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.btn.btn-card s {
  font-weight: normal;
  font-size: 0.9rem;
}

.hidden {
  display: none !important;
}

/* poczatek nowe produkty */
#content .product-box-compact .curtain {
  overflow: hidden;
}

#content .product-box-compact .name {
  overflow: hidden;
  padding-top: 0px;
}

#content .product-box-compact .curtain .name {
  overflow: hidden;
  height: 43px;
}

#content .product-box-compact:hover .curtain {
  z-index: 11;
}

.compact-product .curtain .description {
  overflow: hidden;
  max-height: 171px;
}

/* koniec nowe produkty */
/* początek boksy quartic */
.compact-product .name span, .compact-product .curtain .heading span {
  display: block;
  height: 44px;
  overflow: hidden;
}

/* koniec nowe produkty */
/* początek okazja dnia */
#content #product-of-the-day .content-wrap .content .description {
  overflow: hidden;
  max-height: 135px !important;
  min-height: 93px !important;
}

#content #product-of-the-day .content-wrap .content .name {
  overflow: hidden;
  max-height: 103px;
}

@media screen and (min-width: 767px) {
  #content #product-of-the-day .content-wrap .content .name {
    max-height: 95px;
  }
}
#content #product-of-the-day .content-wrap .content .object-type {
  max-height: 30px;
  overflow: hidden;
  padding-top: 0 !important;
}

/* koniec okazja dnia */
/* poczatek banery w menu */
#header .category-nav li .dropdown .dropdown-content .nav > li .nav-content .promo-box .image {
  bottom: auto !important;
}

#header .category-nav li .dropdown .dropdown-content .nav > li .nav-content .promo-box {
  padding: 0;
  right: auto;
}

.sticky-banner {
  margin-top: 65px;
}

#header .category-nav li .dropdown .dropdown-content .nav > li .nav-content .promo-box img {
  max-width: 1150px;
  max-height: 306px;
}

/* koniec banery w menu */
/* początek producenci w menu */
#header .category-nav li .dropdown .dropdown-content .nav > li .nav-content .brands a img {
  height: auto;
}

/* koniec producenci w menu */
#header .helpline a.infoline {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}

#header .helpline a.infoline:last-child {
  padding-left: 10px;
  padding-right: 10px;
  border-right: none;
}

/* początek komunikaty o błędach potrzebuję wszędzie dlatego przekopiowałem tutaj */
.form-default {
  margin-bottom: 20px;
}

.form-default .form-heading {
  height: 48px;
}

.form-default.form-border {
  padding: 10px 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 480px) {
  .form-default.form-border {
    padding: 20px;
  }
}
.form-default.form-hidden {
  display: none;
}

.form-default .form-control {
  background-color: #fff;
  border: 2px #e5e5e5 solid;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 30ms ease-in-out;
  -o-transition: background-color 30ms ease-in-out;
  -webkit-transition: background-color 30ms ease-in-out;
  transition: background-color 30ms ease-in-out;
  -moz-transition: border-color 30ms ease-in-out;
  -o-transition: border-color 30ms ease-in-out;
  -webkit-transition: border-color 30ms ease-in-out;
  transition: border-color 30ms ease-in-out;
}

.form-default .form-control::-webkit-input-placeholder {
  color: #626262;
}

.form-default .form-control:-moz-placeholder {
  color: #626262;
}

.form-default .form-control::-moz-placeholder {
  color: #626262;
}

.form-default .form-control:-ms-input-placeholder {
  color: #626262;
}

.form-default .form-alert {
  color: #e5e5e5;
  padding: 3px 5px;
  margin-top: 5px;
  position: relative;
  text-align: center;
  font-size: 0.85rem;
}

@media only screen and (min-width: 414px) {
  .form-default .form-alert {
    font-size: 1rem;
  }
}
.form-default .form-alert:before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #e5e5e5 transparent;
  content: "";
  animation: mymove 1000ms infinite;
}

@keyframes mymove {
  0% {
    top: 0px;
  }
  25% {
    top: -3px;
  }
  45% {
    top: 0px;
  }
  100% {
    top: 0px;
  }
}
.form-default .form-alert.error {
  border-color: #d50000;
  color: #d50000;
  font-weight: bold;
}

.form-default .form-alert.error:before {
  border-color: transparent transparent #d50000 transparent;
}

.form-default .custom-select {
  border: 2px #e5e5e5 solid;
}

.form-default .custom-select li {
  min-height: 39px;
  padding: 0 8px;
  height: 39px;
  background-color: #fff;
  border-color: transparent;
}

.form-default .custom-select:hover ul, .form-default .custom-select.active ul {
  top: 0;
}

.form-default .custom-select:hover ul li, .form-default .custom-select.active ul li {
  height: auto;
  padding: 0 7px;
}

.form-default .custom-select:hover ul li:hover, .form-default .custom-select.active ul li:hover {
  background-color: #f5f5f5;
}

.form-default .has-error {
  background-color: #f8e7e7;
  border-color: #d50000;
}

.form-default .has-success {
  background-color: #cfffbb;
  border-color: #74c354;
}

/* koniec komunikaty o błędach potrzebuję wszędzie dlatego przekopiowałem tutaj */
/* początek na liscie produktów wykorzystuję do quartic */
.quartic-product-list {
  padding-bottom: 3rem !important;
}

/* koniec na liscie produktów wykorzystuję do quartic */
/* początek warstwa kodu promocyjnego */
.layer-code, .layer-clipboard {
  position: fixed !important;
}

/* koniec warstwa kodu promocyjnego */
.clear-both {
  clear: both;
}

.text-alert {
  color: #d50000;
}

.product-video {
  width: 90%;
  height: 90%;
}

/* reklamowe includy w stopce strony */
body > iframe, body > noscript, div#ads, div#fb-root, img[width="1"], img[height="1"] {
  display: none;
}

#header .category-nav li .dropdown .dropdown-content .nav > li .nav-content .brands a img {
  height: 21px;
}

#wrap_all br {
  display: none;
}

#wrap_all br.own {
  display: inline;
}

#header .category-nav li .dropdown .dropdown-content .nav-condensed .category-boxes .table-cell .img-wrap img {
  max-height: 140px;
  max-width: 200px;
}

.form-default .has-success {
  background-color: #cfffbb !important;
  border-color: #74c354 !important;
}

.form-default .has-error {
  background-color: #f8e7e7 !important;
  border-color: #d50000 !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.ui-select-highlight {
  font-weight: bold;
}

iframe {
  border-width: 0 !important;
}

.label-picture img {
  max-width: 120px;
}

.ui-select-search {
  width: 100% !important;
}

#header .category-nav li.active > button {
  color: white !important;
}

#footer {
  margin-top: 40px !important;
}

.cookies-bar a {
  color: white !important;
}

.rollup {
  visibility: hidden;
}

.rollup.show {
  visibility: visible;
}

.locale-selector a {
  color: inherit;
}

.clickable-badge {
  cursor: pointer;
  display: inline-block;
}

.infoline a, .infoline a:hover {
  color: inherit;
}

.compare-products-margin {
  margin-bottom: 90px;
}

#header .category-nav li .external-menu-wide {
  width: 350px !important;
}

#header .category-nav li.external-menus.blank a.black {
  color: #212121;
}

#header .category-nav li.external-menus.blank ul li:hover a.black {
  color: #fff;
  font-weight: bold;
}

#header .category-nav li.active.dropdownable.blue-hover {
  background-color: #0072bc !important;
}

#content #product-of-the-day .content-wrap .content .name {
  padding: 8px 0 !important;
}

.extra-small-text {
  font-size: 61%;
}

.category-nav li.card-in {
  z-index: 8888;
}

.ui-select-choices-row.active {
  background-color: #fff;
}

ul.menu-tree {
  display: none;
}

img.producer-logo {
  position: relative;
}
img.producer-logo[alt]:after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: attr(alt);
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

/* ktr-stop */
@media print, screen and (max-width: -1px) {
  .section.bg-xs-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: -1px) {
  .section.bg-xs-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 0px) {
  .section.bg-xs-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 359px) {
  .section.bg-s360-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 359px) {
  .section.bg-s360-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 360px) {
  .section.bg-s360-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 413px) {
  .section.bg-s414-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 413px) {
  .section.bg-s414-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 414px) {
  .section.bg-s414-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 479px) {
  .section.bg-sm-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 479px) {
  .section.bg-sm-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 480px) {
  .section.bg-sm-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 767px) {
  .section.bg-md-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 767px) {
  .section.bg-md-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 768px) {
  .section.bg-md-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 991px) {
  .section.bg-slg-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 991px) {
  .section.bg-slg-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 992px) {
  .section.bg-slg-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 1019px) {
  .section.bg-mallfilter-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 1019px) {
  .section.bg-mallfilter-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 1020px) {
  .section.bg-mallfilter-up.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 1265px) {
  .section.bg-lg-down.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (max-width: 1265px) {
  .section.bg-lg-down-with.grey {
    background-color: #f1f1f1;
  }
}
@media print, screen and (min-width: 1266px) {
  .section.bg-lg-up.grey {
    background-color: #f1f1f1;
  }
}
.section.bg.image {
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.section.fill {
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (max-width: 767px) {
  .section.fill {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section.pull-bottom {
  margin-bottom: -10px !important;
}

.interspace-5 {
  display: block;
  height: 5px;
}
.interspace-5::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-5:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-5 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.is-top-5 {
  margin-top: 5px !important;
}

.is-bottom-5 {
  margin-bottom: 5px !important;
}

.isp-both-5 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.isp-top-5 {
  padding-top: 5px;
}

.isp-bottom-5 {
  padding-bottom: 5px;
}

.interspace-10 {
  display: block;
  height: 10px;
}
.interspace-10::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-10:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-10 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.is-top-10 {
  margin-top: 10px !important;
}

.is-bottom-10 {
  margin-bottom: 10px !important;
}

.isp-both-10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.isp-top-10 {
  padding-top: 10px;
}

.isp-bottom-10 {
  padding-bottom: 10px;
}

.interspace-15 {
  display: block;
  height: 15px;
}
.interspace-15::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-15:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-15 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.is-top-15 {
  margin-top: 15px !important;
}

.is-bottom-15 {
  margin-bottom: 15px !important;
}

.isp-both-15 {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.isp-top-15 {
  padding-top: 15px;
}

.isp-bottom-15 {
  padding-bottom: 15px;
}

.interspace-20 {
  display: block;
  height: 20px;
}
.interspace-20::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-20:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-20 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.is-top-20 {
  margin-top: 20px !important;
}

.is-bottom-20 {
  margin-bottom: 20px !important;
}

.isp-both-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.isp-top-20 {
  padding-top: 20px;
}

.isp-bottom-20 {
  padding-bottom: 20px;
}

.interspace-25 {
  display: block;
  height: 25px;
}
.interspace-25::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-25:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-25 {
  margin-top: 12.5px !important;
  margin-bottom: 12.5px !important;
}

.is-top-25 {
  margin-top: 25px !important;
}

.is-bottom-25 {
  margin-bottom: 25px !important;
}

.isp-both-25 {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.isp-top-25 {
  padding-top: 25px;
}

.isp-bottom-25 {
  padding-bottom: 25px;
}

.interspace-30 {
  display: block;
  height: 30px;
}
.interspace-30::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-30:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-30 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.is-top-30 {
  margin-top: 30px !important;
}

.is-bottom-30 {
  margin-bottom: 30px !important;
}

.isp-both-30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.isp-top-30 {
  padding-top: 30px;
}

.isp-bottom-30 {
  padding-bottom: 30px;
}

.interspace-40 {
  display: block;
  height: 40px;
}
.interspace-40::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-40:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-40 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.is-top-40 {
  margin-top: 40px !important;
}

.is-bottom-40 {
  margin-bottom: 40px !important;
}

.isp-both-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.isp-top-40 {
  padding-top: 40px;
}

.isp-bottom-40 {
  padding-bottom: 40px;
}

.interspace-50 {
  display: block;
  height: 50px;
}
.interspace-50::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-50:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-50 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.is-top-50 {
  margin-top: 50px !important;
}

.is-bottom-50 {
  margin-bottom: 50px !important;
}

.isp-both-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.isp-top-50 {
  padding-top: 50px;
}

.isp-bottom-50 {
  padding-bottom: 50px;
}

.interspace-60 {
  display: block;
  height: 60px;
}
.interspace-60::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-60:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-60 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.is-top-60 {
  margin-top: 60px !important;
}

.is-bottom-60 {
  margin-bottom: 60px !important;
}

.isp-both-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.isp-top-60 {
  padding-top: 60px;
}

.isp-bottom-60 {
  padding-bottom: 60px;
}

.interspace-70 {
  display: block;
  height: 70px;
}
.interspace-70::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-70:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-70 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.is-top-70 {
  margin-top: 70px !important;
}

.is-bottom-70 {
  margin-bottom: 70px !important;
}

.isp-both-70 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.isp-top-70 {
  padding-top: 70px;
}

.isp-bottom-70 {
  padding-bottom: 70px;
}

.interspace-90 {
  display: block;
  height: 90px;
}
.interspace-90::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-90:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-90 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.is-top-90 {
  margin-top: 90px !important;
}

.is-bottom-90 {
  margin-bottom: 90px !important;
}

.isp-both-90 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.isp-top-90 {
  padding-top: 90px;
}

.isp-bottom-90 {
  padding-bottom: 90px;
}

.interspace-100 {
  display: block;
  height: 100px;
}
.interspace-100::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-100:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-100 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.is-top-100 {
  margin-top: 100px !important;
}

.is-bottom-100 {
  margin-bottom: 100px !important;
}

.isp-both-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.isp-top-100 {
  padding-top: 100px;
}

.isp-bottom-100 {
  padding-bottom: 100px;
}

.separator-big {
  border-bottom: 9px #f5f5f5 solid;
  margin: 20px 0;
}
.separator-big.low-top {
  margin-top: 12px;
}
.separator-big.lower-top {
  margin-top: 5px;
}
.separator-big.almost-no-top {
  margin-top: 1px;
}

.separator-small {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin: 20px 0;
}

.separator-medium {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin: 25px 0;
}
.separator-medium.lower {
  margin: 15px 0;
}
.separator-medium.no-top {
  margin-top: 0;
}

.pull-right {
  float: right;
}

.img-wrap.wrap-max-40 {
  height: 40px;
}
.img-wrap.wrap-max-40 img {
  max-height: 100%;
}

.img-fill {
  width: 100%;
}

.silent-separator {
  min-height: 20px;
}

.sp-top-grey {
  border-top: 1px #e5e5e5 solid;
}

.sp-bottom-grey {
  border-bottom: 1px #e5e5e5 solid;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfdfdf;
  border-radius: 0.25rem;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  border-color: #66afe9;
  outline: none;
}
.form-control::placeholder {
  color: #999;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eceeef;
  opacity: 1;
}
.form-control:disabled {
  cursor: not-allowed;
}

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

.form-control-label {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 2.25rem;
  }
  input[type=date].input-sm, .input-group-sm input[type=date].form-control,
input[type=time].input-sm,
.input-group-sm input[type=time].form-control,
input[type=datetime-local].input-sm,
.input-group-sm input[type=datetime-local].form-control,
input[type=month].input-sm,
.input-group-sm input[type=month].form-control {
    line-height: 1.8625rem;
  }
  input[type=date].input-lg, .input-group-lg input[type=date].form-control,
input[type=time].input-lg,
.input-group-lg input[type=time].form-control,
input[type=datetime-local].input-lg,
.input-group-lg input[type=datetime-local].form-control,
input[type=month].input-lg,
.input-group-lg input[type=month].form-control {
    line-height: 3.1666666667rem;
  }
}
.form-control-static {
  min-height: 2.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
}
.form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

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

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
}
.radio label,
.checkbox label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio label input:only-child,
.checkbox label input:only-child {
  position: static;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -0.25rem;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 0.75rem;
}

input[type=radio]:disabled, input[type=radio].disabled,
input[type=checkbox]:disabled,
input[type=checkbox].disabled {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label {
  cursor: not-allowed;
}

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  background-size: 1.4625rem 1.4625rem;
}

.has-success .text-help,
.has-success .form-control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #5cb85c;
}
.has-success .form-control {
  border-color: #5cb85c;
}
.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea;
}
.has-success .form-control-feedback {
  color: #5cb85c;
}
.has-success .form-control-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjNWNiODVjIiBkPSJNMjMzLjggNjEwYy0xMy4zIDAtMjYtNi0zNC0xNi44TDkwLjUgNDQ4LjhDNzYuMyA0MzAgODAgNDAzLjMgOTguOCAzODljMTguOC0xNC4yIDQ1LjUtMTAuNCA1OS44IDguNGw3MiA5NUw0NTEuMyAyNDJjMTIuNS0yMCAzOC44LTI2LjIgNTguOC0xMy43IDIwIDEyLjQgMjYgMzguNyAxMy43IDU4LjhMMjcwIDU5MGMtNy40IDEyLTIwLjIgMTkuNC0zNC4zIDIwaC0yeiIvPjwvc3ZnPg==");
}

.has-warning .text-help,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #f0ad4e;
}
.has-warning .form-control {
  border-color: #f0ad4e;
}
.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white;
}
.has-warning .form-control-feedback {
  color: #f0ad4e;
}
.has-warning .form-control-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZjBhZDRlIiBkPSJNNjAzIDY0MC4ybC0yNzguNS01MDljLTMuOC02LjYtMTAuOC0xMC42LTE4LjUtMTAuNnMtMTQuNyA0LTE4LjUgMTAuNkw5IDY0MC4yYy0zLjcgNi41LTMuNiAxNC40LjIgMjAuOCAzLjggNi41IDEwLjggMTAuNCAxOC4zIDEwLjRoNTU3YzcuNiAwIDE0LjYtNCAxOC40LTEwLjQgMy41LTYuNCAzLjYtMTQuNCAwLTIwLjh6bS0yNjYuNC0zMGgtNjEuMlY1NDloNjEuMnY2MS4yem0wLTEwN2gtNjEuMlYzMDRoNjEuMnYxOTl6Ii8+PC9zdmc+");
}

.has-danger .text-help,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .checkbox,
.has-danger .radio-inline,
.has-danger .checkbox-inline, .has-danger.radio label, .has-danger.checkbox label, .has-danger.radio-inline label, .has-danger.checkbox-inline label {
  color: #d9534f;
}
.has-danger .form-control {
  border-color: #d9534f;
}
.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7;
}
.has-danger .form-control-feedback {
  color: #d9534f;
}
.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2MTIgNzkyIj48cGF0aCBmaWxsPSIjZDk1MzRmIiBkPSJNNDQ3IDU0NC40Yy0xNC40IDE0LjQtMzcuNiAxNC40LTUyIDBsLTg5LTkyLjctODkgOTIuN2MtMTQuNSAxNC40LTM3LjcgMTQuNC01MiAwLTE0LjQtMTQuNC0xNC40LTM3LjYgMC01Mmw5Mi40LTk2LjMtOTIuNC05Ni4zYy0xNC40LTE0LjQtMTQuNC0zNy42IDAtNTJzMzcuNi0xNC4zIDUyIDBsODkgOTIuOCA4OS4yLTkyLjdjMTQuNC0xNC40IDM3LjYtMTQuNCA1MiAwIDE0LjMgMTQuNCAxNC4zIDM3LjYgMCA1MkwzNTQuNiAzOTZsOTIuNCA5Ni40YzE0LjQgMTQuNCAxNC40IDM3LjYgMCA1MnoiLz48L3N2Zz4=");
}

@media print, screen and (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

textarea.form-control {
  border: 1px #e2e2e2 solid;
  background-color: #f5f5f5;
  border-radius: 0;
  min-height: 100px;
  -webkit-appearance: none;
}

input.form-control {
  border: 1px #e2e2e2 solid;
  background-color: #f5f5f5;
  border-radius: 0;
  height: 45px;
  -webkit-appearance: none;
  font-size: 1.1rem;
  padding: 0.3rem 0.6rem;
}
input.form-control.white {
  background-color: #fff;
}
input.form-control.clear-left {
  border-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
input.form-control.clear-right {
  border-right: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
input.form-control.separator-right {
  border-right: 1px #e2e2e2 dashed;
}

select {
  -webkit-appearance: none;
}

.tfg-f-input select.menulist {
  -webkit-appearance: menulist;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary:hover {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #025aa5;
  border-color: #01549b;
  background-image: none;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #014682;
  border-color: #01315a;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #0275d8;
  border-color: #0275d8;
}

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary:hover {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #ccc;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #2aabd2;
  background-image: none;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1f7e9a;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #2d672d;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #b06d0f;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #8b211e;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #0275d8;
  background-image: none;
  background-color: transparent;
  border-color: #0275d8;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #0275d8;
  border-color: #0275d8;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: #43a7fd;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #43a7fd;
}

.btn-secondary-outline {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: white;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: white;
}

.btn-info-outline {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: #b0e1ef;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #b0e1ef;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #a3d7a3;
}
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f8d9ac;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #eba5a3;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #0275d8;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #014c8c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

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

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

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.btn {
  padding-top: 7px;
  min-height: 35px;
  border-radius: 2px;
}
.btn.auto-valign {
  padding-top: 4px;
}
.btn.great {
  min-height: 43px;
  height: 43px;
}
.btn.huge {
  min-height: 50px;
  height: 43px;
}
.btn.huuuge {
  min-height: 66px;
  height: 43px;
}
.btn.fill {
  width: 100%;
}
.btn.green {
  color: #fff;
  background-color: #6cc049 !important;
}
.btn.green.btn-empty {
  background-color: transparent !important;
  border-color: #6cc049 !important;
  color: #6cc049 !important;
}
.btn.blue {
  color: #fff;
  background-color: #0097d5;
  border-color: #0097d5;
}
.btn.blue.btn-empty {
  background-color: transparent !important;
  border-color: #0097d5 !important;
  color: #0097d5 !important;
}
.btn.blue.btn-blank {
  color: #0097d5 !important;
}
.btn.grey {
  color: #fff;
  background-color: #606569;
  border-color: #606569;
}
.btn.grey.btn-empty {
  background-color: transparent;
  border-color: #c8cbcd;
  color: #606569;
}
.btn.grey.btn-blank {
  color: #606569;
}
.btn.grey.shadow {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
}
.btn.light-grey {
  color: #fff;
  background-color: #b9b9b9;
  border-color: #b9b9b9;
  outline: none !important;
  cursor: not-allowed;
}
.btn.light-grey i {
  color: lightgray !important;
}
.btn.light-grey.btn-empty {
  background-color: transparent;
  border-color: white;
  color: #b9b9b9;
}
.btn.light-grey.btn-blank {
  color: #b9b9b9;
}
.btn.light-grey.shadow {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
  -moz-box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(96, 101, 105, 0.25);
}
.btn.strange-grey {
  color: #212121;
  background-color: #e5e5e5 !important;
}
.btn.strange-grey.btn-empty {
  background-color: transparent;
  border-color: #e5e5e5;
  border-width: 2px;
}
.btn.locked, .btn[disabled] {
  color: #fff !important;
  background-color: #b9b9b9 !important;
  border-color: #b9b9b9 !important;
}
.btn.locked.btn-empty, .btn[disabled].btn-empty {
  background-color: transparent !important;
  border-color: #b9b9b9 !important;
  color: #b9b9b9 !important;
}
.btn.auto {
  width: auto !important;
}
.btn.expand-right {
  padding-right: 33px;
}
.btn.md {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: bold;
}
.btn.md:after {
  font-size: 1.8rem;
  margin-top: -8px;
}
.btn.btn-blank {
  padding-top: 4px;
  background-color: transparent;
  border-color: transparent;
}
@media print, screen and (max-width: 767px) {
  .btn.touchable {
    padding-top: 0.55rem;
    height: 55px !important;
  }
}
.btn.strong {
  font-weight: bold !important;
}
.btn.finally-v {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding-top: 0;
  padding-bottom: 0;
}
.btn.finally-v.no-left-padding {
  padding-left: 0;
}
.btn.finally-v.layout-fill {
  width: auto;
  margin: 0 auto;
}
.btn.finally-v.big {
  min-height: 48px;
}
@-moz-document url-prefix() {
  .btn.finally-v.big {
    height: 48px;
  }
}
.btn.finally-v > .cell {
  display: table-cell;
  vertical-align: middle;
}
.btn.finally-v > .cell.primary {
  width: inherit;
  text-align: center;
}
@-moz-document url-prefix() {
  .btn.finally-v > .cell.primary {
    padding-left: 20px;
  }
}
.btn.finally-v > .cell.primary.no-padding {
  padding-left: 0;
}
.btn.finally-v > .cell.icon-md {
  width: 10%;
  font-size: 1.8rem;
  line-height: 1rem;
  text-align: right;
}
.btn.finally-v > .cell.icon-sm {
  width: 10%;
  font-size: 1.3rem;
  padding-top: 2px;
  line-height: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.finally-v > .cell.icon-sm {
    width: 15%;
  }
}
.btn.finally-v > .cell.icon-xs {
  width: 10%;
  font-size: 0.85rem;
  padding-top: 2px;
  line-height: 1rem;
}
@-moz-document url-prefix() {
  .btn.finally-v > .cell.icon-xs {
    padding-left: 10px;
    padding-top: 0px !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn.finally-v > .cell.icon-xs {
    width: 15%;
  }
}
.btn.finally-v > .cell.color-blue {
  color: #0097d5;
}
.btn.finally-v > .cell.half {
  width: 50%;
}
.btn.finally-v > .cell.three-quater {
  width: 75%;
}
.btn.finally-v > .cell.quater {
  width: 25%;
}
.btn.finally-v > .cell.left {
  text-align: left;
}
.btn.finally-v > .cell.right {
  text-align: right;
}
.btn.finally-v:before {
  display: table-cell !important;
  position: static !important;
}
.btn.finally-v:after {
  display: table-cell !important;
  position: static !important;
}
.btn.finally-v .with-icon .supp {
  display: inline-block;
  vertical-align: middle;
}
.btn.finally-v .with-icon i {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-localize-me {
  font-weight: bold;
  float: right;
  padding: 0;
  color: #212121;
  outline: none;
}
.btn.btn-localize-me .micon-pointer {
  font-size: 1.7rem;
  color: #606569;
  padding-right: 10px;
}
.btn.btn-localize-me .micon-pointer:before {
  padding: 0;
}
.btn.btn-localize-me .icon-caret-right {
  margin-top: 4px;
  margin-left: 4px;
  display: inline-block;
  color: #0097d5;
}
.btn.btn-localize-me:hover {
  color: #0097d5;
}
.btn.btn-localize-me:hover .micon-pointer {
  color: #0097d5;
}
.btn.remake > span {
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.btn.remake > i {
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.btn.remake > *:first-child {
  padding-left: 0px;
}
.btn.remake > .icon-caret-right {
  margin-top: 3%;
}

span.v-center {
  height: 41px;
  display: inline-block;
  vertical-align: middle;
}
span.v-center:before {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
span.v-center.touchable {
  height: 55px;
}

input.btn {
  cursor: initial;
}

.strength-meter-wrap {
  position: relative;
}

.strength-meter {
  position: absolute;
  left: 0;
  top: 45px;
  width: 240px;
  height: 44px;
  background-color: #f9f9f9;
  border: 1px #e5e5e5 solid;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
  -webkit-box-shadow: 6px 6px 34px -6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 6px 34px -6px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 34px -6px rgba(0, 0, 0, 0.2);
}
.strength-meter:after, .strength-meter:before {
  bottom: 100%;
  left: 28px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.strength-meter:after {
  border-color: rgba(249, 249, 249, 0);
  border-bottom-color: #f9f9f9;
  border-width: 6px;
  margin-left: -6px;
}
.strength-meter:before {
  border-color: rgba(229, 229, 229, 0);
  border-bottom-color: #e5e5e5;
  border-width: 9px;
  margin-left: -9px;
}
.strength-meter .align-me {
  width: 0;
  height: 44px;
  display: inline-block;
  vertical-align: middle;
}
.strength-meter .strength-meter-label {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.85rem;
}
.strength-meter .strength-meter-basis {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  width: 134px;
  height: 9px;
  background-color: #e5e5e5;
}
.strength-meter .strength-meter-value {
  position: absolute;
  top: 0;
  left: 0;
  height: 9px;
  background-color: #0097d5;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.strength-meter .strength-meter-value.strength-meter-value-red {
  background-color: #e60000;
}
.strength-meter .strength-meter-value.strength-meter-value-yellow {
  background-color: #d89d11;
}
.strength-meter .strength-meter-value.strength-meter-value-green {
  background-color: #6cc049;
}
.strength-meter .strength-meter-scale {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  white-space: nowrap;
}
.strength-meter .strength-meter-scale-separator {
  display: inline-block;
  width: 33px;
  height: 9px;
  border-left: 1px #f9f9f9 solid;
  border-right: 1px #f9f9f9 solid;
}
.strength-meter .strength-meter-scale-separator:first-child {
  border-left: none;
}
.strength-meter .strength-meter-scale-separator:last-child {
  border-right: none;
}

.text-bold {
  font-weight: bold;
}

.text-fat {
  font-size: 1.3rem;
  font-weight: bold;
}

.text-plump {
  font-size: 1rem;
  font-weight: bold;
}

.text-semiplump {
  font-size: 1rem;
  font-weight: 600;
}

.text-half {
  font-size: 1.5rem;
}

.text-heading {
  font-size: 1.2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 480px) {
  .text-heading {
    font-size: 1.7rem;
    font-weight: bold;
  }
}

.text-low {
  font-size: 0.85rem;
}

.text-lower {
  font-size: 0.7rem;
}

.text-default {
  color: #1b1d1e !important;
}

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

.text-blue {
  color: #0097d5 !important;
}

.text-green {
  color: #0cac23 !important;
}

.text-grey {
  color: #ababab !important;
}

.text-primary-grey {
  color: #212121 !important;
}

.text-semi-grey {
  color: #595959 !important;
}

.text-red {
  color: #e60000 !important;
}

.text-dark-red {
  color: #b30000 !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-nowrap {
  white-space: nowrap;
}

.text-strike {
  text-decoration: line-through;
}

.inline {
  display: inline-block !important;
}

strong.semi {
  font-weight: 600;
}

a.lower {
  font-size: 0.85rem;
}
a.grey {
  color: #212121;
}

.quiet-link, .quiet-link:hover {
  color: inherit;
  font-size: inherit;
  text-decoration: inherit;
}
.quiet-link:hover {
  text-decoration: underline;
}

.increase-lh {
  line-height: 2rem;
}

@media print, screen and (min-width: 0px) {
  .text-left-xs {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-center-xs {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-right-xs {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-left-s360 {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-center-s360 {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-right-s360 {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-left-s414 {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-center-s414 {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-right-s414 {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-left-sm {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-center-sm {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-right-sm {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-left-md {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-center-md {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-right-md {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-left-slg {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-center-slg {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-right-slg {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-left-mallfilter {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-center-mallfilter {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-right-mallfilter {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-left-lg {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-center-lg {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-right-lg {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 0px) {
  .text-half-xs {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 360px) {
  .text-half-s360 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 414px) {
  .text-half-s414 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 480px) {
  .text-half-sm {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .text-half-md {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .text-half-slg {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-half-mallfilter {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-half-lg {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 0px) {
  .text-so-low-xs {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-so-low-s360 {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-so-low-s414 {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-so-low-sm {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-so-low-md {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-so-low-slg {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-so-low-mallfilter {
    font-size: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-so-low-lg {
    font-size: 0.7rem !important;
  }
}
.text-so-low {
  font-size: 0.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-so-low-xs {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-so-low-s360 {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-so-low-s414 {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-so-low-sm {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-so-low-md {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-so-low-slg {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-so-low-mallfilter {
    line-height: 0.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-so-low-lg {
    line-height: 0.7rem !important;
  }
}
.text-lh-so-low {
  line-height: 0.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-semi-low-xs {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-semi-low-s360 {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-semi-low-s414 {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-semi-low-sm {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-semi-low-md {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-semi-low-slg {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-semi-low-mallfilter {
    font-size: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-semi-low-lg {
    font-size: 0.8rem !important;
  }
}
.text-semi-low {
  font-size: 0.8rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-semi-low-xs {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-semi-low-s360 {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-semi-low-s414 {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-semi-low-sm {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-semi-low-md {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-semi-low-slg {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-semi-low-mallfilter {
    line-height: 0.8rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-semi-low-lg {
    line-height: 0.8rem !important;
  }
}
.text-lh-semi-low {
  line-height: 0.8rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-low-xs {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-low-s360 {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-low-s414 {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-low-sm {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-low-md {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-low-slg {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-low-mallfilter {
    font-size: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-low-lg {
    font-size: 0.85rem !important;
  }
}
.text-low {
  font-size: 0.85rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-low-xs {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-low-s360 {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-low-s414 {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-low-sm {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-low-md {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-low-slg {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-low-mallfilter {
    line-height: 0.85rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-low-lg {
    line-height: 0.85rem !important;
  }
}
.text-lh-low {
  line-height: 0.85rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-little-low-xs {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-little-low-s360 {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-little-low-s414 {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-little-low-sm {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-little-low-md {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-little-low-slg {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-little-low-mallfilter {
    font-size: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-little-low-lg {
    font-size: 0.9rem !important;
  }
}
.text-little-low {
  font-size: 0.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-little-low-xs {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-little-low-s360 {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-little-low-s414 {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-little-low-sm {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-little-low-md {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-little-low-slg {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-little-low-mallfilter {
    line-height: 0.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-little-low-lg {
    line-height: 0.9rem !important;
  }
}
.text-lh-little-low {
  line-height: 0.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-normal-xs {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-normal-s360 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-normal-s414 {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-normal-sm {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-normal-md {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-normal-slg {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-normal-mallfilter {
    font-size: 1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-normal-lg {
    font-size: 1rem !important;
  }
}
.text-normal {
  font-size: 1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-normal-xs {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-normal-s360 {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-normal-s414 {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-normal-sm {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-normal-md {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-normal-slg {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-normal-mallfilter {
    line-height: 1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-normal-lg {
    line-height: 1rem !important;
  }
}
.text-lh-normal {
  line-height: 1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-little-big-xs {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-little-big-s360 {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-little-big-s414 {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-little-big-sm {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-little-big-md {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-little-big-slg {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-little-big-mallfilter {
    font-size: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-little-big-lg {
    font-size: 1.15rem !important;
  }
}
.text-little-big {
  font-size: 1.15rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-little-big-xs {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-little-big-s360 {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-little-big-s414 {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-little-big-sm {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-little-big-md {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-little-big-slg {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-little-big-mallfilter {
    line-height: 1.15rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-little-big-lg {
    line-height: 1.15rem !important;
  }
}
.text-lh-little-big {
  line-height: 1.15rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-big-xs {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-big-s360 {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-big-s414 {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-big-sm {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-big-md {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-big-slg {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-big-mallfilter {
    font-size: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-big-lg {
    font-size: 1.3rem !important;
  }
}
.text-big {
  font-size: 1.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-big-xs {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-big-s360 {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-big-s414 {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-big-sm {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-big-md {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-big-slg {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-big-mallfilter {
    line-height: 1.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-big-lg {
    line-height: 1.3rem !important;
  }
}
.text-lh-big {
  line-height: 1.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-half-xs {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-half-s360 {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-half-s414 {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-half-sm {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-half-md {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-half-slg {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-half-mallfilter {
    font-size: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-half-lg {
    font-size: 1.5rem !important;
  }
}
.text-half {
  font-size: 1.5rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-half-xs {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-half-s360 {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-half-s414 {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-half-sm {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-half-md {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-half-slg {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-half-mallfilter {
    line-height: 1.5rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-half-lg {
    line-height: 1.5rem !important;
  }
}
.text-lh-half {
  line-height: 1.5rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-heading-xs {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-heading-s360 {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-heading-s414 {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-heading-sm {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-heading-md {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-heading-slg {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-heading-mallfilter {
    font-size: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-heading-lg {
    font-size: 1.7rem !important;
  }
}
.text-heading {
  font-size: 1.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-heading-xs {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-heading-s360 {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-heading-s414 {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-heading-sm {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-heading-md {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-heading-slg {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-heading-mallfilter {
    line-height: 1.7rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-heading-lg {
    line-height: 1.7rem !important;
  }
}
.text-lh-heading {
  line-height: 1.7rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-big-heading-xs {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-big-heading-s360 {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-big-heading-s414 {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-big-heading-sm {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-big-heading-md {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-big-heading-slg {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-big-heading-mallfilter {
    font-size: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-big-heading-lg {
    font-size: 2.1rem !important;
  }
}
.text-big-heading {
  font-size: 2.1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-big-heading-xs {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-big-heading-s360 {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-big-heading-s414 {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-big-heading-sm {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-big-heading-md {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-big-heading-slg {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-big-heading-mallfilter {
    line-height: 2.1rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-big-heading-lg {
    line-height: 2.1rem !important;
  }
}
.text-lh-big-heading {
  line-height: 2.1rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huge-xs {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huge-s360 {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huge-s414 {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huge-sm {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huge-md {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huge-slg {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huge-mallfilter {
    font-size: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huge-lg {
    font-size: 2.3rem !important;
  }
}
.text-huge {
  font-size: 2.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huge-xs {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huge-s360 {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huge-s414 {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huge-sm {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huge-md {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huge-slg {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huge-mallfilter {
    line-height: 2.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huge-lg {
    line-height: 2.3rem !important;
  }
}
.text-lh-huge {
  line-height: 2.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huuge-xs {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huuge-s360 {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huuge-s414 {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huuge-sm {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huuge-md {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huuge-slg {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huuge-mallfilter {
    font-size: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huuge-lg {
    font-size: 2.9rem !important;
  }
}
.text-huuge {
  font-size: 2.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huuge-xs {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huuge-s360 {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huuge-s414 {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huuge-sm {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huuge-md {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huuge-slg {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huuge-mallfilter {
    line-height: 2.9rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huuge-lg {
    line-height: 2.9rem !important;
  }
}
.text-lh-huuge {
  line-height: 2.9rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-huuuge-xs {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-huuuge-s360 {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-huuuge-s414 {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-huuuge-sm {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-huuuge-md {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-huuuge-slg {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-huuuge-mallfilter {
    font-size: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-huuuge-lg {
    font-size: 4.3rem !important;
  }
}
.text-huuuge {
  font-size: 4.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-lh-huuuge-xs {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 360px) {
  .text-lh-huuuge-s360 {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 414px) {
  .text-lh-huuuge-s414 {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 480px) {
  .text-lh-huuuge-sm {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 768px) {
  .text-lh-huuuge-md {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 992px) {
  .text-lh-huuuge-slg {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-lh-huuuge-mallfilter {
    line-height: 4.3rem !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-lh-huuuge-lg {
    line-height: 4.3rem !important;
  }
}
.text-lh-huuuge {
  line-height: 4.3rem !important;
}

@media print, screen and (min-width: 0px) {
  .text-regular-xs {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 0px) {
  .text-semibold-xs {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 0px) {
  .text-bold-xs {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 360px) {
  .text-regular-s360 {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 360px) {
  .text-semibold-s360 {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 360px) {
  .text-bold-s360 {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 414px) {
  .text-regular-s414 {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 414px) {
  .text-semibold-s414 {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 414px) {
  .text-bold-s414 {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 480px) {
  .text-regular-sm {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 480px) {
  .text-semibold-sm {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 480px) {
  .text-bold-sm {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 768px) {
  .text-regular-md {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 768px) {
  .text-semibold-md {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  .text-bold-md {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 992px) {
  .text-regular-slg {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 992px) {
  .text-semibold-slg {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 992px) {
  .text-bold-slg {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-regular-mallfilter {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-semibold-mallfilter {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1020px) {
  .text-bold-mallfilter {
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-regular-lg {
    font-weight: 400;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-semibold-lg {
    font-weight: 600;
  }
}
@media print, screen and (min-width: 1266px) {
  .text-bold-lg {
    font-weight: 700;
  }
}
.spoiler-wrap .spoiler-text {
  display: none;
}
.spoiler-wrap.spoiler-active .spoiler-text {
  display: block;
}
.spoiler-wrap.spoiler-active .spoiler-toggle {
  display: none;
}

.text-reset {
  font-weight: normal;
}

.text-underdotted {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}

.interspace-5 {
  display: block;
  height: 5px;
}
.interspace-5::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-5:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-5 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important;
}

.is-top-5 {
  margin-top: 5px !important;
}

.is-bottom-5 {
  margin-bottom: 5px !important;
}

.isp-both-5 {
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}

.isp-top-5 {
  padding-top: 5px;
}

.isp-bottom-5 {
  padding-bottom: 5px;
}

.interspace-10 {
  display: block;
  height: 10px;
}
.interspace-10::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-10:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-10 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.is-top-10 {
  margin-top: 10px !important;
}

.is-bottom-10 {
  margin-bottom: 10px !important;
}

.isp-both-10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.isp-top-10 {
  padding-top: 10px;
}

.isp-bottom-10 {
  padding-bottom: 10px;
}

.interspace-15 {
  display: block;
  height: 15px;
}
.interspace-15::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-15:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-15 {
  margin-top: 7.5px !important;
  margin-bottom: 7.5px !important;
}

.is-top-15 {
  margin-top: 15px !important;
}

.is-bottom-15 {
  margin-bottom: 15px !important;
}

.isp-both-15 {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.isp-top-15 {
  padding-top: 15px;
}

.isp-bottom-15 {
  padding-bottom: 15px;
}

.interspace-20 {
  display: block;
  height: 20px;
}
.interspace-20::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-20:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-20 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.is-top-20 {
  margin-top: 20px !important;
}

.is-bottom-20 {
  margin-bottom: 20px !important;
}

.isp-both-20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.isp-top-20 {
  padding-top: 20px;
}

.isp-bottom-20 {
  padding-bottom: 20px;
}

.interspace-25 {
  display: block;
  height: 25px;
}
.interspace-25::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-25:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-25 {
  margin-top: 12.5px !important;
  margin-bottom: 12.5px !important;
}

.is-top-25 {
  margin-top: 25px !important;
}

.is-bottom-25 {
  margin-bottom: 25px !important;
}

.isp-both-25 {
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}

.isp-top-25 {
  padding-top: 25px;
}

.isp-bottom-25 {
  padding-bottom: 25px;
}

.interspace-30 {
  display: block;
  height: 30px;
}
.interspace-30::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-30:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-30 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.is-top-30 {
  margin-top: 30px !important;
}

.is-bottom-30 {
  margin-bottom: 30px !important;
}

.isp-both-30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.isp-top-30 {
  padding-top: 30px;
}

.isp-bottom-30 {
  padding-bottom: 30px;
}

.interspace-40 {
  display: block;
  height: 40px;
}
.interspace-40::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-40:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-40 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.is-top-40 {
  margin-top: 40px !important;
}

.is-bottom-40 {
  margin-bottom: 40px !important;
}

.isp-both-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.isp-top-40 {
  padding-top: 40px;
}

.isp-bottom-40 {
  padding-bottom: 40px;
}

.interspace-50 {
  display: block;
  height: 50px;
}
.interspace-50::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-50:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-50 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.is-top-50 {
  margin-top: 50px !important;
}

.is-bottom-50 {
  margin-bottom: 50px !important;
}

.isp-both-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.isp-top-50 {
  padding-top: 50px;
}

.isp-bottom-50 {
  padding-bottom: 50px;
}

.interspace-60 {
  display: block;
  height: 60px;
}
.interspace-60::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-60:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-60 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.is-top-60 {
  margin-top: 60px !important;
}

.is-bottom-60 {
  margin-bottom: 60px !important;
}

.isp-both-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.isp-top-60 {
  padding-top: 60px;
}

.isp-bottom-60 {
  padding-bottom: 60px;
}

.interspace-70 {
  display: block;
  height: 70px;
}
.interspace-70::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-70:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-70 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.is-top-70 {
  margin-top: 70px !important;
}

.is-bottom-70 {
  margin-bottom: 70px !important;
}

.isp-both-70 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.isp-top-70 {
  padding-top: 70px;
}

.isp-bottom-70 {
  padding-bottom: 70px;
}

.interspace-90 {
  display: block;
  height: 90px;
}
.interspace-90::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-90:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-90 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.is-top-90 {
  margin-top: 90px !important;
}

.is-bottom-90 {
  margin-bottom: 90px !important;
}

.isp-both-90 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.isp-top-90 {
  padding-top: 90px;
}

.isp-bottom-90 {
  padding-bottom: 90px;
}

.interspace-100 {
  display: block;
  height: 100px;
}
.interspace-100::after {
  content: "";
  display: table;
  clear: both;
}
.interspace-100:before {
  content: "";
  display: table;
  clear: both;
}

.is-both-100 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.is-top-100 {
  margin-top: 100px !important;
}

.is-bottom-100 {
  margin-bottom: 100px !important;
}

.isp-both-100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.isp-top-100 {
  padding-top: 100px;
}

.isp-bottom-100 {
  padding-bottom: 100px;
}

.separator-big {
  border-bottom: 9px #f5f5f5 solid;
  margin: 20px 0;
}
.separator-big.low-top {
  margin-top: 12px;
}
.separator-big.lower-top {
  margin-top: 5px;
}
.separator-big.almost-no-top {
  margin-top: 1px;
}

.separator-small {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
  margin: 20px 0;
}

.separator-medium {
  width: 100%;
  height: 2px;
  background-color: #f5f5f5;
  margin: 25px 0;
}
.separator-medium.lower {
  margin: 15px 0;
}
.separator-medium.no-top {
  margin-top: 0;
}

.pull-right {
  float: right;
}

.img-wrap.wrap-max-40 {
  height: 40px;
}
.img-wrap.wrap-max-40 img {
  max-height: 100%;
}

.img-fill {
  width: 100%;
}

.silent-separator {
  min-height: 20px;
}

.sp-top-grey {
  border-top: 1px #e5e5e5 solid;
}

.sp-bottom-grey {
  border-bottom: 1px #e5e5e5 solid;
}

.table {
  display: table;
  width: 100%;
  font-size: 1rem;
}
.table.auto {
  width: auto;
}
.table.spacing-10 {
  table-layout: fixed;
  border-spacing: 10px;
}
.table .table-caption {
  display: table-caption;
  padding: 0 0 10px 10px;
  font-size: 1.3rem;
  color: #0097d5;
  font-weight: 600;
}
.table .table-heading {
  display: table-row;
}
.table .table-heading .cell {
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px #d6dbe0 solid;
}
.table .silent-table-row {
  display: table-row;
}
.table .table-row {
  display: table-row;
}
.table .table-row > .cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px #d6dbe0 solid;
}
.table .table-row > .cell.no-wrap {
  white-space: nowrap;
}
.table .table-row.bottom-border .cell {
  border-top: 0;
  border-bottom: 1px #d6dbe0 solid;
}
.table .table-row.no-border .cell {
  border-top: 0;
}
.table .table-row:first-child .cell {
  border-top: 0;
}
.table .table-row.more-space > .cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table.no-border .table-row > .cell {
  border-top: 0;
}
.table.less-space > .table-row > .cell {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table.more-space > .table-row > .cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
}
.table .cell.center {
  text-align: center;
}
.table .cell.right {
  text-align: right;
}
.table.continue .table-row:first-child .cell {
  border-top: 0;
}
.table.stick-bottom .cell {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 0px) {
  .cell-xs-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-100 {
    width: 100% !important;
  }
}
.no-spacing > .table-row > .cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-spacing > .cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-top-spacing > .table-row > .cell {
  padding-top: 0 !important;
}
.no-top-spacing > .cell {
  padding-top: 0 !important;
}

@media print, screen and (max-width: 479px) {
  .no-top-spacing-xs > .table-row > .cell {
    padding-top: 0 !important;
  }
  .no-top-spacing-xs > .cell {
    padding-top: 0 !important;
  }
}

.no-bottom-spacing > .table-row > .cell {
  padding-bottom: 0 !important;
}
.no-bottom-spacing > .cell {
  padding-bottom: 0 !important;
}

table {
  width: 100%;
  table-layout: fixed;
}

.simple-row-separation tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #cecece solid;
  margin-bottom: 10px;
}
.simple-row-separation tr:first-child {
  padding-top: 0;
}
.simple-row-separation tr:last-child td {
  border-bottom: 0;
}

.flags-cz {
  background-image: url(../img/sprites/flags.png);
  background-position: 0px 0px;
  width: 22px;
  height: 16px;
}

.flags-sk {
  background-image: url(../img/sprites/flags.png);
  background-position: 0px -80px;
  width: 22px;
  height: 16px;
}

.locale-selector {
  position: relative;
  width: 72px;
  margin-top: -2px;
}
.locale-selector ul {
  position: absolute;
  top: -17px;
  right: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  border: 1px #fff solid;
}
.locale-selector ul li {
  display: none !important;
  margin: 0;
  padding: 0;
  cursor: pointer;
  padding: 5px;
}
.locale-selector ul li .short {
  vertical-align: middle;
  display: inline-block;
  text-align: left;
  width: 20px;
}
.locale-selector ul li .flag {
  vertical-align: middle;
  display: inline-block;
  margin: 1px 4px 0 1px;
  width: 22px;
  height: 16px;
  background-color: #e5e5e5;
  border: 1px #e5e5e5 solid;
}
.locale-selector ul li .current {
  visibility: hidden;
  vertical-align: top;
  -moz-transition: all 120ms ease-out;
  -o-transition: all 120ms ease-out;
  -webkit-transition: all 120ms ease-out;
  transition: all 120ms ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.locale-selector ul li i {
  display: inline-block;
  vertical-align: middle;
  padding-top: 5px;
}
.locale-selector ul li.active {
  display: block !important;
}
.locale-selector ul li.active i {
  visibility: visible;
}
.locale-selector ul li:hover {
  background-color: #f7f7f7;
}
.locale-selector.active ul {
  background-color: #fff;
  border-color: #e5e5e5;
  z-index: 9999;
  -webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
}
.locale-selector.active ul li {
  display: block !important;
}
.locale-selector.active ul .current {
  margin-top: 2px;
  display: inline-block !important;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.btn2 {
  position: relative;
  display: inline-block;
  border: 0;
  background-color: #b9b9b9;
  padding: 13px 10px 12px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  -moz-transition: all 80ms ease-in-out;
  -o-transition: all 80ms ease-in-out;
  -webkit-transition: all 80ms ease-in-out;
  transition: all 80ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  font-size: 1rem;
  text-decoration: none !important;
  cursor: pointer;
}
.btn2.btn2-nowrap {
  white-space: nowrap;
}
.btn2.btn2-sold {
  cursor: default;
}
.btn2.btn2-sold > span {
  line-height: 24px;
}
.btn2.btn2-inline {
  padding: 0 5px;
}
.btn2.btn2-force-inline {
  font-size: 0;
}
.btn2.btn2-force-inline > span {
  display: inline;
  vertical-align: bottom;
}
.btn2.btn2-reset {
  font-size: 0;
}
.btn2.locked, .btn2.disabled, .btn2[disabled] {
  color: #fff !important;
  background-color: #e5e5e5 !important;
  border-color: #e5e5e5 !important;
  cursor: not-allowed;
}
.btn2.btn2-auto {
  width: auto;
}
.btn2.btn2-fill {
  width: 100%;
}
@media print, screen and (min-width: 0px) {
  .btn2.btn2-xs-fill {
    width: 100%;
  }
  .btn2.btn2-xs-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2.btn2-s360-fill {
    width: 100%;
  }
  .btn2.btn2-s360-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2.btn2-s414-fill {
    width: 100%;
  }
  .btn2.btn2-s414-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2.btn2-sm-fill {
    width: 100%;
  }
  .btn2.btn2-sm-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2.btn2-md-fill {
    width: 100%;
  }
  .btn2.btn2-md-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2.btn2-slg-fill {
    width: 100%;
  }
  .btn2.btn2-slg-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2.btn2-mallfilter-fill {
    width: 100%;
  }
  .btn2.btn2-mallfilter-auto {
    width: auto;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2.btn2-lg-fill {
    width: 100%;
  }
  .btn2.btn2-lg-auto {
    width: auto;
  }
}
.btn2 span {
  font-size: 1rem;
  line-height: 14px;
}
.btn2.btn2-p0 {
  padding-left: 0px;
  padding-right: 0px;
}
.btn2.btn2-p10 {
  padding-left: 10px;
  padding-right: 10px;
}
.btn2.btn2-p20 {
  padding-left: 20px;
  padding-right: 20px;
}
.btn2.btn2-p30 {
  padding-left: 30px;
  padding-right: 30px;
}
.btn2.btn2-p40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn2.btn2-p80 {
  padding-left: 80px;
  padding-right: 80px;
}
.btn2.btn2-blue {
  background-color: #0072bc;
  border: 1px #0072bc solid;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-blue.btn2-empty {
  background-color: transparent;
  border-color: #0072bc;
  color: #0072bc;
}
.btn2.btn2-blue.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-blue:hover {
  background-color: #0063a3;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-blue:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-blue:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: #f9fdff;
  color: #0063a3;
  border-color: #0063a3;
}
.btn2.btn2-grey {
  background-color: #606569;
  border: 1px #606569 solid;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-grey.btn2-empty {
  background-color: transparent;
  border-color: #606569;
  color: #606569;
}
.btn2.btn2-grey.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-grey:hover {
  background-color: #6c7276;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-grey:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-grey:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #6c7276;
  border-color: #6c7276;
}
.btn2.btn2-green {
  background-color: #6cc049;
  border: 1px #6cc049 solid;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-green.btn2-empty {
  background-color: transparent;
  border-color: #6cc049;
  color: #6cc049;
}
.btn2.btn2-green.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-green:hover {
  background-color: #7bc75c;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-green:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-green:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #7bc75c;
  border-color: #7bc75c;
}
.btn2.btn2-light-grey {
  background-color: #f8f8f8;
  border: 1px #f8f8f8 solid;
  color: #1b1d1e;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-light-grey.btn2-empty {
  background-color: transparent;
  border-color: #f8f8f8;
  color: #f8f8f8;
}
.btn2.btn2-light-grey.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-light-grey:hover {
  background-color: #ebebeb;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-light-grey:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-light-grey:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #ebebeb;
  border-color: #ebebeb;
}
.btn2.btn2-black {
  background-color: #010101;
  border: 1px #010101 solid;
  color: #fff;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-black.btn2-empty {
  background-color: transparent;
  border-color: #010101;
  color: #010101;
}
.btn2.btn2-black.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-black:hover {
  background-color: #272727;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-black:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-black:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: #9f9f9f;
  color: #272727;
  border-color: #272727;
}
.btn2.btn2-transparent {
  background-color: transparent;
  border: 1px transparent solid;
  color: inherit;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-transparent.btn2-empty {
  background-color: transparent;
  border-color: transparent;
  color: transparent;
}
.btn2.btn2-transparent.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-transparent:hover {
  background-color: transparent;
}
.btn2.btn2-transparent:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-transparent:hover.btn2-empty {
  background-color: rgba(158, 158, 158, 0);
  color: transparent;
  border-color: transparent;
}
.btn2.btn2-white {
  background-color: #fff;
  border: 1px #fff solid;
  color: #0097d5;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-white.btn2-empty {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.btn2.btn2-white.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-white:hover {
  background-color: #d9d9d9;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-white:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-white:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #d9d9d9;
  border-color: #d9d9d9;
}
.btn2.btn2-light-blue {
  background-color: #f3f8fc;
  border: 1px #0097d5 solid;
  color: #0097d5;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-light-blue.btn2-empty {
  background-color: transparent;
  border-color: #0097d5;
  color: #0097d5;
}
.btn2.btn2-light-blue.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-light-blue:hover {
  background-color: #b6d4ed;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-light-blue:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-light-blue:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: white;
  color: #b6d4ed;
  border-color: #b6d4ed;
}
.btn2.btn2-primary {
  background-color: #0072bc;
  border: 1px #0072bc solid;
  color: white;
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.05);
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.btn2.btn2-primary.btn2-empty {
  background-color: transparent;
  border-color: #0072bc;
  color: #0072bc;
}
.btn2.btn2-primary.disabled {
  background-color: #cae3f3;
  border-color: #cae3f3;
}
.btn2.btn2-primary:hover {
  background-color: #004470;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.15);
}
.btn2.btn2-primary:hover.disabled {
  background-color: #cae3f3;
}
.btn2.btn2-primary:hover.btn2-empty {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.25);
  background-color: #f9fdff;
  color: #004470;
  border-color: #004470;
}
@media print, screen and (min-width: 0px) {
  .btn2.btn2-xs-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2.btn2-s360-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2.btn2-s414-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2.btn2-sm-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2.btn2-md-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2.btn2-slg-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2.btn2-mallfilter-s1 span {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2.btn2-lg-s1 span {
    font-size: 1rem;
  }
}
.btn2.btn2-s1 span {
  font-size: 1rem;
}
@media print, screen and (min-width: 0px) {
  .btn2.btn2-xs-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2.btn2-s360-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2.btn2-s414-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2.btn2-sm-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2.btn2-md-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2.btn2-slg-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2.btn2-mallfilter-s2 span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2.btn2-lg-s2 span {
    font-size: 1.3rem;
  }
}
.btn2.btn2-s2 span {
  font-size: 1.3rem;
}
@media print, screen and (min-width: 0px) {
  .btn2.btn2-xs-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2.btn2-s360-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2.btn2-s414-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2.btn2-sm-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2.btn2-md-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2.btn2-slg-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2.btn2-mallfilter-s3 span {
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2.btn2-lg-s3 span {
    font-size: 1.7rem;
  }
}
.btn2.btn2-s3 span {
  font-size: 1.7rem;
}
@media print, screen and (min-width: 0px) {
  .btn2.btn2-xs-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2.btn2-s360-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2.btn2-s414-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2.btn2-sm-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2.btn2-md-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2.btn2-slg-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2.btn2-mallfilter-s4 span {
    font-size: 1.85rem;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2.btn2-lg-s4 span {
    font-size: 1.85rem;
  }
}
.btn2.btn2-s4 span {
  font-size: 1.85rem;
}
.btn2 > span {
  display: block;
}
.btn2 > span > i {
  vertical-align: middle;
}
.btn2 > span.btn2-static {
  display: inline-block;
  vertical-align: middle;
}
.btn2 > span.btn2-lp10 {
  padding-left: 10px;
}
.btn2 > span.btn2-pp10 {
  padding-right: 10px;
}
.btn2 > span.btn2-lp15 {
  padding-left: 15px;
}
.btn2 > span.btn2-pp15 {
  padding-right: 15px;
}
.btn2 > span.btn2-lp20 {
  padding-left: 20px;
}
.btn2 > span.btn2-pp20 {
  padding-right: 20px;
}
.btn2 > span.btn2-lp25 {
  padding-left: 25px;
}
.btn2 > span.btn2-pp25 {
  padding-right: 25px;
}
.btn2 > span.btn2-lp30 {
  padding-left: 30px;
}
.btn2 > span.btn2-pp30 {
  padding-right: 30px;
}
.btn2 > span.btn2-lp40 {
  padding-left: 40px;
}
.btn2 > span.btn2-pp40 {
  padding-right: 40px;
}
.btn2 > span.btn2-lp50 {
  padding-left: 50px;
}
.btn2 > span.btn2-pp50 {
  padding-right: 50px;
}
.btn2 > span.btn2-lp60 {
  padding-left: 60px;
}
.btn2 > span.btn2-pp60 {
  padding-right: 60px;
}
.btn2 > span.btn2-lp70 {
  padding-left: 70px;
}
.btn2 > span.btn2-pp70 {
  padding-right: 70px;
}
.btn2 > span.btn2-sb {
  font-weight: 600;
}
.btn2 > span.btn2-b {
  font-weight: bold;
}
.btn2 > .btn2-checkbox,
.btn2 > i {
  position: absolute;
  top: 50%;
  right: 10%;
  line-height: 0px;
  zoom: 1;
}
.btn2 > .btn2-checkbox.btn2-i-static,
.btn2 > i.btn2-i-static {
  position: static;
  vertical-align: middle;
  display: inline-block;
  padding-right: 5px;
  line-height: 14px !important;
}
.btn2 > .btn2-checkbox.micon-card,
.btn2 > i.micon-card {
  margin-top: -2px;
}
.btn2 > .btn2-checkbox.btn2-rma-1,
.btn2 > i.btn2-rma-1 {
  margin-top: 1px;
}
.btn2 > .btn2-checkbox.btn2-rms-1,
.btn2 > i.btn2-rms-1 {
  margin-top: -1px;
}
.btn2 > .btn2-checkbox.btn2-rma-2,
.btn2 > i.btn2-rma-2 {
  margin-top: 2px;
}
.btn2 > .btn2-checkbox.btn2-rms-2,
.btn2 > i.btn2-rms-2 {
  margin-top: -2px;
}
.btn2 > .btn2-checkbox.btn2-rma-3,
.btn2 > i.btn2-rma-3 {
  margin-top: 3px;
}
.btn2 > .btn2-checkbox.btn2-rms-3,
.btn2 > i.btn2-rms-3 {
  margin-top: -3px;
}
.btn2 > .btn2-checkbox.btn2-rma-4,
.btn2 > i.btn2-rma-4 {
  margin-top: 4px;
}
.btn2 > .btn2-checkbox.btn2-rms-4,
.btn2 > i.btn2-rms-4 {
  margin-top: -4px;
}
.btn2 > .btn2-checkbox.btn2-rma-5,
.btn2 > i.btn2-rma-5 {
  margin-top: 5px;
}
.btn2 > .btn2-checkbox.btn2-rms-5,
.btn2 > i.btn2-rms-5 {
  margin-top: -5px;
}
.btn2 > .btn2-checkbox.btn2-rma-6,
.btn2 > i.btn2-rma-6 {
  margin-top: 6px;
}
.btn2 > .btn2-checkbox.btn2-rms-6,
.btn2 > i.btn2-rms-6 {
  margin-top: -6px;
}
.btn2 > .btn2-checkbox.btn2-i-r0,
.btn2 > i.btn2-i-r0 {
  right: 0%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r5,
.btn2 > i.btn2-i-r5 {
  right: 5%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r10,
.btn2 > i.btn2-i-r10 {
  right: 10%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r8,
.btn2 > i.btn2-i-r8 {
  right: 8%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r20,
.btn2 > i.btn2-i-r20 {
  right: 20%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r25,
.btn2 > i.btn2-i-r25 {
  right: 25%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r30,
.btn2 > i.btn2-i-r30 {
  right: 30%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r35,
.btn2 > i.btn2-i-r35 {
  right: 35%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r40,
.btn2 > i.btn2-i-r40 {
  right: 40%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r50,
.btn2 > i.btn2-i-r50 {
  right: 50%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r55,
.btn2 > i.btn2-i-r55 {
  right: 55%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r60,
.btn2 > i.btn2-i-r60 {
  right: 60%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r65,
.btn2 > i.btn2-i-r65 {
  right: 65%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r70,
.btn2 > i.btn2-i-r70 {
  right: 70%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r75,
.btn2 > i.btn2-i-r75 {
  right: 75%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r80,
.btn2 > i.btn2-i-r80 {
  right: 80%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r85,
.btn2 > i.btn2-i-r85 {
  right: 85%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-r90,
.btn2 > i.btn2-i-r90 {
  right: 90%;
  left: auto;
}
.btn2 > .btn2-checkbox.btn2-i-l0,
.btn2 > i.btn2-i-l0 {
  right: auto;
  left: 0%;
}
.btn2 > .btn2-checkbox.btn2-i-l2,
.btn2 > i.btn2-i-l2 {
  right: auto;
  left: 2%;
}
.btn2 > .btn2-checkbox.btn2-i-l5,
.btn2 > i.btn2-i-l5 {
  right: auto;
  left: 5%;
}
.btn2 > .btn2-checkbox.btn2-i-l8,
.btn2 > i.btn2-i-l8 {
  right: auto;
  left: 8%;
}
.btn2 > .btn2-checkbox.btn2-i-l10,
.btn2 > i.btn2-i-l10 {
  right: auto;
  left: 10%;
}
.btn2 > .btn2-checkbox.btn2-i-l20,
.btn2 > i.btn2-i-l20 {
  right: auto;
  left: 20%;
}
.btn2 > .btn2-checkbox.btn2-i-l25,
.btn2 > i.btn2-i-l25 {
  right: auto;
  left: 25%;
}
.btn2 > .btn2-checkbox.btn2-i-l30,
.btn2 > i.btn2-i-l30 {
  right: auto;
  left: 30%;
}
.btn2 > .btn2-checkbox.btn2-i-l40,
.btn2 > i.btn2-i-l40 {
  right: auto;
  left: 40%;
}
.btn2 > .btn2-checkbox.btn2-i-l50,
.btn2 > i.btn2-i-l50 {
  right: auto;
  left: 50%;
}
.btn2 > .btn2-checkbox.btn2-i-l55,
.btn2 > i.btn2-i-l55 {
  right: auto;
  left: 55%;
}
.btn2 > .btn2-checkbox.btn2-i-l60,
.btn2 > i.btn2-i-l60 {
  right: auto;
  left: 60%;
}
.btn2 > .btn2-checkbox.btn2-i-l65,
.btn2 > i.btn2-i-l65 {
  right: auto;
  left: 65%;
}
.btn2 > .btn2-checkbox.btn2-i-l70,
.btn2 > i.btn2-i-l70 {
  right: auto;
  left: 70%;
}
.btn2 > .btn2-checkbox.btn2-i-l75,
.btn2 > i.btn2-i-l75 {
  right: auto;
  left: 75%;
}
.btn2 > .btn2-checkbox.btn2-i-l80,
.btn2 > i.btn2-i-l80 {
  right: auto;
  left: 80%;
}
.btn2 > .btn2-checkbox.btn2-i-l85,
.btn2 > i.btn2-i-l85 {
  right: auto;
  left: 85%;
}
.btn2 > .btn2-checkbox.btn2-i-l90,
.btn2 > i.btn2-i-l90 {
  right: auto;
  left: 90%;
}
.btn2 > .btn2-checkbox.btn2-i-l20px,
.btn2 > i.btn2-i-l20px {
  right: auto;
  left: 20px;
}
.btn2 > .btn2-checkbox.btn2-i-l40px,
.btn2 > i.btn2-i-l40px {
  right: auto;
  left: 40px;
}
.btn2 > .btn2-checkbox.btn2-i-l60px,
.btn2 > i.btn2-i-l60px {
  right: auto;
  left: 60px;
}
.btn2 > .btn2-checkbox.btn2-i-l80px,
.btn2 > i.btn2-i-l80px {
  right: auto;
  left: 80px;
}
.btn2 > .btn2-checkbox.btn2-i-l100px,
.btn2 > i.btn2-i-l100px {
  right: auto;
  left: 100px;
}
.btn2 > .btn2-checkbox.btn2-i-l110px,
.btn2 > i.btn2-i-l110px {
  right: auto;
  left: 110px;
}
.btn2 > .btn2-checkbox.btn2-i-l120px,
.btn2 > i.btn2-i-l120px {
  right: auto;
  left: 120px;
}
.btn2 > .btn2-checkbox.btn2-i-l140px,
.btn2 > i.btn2-i-l140px {
  right: auto;
  left: 140px;
}
.btn2 > .btn2-checkbox.btn2-i-l160px,
.btn2 > i.btn2-i-l160px {
  right: auto;
  left: 160px;
}
.btn2 > .btn2-checkbox.btn2-i-l180px,
.btn2 > i.btn2-i-l180px {
  right: auto;
  left: 180px;
}
.btn2 > .btn2-checkbox.btn2-i-l200px,
.btn2 > i.btn2-i-l200px {
  right: auto;
  left: 200px;
}
.btn2 > .btn2-checkbox.btn2-is1:before,
.btn2 > i.btn2-is1:before {
  font-size: 0.85rem;
}
.btn2 > .btn2-checkbox.btn2-is2:before,
.btn2 > i.btn2-is2:before {
  font-size: 1rem;
}
.btn2 > .btn2-checkbox.btn2-is3:before,
.btn2 > i.btn2-is3:before {
  font-size: 1.3rem;
}
.btn2 > .btn2-checkbox.btn2-is4:before,
.btn2 > i.btn2-is4:before {
  font-size: 1.7rem;
}
.btn2 > .btn2-checkbox.btn2-is5:before,
.btn2 > i.btn2-is5:before {
  font-size: 2rem;
}
.btn2 > .btn2-checkbox.btn2-i-la,
.btn2 > i.btn2-i-la {
  right: auto;
  left: 8px;
}
.btn2 > .btn2-checkbox.btn2-i-ra,
.btn2 > i.btn2-i-ra {
  right: 8px;
  left: auto;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h0 {
    padding-top: 1px;
    padding-bottom: 0px;
  }
}
.btn2-h0 {
  padding-top: 1px;
  padding-bottom: 0px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h1 {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
.btn2-h1 {
  padding-top: 8px;
  padding-bottom: 7px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h2-5 {
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
.btn2-h2-5 {
  padding-top: 11px;
  padding-bottom: 9px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h2-7 {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
.btn2-h2-7 {
  padding-top: 14px;
  padding-bottom: 13px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h2 {
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
.btn2-h2 {
  padding-top: 13px;
  padding-bottom: 12px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h3 {
    padding-top: 18px;
    padding-bottom: 17px;
  }
}
.btn2-h3 {
  padding-top: 18px;
  padding-bottom: 17px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-h4 {
    padding-top: 23px;
    padding-bottom: 22px;
  }
}
.btn2-h4 {
  padding-top: 23px;
  padding-bottom: 22px;
}

@media print, screen and (min-width: 0px) {
  .btn2-xs-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 360px) {
  .btn2-s360-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 414px) {
  .btn2-s414-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 480px) {
  .btn2-sm-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn2-md-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 992px) {
  .btn2-slg-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 1020px) {
  .btn2-mallfilter-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
@media print, screen and (min-width: 1266px) {
  .btn2-lg-hcs {
    padding-top: 14px;
    padding-bottom: 13px;
  }
}
.btn2-hcs {
  padding-top: 14px;
  padding-bottom: 13px;
}

.pull-down {
  display: inline-block;
  height: 40px;
  white-space: nowrap;
  font-size: 0;
}
.pull-down:before {
  height: inherit;
  width: 0;
  content: "";
}
.pull-down:before,
.pull-down > span {
  display: inline-block;
  vertical-align: bottom;
}
.pull-down > span {
  white-space: normal;
  font-size: 1rem;
}

.dropdown-menu-wrap {
  position: relative;
  z-index: 9002;
}

.dropdown-mainmenu {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
  top: 0;
  left: 0;
  z-index: 9002;
  overflow: hidden;
}
.dropdown-mainmenu.active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .dropdown-mainmenu {
    position: static;
    display: block;
    overflow: inherit;
  }
}
@media print, screen and (max-width: 1265px) {
  .dropdown-mainmenu {
    max-width: 100%;
  }
}

.dropdown-header {
  background-color: #3e4850;
  font-size: 0;
  white-space: nowrap;
}

.dropdown-header-context-menu,
.dropdown-header-logo,
.dropdown-header-close {
  display: inline-block;
  height: 68px;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 700;
  font-style: italic;
}
.dropdown-header-context-menu small,
.dropdown-header-logo small,
.dropdown-header-close small {
  font-size: 50%;
  font-weight: 800;
}
.dropdown-header-context-menu > a,
.dropdown-header-logo > a,
.dropdown-header-close > a {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.dropdown-header-context-menu:before,
.dropdown-header-logo:before,
.dropdown-header-close:before {
  content: "";
  height: 68px;
  display: inline-block;
  vertical-align: middle;
  width: 0;
}

.dropdown-header-context-menu {
  width: 20%;
}
.dropdown-header-context-menu > a {
  font-size: 32px;
}
.dropdown-header-context-menu > a > i {
  padding-top: 7px;
  display: block;
}

.dropdown-header-logo {
  position: relative;
  width: 60%;
}
.dropdown-header-logo > a {
  position: absolute;
  left: 0;
  top: 6px;
  width: auto;
  font-size: 40px;
}
@media print, screen and (min-width: 360px) {
  .dropdown-header-logo > a {
    top: 0;
    font-size: 46px;
  }
}

.dropdown-header-close {
  width: 20%;
}
.dropdown-header-close > a {
  font-size: 20px;
}
.dropdown-header-close > a > i {
  padding-top: 3px;
  display: block;
}

.dropdown-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-footer > li {
  background-color: #3e4850;
  padding: 0 0;
}
.dropdown-footer > li > a {
  display: block;
  position: relative;
  padding: 20px 13px;
  color: #fff;
  border-bottom: 1px #596772 solid;
}
.dropdown-footer > li > a:after {
  font-family: "icons" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  content: "\f105";
  position: absolute;
  top: 0;
  right: 10px;
  color: #fff;
  font-size: 17.39px;
  line-height: 60px;
}
.dropdown-footer > li:last-child > a {
  border-bottom: 0;
}
.dropdown-footer > li.double-separated > a {
  border-top: 1px #596772 solid;
}

.dropdown-content {
  padding: 10px 10px 0 10px;
  width: 100%;
  max-width: 1266px;
  display: none;
  background-color: #fff;
  font-size: 0;
  z-index: 9001;
  -webkit-box-shadow: 1px 40px 47px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 40px 47px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 40px 47px -1px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.dropdown-content .dropdown-lists {
  border-top: 1px #dcdcdc solid;
  margin: 0 -11px 0 -10px;
}
@media print, screen and (min-width: 768px) {
  .dropdown-content {
    position: absolute;
    top: 43px;
    left: 0;
    margin-bottom: 10px;
    padding: 10px;
  }
}
.dropdown-content.active {
  display: block;
}
@media print, screen and (min-width: 1266px) {
  .dropdown-content {
    padding: 0 0 0 1px;
    background-color: #3e4850;
    border-top: 0;
    overflow: visible;
  }
  .dropdown-content.active {
    display: block;
  }
  .dropdown-content.active .dropdown-second-level {
    display: block !important;
  }
  .dropdown-content .dropdown-lists {
    border-top: 0;
    margin: 0;
  }
}

.dropdown-wrap.active .dropdown-content {
  display: block !important;
}

.dropdown-block {
  font-size: 1rem;
}

.dropdown-menulist {
  margin: 0;
  padding: 0;
  display: inline;
  white-space: normal;
  font-size: 0;
  z-index: 8888;
}
@media print, screen and (max-width: 767px) {
  .dropdown-menulist {
    display: none;
    width: 100%;
    background-color: #fff;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-menulist {
    display: inline-block;
  }
}
.dropdown-menulist li {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  border-right: 1px #dcdcdc solid;
  border-bottom: 1px #dcdcdc solid;
  text-align: center;
  width: 50%;
}
.dropdown-menulist li > a {
  display: inline-block;
  width: 100%;
  padding: 5px 17px 5px;
  text-decoration: none;
  font-size: 0.91rem;
  font-weight: 600;
  color: #3e4850;
}
@media print, screen and (min-width: 1266px) {
  .dropdown-menulist li {
    display: block;
    margin-top: 0;
  }
}
.dropdown-menulist li .img-wrap {
  height: 115px;
  white-space: nowrap;
}
.dropdown-menulist li .img-wrap:before {
  width: 0;
  height: 100%;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.dropdown-menulist li .img-wrap img,
.dropdown-menulist li .img-wrap i {
  max-width: 100%;
  max-height: 115px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-menulist li span {
  display: block;
}
@media print, screen and (max-width: 1265px) {
  .dropdown-menulist li span {
    height: 37px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown-menulist:nth-child(1) li, .dropdown-menulist:nth-child(2) li {
    width: 33.333%;
  }
  .dropdown-menulist:nth-child(3) li {
    width: 33.333%;
  }
  .dropdown-menulist:nth-child(4) li {
    width: 33.333%;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1265px) {
  .dropdown-menulist:first-child li {
    width: 25%;
  }
  .dropdown-menulist:not(:first-child) li {
    width: 25%;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-menulist li {
    text-align: left;
    display: block;
    border: 0;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .dropdown-menulist li.dropdown-external-menu {
    border: 0;
    display: inline;
  }
  .dropdown-menulist li.dropdown-external-menu > a {
    display: none !important;
  }
}

@media print, screen and (max-width: 767px) {
  .dropdown-zero-level {
    margin-right: -1px;
  }
  .dropdown-zero-level.active {
    display: block;
  }
  .dropdown-zero-level li > a > .name-wrap > i {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .dropdown-zero-level {
    margin: 0;
    padding: 0;
    margin-top: 6px;
    list-style: none;
    font-size: 0;
    width: 100%;
    display: block;
  }
  .dropdown-zero-level > li {
    position: relative;
    font-size: 1rem;
    display: inline-block;
    width: auto !important;
    border: 0;
    margin-top: 0;
  }
  .dropdown-zero-level > li > a {
    display: block;
    padding: 11px 6px 11px 11px;
    color: white;
    font-weight: 700;
    -moz-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    -webkit-transition: all 50ms linear;
    transition: all 50ms linear;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
  }
  .dropdown-zero-level > li > a > .img-wrap {
    display: none;
  }
  .dropdown-zero-level > li > a .name-wrap {
    padding-right: 17px;
    display: inline-block;
    position: relative;
    height: auto;
    font-size: 1rem;
  }
  .dropdown-zero-level > li > a .name-wrap .micon {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -9px;
  }
  .dropdown-zero-level > li > a:hover {
    color: #fff;
    background-color: #3e4850;
  }
  .dropdown-zero-level > li > a:hover:before {
    display: none;
  }
  .dropdown-zero-level > li.active > .dropdown-content {
    display: block !important;
  }
  .dropdown-zero-level > li.active > a {
    background-color: #3e4850;
    color: #fff;
  }
  .dropdown-zero-level > li.active.dropdown-external-menu > a {
    background-color: #3e4850;
  }
  .dropdown-zero-level > li.no-separate > a:before, .dropdown-zero-level > li:first-child > a:before, .dropdown-zero-level > li.active > a:before, .dropdown-zero-level > li.active + li > a:before, .dropdown-zero-level > li:hover + li > a:before {
    display: none;
  }
  .dropdown-zero-level > li.active .external-menu {
    display: block;
  }
}

.dropdown-first-level .nav-header {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 700;
}
@media print, screen and (max-width: 1265px) {
  .dropdown-first-level .nav-header:before {
    content: "";
    height: 40px;
  }
  .dropdown-first-level .nav-header a,
.dropdown-first-level .nav-header button, .dropdown-first-level .nav-header:before {
    vertical-align: middle;
    display: inline-block;
  }
}
@media print, screen and (max-width: 1265px) {
  .dropdown-first-level {
    display: none;
  }
  .dropdown-first-level.active {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  .dropdown-first-level.active .dropdown-menulist {
    display: block;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-first-level .dropdown-menulist {
    display: block;
    margin-top: 15px;
  }
  .dropdown-first-level .dropdown-menulist li a {
    position: relative;
    padding: 10px 17px 10px;
    display: block;
    color: #fff;
    margin-left: 2px;
    font-weight: 400;
  }
  .dropdown-first-level .dropdown-menulist li a .img-wrap {
    display: none !important;
  }
  .dropdown-first-level .dropdown-menulist li a:after {
    position: absolute;
    top: 0;
    right: 20px;
    font-family: "icons" !important;
    font-style: normal !important;
    speak: none !important;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    content: "\f105";
    font-size: 10px;
    line-height: 39px;
  }
  .dropdown-first-level .dropdown-menulist li:hover {
    background-color: white;
  }
  .dropdown-first-level .dropdown-menulist li:hover a {
    font-weight: 600;
    color: #3e4850;
  }
  .dropdown-first-level .dropdown-menulist li.active a {
    background-color: #fff;
    color: #3e4850;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-first-level _:-ms-fullscreen, :root .dropdown-first-level + .dropdown-block-content {
    padding: 0;
  }
  .dropdown-first-level _:-ms-fullscreen > .row, :root .dropdown-first-level + .dropdown-block-content > .row {
    padding: 0;
    margin: 0;
  }
}

.dropdown-second-level {
  display: none;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-second-level.active {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .dropdown-second-level.active .dropdown-menulist {
    display: inline;
  }
}
.dropdown-second-level .nav-header {
  padding: 0;
  font-size: 1.4rem;
  color: #0072bc;
  font-weight: 700;
}
.dropdown-second-level .nav-header:before {
  content: "";
  height: 40px;
}
.dropdown-second-level .nav-header a {
  color: #3e4850;
}
.dropdown-second-level .nav-header a,
.dropdown-second-level .nav-header button, .dropdown-second-level .nav-header:before {
  vertical-align: middle;
  display: inline-block;
}
@media print, screen and (min-width: 1266px) {
  .dropdown-second-level .nav-header {
    padding: 23px 28px 0px;
    font-size: 1.3rem;
    color: #3e4850;
    font-weight: 700;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-second-level ul.dropdown-menulist > li span {
    display: inline-block;
  }
  .dropdown-second-level ul.dropdown-menulist > li a {
    display: block;
    width: 100%;
    color: #3e4850;
    padding: 5px 0;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 1266px) and (min-width: 1266px) {
  .dropdown-second-level ul.dropdown-menulist > li a:hover {
    color: #0072bc;
  }
  .dropdown-second-level ul.dropdown-menulist > li a:before {
    font-family: "icons" !important;
    font-style: normal !important;
    speak: none !important;
    font-weight: normal !important;
    -webkit-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    content: "\f105";
    font-size: 9px;
    line-height: 19px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-second-level .dropdown-lists ul.dropdown-menulist {
    padding-bottom: 10px;
    height: 242px;
  }
  .dropdown-second-level .dropdown-lists ul.dropdown-menulist:first-child {
    margin-left: 50px !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-second-level .img-wrap {
    display: none !important;
  }
}

.dropdown-second-level-elem {
  display: none;
}
.dropdown-second-level-elem.active {
  display: block;
}

.dropdown-vendors {
  background-color: #fff;
  width: 100%;
  height: 70px;
}
.dropdown-vendors .ddv-header {
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  color: #3e4850;
}
@media print, screen and (max-width: 767px) {
  .dropdown-vendors {
    display: none;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-vendors {
    border-bottom: 1px #ccced0 solid;
  }
}
.dropdown-vendors ul {
  margin: 0;
  padding: 10px 30px;
  list-style: none;
}
.dropdown-vendors li {
  padding: 0 10px;
  display: inline-block;
}
.dropdown-vendors li:first-child {
  padding-left: 0;
}
.dropdown-vendors li img {
  height: 21px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.dropdown-vendors li:hover img {
  height: 21px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.dropdown-banner {
  background-color: #fff;
}

@media print, screen and (min-width: 1266px) {
  .dropdown-content.active {
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
  }
  .dropdown-first-level {
    -ms-flex: 1 1;
    flex: 1 1;
  }
  .dropdown-block-content {
    -ms-flex: 0 0 1015px;
    flex: 0 0 1015px;
  }
  .dropdown-block-content > .row {
    height: 100%;
    display: -ms-flexbox;
    -ms-flex-align: stretch;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    display: flex;
    align-items: stretch;
    flex-flow: row wrap;
    background-color: white;
  }
  .dropdown-second-level {
    align-content: flex-start;
    flex: 1 100%;
  }
  .dropdown-block-additional {
    align-self: flex-end;
    flex: 1 100%;
  }
  .dropdown-banner {
    width: 1015px;
    height: 183px;
  }
}
.table {
  display: table;
  width: 100%;
  font-size: 1rem;
}
.table.auto {
  width: auto;
}
.table.spacing-10 {
  table-layout: fixed;
  border-spacing: 10px;
}
.table .table-caption {
  display: table-caption;
  padding: 0 0 10px 10px;
  font-size: 1.3rem;
  color: #0097d5;
  font-weight: 600;
}
.table .table-heading {
  display: table-row;
}
.table .table-heading .cell {
  font-weight: bold;
  padding: 20px 0;
  border-bottom: 1px #d6dbe0 solid;
}
.table .silent-table-row {
  display: table-row;
}
.table .table-row {
  display: table-row;
}
.table .table-row > .cell {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px #d6dbe0 solid;
}
.table .table-row > .cell.no-wrap {
  white-space: nowrap;
}
.table .table-row.bottom-border .cell {
  border-top: 0;
  border-bottom: 1px #d6dbe0 solid;
}
.table .table-row.no-border .cell {
  border-top: 0;
}
.table .table-row:first-child .cell {
  border-top: 0;
}
.table .table-row.more-space > .cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table.no-border .table-row > .cell {
  border-top: 0;
}
.table.less-space > .table-row > .cell {
  padding-top: 4px;
  padding-bottom: 4px;
}
.table.more-space > .table-row > .cell {
  padding-top: 20px;
  padding-bottom: 20px;
}
.table .cell {
  display: table-cell;
  vertical-align: middle;
}
.table .cell.center {
  text-align: center;
}
.table .cell.right {
  text-align: right;
}
.table.continue .table-row:first-child .cell {
  border-top: 0;
}
.table.stick-bottom .cell {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 0px) {
  .cell-xs-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 0px) {
  .cell-xs-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 360px) {
  .cell-s360-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 414px) {
  .cell-s414-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 480px) {
  .cell-sm-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) {
  .cell-md-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 992px) {
  .cell-slg-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 1020px) {
  .cell-mallfilter-100 {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-5 {
    width: 5% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-8 {
    width: 8% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-10 {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-11 {
    width: 11% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-15 {
    width: 15% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-20 {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-22 {
    width: 22% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-25 {
    width: 25% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-30 {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-40 {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-50 {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-55 {
    width: 55% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-60 {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-70 {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-80 {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-90 {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 1266px) {
  .cell-lg-100 {
    width: 100% !important;
  }
}
.no-spacing > .table-row > .cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.no-spacing > .cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-top-spacing > .table-row > .cell {
  padding-top: 0 !important;
}
.no-top-spacing > .cell {
  padding-top: 0 !important;
}

@media print, screen and (max-width: 479px) {
  .no-top-spacing-xs > .table-row > .cell {
    padding-top: 0 !important;
  }
  .no-top-spacing-xs > .cell {
    padding-top: 0 !important;
  }
}

.no-bottom-spacing > .table-row > .cell {
  padding-bottom: 0 !important;
}
.no-bottom-spacing > .cell {
  padding-bottom: 0 !important;
}

table {
  width: 100%;
  table-layout: fixed;
}

.simple-row-separation tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px #cecece solid;
  margin-bottom: 10px;
}
.simple-row-separation tr:first-child {
  padding-top: 0;
}
.simple-row-separation tr:last-child td {
  border-bottom: 0;
}

.card-summary-global {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  z-index: 9010;
}
.card-summary-global:before {
  cursor: pointer;
  position: absolute;
  top: -6px;
  left: -9px;
  width: 111px;
  height: 59px;
  background-color: transparent;
  border: 1px #ededed solid;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  border-bottom: 0;
  content: "";
  z-index: 2;
}
.card-summary-global:after {
  position: absolute;
  top: 51px;
  left: -6px;
  width: 107px;
  height: 4px;
  background-color: #fff;
  content: "";
  z-index: 5;
}
.card-summary-global > div {
  padding: 15px;
  position: absolute;
  top: 52px;
  left: -298px;
  width: 400px;
  background-color: #fff;
  border: 1px #ededed solid;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 4;
}
.card-summary-global .object-set {
  padding-left: 5px;
}
.card-summary-global .object-set a {
  display: block;
  font-size: 12px;
  line-height: 1.2;
}
.card-summary-global .table.continue .table-row .cell:first-of-type {
  font-size: 12px;
  line-height: 1.2;
}
.card-summary-global .cell {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}

.csg-gw-content {
  white-space: nowrap;
}
.csg-gw-content img {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.csg-gw-content span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.2;
}
.csg-gw-content > strong {
  font-size: 13px;
  display: block;
}

.csg-price {
  padding-bottom: 20px !important;
}

.csg-pullup {
  margin-top: -20px;
}

.csg-gw-wrap {
  height: 40px;
  position: relative;
}
.csg-gw-wrap:before {
  position: absolute;
  top: -15px;
  left: -25px;
  width: 20px;
  height: 20px;
  border: 1px #b9b9b9 solid;
  border-top: 0;
  border-right: 0;
  content: "";
}

@media print, screen and (max-width: 1265px) {
  .card-summary-wrap {
    display: none;
  }
}

.card-summary {
  white-space: normal;
  border: 1px #d6dbe0 solid;
  padding: 15px;
  z-index: 8888;
  overflow-x: hidden;
}
.card-summary.no-border {
  border: 0;
  padding: 0;
}
.card-summary.fixed {
  position: fixed;
  width: 332.594px;
  background-color: #fff;
  z-index: 8888;
}
.card-summary .heading {
  display: table;
}
.card-summary .heading .heading-icon {
  display: table-cell;
  width: 36px;
  vertical-align: middle;
  font-size: 1.8rem;
  color: #0097d5;
}
.card-summary .heading .heading-content {
  display: table-cell;
  vertical-align: middle;
}
.card-summary .price {
  white-space: nowrap;
}
.card-summary .price small {
  display: block;
  font-weight: 600;
}
.card-summary .object-set small {
  display: block;
}
.card-summary .object-set > a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: underline;
}
.card-summary .img-wrap {
  margin: 5px 0;
  width: 60px;
  height: 60px;
  padding-right: 5px;
  white-space: nowrap;
}
.card-summary .img-wrap:before {
  content: "";
  width: 0px;
  height: 60px;
  vertical-align: middle;
  display: inline-block;
}
.card-summary .img-wrap img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.card-summary__wrapper {
  scroll-behavior: smooth;
  max-height: 495px;
  margin-right: -50px;
  padding-right: 40px;
  overflow-y: auto;
}
.card-summary__scroll-button-wrapper {
  position: relative;
  height: 2px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.card-summary__scroll-up-button, .card-summary__scroll-down-button {
  position: absolute;
  font-size: 24px;
  color: #8f969a;
  margin-right: 2px;
  font-weight: 700;
  right: 0;
  cursor: pointer;
  -moz-transition: transform 80ms ease-in-out;
  -o-transition: transform 80ms ease-in-out;
  -webkit-transition: transform 80ms ease-in-out;
  transition: transform 80ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
.card-summary__scroll-up-button:hover, .card-summary__scroll-down-button:hover {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.card-summary__scroll-up-button {
  bottom: -11px;
}
.card-summary__scroll-down-button {
  top: -12px;
}
@media only screen and (max-height: 800px) and (orientation: landscape) {
  .card-summary__wrapper {
    max-height: 335px;
  }
}

.global-alert {
  position: relative;
  display: table;
  width: 100%;
  margin: 5px 0 10px;
  padding: 15px 10px 14px;
  font-weight: 600;
  background-color: #f8e7e7;
  border-radius: 2px;
}
.global-alert > span {
  font-size: 1rem;
  line-height: 15px;
  width: auto;
  display: table-cell;
  padding-right: 25px;
  text-align: left;
}
.global-alert.error {
  color: #d50000;
}
.global-alert.error > * {
  vertical-align: middle;
}
.global-alert.error > div {
  padding-right: 25px;
}
.global-alert.error:before {
  vertical-align: middle;
  display: table-cell;
  width: 38px;
  padding-top: 1px;
  padding-right: 2px;
  font-family: "icons" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-size: 2rem;
  line-height: 28px;
  color: #d50000;
  content: "\e60d";
}
.global-alert.success {
  color: #3e8e1c;
  background-color: #e9f9e3;
}
.global-alert.success > * {
  vertical-align: middle;
}
.global-alert.info {
  color: #0097d5;
  background-color: #d6efff;
}
.global-alert.info > * {
  vertical-align: middle;
}
.global-alert.payment-info {
  color: #0097d5;
  background-color: white;
  text-align: center;
}
.global-alert.payment-info > * {
  vertical-align: middle;
}
.global-alert.content {
  color: #212121;
  background-color: #f2f2f2;
}
.global-alert.content > * {
  vertical-align: middle;
}
.global-alert button.closer {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
  background-color: transparent;
  border: none;
}
.global-alert button.closer:after {
  font-size: 14px;
  color: #878787;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  content: "\e61f";
}

.global-alert__list {
  background-color: #f8e7e7;
  padding-bottom: 22px;
  margin-top: -16px;
  padding-top: 12px;
  padding-right: 40px;
}

.card {
  text-align: center;
  font-size: 2.2rem;
  position: relative;
  z-index: 3;
  color: white;
}
.card .items-count {
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 23px;
  width: 38px;
  height: 37px;
  background-color: #fff;
  font-size: 1.145rem;
  color: #fff;
  font-weight: bold;
  padding: 3px;
  border-radius: 50%;
}
.card .items-count .inner {
  display: inline-block;
  padding-top: 3px;
  width: 32px;
  height: 31px;
  background-color: #0072bc;
  border-radius: 50%;
  -moz-transition: background 100ms ease-in-out;
  -o-transition: background 100ms ease-in-out;
  -webkit-transition: background 100ms ease-in-out;
  transition: background 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 768px) {
  .card .items-count {
    top: 4px;
    -moz-transition: all 30ms ease-in;
    -o-transition: all 30ms ease-in;
    -webkit-transition: all 30ms ease-in;
    transition: all 30ms ease-in;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
  }
}
.card .icon-caret-right {
  font-size: 24px;
  padding-left: 24px;
}

a.card:hover .items-count .inner {
  background-color: #0091ef;
}

.card-actions {
  padding-top: 20px;
}
.card-actions button {
  width: 100%;
  font-size: 1rem !important;
  line-height: 1.3rem !important;
  padding-top: 12px !important;
  padding-bottom: 10px !important;
}
@media print, screen and (min-width: 414px) {
  .card-actions button {
    font-size: 1.3rem !important;
    line-height: 1.6rem !important;
  }
}
.card-actions button small {
  margin-top: -4px;
  font-weight: normal;
  display: block;
}
.card-actions button:after {
  margin-top: -10px;
}
.card-actions .separator {
  height: 20px;
}

.return-action {
  text-align: center;
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .return-action {
    text-align: left;
    padding: 0;
  }
}
.return-action a {
  padding-top: 24px;
  font-size: 1rem;
  font-weight: bold;
  color: #343434;
}
.return-action a:before {
  margin-top: -4px;
  color: #0097d5;
}

.table-caption > .global-alert {
  font-size: 1rem;
}
.table-caption > .global-alert .error:before {
  font-size: 1.3rem;
}

.loader-area,
div[id*=section-] {
  position: relative;
}

.loader-area > .section-loader {
  padding-top: 0;
}

.dem-wrap {
  display: inline;
  white-space: normal;
  font-size: 0;
}
.dem-wrap > ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.dropdown-external-menu {
  z-index: 8888;
}
.dropdown-external-menu.active {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    -webkit-box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap.limit {
    top: 48px;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul {
    display: block;
    border-top: 2px #0072bc solid;
    background-color: #fff;
    padding: 15px 0;
    z-index: 8888;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li {
    display: block;
    white-space: normal;
    border: 0;
    width: 100% !important;
    text-align: left;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li:after {
    display: none;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li a {
    color: #212121;
    display: inline-block;
    padding: 12px 10px 12px 30px;
    width: 100%;
    font-size: 1rem;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li a .img-wrap {
    display: none;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li a .name-wrap {
    height: auto;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li a i {
    display: none;
    font-size: 0.85rem;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li:hover {
    background-color: #0072bc;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li:hover a {
    color: #fff;
  }
  .dropdown-external-menu:not(.dem-adaptable) .dem-wrap > ul li:hover a i {
    display: inline-block;
  }
}
.dropdown-external-menu:not(.dem-adaptable).active .dem-wrap {
  display: block;
}
@media print, screen and (min-width: 768px) and (max-width: 1265px) {
  .dropdown-external-menu.dem-adaptable .dem-wrap {
    display: none;
    position: absolute;
    top: 43px;
    left: 0;
    width: 200px;
    -webkit-box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 15px 47px -1px rgba(0, 0, 0, 0.2);
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul {
    display: block;
    border-top: 2px #0072bc solid;
    background-color: #fff;
    padding: 15px 0;
    z-index: 8888;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li {
    display: block;
    white-space: normal;
    border: 0;
    width: 100% !important;
    text-align: left;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li:after {
    display: none;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li a {
    color: #212121;
    display: inline-block;
    padding: 12px 10px 12px 30px;
    width: 100%;
    font-size: 1rem;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li a .img-wrap {
    display: none;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li a .name-wrap {
    height: auto;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li a i {
    display: none;
    font-size: 0.85rem;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li:hover {
    background-color: #0072bc;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li:hover a {
    color: #fff;
  }
  .dropdown-external-menu.dem-adaptable .dem-wrap > ul li:hover a i {
    display: inline-block;
  }
  .dropdown-external-menu.dem-adaptable.active .dem-wrap {
    display: block;
  }
}
@media print, screen and (min-width: 1266px) {
  .dropdown-external-menu.dem-adaptable > a {
    display: none !important;
  }
}
.dropdown-external-menu .dem-wrap-right {
  left: auto !important;
  right: 0 !important;
}

.inline-separator {
  position: relative;
  margin: 0 15px 0 12px;
}
.inline-separator:before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 1px;
  height: 21px;
  content: "";
  background-color: white;
}

.inline-blank {
  position: relative;
  margin: 0 10px;
}

.btn2:not(.btn2-variant) {
  padding-top: 10px;
  padding-bottom: 9px;
}
.btn2.btn2-reset {
  padding-top: 0;
  padding-bottom: 0;
}

.container-grid {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
  font-size: 0;
}
.container-grid.cg-loading .cg-loader {
  display: block;
}
.container-grid .cg-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 0;
  text-align: center;
}
.container-grid .cg-loader:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.container-grid .cg-loader > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.container-grid > * {
  font-size: 1rem;
  width: 100%;
}
.container-grid .cg-col-1-4 {
  width: 25%;
}
.container-grid .cg-col-1-2,
.container-grid .cg-col-2-4 {
  width: 50%;
}
.container-grid .cg-col-3-4 {
  width: 75%;
}
.container-grid .cg-col-1-3 {
  width: 33.333%;
}
.container-grid .cg-col-2-3 {
  width: 66.666%;
}
.container-grid .cg-col-full {
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.flex-container-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-right .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container-right .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container-right .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.flex-container-right-rev {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-right-rev .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container-right-rev .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container-right-rev .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.checkbox-wrap {
  margin-bottom: 0;
}
.checkbox-wrap:not(.f-btn) {
  display: block;
  white-space: nowrap;
}
.checkbox-wrap input[type=radio],
.checkbox-wrap input[type=checkbox] {
  display: none;
}
.checkbox-wrap.cbw-form-inside {
  padding: 12px 20px;
}
.checkbox-wrap.readonly {
  color: gray;
}
.checkbox-wrap .checkbox-control {
  display: inline-block;
  vertical-align: top;
}
.checkbox-wrap em,
.checkbox-wrap label {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  white-space: normal;
  margin-bottom: 0;
  font-style: normal;
  max-width: calc(100% - 20px);
}
.checkbox-wrap em.sticky,
.checkbox-wrap label.sticky {
  padding-left: 10px;
}
.checkbox-wrap.form-inside {
  height: 36px;
}
.checkbox-wrap.form-inside:before {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.checkbox-wrap.form-inside .checkbox-control {
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}
.checkbox-wrap.form-inside em,
.checkbox-wrap.form-inside label {
  vertical-align: middle;
}
.checkbox-wrap input[type=radio]:checked + .checkbox,
.checkbox-wrap input[type=checkbox]:checked + .checkbox,
.checkbox-wrap .checkbox.on {
  border-color: #0cac23;
}
.checkbox-wrap input[type=radio]:checked + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked + .checkbox:before,
.checkbox-wrap .checkbox.on:before {
  position: absolute;
  top: 7px;
  left: -1px;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #0cac23;
  font-size: 1rem;
  line-height: 0;
  content: "\f00c";
}
.checkbox-wrap input[type=radio]:checked + .checkbox.radio:before,
.checkbox-wrap input[type=checkbox]:checked + .checkbox.radio:before,
.checkbox-wrap .checkbox.on.radio:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #0cac23;
}
.checkbox-wrap input[type=radio]:checked[readonly] + .checkbox, .checkbox-wrap input[type=radio]:checked[disabled] + .checkbox,
.checkbox-wrap input[type=checkbox]:checked[readonly] + .checkbox,
.checkbox-wrap input[type=checkbox]:checked[disabled] + .checkbox {
  border-color: #cccccc;
}
.checkbox-wrap input[type=radio]:checked[readonly] + .checkbox:before, .checkbox-wrap input[type=radio]:checked[disabled] + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked[readonly] + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked[disabled] + .checkbox:before {
  color: #cccccc;
}

.checkbox {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #fff;
  border: 1px #b5b5b5 solid;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 1px;
}
.checkbox.on {
  border-color: #0cac23;
}
.checkbox.on:before {
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #0cac23;
  font-size: 1rem;
  line-height: 0;
  content: "\f00c";
}
.checkbox.radio {
  border-radius: 50%;
}
.checkbox.radio.on:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #0cac23;
}
.checkbox.readonly {
  border-color: #cccccc !important;
}
.checkbox.readonly:before {
  color: #cccccc !important;
}
.checkbox input {
  display: none;
}

.checkbox2 {
  position: relative;
  width: 16px;
  cursor: pointer;
}
.checkbox2:before {
  display: inline-block;
  font-family: "icons" !important;
  font-family: "icons-rwd" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-size: 18px;
  line-height: 1.3rem;
  color: #727272;
  content: "\f05d";
  vertical-align: middle;
}
.checkbox2.on:before {
  color: #0097d5;
}

.btn-compare.active .checkbox2:before {
  color: #0097d5;
}

.list-options-configurator .checkbox-wrap label {
  padding-left: 5px;
}

html[xmlns*=""] body:last-child.has-layer {
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  html[xmlns*=""] body:last-child.has-layer {
    position: relative;
    overflow: hidden !important;
  }
}

html.has-layer body {
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  html.has-layer body {
    position: relative;
    overflow: hidden !important;
  }
}
@media print, screen and (max-width: 767px) {
  html.has-layer .layer-self-wrapper {
    height: 100%;
    display: block;
  }
  html.has-layer .layer-self-wrapper > div {
    height: 100%;
  }
}
html.has-layer .layer-self-wrapper > div {
  position: relative;
}
@media print, screen and (max-width: 767px) {
  html.has-layer #header {
    opacity: 0;
  }
  html.has-layer #content {
    opacity: 0;
  }
  html.has-layer #footer {
    opacity: 0;
  }
}

.layer {
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  font-size: 0;
  white-space: nowrap;
  z-index: 9999;
  text-align: center;
  -webkit-backface-visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  position: fixed;
  background-color: #888;
}
@media print, screen and (min-width: 768px) {
  .layer {
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.layer img {
  max-width: 100%;
}
.layer > .container {
  height: 100%;
  margin: 0 auto;
}
.layer > .container:before {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.layer.visible {
  height: 100%;
}
.layer.hidden {
  display: none;
}
.layer .wrapper {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  max-width: 480px;
  min-height: 200px;
  background-color: white;
  font-size: 1rem;
  border-radius: 5px;
  overflow: hidden;
  margin: 10px 0;
  -webkit-perspective: 1000;
  -webkit-transform: translateZ(0);
}
@media print, screen and (min-width: 768px) {
  .layer .wrapper {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5);
  }
}
.layer .wrapper.size.sm {
  max-width: 376px;
}
.layer .wrapper.size.md {
  max-width: 531px;
}
.layer .wrapper.size.lg {
  max-width: 647px;
}
.layer .wrapper.size.xl {
  max-width: 760px;
}
.layer .wrapper.size.xxl {
  max-width: 1040px;
}
.layer .wrapper.pull.left {
  margin-left: -50%;
}
.layer .wrapper.pull.right {
  margin-left: 50%;
}
.layer .wrapper .layer-container {
  padding: 20px 16px 0px;
}
.layer .wrapper .layer-container .layer-container {
  padding: 8px 8px;
}
.layer .wrapper .layer-container .layer-container .layer-container {
  padding: 4px 4px;
}
.layer .wrapper .header {
  color: #1b1d1e;
  white-space: nowrap;
  width: 100%;
  height: 70px;
  padding: 0 10px;
  display: table;
}
.layer .wrapper .header:before {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.layer .wrapper .header .layer-icon {
  font-size: 1.8rem;
  width: 45px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  display: table-cell;
}
.layer .wrapper .header .caption {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1;
  font-family: Montserrat, sans-serif;
  white-space: normal;
  display: table-cell;
}
@media print, screen and (min-width: 480px) {
  .layer .wrapper .header .caption {
    font-size: 24px;
    padding-top: 0;
    padding-left: 10px;
  }
}
.layer .wrapper .header .close-wrap {
  display: table-cell;
  width: 30px;
  vertical-align: middle;
}
.layer .wrapper .header .close {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  display: table-cell;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.layer .wrapper .header .close:before {
  display: inline-block;
  vertical-align: middle;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  content: "\e61f";
}
.layer .wrapper .header .close:hover {
  color: #0e5997;
}
.layer .wrapper .layer-content {
  margin: 5px 5px 10px;
  background-color: #fff;
  border-radius: 2px;
  position: relative;
}
.layer .wrapper .layer-content .layer-container {
  padding: 14px 14px;
}
.layer .wrapper .layer-content .layer-container .layer-container {
  padding: 7px 7px;
}
.layer .wrapper .layer-content .layer-container .layer-container .layer-container {
  padding: 4px 4px;
}
.layer .wrapper .separator {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 1px;
  width: 100%;
  background-color: #d6dbe0;
}
.layer .wrapper .separator.blank {
  background-color: transparent;
}
.layer .wrapper .separator.half {
  margin-top: 5px;
  margin-bottom: 5px;
}
.layer .wrapper .separator.top-only {
  margin-bottom: 0;
}
.layer .wrapper .separator.bottom-only {
  margin-top: 0;
}
.layer.layer-remaked .wrapper .layer-content {
  margin: 15px 15px 0 !important;
}
.layer.layer-remaked .wrapper .layer-content:first-child {
  margin-top: 0 !important;
}
.layer.layer-remaked .wrapper .layer-container {
  padding: 0 !important;
}
.layer.layer-white .wrapper {
  background-color: #fff;
}
.layer .alert {
  margin-top: -2px;
  padding: 2px 0;
  border-radius: 2px;
  color: #fff;
}
.layer .alert i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}
.layer .alert.error {
  font-weight: bold;
  color: #ca0809;
}
.layer .form-element {
  margin: 10px 0 0;
}
.layer .form-element:first-child {
  margin-top: 0;
}
.layer .btn {
  width: auto;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
}
.layer .btn:before {
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.layer .btn.finally-v {
  display: table;
}
.layer .btn.fill {
  width: 100%;
}
@-moz-document url-prefix() {
  .layer .btn.fill {
    width: auto;
  }
}
.layer .btn.fill-force {
  width: 100%;
}
.layer .btn span {
  display: inline-block;
  vertical-align: middle;
}
.layer .btn i {
  line-height: 1rem;
  padding-top: 2px;
}
.layer .btn.btn-primary {
  background-color: #0072bc;
}
.layer .btn.btn-bare {
  padding-top: 8px;
  background-color: transparent;
  border: 0;
  color: #343434;
}
.layer .btn.btn-bare i {
  color: #0072bc;
}
.layer .btn.btn-empty {
  font-weight: 600;
  background-color: transparent;
}
.layer .btn.less {
  font-size: 0.85rem;
  letter-spacing: -0.01rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
@media print, screen and (min-width: 414px) {
  .layer .btn.less {
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.layer .btn.icon-size.md i {
  font-size: 1.33rem;
}
.layer .btn.icon-size.lg {
  padding-top: 3px;
  padding-bottom: 3px;
}
.layer .btn.icon-size.lg i {
  font-size: 1.67rem;
}
.layer .btn.font.semibold {
  font-weight: 600;
}
.layer .btn i {
  display: inline-block;
  vertical-align: middle;
}
.layer .simple-caption {
  padding-top: 3px;
  font-weight: 600;
  height: 41px;
  margin: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .layer .simple-caption {
    margin: 0;
  }
}
.layer .pull.left {
  float: left;
}
.layer .pull.right {
  float: right;
}
.layer .great-link {
  font-weight: 600;
  color: #343434;
  font-size: 0.85rem;
}
@media print, screen and (min-width: 360px) {
  .layer .great-link {
    font-size: 1rem;
  }
}
.layer .great-link.greater {
  font-weight: bold;
}
.layer .great-link i {
  color: #0072bc;
  display: inline-block;
  vertical-align: middle;
}
.layer .heading {
  font-weight: 600;
  font-size: 1.3rem;
}
.layer .footer {
  padding: 10px 0 15px;
}
.layer .footer.center {
  text-align: center;
}
.layer .footer small {
  display: inline-block;
  text-align: justify;
  margin: 20px 0 10px;
  line-height: 1rem;
  font-size: 0.85rem;
}
.layer .fixed-footer {
  padding-bottom: 54px;
}
.layer .fixed-footer .footer {
  width: 100%;
  position: fixed;
  bottom: 1px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.layer .fixed-footer .footer:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#30000000",GradientType=0 );
}
.layer .fixed-footer .layer-area {
  padding-bottom: 12px;
}
.layer .fixed-footer.size.sm .footer {
  max-width: 376px;
}
.layer .fixed-footer.size.md .footer {
  max-width: 531px;
}
.layer .fixed-footer.size.lg .footer {
  max-width: 647px;
}
.layer .fixed-footer.size.xl .footer {
  max-width: 760px;
}
.layer .fixed-footer.size.xxl .footer {
  max-width: 1010px;
}
.layer .entry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.layer .entry-list > li {
  padding: 10px 0;
  border-bottom: 1px #d6dbe0 solid;
  display: table;
  width: 100%;
}
.layer .entry-list > li:last-child {
  border-bottom: 0;
}
.layer .entry-list.no-table > li {
  display: block;
}
.layer .entry-list.no-table > li .table {
  width: 100%;
  display: table;
}
.layer .entry-list .cell {
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
.layer .entry-list .cell.nowrap {
  white-space: nowrap;
}
.layer .entry-list .cell.more-space {
  padding: 0 10px;
}
@media print, screen and (min-width: 1266px) {
  .layer .entry-list .cell.lg-w-40-up {
    width: 40%;
  }
}
.layer .entry-list .cell.separate-bottom {
  padding-bottom: 5px;
}
.layer .entry-list .cell.price-wrap {
  padding-left: 10px;
}
.layer .entry-list .row {
  display: table-row;
}
.layer .entry-list .text-right {
  text-align: right;
}
.layer .entry-list .image {
  width: 100px;
  padding: 0 5px;
  max-height: 60px;
}
@media print, screen and (min-width: 768px) {
  .layer .entry-list .image {
    width: 110px;
  }
}
.layer .entry-list .image.const {
  width: 110px;
}
.layer .entry-list .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: inherit;
}
.layer .entry-list .layout-fill {
  padding-top: 5px;
  display: table-caption;
}
.layer .entry-list .footer {
  display: table-footer-group;
}
@media print, screen and (max-width: 767px) {
  .layer .entry-list .fill-sm-down {
    display: table-caption;
  }
}
.layer .entry-list .max-half {
  max-width: 50%;
}
.layer div.entry-list {
  display: table;
  width: 100%;
}

.layer-abs-close {
  position: absolute;
  top: 14px;
  right: 14px;
}
.layer-abs-close button {
  background-color: transparent;
  border: none;
  font-size: 1.5rem;
  color: #606569;
}

.unilever-bar {
  background: #fff;
}
.unilever-bar > .container {
  padding: 1rem 0.3575rem;
}
.unilever-bar > .container img {
  max-height: 60px;
}
.unilever-bar > .container #unileverPoints {
  font-weight: bold;
}
.unilever-bar > .container .userInfoContainer {
  display: inline-block;
}
.unilever-bar > .container .userInfoContainer ul {
  list-style: none;
}
.unilever-bar > .container .userInfoContainer ul li {
  float: right;
  margin-left: 1rem;
}

.tools__custom-outline {
  outline: none !important;
}
.tools__custom-outline:focus {
  -webkit-box-shadow: 0 0 0 2px #5591d2;
  -moz-box-shadow: 0 0 0 2px #5591d2;
  box-shadow: 0 0 0 2px #5591d2;
}

.checkbox-modern.checkbox-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
}
.checkbox-modern > .chk-m-wrap {
  text-align: center;
  line-height: 1;
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 30px;
}
.checkbox-modern > label {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 auto;
  font-size: 13px;
  margin: 0;
}
.checkbox-modern input[type=checkbox], .checkbox-modern input[type=radio] {
  display: block;
  opacity: 0;
  position: absolute;
}
.checkbox-modern input[type=checkbox]:focus + .checkbox, .checkbox-modern input[type=radio]:focus + .checkbox {
  border-color: #0cac23;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 1px #0cac23;
  -moz-box-shadow: 0 0 0 1px #0cac23;
  box-shadow: 0 0 0 1px #0cac23;
}
.checkbox-modern input[type=checkbox]:disabled + .checkbox, .checkbox-modern input[type=radio]:disabled + .checkbox {
  cursor: default;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.checkbox-modern input[type=checkbox]:disabled + .checkbox + .checkbox-modern__text, .checkbox-modern input[type=radio]:disabled + .checkbox + .checkbox-modern__text {
  cursor: default;
}
.checkbox-modern:hover .checkbox {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.checkbox-modern .checkbox {
  -moz-transition: 150ms all ease-in-out;
  -o-transition: 150ms all ease-in-out;
  -webkit-transition: 150ms all ease-in-out;
  transition: 150ms all ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
  cursor: pointer;
}

.checkbox-modern--disabled .checkbox {
  cursor: default;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
.checkbox-modern--disabled .checkbox-modern__text {
  cursor: default;
}

.checkbox-modern__text {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  white-space: normal;
  margin-bottom: 0;
  font-style: normal;
  max-width: calc(100% - 20px);
}

.checkbox-modern--top-aligned.checkbox-modern {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.checkbox-modern--top-aligned .checkbox {
  margin-top: -1px;
}

.checkbox-modern--installment .checkbox.checkbox.checkbox.checkbox {
  border-color: #ff6d00;
}
.checkbox-modern--installment input[type=checkbox]:focus + .checkbox, .checkbox-modern--installment input[type=radio]:focus + .checkbox {
  border-color: #ff6d00;
  outline: none !important;
  -webkit-box-shadow: 0 0 0 1px #ff6d00;
  -moz-box-shadow: 0 0 0 1px #ff6d00;
  box-shadow: 0 0 0 1px #ff6d00;
}
.checkbox-modern--installment input[type=checkbox]:checked + .checkbox:before, .checkbox-modern--installment input[type=radio]:checked + .checkbox:before {
  color: #ff6d00;
}

.checkbox-error {
  color: white;
  background-color: #d40000;
  position: relative;
  padding: 5px;
  margin-top: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  display: none;
}
.checkbox-error:after {
  border-style: solid;
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #d40000 transparent;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 8px;
}

.checkbox-error__forced-break {
  display: none;
}

.checkbox-modern--invalid .checkbox-error__forced-break {
  display: block;
  height: 1px;
  width: 100%;
}
.checkbox-modern--invalid .checkbox-error {
  display: inline-block;
}

.header-banner {
  text-align: center;
  max-width: 100%;
  max-height: 56px;
}
.header-banner a {
  display: block;
  width: 100%;
  background: white;
  position: relative;
  overflow: hidden;
  min-height: 56px;
}
.header-banner img {
  max-height: 56px !important;
  max-width: 100% !important;
}
@media print, screen and (min-width: 480px) {
  .header-banner img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: none !important;
  }
}
@media print, screen and (max-width: 479px) {
  .header-banner img {
    min-width: 100%;
  }
}
@media print {
  .header-banner {
    display: none !important;
  }
}

#header {
  position: relative;
  padding-bottom: 5px;
  width: 100%;
  background: #0072bc;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.04);
  -moz-box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.04);
  box-shadow: 0px 10px 10px 0px rgba(153, 153, 153, 0.04);
}
#header a {
  text-decoration: none;
}
#header.h-no-reg {
  min-height: 100px;
  text-decoration: none;
}
#header.h-no-reg .logotype {
  padding-top: 19px;
}
#header:after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 9003;
  content: "";
}
#header .dropdown-mainmenu.active .dropdown-menu.dropdown-menulist.dropdown-zero-level li {
  z-index: 9004;
}
#header .dropdown-mainmenu.active .dropdown-menu.dropdown-menulist.dropdown-zero-level:after {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  z-index: 9003;
  content: "";
}
#header .header-wrap {
  z-index: 9004;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  #header {
    min-height: 150px;
  }
  #header.shop-guide-wrap {
    min-height: 189px;
  }
  #header.header-fixed .header-wrap {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #0072bc;
    z-index: 9999;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15);
  }
  #header.header-fixed .header-wrap .dropdown-mainmenu {
    display: none;
  }
  #header.header-fixed .header-wrap .header-additional {
    display: none;
  }
  #header.header-fixed .header-wrap .header-helpline {
    display: none;
  }
  #header.header-fixed .header-wrap .header-card-menu {
    text-align: right !important;
  }
  #header.header-fixed .header-wrap .header-card-menu > .find-store {
    display: none;
  }
  #header.header-fixed .logotype {
    font-size: 40px;
    line-height: 50px;
  }
  #header.header-fixed .search {
    height: 43px;
    margin-top: 3px;
  }
  #header.header-fixed .search input {
    height: 41px;
  }
  #header.header-fixed .search button {
    height: 45px;
  }
  #header.header-fixed .search .hints {
    top: 42px;
  }
  #header.header-fixed .header-card-menu {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  #header.header-fixed .logo--svg svg {
    width: 178px;
    height: 61px;
  }
}
#header .head-row .cell {
  white-space: nowrap;
}
#header .old-verion-bar {
  background-color: #0072bc;
  padding: 10px 15px;
}
#header .row {
  padding-bottom: 0 !important;
}
@media print, screen and (min-width: 768px) {
  #header {
    padding-bottom: 0px;
  }
}
#header .logotype {
  display: block;
  font-size: 50px;
  line-height: 54px;
  text-decoration: none;
  height: 58px;
  color: white;
}
@media print, screen and (min-width: 768px) {
  #header .logotype {
    font-size: 68px;
    line-height: 59px;
    height: 48px;
  }
}
@media print, screen and (min-width: 992px) {
  #header .logotype {
    font-size: 78px;
    line-height: 50px;
  }
}
@media print, screen and (min-width: 1266px) {
  #header .logotype {
    font-size: 78px;
    line-height: 50px;
  }
}
#header .logo--svg {
  height: 55px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
@media print, screen and (max-width: 359px) {
  #header .logo--svg {
    width: 140px;
  }
}
@media print, screen and (min-width: 360px) and (max-width: 767px) {
  #header .logo--svg {
    width: 167px;
  }
}
#header .logo--svg .logo__pic {
  position: absolute;
  padding: 0 10px;
}
@media print, screen and (max-width: 359px) {
  #header .logo--svg .logo__pic {
    width: 140px;
    height: 52px;
    top: -2px;
  }
}
@media print, screen and (min-width: 360px) and (max-width: 767px) {
  #header .logo--svg .logo__pic {
    width: 167px;
    height: 52px;
    top: -2px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #header .logo--svg .logo__pic {
    width: 167px;
    height: 55px;
  }
}
@media print, screen and (min-width: 992px) {
  #header .logo--svg .logo__pic {
    width: 250px;
    height: 90px;
  }
}
#header .header__credit-information {
  display: inline-grid;
}
@media (max-width: 1266px) {
  #header .header__credit-information {
    display: none !important;
  }
}
#header .header__credit-information:hover {
  background-color: #3e4850;
  z-index: 9004;
}
#header .header__cartmenu-a {
  display: inline-block;
  color: white;
}
#header .header__cartmenu-limit {
  font-size: 18px;
}
#header .header__cartmenu-block {
  display: inline-grid;
}
#header .header__cartmenu-block.limit {
  height: 48px;
  padding-top: 15px;
}
#header .header__cartmenu-icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  padding-right: 5px;
}
#header .header-helpline {
  color: #1b1d1e;
}
#header .header-helpline .icon-account-round {
  margin-top: 2px;
}
#header .old-version {
  line-height: 3.3rem;
}
#header .header-helpline-numbers {
  text-align: left;
  padding-top: 4px;
  line-height: 1.5rem;
}
#header .header-helpline-numbers i {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
}
#header .header-helpline-numbers.desktop {
  padding-top: 10px;
}
@media print, screen and (min-width: 1266px) {
  #header .header-helpline-numbers {
    text-align: right;
    padding-right: 10px;
  }
  #header .header-helpline-numbers i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
  }
}
#header .client-nav {
  padding-top: 1px;
  text-align: center;
  white-space: nowrap;
}
#header .client-nav .account {
  font-size: 2.2rem;
  padding-right: 0;
}
@media print, screen and (min-width: 480px) {
  #header .client-nav .account {
    padding-right: 35px;
  }
}
#header .search {
  position: relative;
  padding: 3px;
  height: 51px;
  font-size: 0;
  border-radius: 2px;
  -webkit-box-shadow: inset 0px 0px 0px 2px #0072bc;
  -moz-box-shadow: inset 0px 0px 0px 2px #0072bc;
  box-shadow: inset 0px 0px 0px 2px #0072bc;
}
@media print, screen and (min-width: 768px) {
  #header .search {
    background: #fcfcfc;
    border-radius: 4px;
  }
}
@media print, screen and (max-width: 767px) {
  #header .search {
    background-color: white;
  }
}
#header .search input {
  padding: 0 12px;
  height: 53px;
  border: 0;
  outline: none;
  font-size: 1.2rem;
  background-color: transparent;
  margin: 0 !important;
}
#header .search input::-webkit-input-placeholder {
  padding-top: 2px;
  font-size: 0.9rem;
  color: #909598;
}
#header .search input:-moz-placeholder {
  padding-top: 2px;
  font-size: 0.9rem;
  color: #909598;
}
#header .search input::-moz-placeholder {
  padding-top: 2px;
  font-size: 0.9rem;
  color: #909598;
}
#header .search input:-ms-input-placeholder {
  padding-top: 2px;
  font-size: 0.9rem;
  color: #909598;
}
@media print, screen and (min-width: 480px) {
  #header .search input {
    height: 51px;
  }
  #header .search input::-webkit-input-placeholder {
    padding-top: 0px;
    font-size: 1rem;
  }
  #header .search input:-moz-placeholder {
    padding-top: 0px;
    font-size: 1rem;
  }
  #header .search input::-moz-placeholder {
    padding-top: 0px;
    font-size: 1rem;
  }
  #header .search input:-ms-input-placeholder {
    padding-top: 0px;
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #header .search input {
    padding: 0 0.856rem;
  }
  #header .search input:focus {
    border-right: 0;
  }
}
#header .search .hints {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border: 1px #dcdcdc solid;
  border-top-style: dashed;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.15);
  z-index: 9003;
  font-size: 1rem;
  top: 53px;
}
@media print, screen and (min-width: 768px) {
  #header .search .hints {
    top: 51px;
    width: calc(100% - 69px);
  }
}
#header .search .hints ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .search .hints ul li {
  position: relative;
  margin: 0;
  border-top: 1px #f8f8f8 solid;
}
#header .search .hints ul li small {
  color: #3e4850;
}
#header .search .hints ul li a {
  color: black;
  display: block;
  width: 100%;
  height: 100%;
  margin: 7px 20px;
}
#header .search .hints ul li .suggestion-image {
  width: 32px;
  height: 32px;
  text-align: center;
  display: inline-block;
}
#header .search .hints ul li a.term {
  margin-top: 12px;
}
#header .search .hints ul li.suggestion {
  min-height: 42px;
}
#header .search .hints ul li.caption {
  color: #fff;
  background-color: #0072bc;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 8px 0px 8px 20px;
  display: block;
}
#header .search .hints ul li .hint {
  display: block;
  padding-right: 80px;
}
#header .search .hints ul li .hint small {
  display: block;
  font-size: 0.85rem;
  color: #727272;
}
#header .search .hints ul li.selected {
  background-color: #fff;
  color: #0072bc;
  font-weight: bold;
}
#header .search .hints ul li.selected .hint {
  color: #fff;
}
#header .search .hints ul li.selected .hint small {
  color: #fff;
}
#header .search .hints ul li.selected .suggestion-parent {
  color: #0081d6;
}
#header .search .hints ul li.selected a {
  color: #0072bc;
  display: block;
  width: 100%;
  height: 100%;
}
#header .search .hints ul li.separator {
  margin-top: 6px;
  margin-bottom: -12px;
  border-top: 2px #dcdcdc solid;
}
#header .search .hints ul li.separator:hover {
  background-color: transparent;
}
#header .search .hints ul li.separator.blank {
  border-color: #fff;
}
#header .search.show-hints {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom: 0;
}
#header .search.show-hints .hints {
  display: block;
}
#header .search button {
  display: inline-block;
  outline: none;
  border: 0;
  height: 53px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-color: transparent;
  z-index: 8888;
}
@media print, screen and (min-width: 768px) {
  #header .search button {
    padding: 1px 1.6rem 1px;
    position: absolute;
    top: -1px;
    right: -1px;
    background: #0072bc;
    border: 1px white solid;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-transition: background 100ms ease-in-out;
    -o-transition: background 100ms ease-in-out;
    -webkit-transition: background 100ms ease-in-out;
    transition: background 100ms ease-in-out;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
  }
  #header .search button:hover {
    background: #0091ef;
    border-color: white;
  }
}
#header .search button i {
  font-size: 1.6rem;
  color: #0072bc;
}
@media print, screen and (min-width: 480px) {
  #header .search button i {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  #header .search button i {
    font-size: 1.6rem;
    color: #fff;
  }
}
#header .search .where {
  display: none;
  min-width: 130px;
  padding: 0.51rem 0;
  font-size: 1rem;
  color: #909598;
  border: 0;
  cursor: pointer;
  z-index: 6;
  margin-right: 70px;
  height: 41px;
  margin-top: 2px;
}
#header .search .where .separator {
  display: inline-block;
  height: 2rem;
  width: 1px;
  padding-right: 1.3rem;
  border-left: 1px #dadada solid;
  vertical-align: middle;
}
#header .search .where * {
  display: inline;
  vertical-align: middle;
}
#header .search .where i {
  display: inline-block;
  -moz-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
#header .search .where span:nth-child(2) {
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
#header .search .where .list {
  display: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
  left: 0;
  min-width: 131px;
  background-color: #fcfcfc;
  color: #3e4850;
  font-size: 1rem;
  list-style: none;
  z-index: 9003;
  border: 1px #dcdcdc solid;
  border-top-style: dashed;
  -webkit-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 20px 20px 1px rgba(0, 0, 0, 0.07);
}
#header .search .where .list li {
  display: block;
  margin: 0;
  padding: 4px 30px 4px 10px;
}
#header .search .where .list li:hover {
  background-color: #f7f7f7;
}
#header .search .where .list li button {
  position: static;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
}
#header .search .where.active {
  color: #3e4850;
}
#header .search .where.active .list {
  display: block;
}
#header .search .where.active i {
  margin-top: -2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
@media print, screen and (min-width: 768px) {
  #header .search .where {
    display: inline-block;
  }
  #header .search .where .list {
    min-width: 139px;
  }
}
@media print, screen and (min-width: 992px) {
  #header .search .where {
    min-width: 150px;
  }
  #header .search .where .list {
    min-width: 160px;
  }
}
#header .search.search--by-codes .search__where-wrap {
  position: static;
}
@media print, screen and (max-width: 767px) {
  #header .search.search--by-codes .where {
    display: none;
  }
  #header .search.search--by-codes:hover .where {
    display: block;
  }
}
@media print, screen and (max-width: 767px) {
  #header .search.search--by-codes .separator {
    display: none;
  }
}
#header .search.search--by-codes .where {
  min-width: 200px;
  cursor: default;
}
@media print, screen and (min-width: 768px) and (max-width: 991px) {
  #header .search.search--by-codes .where {
    min-width: 189px;
  }
}
@media print, screen and (max-width: 767px) {
  #header .search.search--by-codes .where {
    position: absolute;
    background-color: white;
    width: 100%;
    margin: 2px;
    left: -2px;
    top: 53px;
    text-align: center;
    border: 2px solid #0072bc;
    border-top: none;
    border-radius: 0 0 4px 4px;
    height: 44px;
  }
  #header .search.search--by-codes .where:before {
    display: block;
    content: "";
    height: 1px;
    width: calc(100% - 20px);
    margin: 0 auto;
    background-color: #e5e5e5;
    position: relative;
    bottom: 7px;
  }
}
#header .search.search--by-codes .where .checkbox-wrap {
  position: relative;
  line-height: 32px;
  bottom: 3px;
  display: inline-block;
}
#header .search.search--by-codes .where .checkbox {
  max-width: 16px;
  display: inline-block;
}
#header .search.search--by-codes .where .checkbox-modern__text {
  max-width: 100%;
  font-size: 14px;
  min-height: 18px;
  position: relative;
  top: 2px;
}
@media print, screen and (max-width: 767px) {
  #header .search.search--by-codes .where .checkbox-modern__text {
    padding-left: 0;
  }
}
#header .search.search--by-codes .where input {
  padding: 0;
  width: 11px;
  height: 9px;
  top: 7px;
}
#header .search.search--by-codes .where .tooltip {
  display: none;
  white-space: normal;
  z-index: 9100;
  animation: none;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
@media print, screen and (max-width: 767px) {
  #header .search.search--by-codes .where .tooltip {
    display: none;
  }
}
#header .search.search--by-codes .where .tooltips:hover .tooltip {
  display: block;
}
#header .more-space {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #header .more-space {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1266px) {
  #header .more-space {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
  }
}

.header-card-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .header-card-menu {
    padding-top: 2px;
  }
}
.header-card-menu .card-summary a {
  color: inherit;
}
.header-card-menu li {
  padding: 0 20px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-card-menu li:last-child:after {
  display: none;
}
@media print, screen and (min-width: 1266px) {
  .header-card-menu li:last-child {
    padding-right: 70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1265px) {
  .header-card-menu li {
    padding-right: 45px;
  }
}
.header-card-menu li.find-store {
  line-height: 47px;
}
.header-card-menu li.user-card {
  position: relative;
}
.header-card-menu li.user-card a.card {
  z-index: 9011;
}
.header-card-menu li.user-card a.card:hover {
  color: white;
}
.header-card-menu li.user-card.active .card-summary-global {
  display: block;
  left: 9px;
}

.header-search-bar {
  padding-top: 0.8rem;
}
.header-search-bar .icon-account-round {
  line-height: 45px;
  font-size: 3.5rem;
  margin-left: -8px;
}
@media print, screen and (min-width: 768px) {
  .header-search-bar {
    padding-bottom: 0.5rem;
  }
}
.header-search-bar .icon-context-nav {
  font-size: 30px;
}

.header-card-wrap {
  margin-top: -2px;
}

.header-account-wrap {
  font-size: 30px;
}

.suggestion-parent {
  display: block;
  color: #3e4850;
}

img.suggestion-picture {
  max-width: 32px;
  max-height: 32px;
}

img.producer-suggestion-picture {
  max-width: 90px;
}

.cs-cta-wrap {
  text-align: right;
  padding-top: 20px;
}

.cs-cta {
  color: white;
  background-color: #0072bc;
  border-radius: 4px;
  padding: 9px 18px;
  font-weight: 700;
}
.cs-cta:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  color: white;
  background-color: #0081d6;
}

.limit-panel {
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: white;
  padding: 10px 10px 5px 0;
  border-top: 1px #333333 solid;
  width: 100%;
}
.limit-panel.limit-reached .ltp-p-slider {
  border-color: #d4111c;
}
.limit-panel.limit-reached .ltp-days > strong {
  color: #d4111c;
}
@media print, screen and (min-width: 768px) {
  .limit-panel {
    width: 440px;
  }
}
@media print, screen and (max-width: 479px) {
  .limit-panel {
    border-bottom: 1px #333333 solid;
  }
}

.ltp-days {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 84px;
  text-align: center;
}
.ltp-days > span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
}
.ltp-days > span > small {
  display: block;
  font-size: 11px;
}
.ltp-days > strong {
  font-size: 32px;
  line-height: 1;
  color: #45b361;
  display: block;
}
.ltp-days > strong + span {
  text-decoration: underline;
}

.ltp-progress {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}

.ltp-p-slider {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
  height: 28px;
  background-color: #a6a6a6;
  border: 1px #a6a6a6 solid;
}

.ltp-p-bar {
  height: 100%;
  background-color: #45b361;
}

.ltp-p-offset,
.ltp-p-limit {
  padding-top: 2px;
  line-height: 1;
}
@media print, screen and (min-width: 480px) {
  .ltp-p-offset,
.ltp-p-limit {
    padding-top: 10px;
  }
}

.ltp-p-offset {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 40%;
  text-align: left;
}
.ltp-p-offset__span {
  display: inline-block !important;
}

.ltp-p-limit {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 60%;
  text-align: right;
}
.ltp-p-limit__span {
  display: inline-block !important;
}

.ltp-reached {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
  text-align: center;
}
.ltp-reached > strong {
  font-size: 16px;
  text-transform: uppercase;
  color: #d4111c;
}

.need-limit {
  background-color: #3e4850;
  text-align: center;
  padding: 16px 15px;
}
.need-limit > span {
  display: block;
  white-space: nowrap;
  color: white;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
}
.need-limit > span a {
  color: white;
  text-decoration: underline !important;
}
.need-limit > span a:hover {
  color: #0097d5;
}

.ktr-myaccount {
  position: relative;
  padding: 7px 10px;
}
.ktr-myaccount:hover, .ktr-myaccount.show {
  background-color: #3e4850;
  color: white;
}
.ktr-myaccount:hover ul, .ktr-myaccount.show ul {
  display: block;
}
.ktr-myaccount a, .ktr-myaccount i {
  z-index: 99999;
}
.ktr-myaccount ul {
  display: none;
  position: absolute;
  top: 33px;
  right: 0;
  width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white;
  z-index: 9999;
}
.ktr-myaccount ul:before {
  position: absolute;
  bottom: 100%;
  right: 120px;
  display: block;
  width: 20px;
  height: 33px;
  margin-top: -20px;
  content: "";
}
.ktr-myaccount ul > li {
  text-align: left;
  border-bottom: 1px #aaa solid;
}
.ktr-myaccount ul > li > * {
  color: #3e4850;
  font-weight: 700;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
}
.ktr-myaccount ul > li:hover {
  background-color: #3e4850;
}
.ktr-myaccount ul > li:hover .checkbox-wrap em,
.ktr-myaccount ul > li:hover > * {
  color: white;
}
.ktr-myaccount ul > li .checkbox-wrap {
  margin: 0;
}
.ktr-myaccount ul > li .checkbox-wrap em {
  padding-left: 0;
  font-style: normal;
  color: #3e4850;
  font-weight: 700;
}

.logo-login {
  margin: auto;
}
@media (min-width: 768px) {
  .logo-login {
    width: 30%;
  }
}

.logotype-header {
  max-height: 55px;
}

/*
 * angular-tooltips
 * 1.1.10
 *
 * Angular.js tooltips module.
 * http://720kb.github.io/angular-tooltips
 *
 * MIT license
 * Wed Jan 25 2017
 */
@-webkit-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@-moz-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@-ms-keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
@keyframes animate-tooltip {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.9;
  }
  90% {
    opacity: 1;
  }
}
._exradicated-tooltip {
  display: block;
  opacity: 1;
  position: absolute;
  z-index: 999;
}

tooltip {
  display: inline-block;
  position: relative;
}

tooltip._multiline {
  display: block;
}

tooltip._slow._ready tip {
  animation: animate-tooltip 0.65s;
}

tooltip._fast._ready tip {
  animation: animate-tooltip 0.15s;
}

tooltip._steady._ready tip {
  animation: animate-tooltip 0.35s;
}

tooltip tip {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  display: none;
  line-height: normal;
  min-width: 100px;
  opacity: 0;
  padding: 8px 16px;
  position: absolute;
  text-align: center;
  width: auto;
  will-change: top, left, bottom, right;
}

tooltip tip._hidden {
  display: block;
  visibility: hidden;
}

tooltip.active:not(._force-hidden) tip {
  display: block;
  opacity: 1;
  z-index: 9100;
}

tooltip tip-tip {
  font-size: 0.95em;
}

tooltip tip-tip._large {
  font-size: 1.1em;
}

tooltip tip-tip._small {
  font-size: 0.8em;
}

tooltip._top tip {
  left: 50%;
  top: -9px;
  -webkit-transform: translateX(-50%) translateY(-100%);
  transform: translateX(-50%) translateY(-100%);
}

tooltip._top tip tip-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.85);
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: 100%;
  width: 0;
}

tooltip._bottom tip {
  right: 50%;
  top: 100%;
  -webkit-transform: translateX(50%) translateY(9px);
  transform: translateX(50%) translateY(9px);
}

tooltip._bottom tip tip-arrow {
  border-bottom: 6px solid rgba(0, 0, 0, 0.85);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  width: 0;
}

tooltip._right tip {
  left: 100%;
  top: 50%;
  -webkit-transform: translateX(9px) translateY(-50%);
  transform: translateX(9px) translateY(-50%);
}

tooltip._right tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 100%;
  top: 50%;
  width: 0;
}

tooltip._left tip {
  left: -9px;
  top: 50%;
  -webkit-transform: translateX(-100%) translateY(-50%);
  transform: translateX(-100%) translateY(-50%);
}

tooltip._left tip tip-arrow {
  border-bottom: 6px solid transparent;
  border-left: 6px solid rgba(0, 0, 0, 0.85);
  border-top: 6px solid transparent;
  content: "";
  height: 0;
  left: 100%;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 0;
}

tip-tip .close-button {
  cursor: pointer;
  float: right;
  left: 8%;
  margin-top: -7%;
  padding: 3px;
  position: relative;
}

tooltip {
  position: relative;
}
tooltip:before {
  content: "";
  position: absolute;
}

tooltip._top:before {
  left: 0;
  top: -10px;
  height: 10px;
  width: 100%;
}

tooltip._bottom:before {
  left: 0;
  bottom: -10px;
  height: 10px;
  width: 100%;
}

tooltip._left:before {
  left: -10px;
  top: 0;
  height: 100%;
  width: 10px;
}

tooltip._right:before {
  right: -10px;
  top: 0;
  height: 100%;
  width: 10px;
}

#footer {
  margin-top: 40px;
}
#footer .border-footer {
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(238 243 248/var(--tw-border-opacity));
}
@media (max-width: 767px) {
  #footer .foot-display {
    display: none;
  }
  #footer .md-margin {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  #footer .foot-display {
    display: block;
  }
  #footer .lg\:hidden {
    display: none;
  }
  #footer .lg\:cursor-auto {
    cursor: auto !important;
  }
}
#footer .list-margin {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
#footer .rotate-180-icon {
  transform: rotate(180deg);
}
#footer .must-show {
  display: block !important;
}
#footer .flex {
  display: flex;
}
#footer .gap-2 {
  gap: 0.5rem;
}
#footer .h-6 {
  height: 24px;
}
#footer .w-6 {
  width: 24px;
}
#footer .items-center {
  align-items: center;
}
#footer .justify-between {
  justify-content: space-between;
}
#footer .flex-row {
  flex-direction: row;
}
#footer .cursor-pointer {
  cursor: pointer;
}
#footer .infoline {
  text-align: center;
  padding: 10px 0 0;
  background-color: #30363a;
}
#footer .infoline i {
  display: inline-block;
  font-size: 4.2rem;
  vertical-align: middle;
}
#footer .infoline p {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 0.7rem;
}
#footer .infoline p span {
  font-size: 1rem;
}
@media print, screen and (min-width: 480px) {
  #footer .infoline p {
    padding-left: 20px;
    font-size: 1rem;
  }
  #footer .infoline p span {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .infoline {
    text-align: center;
  }
  #footer .infoline p {
    font-size: 1.2rem;
  }
  #footer .infoline p span {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1266px) {
  #footer .infoline {
    text-align: left;
  }
  #footer .infoline p {
    font-size: 1rem;
  }
  #footer .infoline p span {
    font-size: 2.15rem;
  }
}
#footer .most-visited {
  background-color: white;
  padding: 20px 0 20px;
}
@media print, screen and (min-width: 768px) {
  #footer .most-visited {
    padding: 40px 0 20px;
  }
}
#footer .most-visited .address {
  font-size: 0.85rem;
  line-height: 2rem;
}
#footer .most-visited .address span {
  font-size: 1rem;
  font-weight: 600;
  color: #3498db;
}
@media print, screen and (min-width: 768px) {
  #footer .most-visited .address {
    line-height: 1.8rem;
  }
  #footer .most-visited .address span {
    text-transform: uppercase;
    font-size: 1.2rem;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 1266px) {
  #footer .most-visited .address {
    margin-top: -8px;
  }
}
#footer .most-visited .social {
  text-align: center;
  padding-top: 28px;
}
#footer .most-visited .social a {
  display: inline-block;
  padding: 0 7px;
  font-size: 3rem;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  #footer .most-visited .social {
    text-align: left;
    padding-top: 18px;
  }
}
@media print, screen and (min-width: 1266px) {
  #footer .most-visited .social {
    padding-top: 18px;
    margin-left: -15px;
  }
}
#footer .most-visited ul.list {
  list-style: none;
  min-height: 170px;
  margin-bottom: 0;
}
#footer .most-visited ul.list li h5 {
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #3498db;
}
#footer .most-visited ul.list li span {
  font-size: 1rem;
  font-weight: 600;
  color: #3498db;
}
#footer .most-visited ul.list li ul {
  margin: 0;
  padding: 0;
}
#footer .most-visited ul.list li ul li {
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  color: #1B1D1E;
  margin-bottom: 20px;
  letter-spacing: 0;
}
#footer .most-visited ul.list li ul li a {
  color: inherit;
}
#footer .copyright {
  text-align: center;
  background-color: #1d1f20;
  font-size: 0.85rem;
  padding: 10px 0;
}
#footer .copyright p {
  margin: 0;
  padding: 0 15px;
  color: #fff;
}
#footer .copyright p:last-child {
  padding-top: 10px;
}
#footer .copyright p a {
  color: #fff;
}
#footer .copyright p a:hover {
  color: #0072bc;
}
#footer .details {
  font-size: 0.85rem;
  line-height: 2.5;
}
@media print, screen and (min-width: 480px) {
  #footer .details {
    padding: 20px 5px;
    margin-top: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  #footer .details {
    margin-top: 18px;
  }
}
@media print, screen and (min-width: 1266px) {
  #footer .details {
    margin-top: 10px;
  }
}
#footer .details a {
  display: block;
  color: white;
  text-decoration: underline;
}

.nl,
.nl-span > span {
  display: inline-block !important;
  font-size: inherit !important;
  line-height: 0.95 !important;
  position: relative !important;
  text-shadow: 0.03em 0 0 #fff, -0.03em 0 0 #fff, 0 0.03em 0 #fff, 0 -0.03em 0 #fff, 0.1em 0 0 #fff, -0.1em 0 0 #fff, 0 0.1em 0 #fff, 0 -0.1em 0 #fff !important;
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%) !important;
  background-repeat: repeat-x !important;
  background-position: bottom 0.05em center !important;
  background-size: 100% 0em !important;
  border-bottom: 1px #0072bc dotted !important;
  color: #0072bc !important;
  -moz-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}

.nl.nl-black {
  border-bottom: 1px #1b1d1e dotted !important;
  color: #1b1d1e !important;
}

.nl-span.nl-black > span {
  border-bottom: 1px #1b1d1e dotted !important;
  color: #1b1d1e !important;
}

.nl:hover {
  color: #1b1d1e !important;
  border-color: #1b1d1e !important;
}
.nl:hover.nl-black {
  color: #0072bc !important;
  border-color: #0072bc !important;
}

.nl-span:hover > span {
  color: #1b1d1e !important;
  border-color: #1b1d1e !important;
}
.nl-span:hover.nl-black > span {
  color: #0072bc !important;
  border-color: #0072bc !important;
}

.cookies-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.94);
  color: #fff;
  z-index: 9999;
  padding: 15px 10px;
  overflow: hidden;
}
.cookies-bar.active {
  display: block;
}

.cb-wrap {
  font-size: 0;
  text-align: center;
}

.cb-text, .cb-button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
}

.cb-text {
  line-height: 1.7;
  font-size: 13px;
}
.cb-text a {
  color: white !important;
  border-bottom-color: white !important;
  text-shadow: 0.03em 0 0 #000, -0.03em 0 0 #000, 0 0.03em 0 #000, 0 -0.03em 0 #000, 0.1em 0 0 #000, -0.1em 0 0 #000, 0 0.1em 0 #000, 0 -0.1em 0 #000 !important;
}
.cb-text a:hover {
  color: #e6e6e6 !important;
}

@media print, screen and (max-width: 767px) {
  .cookies-bar {
    padding-top: 10px;
  }
  .cb-button {
    margin-top: 12px;
  }
}
.checkbox-wrap {
  margin-bottom: 0;
}
.checkbox-wrap:not(.f-btn) {
  display: block;
  white-space: nowrap;
}
.checkbox-wrap input[type=radio],
.checkbox-wrap input[type=checkbox] {
  display: none;
}
.checkbox-wrap.cbw-form-inside {
  padding: 12px 20px;
}
.checkbox-wrap.readonly {
  color: gray;
}
.checkbox-wrap .checkbox-control {
  display: inline-block;
  vertical-align: top;
}
.checkbox-wrap em,
.checkbox-wrap label {
  padding-left: 10px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  white-space: normal;
  margin-bottom: 0;
  font-style: normal;
  max-width: calc(100% - 20px);
}
.checkbox-wrap em.sticky,
.checkbox-wrap label.sticky {
  padding-left: 10px;
}
.checkbox-wrap.form-inside {
  height: 36px;
}
.checkbox-wrap.form-inside:before {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.checkbox-wrap.form-inside .checkbox-control {
  line-height: 1;
  padding-left: 10px;
  vertical-align: middle;
}
.checkbox-wrap.form-inside em,
.checkbox-wrap.form-inside label {
  vertical-align: middle;
}
.checkbox-wrap input[type=radio]:checked + .checkbox,
.checkbox-wrap input[type=checkbox]:checked + .checkbox,
.checkbox-wrap .checkbox.on {
  border-color: #0cac23;
}
.checkbox-wrap input[type=radio]:checked + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked + .checkbox:before,
.checkbox-wrap .checkbox.on:before {
  position: absolute;
  top: 7px;
  left: -1px;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #0cac23;
  font-size: 1rem;
  line-height: 0;
  content: "\f00c";
}
.checkbox-wrap input[type=radio]:checked + .checkbox.radio:before,
.checkbox-wrap input[type=checkbox]:checked + .checkbox.radio:before,
.checkbox-wrap .checkbox.on.radio:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #0cac23;
}
.checkbox-wrap input[type=radio]:checked[readonly] + .checkbox, .checkbox-wrap input[type=radio]:checked[disabled] + .checkbox,
.checkbox-wrap input[type=checkbox]:checked[readonly] + .checkbox,
.checkbox-wrap input[type=checkbox]:checked[disabled] + .checkbox {
  border-color: #cccccc;
}
.checkbox-wrap input[type=radio]:checked[readonly] + .checkbox:before, .checkbox-wrap input[type=radio]:checked[disabled] + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked[readonly] + .checkbox:before,
.checkbox-wrap input[type=checkbox]:checked[disabled] + .checkbox:before {
  color: #cccccc;
}

.checkbox {
  position: relative;
  margin-bottom: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  background-color: #fff;
  border: 1px #b5b5b5 solid;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  padding-top: 1px;
}
.checkbox.on {
  border-color: #0cac23;
}
.checkbox.on:before {
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: "icons" !important;
  font-family: "icons-mobile" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  color: #0cac23;
  font-size: 1rem;
  line-height: 0;
  content: "\f00c";
}
.checkbox.radio {
  border-radius: 50%;
}
.checkbox.radio.on:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background-color: #0cac23;
}
.checkbox.readonly {
  border-color: #cccccc !important;
}
.checkbox.readonly:before {
  color: #cccccc !important;
}
.checkbox input {
  display: none;
}

.checkbox2 {
  position: relative;
  width: 16px;
  cursor: pointer;
}
.checkbox2:before {
  display: inline-block;
  font-family: "icons" !important;
  font-family: "icons-rwd" !important;
  font-style: normal !important;
  speak: none !important;
  font-weight: normal !important;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important;
  font-size: 18px;
  line-height: 1.3rem;
  color: #727272;
  content: "\f05d";
  vertical-align: middle;
}
.checkbox2.on:before {
  color: #0097d5;
}

.btn-compare.active .checkbox2:before {
  color: #0097d5;
}

.list-options-configurator .checkbox-wrap label {
  padding-left: 5px;
}

.container-grid {
  position: relative;
  max-width: 1266px;
  margin: 0 auto;
  font-size: 0;
}
.container-grid.cg-loading .cg-loader {
  display: block;
}
.container-grid .cg-loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  font-size: 0;
  text-align: center;
}
.container-grid .cg-loader:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
.container-grid .cg-loader > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.container-grid > * {
  font-size: 1rem;
  width: 100%;
}
.container-grid .cg-col-1-4 {
  width: 25%;
}
.container-grid .cg-col-1-2,
.container-grid .cg-col-2-4 {
  width: 50%;
}
.container-grid .cg-col-3-4 {
  width: 75%;
}
.container-grid .cg-col-1-3 {
  width: 33.333%;
}
.container-grid .cg-col-2-3 {
  width: 66.666%;
}
.container-grid .cg-col-full {
  width: 100%;
}

.flex-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.flex-container-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-right .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container-right .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container-right .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.flex-container-right-rev {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-container-right-rev .flex-item {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.flex-container-right-rev .flex-item-half {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 50%;
}
.flex-container-right-rev .flex-item-half-a {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 auto;
}

.btn2:not(.btn2-variant) {
  padding-top: 10px;
  padding-bottom: 9px;
}
.btn2.btn2-reset {
  padding-top: 0;
  padding-bottom: 0;
}

body {
  background-color: white;
}

.baner-1 {
  display: inline-block;
  width: 100%;
  height: 200px;
  max-width: 400px;
  background: url(../img/KTB_grupa.jpg) no-repeat left center;
}

.baner-2 {
  display: inline-block;
  width: 100%;
  height: 200px;
  max-width: 400px;
  background: url(../img/KTB_LI.jpg) no-repeat left center;
}

.baner-3 {
  display: inline-block;
  width: 100%;
  height: 200px;
  max-width: 400px;
  background: url(../img/KTB_www.jpg) no-repeat left center;
}

.section h1 {
  padding: 10px 0 5px;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 34px;
  font-weight: 600;
  padding-top: 20px;
  margin-bottom: 0;
}
.section h1 > strong {
  color: #0072bc;
  font-weight: 600;
}

.tale-form-grid {
  max-width: 810px;
  padding: 0 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tale-form-grid .login-wrap,
.tale-form-grid .login-banners {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
@media print, screen and (min-width: 768px) {
  .tale-form-grid .login-wrap {
    order: 99;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 0 0 45%;
  }
  .tale-form-grid .login-banners {
    order: 99;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 0 0 55%;
  }
}

.tfg-preamble {
  text-align: center;
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
  padding-top: 10px;
}

.tfg-header h2 {
  border-bottom: 6px #f4f4f4 solid;
  padding-bottom: 10px;
}
.tfg-header h2.tfg-h-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-align-items: center;
}
.tfg-header h2.tfg-h-icon > i {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 30px;
}
.tfg-header h2.tfg-h-icon > i:before {
  content: "\f08b";
}
.tfg-header h2.tfg-h-icon > span {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1 1 auto;
}

.tfg-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.tfg-f-input {
  padding: 5px;
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 0 100%;
}
.tfg-f-input > em {
  font-style: normal;
  color: #55595c;
}

.tfg-actions__sign-in {
  height: 61px;
}
.tfg-actions button[type=submit],
.tfg-actions a.button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #0072bc;
  border: none;
  color: white;
  border-radius: 4px;
  padding: 20px 30px;
  width: 210px;
  margin: 5px auto;
  position: relative;
}
.tfg-actions button[type=submit] > .section-loader > .curtain,
.tfg-actions a.button > .section-loader > .curtain {
  background-color: transparent !important;
}
@media print, screen and (min-width: 768px) {
  .tfg-actions button[type=submit],
.tfg-actions a.button {
    margin: 5px 0;
  }
}
.tfg-actions button[type=submit] > div > strong,
.tfg-actions a.button > div > strong {
  order: 99;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 0 1 auto;
  font-size: 18px;
}
.tfg-actions button[type=submit] > div > i,
.tfg-actions a.button > div > i {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
  text-align: center;
}
.tfg-actions button[type=submit] > div > i:before,
.tfg-actions a.button > div > i:before {
  content: "\f105";
  font-size: 24px;
}

.tfg-recovery {
  padding: 10px 0;
}
.tfg-recovery .tfg-actions {
  padding-top: 10px;
}

.tfg-reg .tfg-header h2 {
  border-top: 6px #f4f4f4 solid;
  border-bottom: none;
  padding-top: 10px;
}

.login-banners {
  margin-top: 41px;
}
.login-banners > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media print, screen and (min-width: 768px) {
  .login-banners > ul {
    margin: 0 0 0 20px;
  }
}
.login-banners > ul > li {
  text-align: center;
  display: inline-block;
  margin-bottom: 19px;
  width: 100%;
  min-height: 200px;
}
.login-banners > ul > li img {
  max-width: 100%;
}

.tfg-pass-caption {
  padding-top: 10px;
}

@media print, screen and (max-width: 1265px) {
  #header .logo {
    font-size: 78px;
    line-height: 59px;
  }
}
.change-password {
  font-weight: 300;
  padding-bottom: 10px;
  color: #de4141;
}

.consents__checkbox-consent {
  padding: 8px 0;
}

.checkbox-wrap em.set-trust {
  margin-top: 4px;
}

.consents__fine-print {
  color: rgb(89, 89, 89);
  font-size: 12px;
  margin-left: 22px;
}

/* ktr-start */
.password-strength {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: 2px;
}

.password-strength .point:last {
  margin: 0 !important;
}

.password-strength .point {
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 1px;
  width: 20px;
}

/* ktr-stop */