

/* Start:/local/templates/joia/libs/noUiSlider/nouislider.min.css?16862952054220*/
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{top:-100%;width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;bottom:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
/* End */


/* Start:/local/templates/joia/layout/public/css/style.css?1735135506753906*/
@charset "UTF-8";
/* Custom variables */
/* Project variables */
/* Imports */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #8a2b2b;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f4f1ed;
  --dark: #3d3a3b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: Roboto;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: "Roboto";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #8a2b2b;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #501919;
    text-decoration: none; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 5px;
  line-height: 1; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1560px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1560px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #cf6565;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

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

.btn-primary {
  color: #fff;
  background-color: #8a2b2b;
  border-color: #8a2b2b; }
  .btn-primary:hover {
    color: #fff;
    background-color: #6d2222;
    border-color: #631f1f; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #6d2222;
    border-color: #631f1f;
    box-shadow: 0 0 0 0.2rem rgba(156, 75, 75, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8a2b2b;
    border-color: #8a2b2b; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #631f1f;
    border-color: #591c1c; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(156, 75, 75, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f4f1ed;
  border-color: #f4f1ed; }
  .btn-light:hover {
    color: #212529;
    background-color: #e5dfd5;
    border-color: #e1d8cd; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e5dfd5;
    border-color: #e1d8cd;
    box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f4f1ed;
    border-color: #f4f1ed; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #e1d8cd;
    border-color: #dcd2c5; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(212, 210, 208, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #3d3a3b;
  border-color: #3d3a3b; }
  .btn-dark:hover {
    color: #fff;
    background-color: #292728;
    border-color: #232122; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #292728;
    border-color: #232122;
    box-shadow: 0 0 0 0.2rem rgba(90, 88, 88, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3d3a3b;
    border-color: #3d3a3b; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #232122;
    border-color: #1c1b1b; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(90, 88, 88, 0.5); }

.btn-outline-primary {
  color: #8a2b2b;
  border-color: #8a2b2b; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #8a2b2b;
    border-color: #8a2b2b; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #8a2b2b;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #8a2b2b;
    border-color: #8a2b2b; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f4f1ed;
  border-color: #f4f1ed; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f4f1ed;
    border-color: #f4f1ed; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 241, 237, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f4f1ed;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f4f1ed;
    border-color: #f4f1ed; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(244, 241, 237, 0.5); }

.btn-outline-dark {
  color: #3d3a3b;
  border-color: #3d3a3b; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #3d3a3b;
    border-color: #3d3a3b; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(61, 58, 59, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #3d3a3b;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #3d3a3b;
    border-color: #3d3a3b; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(61, 58, 59, 0.5); }

.btn-link {
  font-weight: 400;
  color: #8a2b2b;
  text-decoration: none; }
  .btn-link:hover {
    color: #501919;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

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

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

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #8a2b2b;
    background-color: #8a2b2b; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #cf6565; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #db8c8c;
    border-color: #db8c8c; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #8a2b2b;
  background-color: #8a2b2b; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

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

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(138, 43, 43, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #cf6565;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.4em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #cf6565;
    box-shadow: 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

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

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(138, 43, 43, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #8a2b2b;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #db8c8c; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #8a2b2b;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #db8c8c; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #8a2b2b;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #db8c8c; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

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

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #8a2b2b !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #3d3a3b !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #8a2b2b !important; }

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

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

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

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

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

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

.border-dark {
  border-color: #3d3a3b !important; }

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

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

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

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

.d-none {
  display: none !important; }

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

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

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

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

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

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

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

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

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

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

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

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

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

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

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

.w-auto {
  width: auto !important; }

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

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

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

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

.h-auto {
  height: auto !important; }

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

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

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 2.5px !important; }

.mt-1,
.my-1 {
  margin-top: 2.5px !important; }

.mr-1,
.mx-1 {
  margin-right: 2.5px !important; }

.mb-1,
.my-1 {
  margin-bottom: 2.5px !important; }

.ml-1,
.mx-1 {
  margin-left: 2.5px !important; }

.m-2 {
  margin: 5px !important; }

.mt-2,
.my-2 {
  margin-top: 5px !important; }

.mr-2,
.mx-2 {
  margin-right: 5px !important; }

.mb-2,
.my-2 {
  margin-bottom: 5px !important; }

.ml-2,
.mx-2 {
  margin-left: 5px !important; }

.m-3 {
  margin: 10px !important; }

.mt-3,
.my-3 {
  margin-top: 10px !important; }

.mr-3,
.mx-3 {
  margin-right: 10px !important; }

.mb-3,
.my-3 {
  margin-bottom: 10px !important; }

.ml-3,
.mx-3 {
  margin-left: 10px !important; }

.m-4 {
  margin: 15px !important; }

.mt-4,
.my-4 {
  margin-top: 15px !important; }

.mr-4,
.mx-4 {
  margin-right: 15px !important; }

.mb-4,
.my-4 {
  margin-bottom: 15px !important; }

.ml-4,
.mx-4 {
  margin-left: 15px !important; }

.m-5 {
  margin: 5px !important; }

.mt-5,
.my-5 {
  margin-top: 5px !important; }

.mr-5,
.mx-5 {
  margin-right: 5px !important; }

.mb-5,
.my-5 {
  margin-bottom: 5px !important; }

.ml-5,
.mx-5 {
  margin-left: 5px !important; }

.m-10 {
  margin: 10px !important; }

.mt-10,
.my-10 {
  margin-top: 10px !important; }

.mr-10,
.mx-10 {
  margin-right: 10px !important; }

.mb-10,
.my-10 {
  margin-bottom: 10px !important; }

.ml-10,
.mx-10 {
  margin-left: 10px !important; }

.m-15 {
  margin: 15px !important; }

.mt-15,
.my-15 {
  margin-top: 15px !important; }

.mr-15,
.mx-15 {
  margin-right: 15px !important; }

.mb-15,
.my-15 {
  margin-bottom: 15px !important; }

.ml-15,
.mx-15 {
  margin-left: 15px !important; }

.m-20 {
  margin: 20px !important; }

.mt-20,
.my-20 {
  margin-top: 20px !important; }

.mr-20,
.mx-20 {
  margin-right: 20px !important; }

.mb-20,
.my-20 {
  margin-bottom: 20px !important; }

.ml-20,
.mx-20 {
  margin-left: 20px !important; }

.m-25 {
  margin: 25px !important; }

.mt-25,
.my-25 {
  margin-top: 25px !important; }

.mr-25,
.mx-25 {
  margin-right: 25px !important; }

.mb-25,
.my-25 {
  margin-bottom: 25px !important; }

.ml-25,
.mx-25 {
  margin-left: 25px !important; }

.m-30 {
  margin: 30px !important; }

.mt-30,
.my-30 {
  margin-top: 30px !important; }

.mr-30,
.mx-30 {
  margin-right: 30px !important; }

.mb-30,
.my-30 {
  margin-bottom: 30px !important; }

.ml-30,
.mx-30 {
  margin-left: 30px !important; }

.m-35 {
  margin: 35px !important; }

.mt-35,
.my-35 {
  margin-top: 35px !important; }

.mr-35,
.mx-35 {
  margin-right: 35px !important; }

.mb-35,
.my-35 {
  margin-bottom: 35px !important; }

.ml-35,
.mx-35 {
  margin-left: 35px !important; }

.m-40 {
  margin: 40px !important; }

.mt-40,
.my-40 {
  margin-top: 40px !important; }

.mr-40,
.mx-40 {
  margin-right: 40px !important; }

.mb-40,
.my-40 {
  margin-bottom: 40px !important; }

.ml-40,
.mx-40 {
  margin-left: 40px !important; }

.m-45 {
  margin: 45px !important; }

.mt-45,
.my-45 {
  margin-top: 45px !important; }

.mr-45,
.mx-45 {
  margin-right: 45px !important; }

.mb-45,
.my-45 {
  margin-bottom: 45px !important; }

.ml-45,
.mx-45 {
  margin-left: 45px !important; }

.m-50 {
  margin: 50px !important; }

.mt-50,
.my-50 {
  margin-top: 50px !important; }

.mr-50,
.mx-50 {
  margin-right: 50px !important; }

.mb-50,
.my-50 {
  margin-bottom: 50px !important; }

.ml-50,
.mx-50 {
  margin-left: 50px !important; }

.m-55 {
  margin: 55px !important; }

.mt-55,
.my-55 {
  margin-top: 55px !important; }

.mr-55,
.mx-55 {
  margin-right: 55px !important; }

.mb-55,
.my-55 {
  margin-bottom: 55px !important; }

.ml-55,
.mx-55 {
  margin-left: 55px !important; }

.m-60 {
  margin: 60px !important; }

.mt-60,
.my-60 {
  margin-top: 60px !important; }

.mr-60,
.mx-60 {
  margin-right: 60px !important; }

.mb-60,
.my-60 {
  margin-bottom: 60px !important; }

.ml-60,
.mx-60 {
  margin-left: 60px !important; }

.m-65 {
  margin: 65px !important; }

.mt-65,
.my-65 {
  margin-top: 65px !important; }

.mr-65,
.mx-65 {
  margin-right: 65px !important; }

.mb-65,
.my-65 {
  margin-bottom: 65px !important; }

.ml-65,
.mx-65 {
  margin-left: 65px !important; }

.m-70 {
  margin: 70px !important; }

.mt-70,
.my-70 {
  margin-top: 70px !important; }

.mr-70,
.mx-70 {
  margin-right: 70px !important; }

.mb-70,
.my-70 {
  margin-bottom: 70px !important; }

.ml-70,
.mx-70 {
  margin-left: 70px !important; }

.m-75 {
  margin: 75px !important; }

.mt-75,
.my-75 {
  margin-top: 75px !important; }

.mr-75,
.mx-75 {
  margin-right: 75px !important; }

.mb-75,
.my-75 {
  margin-bottom: 75px !important; }

.ml-75,
.mx-75 {
  margin-left: 75px !important; }

.m-80 {
  margin: 80px !important; }

.mt-80,
.my-80 {
  margin-top: 80px !important; }

.mr-80,
.mx-80 {
  margin-right: 80px !important; }

.mb-80,
.my-80 {
  margin-bottom: 80px !important; }

.ml-80,
.mx-80 {
  margin-left: 80px !important; }

.m-85 {
  margin: 85px !important; }

.mt-85,
.my-85 {
  margin-top: 85px !important; }

.mr-85,
.mx-85 {
  margin-right: 85px !important; }

.mb-85,
.my-85 {
  margin-bottom: 85px !important; }

.ml-85,
.mx-85 {
  margin-left: 85px !important; }

.m-90 {
  margin: 90px !important; }

.mt-90,
.my-90 {
  margin-top: 90px !important; }

.mr-90,
.mx-90 {
  margin-right: 90px !important; }

.mb-90,
.my-90 {
  margin-bottom: 90px !important; }

.ml-90,
.mx-90 {
  margin-left: 90px !important; }

.m-95 {
  margin: 95px !important; }

.mt-95,
.my-95 {
  margin-top: 95px !important; }

.mr-95,
.mx-95 {
  margin-right: 95px !important; }

.mb-95,
.my-95 {
  margin-bottom: 95px !important; }

.ml-95,
.mx-95 {
  margin-left: 95px !important; }

.m-100 {
  margin: 100px !important; }

.mt-100,
.my-100 {
  margin-top: 100px !important; }

.mr-100,
.mx-100 {
  margin-right: 100px !important; }

.mb-100,
.my-100 {
  margin-bottom: 100px !important; }

.ml-100,
.mx-100 {
  margin-left: 100px !important; }

.m-105 {
  margin: 105px !important; }

.mt-105,
.my-105 {
  margin-top: 105px !important; }

.mr-105,
.mx-105 {
  margin-right: 105px !important; }

.mb-105,
.my-105 {
  margin-bottom: 105px !important; }

.ml-105,
.mx-105 {
  margin-left: 105px !important; }

.m-110 {
  margin: 110px !important; }

.mt-110,
.my-110 {
  margin-top: 110px !important; }

.mr-110,
.mx-110 {
  margin-right: 110px !important; }

.mb-110,
.my-110 {
  margin-bottom: 110px !important; }

.ml-110,
.mx-110 {
  margin-left: 110px !important; }

.m-115 {
  margin: 115px !important; }

.mt-115,
.my-115 {
  margin-top: 115px !important; }

.mr-115,
.mx-115 {
  margin-right: 115px !important; }

.mb-115,
.my-115 {
  margin-bottom: 115px !important; }

.ml-115,
.mx-115 {
  margin-left: 115px !important; }

.m-120 {
  margin: 120px !important; }

.mt-120,
.my-120 {
  margin-top: 120px !important; }

.mr-120,
.mx-120 {
  margin-right: 120px !important; }

.mb-120,
.my-120 {
  margin-bottom: 120px !important; }

.ml-120,
.mx-120 {
  margin-left: 120px !important; }

.m-125 {
  margin: 125px !important; }

.mt-125,
.my-125 {
  margin-top: 125px !important; }

.mr-125,
.mx-125 {
  margin-right: 125px !important; }

.mb-125,
.my-125 {
  margin-bottom: 125px !important; }

.ml-125,
.mx-125 {
  margin-left: 125px !important; }

.m-130 {
  margin: 130px !important; }

.mt-130,
.my-130 {
  margin-top: 130px !important; }

.mr-130,
.mx-130 {
  margin-right: 130px !important; }

.mb-130,
.my-130 {
  margin-bottom: 130px !important; }

.ml-130,
.mx-130 {
  margin-left: 130px !important; }

.m-135 {
  margin: 135px !important; }

.mt-135,
.my-135 {
  margin-top: 135px !important; }

.mr-135,
.mx-135 {
  margin-right: 135px !important; }

.mb-135,
.my-135 {
  margin-bottom: 135px !important; }

.ml-135,
.mx-135 {
  margin-left: 135px !important; }

.m-140 {
  margin: 140px !important; }

.mt-140,
.my-140 {
  margin-top: 140px !important; }

.mr-140,
.mx-140 {
  margin-right: 140px !important; }

.mb-140,
.my-140 {
  margin-bottom: 140px !important; }

.ml-140,
.mx-140 {
  margin-left: 140px !important; }

.m-145 {
  margin: 145px !important; }

.mt-145,
.my-145 {
  margin-top: 145px !important; }

.mr-145,
.mx-145 {
  margin-right: 145px !important; }

.mb-145,
.my-145 {
  margin-bottom: 145px !important; }

.ml-145,
.mx-145 {
  margin-left: 145px !important; }

.m-150 {
  margin: 150px !important; }

.mt-150,
.my-150 {
  margin-top: 150px !important; }

.mr-150,
.mx-150 {
  margin-right: 150px !important; }

.mb-150,
.my-150 {
  margin-bottom: 150px !important; }

.ml-150,
.mx-150 {
  margin-left: 150px !important; }

.m-155 {
  margin: 155px !important; }

.mt-155,
.my-155 {
  margin-top: 155px !important; }

.mr-155,
.mx-155 {
  margin-right: 155px !important; }

.mb-155,
.my-155 {
  margin-bottom: 155px !important; }

.ml-155,
.mx-155 {
  margin-left: 155px !important; }

.m-160 {
  margin: 160px !important; }

.mt-160,
.my-160 {
  margin-top: 160px !important; }

.mr-160,
.mx-160 {
  margin-right: 160px !important; }

.mb-160,
.my-160 {
  margin-bottom: 160px !important; }

.ml-160,
.mx-160 {
  margin-left: 160px !important; }

.m-165 {
  margin: 165px !important; }

.mt-165,
.my-165 {
  margin-top: 165px !important; }

.mr-165,
.mx-165 {
  margin-right: 165px !important; }

.mb-165,
.my-165 {
  margin-bottom: 165px !important; }

.ml-165,
.mx-165 {
  margin-left: 165px !important; }

.m-170 {
  margin: 170px !important; }

.mt-170,
.my-170 {
  margin-top: 170px !important; }

.mr-170,
.mx-170 {
  margin-right: 170px !important; }

.mb-170,
.my-170 {
  margin-bottom: 170px !important; }

.ml-170,
.mx-170 {
  margin-left: 170px !important; }

.m-175 {
  margin: 175px !important; }

.mt-175,
.my-175 {
  margin-top: 175px !important; }

.mr-175,
.mx-175 {
  margin-right: 175px !important; }

.mb-175,
.my-175 {
  margin-bottom: 175px !important; }

.ml-175,
.mx-175 {
  margin-left: 175px !important; }

.m-180 {
  margin: 180px !important; }

.mt-180,
.my-180 {
  margin-top: 180px !important; }

.mr-180,
.mx-180 {
  margin-right: 180px !important; }

.mb-180,
.my-180 {
  margin-bottom: 180px !important; }

.ml-180,
.mx-180 {
  margin-left: 180px !important; }

.m-185 {
  margin: 185px !important; }

.mt-185,
.my-185 {
  margin-top: 185px !important; }

.mr-185,
.mx-185 {
  margin-right: 185px !important; }

.mb-185,
.my-185 {
  margin-bottom: 185px !important; }

.ml-185,
.mx-185 {
  margin-left: 185px !important; }

.m-190 {
  margin: 190px !important; }

.mt-190,
.my-190 {
  margin-top: 190px !important; }

.mr-190,
.mx-190 {
  margin-right: 190px !important; }

.mb-190,
.my-190 {
  margin-bottom: 190px !important; }

.ml-190,
.mx-190 {
  margin-left: 190px !important; }

.m-195 {
  margin: 195px !important; }

.mt-195,
.my-195 {
  margin-top: 195px !important; }

.mr-195,
.mx-195 {
  margin-right: 195px !important; }

.mb-195,
.my-195 {
  margin-bottom: 195px !important; }

.ml-195,
.mx-195 {
  margin-left: 195px !important; }

.m-200 {
  margin: 200px !important; }

.mt-200,
.my-200 {
  margin-top: 200px !important; }

.mr-200,
.mx-200 {
  margin-right: 200px !important; }

.mb-200,
.my-200 {
  margin-bottom: 200px !important; }

.ml-200,
.mx-200 {
  margin-left: 200px !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 2.5px !important; }

.pt-1,
.py-1 {
  padding-top: 2.5px !important; }

.pr-1,
.px-1 {
  padding-right: 2.5px !important; }

.pb-1,
.py-1 {
  padding-bottom: 2.5px !important; }

.pl-1,
.px-1 {
  padding-left: 2.5px !important; }

.p-2 {
  padding: 5px !important; }

.pt-2,
.py-2 {
  padding-top: 5px !important; }

.pr-2,
.px-2 {
  padding-right: 5px !important; }

.pb-2,
.py-2 {
  padding-bottom: 5px !important; }

.pl-2,
.px-2 {
  padding-left: 5px !important; }

.p-3 {
  padding: 10px !important; }

.pt-3,
.py-3 {
  padding-top: 10px !important; }

.pr-3,
.px-3 {
  padding-right: 10px !important; }

.pb-3,
.py-3 {
  padding-bottom: 10px !important; }

.pl-3,
.px-3 {
  padding-left: 10px !important; }

.p-4 {
  padding: 15px !important; }

.pt-4,
.py-4 {
  padding-top: 15px !important; }

.pr-4,
.px-4 {
  padding-right: 15px !important; }

.pb-4,
.py-4 {
  padding-bottom: 15px !important; }

.pl-4,
.px-4 {
  padding-left: 15px !important; }

.p-5 {
  padding: 5px !important; }

.pt-5,
.py-5 {
  padding-top: 5px !important; }

.pr-5,
.px-5 {
  padding-right: 5px !important; }

.pb-5,
.py-5 {
  padding-bottom: 5px !important; }

.pl-5,
.px-5 {
  padding-left: 5px !important; }

.p-10 {
  padding: 10px !important; }

.pt-10,
.py-10 {
  padding-top: 10px !important; }

.pr-10,
.px-10 {
  padding-right: 10px !important; }

.pb-10,
.py-10 {
  padding-bottom: 10px !important; }

.pl-10,
.px-10 {
  padding-left: 10px !important; }

.p-15 {
  padding: 15px !important; }

.pt-15,
.py-15 {
  padding-top: 15px !important; }

.pr-15,
.px-15 {
  padding-right: 15px !important; }

.pb-15,
.py-15 {
  padding-bottom: 15px !important; }

.pl-15,
.px-15 {
  padding-left: 15px !important; }

.p-20 {
  padding: 20px !important; }

.pt-20,
.py-20 {
  padding-top: 20px !important; }

.pr-20,
.px-20 {
  padding-right: 20px !important; }

.pb-20,
.py-20 {
  padding-bottom: 20px !important; }

.pl-20,
.px-20 {
  padding-left: 20px !important; }

.p-25 {
  padding: 25px !important; }

.pt-25,
.py-25 {
  padding-top: 25px !important; }

.pr-25,
.px-25 {
  padding-right: 25px !important; }

.pb-25,
.py-25 {
  padding-bottom: 25px !important; }

.pl-25,
.px-25 {
  padding-left: 25px !important; }

.p-30 {
  padding: 30px !important; }

.pt-30,
.py-30 {
  padding-top: 30px !important; }

.pr-30,
.px-30 {
  padding-right: 30px !important; }

.pb-30,
.py-30 {
  padding-bottom: 30px !important; }

.pl-30,
.px-30 {
  padding-left: 30px !important; }

.p-35 {
  padding: 35px !important; }

.pt-35,
.py-35 {
  padding-top: 35px !important; }

.pr-35,
.px-35 {
  padding-right: 35px !important; }

.pb-35,
.py-35 {
  padding-bottom: 35px !important; }

.pl-35,
.px-35 {
  padding-left: 35px !important; }

.p-40 {
  padding: 40px !important; }

.pt-40,
.py-40 {
  padding-top: 40px !important; }

.pr-40,
.px-40 {
  padding-right: 40px !important; }

.pb-40,
.py-40 {
  padding-bottom: 40px !important; }

.pl-40,
.px-40 {
  padding-left: 40px !important; }

.p-45 {
  padding: 45px !important; }

.pt-45,
.py-45 {
  padding-top: 45px !important; }

.pr-45,
.px-45 {
  padding-right: 45px !important; }

.pb-45,
.py-45 {
  padding-bottom: 45px !important; }

.pl-45,
.px-45 {
  padding-left: 45px !important; }

.p-50 {
  padding: 50px !important; }

.pt-50,
.py-50 {
  padding-top: 50px !important; }

.pr-50,
.px-50 {
  padding-right: 50px !important; }

.pb-50,
.py-50 {
  padding-bottom: 50px !important; }

.pl-50,
.px-50 {
  padding-left: 50px !important; }

.p-55 {
  padding: 55px !important; }

.pt-55,
.py-55 {
  padding-top: 55px !important; }

.pr-55,
.px-55 {
  padding-right: 55px !important; }

.pb-55,
.py-55 {
  padding-bottom: 55px !important; }

.pl-55,
.px-55 {
  padding-left: 55px !important; }

.p-60 {
  padding: 60px !important; }

.pt-60,
.py-60 {
  padding-top: 60px !important; }

.pr-60,
.px-60 {
  padding-right: 60px !important; }

.pb-60,
.py-60 {
  padding-bottom: 60px !important; }

.pl-60,
.px-60 {
  padding-left: 60px !important; }

.p-65 {
  padding: 65px !important; }

.pt-65,
.py-65 {
  padding-top: 65px !important; }

.pr-65,
.px-65 {
  padding-right: 65px !important; }

.pb-65,
.py-65 {
  padding-bottom: 65px !important; }

.pl-65,
.px-65 {
  padding-left: 65px !important; }

.p-70 {
  padding: 70px !important; }

.pt-70,
.py-70 {
  padding-top: 70px !important; }

.pr-70,
.px-70 {
  padding-right: 70px !important; }

.pb-70,
.py-70 {
  padding-bottom: 70px !important; }

.pl-70,
.px-70 {
  padding-left: 70px !important; }

.p-75 {
  padding: 75px !important; }

.pt-75,
.py-75 {
  padding-top: 75px !important; }

.pr-75,
.px-75 {
  padding-right: 75px !important; }

.pb-75,
.py-75 {
  padding-bottom: 75px !important; }

.pl-75,
.px-75 {
  padding-left: 75px !important; }

.p-80 {
  padding: 80px !important; }

.pt-80,
.py-80 {
  padding-top: 80px !important; }

.pr-80,
.px-80 {
  padding-right: 80px !important; }

.pb-80,
.py-80 {
  padding-bottom: 80px !important; }

.pl-80,
.px-80 {
  padding-left: 80px !important; }

.p-85 {
  padding: 85px !important; }

.pt-85,
.py-85 {
  padding-top: 85px !important; }

.pr-85,
.px-85 {
  padding-right: 85px !important; }

.pb-85,
.py-85 {
  padding-bottom: 85px !important; }

.pl-85,
.px-85 {
  padding-left: 85px !important; }

.p-90 {
  padding: 90px !important; }

.pt-90,
.py-90 {
  padding-top: 90px !important; }

.pr-90,
.px-90 {
  padding-right: 90px !important; }

.pb-90,
.py-90 {
  padding-bottom: 90px !important; }

.pl-90,
.px-90 {
  padding-left: 90px !important; }

.p-95 {
  padding: 95px !important; }

.pt-95,
.py-95 {
  padding-top: 95px !important; }

.pr-95,
.px-95 {
  padding-right: 95px !important; }

.pb-95,
.py-95 {
  padding-bottom: 95px !important; }

.pl-95,
.px-95 {
  padding-left: 95px !important; }

.p-100 {
  padding: 100px !important; }

.pt-100,
.py-100 {
  padding-top: 100px !important; }

.pr-100,
.px-100 {
  padding-right: 100px !important; }

.pb-100,
.py-100 {
  padding-bottom: 100px !important; }

.pl-100,
.px-100 {
  padding-left: 100px !important; }

.p-105 {
  padding: 105px !important; }

.pt-105,
.py-105 {
  padding-top: 105px !important; }

.pr-105,
.px-105 {
  padding-right: 105px !important; }

.pb-105,
.py-105 {
  padding-bottom: 105px !important; }

.pl-105,
.px-105 {
  padding-left: 105px !important; }

.p-110 {
  padding: 110px !important; }

.pt-110,
.py-110 {
  padding-top: 110px !important; }

.pr-110,
.px-110 {
  padding-right: 110px !important; }

.pb-110,
.py-110 {
  padding-bottom: 110px !important; }

.pl-110,
.px-110 {
  padding-left: 110px !important; }

.p-115 {
  padding: 115px !important; }

.pt-115,
.py-115 {
  padding-top: 115px !important; }

.pr-115,
.px-115 {
  padding-right: 115px !important; }

.pb-115,
.py-115 {
  padding-bottom: 115px !important; }

.pl-115,
.px-115 {
  padding-left: 115px !important; }

.p-120 {
  padding: 120px !important; }

.pt-120,
.py-120 {
  padding-top: 120px !important; }

.pr-120,
.px-120 {
  padding-right: 120px !important; }

.pb-120,
.py-120 {
  padding-bottom: 120px !important; }

.pl-120,
.px-120 {
  padding-left: 120px !important; }

.p-125 {
  padding: 125px !important; }

.pt-125,
.py-125 {
  padding-top: 125px !important; }

.pr-125,
.px-125 {
  padding-right: 125px !important; }

.pb-125,
.py-125 {
  padding-bottom: 125px !important; }

.pl-125,
.px-125 {
  padding-left: 125px !important; }

.p-130 {
  padding: 130px !important; }

.pt-130,
.py-130 {
  padding-top: 130px !important; }

.pr-130,
.px-130 {
  padding-right: 130px !important; }

.pb-130,
.py-130 {
  padding-bottom: 130px !important; }

.pl-130,
.px-130 {
  padding-left: 130px !important; }

.p-135 {
  padding: 135px !important; }

.pt-135,
.py-135 {
  padding-top: 135px !important; }

.pr-135,
.px-135 {
  padding-right: 135px !important; }

.pb-135,
.py-135 {
  padding-bottom: 135px !important; }

.pl-135,
.px-135 {
  padding-left: 135px !important; }

.p-140 {
  padding: 140px !important; }

.pt-140,
.py-140 {
  padding-top: 140px !important; }

.pr-140,
.px-140 {
  padding-right: 140px !important; }

.pb-140,
.py-140 {
  padding-bottom: 140px !important; }

.pl-140,
.px-140 {
  padding-left: 140px !important; }

.p-145 {
  padding: 145px !important; }

.pt-145,
.py-145 {
  padding-top: 145px !important; }

.pr-145,
.px-145 {
  padding-right: 145px !important; }

.pb-145,
.py-145 {
  padding-bottom: 145px !important; }

.pl-145,
.px-145 {
  padding-left: 145px !important; }

.p-150 {
  padding: 150px !important; }

.pt-150,
.py-150 {
  padding-top: 150px !important; }

.pr-150,
.px-150 {
  padding-right: 150px !important; }

.pb-150,
.py-150 {
  padding-bottom: 150px !important; }

.pl-150,
.px-150 {
  padding-left: 150px !important; }

.p-155 {
  padding: 155px !important; }

.pt-155,
.py-155 {
  padding-top: 155px !important; }

.pr-155,
.px-155 {
  padding-right: 155px !important; }

.pb-155,
.py-155 {
  padding-bottom: 155px !important; }

.pl-155,
.px-155 {
  padding-left: 155px !important; }

.p-160 {
  padding: 160px !important; }

.pt-160,
.py-160 {
  padding-top: 160px !important; }

.pr-160,
.px-160 {
  padding-right: 160px !important; }

.pb-160,
.py-160 {
  padding-bottom: 160px !important; }

.pl-160,
.px-160 {
  padding-left: 160px !important; }

.p-165 {
  padding: 165px !important; }

.pt-165,
.py-165 {
  padding-top: 165px !important; }

.pr-165,
.px-165 {
  padding-right: 165px !important; }

.pb-165,
.py-165 {
  padding-bottom: 165px !important; }

.pl-165,
.px-165 {
  padding-left: 165px !important; }

.p-170 {
  padding: 170px !important; }

.pt-170,
.py-170 {
  padding-top: 170px !important; }

.pr-170,
.px-170 {
  padding-right: 170px !important; }

.pb-170,
.py-170 {
  padding-bottom: 170px !important; }

.pl-170,
.px-170 {
  padding-left: 170px !important; }

.p-175 {
  padding: 175px !important; }

.pt-175,
.py-175 {
  padding-top: 175px !important; }

.pr-175,
.px-175 {
  padding-right: 175px !important; }

.pb-175,
.py-175 {
  padding-bottom: 175px !important; }

.pl-175,
.px-175 {
  padding-left: 175px !important; }

.p-180 {
  padding: 180px !important; }

.pt-180,
.py-180 {
  padding-top: 180px !important; }

.pr-180,
.px-180 {
  padding-right: 180px !important; }

.pb-180,
.py-180 {
  padding-bottom: 180px !important; }

.pl-180,
.px-180 {
  padding-left: 180px !important; }

.p-185 {
  padding: 185px !important; }

.pt-185,
.py-185 {
  padding-top: 185px !important; }

.pr-185,
.px-185 {
  padding-right: 185px !important; }

.pb-185,
.py-185 {
  padding-bottom: 185px !important; }

.pl-185,
.px-185 {
  padding-left: 185px !important; }

.p-190 {
  padding: 190px !important; }

.pt-190,
.py-190 {
  padding-top: 190px !important; }

.pr-190,
.px-190 {
  padding-right: 190px !important; }

.pb-190,
.py-190 {
  padding-bottom: 190px !important; }

.pl-190,
.px-190 {
  padding-left: 190px !important; }

.p-195 {
  padding: 195px !important; }

.pt-195,
.py-195 {
  padding-top: 195px !important; }

.pr-195,
.px-195 {
  padding-right: 195px !important; }

.pb-195,
.py-195 {
  padding-bottom: 195px !important; }

.pl-195,
.px-195 {
  padding-left: 195px !important; }

.p-200 {
  padding: 200px !important; }

.pt-200,
.py-200 {
  padding-top: 200px !important; }

.pr-200,
.px-200 {
  padding-right: 200px !important; }

.pb-200,
.py-200 {
  padding-bottom: 200px !important; }

.pl-200,
.px-200 {
  padding-left: 200px !important; }

.m-n1 {
  margin: -2.5px !important; }

.mt-n1,
.my-n1 {
  margin-top: -2.5px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -2.5px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -2.5px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -2.5px !important; }

.m-n2 {
  margin: -5px !important; }

.mt-n2,
.my-n2 {
  margin-top: -5px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -5px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -5px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -5px !important; }

.m-n3 {
  margin: -10px !important; }

.mt-n3,
.my-n3 {
  margin-top: -10px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -10px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -10px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -10px !important; }

.m-n4 {
  margin: -15px !important; }

.mt-n4,
.my-n4 {
  margin-top: -15px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -15px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -15px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -15px !important; }

.m-n5 {
  margin: -5px !important; }

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n10 {
  margin: -5px !important; }

.mt-n10,
.my-n10 {
  margin-top: -5px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -5px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -5px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -5px !important; }

.m-n15 {
  margin: -5px !important; }

.mt-n15,
.my-n15 {
  margin-top: -5px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -5px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -5px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -5px !important; }

.m-n20 {
  margin: -5px !important; }

.mt-n20,
.my-n20 {
  margin-top: -5px !important; }

.mr-n20,
.mx-n20 {
  margin-right: -5px !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -5px !important; }

.ml-n20,
.mx-n20 {
  margin-left: -5px !important; }

.m-n25 {
  margin: -5px !important; }

.mt-n25,
.my-n25 {
  margin-top: -5px !important; }

.mr-n25,
.mx-n25 {
  margin-right: -5px !important; }

.mb-n25,
.my-n25 {
  margin-bottom: -5px !important; }

.ml-n25,
.mx-n25 {
  margin-left: -5px !important; }

.m-n30 {
  margin: -5px !important; }

.mt-n30,
.my-n30 {
  margin-top: -5px !important; }

.mr-n30,
.mx-n30 {
  margin-right: -5px !important; }

.mb-n30,
.my-n30 {
  margin-bottom: -5px !important; }

.ml-n30,
.mx-n30 {
  margin-left: -5px !important; }

.m-n35 {
  margin: -5px !important; }

.mt-n35,
.my-n35 {
  margin-top: -5px !important; }

.mr-n35,
.mx-n35 {
  margin-right: -5px !important; }

.mb-n35,
.my-n35 {
  margin-bottom: -5px !important; }

.ml-n35,
.mx-n35 {
  margin-left: -5px !important; }

.m-n40 {
  margin: -5px !important; }

.mt-n40,
.my-n40 {
  margin-top: -5px !important; }

.mr-n40,
.mx-n40 {
  margin-right: -5px !important; }

.mb-n40,
.my-n40 {
  margin-bottom: -5px !important; }

.ml-n40,
.mx-n40 {
  margin-left: -5px !important; }

.m-n45 {
  margin: -5px !important; }

.mt-n45,
.my-n45 {
  margin-top: -5px !important; }

.mr-n45,
.mx-n45 {
  margin-right: -5px !important; }

.mb-n45,
.my-n45 {
  margin-bottom: -5px !important; }

.ml-n45,
.mx-n45 {
  margin-left: -5px !important; }

.m-n50 {
  margin: -5px !important; }

.mt-n50,
.my-n50 {
  margin-top: -5px !important; }

.mr-n50,
.mx-n50 {
  margin-right: -5px !important; }

.mb-n50,
.my-n50 {
  margin-bottom: -5px !important; }

.ml-n50,
.mx-n50 {
  margin-left: -5px !important; }

.m-n55 {
  margin: -5px !important; }

.mt-n55,
.my-n55 {
  margin-top: -5px !important; }

.mr-n55,
.mx-n55 {
  margin-right: -5px !important; }

.mb-n55,
.my-n55 {
  margin-bottom: -5px !important; }

.ml-n55,
.mx-n55 {
  margin-left: -5px !important; }

.m-n60 {
  margin: -5px !important; }

.mt-n60,
.my-n60 {
  margin-top: -5px !important; }

.mr-n60,
.mx-n60 {
  margin-right: -5px !important; }

.mb-n60,
.my-n60 {
  margin-bottom: -5px !important; }

.ml-n60,
.mx-n60 {
  margin-left: -5px !important; }

.m-n65 {
  margin: -5px !important; }

.mt-n65,
.my-n65 {
  margin-top: -5px !important; }

.mr-n65,
.mx-n65 {
  margin-right: -5px !important; }

.mb-n65,
.my-n65 {
  margin-bottom: -5px !important; }

.ml-n65,
.mx-n65 {
  margin-left: -5px !important; }

.m-n70 {
  margin: -5px !important; }

.mt-n70,
.my-n70 {
  margin-top: -5px !important; }

.mr-n70,
.mx-n70 {
  margin-right: -5px !important; }

.mb-n70,
.my-n70 {
  margin-bottom: -5px !important; }

.ml-n70,
.mx-n70 {
  margin-left: -5px !important; }

.m-n75 {
  margin: -5px !important; }

.mt-n75,
.my-n75 {
  margin-top: -5px !important; }

.mr-n75,
.mx-n75 {
  margin-right: -5px !important; }

.mb-n75,
.my-n75 {
  margin-bottom: -5px !important; }

.ml-n75,
.mx-n75 {
  margin-left: -5px !important; }

.m-n80 {
  margin: -5px !important; }

.mt-n80,
.my-n80 {
  margin-top: -5px !important; }

.mr-n80,
.mx-n80 {
  margin-right: -5px !important; }

.mb-n80,
.my-n80 {
  margin-bottom: -5px !important; }

.ml-n80,
.mx-n80 {
  margin-left: -5px !important; }

.m-n85 {
  margin: -5px !important; }

.mt-n85,
.my-n85 {
  margin-top: -5px !important; }

.mr-n85,
.mx-n85 {
  margin-right: -5px !important; }

.mb-n85,
.my-n85 {
  margin-bottom: -5px !important; }

.ml-n85,
.mx-n85 {
  margin-left: -5px !important; }

.m-n90 {
  margin: -5px !important; }

.mt-n90,
.my-n90 {
  margin-top: -5px !important; }

.mr-n90,
.mx-n90 {
  margin-right: -5px !important; }

.mb-n90,
.my-n90 {
  margin-bottom: -5px !important; }

.ml-n90,
.mx-n90 {
  margin-left: -5px !important; }

.m-n95 {
  margin: -5px !important; }

.mt-n95,
.my-n95 {
  margin-top: -5px !important; }

.mr-n95,
.mx-n95 {
  margin-right: -5px !important; }

.mb-n95,
.my-n95 {
  margin-bottom: -5px !important; }

.ml-n95,
.mx-n95 {
  margin-left: -5px !important; }

.m-n100 {
  margin: -5px !important; }

.mt-n100,
.my-n100 {
  margin-top: -5px !important; }

.mr-n100,
.mx-n100 {
  margin-right: -5px !important; }

.mb-n100,
.my-n100 {
  margin-bottom: -5px !important; }

.ml-n100,
.mx-n100 {
  margin-left: -5px !important; }

.m-n105 {
  margin: -5px !important; }

.mt-n105,
.my-n105 {
  margin-top: -5px !important; }

.mr-n105,
.mx-n105 {
  margin-right: -5px !important; }

.mb-n105,
.my-n105 {
  margin-bottom: -5px !important; }

.ml-n105,
.mx-n105 {
  margin-left: -5px !important; }

.m-n110 {
  margin: -5px !important; }

.mt-n110,
.my-n110 {
  margin-top: -5px !important; }

.mr-n110,
.mx-n110 {
  margin-right: -5px !important; }

.mb-n110,
.my-n110 {
  margin-bottom: -5px !important; }

.ml-n110,
.mx-n110 {
  margin-left: -5px !important; }

.m-n115 {
  margin: -5px !important; }

.mt-n115,
.my-n115 {
  margin-top: -5px !important; }

.mr-n115,
.mx-n115 {
  margin-right: -5px !important; }

.mb-n115,
.my-n115 {
  margin-bottom: -5px !important; }

.ml-n115,
.mx-n115 {
  margin-left: -5px !important; }

.m-n120 {
  margin: -5px !important; }

.mt-n120,
.my-n120 {
  margin-top: -5px !important; }

.mr-n120,
.mx-n120 {
  margin-right: -5px !important; }

.mb-n120,
.my-n120 {
  margin-bottom: -5px !important; }

.ml-n120,
.mx-n120 {
  margin-left: -5px !important; }

.m-n125 {
  margin: -5px !important; }

.mt-n125,
.my-n125 {
  margin-top: -5px !important; }

.mr-n125,
.mx-n125 {
  margin-right: -5px !important; }

.mb-n125,
.my-n125 {
  margin-bottom: -5px !important; }

.ml-n125,
.mx-n125 {
  margin-left: -5px !important; }

.m-n130 {
  margin: -5px !important; }

.mt-n130,
.my-n130 {
  margin-top: -5px !important; }

.mr-n130,
.mx-n130 {
  margin-right: -5px !important; }

.mb-n130,
.my-n130 {
  margin-bottom: -5px !important; }

.ml-n130,
.mx-n130 {
  margin-left: -5px !important; }

.m-n135 {
  margin: -5px !important; }

.mt-n135,
.my-n135 {
  margin-top: -5px !important; }

.mr-n135,
.mx-n135 {
  margin-right: -5px !important; }

.mb-n135,
.my-n135 {
  margin-bottom: -5px !important; }

.ml-n135,
.mx-n135 {
  margin-left: -5px !important; }

.m-n140 {
  margin: -5px !important; }

.mt-n140,
.my-n140 {
  margin-top: -5px !important; }

.mr-n140,
.mx-n140 {
  margin-right: -5px !important; }

.mb-n140,
.my-n140 {
  margin-bottom: -5px !important; }

.ml-n140,
.mx-n140 {
  margin-left: -5px !important; }

.m-n145 {
  margin: -5px !important; }

.mt-n145,
.my-n145 {
  margin-top: -5px !important; }

.mr-n145,
.mx-n145 {
  margin-right: -5px !important; }

.mb-n145,
.my-n145 {
  margin-bottom: -5px !important; }

.ml-n145,
.mx-n145 {
  margin-left: -5px !important; }

.m-n150 {
  margin: -5px !important; }

.mt-n150,
.my-n150 {
  margin-top: -5px !important; }

.mr-n150,
.mx-n150 {
  margin-right: -5px !important; }

.mb-n150,
.my-n150 {
  margin-bottom: -5px !important; }

.ml-n150,
.mx-n150 {
  margin-left: -5px !important; }

.m-n155 {
  margin: -5px !important; }

.mt-n155,
.my-n155 {
  margin-top: -5px !important; }

.mr-n155,
.mx-n155 {
  margin-right: -5px !important; }

.mb-n155,
.my-n155 {
  margin-bottom: -5px !important; }

.ml-n155,
.mx-n155 {
  margin-left: -5px !important; }

.m-n160 {
  margin: -5px !important; }

.mt-n160,
.my-n160 {
  margin-top: -5px !important; }

.mr-n160,
.mx-n160 {
  margin-right: -5px !important; }

.mb-n160,
.my-n160 {
  margin-bottom: -5px !important; }

.ml-n160,
.mx-n160 {
  margin-left: -5px !important; }

.m-n165 {
  margin: -5px !important; }

.mt-n165,
.my-n165 {
  margin-top: -5px !important; }

.mr-n165,
.mx-n165 {
  margin-right: -5px !important; }

.mb-n165,
.my-n165 {
  margin-bottom: -5px !important; }

.ml-n165,
.mx-n165 {
  margin-left: -5px !important; }

.m-n170 {
  margin: -5px !important; }

.mt-n170,
.my-n170 {
  margin-top: -5px !important; }

.mr-n170,
.mx-n170 {
  margin-right: -5px !important; }

.mb-n170,
.my-n170 {
  margin-bottom: -5px !important; }

.ml-n170,
.mx-n170 {
  margin-left: -5px !important; }

.m-n175 {
  margin: -5px !important; }

.mt-n175,
.my-n175 {
  margin-top: -5px !important; }

.mr-n175,
.mx-n175 {
  margin-right: -5px !important; }

.mb-n175,
.my-n175 {
  margin-bottom: -5px !important; }

.ml-n175,
.mx-n175 {
  margin-left: -5px !important; }

.m-n180 {
  margin: -5px !important; }

.mt-n180,
.my-n180 {
  margin-top: -5px !important; }

.mr-n180,
.mx-n180 {
  margin-right: -5px !important; }

.mb-n180,
.my-n180 {
  margin-bottom: -5px !important; }

.ml-n180,
.mx-n180 {
  margin-left: -5px !important; }

.m-n185 {
  margin: -5px !important; }

.mt-n185,
.my-n185 {
  margin-top: -5px !important; }

.mr-n185,
.mx-n185 {
  margin-right: -5px !important; }

.mb-n185,
.my-n185 {
  margin-bottom: -5px !important; }

.ml-n185,
.mx-n185 {
  margin-left: -5px !important; }

.m-n190 {
  margin: -5px !important; }

.mt-n190,
.my-n190 {
  margin-top: -5px !important; }

.mr-n190,
.mx-n190 {
  margin-right: -5px !important; }

.mb-n190,
.my-n190 {
  margin-bottom: -5px !important; }

.ml-n190,
.mx-n190 {
  margin-left: -5px !important; }

.m-n195 {
  margin: -5px !important; }

.mt-n195,
.my-n195 {
  margin-top: -5px !important; }

.mr-n195,
.mx-n195 {
  margin-right: -5px !important; }

.mb-n195,
.my-n195 {
  margin-bottom: -5px !important; }

.ml-n195,
.mx-n195 {
  margin-left: -5px !important; }

.m-n200 {
  margin: -5px !important; }

.mt-n200,
.my-n200 {
  margin-top: -5px !important; }

.mr-n200,
.mx-n200 {
  margin-right: -5px !important; }

.mb-n200,
.my-n200 {
  margin-bottom: -5px !important; }

.ml-n200,
.mx-n200 {
  margin-left: -5px !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 2.5px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 2.5px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 2.5px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 2.5px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 2.5px !important; }
  .m-sm-2 {
    margin: 5px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 5px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 5px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 5px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 5px !important; }
  .m-sm-3 {
    margin: 10px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 10px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 10px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 10px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 10px !important; }
  .m-sm-4 {
    margin: 15px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 15px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 15px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 15px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 15px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 25px !important; }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 25px !important; }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 25px !important; }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important; }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important; }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important; }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important; }
  .m-sm-35 {
    margin: 35px !important; }
  .mt-sm-35,
  .my-sm-35 {
    margin-top: 35px !important; }
  .mr-sm-35,
  .mx-sm-35 {
    margin-right: 35px !important; }
  .mb-sm-35,
  .my-sm-35 {
    margin-bottom: 35px !important; }
  .ml-sm-35,
  .mx-sm-35 {
    margin-left: 35px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important; }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important; }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important; }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important; }
  .m-sm-45 {
    margin: 45px !important; }
  .mt-sm-45,
  .my-sm-45 {
    margin-top: 45px !important; }
  .mr-sm-45,
  .mx-sm-45 {
    margin-right: 45px !important; }
  .mb-sm-45,
  .my-sm-45 {
    margin-bottom: 45px !important; }
  .ml-sm-45,
  .mx-sm-45 {
    margin-left: 45px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important; }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important; }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important; }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important; }
  .m-sm-55 {
    margin: 55px !important; }
  .mt-sm-55,
  .my-sm-55 {
    margin-top: 55px !important; }
  .mr-sm-55,
  .mx-sm-55 {
    margin-right: 55px !important; }
  .mb-sm-55,
  .my-sm-55 {
    margin-bottom: 55px !important; }
  .ml-sm-55,
  .mx-sm-55 {
    margin-left: 55px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important; }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important; }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important; }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important; }
  .m-sm-65 {
    margin: 65px !important; }
  .mt-sm-65,
  .my-sm-65 {
    margin-top: 65px !important; }
  .mr-sm-65,
  .mx-sm-65 {
    margin-right: 65px !important; }
  .mb-sm-65,
  .my-sm-65 {
    margin-bottom: 65px !important; }
  .ml-sm-65,
  .mx-sm-65 {
    margin-left: 65px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important; }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important; }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important; }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important; }
  .m-sm-75 {
    margin: 75px !important; }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 75px !important; }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 75px !important; }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 75px !important; }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 75px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important; }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important; }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important; }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important; }
  .m-sm-85 {
    margin: 85px !important; }
  .mt-sm-85,
  .my-sm-85 {
    margin-top: 85px !important; }
  .mr-sm-85,
  .mx-sm-85 {
    margin-right: 85px !important; }
  .mb-sm-85,
  .my-sm-85 {
    margin-bottom: 85px !important; }
  .ml-sm-85,
  .mx-sm-85 {
    margin-left: 85px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important; }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important; }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important; }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important; }
  .m-sm-95 {
    margin: 95px !important; }
  .mt-sm-95,
  .my-sm-95 {
    margin-top: 95px !important; }
  .mr-sm-95,
  .mx-sm-95 {
    margin-right: 95px !important; }
  .mb-sm-95,
  .my-sm-95 {
    margin-bottom: 95px !important; }
  .ml-sm-95,
  .mx-sm-95 {
    margin-left: 95px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important; }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important; }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important; }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important; }
  .m-sm-105 {
    margin: 105px !important; }
  .mt-sm-105,
  .my-sm-105 {
    margin-top: 105px !important; }
  .mr-sm-105,
  .mx-sm-105 {
    margin-right: 105px !important; }
  .mb-sm-105,
  .my-sm-105 {
    margin-bottom: 105px !important; }
  .ml-sm-105,
  .mx-sm-105 {
    margin-left: 105px !important; }
  .m-sm-110 {
    margin: 110px !important; }
  .mt-sm-110,
  .my-sm-110 {
    margin-top: 110px !important; }
  .mr-sm-110,
  .mx-sm-110 {
    margin-right: 110px !important; }
  .mb-sm-110,
  .my-sm-110 {
    margin-bottom: 110px !important; }
  .ml-sm-110,
  .mx-sm-110 {
    margin-left: 110px !important; }
  .m-sm-115 {
    margin: 115px !important; }
  .mt-sm-115,
  .my-sm-115 {
    margin-top: 115px !important; }
  .mr-sm-115,
  .mx-sm-115 {
    margin-right: 115px !important; }
  .mb-sm-115,
  .my-sm-115 {
    margin-bottom: 115px !important; }
  .ml-sm-115,
  .mx-sm-115 {
    margin-left: 115px !important; }
  .m-sm-120 {
    margin: 120px !important; }
  .mt-sm-120,
  .my-sm-120 {
    margin-top: 120px !important; }
  .mr-sm-120,
  .mx-sm-120 {
    margin-right: 120px !important; }
  .mb-sm-120,
  .my-sm-120 {
    margin-bottom: 120px !important; }
  .ml-sm-120,
  .mx-sm-120 {
    margin-left: 120px !important; }
  .m-sm-125 {
    margin: 125px !important; }
  .mt-sm-125,
  .my-sm-125 {
    margin-top: 125px !important; }
  .mr-sm-125,
  .mx-sm-125 {
    margin-right: 125px !important; }
  .mb-sm-125,
  .my-sm-125 {
    margin-bottom: 125px !important; }
  .ml-sm-125,
  .mx-sm-125 {
    margin-left: 125px !important; }
  .m-sm-130 {
    margin: 130px !important; }
  .mt-sm-130,
  .my-sm-130 {
    margin-top: 130px !important; }
  .mr-sm-130,
  .mx-sm-130 {
    margin-right: 130px !important; }
  .mb-sm-130,
  .my-sm-130 {
    margin-bottom: 130px !important; }
  .ml-sm-130,
  .mx-sm-130 {
    margin-left: 130px !important; }
  .m-sm-135 {
    margin: 135px !important; }
  .mt-sm-135,
  .my-sm-135 {
    margin-top: 135px !important; }
  .mr-sm-135,
  .mx-sm-135 {
    margin-right: 135px !important; }
  .mb-sm-135,
  .my-sm-135 {
    margin-bottom: 135px !important; }
  .ml-sm-135,
  .mx-sm-135 {
    margin-left: 135px !important; }
  .m-sm-140 {
    margin: 140px !important; }
  .mt-sm-140,
  .my-sm-140 {
    margin-top: 140px !important; }
  .mr-sm-140,
  .mx-sm-140 {
    margin-right: 140px !important; }
  .mb-sm-140,
  .my-sm-140 {
    margin-bottom: 140px !important; }
  .ml-sm-140,
  .mx-sm-140 {
    margin-left: 140px !important; }
  .m-sm-145 {
    margin: 145px !important; }
  .mt-sm-145,
  .my-sm-145 {
    margin-top: 145px !important; }
  .mr-sm-145,
  .mx-sm-145 {
    margin-right: 145px !important; }
  .mb-sm-145,
  .my-sm-145 {
    margin-bottom: 145px !important; }
  .ml-sm-145,
  .mx-sm-145 {
    margin-left: 145px !important; }
  .m-sm-150 {
    margin: 150px !important; }
  .mt-sm-150,
  .my-sm-150 {
    margin-top: 150px !important; }
  .mr-sm-150,
  .mx-sm-150 {
    margin-right: 150px !important; }
  .mb-sm-150,
  .my-sm-150 {
    margin-bottom: 150px !important; }
  .ml-sm-150,
  .mx-sm-150 {
    margin-left: 150px !important; }
  .m-sm-155 {
    margin: 155px !important; }
  .mt-sm-155,
  .my-sm-155 {
    margin-top: 155px !important; }
  .mr-sm-155,
  .mx-sm-155 {
    margin-right: 155px !important; }
  .mb-sm-155,
  .my-sm-155 {
    margin-bottom: 155px !important; }
  .ml-sm-155,
  .mx-sm-155 {
    margin-left: 155px !important; }
  .m-sm-160 {
    margin: 160px !important; }
  .mt-sm-160,
  .my-sm-160 {
    margin-top: 160px !important; }
  .mr-sm-160,
  .mx-sm-160 {
    margin-right: 160px !important; }
  .mb-sm-160,
  .my-sm-160 {
    margin-bottom: 160px !important; }
  .ml-sm-160,
  .mx-sm-160 {
    margin-left: 160px !important; }
  .m-sm-165 {
    margin: 165px !important; }
  .mt-sm-165,
  .my-sm-165 {
    margin-top: 165px !important; }
  .mr-sm-165,
  .mx-sm-165 {
    margin-right: 165px !important; }
  .mb-sm-165,
  .my-sm-165 {
    margin-bottom: 165px !important; }
  .ml-sm-165,
  .mx-sm-165 {
    margin-left: 165px !important; }
  .m-sm-170 {
    margin: 170px !important; }
  .mt-sm-170,
  .my-sm-170 {
    margin-top: 170px !important; }
  .mr-sm-170,
  .mx-sm-170 {
    margin-right: 170px !important; }
  .mb-sm-170,
  .my-sm-170 {
    margin-bottom: 170px !important; }
  .ml-sm-170,
  .mx-sm-170 {
    margin-left: 170px !important; }
  .m-sm-175 {
    margin: 175px !important; }
  .mt-sm-175,
  .my-sm-175 {
    margin-top: 175px !important; }
  .mr-sm-175,
  .mx-sm-175 {
    margin-right: 175px !important; }
  .mb-sm-175,
  .my-sm-175 {
    margin-bottom: 175px !important; }
  .ml-sm-175,
  .mx-sm-175 {
    margin-left: 175px !important; }
  .m-sm-180 {
    margin: 180px !important; }
  .mt-sm-180,
  .my-sm-180 {
    margin-top: 180px !important; }
  .mr-sm-180,
  .mx-sm-180 {
    margin-right: 180px !important; }
  .mb-sm-180,
  .my-sm-180 {
    margin-bottom: 180px !important; }
  .ml-sm-180,
  .mx-sm-180 {
    margin-left: 180px !important; }
  .m-sm-185 {
    margin: 185px !important; }
  .mt-sm-185,
  .my-sm-185 {
    margin-top: 185px !important; }
  .mr-sm-185,
  .mx-sm-185 {
    margin-right: 185px !important; }
  .mb-sm-185,
  .my-sm-185 {
    margin-bottom: 185px !important; }
  .ml-sm-185,
  .mx-sm-185 {
    margin-left: 185px !important; }
  .m-sm-190 {
    margin: 190px !important; }
  .mt-sm-190,
  .my-sm-190 {
    margin-top: 190px !important; }
  .mr-sm-190,
  .mx-sm-190 {
    margin-right: 190px !important; }
  .mb-sm-190,
  .my-sm-190 {
    margin-bottom: 190px !important; }
  .ml-sm-190,
  .mx-sm-190 {
    margin-left: 190px !important; }
  .m-sm-195 {
    margin: 195px !important; }
  .mt-sm-195,
  .my-sm-195 {
    margin-top: 195px !important; }
  .mr-sm-195,
  .mx-sm-195 {
    margin-right: 195px !important; }
  .mb-sm-195,
  .my-sm-195 {
    margin-bottom: 195px !important; }
  .ml-sm-195,
  .mx-sm-195 {
    margin-left: 195px !important; }
  .m-sm-200 {
    margin: 200px !important; }
  .mt-sm-200,
  .my-sm-200 {
    margin-top: 200px !important; }
  .mr-sm-200,
  .mx-sm-200 {
    margin-right: 200px !important; }
  .mb-sm-200,
  .my-sm-200 {
    margin-bottom: 200px !important; }
  .ml-sm-200,
  .mx-sm-200 {
    margin-left: 200px !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 2.5px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 2.5px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 2.5px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 2.5px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 2.5px !important; }
  .p-sm-2 {
    padding: 5px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 5px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 5px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 5px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 5px !important; }
  .p-sm-3 {
    padding: 10px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 10px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 10px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 10px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 10px !important; }
  .p-sm-4 {
    padding: 15px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 15px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 15px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 15px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 15px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 25px !important; }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 25px !important; }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 25px !important; }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important; }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important; }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important; }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important; }
  .p-sm-35 {
    padding: 35px !important; }
  .pt-sm-35,
  .py-sm-35 {
    padding-top: 35px !important; }
  .pr-sm-35,
  .px-sm-35 {
    padding-right: 35px !important; }
  .pb-sm-35,
  .py-sm-35 {
    padding-bottom: 35px !important; }
  .pl-sm-35,
  .px-sm-35 {
    padding-left: 35px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important; }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important; }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important; }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important; }
  .p-sm-45 {
    padding: 45px !important; }
  .pt-sm-45,
  .py-sm-45 {
    padding-top: 45px !important; }
  .pr-sm-45,
  .px-sm-45 {
    padding-right: 45px !important; }
  .pb-sm-45,
  .py-sm-45 {
    padding-bottom: 45px !important; }
  .pl-sm-45,
  .px-sm-45 {
    padding-left: 45px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important; }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important; }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important; }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important; }
  .p-sm-55 {
    padding: 55px !important; }
  .pt-sm-55,
  .py-sm-55 {
    padding-top: 55px !important; }
  .pr-sm-55,
  .px-sm-55 {
    padding-right: 55px !important; }
  .pb-sm-55,
  .py-sm-55 {
    padding-bottom: 55px !important; }
  .pl-sm-55,
  .px-sm-55 {
    padding-left: 55px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important; }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important; }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important; }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important; }
  .p-sm-65 {
    padding: 65px !important; }
  .pt-sm-65,
  .py-sm-65 {
    padding-top: 65px !important; }
  .pr-sm-65,
  .px-sm-65 {
    padding-right: 65px !important; }
  .pb-sm-65,
  .py-sm-65 {
    padding-bottom: 65px !important; }
  .pl-sm-65,
  .px-sm-65 {
    padding-left: 65px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important; }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important; }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important; }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important; }
  .p-sm-75 {
    padding: 75px !important; }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 75px !important; }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 75px !important; }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 75px !important; }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 75px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important; }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important; }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important; }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important; }
  .p-sm-85 {
    padding: 85px !important; }
  .pt-sm-85,
  .py-sm-85 {
    padding-top: 85px !important; }
  .pr-sm-85,
  .px-sm-85 {
    padding-right: 85px !important; }
  .pb-sm-85,
  .py-sm-85 {
    padding-bottom: 85px !important; }
  .pl-sm-85,
  .px-sm-85 {
    padding-left: 85px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important; }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important; }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important; }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important; }
  .p-sm-95 {
    padding: 95px !important; }
  .pt-sm-95,
  .py-sm-95 {
    padding-top: 95px !important; }
  .pr-sm-95,
  .px-sm-95 {
    padding-right: 95px !important; }
  .pb-sm-95,
  .py-sm-95 {
    padding-bottom: 95px !important; }
  .pl-sm-95,
  .px-sm-95 {
    padding-left: 95px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important; }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important; }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important; }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important; }
  .p-sm-105 {
    padding: 105px !important; }
  .pt-sm-105,
  .py-sm-105 {
    padding-top: 105px !important; }
  .pr-sm-105,
  .px-sm-105 {
    padding-right: 105px !important; }
  .pb-sm-105,
  .py-sm-105 {
    padding-bottom: 105px !important; }
  .pl-sm-105,
  .px-sm-105 {
    padding-left: 105px !important; }
  .p-sm-110 {
    padding: 110px !important; }
  .pt-sm-110,
  .py-sm-110 {
    padding-top: 110px !important; }
  .pr-sm-110,
  .px-sm-110 {
    padding-right: 110px !important; }
  .pb-sm-110,
  .py-sm-110 {
    padding-bottom: 110px !important; }
  .pl-sm-110,
  .px-sm-110 {
    padding-left: 110px !important; }
  .p-sm-115 {
    padding: 115px !important; }
  .pt-sm-115,
  .py-sm-115 {
    padding-top: 115px !important; }
  .pr-sm-115,
  .px-sm-115 {
    padding-right: 115px !important; }
  .pb-sm-115,
  .py-sm-115 {
    padding-bottom: 115px !important; }
  .pl-sm-115,
  .px-sm-115 {
    padding-left: 115px !important; }
  .p-sm-120 {
    padding: 120px !important; }
  .pt-sm-120,
  .py-sm-120 {
    padding-top: 120px !important; }
  .pr-sm-120,
  .px-sm-120 {
    padding-right: 120px !important; }
  .pb-sm-120,
  .py-sm-120 {
    padding-bottom: 120px !important; }
  .pl-sm-120,
  .px-sm-120 {
    padding-left: 120px !important; }
  .p-sm-125 {
    padding: 125px !important; }
  .pt-sm-125,
  .py-sm-125 {
    padding-top: 125px !important; }
  .pr-sm-125,
  .px-sm-125 {
    padding-right: 125px !important; }
  .pb-sm-125,
  .py-sm-125 {
    padding-bottom: 125px !important; }
  .pl-sm-125,
  .px-sm-125 {
    padding-left: 125px !important; }
  .p-sm-130 {
    padding: 130px !important; }
  .pt-sm-130,
  .py-sm-130 {
    padding-top: 130px !important; }
  .pr-sm-130,
  .px-sm-130 {
    padding-right: 130px !important; }
  .pb-sm-130,
  .py-sm-130 {
    padding-bottom: 130px !important; }
  .pl-sm-130,
  .px-sm-130 {
    padding-left: 130px !important; }
  .p-sm-135 {
    padding: 135px !important; }
  .pt-sm-135,
  .py-sm-135 {
    padding-top: 135px !important; }
  .pr-sm-135,
  .px-sm-135 {
    padding-right: 135px !important; }
  .pb-sm-135,
  .py-sm-135 {
    padding-bottom: 135px !important; }
  .pl-sm-135,
  .px-sm-135 {
    padding-left: 135px !important; }
  .p-sm-140 {
    padding: 140px !important; }
  .pt-sm-140,
  .py-sm-140 {
    padding-top: 140px !important; }
  .pr-sm-140,
  .px-sm-140 {
    padding-right: 140px !important; }
  .pb-sm-140,
  .py-sm-140 {
    padding-bottom: 140px !important; }
  .pl-sm-140,
  .px-sm-140 {
    padding-left: 140px !important; }
  .p-sm-145 {
    padding: 145px !important; }
  .pt-sm-145,
  .py-sm-145 {
    padding-top: 145px !important; }
  .pr-sm-145,
  .px-sm-145 {
    padding-right: 145px !important; }
  .pb-sm-145,
  .py-sm-145 {
    padding-bottom: 145px !important; }
  .pl-sm-145,
  .px-sm-145 {
    padding-left: 145px !important; }
  .p-sm-150 {
    padding: 150px !important; }
  .pt-sm-150,
  .py-sm-150 {
    padding-top: 150px !important; }
  .pr-sm-150,
  .px-sm-150 {
    padding-right: 150px !important; }
  .pb-sm-150,
  .py-sm-150 {
    padding-bottom: 150px !important; }
  .pl-sm-150,
  .px-sm-150 {
    padding-left: 150px !important; }
  .p-sm-155 {
    padding: 155px !important; }
  .pt-sm-155,
  .py-sm-155 {
    padding-top: 155px !important; }
  .pr-sm-155,
  .px-sm-155 {
    padding-right: 155px !important; }
  .pb-sm-155,
  .py-sm-155 {
    padding-bottom: 155px !important; }
  .pl-sm-155,
  .px-sm-155 {
    padding-left: 155px !important; }
  .p-sm-160 {
    padding: 160px !important; }
  .pt-sm-160,
  .py-sm-160 {
    padding-top: 160px !important; }
  .pr-sm-160,
  .px-sm-160 {
    padding-right: 160px !important; }
  .pb-sm-160,
  .py-sm-160 {
    padding-bottom: 160px !important; }
  .pl-sm-160,
  .px-sm-160 {
    padding-left: 160px !important; }
  .p-sm-165 {
    padding: 165px !important; }
  .pt-sm-165,
  .py-sm-165 {
    padding-top: 165px !important; }
  .pr-sm-165,
  .px-sm-165 {
    padding-right: 165px !important; }
  .pb-sm-165,
  .py-sm-165 {
    padding-bottom: 165px !important; }
  .pl-sm-165,
  .px-sm-165 {
    padding-left: 165px !important; }
  .p-sm-170 {
    padding: 170px !important; }
  .pt-sm-170,
  .py-sm-170 {
    padding-top: 170px !important; }
  .pr-sm-170,
  .px-sm-170 {
    padding-right: 170px !important; }
  .pb-sm-170,
  .py-sm-170 {
    padding-bottom: 170px !important; }
  .pl-sm-170,
  .px-sm-170 {
    padding-left: 170px !important; }
  .p-sm-175 {
    padding: 175px !important; }
  .pt-sm-175,
  .py-sm-175 {
    padding-top: 175px !important; }
  .pr-sm-175,
  .px-sm-175 {
    padding-right: 175px !important; }
  .pb-sm-175,
  .py-sm-175 {
    padding-bottom: 175px !important; }
  .pl-sm-175,
  .px-sm-175 {
    padding-left: 175px !important; }
  .p-sm-180 {
    padding: 180px !important; }
  .pt-sm-180,
  .py-sm-180 {
    padding-top: 180px !important; }
  .pr-sm-180,
  .px-sm-180 {
    padding-right: 180px !important; }
  .pb-sm-180,
  .py-sm-180 {
    padding-bottom: 180px !important; }
  .pl-sm-180,
  .px-sm-180 {
    padding-left: 180px !important; }
  .p-sm-185 {
    padding: 185px !important; }
  .pt-sm-185,
  .py-sm-185 {
    padding-top: 185px !important; }
  .pr-sm-185,
  .px-sm-185 {
    padding-right: 185px !important; }
  .pb-sm-185,
  .py-sm-185 {
    padding-bottom: 185px !important; }
  .pl-sm-185,
  .px-sm-185 {
    padding-left: 185px !important; }
  .p-sm-190 {
    padding: 190px !important; }
  .pt-sm-190,
  .py-sm-190 {
    padding-top: 190px !important; }
  .pr-sm-190,
  .px-sm-190 {
    padding-right: 190px !important; }
  .pb-sm-190,
  .py-sm-190 {
    padding-bottom: 190px !important; }
  .pl-sm-190,
  .px-sm-190 {
    padding-left: 190px !important; }
  .p-sm-195 {
    padding: 195px !important; }
  .pt-sm-195,
  .py-sm-195 {
    padding-top: 195px !important; }
  .pr-sm-195,
  .px-sm-195 {
    padding-right: 195px !important; }
  .pb-sm-195,
  .py-sm-195 {
    padding-bottom: 195px !important; }
  .pl-sm-195,
  .px-sm-195 {
    padding-left: 195px !important; }
  .p-sm-200 {
    padding: 200px !important; }
  .pt-sm-200,
  .py-sm-200 {
    padding-top: 200px !important; }
  .pr-sm-200,
  .px-sm-200 {
    padding-right: 200px !important; }
  .pb-sm-200,
  .py-sm-200 {
    padding-bottom: 200px !important; }
  .pl-sm-200,
  .px-sm-200 {
    padding-left: 200px !important; }
  .m-sm-n1 {
    margin: -5px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -5px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -5px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -5px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -5px !important; }
  .m-sm-n2 {
    margin: -5px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -5px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -5px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -5px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -5px !important; }
  .m-sm-n3 {
    margin: -5px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -5px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -5px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -5px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -5px !important; }
  .m-sm-n4 {
    margin: -5px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -5px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -5px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -5px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -5px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n10 {
    margin: -5px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5px !important; }
  .m-sm-n15 {
    margin: -5px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -5px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -5px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -5px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -5px !important; }
  .m-sm-n20 {
    margin: -5px !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -5px !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -5px !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -5px !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -5px !important; }
  .m-sm-n25 {
    margin: -5px !important; }
  .mt-sm-n25,
  .my-sm-n25 {
    margin-top: -5px !important; }
  .mr-sm-n25,
  .mx-sm-n25 {
    margin-right: -5px !important; }
  .mb-sm-n25,
  .my-sm-n25 {
    margin-bottom: -5px !important; }
  .ml-sm-n25,
  .mx-sm-n25 {
    margin-left: -5px !important; }
  .m-sm-n30 {
    margin: -5px !important; }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -5px !important; }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -5px !important; }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -5px !important; }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -5px !important; }
  .m-sm-n35 {
    margin: -5px !important; }
  .mt-sm-n35,
  .my-sm-n35 {
    margin-top: -5px !important; }
  .mr-sm-n35,
  .mx-sm-n35 {
    margin-right: -5px !important; }
  .mb-sm-n35,
  .my-sm-n35 {
    margin-bottom: -5px !important; }
  .ml-sm-n35,
  .mx-sm-n35 {
    margin-left: -5px !important; }
  .m-sm-n40 {
    margin: -5px !important; }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -5px !important; }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -5px !important; }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -5px !important; }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -5px !important; }
  .m-sm-n45 {
    margin: -5px !important; }
  .mt-sm-n45,
  .my-sm-n45 {
    margin-top: -5px !important; }
  .mr-sm-n45,
  .mx-sm-n45 {
    margin-right: -5px !important; }
  .mb-sm-n45,
  .my-sm-n45 {
    margin-bottom: -5px !important; }
  .ml-sm-n45,
  .mx-sm-n45 {
    margin-left: -5px !important; }
  .m-sm-n50 {
    margin: -5px !important; }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5px !important; }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5px !important; }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5px !important; }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5px !important; }
  .m-sm-n55 {
    margin: -5px !important; }
  .mt-sm-n55,
  .my-sm-n55 {
    margin-top: -5px !important; }
  .mr-sm-n55,
  .mx-sm-n55 {
    margin-right: -5px !important; }
  .mb-sm-n55,
  .my-sm-n55 {
    margin-bottom: -5px !important; }
  .ml-sm-n55,
  .mx-sm-n55 {
    margin-left: -5px !important; }
  .m-sm-n60 {
    margin: -5px !important; }
  .mt-sm-n60,
  .my-sm-n60 {
    margin-top: -5px !important; }
  .mr-sm-n60,
  .mx-sm-n60 {
    margin-right: -5px !important; }
  .mb-sm-n60,
  .my-sm-n60 {
    margin-bottom: -5px !important; }
  .ml-sm-n60,
  .mx-sm-n60 {
    margin-left: -5px !important; }
  .m-sm-n65 {
    margin: -5px !important; }
  .mt-sm-n65,
  .my-sm-n65 {
    margin-top: -5px !important; }
  .mr-sm-n65,
  .mx-sm-n65 {
    margin-right: -5px !important; }
  .mb-sm-n65,
  .my-sm-n65 {
    margin-bottom: -5px !important; }
  .ml-sm-n65,
  .mx-sm-n65 {
    margin-left: -5px !important; }
  .m-sm-n70 {
    margin: -5px !important; }
  .mt-sm-n70,
  .my-sm-n70 {
    margin-top: -5px !important; }
  .mr-sm-n70,
  .mx-sm-n70 {
    margin-right: -5px !important; }
  .mb-sm-n70,
  .my-sm-n70 {
    margin-bottom: -5px !important; }
  .ml-sm-n70,
  .mx-sm-n70 {
    margin-left: -5px !important; }
  .m-sm-n75 {
    margin: -5px !important; }
  .mt-sm-n75,
  .my-sm-n75 {
    margin-top: -5px !important; }
  .mr-sm-n75,
  .mx-sm-n75 {
    margin-right: -5px !important; }
  .mb-sm-n75,
  .my-sm-n75 {
    margin-bottom: -5px !important; }
  .ml-sm-n75,
  .mx-sm-n75 {
    margin-left: -5px !important; }
  .m-sm-n80 {
    margin: -5px !important; }
  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -5px !important; }
  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -5px !important; }
  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -5px !important; }
  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -5px !important; }
  .m-sm-n85 {
    margin: -5px !important; }
  .mt-sm-n85,
  .my-sm-n85 {
    margin-top: -5px !important; }
  .mr-sm-n85,
  .mx-sm-n85 {
    margin-right: -5px !important; }
  .mb-sm-n85,
  .my-sm-n85 {
    margin-bottom: -5px !important; }
  .ml-sm-n85,
  .mx-sm-n85 {
    margin-left: -5px !important; }
  .m-sm-n90 {
    margin: -5px !important; }
  .mt-sm-n90,
  .my-sm-n90 {
    margin-top: -5px !important; }
  .mr-sm-n90,
  .mx-sm-n90 {
    margin-right: -5px !important; }
  .mb-sm-n90,
  .my-sm-n90 {
    margin-bottom: -5px !important; }
  .ml-sm-n90,
  .mx-sm-n90 {
    margin-left: -5px !important; }
  .m-sm-n95 {
    margin: -5px !important; }
  .mt-sm-n95,
  .my-sm-n95 {
    margin-top: -5px !important; }
  .mr-sm-n95,
  .mx-sm-n95 {
    margin-right: -5px !important; }
  .mb-sm-n95,
  .my-sm-n95 {
    margin-bottom: -5px !important; }
  .ml-sm-n95,
  .mx-sm-n95 {
    margin-left: -5px !important; }
  .m-sm-n100 {
    margin: -5px !important; }
  .mt-sm-n100,
  .my-sm-n100 {
    margin-top: -5px !important; }
  .mr-sm-n100,
  .mx-sm-n100 {
    margin-right: -5px !important; }
  .mb-sm-n100,
  .my-sm-n100 {
    margin-bottom: -5px !important; }
  .ml-sm-n100,
  .mx-sm-n100 {
    margin-left: -5px !important; }
  .m-sm-n105 {
    margin: -5px !important; }
  .mt-sm-n105,
  .my-sm-n105 {
    margin-top: -5px !important; }
  .mr-sm-n105,
  .mx-sm-n105 {
    margin-right: -5px !important; }
  .mb-sm-n105,
  .my-sm-n105 {
    margin-bottom: -5px !important; }
  .ml-sm-n105,
  .mx-sm-n105 {
    margin-left: -5px !important; }
  .m-sm-n110 {
    margin: -5px !important; }
  .mt-sm-n110,
  .my-sm-n110 {
    margin-top: -5px !important; }
  .mr-sm-n110,
  .mx-sm-n110 {
    margin-right: -5px !important; }
  .mb-sm-n110,
  .my-sm-n110 {
    margin-bottom: -5px !important; }
  .ml-sm-n110,
  .mx-sm-n110 {
    margin-left: -5px !important; }
  .m-sm-n115 {
    margin: -5px !important; }
  .mt-sm-n115,
  .my-sm-n115 {
    margin-top: -5px !important; }
  .mr-sm-n115,
  .mx-sm-n115 {
    margin-right: -5px !important; }
  .mb-sm-n115,
  .my-sm-n115 {
    margin-bottom: -5px !important; }
  .ml-sm-n115,
  .mx-sm-n115 {
    margin-left: -5px !important; }
  .m-sm-n120 {
    margin: -5px !important; }
  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -5px !important; }
  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -5px !important; }
  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -5px !important; }
  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -5px !important; }
  .m-sm-n125 {
    margin: -5px !important; }
  .mt-sm-n125,
  .my-sm-n125 {
    margin-top: -5px !important; }
  .mr-sm-n125,
  .mx-sm-n125 {
    margin-right: -5px !important; }
  .mb-sm-n125,
  .my-sm-n125 {
    margin-bottom: -5px !important; }
  .ml-sm-n125,
  .mx-sm-n125 {
    margin-left: -5px !important; }
  .m-sm-n130 {
    margin: -5px !important; }
  .mt-sm-n130,
  .my-sm-n130 {
    margin-top: -5px !important; }
  .mr-sm-n130,
  .mx-sm-n130 {
    margin-right: -5px !important; }
  .mb-sm-n130,
  .my-sm-n130 {
    margin-bottom: -5px !important; }
  .ml-sm-n130,
  .mx-sm-n130 {
    margin-left: -5px !important; }
  .m-sm-n135 {
    margin: -5px !important; }
  .mt-sm-n135,
  .my-sm-n135 {
    margin-top: -5px !important; }
  .mr-sm-n135,
  .mx-sm-n135 {
    margin-right: -5px !important; }
  .mb-sm-n135,
  .my-sm-n135 {
    margin-bottom: -5px !important; }
  .ml-sm-n135,
  .mx-sm-n135 {
    margin-left: -5px !important; }
  .m-sm-n140 {
    margin: -5px !important; }
  .mt-sm-n140,
  .my-sm-n140 {
    margin-top: -5px !important; }
  .mr-sm-n140,
  .mx-sm-n140 {
    margin-right: -5px !important; }
  .mb-sm-n140,
  .my-sm-n140 {
    margin-bottom: -5px !important; }
  .ml-sm-n140,
  .mx-sm-n140 {
    margin-left: -5px !important; }
  .m-sm-n145 {
    margin: -5px !important; }
  .mt-sm-n145,
  .my-sm-n145 {
    margin-top: -5px !important; }
  .mr-sm-n145,
  .mx-sm-n145 {
    margin-right: -5px !important; }
  .mb-sm-n145,
  .my-sm-n145 {
    margin-bottom: -5px !important; }
  .ml-sm-n145,
  .mx-sm-n145 {
    margin-left: -5px !important; }
  .m-sm-n150 {
    margin: -5px !important; }
  .mt-sm-n150,
  .my-sm-n150 {
    margin-top: -5px !important; }
  .mr-sm-n150,
  .mx-sm-n150 {
    margin-right: -5px !important; }
  .mb-sm-n150,
  .my-sm-n150 {
    margin-bottom: -5px !important; }
  .ml-sm-n150,
  .mx-sm-n150 {
    margin-left: -5px !important; }
  .m-sm-n155 {
    margin: -5px !important; }
  .mt-sm-n155,
  .my-sm-n155 {
    margin-top: -5px !important; }
  .mr-sm-n155,
  .mx-sm-n155 {
    margin-right: -5px !important; }
  .mb-sm-n155,
  .my-sm-n155 {
    margin-bottom: -5px !important; }
  .ml-sm-n155,
  .mx-sm-n155 {
    margin-left: -5px !important; }
  .m-sm-n160 {
    margin: -5px !important; }
  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -5px !important; }
  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -5px !important; }
  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -5px !important; }
  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -5px !important; }
  .m-sm-n165 {
    margin: -5px !important; }
  .mt-sm-n165,
  .my-sm-n165 {
    margin-top: -5px !important; }
  .mr-sm-n165,
  .mx-sm-n165 {
    margin-right: -5px !important; }
  .mb-sm-n165,
  .my-sm-n165 {
    margin-bottom: -5px !important; }
  .ml-sm-n165,
  .mx-sm-n165 {
    margin-left: -5px !important; }
  .m-sm-n170 {
    margin: -5px !important; }
  .mt-sm-n170,
  .my-sm-n170 {
    margin-top: -5px !important; }
  .mr-sm-n170,
  .mx-sm-n170 {
    margin-right: -5px !important; }
  .mb-sm-n170,
  .my-sm-n170 {
    margin-bottom: -5px !important; }
  .ml-sm-n170,
  .mx-sm-n170 {
    margin-left: -5px !important; }
  .m-sm-n175 {
    margin: -5px !important; }
  .mt-sm-n175,
  .my-sm-n175 {
    margin-top: -5px !important; }
  .mr-sm-n175,
  .mx-sm-n175 {
    margin-right: -5px !important; }
  .mb-sm-n175,
  .my-sm-n175 {
    margin-bottom: -5px !important; }
  .ml-sm-n175,
  .mx-sm-n175 {
    margin-left: -5px !important; }
  .m-sm-n180 {
    margin: -5px !important; }
  .mt-sm-n180,
  .my-sm-n180 {
    margin-top: -5px !important; }
  .mr-sm-n180,
  .mx-sm-n180 {
    margin-right: -5px !important; }
  .mb-sm-n180,
  .my-sm-n180 {
    margin-bottom: -5px !important; }
  .ml-sm-n180,
  .mx-sm-n180 {
    margin-left: -5px !important; }
  .m-sm-n185 {
    margin: -5px !important; }
  .mt-sm-n185,
  .my-sm-n185 {
    margin-top: -5px !important; }
  .mr-sm-n185,
  .mx-sm-n185 {
    margin-right: -5px !important; }
  .mb-sm-n185,
  .my-sm-n185 {
    margin-bottom: -5px !important; }
  .ml-sm-n185,
  .mx-sm-n185 {
    margin-left: -5px !important; }
  .m-sm-n190 {
    margin: -5px !important; }
  .mt-sm-n190,
  .my-sm-n190 {
    margin-top: -5px !important; }
  .mr-sm-n190,
  .mx-sm-n190 {
    margin-right: -5px !important; }
  .mb-sm-n190,
  .my-sm-n190 {
    margin-bottom: -5px !important; }
  .ml-sm-n190,
  .mx-sm-n190 {
    margin-left: -5px !important; }
  .m-sm-n195 {
    margin: -5px !important; }
  .mt-sm-n195,
  .my-sm-n195 {
    margin-top: -5px !important; }
  .mr-sm-n195,
  .mx-sm-n195 {
    margin-right: -5px !important; }
  .mb-sm-n195,
  .my-sm-n195 {
    margin-bottom: -5px !important; }
  .ml-sm-n195,
  .mx-sm-n195 {
    margin-left: -5px !important; }
  .m-sm-n200 {
    margin: -5px !important; }
  .mt-sm-n200,
  .my-sm-n200 {
    margin-top: -5px !important; }
  .mr-sm-n200,
  .mx-sm-n200 {
    margin-right: -5px !important; }
  .mb-sm-n200,
  .my-sm-n200 {
    margin-bottom: -5px !important; }
  .ml-sm-n200,
  .mx-sm-n200 {
    margin-left: -5px !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 2.5px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 2.5px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 2.5px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 2.5px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 2.5px !important; }
  .m-md-2 {
    margin: 5px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 5px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 5px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 5px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 5px !important; }
  .m-md-3 {
    margin: 10px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 10px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 10px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 10px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 10px !important; }
  .m-md-4 {
    margin: 15px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 15px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 15px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 15px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 15px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .mt-md-25,
  .my-md-25 {
    margin-top: 25px !important; }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 25px !important; }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 25px !important; }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important; }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important; }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important; }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important; }
  .m-md-35 {
    margin: 35px !important; }
  .mt-md-35,
  .my-md-35 {
    margin-top: 35px !important; }
  .mr-md-35,
  .mx-md-35 {
    margin-right: 35px !important; }
  .mb-md-35,
  .my-md-35 {
    margin-bottom: 35px !important; }
  .ml-md-35,
  .mx-md-35 {
    margin-left: 35px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important; }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important; }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important; }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important; }
  .m-md-45 {
    margin: 45px !important; }
  .mt-md-45,
  .my-md-45 {
    margin-top: 45px !important; }
  .mr-md-45,
  .mx-md-45 {
    margin-right: 45px !important; }
  .mb-md-45,
  .my-md-45 {
    margin-bottom: 45px !important; }
  .ml-md-45,
  .mx-md-45 {
    margin-left: 45px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important; }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important; }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important; }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important; }
  .m-md-55 {
    margin: 55px !important; }
  .mt-md-55,
  .my-md-55 {
    margin-top: 55px !important; }
  .mr-md-55,
  .mx-md-55 {
    margin-right: 55px !important; }
  .mb-md-55,
  .my-md-55 {
    margin-bottom: 55px !important; }
  .ml-md-55,
  .mx-md-55 {
    margin-left: 55px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important; }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important; }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important; }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important; }
  .m-md-65 {
    margin: 65px !important; }
  .mt-md-65,
  .my-md-65 {
    margin-top: 65px !important; }
  .mr-md-65,
  .mx-md-65 {
    margin-right: 65px !important; }
  .mb-md-65,
  .my-md-65 {
    margin-bottom: 65px !important; }
  .ml-md-65,
  .mx-md-65 {
    margin-left: 65px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important; }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important; }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important; }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important; }
  .m-md-75 {
    margin: 75px !important; }
  .mt-md-75,
  .my-md-75 {
    margin-top: 75px !important; }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 75px !important; }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 75px !important; }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 75px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important; }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important; }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important; }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important; }
  .m-md-85 {
    margin: 85px !important; }
  .mt-md-85,
  .my-md-85 {
    margin-top: 85px !important; }
  .mr-md-85,
  .mx-md-85 {
    margin-right: 85px !important; }
  .mb-md-85,
  .my-md-85 {
    margin-bottom: 85px !important; }
  .ml-md-85,
  .mx-md-85 {
    margin-left: 85px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important; }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important; }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important; }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important; }
  .m-md-95 {
    margin: 95px !important; }
  .mt-md-95,
  .my-md-95 {
    margin-top: 95px !important; }
  .mr-md-95,
  .mx-md-95 {
    margin-right: 95px !important; }
  .mb-md-95,
  .my-md-95 {
    margin-bottom: 95px !important; }
  .ml-md-95,
  .mx-md-95 {
    margin-left: 95px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important; }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important; }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important; }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important; }
  .m-md-105 {
    margin: 105px !important; }
  .mt-md-105,
  .my-md-105 {
    margin-top: 105px !important; }
  .mr-md-105,
  .mx-md-105 {
    margin-right: 105px !important; }
  .mb-md-105,
  .my-md-105 {
    margin-bottom: 105px !important; }
  .ml-md-105,
  .mx-md-105 {
    margin-left: 105px !important; }
  .m-md-110 {
    margin: 110px !important; }
  .mt-md-110,
  .my-md-110 {
    margin-top: 110px !important; }
  .mr-md-110,
  .mx-md-110 {
    margin-right: 110px !important; }
  .mb-md-110,
  .my-md-110 {
    margin-bottom: 110px !important; }
  .ml-md-110,
  .mx-md-110 {
    margin-left: 110px !important; }
  .m-md-115 {
    margin: 115px !important; }
  .mt-md-115,
  .my-md-115 {
    margin-top: 115px !important; }
  .mr-md-115,
  .mx-md-115 {
    margin-right: 115px !important; }
  .mb-md-115,
  .my-md-115 {
    margin-bottom: 115px !important; }
  .ml-md-115,
  .mx-md-115 {
    margin-left: 115px !important; }
  .m-md-120 {
    margin: 120px !important; }
  .mt-md-120,
  .my-md-120 {
    margin-top: 120px !important; }
  .mr-md-120,
  .mx-md-120 {
    margin-right: 120px !important; }
  .mb-md-120,
  .my-md-120 {
    margin-bottom: 120px !important; }
  .ml-md-120,
  .mx-md-120 {
    margin-left: 120px !important; }
  .m-md-125 {
    margin: 125px !important; }
  .mt-md-125,
  .my-md-125 {
    margin-top: 125px !important; }
  .mr-md-125,
  .mx-md-125 {
    margin-right: 125px !important; }
  .mb-md-125,
  .my-md-125 {
    margin-bottom: 125px !important; }
  .ml-md-125,
  .mx-md-125 {
    margin-left: 125px !important; }
  .m-md-130 {
    margin: 130px !important; }
  .mt-md-130,
  .my-md-130 {
    margin-top: 130px !important; }
  .mr-md-130,
  .mx-md-130 {
    margin-right: 130px !important; }
  .mb-md-130,
  .my-md-130 {
    margin-bottom: 130px !important; }
  .ml-md-130,
  .mx-md-130 {
    margin-left: 130px !important; }
  .m-md-135 {
    margin: 135px !important; }
  .mt-md-135,
  .my-md-135 {
    margin-top: 135px !important; }
  .mr-md-135,
  .mx-md-135 {
    margin-right: 135px !important; }
  .mb-md-135,
  .my-md-135 {
    margin-bottom: 135px !important; }
  .ml-md-135,
  .mx-md-135 {
    margin-left: 135px !important; }
  .m-md-140 {
    margin: 140px !important; }
  .mt-md-140,
  .my-md-140 {
    margin-top: 140px !important; }
  .mr-md-140,
  .mx-md-140 {
    margin-right: 140px !important; }
  .mb-md-140,
  .my-md-140 {
    margin-bottom: 140px !important; }
  .ml-md-140,
  .mx-md-140 {
    margin-left: 140px !important; }
  .m-md-145 {
    margin: 145px !important; }
  .mt-md-145,
  .my-md-145 {
    margin-top: 145px !important; }
  .mr-md-145,
  .mx-md-145 {
    margin-right: 145px !important; }
  .mb-md-145,
  .my-md-145 {
    margin-bottom: 145px !important; }
  .ml-md-145,
  .mx-md-145 {
    margin-left: 145px !important; }
  .m-md-150 {
    margin: 150px !important; }
  .mt-md-150,
  .my-md-150 {
    margin-top: 150px !important; }
  .mr-md-150,
  .mx-md-150 {
    margin-right: 150px !important; }
  .mb-md-150,
  .my-md-150 {
    margin-bottom: 150px !important; }
  .ml-md-150,
  .mx-md-150 {
    margin-left: 150px !important; }
  .m-md-155 {
    margin: 155px !important; }
  .mt-md-155,
  .my-md-155 {
    margin-top: 155px !important; }
  .mr-md-155,
  .mx-md-155 {
    margin-right: 155px !important; }
  .mb-md-155,
  .my-md-155 {
    margin-bottom: 155px !important; }
  .ml-md-155,
  .mx-md-155 {
    margin-left: 155px !important; }
  .m-md-160 {
    margin: 160px !important; }
  .mt-md-160,
  .my-md-160 {
    margin-top: 160px !important; }
  .mr-md-160,
  .mx-md-160 {
    margin-right: 160px !important; }
  .mb-md-160,
  .my-md-160 {
    margin-bottom: 160px !important; }
  .ml-md-160,
  .mx-md-160 {
    margin-left: 160px !important; }
  .m-md-165 {
    margin: 165px !important; }
  .mt-md-165,
  .my-md-165 {
    margin-top: 165px !important; }
  .mr-md-165,
  .mx-md-165 {
    margin-right: 165px !important; }
  .mb-md-165,
  .my-md-165 {
    margin-bottom: 165px !important; }
  .ml-md-165,
  .mx-md-165 {
    margin-left: 165px !important; }
  .m-md-170 {
    margin: 170px !important; }
  .mt-md-170,
  .my-md-170 {
    margin-top: 170px !important; }
  .mr-md-170,
  .mx-md-170 {
    margin-right: 170px !important; }
  .mb-md-170,
  .my-md-170 {
    margin-bottom: 170px !important; }
  .ml-md-170,
  .mx-md-170 {
    margin-left: 170px !important; }
  .m-md-175 {
    margin: 175px !important; }
  .mt-md-175,
  .my-md-175 {
    margin-top: 175px !important; }
  .mr-md-175,
  .mx-md-175 {
    margin-right: 175px !important; }
  .mb-md-175,
  .my-md-175 {
    margin-bottom: 175px !important; }
  .ml-md-175,
  .mx-md-175 {
    margin-left: 175px !important; }
  .m-md-180 {
    margin: 180px !important; }
  .mt-md-180,
  .my-md-180 {
    margin-top: 180px !important; }
  .mr-md-180,
  .mx-md-180 {
    margin-right: 180px !important; }
  .mb-md-180,
  .my-md-180 {
    margin-bottom: 180px !important; }
  .ml-md-180,
  .mx-md-180 {
    margin-left: 180px !important; }
  .m-md-185 {
    margin: 185px !important; }
  .mt-md-185,
  .my-md-185 {
    margin-top: 185px !important; }
  .mr-md-185,
  .mx-md-185 {
    margin-right: 185px !important; }
  .mb-md-185,
  .my-md-185 {
    margin-bottom: 185px !important; }
  .ml-md-185,
  .mx-md-185 {
    margin-left: 185px !important; }
  .m-md-190 {
    margin: 190px !important; }
  .mt-md-190,
  .my-md-190 {
    margin-top: 190px !important; }
  .mr-md-190,
  .mx-md-190 {
    margin-right: 190px !important; }
  .mb-md-190,
  .my-md-190 {
    margin-bottom: 190px !important; }
  .ml-md-190,
  .mx-md-190 {
    margin-left: 190px !important; }
  .m-md-195 {
    margin: 195px !important; }
  .mt-md-195,
  .my-md-195 {
    margin-top: 195px !important; }
  .mr-md-195,
  .mx-md-195 {
    margin-right: 195px !important; }
  .mb-md-195,
  .my-md-195 {
    margin-bottom: 195px !important; }
  .ml-md-195,
  .mx-md-195 {
    margin-left: 195px !important; }
  .m-md-200 {
    margin: 200px !important; }
  .mt-md-200,
  .my-md-200 {
    margin-top: 200px !important; }
  .mr-md-200,
  .mx-md-200 {
    margin-right: 200px !important; }
  .mb-md-200,
  .my-md-200 {
    margin-bottom: 200px !important; }
  .ml-md-200,
  .mx-md-200 {
    margin-left: 200px !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 2.5px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 2.5px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 2.5px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 2.5px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 2.5px !important; }
  .p-md-2 {
    padding: 5px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 5px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 5px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 5px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 5px !important; }
  .p-md-3 {
    padding: 10px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 10px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 10px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 10px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 10px !important; }
  .p-md-4 {
    padding: 15px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 15px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 15px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 15px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 15px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .pt-md-25,
  .py-md-25 {
    padding-top: 25px !important; }
  .pr-md-25,
  .px-md-25 {
    padding-right: 25px !important; }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 25px !important; }
  .pl-md-25,
  .px-md-25 {
    padding-left: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important; }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important; }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important; }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important; }
  .p-md-35 {
    padding: 35px !important; }
  .pt-md-35,
  .py-md-35 {
    padding-top: 35px !important; }
  .pr-md-35,
  .px-md-35 {
    padding-right: 35px !important; }
  .pb-md-35,
  .py-md-35 {
    padding-bottom: 35px !important; }
  .pl-md-35,
  .px-md-35 {
    padding-left: 35px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important; }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important; }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important; }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important; }
  .p-md-45 {
    padding: 45px !important; }
  .pt-md-45,
  .py-md-45 {
    padding-top: 45px !important; }
  .pr-md-45,
  .px-md-45 {
    padding-right: 45px !important; }
  .pb-md-45,
  .py-md-45 {
    padding-bottom: 45px !important; }
  .pl-md-45,
  .px-md-45 {
    padding-left: 45px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important; }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important; }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important; }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important; }
  .p-md-55 {
    padding: 55px !important; }
  .pt-md-55,
  .py-md-55 {
    padding-top: 55px !important; }
  .pr-md-55,
  .px-md-55 {
    padding-right: 55px !important; }
  .pb-md-55,
  .py-md-55 {
    padding-bottom: 55px !important; }
  .pl-md-55,
  .px-md-55 {
    padding-left: 55px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important; }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important; }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important; }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important; }
  .p-md-65 {
    padding: 65px !important; }
  .pt-md-65,
  .py-md-65 {
    padding-top: 65px !important; }
  .pr-md-65,
  .px-md-65 {
    padding-right: 65px !important; }
  .pb-md-65,
  .py-md-65 {
    padding-bottom: 65px !important; }
  .pl-md-65,
  .px-md-65 {
    padding-left: 65px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important; }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important; }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important; }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important; }
  .p-md-75 {
    padding: 75px !important; }
  .pt-md-75,
  .py-md-75 {
    padding-top: 75px !important; }
  .pr-md-75,
  .px-md-75 {
    padding-right: 75px !important; }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 75px !important; }
  .pl-md-75,
  .px-md-75 {
    padding-left: 75px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important; }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important; }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important; }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important; }
  .p-md-85 {
    padding: 85px !important; }
  .pt-md-85,
  .py-md-85 {
    padding-top: 85px !important; }
  .pr-md-85,
  .px-md-85 {
    padding-right: 85px !important; }
  .pb-md-85,
  .py-md-85 {
    padding-bottom: 85px !important; }
  .pl-md-85,
  .px-md-85 {
    padding-left: 85px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important; }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important; }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important; }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important; }
  .p-md-95 {
    padding: 95px !important; }
  .pt-md-95,
  .py-md-95 {
    padding-top: 95px !important; }
  .pr-md-95,
  .px-md-95 {
    padding-right: 95px !important; }
  .pb-md-95,
  .py-md-95 {
    padding-bottom: 95px !important; }
  .pl-md-95,
  .px-md-95 {
    padding-left: 95px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important; }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important; }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important; }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important; }
  .p-md-105 {
    padding: 105px !important; }
  .pt-md-105,
  .py-md-105 {
    padding-top: 105px !important; }
  .pr-md-105,
  .px-md-105 {
    padding-right: 105px !important; }
  .pb-md-105,
  .py-md-105 {
    padding-bottom: 105px !important; }
  .pl-md-105,
  .px-md-105 {
    padding-left: 105px !important; }
  .p-md-110 {
    padding: 110px !important; }
  .pt-md-110,
  .py-md-110 {
    padding-top: 110px !important; }
  .pr-md-110,
  .px-md-110 {
    padding-right: 110px !important; }
  .pb-md-110,
  .py-md-110 {
    padding-bottom: 110px !important; }
  .pl-md-110,
  .px-md-110 {
    padding-left: 110px !important; }
  .p-md-115 {
    padding: 115px !important; }
  .pt-md-115,
  .py-md-115 {
    padding-top: 115px !important; }
  .pr-md-115,
  .px-md-115 {
    padding-right: 115px !important; }
  .pb-md-115,
  .py-md-115 {
    padding-bottom: 115px !important; }
  .pl-md-115,
  .px-md-115 {
    padding-left: 115px !important; }
  .p-md-120 {
    padding: 120px !important; }
  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important; }
  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important; }
  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important; }
  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important; }
  .p-md-125 {
    padding: 125px !important; }
  .pt-md-125,
  .py-md-125 {
    padding-top: 125px !important; }
  .pr-md-125,
  .px-md-125 {
    padding-right: 125px !important; }
  .pb-md-125,
  .py-md-125 {
    padding-bottom: 125px !important; }
  .pl-md-125,
  .px-md-125 {
    padding-left: 125px !important; }
  .p-md-130 {
    padding: 130px !important; }
  .pt-md-130,
  .py-md-130 {
    padding-top: 130px !important; }
  .pr-md-130,
  .px-md-130 {
    padding-right: 130px !important; }
  .pb-md-130,
  .py-md-130 {
    padding-bottom: 130px !important; }
  .pl-md-130,
  .px-md-130 {
    padding-left: 130px !important; }
  .p-md-135 {
    padding: 135px !important; }
  .pt-md-135,
  .py-md-135 {
    padding-top: 135px !important; }
  .pr-md-135,
  .px-md-135 {
    padding-right: 135px !important; }
  .pb-md-135,
  .py-md-135 {
    padding-bottom: 135px !important; }
  .pl-md-135,
  .px-md-135 {
    padding-left: 135px !important; }
  .p-md-140 {
    padding: 140px !important; }
  .pt-md-140,
  .py-md-140 {
    padding-top: 140px !important; }
  .pr-md-140,
  .px-md-140 {
    padding-right: 140px !important; }
  .pb-md-140,
  .py-md-140 {
    padding-bottom: 140px !important; }
  .pl-md-140,
  .px-md-140 {
    padding-left: 140px !important; }
  .p-md-145 {
    padding: 145px !important; }
  .pt-md-145,
  .py-md-145 {
    padding-top: 145px !important; }
  .pr-md-145,
  .px-md-145 {
    padding-right: 145px !important; }
  .pb-md-145,
  .py-md-145 {
    padding-bottom: 145px !important; }
  .pl-md-145,
  .px-md-145 {
    padding-left: 145px !important; }
  .p-md-150 {
    padding: 150px !important; }
  .pt-md-150,
  .py-md-150 {
    padding-top: 150px !important; }
  .pr-md-150,
  .px-md-150 {
    padding-right: 150px !important; }
  .pb-md-150,
  .py-md-150 {
    padding-bottom: 150px !important; }
  .pl-md-150,
  .px-md-150 {
    padding-left: 150px !important; }
  .p-md-155 {
    padding: 155px !important; }
  .pt-md-155,
  .py-md-155 {
    padding-top: 155px !important; }
  .pr-md-155,
  .px-md-155 {
    padding-right: 155px !important; }
  .pb-md-155,
  .py-md-155 {
    padding-bottom: 155px !important; }
  .pl-md-155,
  .px-md-155 {
    padding-left: 155px !important; }
  .p-md-160 {
    padding: 160px !important; }
  .pt-md-160,
  .py-md-160 {
    padding-top: 160px !important; }
  .pr-md-160,
  .px-md-160 {
    padding-right: 160px !important; }
  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px !important; }
  .pl-md-160,
  .px-md-160 {
    padding-left: 160px !important; }
  .p-md-165 {
    padding: 165px !important; }
  .pt-md-165,
  .py-md-165 {
    padding-top: 165px !important; }
  .pr-md-165,
  .px-md-165 {
    padding-right: 165px !important; }
  .pb-md-165,
  .py-md-165 {
    padding-bottom: 165px !important; }
  .pl-md-165,
  .px-md-165 {
    padding-left: 165px !important; }
  .p-md-170 {
    padding: 170px !important; }
  .pt-md-170,
  .py-md-170 {
    padding-top: 170px !important; }
  .pr-md-170,
  .px-md-170 {
    padding-right: 170px !important; }
  .pb-md-170,
  .py-md-170 {
    padding-bottom: 170px !important; }
  .pl-md-170,
  .px-md-170 {
    padding-left: 170px !important; }
  .p-md-175 {
    padding: 175px !important; }
  .pt-md-175,
  .py-md-175 {
    padding-top: 175px !important; }
  .pr-md-175,
  .px-md-175 {
    padding-right: 175px !important; }
  .pb-md-175,
  .py-md-175 {
    padding-bottom: 175px !important; }
  .pl-md-175,
  .px-md-175 {
    padding-left: 175px !important; }
  .p-md-180 {
    padding: 180px !important; }
  .pt-md-180,
  .py-md-180 {
    padding-top: 180px !important; }
  .pr-md-180,
  .px-md-180 {
    padding-right: 180px !important; }
  .pb-md-180,
  .py-md-180 {
    padding-bottom: 180px !important; }
  .pl-md-180,
  .px-md-180 {
    padding-left: 180px !important; }
  .p-md-185 {
    padding: 185px !important; }
  .pt-md-185,
  .py-md-185 {
    padding-top: 185px !important; }
  .pr-md-185,
  .px-md-185 {
    padding-right: 185px !important; }
  .pb-md-185,
  .py-md-185 {
    padding-bottom: 185px !important; }
  .pl-md-185,
  .px-md-185 {
    padding-left: 185px !important; }
  .p-md-190 {
    padding: 190px !important; }
  .pt-md-190,
  .py-md-190 {
    padding-top: 190px !important; }
  .pr-md-190,
  .px-md-190 {
    padding-right: 190px !important; }
  .pb-md-190,
  .py-md-190 {
    padding-bottom: 190px !important; }
  .pl-md-190,
  .px-md-190 {
    padding-left: 190px !important; }
  .p-md-195 {
    padding: 195px !important; }
  .pt-md-195,
  .py-md-195 {
    padding-top: 195px !important; }
  .pr-md-195,
  .px-md-195 {
    padding-right: 195px !important; }
  .pb-md-195,
  .py-md-195 {
    padding-bottom: 195px !important; }
  .pl-md-195,
  .px-md-195 {
    padding-left: 195px !important; }
  .p-md-200 {
    padding: 200px !important; }
  .pt-md-200,
  .py-md-200 {
    padding-top: 200px !important; }
  .pr-md-200,
  .px-md-200 {
    padding-right: 200px !important; }
  .pb-md-200,
  .py-md-200 {
    padding-bottom: 200px !important; }
  .pl-md-200,
  .px-md-200 {
    padding-left: 200px !important; }
  .m-md-n1 {
    margin: -5px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -5px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -5px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -5px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -5px !important; }
  .m-md-n2 {
    margin: -5px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -5px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -5px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -5px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -5px !important; }
  .m-md-n3 {
    margin: -5px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -5px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -5px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -5px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -5px !important; }
  .m-md-n4 {
    margin: -5px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -5px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -5px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -5px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -5px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n10 {
    margin: -5px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5px !important; }
  .m-md-n15 {
    margin: -5px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -5px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -5px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -5px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -5px !important; }
  .m-md-n20 {
    margin: -5px !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -5px !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -5px !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -5px !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -5px !important; }
  .m-md-n25 {
    margin: -5px !important; }
  .mt-md-n25,
  .my-md-n25 {
    margin-top: -5px !important; }
  .mr-md-n25,
  .mx-md-n25 {
    margin-right: -5px !important; }
  .mb-md-n25,
  .my-md-n25 {
    margin-bottom: -5px !important; }
  .ml-md-n25,
  .mx-md-n25 {
    margin-left: -5px !important; }
  .m-md-n30 {
    margin: -5px !important; }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -5px !important; }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -5px !important; }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -5px !important; }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -5px !important; }
  .m-md-n35 {
    margin: -5px !important; }
  .mt-md-n35,
  .my-md-n35 {
    margin-top: -5px !important; }
  .mr-md-n35,
  .mx-md-n35 {
    margin-right: -5px !important; }
  .mb-md-n35,
  .my-md-n35 {
    margin-bottom: -5px !important; }
  .ml-md-n35,
  .mx-md-n35 {
    margin-left: -5px !important; }
  .m-md-n40 {
    margin: -5px !important; }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -5px !important; }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -5px !important; }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -5px !important; }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -5px !important; }
  .m-md-n45 {
    margin: -5px !important; }
  .mt-md-n45,
  .my-md-n45 {
    margin-top: -5px !important; }
  .mr-md-n45,
  .mx-md-n45 {
    margin-right: -5px !important; }
  .mb-md-n45,
  .my-md-n45 {
    margin-bottom: -5px !important; }
  .ml-md-n45,
  .mx-md-n45 {
    margin-left: -5px !important; }
  .m-md-n50 {
    margin: -5px !important; }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5px !important; }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5px !important; }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5px !important; }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5px !important; }
  .m-md-n55 {
    margin: -5px !important; }
  .mt-md-n55,
  .my-md-n55 {
    margin-top: -5px !important; }
  .mr-md-n55,
  .mx-md-n55 {
    margin-right: -5px !important; }
  .mb-md-n55,
  .my-md-n55 {
    margin-bottom: -5px !important; }
  .ml-md-n55,
  .mx-md-n55 {
    margin-left: -5px !important; }
  .m-md-n60 {
    margin: -5px !important; }
  .mt-md-n60,
  .my-md-n60 {
    margin-top: -5px !important; }
  .mr-md-n60,
  .mx-md-n60 {
    margin-right: -5px !important; }
  .mb-md-n60,
  .my-md-n60 {
    margin-bottom: -5px !important; }
  .ml-md-n60,
  .mx-md-n60 {
    margin-left: -5px !important; }
  .m-md-n65 {
    margin: -5px !important; }
  .mt-md-n65,
  .my-md-n65 {
    margin-top: -5px !important; }
  .mr-md-n65,
  .mx-md-n65 {
    margin-right: -5px !important; }
  .mb-md-n65,
  .my-md-n65 {
    margin-bottom: -5px !important; }
  .ml-md-n65,
  .mx-md-n65 {
    margin-left: -5px !important; }
  .m-md-n70 {
    margin: -5px !important; }
  .mt-md-n70,
  .my-md-n70 {
    margin-top: -5px !important; }
  .mr-md-n70,
  .mx-md-n70 {
    margin-right: -5px !important; }
  .mb-md-n70,
  .my-md-n70 {
    margin-bottom: -5px !important; }
  .ml-md-n70,
  .mx-md-n70 {
    margin-left: -5px !important; }
  .m-md-n75 {
    margin: -5px !important; }
  .mt-md-n75,
  .my-md-n75 {
    margin-top: -5px !important; }
  .mr-md-n75,
  .mx-md-n75 {
    margin-right: -5px !important; }
  .mb-md-n75,
  .my-md-n75 {
    margin-bottom: -5px !important; }
  .ml-md-n75,
  .mx-md-n75 {
    margin-left: -5px !important; }
  .m-md-n80 {
    margin: -5px !important; }
  .mt-md-n80,
  .my-md-n80 {
    margin-top: -5px !important; }
  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -5px !important; }
  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -5px !important; }
  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -5px !important; }
  .m-md-n85 {
    margin: -5px !important; }
  .mt-md-n85,
  .my-md-n85 {
    margin-top: -5px !important; }
  .mr-md-n85,
  .mx-md-n85 {
    margin-right: -5px !important; }
  .mb-md-n85,
  .my-md-n85 {
    margin-bottom: -5px !important; }
  .ml-md-n85,
  .mx-md-n85 {
    margin-left: -5px !important; }
  .m-md-n90 {
    margin: -5px !important; }
  .mt-md-n90,
  .my-md-n90 {
    margin-top: -5px !important; }
  .mr-md-n90,
  .mx-md-n90 {
    margin-right: -5px !important; }
  .mb-md-n90,
  .my-md-n90 {
    margin-bottom: -5px !important; }
  .ml-md-n90,
  .mx-md-n90 {
    margin-left: -5px !important; }
  .m-md-n95 {
    margin: -5px !important; }
  .mt-md-n95,
  .my-md-n95 {
    margin-top: -5px !important; }
  .mr-md-n95,
  .mx-md-n95 {
    margin-right: -5px !important; }
  .mb-md-n95,
  .my-md-n95 {
    margin-bottom: -5px !important; }
  .ml-md-n95,
  .mx-md-n95 {
    margin-left: -5px !important; }
  .m-md-n100 {
    margin: -5px !important; }
  .mt-md-n100,
  .my-md-n100 {
    margin-top: -5px !important; }
  .mr-md-n100,
  .mx-md-n100 {
    margin-right: -5px !important; }
  .mb-md-n100,
  .my-md-n100 {
    margin-bottom: -5px !important; }
  .ml-md-n100,
  .mx-md-n100 {
    margin-left: -5px !important; }
  .m-md-n105 {
    margin: -5px !important; }
  .mt-md-n105,
  .my-md-n105 {
    margin-top: -5px !important; }
  .mr-md-n105,
  .mx-md-n105 {
    margin-right: -5px !important; }
  .mb-md-n105,
  .my-md-n105 {
    margin-bottom: -5px !important; }
  .ml-md-n105,
  .mx-md-n105 {
    margin-left: -5px !important; }
  .m-md-n110 {
    margin: -5px !important; }
  .mt-md-n110,
  .my-md-n110 {
    margin-top: -5px !important; }
  .mr-md-n110,
  .mx-md-n110 {
    margin-right: -5px !important; }
  .mb-md-n110,
  .my-md-n110 {
    margin-bottom: -5px !important; }
  .ml-md-n110,
  .mx-md-n110 {
    margin-left: -5px !important; }
  .m-md-n115 {
    margin: -5px !important; }
  .mt-md-n115,
  .my-md-n115 {
    margin-top: -5px !important; }
  .mr-md-n115,
  .mx-md-n115 {
    margin-right: -5px !important; }
  .mb-md-n115,
  .my-md-n115 {
    margin-bottom: -5px !important; }
  .ml-md-n115,
  .mx-md-n115 {
    margin-left: -5px !important; }
  .m-md-n120 {
    margin: -5px !important; }
  .mt-md-n120,
  .my-md-n120 {
    margin-top: -5px !important; }
  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -5px !important; }
  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -5px !important; }
  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -5px !important; }
  .m-md-n125 {
    margin: -5px !important; }
  .mt-md-n125,
  .my-md-n125 {
    margin-top: -5px !important; }
  .mr-md-n125,
  .mx-md-n125 {
    margin-right: -5px !important; }
  .mb-md-n125,
  .my-md-n125 {
    margin-bottom: -5px !important; }
  .ml-md-n125,
  .mx-md-n125 {
    margin-left: -5px !important; }
  .m-md-n130 {
    margin: -5px !important; }
  .mt-md-n130,
  .my-md-n130 {
    margin-top: -5px !important; }
  .mr-md-n130,
  .mx-md-n130 {
    margin-right: -5px !important; }
  .mb-md-n130,
  .my-md-n130 {
    margin-bottom: -5px !important; }
  .ml-md-n130,
  .mx-md-n130 {
    margin-left: -5px !important; }
  .m-md-n135 {
    margin: -5px !important; }
  .mt-md-n135,
  .my-md-n135 {
    margin-top: -5px !important; }
  .mr-md-n135,
  .mx-md-n135 {
    margin-right: -5px !important; }
  .mb-md-n135,
  .my-md-n135 {
    margin-bottom: -5px !important; }
  .ml-md-n135,
  .mx-md-n135 {
    margin-left: -5px !important; }
  .m-md-n140 {
    margin: -5px !important; }
  .mt-md-n140,
  .my-md-n140 {
    margin-top: -5px !important; }
  .mr-md-n140,
  .mx-md-n140 {
    margin-right: -5px !important; }
  .mb-md-n140,
  .my-md-n140 {
    margin-bottom: -5px !important; }
  .ml-md-n140,
  .mx-md-n140 {
    margin-left: -5px !important; }
  .m-md-n145 {
    margin: -5px !important; }
  .mt-md-n145,
  .my-md-n145 {
    margin-top: -5px !important; }
  .mr-md-n145,
  .mx-md-n145 {
    margin-right: -5px !important; }
  .mb-md-n145,
  .my-md-n145 {
    margin-bottom: -5px !important; }
  .ml-md-n145,
  .mx-md-n145 {
    margin-left: -5px !important; }
  .m-md-n150 {
    margin: -5px !important; }
  .mt-md-n150,
  .my-md-n150 {
    margin-top: -5px !important; }
  .mr-md-n150,
  .mx-md-n150 {
    margin-right: -5px !important; }
  .mb-md-n150,
  .my-md-n150 {
    margin-bottom: -5px !important; }
  .ml-md-n150,
  .mx-md-n150 {
    margin-left: -5px !important; }
  .m-md-n155 {
    margin: -5px !important; }
  .mt-md-n155,
  .my-md-n155 {
    margin-top: -5px !important; }
  .mr-md-n155,
  .mx-md-n155 {
    margin-right: -5px !important; }
  .mb-md-n155,
  .my-md-n155 {
    margin-bottom: -5px !important; }
  .ml-md-n155,
  .mx-md-n155 {
    margin-left: -5px !important; }
  .m-md-n160 {
    margin: -5px !important; }
  .mt-md-n160,
  .my-md-n160 {
    margin-top: -5px !important; }
  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -5px !important; }
  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -5px !important; }
  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -5px !important; }
  .m-md-n165 {
    margin: -5px !important; }
  .mt-md-n165,
  .my-md-n165 {
    margin-top: -5px !important; }
  .mr-md-n165,
  .mx-md-n165 {
    margin-right: -5px !important; }
  .mb-md-n165,
  .my-md-n165 {
    margin-bottom: -5px !important; }
  .ml-md-n165,
  .mx-md-n165 {
    margin-left: -5px !important; }
  .m-md-n170 {
    margin: -5px !important; }
  .mt-md-n170,
  .my-md-n170 {
    margin-top: -5px !important; }
  .mr-md-n170,
  .mx-md-n170 {
    margin-right: -5px !important; }
  .mb-md-n170,
  .my-md-n170 {
    margin-bottom: -5px !important; }
  .ml-md-n170,
  .mx-md-n170 {
    margin-left: -5px !important; }
  .m-md-n175 {
    margin: -5px !important; }
  .mt-md-n175,
  .my-md-n175 {
    margin-top: -5px !important; }
  .mr-md-n175,
  .mx-md-n175 {
    margin-right: -5px !important; }
  .mb-md-n175,
  .my-md-n175 {
    margin-bottom: -5px !important; }
  .ml-md-n175,
  .mx-md-n175 {
    margin-left: -5px !important; }
  .m-md-n180 {
    margin: -5px !important; }
  .mt-md-n180,
  .my-md-n180 {
    margin-top: -5px !important; }
  .mr-md-n180,
  .mx-md-n180 {
    margin-right: -5px !important; }
  .mb-md-n180,
  .my-md-n180 {
    margin-bottom: -5px !important; }
  .ml-md-n180,
  .mx-md-n180 {
    margin-left: -5px !important; }
  .m-md-n185 {
    margin: -5px !important; }
  .mt-md-n185,
  .my-md-n185 {
    margin-top: -5px !important; }
  .mr-md-n185,
  .mx-md-n185 {
    margin-right: -5px !important; }
  .mb-md-n185,
  .my-md-n185 {
    margin-bottom: -5px !important; }
  .ml-md-n185,
  .mx-md-n185 {
    margin-left: -5px !important; }
  .m-md-n190 {
    margin: -5px !important; }
  .mt-md-n190,
  .my-md-n190 {
    margin-top: -5px !important; }
  .mr-md-n190,
  .mx-md-n190 {
    margin-right: -5px !important; }
  .mb-md-n190,
  .my-md-n190 {
    margin-bottom: -5px !important; }
  .ml-md-n190,
  .mx-md-n190 {
    margin-left: -5px !important; }
  .m-md-n195 {
    margin: -5px !important; }
  .mt-md-n195,
  .my-md-n195 {
    margin-top: -5px !important; }
  .mr-md-n195,
  .mx-md-n195 {
    margin-right: -5px !important; }
  .mb-md-n195,
  .my-md-n195 {
    margin-bottom: -5px !important; }
  .ml-md-n195,
  .mx-md-n195 {
    margin-left: -5px !important; }
  .m-md-n200 {
    margin: -5px !important; }
  .mt-md-n200,
  .my-md-n200 {
    margin-top: -5px !important; }
  .mr-md-n200,
  .mx-md-n200 {
    margin-right: -5px !important; }
  .mb-md-n200,
  .my-md-n200 {
    margin-bottom: -5px !important; }
  .ml-md-n200,
  .mx-md-n200 {
    margin-left: -5px !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 2.5px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 2.5px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 2.5px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 2.5px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 2.5px !important; }
  .m-lg-2 {
    margin: 5px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 5px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 5px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 5px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 5px !important; }
  .m-lg-3 {
    margin: 10px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 10px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 10px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 10px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 10px !important; }
  .m-lg-4 {
    margin: 15px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 15px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 15px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 15px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 15px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 25px !important; }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 25px !important; }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 25px !important; }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important; }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important; }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important; }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important; }
  .m-lg-35 {
    margin: 35px !important; }
  .mt-lg-35,
  .my-lg-35 {
    margin-top: 35px !important; }
  .mr-lg-35,
  .mx-lg-35 {
    margin-right: 35px !important; }
  .mb-lg-35,
  .my-lg-35 {
    margin-bottom: 35px !important; }
  .ml-lg-35,
  .mx-lg-35 {
    margin-left: 35px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important; }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important; }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important; }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important; }
  .m-lg-45 {
    margin: 45px !important; }
  .mt-lg-45,
  .my-lg-45 {
    margin-top: 45px !important; }
  .mr-lg-45,
  .mx-lg-45 {
    margin-right: 45px !important; }
  .mb-lg-45,
  .my-lg-45 {
    margin-bottom: 45px !important; }
  .ml-lg-45,
  .mx-lg-45 {
    margin-left: 45px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important; }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important; }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important; }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important; }
  .m-lg-55 {
    margin: 55px !important; }
  .mt-lg-55,
  .my-lg-55 {
    margin-top: 55px !important; }
  .mr-lg-55,
  .mx-lg-55 {
    margin-right: 55px !important; }
  .mb-lg-55,
  .my-lg-55 {
    margin-bottom: 55px !important; }
  .ml-lg-55,
  .mx-lg-55 {
    margin-left: 55px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important; }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important; }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important; }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important; }
  .m-lg-65 {
    margin: 65px !important; }
  .mt-lg-65,
  .my-lg-65 {
    margin-top: 65px !important; }
  .mr-lg-65,
  .mx-lg-65 {
    margin-right: 65px !important; }
  .mb-lg-65,
  .my-lg-65 {
    margin-bottom: 65px !important; }
  .ml-lg-65,
  .mx-lg-65 {
    margin-left: 65px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important; }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important; }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important; }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important; }
  .m-lg-75 {
    margin: 75px !important; }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 75px !important; }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 75px !important; }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 75px !important; }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 75px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important; }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important; }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important; }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important; }
  .m-lg-85 {
    margin: 85px !important; }
  .mt-lg-85,
  .my-lg-85 {
    margin-top: 85px !important; }
  .mr-lg-85,
  .mx-lg-85 {
    margin-right: 85px !important; }
  .mb-lg-85,
  .my-lg-85 {
    margin-bottom: 85px !important; }
  .ml-lg-85,
  .mx-lg-85 {
    margin-left: 85px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important; }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important; }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important; }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important; }
  .m-lg-95 {
    margin: 95px !important; }
  .mt-lg-95,
  .my-lg-95 {
    margin-top: 95px !important; }
  .mr-lg-95,
  .mx-lg-95 {
    margin-right: 95px !important; }
  .mb-lg-95,
  .my-lg-95 {
    margin-bottom: 95px !important; }
  .ml-lg-95,
  .mx-lg-95 {
    margin-left: 95px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important; }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important; }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important; }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important; }
  .m-lg-105 {
    margin: 105px !important; }
  .mt-lg-105,
  .my-lg-105 {
    margin-top: 105px !important; }
  .mr-lg-105,
  .mx-lg-105 {
    margin-right: 105px !important; }
  .mb-lg-105,
  .my-lg-105 {
    margin-bottom: 105px !important; }
  .ml-lg-105,
  .mx-lg-105 {
    margin-left: 105px !important; }
  .m-lg-110 {
    margin: 110px !important; }
  .mt-lg-110,
  .my-lg-110 {
    margin-top: 110px !important; }
  .mr-lg-110,
  .mx-lg-110 {
    margin-right: 110px !important; }
  .mb-lg-110,
  .my-lg-110 {
    margin-bottom: 110px !important; }
  .ml-lg-110,
  .mx-lg-110 {
    margin-left: 110px !important; }
  .m-lg-115 {
    margin: 115px !important; }
  .mt-lg-115,
  .my-lg-115 {
    margin-top: 115px !important; }
  .mr-lg-115,
  .mx-lg-115 {
    margin-right: 115px !important; }
  .mb-lg-115,
  .my-lg-115 {
    margin-bottom: 115px !important; }
  .ml-lg-115,
  .mx-lg-115 {
    margin-left: 115px !important; }
  .m-lg-120 {
    margin: 120px !important; }
  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important; }
  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important; }
  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important; }
  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important; }
  .m-lg-125 {
    margin: 125px !important; }
  .mt-lg-125,
  .my-lg-125 {
    margin-top: 125px !important; }
  .mr-lg-125,
  .mx-lg-125 {
    margin-right: 125px !important; }
  .mb-lg-125,
  .my-lg-125 {
    margin-bottom: 125px !important; }
  .ml-lg-125,
  .mx-lg-125 {
    margin-left: 125px !important; }
  .m-lg-130 {
    margin: 130px !important; }
  .mt-lg-130,
  .my-lg-130 {
    margin-top: 130px !important; }
  .mr-lg-130,
  .mx-lg-130 {
    margin-right: 130px !important; }
  .mb-lg-130,
  .my-lg-130 {
    margin-bottom: 130px !important; }
  .ml-lg-130,
  .mx-lg-130 {
    margin-left: 130px !important; }
  .m-lg-135 {
    margin: 135px !important; }
  .mt-lg-135,
  .my-lg-135 {
    margin-top: 135px !important; }
  .mr-lg-135,
  .mx-lg-135 {
    margin-right: 135px !important; }
  .mb-lg-135,
  .my-lg-135 {
    margin-bottom: 135px !important; }
  .ml-lg-135,
  .mx-lg-135 {
    margin-left: 135px !important; }
  .m-lg-140 {
    margin: 140px !important; }
  .mt-lg-140,
  .my-lg-140 {
    margin-top: 140px !important; }
  .mr-lg-140,
  .mx-lg-140 {
    margin-right: 140px !important; }
  .mb-lg-140,
  .my-lg-140 {
    margin-bottom: 140px !important; }
  .ml-lg-140,
  .mx-lg-140 {
    margin-left: 140px !important; }
  .m-lg-145 {
    margin: 145px !important; }
  .mt-lg-145,
  .my-lg-145 {
    margin-top: 145px !important; }
  .mr-lg-145,
  .mx-lg-145 {
    margin-right: 145px !important; }
  .mb-lg-145,
  .my-lg-145 {
    margin-bottom: 145px !important; }
  .ml-lg-145,
  .mx-lg-145 {
    margin-left: 145px !important; }
  .m-lg-150 {
    margin: 150px !important; }
  .mt-lg-150,
  .my-lg-150 {
    margin-top: 150px !important; }
  .mr-lg-150,
  .mx-lg-150 {
    margin-right: 150px !important; }
  .mb-lg-150,
  .my-lg-150 {
    margin-bottom: 150px !important; }
  .ml-lg-150,
  .mx-lg-150 {
    margin-left: 150px !important; }
  .m-lg-155 {
    margin: 155px !important; }
  .mt-lg-155,
  .my-lg-155 {
    margin-top: 155px !important; }
  .mr-lg-155,
  .mx-lg-155 {
    margin-right: 155px !important; }
  .mb-lg-155,
  .my-lg-155 {
    margin-bottom: 155px !important; }
  .ml-lg-155,
  .mx-lg-155 {
    margin-left: 155px !important; }
  .m-lg-160 {
    margin: 160px !important; }
  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px !important; }
  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px !important; }
  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px !important; }
  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px !important; }
  .m-lg-165 {
    margin: 165px !important; }
  .mt-lg-165,
  .my-lg-165 {
    margin-top: 165px !important; }
  .mr-lg-165,
  .mx-lg-165 {
    margin-right: 165px !important; }
  .mb-lg-165,
  .my-lg-165 {
    margin-bottom: 165px !important; }
  .ml-lg-165,
  .mx-lg-165 {
    margin-left: 165px !important; }
  .m-lg-170 {
    margin: 170px !important; }
  .mt-lg-170,
  .my-lg-170 {
    margin-top: 170px !important; }
  .mr-lg-170,
  .mx-lg-170 {
    margin-right: 170px !important; }
  .mb-lg-170,
  .my-lg-170 {
    margin-bottom: 170px !important; }
  .ml-lg-170,
  .mx-lg-170 {
    margin-left: 170px !important; }
  .m-lg-175 {
    margin: 175px !important; }
  .mt-lg-175,
  .my-lg-175 {
    margin-top: 175px !important; }
  .mr-lg-175,
  .mx-lg-175 {
    margin-right: 175px !important; }
  .mb-lg-175,
  .my-lg-175 {
    margin-bottom: 175px !important; }
  .ml-lg-175,
  .mx-lg-175 {
    margin-left: 175px !important; }
  .m-lg-180 {
    margin: 180px !important; }
  .mt-lg-180,
  .my-lg-180 {
    margin-top: 180px !important; }
  .mr-lg-180,
  .mx-lg-180 {
    margin-right: 180px !important; }
  .mb-lg-180,
  .my-lg-180 {
    margin-bottom: 180px !important; }
  .ml-lg-180,
  .mx-lg-180 {
    margin-left: 180px !important; }
  .m-lg-185 {
    margin: 185px !important; }
  .mt-lg-185,
  .my-lg-185 {
    margin-top: 185px !important; }
  .mr-lg-185,
  .mx-lg-185 {
    margin-right: 185px !important; }
  .mb-lg-185,
  .my-lg-185 {
    margin-bottom: 185px !important; }
  .ml-lg-185,
  .mx-lg-185 {
    margin-left: 185px !important; }
  .m-lg-190 {
    margin: 190px !important; }
  .mt-lg-190,
  .my-lg-190 {
    margin-top: 190px !important; }
  .mr-lg-190,
  .mx-lg-190 {
    margin-right: 190px !important; }
  .mb-lg-190,
  .my-lg-190 {
    margin-bottom: 190px !important; }
  .ml-lg-190,
  .mx-lg-190 {
    margin-left: 190px !important; }
  .m-lg-195 {
    margin: 195px !important; }
  .mt-lg-195,
  .my-lg-195 {
    margin-top: 195px !important; }
  .mr-lg-195,
  .mx-lg-195 {
    margin-right: 195px !important; }
  .mb-lg-195,
  .my-lg-195 {
    margin-bottom: 195px !important; }
  .ml-lg-195,
  .mx-lg-195 {
    margin-left: 195px !important; }
  .m-lg-200 {
    margin: 200px !important; }
  .mt-lg-200,
  .my-lg-200 {
    margin-top: 200px !important; }
  .mr-lg-200,
  .mx-lg-200 {
    margin-right: 200px !important; }
  .mb-lg-200,
  .my-lg-200 {
    margin-bottom: 200px !important; }
  .ml-lg-200,
  .mx-lg-200 {
    margin-left: 200px !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 2.5px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 2.5px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 2.5px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 2.5px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 2.5px !important; }
  .p-lg-2 {
    padding: 5px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 5px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 5px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 5px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 5px !important; }
  .p-lg-3 {
    padding: 10px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 10px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 10px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 10px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 10px !important; }
  .p-lg-4 {
    padding: 15px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 15px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 15px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 15px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 15px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 25px !important; }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 25px !important; }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 25px !important; }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important; }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important; }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important; }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important; }
  .p-lg-35 {
    padding: 35px !important; }
  .pt-lg-35,
  .py-lg-35 {
    padding-top: 35px !important; }
  .pr-lg-35,
  .px-lg-35 {
    padding-right: 35px !important; }
  .pb-lg-35,
  .py-lg-35 {
    padding-bottom: 35px !important; }
  .pl-lg-35,
  .px-lg-35 {
    padding-left: 35px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important; }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important; }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important; }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important; }
  .p-lg-45 {
    padding: 45px !important; }
  .pt-lg-45,
  .py-lg-45 {
    padding-top: 45px !important; }
  .pr-lg-45,
  .px-lg-45 {
    padding-right: 45px !important; }
  .pb-lg-45,
  .py-lg-45 {
    padding-bottom: 45px !important; }
  .pl-lg-45,
  .px-lg-45 {
    padding-left: 45px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important; }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important; }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important; }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important; }
  .p-lg-55 {
    padding: 55px !important; }
  .pt-lg-55,
  .py-lg-55 {
    padding-top: 55px !important; }
  .pr-lg-55,
  .px-lg-55 {
    padding-right: 55px !important; }
  .pb-lg-55,
  .py-lg-55 {
    padding-bottom: 55px !important; }
  .pl-lg-55,
  .px-lg-55 {
    padding-left: 55px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important; }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important; }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important; }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important; }
  .p-lg-65 {
    padding: 65px !important; }
  .pt-lg-65,
  .py-lg-65 {
    padding-top: 65px !important; }
  .pr-lg-65,
  .px-lg-65 {
    padding-right: 65px !important; }
  .pb-lg-65,
  .py-lg-65 {
    padding-bottom: 65px !important; }
  .pl-lg-65,
  .px-lg-65 {
    padding-left: 65px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important; }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important; }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important; }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important; }
  .p-lg-75 {
    padding: 75px !important; }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 75px !important; }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 75px !important; }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 75px !important; }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 75px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important; }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important; }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important; }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important; }
  .p-lg-85 {
    padding: 85px !important; }
  .pt-lg-85,
  .py-lg-85 {
    padding-top: 85px !important; }
  .pr-lg-85,
  .px-lg-85 {
    padding-right: 85px !important; }
  .pb-lg-85,
  .py-lg-85 {
    padding-bottom: 85px !important; }
  .pl-lg-85,
  .px-lg-85 {
    padding-left: 85px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important; }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important; }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important; }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important; }
  .p-lg-95 {
    padding: 95px !important; }
  .pt-lg-95,
  .py-lg-95 {
    padding-top: 95px !important; }
  .pr-lg-95,
  .px-lg-95 {
    padding-right: 95px !important; }
  .pb-lg-95,
  .py-lg-95 {
    padding-bottom: 95px !important; }
  .pl-lg-95,
  .px-lg-95 {
    padding-left: 95px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important; }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important; }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important; }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important; }
  .p-lg-105 {
    padding: 105px !important; }
  .pt-lg-105,
  .py-lg-105 {
    padding-top: 105px !important; }
  .pr-lg-105,
  .px-lg-105 {
    padding-right: 105px !important; }
  .pb-lg-105,
  .py-lg-105 {
    padding-bottom: 105px !important; }
  .pl-lg-105,
  .px-lg-105 {
    padding-left: 105px !important; }
  .p-lg-110 {
    padding: 110px !important; }
  .pt-lg-110,
  .py-lg-110 {
    padding-top: 110px !important; }
  .pr-lg-110,
  .px-lg-110 {
    padding-right: 110px !important; }
  .pb-lg-110,
  .py-lg-110 {
    padding-bottom: 110px !important; }
  .pl-lg-110,
  .px-lg-110 {
    padding-left: 110px !important; }
  .p-lg-115 {
    padding: 115px !important; }
  .pt-lg-115,
  .py-lg-115 {
    padding-top: 115px !important; }
  .pr-lg-115,
  .px-lg-115 {
    padding-right: 115px !important; }
  .pb-lg-115,
  .py-lg-115 {
    padding-bottom: 115px !important; }
  .pl-lg-115,
  .px-lg-115 {
    padding-left: 115px !important; }
  .p-lg-120 {
    padding: 120px !important; }
  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important; }
  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important; }
  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important; }
  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important; }
  .p-lg-125 {
    padding: 125px !important; }
  .pt-lg-125,
  .py-lg-125 {
    padding-top: 125px !important; }
  .pr-lg-125,
  .px-lg-125 {
    padding-right: 125px !important; }
  .pb-lg-125,
  .py-lg-125 {
    padding-bottom: 125px !important; }
  .pl-lg-125,
  .px-lg-125 {
    padding-left: 125px !important; }
  .p-lg-130 {
    padding: 130px !important; }
  .pt-lg-130,
  .py-lg-130 {
    padding-top: 130px !important; }
  .pr-lg-130,
  .px-lg-130 {
    padding-right: 130px !important; }
  .pb-lg-130,
  .py-lg-130 {
    padding-bottom: 130px !important; }
  .pl-lg-130,
  .px-lg-130 {
    padding-left: 130px !important; }
  .p-lg-135 {
    padding: 135px !important; }
  .pt-lg-135,
  .py-lg-135 {
    padding-top: 135px !important; }
  .pr-lg-135,
  .px-lg-135 {
    padding-right: 135px !important; }
  .pb-lg-135,
  .py-lg-135 {
    padding-bottom: 135px !important; }
  .pl-lg-135,
  .px-lg-135 {
    padding-left: 135px !important; }
  .p-lg-140 {
    padding: 140px !important; }
  .pt-lg-140,
  .py-lg-140 {
    padding-top: 140px !important; }
  .pr-lg-140,
  .px-lg-140 {
    padding-right: 140px !important; }
  .pb-lg-140,
  .py-lg-140 {
    padding-bottom: 140px !important; }
  .pl-lg-140,
  .px-lg-140 {
    padding-left: 140px !important; }
  .p-lg-145 {
    padding: 145px !important; }
  .pt-lg-145,
  .py-lg-145 {
    padding-top: 145px !important; }
  .pr-lg-145,
  .px-lg-145 {
    padding-right: 145px !important; }
  .pb-lg-145,
  .py-lg-145 {
    padding-bottom: 145px !important; }
  .pl-lg-145,
  .px-lg-145 {
    padding-left: 145px !important; }
  .p-lg-150 {
    padding: 150px !important; }
  .pt-lg-150,
  .py-lg-150 {
    padding-top: 150px !important; }
  .pr-lg-150,
  .px-lg-150 {
    padding-right: 150px !important; }
  .pb-lg-150,
  .py-lg-150 {
    padding-bottom: 150px !important; }
  .pl-lg-150,
  .px-lg-150 {
    padding-left: 150px !important; }
  .p-lg-155 {
    padding: 155px !important; }
  .pt-lg-155,
  .py-lg-155 {
    padding-top: 155px !important; }
  .pr-lg-155,
  .px-lg-155 {
    padding-right: 155px !important; }
  .pb-lg-155,
  .py-lg-155 {
    padding-bottom: 155px !important; }
  .pl-lg-155,
  .px-lg-155 {
    padding-left: 155px !important; }
  .p-lg-160 {
    padding: 160px !important; }
  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px !important; }
  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px !important; }
  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px !important; }
  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px !important; }
  .p-lg-165 {
    padding: 165px !important; }
  .pt-lg-165,
  .py-lg-165 {
    padding-top: 165px !important; }
  .pr-lg-165,
  .px-lg-165 {
    padding-right: 165px !important; }
  .pb-lg-165,
  .py-lg-165 {
    padding-bottom: 165px !important; }
  .pl-lg-165,
  .px-lg-165 {
    padding-left: 165px !important; }
  .p-lg-170 {
    padding: 170px !important; }
  .pt-lg-170,
  .py-lg-170 {
    padding-top: 170px !important; }
  .pr-lg-170,
  .px-lg-170 {
    padding-right: 170px !important; }
  .pb-lg-170,
  .py-lg-170 {
    padding-bottom: 170px !important; }
  .pl-lg-170,
  .px-lg-170 {
    padding-left: 170px !important; }
  .p-lg-175 {
    padding: 175px !important; }
  .pt-lg-175,
  .py-lg-175 {
    padding-top: 175px !important; }
  .pr-lg-175,
  .px-lg-175 {
    padding-right: 175px !important; }
  .pb-lg-175,
  .py-lg-175 {
    padding-bottom: 175px !important; }
  .pl-lg-175,
  .px-lg-175 {
    padding-left: 175px !important; }
  .p-lg-180 {
    padding: 180px !important; }
  .pt-lg-180,
  .py-lg-180 {
    padding-top: 180px !important; }
  .pr-lg-180,
  .px-lg-180 {
    padding-right: 180px !important; }
  .pb-lg-180,
  .py-lg-180 {
    padding-bottom: 180px !important; }
  .pl-lg-180,
  .px-lg-180 {
    padding-left: 180px !important; }
  .p-lg-185 {
    padding: 185px !important; }
  .pt-lg-185,
  .py-lg-185 {
    padding-top: 185px !important; }
  .pr-lg-185,
  .px-lg-185 {
    padding-right: 185px !important; }
  .pb-lg-185,
  .py-lg-185 {
    padding-bottom: 185px !important; }
  .pl-lg-185,
  .px-lg-185 {
    padding-left: 185px !important; }
  .p-lg-190 {
    padding: 190px !important; }
  .pt-lg-190,
  .py-lg-190 {
    padding-top: 190px !important; }
  .pr-lg-190,
  .px-lg-190 {
    padding-right: 190px !important; }
  .pb-lg-190,
  .py-lg-190 {
    padding-bottom: 190px !important; }
  .pl-lg-190,
  .px-lg-190 {
    padding-left: 190px !important; }
  .p-lg-195 {
    padding: 195px !important; }
  .pt-lg-195,
  .py-lg-195 {
    padding-top: 195px !important; }
  .pr-lg-195,
  .px-lg-195 {
    padding-right: 195px !important; }
  .pb-lg-195,
  .py-lg-195 {
    padding-bottom: 195px !important; }
  .pl-lg-195,
  .px-lg-195 {
    padding-left: 195px !important; }
  .p-lg-200 {
    padding: 200px !important; }
  .pt-lg-200,
  .py-lg-200 {
    padding-top: 200px !important; }
  .pr-lg-200,
  .px-lg-200 {
    padding-right: 200px !important; }
  .pb-lg-200,
  .py-lg-200 {
    padding-bottom: 200px !important; }
  .pl-lg-200,
  .px-lg-200 {
    padding-left: 200px !important; }
  .m-lg-n1 {
    margin: -5px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -5px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -5px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -5px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -5px !important; }
  .m-lg-n2 {
    margin: -5px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -5px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -5px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -5px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -5px !important; }
  .m-lg-n3 {
    margin: -5px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -5px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -5px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -5px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -5px !important; }
  .m-lg-n4 {
    margin: -5px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -5px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -5px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -5px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -5px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n10 {
    margin: -5px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5px !important; }
  .m-lg-n15 {
    margin: -5px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -5px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -5px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -5px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -5px !important; }
  .m-lg-n20 {
    margin: -5px !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -5px !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -5px !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -5px !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -5px !important; }
  .m-lg-n25 {
    margin: -5px !important; }
  .mt-lg-n25,
  .my-lg-n25 {
    margin-top: -5px !important; }
  .mr-lg-n25,
  .mx-lg-n25 {
    margin-right: -5px !important; }
  .mb-lg-n25,
  .my-lg-n25 {
    margin-bottom: -5px !important; }
  .ml-lg-n25,
  .mx-lg-n25 {
    margin-left: -5px !important; }
  .m-lg-n30 {
    margin: -5px !important; }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -5px !important; }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -5px !important; }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -5px !important; }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -5px !important; }
  .m-lg-n35 {
    margin: -5px !important; }
  .mt-lg-n35,
  .my-lg-n35 {
    margin-top: -5px !important; }
  .mr-lg-n35,
  .mx-lg-n35 {
    margin-right: -5px !important; }
  .mb-lg-n35,
  .my-lg-n35 {
    margin-bottom: -5px !important; }
  .ml-lg-n35,
  .mx-lg-n35 {
    margin-left: -5px !important; }
  .m-lg-n40 {
    margin: -5px !important; }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -5px !important; }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -5px !important; }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -5px !important; }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -5px !important; }
  .m-lg-n45 {
    margin: -5px !important; }
  .mt-lg-n45,
  .my-lg-n45 {
    margin-top: -5px !important; }
  .mr-lg-n45,
  .mx-lg-n45 {
    margin-right: -5px !important; }
  .mb-lg-n45,
  .my-lg-n45 {
    margin-bottom: -5px !important; }
  .ml-lg-n45,
  .mx-lg-n45 {
    margin-left: -5px !important; }
  .m-lg-n50 {
    margin: -5px !important; }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5px !important; }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5px !important; }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5px !important; }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5px !important; }
  .m-lg-n55 {
    margin: -5px !important; }
  .mt-lg-n55,
  .my-lg-n55 {
    margin-top: -5px !important; }
  .mr-lg-n55,
  .mx-lg-n55 {
    margin-right: -5px !important; }
  .mb-lg-n55,
  .my-lg-n55 {
    margin-bottom: -5px !important; }
  .ml-lg-n55,
  .mx-lg-n55 {
    margin-left: -5px !important; }
  .m-lg-n60 {
    margin: -5px !important; }
  .mt-lg-n60,
  .my-lg-n60 {
    margin-top: -5px !important; }
  .mr-lg-n60,
  .mx-lg-n60 {
    margin-right: -5px !important; }
  .mb-lg-n60,
  .my-lg-n60 {
    margin-bottom: -5px !important; }
  .ml-lg-n60,
  .mx-lg-n60 {
    margin-left: -5px !important; }
  .m-lg-n65 {
    margin: -5px !important; }
  .mt-lg-n65,
  .my-lg-n65 {
    margin-top: -5px !important; }
  .mr-lg-n65,
  .mx-lg-n65 {
    margin-right: -5px !important; }
  .mb-lg-n65,
  .my-lg-n65 {
    margin-bottom: -5px !important; }
  .ml-lg-n65,
  .mx-lg-n65 {
    margin-left: -5px !important; }
  .m-lg-n70 {
    margin: -5px !important; }
  .mt-lg-n70,
  .my-lg-n70 {
    margin-top: -5px !important; }
  .mr-lg-n70,
  .mx-lg-n70 {
    margin-right: -5px !important; }
  .mb-lg-n70,
  .my-lg-n70 {
    margin-bottom: -5px !important; }
  .ml-lg-n70,
  .mx-lg-n70 {
    margin-left: -5px !important; }
  .m-lg-n75 {
    margin: -5px !important; }
  .mt-lg-n75,
  .my-lg-n75 {
    margin-top: -5px !important; }
  .mr-lg-n75,
  .mx-lg-n75 {
    margin-right: -5px !important; }
  .mb-lg-n75,
  .my-lg-n75 {
    margin-bottom: -5px !important; }
  .ml-lg-n75,
  .mx-lg-n75 {
    margin-left: -5px !important; }
  .m-lg-n80 {
    margin: -5px !important; }
  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -5px !important; }
  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -5px !important; }
  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -5px !important; }
  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -5px !important; }
  .m-lg-n85 {
    margin: -5px !important; }
  .mt-lg-n85,
  .my-lg-n85 {
    margin-top: -5px !important; }
  .mr-lg-n85,
  .mx-lg-n85 {
    margin-right: -5px !important; }
  .mb-lg-n85,
  .my-lg-n85 {
    margin-bottom: -5px !important; }
  .ml-lg-n85,
  .mx-lg-n85 {
    margin-left: -5px !important; }
  .m-lg-n90 {
    margin: -5px !important; }
  .mt-lg-n90,
  .my-lg-n90 {
    margin-top: -5px !important; }
  .mr-lg-n90,
  .mx-lg-n90 {
    margin-right: -5px !important; }
  .mb-lg-n90,
  .my-lg-n90 {
    margin-bottom: -5px !important; }
  .ml-lg-n90,
  .mx-lg-n90 {
    margin-left: -5px !important; }
  .m-lg-n95 {
    margin: -5px !important; }
  .mt-lg-n95,
  .my-lg-n95 {
    margin-top: -5px !important; }
  .mr-lg-n95,
  .mx-lg-n95 {
    margin-right: -5px !important; }
  .mb-lg-n95,
  .my-lg-n95 {
    margin-bottom: -5px !important; }
  .ml-lg-n95,
  .mx-lg-n95 {
    margin-left: -5px !important; }
  .m-lg-n100 {
    margin: -5px !important; }
  .mt-lg-n100,
  .my-lg-n100 {
    margin-top: -5px !important; }
  .mr-lg-n100,
  .mx-lg-n100 {
    margin-right: -5px !important; }
  .mb-lg-n100,
  .my-lg-n100 {
    margin-bottom: -5px !important; }
  .ml-lg-n100,
  .mx-lg-n100 {
    margin-left: -5px !important; }
  .m-lg-n105 {
    margin: -5px !important; }
  .mt-lg-n105,
  .my-lg-n105 {
    margin-top: -5px !important; }
  .mr-lg-n105,
  .mx-lg-n105 {
    margin-right: -5px !important; }
  .mb-lg-n105,
  .my-lg-n105 {
    margin-bottom: -5px !important; }
  .ml-lg-n105,
  .mx-lg-n105 {
    margin-left: -5px !important; }
  .m-lg-n110 {
    margin: -5px !important; }
  .mt-lg-n110,
  .my-lg-n110 {
    margin-top: -5px !important; }
  .mr-lg-n110,
  .mx-lg-n110 {
    margin-right: -5px !important; }
  .mb-lg-n110,
  .my-lg-n110 {
    margin-bottom: -5px !important; }
  .ml-lg-n110,
  .mx-lg-n110 {
    margin-left: -5px !important; }
  .m-lg-n115 {
    margin: -5px !important; }
  .mt-lg-n115,
  .my-lg-n115 {
    margin-top: -5px !important; }
  .mr-lg-n115,
  .mx-lg-n115 {
    margin-right: -5px !important; }
  .mb-lg-n115,
  .my-lg-n115 {
    margin-bottom: -5px !important; }
  .ml-lg-n115,
  .mx-lg-n115 {
    margin-left: -5px !important; }
  .m-lg-n120 {
    margin: -5px !important; }
  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -5px !important; }
  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -5px !important; }
  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -5px !important; }
  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -5px !important; }
  .m-lg-n125 {
    margin: -5px !important; }
  .mt-lg-n125,
  .my-lg-n125 {
    margin-top: -5px !important; }
  .mr-lg-n125,
  .mx-lg-n125 {
    margin-right: -5px !important; }
  .mb-lg-n125,
  .my-lg-n125 {
    margin-bottom: -5px !important; }
  .ml-lg-n125,
  .mx-lg-n125 {
    margin-left: -5px !important; }
  .m-lg-n130 {
    margin: -5px !important; }
  .mt-lg-n130,
  .my-lg-n130 {
    margin-top: -5px !important; }
  .mr-lg-n130,
  .mx-lg-n130 {
    margin-right: -5px !important; }
  .mb-lg-n130,
  .my-lg-n130 {
    margin-bottom: -5px !important; }
  .ml-lg-n130,
  .mx-lg-n130 {
    margin-left: -5px !important; }
  .m-lg-n135 {
    margin: -5px !important; }
  .mt-lg-n135,
  .my-lg-n135 {
    margin-top: -5px !important; }
  .mr-lg-n135,
  .mx-lg-n135 {
    margin-right: -5px !important; }
  .mb-lg-n135,
  .my-lg-n135 {
    margin-bottom: -5px !important; }
  .ml-lg-n135,
  .mx-lg-n135 {
    margin-left: -5px !important; }
  .m-lg-n140 {
    margin: -5px !important; }
  .mt-lg-n140,
  .my-lg-n140 {
    margin-top: -5px !important; }
  .mr-lg-n140,
  .mx-lg-n140 {
    margin-right: -5px !important; }
  .mb-lg-n140,
  .my-lg-n140 {
    margin-bottom: -5px !important; }
  .ml-lg-n140,
  .mx-lg-n140 {
    margin-left: -5px !important; }
  .m-lg-n145 {
    margin: -5px !important; }
  .mt-lg-n145,
  .my-lg-n145 {
    margin-top: -5px !important; }
  .mr-lg-n145,
  .mx-lg-n145 {
    margin-right: -5px !important; }
  .mb-lg-n145,
  .my-lg-n145 {
    margin-bottom: -5px !important; }
  .ml-lg-n145,
  .mx-lg-n145 {
    margin-left: -5px !important; }
  .m-lg-n150 {
    margin: -5px !important; }
  .mt-lg-n150,
  .my-lg-n150 {
    margin-top: -5px !important; }
  .mr-lg-n150,
  .mx-lg-n150 {
    margin-right: -5px !important; }
  .mb-lg-n150,
  .my-lg-n150 {
    margin-bottom: -5px !important; }
  .ml-lg-n150,
  .mx-lg-n150 {
    margin-left: -5px !important; }
  .m-lg-n155 {
    margin: -5px !important; }
  .mt-lg-n155,
  .my-lg-n155 {
    margin-top: -5px !important; }
  .mr-lg-n155,
  .mx-lg-n155 {
    margin-right: -5px !important; }
  .mb-lg-n155,
  .my-lg-n155 {
    margin-bottom: -5px !important; }
  .ml-lg-n155,
  .mx-lg-n155 {
    margin-left: -5px !important; }
  .m-lg-n160 {
    margin: -5px !important; }
  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -5px !important; }
  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -5px !important; }
  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -5px !important; }
  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -5px !important; }
  .m-lg-n165 {
    margin: -5px !important; }
  .mt-lg-n165,
  .my-lg-n165 {
    margin-top: -5px !important; }
  .mr-lg-n165,
  .mx-lg-n165 {
    margin-right: -5px !important; }
  .mb-lg-n165,
  .my-lg-n165 {
    margin-bottom: -5px !important; }
  .ml-lg-n165,
  .mx-lg-n165 {
    margin-left: -5px !important; }
  .m-lg-n170 {
    margin: -5px !important; }
  .mt-lg-n170,
  .my-lg-n170 {
    margin-top: -5px !important; }
  .mr-lg-n170,
  .mx-lg-n170 {
    margin-right: -5px !important; }
  .mb-lg-n170,
  .my-lg-n170 {
    margin-bottom: -5px !important; }
  .ml-lg-n170,
  .mx-lg-n170 {
    margin-left: -5px !important; }
  .m-lg-n175 {
    margin: -5px !important; }
  .mt-lg-n175,
  .my-lg-n175 {
    margin-top: -5px !important; }
  .mr-lg-n175,
  .mx-lg-n175 {
    margin-right: -5px !important; }
  .mb-lg-n175,
  .my-lg-n175 {
    margin-bottom: -5px !important; }
  .ml-lg-n175,
  .mx-lg-n175 {
    margin-left: -5px !important; }
  .m-lg-n180 {
    margin: -5px !important; }
  .mt-lg-n180,
  .my-lg-n180 {
    margin-top: -5px !important; }
  .mr-lg-n180,
  .mx-lg-n180 {
    margin-right: -5px !important; }
  .mb-lg-n180,
  .my-lg-n180 {
    margin-bottom: -5px !important; }
  .ml-lg-n180,
  .mx-lg-n180 {
    margin-left: -5px !important; }
  .m-lg-n185 {
    margin: -5px !important; }
  .mt-lg-n185,
  .my-lg-n185 {
    margin-top: -5px !important; }
  .mr-lg-n185,
  .mx-lg-n185 {
    margin-right: -5px !important; }
  .mb-lg-n185,
  .my-lg-n185 {
    margin-bottom: -5px !important; }
  .ml-lg-n185,
  .mx-lg-n185 {
    margin-left: -5px !important; }
  .m-lg-n190 {
    margin: -5px !important; }
  .mt-lg-n190,
  .my-lg-n190 {
    margin-top: -5px !important; }
  .mr-lg-n190,
  .mx-lg-n190 {
    margin-right: -5px !important; }
  .mb-lg-n190,
  .my-lg-n190 {
    margin-bottom: -5px !important; }
  .ml-lg-n190,
  .mx-lg-n190 {
    margin-left: -5px !important; }
  .m-lg-n195 {
    margin: -5px !important; }
  .mt-lg-n195,
  .my-lg-n195 {
    margin-top: -5px !important; }
  .mr-lg-n195,
  .mx-lg-n195 {
    margin-right: -5px !important; }
  .mb-lg-n195,
  .my-lg-n195 {
    margin-bottom: -5px !important; }
  .ml-lg-n195,
  .mx-lg-n195 {
    margin-left: -5px !important; }
  .m-lg-n200 {
    margin: -5px !important; }
  .mt-lg-n200,
  .my-lg-n200 {
    margin-top: -5px !important; }
  .mr-lg-n200,
  .mx-lg-n200 {
    margin-right: -5px !important; }
  .mb-lg-n200,
  .my-lg-n200 {
    margin-bottom: -5px !important; }
  .ml-lg-n200,
  .mx-lg-n200 {
    margin-left: -5px !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 2.5px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 2.5px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 2.5px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 2.5px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 2.5px !important; }
  .m-xl-2 {
    margin: 5px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 5px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 5px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 5px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 5px !important; }
  .m-xl-3 {
    margin: 10px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 10px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 10px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 10px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 10px !important; }
  .m-xl-4 {
    margin: 15px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 15px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 15px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 15px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 15px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-20 {
    margin: 20px !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important; }
  .m-xl-25 {
    margin: 25px !important; }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 25px !important; }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 25px !important; }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 25px !important; }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 25px !important; }
  .m-xl-30 {
    margin: 30px !important; }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important; }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important; }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important; }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important; }
  .m-xl-35 {
    margin: 35px !important; }
  .mt-xl-35,
  .my-xl-35 {
    margin-top: 35px !important; }
  .mr-xl-35,
  .mx-xl-35 {
    margin-right: 35px !important; }
  .mb-xl-35,
  .my-xl-35 {
    margin-bottom: 35px !important; }
  .ml-xl-35,
  .mx-xl-35 {
    margin-left: 35px !important; }
  .m-xl-40 {
    margin: 40px !important; }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important; }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important; }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important; }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important; }
  .m-xl-45 {
    margin: 45px !important; }
  .mt-xl-45,
  .my-xl-45 {
    margin-top: 45px !important; }
  .mr-xl-45,
  .mx-xl-45 {
    margin-right: 45px !important; }
  .mb-xl-45,
  .my-xl-45 {
    margin-bottom: 45px !important; }
  .ml-xl-45,
  .mx-xl-45 {
    margin-left: 45px !important; }
  .m-xl-50 {
    margin: 50px !important; }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important; }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important; }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important; }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important; }
  .m-xl-55 {
    margin: 55px !important; }
  .mt-xl-55,
  .my-xl-55 {
    margin-top: 55px !important; }
  .mr-xl-55,
  .mx-xl-55 {
    margin-right: 55px !important; }
  .mb-xl-55,
  .my-xl-55 {
    margin-bottom: 55px !important; }
  .ml-xl-55,
  .mx-xl-55 {
    margin-left: 55px !important; }
  .m-xl-60 {
    margin: 60px !important; }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important; }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important; }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important; }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important; }
  .m-xl-65 {
    margin: 65px !important; }
  .mt-xl-65,
  .my-xl-65 {
    margin-top: 65px !important; }
  .mr-xl-65,
  .mx-xl-65 {
    margin-right: 65px !important; }
  .mb-xl-65,
  .my-xl-65 {
    margin-bottom: 65px !important; }
  .ml-xl-65,
  .mx-xl-65 {
    margin-left: 65px !important; }
  .m-xl-70 {
    margin: 70px !important; }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important; }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important; }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important; }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important; }
  .m-xl-75 {
    margin: 75px !important; }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 75px !important; }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 75px !important; }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 75px !important; }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 75px !important; }
  .m-xl-80 {
    margin: 80px !important; }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important; }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important; }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important; }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important; }
  .m-xl-85 {
    margin: 85px !important; }
  .mt-xl-85,
  .my-xl-85 {
    margin-top: 85px !important; }
  .mr-xl-85,
  .mx-xl-85 {
    margin-right: 85px !important; }
  .mb-xl-85,
  .my-xl-85 {
    margin-bottom: 85px !important; }
  .ml-xl-85,
  .mx-xl-85 {
    margin-left: 85px !important; }
  .m-xl-90 {
    margin: 90px !important; }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important; }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important; }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important; }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important; }
  .m-xl-95 {
    margin: 95px !important; }
  .mt-xl-95,
  .my-xl-95 {
    margin-top: 95px !important; }
  .mr-xl-95,
  .mx-xl-95 {
    margin-right: 95px !important; }
  .mb-xl-95,
  .my-xl-95 {
    margin-bottom: 95px !important; }
  .ml-xl-95,
  .mx-xl-95 {
    margin-left: 95px !important; }
  .m-xl-100 {
    margin: 100px !important; }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important; }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important; }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important; }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important; }
  .m-xl-105 {
    margin: 105px !important; }
  .mt-xl-105,
  .my-xl-105 {
    margin-top: 105px !important; }
  .mr-xl-105,
  .mx-xl-105 {
    margin-right: 105px !important; }
  .mb-xl-105,
  .my-xl-105 {
    margin-bottom: 105px !important; }
  .ml-xl-105,
  .mx-xl-105 {
    margin-left: 105px !important; }
  .m-xl-110 {
    margin: 110px !important; }
  .mt-xl-110,
  .my-xl-110 {
    margin-top: 110px !important; }
  .mr-xl-110,
  .mx-xl-110 {
    margin-right: 110px !important; }
  .mb-xl-110,
  .my-xl-110 {
    margin-bottom: 110px !important; }
  .ml-xl-110,
  .mx-xl-110 {
    margin-left: 110px !important; }
  .m-xl-115 {
    margin: 115px !important; }
  .mt-xl-115,
  .my-xl-115 {
    margin-top: 115px !important; }
  .mr-xl-115,
  .mx-xl-115 {
    margin-right: 115px !important; }
  .mb-xl-115,
  .my-xl-115 {
    margin-bottom: 115px !important; }
  .ml-xl-115,
  .mx-xl-115 {
    margin-left: 115px !important; }
  .m-xl-120 {
    margin: 120px !important; }
  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important; }
  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important; }
  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important; }
  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important; }
  .m-xl-125 {
    margin: 125px !important; }
  .mt-xl-125,
  .my-xl-125 {
    margin-top: 125px !important; }
  .mr-xl-125,
  .mx-xl-125 {
    margin-right: 125px !important; }
  .mb-xl-125,
  .my-xl-125 {
    margin-bottom: 125px !important; }
  .ml-xl-125,
  .mx-xl-125 {
    margin-left: 125px !important; }
  .m-xl-130 {
    margin: 130px !important; }
  .mt-xl-130,
  .my-xl-130 {
    margin-top: 130px !important; }
  .mr-xl-130,
  .mx-xl-130 {
    margin-right: 130px !important; }
  .mb-xl-130,
  .my-xl-130 {
    margin-bottom: 130px !important; }
  .ml-xl-130,
  .mx-xl-130 {
    margin-left: 130px !important; }
  .m-xl-135 {
    margin: 135px !important; }
  .mt-xl-135,
  .my-xl-135 {
    margin-top: 135px !important; }
  .mr-xl-135,
  .mx-xl-135 {
    margin-right: 135px !important; }
  .mb-xl-135,
  .my-xl-135 {
    margin-bottom: 135px !important; }
  .ml-xl-135,
  .mx-xl-135 {
    margin-left: 135px !important; }
  .m-xl-140 {
    margin: 140px !important; }
  .mt-xl-140,
  .my-xl-140 {
    margin-top: 140px !important; }
  .mr-xl-140,
  .mx-xl-140 {
    margin-right: 140px !important; }
  .mb-xl-140,
  .my-xl-140 {
    margin-bottom: 140px !important; }
  .ml-xl-140,
  .mx-xl-140 {
    margin-left: 140px !important; }
  .m-xl-145 {
    margin: 145px !important; }
  .mt-xl-145,
  .my-xl-145 {
    margin-top: 145px !important; }
  .mr-xl-145,
  .mx-xl-145 {
    margin-right: 145px !important; }
  .mb-xl-145,
  .my-xl-145 {
    margin-bottom: 145px !important; }
  .ml-xl-145,
  .mx-xl-145 {
    margin-left: 145px !important; }
  .m-xl-150 {
    margin: 150px !important; }
  .mt-xl-150,
  .my-xl-150 {
    margin-top: 150px !important; }
  .mr-xl-150,
  .mx-xl-150 {
    margin-right: 150px !important; }
  .mb-xl-150,
  .my-xl-150 {
    margin-bottom: 150px !important; }
  .ml-xl-150,
  .mx-xl-150 {
    margin-left: 150px !important; }
  .m-xl-155 {
    margin: 155px !important; }
  .mt-xl-155,
  .my-xl-155 {
    margin-top: 155px !important; }
  .mr-xl-155,
  .mx-xl-155 {
    margin-right: 155px !important; }
  .mb-xl-155,
  .my-xl-155 {
    margin-bottom: 155px !important; }
  .ml-xl-155,
  .mx-xl-155 {
    margin-left: 155px !important; }
  .m-xl-160 {
    margin: 160px !important; }
  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px !important; }
  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px !important; }
  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px !important; }
  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px !important; }
  .m-xl-165 {
    margin: 165px !important; }
  .mt-xl-165,
  .my-xl-165 {
    margin-top: 165px !important; }
  .mr-xl-165,
  .mx-xl-165 {
    margin-right: 165px !important; }
  .mb-xl-165,
  .my-xl-165 {
    margin-bottom: 165px !important; }
  .ml-xl-165,
  .mx-xl-165 {
    margin-left: 165px !important; }
  .m-xl-170 {
    margin: 170px !important; }
  .mt-xl-170,
  .my-xl-170 {
    margin-top: 170px !important; }
  .mr-xl-170,
  .mx-xl-170 {
    margin-right: 170px !important; }
  .mb-xl-170,
  .my-xl-170 {
    margin-bottom: 170px !important; }
  .ml-xl-170,
  .mx-xl-170 {
    margin-left: 170px !important; }
  .m-xl-175 {
    margin: 175px !important; }
  .mt-xl-175,
  .my-xl-175 {
    margin-top: 175px !important; }
  .mr-xl-175,
  .mx-xl-175 {
    margin-right: 175px !important; }
  .mb-xl-175,
  .my-xl-175 {
    margin-bottom: 175px !important; }
  .ml-xl-175,
  .mx-xl-175 {
    margin-left: 175px !important; }
  .m-xl-180 {
    margin: 180px !important; }
  .mt-xl-180,
  .my-xl-180 {
    margin-top: 180px !important; }
  .mr-xl-180,
  .mx-xl-180 {
    margin-right: 180px !important; }
  .mb-xl-180,
  .my-xl-180 {
    margin-bottom: 180px !important; }
  .ml-xl-180,
  .mx-xl-180 {
    margin-left: 180px !important; }
  .m-xl-185 {
    margin: 185px !important; }
  .mt-xl-185,
  .my-xl-185 {
    margin-top: 185px !important; }
  .mr-xl-185,
  .mx-xl-185 {
    margin-right: 185px !important; }
  .mb-xl-185,
  .my-xl-185 {
    margin-bottom: 185px !important; }
  .ml-xl-185,
  .mx-xl-185 {
    margin-left: 185px !important; }
  .m-xl-190 {
    margin: 190px !important; }
  .mt-xl-190,
  .my-xl-190 {
    margin-top: 190px !important; }
  .mr-xl-190,
  .mx-xl-190 {
    margin-right: 190px !important; }
  .mb-xl-190,
  .my-xl-190 {
    margin-bottom: 190px !important; }
  .ml-xl-190,
  .mx-xl-190 {
    margin-left: 190px !important; }
  .m-xl-195 {
    margin: 195px !important; }
  .mt-xl-195,
  .my-xl-195 {
    margin-top: 195px !important; }
  .mr-xl-195,
  .mx-xl-195 {
    margin-right: 195px !important; }
  .mb-xl-195,
  .my-xl-195 {
    margin-bottom: 195px !important; }
  .ml-xl-195,
  .mx-xl-195 {
    margin-left: 195px !important; }
  .m-xl-200 {
    margin: 200px !important; }
  .mt-xl-200,
  .my-xl-200 {
    margin-top: 200px !important; }
  .mr-xl-200,
  .mx-xl-200 {
    margin-right: 200px !important; }
  .mb-xl-200,
  .my-xl-200 {
    margin-bottom: 200px !important; }
  .ml-xl-200,
  .mx-xl-200 {
    margin-left: 200px !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 2.5px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 2.5px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 2.5px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 2.5px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 2.5px !important; }
  .p-xl-2 {
    padding: 5px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 5px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 5px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 5px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 5px !important; }
  .p-xl-3 {
    padding: 10px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 10px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 10px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 10px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 10px !important; }
  .p-xl-4 {
    padding: 15px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 15px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 15px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 15px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 15px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-20 {
    padding: 20px !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important; }
  .p-xl-25 {
    padding: 25px !important; }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 25px !important; }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 25px !important; }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 25px !important; }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 25px !important; }
  .p-xl-30 {
    padding: 30px !important; }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important; }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important; }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important; }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important; }
  .p-xl-35 {
    padding: 35px !important; }
  .pt-xl-35,
  .py-xl-35 {
    padding-top: 35px !important; }
  .pr-xl-35,
  .px-xl-35 {
    padding-right: 35px !important; }
  .pb-xl-35,
  .py-xl-35 {
    padding-bottom: 35px !important; }
  .pl-xl-35,
  .px-xl-35 {
    padding-left: 35px !important; }
  .p-xl-40 {
    padding: 40px !important; }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important; }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important; }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important; }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important; }
  .p-xl-45 {
    padding: 45px !important; }
  .pt-xl-45,
  .py-xl-45 {
    padding-top: 45px !important; }
  .pr-xl-45,
  .px-xl-45 {
    padding-right: 45px !important; }
  .pb-xl-45,
  .py-xl-45 {
    padding-bottom: 45px !important; }
  .pl-xl-45,
  .px-xl-45 {
    padding-left: 45px !important; }
  .p-xl-50 {
    padding: 50px !important; }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important; }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important; }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important; }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important; }
  .p-xl-55 {
    padding: 55px !important; }
  .pt-xl-55,
  .py-xl-55 {
    padding-top: 55px !important; }
  .pr-xl-55,
  .px-xl-55 {
    padding-right: 55px !important; }
  .pb-xl-55,
  .py-xl-55 {
    padding-bottom: 55px !important; }
  .pl-xl-55,
  .px-xl-55 {
    padding-left: 55px !important; }
  .p-xl-60 {
    padding: 60px !important; }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important; }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important; }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important; }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important; }
  .p-xl-65 {
    padding: 65px !important; }
  .pt-xl-65,
  .py-xl-65 {
    padding-top: 65px !important; }
  .pr-xl-65,
  .px-xl-65 {
    padding-right: 65px !important; }
  .pb-xl-65,
  .py-xl-65 {
    padding-bottom: 65px !important; }
  .pl-xl-65,
  .px-xl-65 {
    padding-left: 65px !important; }
  .p-xl-70 {
    padding: 70px !important; }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important; }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important; }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important; }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important; }
  .p-xl-75 {
    padding: 75px !important; }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 75px !important; }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 75px !important; }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 75px !important; }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 75px !important; }
  .p-xl-80 {
    padding: 80px !important; }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important; }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important; }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important; }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important; }
  .p-xl-85 {
    padding: 85px !important; }
  .pt-xl-85,
  .py-xl-85 {
    padding-top: 85px !important; }
  .pr-xl-85,
  .px-xl-85 {
    padding-right: 85px !important; }
  .pb-xl-85,
  .py-xl-85 {
    padding-bottom: 85px !important; }
  .pl-xl-85,
  .px-xl-85 {
    padding-left: 85px !important; }
  .p-xl-90 {
    padding: 90px !important; }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important; }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important; }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important; }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important; }
  .p-xl-95 {
    padding: 95px !important; }
  .pt-xl-95,
  .py-xl-95 {
    padding-top: 95px !important; }
  .pr-xl-95,
  .px-xl-95 {
    padding-right: 95px !important; }
  .pb-xl-95,
  .py-xl-95 {
    padding-bottom: 95px !important; }
  .pl-xl-95,
  .px-xl-95 {
    padding-left: 95px !important; }
  .p-xl-100 {
    padding: 100px !important; }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important; }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important; }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important; }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important; }
  .p-xl-105 {
    padding: 105px !important; }
  .pt-xl-105,
  .py-xl-105 {
    padding-top: 105px !important; }
  .pr-xl-105,
  .px-xl-105 {
    padding-right: 105px !important; }
  .pb-xl-105,
  .py-xl-105 {
    padding-bottom: 105px !important; }
  .pl-xl-105,
  .px-xl-105 {
    padding-left: 105px !important; }
  .p-xl-110 {
    padding: 110px !important; }
  .pt-xl-110,
  .py-xl-110 {
    padding-top: 110px !important; }
  .pr-xl-110,
  .px-xl-110 {
    padding-right: 110px !important; }
  .pb-xl-110,
  .py-xl-110 {
    padding-bottom: 110px !important; }
  .pl-xl-110,
  .px-xl-110 {
    padding-left: 110px !important; }
  .p-xl-115 {
    padding: 115px !important; }
  .pt-xl-115,
  .py-xl-115 {
    padding-top: 115px !important; }
  .pr-xl-115,
  .px-xl-115 {
    padding-right: 115px !important; }
  .pb-xl-115,
  .py-xl-115 {
    padding-bottom: 115px !important; }
  .pl-xl-115,
  .px-xl-115 {
    padding-left: 115px !important; }
  .p-xl-120 {
    padding: 120px !important; }
  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important; }
  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important; }
  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important; }
  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important; }
  .p-xl-125 {
    padding: 125px !important; }
  .pt-xl-125,
  .py-xl-125 {
    padding-top: 125px !important; }
  .pr-xl-125,
  .px-xl-125 {
    padding-right: 125px !important; }
  .pb-xl-125,
  .py-xl-125 {
    padding-bottom: 125px !important; }
  .pl-xl-125,
  .px-xl-125 {
    padding-left: 125px !important; }
  .p-xl-130 {
    padding: 130px !important; }
  .pt-xl-130,
  .py-xl-130 {
    padding-top: 130px !important; }
  .pr-xl-130,
  .px-xl-130 {
    padding-right: 130px !important; }
  .pb-xl-130,
  .py-xl-130 {
    padding-bottom: 130px !important; }
  .pl-xl-130,
  .px-xl-130 {
    padding-left: 130px !important; }
  .p-xl-135 {
    padding: 135px !important; }
  .pt-xl-135,
  .py-xl-135 {
    padding-top: 135px !important; }
  .pr-xl-135,
  .px-xl-135 {
    padding-right: 135px !important; }
  .pb-xl-135,
  .py-xl-135 {
    padding-bottom: 135px !important; }
  .pl-xl-135,
  .px-xl-135 {
    padding-left: 135px !important; }
  .p-xl-140 {
    padding: 140px !important; }
  .pt-xl-140,
  .py-xl-140 {
    padding-top: 140px !important; }
  .pr-xl-140,
  .px-xl-140 {
    padding-right: 140px !important; }
  .pb-xl-140,
  .py-xl-140 {
    padding-bottom: 140px !important; }
  .pl-xl-140,
  .px-xl-140 {
    padding-left: 140px !important; }
  .p-xl-145 {
    padding: 145px !important; }
  .pt-xl-145,
  .py-xl-145 {
    padding-top: 145px !important; }
  .pr-xl-145,
  .px-xl-145 {
    padding-right: 145px !important; }
  .pb-xl-145,
  .py-xl-145 {
    padding-bottom: 145px !important; }
  .pl-xl-145,
  .px-xl-145 {
    padding-left: 145px !important; }
  .p-xl-150 {
    padding: 150px !important; }
  .pt-xl-150,
  .py-xl-150 {
    padding-top: 150px !important; }
  .pr-xl-150,
  .px-xl-150 {
    padding-right: 150px !important; }
  .pb-xl-150,
  .py-xl-150 {
    padding-bottom: 150px !important; }
  .pl-xl-150,
  .px-xl-150 {
    padding-left: 150px !important; }
  .p-xl-155 {
    padding: 155px !important; }
  .pt-xl-155,
  .py-xl-155 {
    padding-top: 155px !important; }
  .pr-xl-155,
  .px-xl-155 {
    padding-right: 155px !important; }
  .pb-xl-155,
  .py-xl-155 {
    padding-bottom: 155px !important; }
  .pl-xl-155,
  .px-xl-155 {
    padding-left: 155px !important; }
  .p-xl-160 {
    padding: 160px !important; }
  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px !important; }
  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px !important; }
  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px !important; }
  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px !important; }
  .p-xl-165 {
    padding: 165px !important; }
  .pt-xl-165,
  .py-xl-165 {
    padding-top: 165px !important; }
  .pr-xl-165,
  .px-xl-165 {
    padding-right: 165px !important; }
  .pb-xl-165,
  .py-xl-165 {
    padding-bottom: 165px !important; }
  .pl-xl-165,
  .px-xl-165 {
    padding-left: 165px !important; }
  .p-xl-170 {
    padding: 170px !important; }
  .pt-xl-170,
  .py-xl-170 {
    padding-top: 170px !important; }
  .pr-xl-170,
  .px-xl-170 {
    padding-right: 170px !important; }
  .pb-xl-170,
  .py-xl-170 {
    padding-bottom: 170px !important; }
  .pl-xl-170,
  .px-xl-170 {
    padding-left: 170px !important; }
  .p-xl-175 {
    padding: 175px !important; }
  .pt-xl-175,
  .py-xl-175 {
    padding-top: 175px !important; }
  .pr-xl-175,
  .px-xl-175 {
    padding-right: 175px !important; }
  .pb-xl-175,
  .py-xl-175 {
    padding-bottom: 175px !important; }
  .pl-xl-175,
  .px-xl-175 {
    padding-left: 175px !important; }
  .p-xl-180 {
    padding: 180px !important; }
  .pt-xl-180,
  .py-xl-180 {
    padding-top: 180px !important; }
  .pr-xl-180,
  .px-xl-180 {
    padding-right: 180px !important; }
  .pb-xl-180,
  .py-xl-180 {
    padding-bottom: 180px !important; }
  .pl-xl-180,
  .px-xl-180 {
    padding-left: 180px !important; }
  .p-xl-185 {
    padding: 185px !important; }
  .pt-xl-185,
  .py-xl-185 {
    padding-top: 185px !important; }
  .pr-xl-185,
  .px-xl-185 {
    padding-right: 185px !important; }
  .pb-xl-185,
  .py-xl-185 {
    padding-bottom: 185px !important; }
  .pl-xl-185,
  .px-xl-185 {
    padding-left: 185px !important; }
  .p-xl-190 {
    padding: 190px !important; }
  .pt-xl-190,
  .py-xl-190 {
    padding-top: 190px !important; }
  .pr-xl-190,
  .px-xl-190 {
    padding-right: 190px !important; }
  .pb-xl-190,
  .py-xl-190 {
    padding-bottom: 190px !important; }
  .pl-xl-190,
  .px-xl-190 {
    padding-left: 190px !important; }
  .p-xl-195 {
    padding: 195px !important; }
  .pt-xl-195,
  .py-xl-195 {
    padding-top: 195px !important; }
  .pr-xl-195,
  .px-xl-195 {
    padding-right: 195px !important; }
  .pb-xl-195,
  .py-xl-195 {
    padding-bottom: 195px !important; }
  .pl-xl-195,
  .px-xl-195 {
    padding-left: 195px !important; }
  .p-xl-200 {
    padding: 200px !important; }
  .pt-xl-200,
  .py-xl-200 {
    padding-top: 200px !important; }
  .pr-xl-200,
  .px-xl-200 {
    padding-right: 200px !important; }
  .pb-xl-200,
  .py-xl-200 {
    padding-bottom: 200px !important; }
  .pl-xl-200,
  .px-xl-200 {
    padding-left: 200px !important; }
  .m-xl-n1 {
    margin: -5px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -5px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -5px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -5px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -5px !important; }
  .m-xl-n2 {
    margin: -5px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -5px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -5px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -5px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -5px !important; }
  .m-xl-n3 {
    margin: -5px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -5px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -5px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -5px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -5px !important; }
  .m-xl-n4 {
    margin: -5px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -5px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -5px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -5px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -5px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n10 {
    margin: -5px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5px !important; }
  .m-xl-n15 {
    margin: -5px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -5px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -5px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -5px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -5px !important; }
  .m-xl-n20 {
    margin: -5px !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -5px !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -5px !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -5px !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -5px !important; }
  .m-xl-n25 {
    margin: -5px !important; }
  .mt-xl-n25,
  .my-xl-n25 {
    margin-top: -5px !important; }
  .mr-xl-n25,
  .mx-xl-n25 {
    margin-right: -5px !important; }
  .mb-xl-n25,
  .my-xl-n25 {
    margin-bottom: -5px !important; }
  .ml-xl-n25,
  .mx-xl-n25 {
    margin-left: -5px !important; }
  .m-xl-n30 {
    margin: -5px !important; }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -5px !important; }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -5px !important; }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -5px !important; }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -5px !important; }
  .m-xl-n35 {
    margin: -5px !important; }
  .mt-xl-n35,
  .my-xl-n35 {
    margin-top: -5px !important; }
  .mr-xl-n35,
  .mx-xl-n35 {
    margin-right: -5px !important; }
  .mb-xl-n35,
  .my-xl-n35 {
    margin-bottom: -5px !important; }
  .ml-xl-n35,
  .mx-xl-n35 {
    margin-left: -5px !important; }
  .m-xl-n40 {
    margin: -5px !important; }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -5px !important; }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -5px !important; }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -5px !important; }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -5px !important; }
  .m-xl-n45 {
    margin: -5px !important; }
  .mt-xl-n45,
  .my-xl-n45 {
    margin-top: -5px !important; }
  .mr-xl-n45,
  .mx-xl-n45 {
    margin-right: -5px !important; }
  .mb-xl-n45,
  .my-xl-n45 {
    margin-bottom: -5px !important; }
  .ml-xl-n45,
  .mx-xl-n45 {
    margin-left: -5px !important; }
  .m-xl-n50 {
    margin: -5px !important; }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5px !important; }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5px !important; }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5px !important; }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5px !important; }
  .m-xl-n55 {
    margin: -5px !important; }
  .mt-xl-n55,
  .my-xl-n55 {
    margin-top: -5px !important; }
  .mr-xl-n55,
  .mx-xl-n55 {
    margin-right: -5px !important; }
  .mb-xl-n55,
  .my-xl-n55 {
    margin-bottom: -5px !important; }
  .ml-xl-n55,
  .mx-xl-n55 {
    margin-left: -5px !important; }
  .m-xl-n60 {
    margin: -5px !important; }
  .mt-xl-n60,
  .my-xl-n60 {
    margin-top: -5px !important; }
  .mr-xl-n60,
  .mx-xl-n60 {
    margin-right: -5px !important; }
  .mb-xl-n60,
  .my-xl-n60 {
    margin-bottom: -5px !important; }
  .ml-xl-n60,
  .mx-xl-n60 {
    margin-left: -5px !important; }
  .m-xl-n65 {
    margin: -5px !important; }
  .mt-xl-n65,
  .my-xl-n65 {
    margin-top: -5px !important; }
  .mr-xl-n65,
  .mx-xl-n65 {
    margin-right: -5px !important; }
  .mb-xl-n65,
  .my-xl-n65 {
    margin-bottom: -5px !important; }
  .ml-xl-n65,
  .mx-xl-n65 {
    margin-left: -5px !important; }
  .m-xl-n70 {
    margin: -5px !important; }
  .mt-xl-n70,
  .my-xl-n70 {
    margin-top: -5px !important; }
  .mr-xl-n70,
  .mx-xl-n70 {
    margin-right: -5px !important; }
  .mb-xl-n70,
  .my-xl-n70 {
    margin-bottom: -5px !important; }
  .ml-xl-n70,
  .mx-xl-n70 {
    margin-left: -5px !important; }
  .m-xl-n75 {
    margin: -5px !important; }
  .mt-xl-n75,
  .my-xl-n75 {
    margin-top: -5px !important; }
  .mr-xl-n75,
  .mx-xl-n75 {
    margin-right: -5px !important; }
  .mb-xl-n75,
  .my-xl-n75 {
    margin-bottom: -5px !important; }
  .ml-xl-n75,
  .mx-xl-n75 {
    margin-left: -5px !important; }
  .m-xl-n80 {
    margin: -5px !important; }
  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -5px !important; }
  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -5px !important; }
  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -5px !important; }
  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -5px !important; }
  .m-xl-n85 {
    margin: -5px !important; }
  .mt-xl-n85,
  .my-xl-n85 {
    margin-top: -5px !important; }
  .mr-xl-n85,
  .mx-xl-n85 {
    margin-right: -5px !important; }
  .mb-xl-n85,
  .my-xl-n85 {
    margin-bottom: -5px !important; }
  .ml-xl-n85,
  .mx-xl-n85 {
    margin-left: -5px !important; }
  .m-xl-n90 {
    margin: -5px !important; }
  .mt-xl-n90,
  .my-xl-n90 {
    margin-top: -5px !important; }
  .mr-xl-n90,
  .mx-xl-n90 {
    margin-right: -5px !important; }
  .mb-xl-n90,
  .my-xl-n90 {
    margin-bottom: -5px !important; }
  .ml-xl-n90,
  .mx-xl-n90 {
    margin-left: -5px !important; }
  .m-xl-n95 {
    margin: -5px !important; }
  .mt-xl-n95,
  .my-xl-n95 {
    margin-top: -5px !important; }
  .mr-xl-n95,
  .mx-xl-n95 {
    margin-right: -5px !important; }
  .mb-xl-n95,
  .my-xl-n95 {
    margin-bottom: -5px !important; }
  .ml-xl-n95,
  .mx-xl-n95 {
    margin-left: -5px !important; }
  .m-xl-n100 {
    margin: -5px !important; }
  .mt-xl-n100,
  .my-xl-n100 {
    margin-top: -5px !important; }
  .mr-xl-n100,
  .mx-xl-n100 {
    margin-right: -5px !important; }
  .mb-xl-n100,
  .my-xl-n100 {
    margin-bottom: -5px !important; }
  .ml-xl-n100,
  .mx-xl-n100 {
    margin-left: -5px !important; }
  .m-xl-n105 {
    margin: -5px !important; }
  .mt-xl-n105,
  .my-xl-n105 {
    margin-top: -5px !important; }
  .mr-xl-n105,
  .mx-xl-n105 {
    margin-right: -5px !important; }
  .mb-xl-n105,
  .my-xl-n105 {
    margin-bottom: -5px !important; }
  .ml-xl-n105,
  .mx-xl-n105 {
    margin-left: -5px !important; }
  .m-xl-n110 {
    margin: -5px !important; }
  .mt-xl-n110,
  .my-xl-n110 {
    margin-top: -5px !important; }
  .mr-xl-n110,
  .mx-xl-n110 {
    margin-right: -5px !important; }
  .mb-xl-n110,
  .my-xl-n110 {
    margin-bottom: -5px !important; }
  .ml-xl-n110,
  .mx-xl-n110 {
    margin-left: -5px !important; }
  .m-xl-n115 {
    margin: -5px !important; }
  .mt-xl-n115,
  .my-xl-n115 {
    margin-top: -5px !important; }
  .mr-xl-n115,
  .mx-xl-n115 {
    margin-right: -5px !important; }
  .mb-xl-n115,
  .my-xl-n115 {
    margin-bottom: -5px !important; }
  .ml-xl-n115,
  .mx-xl-n115 {
    margin-left: -5px !important; }
  .m-xl-n120 {
    margin: -5px !important; }
  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -5px !important; }
  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -5px !important; }
  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -5px !important; }
  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -5px !important; }
  .m-xl-n125 {
    margin: -5px !important; }
  .mt-xl-n125,
  .my-xl-n125 {
    margin-top: -5px !important; }
  .mr-xl-n125,
  .mx-xl-n125 {
    margin-right: -5px !important; }
  .mb-xl-n125,
  .my-xl-n125 {
    margin-bottom: -5px !important; }
  .ml-xl-n125,
  .mx-xl-n125 {
    margin-left: -5px !important; }
  .m-xl-n130 {
    margin: -5px !important; }
  .mt-xl-n130,
  .my-xl-n130 {
    margin-top: -5px !important; }
  .mr-xl-n130,
  .mx-xl-n130 {
    margin-right: -5px !important; }
  .mb-xl-n130,
  .my-xl-n130 {
    margin-bottom: -5px !important; }
  .ml-xl-n130,
  .mx-xl-n130 {
    margin-left: -5px !important; }
  .m-xl-n135 {
    margin: -5px !important; }
  .mt-xl-n135,
  .my-xl-n135 {
    margin-top: -5px !important; }
  .mr-xl-n135,
  .mx-xl-n135 {
    margin-right: -5px !important; }
  .mb-xl-n135,
  .my-xl-n135 {
    margin-bottom: -5px !important; }
  .ml-xl-n135,
  .mx-xl-n135 {
    margin-left: -5px !important; }
  .m-xl-n140 {
    margin: -5px !important; }
  .mt-xl-n140,
  .my-xl-n140 {
    margin-top: -5px !important; }
  .mr-xl-n140,
  .mx-xl-n140 {
    margin-right: -5px !important; }
  .mb-xl-n140,
  .my-xl-n140 {
    margin-bottom: -5px !important; }
  .ml-xl-n140,
  .mx-xl-n140 {
    margin-left: -5px !important; }
  .m-xl-n145 {
    margin: -5px !important; }
  .mt-xl-n145,
  .my-xl-n145 {
    margin-top: -5px !important; }
  .mr-xl-n145,
  .mx-xl-n145 {
    margin-right: -5px !important; }
  .mb-xl-n145,
  .my-xl-n145 {
    margin-bottom: -5px !important; }
  .ml-xl-n145,
  .mx-xl-n145 {
    margin-left: -5px !important; }
  .m-xl-n150 {
    margin: -5px !important; }
  .mt-xl-n150,
  .my-xl-n150 {
    margin-top: -5px !important; }
  .mr-xl-n150,
  .mx-xl-n150 {
    margin-right: -5px !important; }
  .mb-xl-n150,
  .my-xl-n150 {
    margin-bottom: -5px !important; }
  .ml-xl-n150,
  .mx-xl-n150 {
    margin-left: -5px !important; }
  .m-xl-n155 {
    margin: -5px !important; }
  .mt-xl-n155,
  .my-xl-n155 {
    margin-top: -5px !important; }
  .mr-xl-n155,
  .mx-xl-n155 {
    margin-right: -5px !important; }
  .mb-xl-n155,
  .my-xl-n155 {
    margin-bottom: -5px !important; }
  .ml-xl-n155,
  .mx-xl-n155 {
    margin-left: -5px !important; }
  .m-xl-n160 {
    margin: -5px !important; }
  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -5px !important; }
  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -5px !important; }
  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -5px !important; }
  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -5px !important; }
  .m-xl-n165 {
    margin: -5px !important; }
  .mt-xl-n165,
  .my-xl-n165 {
    margin-top: -5px !important; }
  .mr-xl-n165,
  .mx-xl-n165 {
    margin-right: -5px !important; }
  .mb-xl-n165,
  .my-xl-n165 {
    margin-bottom: -5px !important; }
  .ml-xl-n165,
  .mx-xl-n165 {
    margin-left: -5px !important; }
  .m-xl-n170 {
    margin: -5px !important; }
  .mt-xl-n170,
  .my-xl-n170 {
    margin-top: -5px !important; }
  .mr-xl-n170,
  .mx-xl-n170 {
    margin-right: -5px !important; }
  .mb-xl-n170,
  .my-xl-n170 {
    margin-bottom: -5px !important; }
  .ml-xl-n170,
  .mx-xl-n170 {
    margin-left: -5px !important; }
  .m-xl-n175 {
    margin: -5px !important; }
  .mt-xl-n175,
  .my-xl-n175 {
    margin-top: -5px !important; }
  .mr-xl-n175,
  .mx-xl-n175 {
    margin-right: -5px !important; }
  .mb-xl-n175,
  .my-xl-n175 {
    margin-bottom: -5px !important; }
  .ml-xl-n175,
  .mx-xl-n175 {
    margin-left: -5px !important; }
  .m-xl-n180 {
    margin: -5px !important; }
  .mt-xl-n180,
  .my-xl-n180 {
    margin-top: -5px !important; }
  .mr-xl-n180,
  .mx-xl-n180 {
    margin-right: -5px !important; }
  .mb-xl-n180,
  .my-xl-n180 {
    margin-bottom: -5px !important; }
  .ml-xl-n180,
  .mx-xl-n180 {
    margin-left: -5px !important; }
  .m-xl-n185 {
    margin: -5px !important; }
  .mt-xl-n185,
  .my-xl-n185 {
    margin-top: -5px !important; }
  .mr-xl-n185,
  .mx-xl-n185 {
    margin-right: -5px !important; }
  .mb-xl-n185,
  .my-xl-n185 {
    margin-bottom: -5px !important; }
  .ml-xl-n185,
  .mx-xl-n185 {
    margin-left: -5px !important; }
  .m-xl-n190 {
    margin: -5px !important; }
  .mt-xl-n190,
  .my-xl-n190 {
    margin-top: -5px !important; }
  .mr-xl-n190,
  .mx-xl-n190 {
    margin-right: -5px !important; }
  .mb-xl-n190,
  .my-xl-n190 {
    margin-bottom: -5px !important; }
  .ml-xl-n190,
  .mx-xl-n190 {
    margin-left: -5px !important; }
  .m-xl-n195 {
    margin: -5px !important; }
  .mt-xl-n195,
  .my-xl-n195 {
    margin-top: -5px !important; }
  .mr-xl-n195,
  .mx-xl-n195 {
    margin-right: -5px !important; }
  .mb-xl-n195,
  .my-xl-n195 {
    margin-bottom: -5px !important; }
  .ml-xl-n195,
  .mx-xl-n195 {
    margin-left: -5px !important; }
  .m-xl-n200 {
    margin: -5px !important; }
  .mt-xl-n200,
  .my-xl-n200 {
    margin-top: -5px !important; }
  .mr-xl-n200,
  .mx-xl-n200 {
    margin-right: -5px !important; }
  .mb-xl-n200,
  .my-xl-n200 {
    margin-bottom: -5px !important; }
  .ml-xl-n200,
  .mx-xl-n200 {
    margin-left: -5px !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 2.5px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 2.5px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 2.5px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 2.5px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 2.5px !important; }
  .m-xxl-2 {
    margin: 5px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 5px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 5px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 5px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 5px !important; }
  .m-xxl-3 {
    margin: 10px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 10px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 10px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 10px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 10px !important; }
  .m-xxl-4 {
    margin: 15px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 15px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 15px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 15px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 15px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important; }
  .m-xxl-15 {
    margin: 15px !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important; }
  .m-xxl-20 {
    margin: 20px !important; }
  .mt-xxl-20,
  .my-xxl-20 {
    margin-top: 20px !important; }
  .mr-xxl-20,
  .mx-xxl-20 {
    margin-right: 20px !important; }
  .mb-xxl-20,
  .my-xxl-20 {
    margin-bottom: 20px !important; }
  .ml-xxl-20,
  .mx-xxl-20 {
    margin-left: 20px !important; }
  .m-xxl-25 {
    margin: 25px !important; }
  .mt-xxl-25,
  .my-xxl-25 {
    margin-top: 25px !important; }
  .mr-xxl-25,
  .mx-xxl-25 {
    margin-right: 25px !important; }
  .mb-xxl-25,
  .my-xxl-25 {
    margin-bottom: 25px !important; }
  .ml-xxl-25,
  .mx-xxl-25 {
    margin-left: 25px !important; }
  .m-xxl-30 {
    margin: 30px !important; }
  .mt-xxl-30,
  .my-xxl-30 {
    margin-top: 30px !important; }
  .mr-xxl-30,
  .mx-xxl-30 {
    margin-right: 30px !important; }
  .mb-xxl-30,
  .my-xxl-30 {
    margin-bottom: 30px !important; }
  .ml-xxl-30,
  .mx-xxl-30 {
    margin-left: 30px !important; }
  .m-xxl-35 {
    margin: 35px !important; }
  .mt-xxl-35,
  .my-xxl-35 {
    margin-top: 35px !important; }
  .mr-xxl-35,
  .mx-xxl-35 {
    margin-right: 35px !important; }
  .mb-xxl-35,
  .my-xxl-35 {
    margin-bottom: 35px !important; }
  .ml-xxl-35,
  .mx-xxl-35 {
    margin-left: 35px !important; }
  .m-xxl-40 {
    margin: 40px !important; }
  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important; }
  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important; }
  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important; }
  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important; }
  .m-xxl-45 {
    margin: 45px !important; }
  .mt-xxl-45,
  .my-xxl-45 {
    margin-top: 45px !important; }
  .mr-xxl-45,
  .mx-xxl-45 {
    margin-right: 45px !important; }
  .mb-xxl-45,
  .my-xxl-45 {
    margin-bottom: 45px !important; }
  .ml-xxl-45,
  .mx-xxl-45 {
    margin-left: 45px !important; }
  .m-xxl-50 {
    margin: 50px !important; }
  .mt-xxl-50,
  .my-xxl-50 {
    margin-top: 50px !important; }
  .mr-xxl-50,
  .mx-xxl-50 {
    margin-right: 50px !important; }
  .mb-xxl-50,
  .my-xxl-50 {
    margin-bottom: 50px !important; }
  .ml-xxl-50,
  .mx-xxl-50 {
    margin-left: 50px !important; }
  .m-xxl-55 {
    margin: 55px !important; }
  .mt-xxl-55,
  .my-xxl-55 {
    margin-top: 55px !important; }
  .mr-xxl-55,
  .mx-xxl-55 {
    margin-right: 55px !important; }
  .mb-xxl-55,
  .my-xxl-55 {
    margin-bottom: 55px !important; }
  .ml-xxl-55,
  .mx-xxl-55 {
    margin-left: 55px !important; }
  .m-xxl-60 {
    margin: 60px !important; }
  .mt-xxl-60,
  .my-xxl-60 {
    margin-top: 60px !important; }
  .mr-xxl-60,
  .mx-xxl-60 {
    margin-right: 60px !important; }
  .mb-xxl-60,
  .my-xxl-60 {
    margin-bottom: 60px !important; }
  .ml-xxl-60,
  .mx-xxl-60 {
    margin-left: 60px !important; }
  .m-xxl-65 {
    margin: 65px !important; }
  .mt-xxl-65,
  .my-xxl-65 {
    margin-top: 65px !important; }
  .mr-xxl-65,
  .mx-xxl-65 {
    margin-right: 65px !important; }
  .mb-xxl-65,
  .my-xxl-65 {
    margin-bottom: 65px !important; }
  .ml-xxl-65,
  .mx-xxl-65 {
    margin-left: 65px !important; }
  .m-xxl-70 {
    margin: 70px !important; }
  .mt-xxl-70,
  .my-xxl-70 {
    margin-top: 70px !important; }
  .mr-xxl-70,
  .mx-xxl-70 {
    margin-right: 70px !important; }
  .mb-xxl-70,
  .my-xxl-70 {
    margin-bottom: 70px !important; }
  .ml-xxl-70,
  .mx-xxl-70 {
    margin-left: 70px !important; }
  .m-xxl-75 {
    margin: 75px !important; }
  .mt-xxl-75,
  .my-xxl-75 {
    margin-top: 75px !important; }
  .mr-xxl-75,
  .mx-xxl-75 {
    margin-right: 75px !important; }
  .mb-xxl-75,
  .my-xxl-75 {
    margin-bottom: 75px !important; }
  .ml-xxl-75,
  .mx-xxl-75 {
    margin-left: 75px !important; }
  .m-xxl-80 {
    margin: 80px !important; }
  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important; }
  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important; }
  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important; }
  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important; }
  .m-xxl-85 {
    margin: 85px !important; }
  .mt-xxl-85,
  .my-xxl-85 {
    margin-top: 85px !important; }
  .mr-xxl-85,
  .mx-xxl-85 {
    margin-right: 85px !important; }
  .mb-xxl-85,
  .my-xxl-85 {
    margin-bottom: 85px !important; }
  .ml-xxl-85,
  .mx-xxl-85 {
    margin-left: 85px !important; }
  .m-xxl-90 {
    margin: 90px !important; }
  .mt-xxl-90,
  .my-xxl-90 {
    margin-top: 90px !important; }
  .mr-xxl-90,
  .mx-xxl-90 {
    margin-right: 90px !important; }
  .mb-xxl-90,
  .my-xxl-90 {
    margin-bottom: 90px !important; }
  .ml-xxl-90,
  .mx-xxl-90 {
    margin-left: 90px !important; }
  .m-xxl-95 {
    margin: 95px !important; }
  .mt-xxl-95,
  .my-xxl-95 {
    margin-top: 95px !important; }
  .mr-xxl-95,
  .mx-xxl-95 {
    margin-right: 95px !important; }
  .mb-xxl-95,
  .my-xxl-95 {
    margin-bottom: 95px !important; }
  .ml-xxl-95,
  .mx-xxl-95 {
    margin-left: 95px !important; }
  .m-xxl-100 {
    margin: 100px !important; }
  .mt-xxl-100,
  .my-xxl-100 {
    margin-top: 100px !important; }
  .mr-xxl-100,
  .mx-xxl-100 {
    margin-right: 100px !important; }
  .mb-xxl-100,
  .my-xxl-100 {
    margin-bottom: 100px !important; }
  .ml-xxl-100,
  .mx-xxl-100 {
    margin-left: 100px !important; }
  .m-xxl-105 {
    margin: 105px !important; }
  .mt-xxl-105,
  .my-xxl-105 {
    margin-top: 105px !important; }
  .mr-xxl-105,
  .mx-xxl-105 {
    margin-right: 105px !important; }
  .mb-xxl-105,
  .my-xxl-105 {
    margin-bottom: 105px !important; }
  .ml-xxl-105,
  .mx-xxl-105 {
    margin-left: 105px !important; }
  .m-xxl-110 {
    margin: 110px !important; }
  .mt-xxl-110,
  .my-xxl-110 {
    margin-top: 110px !important; }
  .mr-xxl-110,
  .mx-xxl-110 {
    margin-right: 110px !important; }
  .mb-xxl-110,
  .my-xxl-110 {
    margin-bottom: 110px !important; }
  .ml-xxl-110,
  .mx-xxl-110 {
    margin-left: 110px !important; }
  .m-xxl-115 {
    margin: 115px !important; }
  .mt-xxl-115,
  .my-xxl-115 {
    margin-top: 115px !important; }
  .mr-xxl-115,
  .mx-xxl-115 {
    margin-right: 115px !important; }
  .mb-xxl-115,
  .my-xxl-115 {
    margin-bottom: 115px !important; }
  .ml-xxl-115,
  .mx-xxl-115 {
    margin-left: 115px !important; }
  .m-xxl-120 {
    margin: 120px !important; }
  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important; }
  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important; }
  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important; }
  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important; }
  .m-xxl-125 {
    margin: 125px !important; }
  .mt-xxl-125,
  .my-xxl-125 {
    margin-top: 125px !important; }
  .mr-xxl-125,
  .mx-xxl-125 {
    margin-right: 125px !important; }
  .mb-xxl-125,
  .my-xxl-125 {
    margin-bottom: 125px !important; }
  .ml-xxl-125,
  .mx-xxl-125 {
    margin-left: 125px !important; }
  .m-xxl-130 {
    margin: 130px !important; }
  .mt-xxl-130,
  .my-xxl-130 {
    margin-top: 130px !important; }
  .mr-xxl-130,
  .mx-xxl-130 {
    margin-right: 130px !important; }
  .mb-xxl-130,
  .my-xxl-130 {
    margin-bottom: 130px !important; }
  .ml-xxl-130,
  .mx-xxl-130 {
    margin-left: 130px !important; }
  .m-xxl-135 {
    margin: 135px !important; }
  .mt-xxl-135,
  .my-xxl-135 {
    margin-top: 135px !important; }
  .mr-xxl-135,
  .mx-xxl-135 {
    margin-right: 135px !important; }
  .mb-xxl-135,
  .my-xxl-135 {
    margin-bottom: 135px !important; }
  .ml-xxl-135,
  .mx-xxl-135 {
    margin-left: 135px !important; }
  .m-xxl-140 {
    margin: 140px !important; }
  .mt-xxl-140,
  .my-xxl-140 {
    margin-top: 140px !important; }
  .mr-xxl-140,
  .mx-xxl-140 {
    margin-right: 140px !important; }
  .mb-xxl-140,
  .my-xxl-140 {
    margin-bottom: 140px !important; }
  .ml-xxl-140,
  .mx-xxl-140 {
    margin-left: 140px !important; }
  .m-xxl-145 {
    margin: 145px !important; }
  .mt-xxl-145,
  .my-xxl-145 {
    margin-top: 145px !important; }
  .mr-xxl-145,
  .mx-xxl-145 {
    margin-right: 145px !important; }
  .mb-xxl-145,
  .my-xxl-145 {
    margin-bottom: 145px !important; }
  .ml-xxl-145,
  .mx-xxl-145 {
    margin-left: 145px !important; }
  .m-xxl-150 {
    margin: 150px !important; }
  .mt-xxl-150,
  .my-xxl-150 {
    margin-top: 150px !important; }
  .mr-xxl-150,
  .mx-xxl-150 {
    margin-right: 150px !important; }
  .mb-xxl-150,
  .my-xxl-150 {
    margin-bottom: 150px !important; }
  .ml-xxl-150,
  .mx-xxl-150 {
    margin-left: 150px !important; }
  .m-xxl-155 {
    margin: 155px !important; }
  .mt-xxl-155,
  .my-xxl-155 {
    margin-top: 155px !important; }
  .mr-xxl-155,
  .mx-xxl-155 {
    margin-right: 155px !important; }
  .mb-xxl-155,
  .my-xxl-155 {
    margin-bottom: 155px !important; }
  .ml-xxl-155,
  .mx-xxl-155 {
    margin-left: 155px !important; }
  .m-xxl-160 {
    margin: 160px !important; }
  .mt-xxl-160,
  .my-xxl-160 {
    margin-top: 160px !important; }
  .mr-xxl-160,
  .mx-xxl-160 {
    margin-right: 160px !important; }
  .mb-xxl-160,
  .my-xxl-160 {
    margin-bottom: 160px !important; }
  .ml-xxl-160,
  .mx-xxl-160 {
    margin-left: 160px !important; }
  .m-xxl-165 {
    margin: 165px !important; }
  .mt-xxl-165,
  .my-xxl-165 {
    margin-top: 165px !important; }
  .mr-xxl-165,
  .mx-xxl-165 {
    margin-right: 165px !important; }
  .mb-xxl-165,
  .my-xxl-165 {
    margin-bottom: 165px !important; }
  .ml-xxl-165,
  .mx-xxl-165 {
    margin-left: 165px !important; }
  .m-xxl-170 {
    margin: 170px !important; }
  .mt-xxl-170,
  .my-xxl-170 {
    margin-top: 170px !important; }
  .mr-xxl-170,
  .mx-xxl-170 {
    margin-right: 170px !important; }
  .mb-xxl-170,
  .my-xxl-170 {
    margin-bottom: 170px !important; }
  .ml-xxl-170,
  .mx-xxl-170 {
    margin-left: 170px !important; }
  .m-xxl-175 {
    margin: 175px !important; }
  .mt-xxl-175,
  .my-xxl-175 {
    margin-top: 175px !important; }
  .mr-xxl-175,
  .mx-xxl-175 {
    margin-right: 175px !important; }
  .mb-xxl-175,
  .my-xxl-175 {
    margin-bottom: 175px !important; }
  .ml-xxl-175,
  .mx-xxl-175 {
    margin-left: 175px !important; }
  .m-xxl-180 {
    margin: 180px !important; }
  .mt-xxl-180,
  .my-xxl-180 {
    margin-top: 180px !important; }
  .mr-xxl-180,
  .mx-xxl-180 {
    margin-right: 180px !important; }
  .mb-xxl-180,
  .my-xxl-180 {
    margin-bottom: 180px !important; }
  .ml-xxl-180,
  .mx-xxl-180 {
    margin-left: 180px !important; }
  .m-xxl-185 {
    margin: 185px !important; }
  .mt-xxl-185,
  .my-xxl-185 {
    margin-top: 185px !important; }
  .mr-xxl-185,
  .mx-xxl-185 {
    margin-right: 185px !important; }
  .mb-xxl-185,
  .my-xxl-185 {
    margin-bottom: 185px !important; }
  .ml-xxl-185,
  .mx-xxl-185 {
    margin-left: 185px !important; }
  .m-xxl-190 {
    margin: 190px !important; }
  .mt-xxl-190,
  .my-xxl-190 {
    margin-top: 190px !important; }
  .mr-xxl-190,
  .mx-xxl-190 {
    margin-right: 190px !important; }
  .mb-xxl-190,
  .my-xxl-190 {
    margin-bottom: 190px !important; }
  .ml-xxl-190,
  .mx-xxl-190 {
    margin-left: 190px !important; }
  .m-xxl-195 {
    margin: 195px !important; }
  .mt-xxl-195,
  .my-xxl-195 {
    margin-top: 195px !important; }
  .mr-xxl-195,
  .mx-xxl-195 {
    margin-right: 195px !important; }
  .mb-xxl-195,
  .my-xxl-195 {
    margin-bottom: 195px !important; }
  .ml-xxl-195,
  .mx-xxl-195 {
    margin-left: 195px !important; }
  .m-xxl-200 {
    margin: 200px !important; }
  .mt-xxl-200,
  .my-xxl-200 {
    margin-top: 200px !important; }
  .mr-xxl-200,
  .mx-xxl-200 {
    margin-right: 200px !important; }
  .mb-xxl-200,
  .my-xxl-200 {
    margin-bottom: 200px !important; }
  .ml-xxl-200,
  .mx-xxl-200 {
    margin-left: 200px !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 2.5px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 2.5px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 2.5px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 2.5px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 2.5px !important; }
  .p-xxl-2 {
    padding: 5px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 5px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 5px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 5px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 5px !important; }
  .p-xxl-3 {
    padding: 10px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 10px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 10px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 10px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 10px !important; }
  .p-xxl-4 {
    padding: 15px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 15px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 15px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 15px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 15px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important; }
  .p-xxl-15 {
    padding: 15px !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important; }
  .p-xxl-20 {
    padding: 20px !important; }
  .pt-xxl-20,
  .py-xxl-20 {
    padding-top: 20px !important; }
  .pr-xxl-20,
  .px-xxl-20 {
    padding-right: 20px !important; }
  .pb-xxl-20,
  .py-xxl-20 {
    padding-bottom: 20px !important; }
  .pl-xxl-20,
  .px-xxl-20 {
    padding-left: 20px !important; }
  .p-xxl-25 {
    padding: 25px !important; }
  .pt-xxl-25,
  .py-xxl-25 {
    padding-top: 25px !important; }
  .pr-xxl-25,
  .px-xxl-25 {
    padding-right: 25px !important; }
  .pb-xxl-25,
  .py-xxl-25 {
    padding-bottom: 25px !important; }
  .pl-xxl-25,
  .px-xxl-25 {
    padding-left: 25px !important; }
  .p-xxl-30 {
    padding: 30px !important; }
  .pt-xxl-30,
  .py-xxl-30 {
    padding-top: 30px !important; }
  .pr-xxl-30,
  .px-xxl-30 {
    padding-right: 30px !important; }
  .pb-xxl-30,
  .py-xxl-30 {
    padding-bottom: 30px !important; }
  .pl-xxl-30,
  .px-xxl-30 {
    padding-left: 30px !important; }
  .p-xxl-35 {
    padding: 35px !important; }
  .pt-xxl-35,
  .py-xxl-35 {
    padding-top: 35px !important; }
  .pr-xxl-35,
  .px-xxl-35 {
    padding-right: 35px !important; }
  .pb-xxl-35,
  .py-xxl-35 {
    padding-bottom: 35px !important; }
  .pl-xxl-35,
  .px-xxl-35 {
    padding-left: 35px !important; }
  .p-xxl-40 {
    padding: 40px !important; }
  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important; }
  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important; }
  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important; }
  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important; }
  .p-xxl-45 {
    padding: 45px !important; }
  .pt-xxl-45,
  .py-xxl-45 {
    padding-top: 45px !important; }
  .pr-xxl-45,
  .px-xxl-45 {
    padding-right: 45px !important; }
  .pb-xxl-45,
  .py-xxl-45 {
    padding-bottom: 45px !important; }
  .pl-xxl-45,
  .px-xxl-45 {
    padding-left: 45px !important; }
  .p-xxl-50 {
    padding: 50px !important; }
  .pt-xxl-50,
  .py-xxl-50 {
    padding-top: 50px !important; }
  .pr-xxl-50,
  .px-xxl-50 {
    padding-right: 50px !important; }
  .pb-xxl-50,
  .py-xxl-50 {
    padding-bottom: 50px !important; }
  .pl-xxl-50,
  .px-xxl-50 {
    padding-left: 50px !important; }
  .p-xxl-55 {
    padding: 55px !important; }
  .pt-xxl-55,
  .py-xxl-55 {
    padding-top: 55px !important; }
  .pr-xxl-55,
  .px-xxl-55 {
    padding-right: 55px !important; }
  .pb-xxl-55,
  .py-xxl-55 {
    padding-bottom: 55px !important; }
  .pl-xxl-55,
  .px-xxl-55 {
    padding-left: 55px !important; }
  .p-xxl-60 {
    padding: 60px !important; }
  .pt-xxl-60,
  .py-xxl-60 {
    padding-top: 60px !important; }
  .pr-xxl-60,
  .px-xxl-60 {
    padding-right: 60px !important; }
  .pb-xxl-60,
  .py-xxl-60 {
    padding-bottom: 60px !important; }
  .pl-xxl-60,
  .px-xxl-60 {
    padding-left: 60px !important; }
  .p-xxl-65 {
    padding: 65px !important; }
  .pt-xxl-65,
  .py-xxl-65 {
    padding-top: 65px !important; }
  .pr-xxl-65,
  .px-xxl-65 {
    padding-right: 65px !important; }
  .pb-xxl-65,
  .py-xxl-65 {
    padding-bottom: 65px !important; }
  .pl-xxl-65,
  .px-xxl-65 {
    padding-left: 65px !important; }
  .p-xxl-70 {
    padding: 70px !important; }
  .pt-xxl-70,
  .py-xxl-70 {
    padding-top: 70px !important; }
  .pr-xxl-70,
  .px-xxl-70 {
    padding-right: 70px !important; }
  .pb-xxl-70,
  .py-xxl-70 {
    padding-bottom: 70px !important; }
  .pl-xxl-70,
  .px-xxl-70 {
    padding-left: 70px !important; }
  .p-xxl-75 {
    padding: 75px !important; }
  .pt-xxl-75,
  .py-xxl-75 {
    padding-top: 75px !important; }
  .pr-xxl-75,
  .px-xxl-75 {
    padding-right: 75px !important; }
  .pb-xxl-75,
  .py-xxl-75 {
    padding-bottom: 75px !important; }
  .pl-xxl-75,
  .px-xxl-75 {
    padding-left: 75px !important; }
  .p-xxl-80 {
    padding: 80px !important; }
  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important; }
  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important; }
  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important; }
  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important; }
  .p-xxl-85 {
    padding: 85px !important; }
  .pt-xxl-85,
  .py-xxl-85 {
    padding-top: 85px !important; }
  .pr-xxl-85,
  .px-xxl-85 {
    padding-right: 85px !important; }
  .pb-xxl-85,
  .py-xxl-85 {
    padding-bottom: 85px !important; }
  .pl-xxl-85,
  .px-xxl-85 {
    padding-left: 85px !important; }
  .p-xxl-90 {
    padding: 90px !important; }
  .pt-xxl-90,
  .py-xxl-90 {
    padding-top: 90px !important; }
  .pr-xxl-90,
  .px-xxl-90 {
    padding-right: 90px !important; }
  .pb-xxl-90,
  .py-xxl-90 {
    padding-bottom: 90px !important; }
  .pl-xxl-90,
  .px-xxl-90 {
    padding-left: 90px !important; }
  .p-xxl-95 {
    padding: 95px !important; }
  .pt-xxl-95,
  .py-xxl-95 {
    padding-top: 95px !important; }
  .pr-xxl-95,
  .px-xxl-95 {
    padding-right: 95px !important; }
  .pb-xxl-95,
  .py-xxl-95 {
    padding-bottom: 95px !important; }
  .pl-xxl-95,
  .px-xxl-95 {
    padding-left: 95px !important; }
  .p-xxl-100 {
    padding: 100px !important; }
  .pt-xxl-100,
  .py-xxl-100 {
    padding-top: 100px !important; }
  .pr-xxl-100,
  .px-xxl-100 {
    padding-right: 100px !important; }
  .pb-xxl-100,
  .py-xxl-100 {
    padding-bottom: 100px !important; }
  .pl-xxl-100,
  .px-xxl-100 {
    padding-left: 100px !important; }
  .p-xxl-105 {
    padding: 105px !important; }
  .pt-xxl-105,
  .py-xxl-105 {
    padding-top: 105px !important; }
  .pr-xxl-105,
  .px-xxl-105 {
    padding-right: 105px !important; }
  .pb-xxl-105,
  .py-xxl-105 {
    padding-bottom: 105px !important; }
  .pl-xxl-105,
  .px-xxl-105 {
    padding-left: 105px !important; }
  .p-xxl-110 {
    padding: 110px !important; }
  .pt-xxl-110,
  .py-xxl-110 {
    padding-top: 110px !important; }
  .pr-xxl-110,
  .px-xxl-110 {
    padding-right: 110px !important; }
  .pb-xxl-110,
  .py-xxl-110 {
    padding-bottom: 110px !important; }
  .pl-xxl-110,
  .px-xxl-110 {
    padding-left: 110px !important; }
  .p-xxl-115 {
    padding: 115px !important; }
  .pt-xxl-115,
  .py-xxl-115 {
    padding-top: 115px !important; }
  .pr-xxl-115,
  .px-xxl-115 {
    padding-right: 115px !important; }
  .pb-xxl-115,
  .py-xxl-115 {
    padding-bottom: 115px !important; }
  .pl-xxl-115,
  .px-xxl-115 {
    padding-left: 115px !important; }
  .p-xxl-120 {
    padding: 120px !important; }
  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important; }
  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important; }
  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important; }
  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important; }
  .p-xxl-125 {
    padding: 125px !important; }
  .pt-xxl-125,
  .py-xxl-125 {
    padding-top: 125px !important; }
  .pr-xxl-125,
  .px-xxl-125 {
    padding-right: 125px !important; }
  .pb-xxl-125,
  .py-xxl-125 {
    padding-bottom: 125px !important; }
  .pl-xxl-125,
  .px-xxl-125 {
    padding-left: 125px !important; }
  .p-xxl-130 {
    padding: 130px !important; }
  .pt-xxl-130,
  .py-xxl-130 {
    padding-top: 130px !important; }
  .pr-xxl-130,
  .px-xxl-130 {
    padding-right: 130px !important; }
  .pb-xxl-130,
  .py-xxl-130 {
    padding-bottom: 130px !important; }
  .pl-xxl-130,
  .px-xxl-130 {
    padding-left: 130px !important; }
  .p-xxl-135 {
    padding: 135px !important; }
  .pt-xxl-135,
  .py-xxl-135 {
    padding-top: 135px !important; }
  .pr-xxl-135,
  .px-xxl-135 {
    padding-right: 135px !important; }
  .pb-xxl-135,
  .py-xxl-135 {
    padding-bottom: 135px !important; }
  .pl-xxl-135,
  .px-xxl-135 {
    padding-left: 135px !important; }
  .p-xxl-140 {
    padding: 140px !important; }
  .pt-xxl-140,
  .py-xxl-140 {
    padding-top: 140px !important; }
  .pr-xxl-140,
  .px-xxl-140 {
    padding-right: 140px !important; }
  .pb-xxl-140,
  .py-xxl-140 {
    padding-bottom: 140px !important; }
  .pl-xxl-140,
  .px-xxl-140 {
    padding-left: 140px !important; }
  .p-xxl-145 {
    padding: 145px !important; }
  .pt-xxl-145,
  .py-xxl-145 {
    padding-top: 145px !important; }
  .pr-xxl-145,
  .px-xxl-145 {
    padding-right: 145px !important; }
  .pb-xxl-145,
  .py-xxl-145 {
    padding-bottom: 145px !important; }
  .pl-xxl-145,
  .px-xxl-145 {
    padding-left: 145px !important; }
  .p-xxl-150 {
    padding: 150px !important; }
  .pt-xxl-150,
  .py-xxl-150 {
    padding-top: 150px !important; }
  .pr-xxl-150,
  .px-xxl-150 {
    padding-right: 150px !important; }
  .pb-xxl-150,
  .py-xxl-150 {
    padding-bottom: 150px !important; }
  .pl-xxl-150,
  .px-xxl-150 {
    padding-left: 150px !important; }
  .p-xxl-155 {
    padding: 155px !important; }
  .pt-xxl-155,
  .py-xxl-155 {
    padding-top: 155px !important; }
  .pr-xxl-155,
  .px-xxl-155 {
    padding-right: 155px !important; }
  .pb-xxl-155,
  .py-xxl-155 {
    padding-bottom: 155px !important; }
  .pl-xxl-155,
  .px-xxl-155 {
    padding-left: 155px !important; }
  .p-xxl-160 {
    padding: 160px !important; }
  .pt-xxl-160,
  .py-xxl-160 {
    padding-top: 160px !important; }
  .pr-xxl-160,
  .px-xxl-160 {
    padding-right: 160px !important; }
  .pb-xxl-160,
  .py-xxl-160 {
    padding-bottom: 160px !important; }
  .pl-xxl-160,
  .px-xxl-160 {
    padding-left: 160px !important; }
  .p-xxl-165 {
    padding: 165px !important; }
  .pt-xxl-165,
  .py-xxl-165 {
    padding-top: 165px !important; }
  .pr-xxl-165,
  .px-xxl-165 {
    padding-right: 165px !important; }
  .pb-xxl-165,
  .py-xxl-165 {
    padding-bottom: 165px !important; }
  .pl-xxl-165,
  .px-xxl-165 {
    padding-left: 165px !important; }
  .p-xxl-170 {
    padding: 170px !important; }
  .pt-xxl-170,
  .py-xxl-170 {
    padding-top: 170px !important; }
  .pr-xxl-170,
  .px-xxl-170 {
    padding-right: 170px !important; }
  .pb-xxl-170,
  .py-xxl-170 {
    padding-bottom: 170px !important; }
  .pl-xxl-170,
  .px-xxl-170 {
    padding-left: 170px !important; }
  .p-xxl-175 {
    padding: 175px !important; }
  .pt-xxl-175,
  .py-xxl-175 {
    padding-top: 175px !important; }
  .pr-xxl-175,
  .px-xxl-175 {
    padding-right: 175px !important; }
  .pb-xxl-175,
  .py-xxl-175 {
    padding-bottom: 175px !important; }
  .pl-xxl-175,
  .px-xxl-175 {
    padding-left: 175px !important; }
  .p-xxl-180 {
    padding: 180px !important; }
  .pt-xxl-180,
  .py-xxl-180 {
    padding-top: 180px !important; }
  .pr-xxl-180,
  .px-xxl-180 {
    padding-right: 180px !important; }
  .pb-xxl-180,
  .py-xxl-180 {
    padding-bottom: 180px !important; }
  .pl-xxl-180,
  .px-xxl-180 {
    padding-left: 180px !important; }
  .p-xxl-185 {
    padding: 185px !important; }
  .pt-xxl-185,
  .py-xxl-185 {
    padding-top: 185px !important; }
  .pr-xxl-185,
  .px-xxl-185 {
    padding-right: 185px !important; }
  .pb-xxl-185,
  .py-xxl-185 {
    padding-bottom: 185px !important; }
  .pl-xxl-185,
  .px-xxl-185 {
    padding-left: 185px !important; }
  .p-xxl-190 {
    padding: 190px !important; }
  .pt-xxl-190,
  .py-xxl-190 {
    padding-top: 190px !important; }
  .pr-xxl-190,
  .px-xxl-190 {
    padding-right: 190px !important; }
  .pb-xxl-190,
  .py-xxl-190 {
    padding-bottom: 190px !important; }
  .pl-xxl-190,
  .px-xxl-190 {
    padding-left: 190px !important; }
  .p-xxl-195 {
    padding: 195px !important; }
  .pt-xxl-195,
  .py-xxl-195 {
    padding-top: 195px !important; }
  .pr-xxl-195,
  .px-xxl-195 {
    padding-right: 195px !important; }
  .pb-xxl-195,
  .py-xxl-195 {
    padding-bottom: 195px !important; }
  .pl-xxl-195,
  .px-xxl-195 {
    padding-left: 195px !important; }
  .p-xxl-200 {
    padding: 200px !important; }
  .pt-xxl-200,
  .py-xxl-200 {
    padding-top: 200px !important; }
  .pr-xxl-200,
  .px-xxl-200 {
    padding-right: 200px !important; }
  .pb-xxl-200,
  .py-xxl-200 {
    padding-bottom: 200px !important; }
  .pl-xxl-200,
  .px-xxl-200 {
    padding-left: 200px !important; }
  .m-xxl-n1 {
    margin: -5px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -5px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -5px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -5px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -5px !important; }
  .m-xxl-n2 {
    margin: -5px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -5px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -5px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -5px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -5px !important; }
  .m-xxl-n3 {
    margin: -5px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -5px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -5px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -5px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -5px !important; }
  .m-xxl-n4 {
    margin: -5px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -5px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -5px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -5px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -5px !important; }
  .m-xxl-n5 {
    margin: -5px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5px !important; }
  .m-xxl-n10 {
    margin: -5px !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -5px !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -5px !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -5px !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -5px !important; }
  .m-xxl-n15 {
    margin: -5px !important; }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -5px !important; }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -5px !important; }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -5px !important; }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -5px !important; }
  .m-xxl-n20 {
    margin: -5px !important; }
  .mt-xxl-n20,
  .my-xxl-n20 {
    margin-top: -5px !important; }
  .mr-xxl-n20,
  .mx-xxl-n20 {
    margin-right: -5px !important; }
  .mb-xxl-n20,
  .my-xxl-n20 {
    margin-bottom: -5px !important; }
  .ml-xxl-n20,
  .mx-xxl-n20 {
    margin-left: -5px !important; }
  .m-xxl-n25 {
    margin: -5px !important; }
  .mt-xxl-n25,
  .my-xxl-n25 {
    margin-top: -5px !important; }
  .mr-xxl-n25,
  .mx-xxl-n25 {
    margin-right: -5px !important; }
  .mb-xxl-n25,
  .my-xxl-n25 {
    margin-bottom: -5px !important; }
  .ml-xxl-n25,
  .mx-xxl-n25 {
    margin-left: -5px !important; }
  .m-xxl-n30 {
    margin: -5px !important; }
  .mt-xxl-n30,
  .my-xxl-n30 {
    margin-top: -5px !important; }
  .mr-xxl-n30,
  .mx-xxl-n30 {
    margin-right: -5px !important; }
  .mb-xxl-n30,
  .my-xxl-n30 {
    margin-bottom: -5px !important; }
  .ml-xxl-n30,
  .mx-xxl-n30 {
    margin-left: -5px !important; }
  .m-xxl-n35 {
    margin: -5px !important; }
  .mt-xxl-n35,
  .my-xxl-n35 {
    margin-top: -5px !important; }
  .mr-xxl-n35,
  .mx-xxl-n35 {
    margin-right: -5px !important; }
  .mb-xxl-n35,
  .my-xxl-n35 {
    margin-bottom: -5px !important; }
  .ml-xxl-n35,
  .mx-xxl-n35 {
    margin-left: -5px !important; }
  .m-xxl-n40 {
    margin: -5px !important; }
  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -5px !important; }
  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -5px !important; }
  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -5px !important; }
  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -5px !important; }
  .m-xxl-n45 {
    margin: -5px !important; }
  .mt-xxl-n45,
  .my-xxl-n45 {
    margin-top: -5px !important; }
  .mr-xxl-n45,
  .mx-xxl-n45 {
    margin-right: -5px !important; }
  .mb-xxl-n45,
  .my-xxl-n45 {
    margin-bottom: -5px !important; }
  .ml-xxl-n45,
  .mx-xxl-n45 {
    margin-left: -5px !important; }
  .m-xxl-n50 {
    margin: -5px !important; }
  .mt-xxl-n50,
  .my-xxl-n50 {
    margin-top: -5px !important; }
  .mr-xxl-n50,
  .mx-xxl-n50 {
    margin-right: -5px !important; }
  .mb-xxl-n50,
  .my-xxl-n50 {
    margin-bottom: -5px !important; }
  .ml-xxl-n50,
  .mx-xxl-n50 {
    margin-left: -5px !important; }
  .m-xxl-n55 {
    margin: -5px !important; }
  .mt-xxl-n55,
  .my-xxl-n55 {
    margin-top: -5px !important; }
  .mr-xxl-n55,
  .mx-xxl-n55 {
    margin-right: -5px !important; }
  .mb-xxl-n55,
  .my-xxl-n55 {
    margin-bottom: -5px !important; }
  .ml-xxl-n55,
  .mx-xxl-n55 {
    margin-left: -5px !important; }
  .m-xxl-n60 {
    margin: -5px !important; }
  .mt-xxl-n60,
  .my-xxl-n60 {
    margin-top: -5px !important; }
  .mr-xxl-n60,
  .mx-xxl-n60 {
    margin-right: -5px !important; }
  .mb-xxl-n60,
  .my-xxl-n60 {
    margin-bottom: -5px !important; }
  .ml-xxl-n60,
  .mx-xxl-n60 {
    margin-left: -5px !important; }
  .m-xxl-n65 {
    margin: -5px !important; }
  .mt-xxl-n65,
  .my-xxl-n65 {
    margin-top: -5px !important; }
  .mr-xxl-n65,
  .mx-xxl-n65 {
    margin-right: -5px !important; }
  .mb-xxl-n65,
  .my-xxl-n65 {
    margin-bottom: -5px !important; }
  .ml-xxl-n65,
  .mx-xxl-n65 {
    margin-left: -5px !important; }
  .m-xxl-n70 {
    margin: -5px !important; }
  .mt-xxl-n70,
  .my-xxl-n70 {
    margin-top: -5px !important; }
  .mr-xxl-n70,
  .mx-xxl-n70 {
    margin-right: -5px !important; }
  .mb-xxl-n70,
  .my-xxl-n70 {
    margin-bottom: -5px !important; }
  .ml-xxl-n70,
  .mx-xxl-n70 {
    margin-left: -5px !important; }
  .m-xxl-n75 {
    margin: -5px !important; }
  .mt-xxl-n75,
  .my-xxl-n75 {
    margin-top: -5px !important; }
  .mr-xxl-n75,
  .mx-xxl-n75 {
    margin-right: -5px !important; }
  .mb-xxl-n75,
  .my-xxl-n75 {
    margin-bottom: -5px !important; }
  .ml-xxl-n75,
  .mx-xxl-n75 {
    margin-left: -5px !important; }
  .m-xxl-n80 {
    margin: -5px !important; }
  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -5px !important; }
  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -5px !important; }
  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -5px !important; }
  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -5px !important; }
  .m-xxl-n85 {
    margin: -5px !important; }
  .mt-xxl-n85,
  .my-xxl-n85 {
    margin-top: -5px !important; }
  .mr-xxl-n85,
  .mx-xxl-n85 {
    margin-right: -5px !important; }
  .mb-xxl-n85,
  .my-xxl-n85 {
    margin-bottom: -5px !important; }
  .ml-xxl-n85,
  .mx-xxl-n85 {
    margin-left: -5px !important; }
  .m-xxl-n90 {
    margin: -5px !important; }
  .mt-xxl-n90,
  .my-xxl-n90 {
    margin-top: -5px !important; }
  .mr-xxl-n90,
  .mx-xxl-n90 {
    margin-right: -5px !important; }
  .mb-xxl-n90,
  .my-xxl-n90 {
    margin-bottom: -5px !important; }
  .ml-xxl-n90,
  .mx-xxl-n90 {
    margin-left: -5px !important; }
  .m-xxl-n95 {
    margin: -5px !important; }
  .mt-xxl-n95,
  .my-xxl-n95 {
    margin-top: -5px !important; }
  .mr-xxl-n95,
  .mx-xxl-n95 {
    margin-right: -5px !important; }
  .mb-xxl-n95,
  .my-xxl-n95 {
    margin-bottom: -5px !important; }
  .ml-xxl-n95,
  .mx-xxl-n95 {
    margin-left: -5px !important; }
  .m-xxl-n100 {
    margin: -5px !important; }
  .mt-xxl-n100,
  .my-xxl-n100 {
    margin-top: -5px !important; }
  .mr-xxl-n100,
  .mx-xxl-n100 {
    margin-right: -5px !important; }
  .mb-xxl-n100,
  .my-xxl-n100 {
    margin-bottom: -5px !important; }
  .ml-xxl-n100,
  .mx-xxl-n100 {
    margin-left: -5px !important; }
  .m-xxl-n105 {
    margin: -5px !important; }
  .mt-xxl-n105,
  .my-xxl-n105 {
    margin-top: -5px !important; }
  .mr-xxl-n105,
  .mx-xxl-n105 {
    margin-right: -5px !important; }
  .mb-xxl-n105,
  .my-xxl-n105 {
    margin-bottom: -5px !important; }
  .ml-xxl-n105,
  .mx-xxl-n105 {
    margin-left: -5px !important; }
  .m-xxl-n110 {
    margin: -5px !important; }
  .mt-xxl-n110,
  .my-xxl-n110 {
    margin-top: -5px !important; }
  .mr-xxl-n110,
  .mx-xxl-n110 {
    margin-right: -5px !important; }
  .mb-xxl-n110,
  .my-xxl-n110 {
    margin-bottom: -5px !important; }
  .ml-xxl-n110,
  .mx-xxl-n110 {
    margin-left: -5px !important; }
  .m-xxl-n115 {
    margin: -5px !important; }
  .mt-xxl-n115,
  .my-xxl-n115 {
    margin-top: -5px !important; }
  .mr-xxl-n115,
  .mx-xxl-n115 {
    margin-right: -5px !important; }
  .mb-xxl-n115,
  .my-xxl-n115 {
    margin-bottom: -5px !important; }
  .ml-xxl-n115,
  .mx-xxl-n115 {
    margin-left: -5px !important; }
  .m-xxl-n120 {
    margin: -5px !important; }
  .mt-xxl-n120,
  .my-xxl-n120 {
    margin-top: -5px !important; }
  .mr-xxl-n120,
  .mx-xxl-n120 {
    margin-right: -5px !important; }
  .mb-xxl-n120,
  .my-xxl-n120 {
    margin-bottom: -5px !important; }
  .ml-xxl-n120,
  .mx-xxl-n120 {
    margin-left: -5px !important; }
  .m-xxl-n125 {
    margin: -5px !important; }
  .mt-xxl-n125,
  .my-xxl-n125 {
    margin-top: -5px !important; }
  .mr-xxl-n125,
  .mx-xxl-n125 {
    margin-right: -5px !important; }
  .mb-xxl-n125,
  .my-xxl-n125 {
    margin-bottom: -5px !important; }
  .ml-xxl-n125,
  .mx-xxl-n125 {
    margin-left: -5px !important; }
  .m-xxl-n130 {
    margin: -5px !important; }
  .mt-xxl-n130,
  .my-xxl-n130 {
    margin-top: -5px !important; }
  .mr-xxl-n130,
  .mx-xxl-n130 {
    margin-right: -5px !important; }
  .mb-xxl-n130,
  .my-xxl-n130 {
    margin-bottom: -5px !important; }
  .ml-xxl-n130,
  .mx-xxl-n130 {
    margin-left: -5px !important; }
  .m-xxl-n135 {
    margin: -5px !important; }
  .mt-xxl-n135,
  .my-xxl-n135 {
    margin-top: -5px !important; }
  .mr-xxl-n135,
  .mx-xxl-n135 {
    margin-right: -5px !important; }
  .mb-xxl-n135,
  .my-xxl-n135 {
    margin-bottom: -5px !important; }
  .ml-xxl-n135,
  .mx-xxl-n135 {
    margin-left: -5px !important; }
  .m-xxl-n140 {
    margin: -5px !important; }
  .mt-xxl-n140,
  .my-xxl-n140 {
    margin-top: -5px !important; }
  .mr-xxl-n140,
  .mx-xxl-n140 {
    margin-right: -5px !important; }
  .mb-xxl-n140,
  .my-xxl-n140 {
    margin-bottom: -5px !important; }
  .ml-xxl-n140,
  .mx-xxl-n140 {
    margin-left: -5px !important; }
  .m-xxl-n145 {
    margin: -5px !important; }
  .mt-xxl-n145,
  .my-xxl-n145 {
    margin-top: -5px !important; }
  .mr-xxl-n145,
  .mx-xxl-n145 {
    margin-right: -5px !important; }
  .mb-xxl-n145,
  .my-xxl-n145 {
    margin-bottom: -5px !important; }
  .ml-xxl-n145,
  .mx-xxl-n145 {
    margin-left: -5px !important; }
  .m-xxl-n150 {
    margin: -5px !important; }
  .mt-xxl-n150,
  .my-xxl-n150 {
    margin-top: -5px !important; }
  .mr-xxl-n150,
  .mx-xxl-n150 {
    margin-right: -5px !important; }
  .mb-xxl-n150,
  .my-xxl-n150 {
    margin-bottom: -5px !important; }
  .ml-xxl-n150,
  .mx-xxl-n150 {
    margin-left: -5px !important; }
  .m-xxl-n155 {
    margin: -5px !important; }
  .mt-xxl-n155,
  .my-xxl-n155 {
    margin-top: -5px !important; }
  .mr-xxl-n155,
  .mx-xxl-n155 {
    margin-right: -5px !important; }
  .mb-xxl-n155,
  .my-xxl-n155 {
    margin-bottom: -5px !important; }
  .ml-xxl-n155,
  .mx-xxl-n155 {
    margin-left: -5px !important; }
  .m-xxl-n160 {
    margin: -5px !important; }
  .mt-xxl-n160,
  .my-xxl-n160 {
    margin-top: -5px !important; }
  .mr-xxl-n160,
  .mx-xxl-n160 {
    margin-right: -5px !important; }
  .mb-xxl-n160,
  .my-xxl-n160 {
    margin-bottom: -5px !important; }
  .ml-xxl-n160,
  .mx-xxl-n160 {
    margin-left: -5px !important; }
  .m-xxl-n165 {
    margin: -5px !important; }
  .mt-xxl-n165,
  .my-xxl-n165 {
    margin-top: -5px !important; }
  .mr-xxl-n165,
  .mx-xxl-n165 {
    margin-right: -5px !important; }
  .mb-xxl-n165,
  .my-xxl-n165 {
    margin-bottom: -5px !important; }
  .ml-xxl-n165,
  .mx-xxl-n165 {
    margin-left: -5px !important; }
  .m-xxl-n170 {
    margin: -5px !important; }
  .mt-xxl-n170,
  .my-xxl-n170 {
    margin-top: -5px !important; }
  .mr-xxl-n170,
  .mx-xxl-n170 {
    margin-right: -5px !important; }
  .mb-xxl-n170,
  .my-xxl-n170 {
    margin-bottom: -5px !important; }
  .ml-xxl-n170,
  .mx-xxl-n170 {
    margin-left: -5px !important; }
  .m-xxl-n175 {
    margin: -5px !important; }
  .mt-xxl-n175,
  .my-xxl-n175 {
    margin-top: -5px !important; }
  .mr-xxl-n175,
  .mx-xxl-n175 {
    margin-right: -5px !important; }
  .mb-xxl-n175,
  .my-xxl-n175 {
    margin-bottom: -5px !important; }
  .ml-xxl-n175,
  .mx-xxl-n175 {
    margin-left: -5px !important; }
  .m-xxl-n180 {
    margin: -5px !important; }
  .mt-xxl-n180,
  .my-xxl-n180 {
    margin-top: -5px !important; }
  .mr-xxl-n180,
  .mx-xxl-n180 {
    margin-right: -5px !important; }
  .mb-xxl-n180,
  .my-xxl-n180 {
    margin-bottom: -5px !important; }
  .ml-xxl-n180,
  .mx-xxl-n180 {
    margin-left: -5px !important; }
  .m-xxl-n185 {
    margin: -5px !important; }
  .mt-xxl-n185,
  .my-xxl-n185 {
    margin-top: -5px !important; }
  .mr-xxl-n185,
  .mx-xxl-n185 {
    margin-right: -5px !important; }
  .mb-xxl-n185,
  .my-xxl-n185 {
    margin-bottom: -5px !important; }
  .ml-xxl-n185,
  .mx-xxl-n185 {
    margin-left: -5px !important; }
  .m-xxl-n190 {
    margin: -5px !important; }
  .mt-xxl-n190,
  .my-xxl-n190 {
    margin-top: -5px !important; }
  .mr-xxl-n190,
  .mx-xxl-n190 {
    margin-right: -5px !important; }
  .mb-xxl-n190,
  .my-xxl-n190 {
    margin-bottom: -5px !important; }
  .ml-xxl-n190,
  .mx-xxl-n190 {
    margin-left: -5px !important; }
  .m-xxl-n195 {
    margin: -5px !important; }
  .mt-xxl-n195,
  .my-xxl-n195 {
    margin-top: -5px !important; }
  .mr-xxl-n195,
  .mx-xxl-n195 {
    margin-right: -5px !important; }
  .mb-xxl-n195,
  .my-xxl-n195 {
    margin-bottom: -5px !important; }
  .ml-xxl-n195,
  .mx-xxl-n195 {
    margin-left: -5px !important; }
  .m-xxl-n200 {
    margin: -5px !important; }
  .mt-xxl-n200,
  .my-xxl-n200 {
    margin-top: -5px !important; }
  .mr-xxl-n200,
  .mx-xxl-n200 {
    margin-right: -5px !important; }
  .mb-xxl-n200,
  .my-xxl-n200 {
    margin-bottom: -5px !important; }
  .ml-xxl-n200,
  .mx-xxl-n200 {
    margin-left: -5px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

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

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

.text-primary {
  color: #8a2b2b !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #501919 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.text-dark {
  color: #3d3a3b !important; }

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

.text-body {
  color: #212529 !important; }

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

/* Стандартный transition для hover-анимаций */
/* Миксин замены цвета placeholder у input.
Нужно добавить в стилях элемента конструкцию вида @include placeholder(#000); */
[data-city-code] {
  display: none; }
  [data-city-code].is-active {
    display: block; }

.preloader {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 1;
  content: '';
  background-color: #fff;
  transition-duration: .7s;
  transition-delay: 1.5s; }
  .preloader span {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    background: #8a2b2b;
    border-radius: 100%;
    -webkit-animation: preload 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: preload 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    .preloader span:nth-child(1) {
      -webkit-animation-delay: .6s;
              animation-delay: .6s; }
    .preloader span:nth-child(2) {
      -webkit-animation-delay: .4s;
              animation-delay: .4s; }
    .preloader span:nth-child(3) {
      -webkit-animation-delay: .2s;
              animation-delay: .2s; }

@-webkit-keyframes preload {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  100% {
    opacity: 0;
    transform: translateY(0); } }

@keyframes preload {
  0% {
    opacity: 0;
    transform: translateY(0); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  100% {
    opacity: 0;
    transform: translateY(0); } }

.hidden {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/**
Ion.RangeSlider, 2.3.0
© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-12 00:07:25
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_444444_256x240.png");*/ }

.ui-widget-header .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_444444_256x240.png");*/ }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_555555_256x240.png");*/ }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_ffffff_256x240.png");*/ }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_777620_256x240.png");*/ }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_cc0000_256x240.png");*/ }

.ui-button .ui-icon {
  /*background-image: url("/local/templates/joia/layout/public/css/../img/ui-icons_777777_256x240.png");*/ }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0px 0px 5px #666666; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

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

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.slick-slide,
.slick-slide img {
  outline: none !important; }

.slider .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 27px;
  height: 27px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  cursor: pointer; }

.slider .slider__dots--hide {
  display: none !important; }

.slider .slick-prev {
  position: absolute;
  right: 101px;
  bottom: 75px; }
  @media (max-width: 767.98px) {
    .slider .slick-prev {
      right: auto;
      bottom: 20px;
      left: 15px; } }
  .slider .slick-prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -2px;
    margin: auto;
    width: 5px;
    height: 5px;
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    transform: rotate(217deg) skew(-12deg, 0); }
  .slider .slick-prev:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 7px;
    height: 1px;
    content: '';
    background-color: rgba(0, 0, 0, 0.4); }

.slider .slick-next {
  position: absolute;
  right: 56px;
  bottom: 75px; }
  @media (max-width: 767.98px) {
    .slider .slick-next {
      right: 15px;
      bottom: 20px; } }
  .slider .slick-next:after {
    position: absolute;
    top: 0;
    right: -2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    content: '';
    border-top: 1px solid rgba(0, 0, 0, 0.6);
    border-right: 1px solid rgba(0, 0, 0, 0.6);
    transform: rotate(40deg) skew(-12deg, 0); }
  .slider .slick-next:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 7px;
    height: 1px;
    content: '';
    background-color: rgba(0, 0, 0, 0.4); }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0; }

.select2-dropdown {
  z-index: 9;
  border: solid #e6e6e6;
  border-width: 0 1px 1px; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3d3a3b;
  background-color: transparent; }

.select2-container--default .select2-results__option[aria-selected=true] {
  color: #3d3a3b;
  background-color: transparent; }

.select2-results__option {
  padding: 5px 15px;
  font-size: 14px;
  line-height: 24px;
  color: #878787; }

.select2-container .select2-selection--single {
  height: 44px;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 35px 0 15px;
  font-size: 14px;
  line-height: 44px;
  color: #3d3a3b; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 17px;
  right: 15px;
  margin: auto;
  width: 7px;
  height: 7px;
  border: solid #878787;
  border-width: 0 0 1px 1px;
  transform: rotate(-45deg);
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  top: 19px;
  transform: rotate(135deg); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

.range-slider .irs-line {
  height: 3px;
  background-color: #e3e3e3; }

.range-slider .irs--round .irs-bar {
  height: 3px;
  background-color: #8a2b2b; }

.range-slider .irs--round .irs-handle {
  top: 31px;
  width: 13px;
  height: 13px;
  border: 1px solid #b8b8b8;
  box-shadow: none;
  cursor: pointer; }

.ui-datepicker.ui-widget-content {
  padding: 25px 30px 7px;
  width: 100%;
  max-width: 316px;
  min-height: 346px;
  background: transparent;
  border: none;
  border-radius: 0; }
  @media (max-width: 767.98px) {
    .ui-datepicker.ui-widget-content {
      max-width: none; } }

.ui-widget {
  font-family: "Roboto", sans-serif; }

.ui-datepicker .ui-widget-header {
  background: transparent;
  border: solid #e4e4e4;
  border-width: 0 0 1px;
  border-radius: 0; }

.ui-datepicker .ui-datepicker-header {
  padding: 0 0 20px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  cursor: pointer; }
  .ui-datepicker .ui-datepicker-prev:after,
  .ui-datepicker .ui-datepicker-next:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat; }

.ui-datepicker .ui-datepicker-next {
  right: 0;
  left: auto; }
  .ui-datepicker .ui-datepicker-next:after {
    transform: rotate(180deg); }

.ui-datepicker th {
  font-size: 13px;
  font-weight: 500;
  text-transform: lowercase;
  color: #1e1e1e; }

.ui-state-default,
.ui-widget-content .ui-state-default {
  padding: 0;
  width: 35px;
  height: 35px;
  font-size: 13px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
  color: #787878;
  background: transparent;
  border: 0;
  cursor: pointer; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 1;
  cursor: default; }

.ui-state-disabled,
.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #c0c0c0; }

.ui-state-default.ui-state-active {
  color: #fff;
  background-color: #8a2b2b;
  border-radius: 30px; }

.ui-datepicker-year {
  display: none; }

@media (max-width: 1199.98px) {
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent; } }

@media (min-width: 1200px) {
  .container {
    padding-right: 30px;
    padding-left: 30px; } }

@media (max-width: 1199.98px) {
  .container {
    padding-right: 15px;
    padding-left: 15px; } }

.border-lg {
  border-width: 4px !important; }
  @media (max-width: 767.98px) {
    .border-lg {
      border: none !important; } }

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #e3e3e3 !important; } }

.btn {
  max-width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 3px; }
  .btn__count {
    margin-left: 5px;
    color: #878787; }
  .btn--link-shop {
    padding: 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    text-decoration: underline;
    text-transform: none;
    color: #811511; }
    .btn--link-shop img {
      margin-left: 10px; }

.btn_reset {
  font-size: 14px;
  color: #9d3862;
  background: none;
  border-bottom: 1px solid #9d3862; }

.btn--menu {
  position: relative;
  padding: 0;
  width: 15px;
  height: 12px;
  color: #3d3a3b;
  border: none;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .btn--menu:after, .btn--menu:before {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    background-color: currentColor;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform-origin: center center; }
  .btn--menu.is-active {
    border-color: transparent; }
    .btn--menu.is-active:before {
      transform: rotate(45deg); }
    .btn--menu.is-active:after {
      transform: rotate(-45deg); }

.btn-outline-primary {
  padding-top: 0;
  padding-bottom: 0;
  height: 42px;
  line-height: 38px;
  border-width: 2px; }
  .btn-outline-primary--all {
    padding-right: 15px;
    padding-left: 18px;
    overflow: hidden;
    min-width: 168px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .btn-outline-primary--all:after {
      float: right;
      content: '\2192'; }
  .btn-outline-primary:hover {
    color: #646262;
    background: transparent;
    border-color: #646262; }
  .btn-outline-primary:focus {
    box-shadow: none !important; }

.btn-link {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: .9px;
  text-transform: uppercase;
  color: #3d3a3b; }
  @media (max-width: 767.98px) {
    .btn-link {
      font-size: 11px;
      letter-spacing: .82px; } }
  .btn-link:hover {
    color: #646262; }
  .btn-link--all {
    position: relative; }
    .btn-link--all:after {
      position: absolute;
      top: 3px;
      margin-left: 9px;
      display: inline-block;
      font-size: 14px;
      letter-spacing: normal;
      content: '\2192';
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @media (max-width: 767.98px) {
        .btn-link--all:after {
          top: 2px;
          margin-left: 7px; } }
    .btn-link--all:hover:after {
      margin-left: 19px; }
  .btn-link--more {
    display: flex;
    align-items: center;
    border-radius: 0;
    cursor: pointer; }
    .btn-link--more:after {
      margin-left: 9px;
      display: inline-block;
      font-size: 22px;
      line-height: 18px;
      letter-spacing: normal;
      content: '\002B';
      transition: transform .3s ease-out; }
      @media (max-width: 767.98px) {
        .btn-link--more:after {
          margin-left: 7px; } }
    .btn-link--more:hover:after {
      position: relative;
      transform: rotate(360deg); }
    .btn-link--more.is-active:after {
      margin-top: -1.5px;
      content: '-'; }
  .btn-link--back {
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    color: #323232; }
    @media (max-width: 991.98px) {
      .btn-link--back {
        justify-content: center;
        font-size: 11px; } }
    .btn-link--back:before {
      margin-right: 12px;
      display: block;
      min-width: 28px;
      height: 27px;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/btn-back-icon.svg) 0 0 no-repeat;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .btn-link--back:after {
      position: absolute;
      left: 1px;
      margin-right: 12px;
      display: block;
      min-width: 28px;
      height: 27px;
      opacity: 0;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/btn-back-icon-hover.svg) 0 0 no-repeat;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .btn-link--back:hover {
      color: #626060; }
      .btn-link--back:hover:before {
        opacity: 0; }
      .btn-link--back:hover:after {
        opacity: 1; }
  .btn-link.btn--pdf {
    position: relative;
    padding: 0;
    padding-left: 35px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 1.1;
    font-weight: bold;
    text-align: left;
    letter-spacing: normal;
    text-transform: none;
    color: #8a2b2b; }
    @media (max-width: 767.98px) {
      .btn-link.btn--pdf {
        font-size: 11px; } }
    .btn-link.btn--pdf:hover {
      color: #646262; }
    .btn-link.btn--pdf:before {
      position: absolute;
      top: 3px;
      left: 0;
      width: 26px;
      height: 20px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/btn-pdf.svg) no-repeat;
      background-size: contain; }
    .btn-link.btn--pdf small {
      display: block;
      font-size: 12px;
      line-height: 18px;
      text-align: left;
      color: #878787; }
      @media (max-width: 767.98px) {
        .btn-link.btn--pdf small {
          font-size: 11px; } }
    .btn-link.btn--pdf.btn--pdf-vertical {
      padding-left: 0;
      display: flex;
      flex-direction: column; }
      @media (max-width: 767.98px) {
        .btn-link.btn--pdf.btn--pdf-vertical {
          padding-left: 0;
          flex-direction: row;
          font-size: 13px; } }
      @media (max-width: 767.98px) {
        .btn-link.btn--pdf.btn--pdf-vertical small {
          font-size: 12px; } }
      .btn-link.btn--pdf.btn--pdf-vertical:before {
        position: static;
        margin-bottom: 20px; }
        @media (max-width: 767.98px) {
          .btn-link.btn--pdf.btn--pdf-vertical:before {
            margin-right: 22px; } }
  .btn-link.btn--pdf-block {
    padding-top: 33px;
    padding-left: 0; }
    .btn-link.btn--pdf-block:before {
      top: 0;
      left: 0; }
  .btn-link--gray {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    width: 100%;
    min-height: 40px;
    justify-content: center;
    text-align: center;
    background: #f1f1f1; }

@media (max-width: 767.98px) {
  .nav-pills {
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 15px;
    padding-bottom: 10px;
    overflow: auto;
    border-bottom: 1px solid #e6e6e6;
    flex-flow: row nowrap; } }

@media (max-width: 767.98px) {
  .nav-pills .nav-item {
    margin-right: 20px; } }

@media (max-width: 767.98px) {
  .nav-pills .nav-item:last-of-type {
    margin-right: 0;
    padding-right: 15px; } }

.nav-pills .nav-link {
  padding: 20px 50px;
  display: block;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #323232;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0; }
  @media (max-width: 767.98px) {
    .nav-pills .nav-link {
      padding: 0;
      font-size: 12px;
      white-space: nowrap;
      text-transform: uppercase;
      border: 0; } }
  .nav-pills .nav-link.active {
    color: #8a2b2b;
    background-color: #f4f1ed;
    border: 1px solid #c3b29f; }
    @media (max-width: 767.98px) {
      .nav-pills .nav-link.active {
        background: transparent;
        border: 0; } }

.btn-outline-light--print {
  position: relative;
  padding: 0 0 0 30px;
  width: 100%;
  max-width: 160px;
  height: 44px;
  font-size: 11px;
  line-height: 44px;
  color: #8a2b2b;
  border: 1px solid #dfdfdf;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .btn-outline-light--print:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    width: 21px;
    height: 16px;
    content: '';
    background: url(/local/templates/joia/layout/public/css/../img/btn-print.svg) no-repeat;
    background-size: contain;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .btn-outline-light--print:hover {
    color: #3d3a3b;
    background: transparent;
    border-color: #646262; }
    .btn-outline-light--print:hover:before {
      background: url(/local/templates/joia/layout/public/css/../img/btn-print-hover.svg) no-repeat;
      background-size: contain; }

.custom-control {
  margin-bottom: 5px;
  padding-top: 0;
  padding-left: 18px; }

.custom-checkbox .custom-control-label {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #3d3a3b; }

.custom-checkbox .custom-control-label:before {
  left: -18px;
  width: 10px;
  height: 10px;
  border: 1px solid #cacaca;
  border-radius: 0; }

.custom-control-input:checked ~ .custom-control-label {
  color: #8a2b2b; }

.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
  border: 1px solid #cacaca; }

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  top: 7px;
  left: -15px;
  width: 4px;
  height: 4px;
  background-color: #8a2b2b;
  background-image: none; }

.form-control {
  padding-top: 9px;
  padding-bottom: 9px;
  width: 100%;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3a3b;
  border: 1px solid #e6e6e6;
  border-radius: 0; }
  .form-control::-webkit-input-placeholder {
    color: #878787; }
  .form-control::-moz-placeholder {
    color: #878787; }
  .form-control:-ms-input-placeholder {
    color: #878787; }
  .form-control:focus {
    border-color: #e6e6e6;
    box-shadow: none; }

textarea.form-control {
  height: 137px;
  resize: none; }

@media (max-width: 991.98px) {
  .media-min--md {
    display: none; } }

/* Global styles */
/* roboto-regular - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-regular.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-500 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-500.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - cyrillic_latin */
@font-face {
  font-family: 'Roboto';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-700.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/roboto-v20-cyrillic_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* pt-serif-regular - cyrillic_latin */
@font-face {
  font-family: 'PT Serif';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local("PT Serif"), local("PTSerif-Regular"), url("/local/templates/joia/layout/public/css/../fonts/pt-serif-v11-cyrillic_latin-regular.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/pt-serif-v11-cyrillic_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

@font-face {
  font-family: 'Wix Madefor Display';
  src: url("/local/templates/joia/layout/public/css/../fonts/WixMadeforDisplay-Bold.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/WixMadeforDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Wix Madefor Display';
  src: url("/local/templates/joia/layout/public/css/../fonts/WixMadeforDisplay-SemiBold.woff2") format("woff2"), url("/local/templates/joia/layout/public/css/../fonts/WixMadeforDisplay-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-semi {
  font-weight: 600 !important; }

.font-wix {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 600; }

.font-pt {
  font-family: "PT Serif", sans-serif; }

.font-roboto {
  font-family: "Roboto", sans-serif; }

input:focus {
  outline: none; }

textarea:focus {
  outline: none; }

button {
  padding: 0;
  border: 0;
  cursor: pointer; }
  button:focus {
    outline: none; }

input[type='submit'] {
  border: 0;
  cursor: pointer; }

img {
  max-width: 100%; }

.mobile-only {
  display: none; }
  @media (max-width: 991.98px) {
    .mobile-only {
      display: block; } }

.checker {
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 300;
  color: #878787;
  cursor: pointer; }
  .checker-radio .text:before {
    background-image: none !important;
    border-radius: 100%; }
  .checker-radio .text:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -16px;
    margin: auto;
    width: 5px;
    height: 5px;
    opacity: 0;
    content: '';
    background: #3d3a3b;
    border-radius: 100%; }
  .checker-radio input:checked + .text:after {
    opacity: 1; }
  .checker input {
    margin-right: 8px;
    display: block;
    visibility: hidden;
    width: 13px;
    height: 13px;
    background: none;
    border: 1px solid #cacaca; }
    .checker input:checked + .text:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/mark.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 75%; }
  .checker .text {
    position: relative; }
    .checker .text:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -20px;
      margin: auto;
      width: 13px;
      height: 13px;
      content: '';
      background-color: white;
      border: 1px solid #cacaca; }

body {
  overflow-x: hidden;
  color: #3d3a3b;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 991.98px) {
    body {
      padding-top: 55px;
      padding-bottom: 55px; } }

.no-scroll {
  padding-right: var(--scrollbar-width);
  overflow: hidden; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type='number'] {
  -moz-appearance: textfield; }

.is-hidden {
  display: none; }

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

/* Blocks */
.footer {
  border-top: 1px solid #e3e3e3; }
  .footer .socials {
    margin: 20px 0 0; }
  .footer__row {
    padding: 41px 0 71px;
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 991.98px) {
      .footer__row {
        padding: 30px 0;
        flex-flow: row wrap; } }
    .footer__row--bottom {
      padding: 20px 0;
      align-items: center; }
      @media (max-width: 991.98px) {
        .footer__row--bottom {
          padding: 10px 0;
          flex-direction: row; } }
      @media (max-width: 991.98px) {
        .footer__row--bottom .footer__left {
          padding-left: 0 15px;
          display: block;
          width: auto; } }
  .footer__left {
    max-width: 20%; }
    @media (max-width: 1199.98px) {
      .footer__left {
        max-width: 24%;
        flex-shrink: 0; } }
    @media (max-width: 991.98px) {
      .footer__left {
        padding-bottom: 0;
        display: flex;
        width: 100%;
        max-width: none;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
  .footer__sitemap {
    display: flex;
    justify-content: space-between; }
  .footer__col {
    width: 250px; }
    @media screen and (min-width: 1600px) {
      .footer__col {
        width: 300px; } }
    @media (max-width: 1199.98px) {
      .footer__col {
        width: 100%;
        max-width: 25%;
        flex-grow: 1; } }
    @media (max-width: 991.98px) {
      .footer__col {
        display: none; } }
    .footer__col:last-of-type {
      width: 145px; }
      @media (max-width: 1199.98px) {
        .footer__col:last-of-type {
          width: auto;
          flex-grow: 0; } }
      @media screen and (min-width: 1600px) {
        .footer__col:last-of-type {
          width: 200px; } }
  .footer__city {
    padding-bottom: 20px;
    display: block;
    pointer-events: none; }
    .footer__city p {
      margin: 0;
      display: inline-block;
      font-size: 13px;
      line-height: 15px;
      color: #8a2b2b;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .footer__city p:hover {
        border-color: transparent; }
  .footer__phone {
    padding-bottom: 45px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 18px;
    font-weight: 700;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .footer__phone {
        padding-bottom: 24px;
        font-size: 18px; } }
  .footer__address {
    padding-top: 40px;
    font-size: 13px;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .footer__address {
        padding-top: 23px; } }
    @media (max-width: 991.98px) {
      .footer__address br {
        display: none; } }
  .footer__menu {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer__menu li {
      padding-bottom: 20px;
      line-height: 1; }
      .footer__menu li:last-of-type {
        padding-bottom: 0; }
  .footer__link {
    font-size: 13px;
    color: #3d3a3b;
    transition: all .3s ease; }
    .footer__link:hover {
      color: #8a2b2b; }
    .footer__link.is-active {
      color: #8a2b2b; }
  .footer__bottom {
    border-top: 1px solid #e3e3e3; }
  .footer__bottom-right {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 991.98px) {
      .footer__bottom-right {
        display: inline-flex;
        width: auto; } }
  .footer__copyright {
    font-size: 13px;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .footer__copyright {
        font-size: 11px; } }
  @media (max-width: 991.98px) {
    .footer__center {
      display: none; } }
  .footer__center .footer__link:first-of-type {
    margin-right: 57px; }
  .footer__studio {
    font-size: 13px;
    color: #3d3a3b; }
    .footer__studio span {
      transition: all .3s ease; }
    .footer__studio:hover span {
      color: #8a2b2b; }
    @media (max-width: 991.98px) {
      .footer__studio {
        font-size: 11px; } }

.footer.is-rendered .footer__city,
.footer.is-rendered .footer__phone,
.footer.is-rendered .footer__address {
  visibility: hidden; }

body.is-hint-active .footer__sitemap {
  z-index: -1; }

.socials {
  padding: 0;
  list-style-type: none; }
  @media (max-width: 991.98px) {
    .socials {
      margin: 0; } }
  .socials__item {
    margin-bottom: 13px; }
    @media (max-width: 991.98px) {
      .socials__item {
        margin-bottom: 6px; } }
  .socials__link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center; }
  .socials__img {
    margin-right: 15px;
    width: 15px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .socials__img {
        margin-right: 10px; } }
  .socials__text {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #3d3a3b;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      .socials__text {
        font-size: 12px; } }
    .socials__text:hover {
      color: #8a2b2b; }
  .socials--bordered {
    display: flex;
    border-left: 1px solid #e3e3e3; }
    .socials--bordered .socials__item {
      margin-bottom: 0;
      display: flex;
      width: 50px;
      min-height: 48px;
      justify-content: center;
      align-items: center;
      opacity: 1;
      border-right: 1px solid #e3e3e3;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .socials--bordered .socials__item:hover {
        background: #f8f8f8; }
    .socials--bordered .socials__link {
      justify-content: center;
      align-items: center; }
    .socials--bordered .socials__img {
      margin: 0 !important; }

.photo-grid {
  margin-right: -8px;
  margin-left: -8px;
  display: flex;
  align-items: stretch;
  flex-flow: row wrap; }
  @media (max-width: 991.98px) {
    .photo-grid {
      margin-right: -2.5px;
      margin-left: -2.5px; } }
  .photo-grid__item {
    position: relative;
    margin-bottom: 15px;
    padding: 0 8px;
    display: flex;
    overflow: hidden;
    width: 25%;
    height: 23.125vw;
    max-height: 360px;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .photo-grid__item {
        height: 250px; } }
    @media (max-width: 991.98px) {
      .photo-grid__item {
        margin-bottom: 5px;
        padding: 0 2.5px;
        width: 50%; } }
    @media (max-width: 767.98px) {
      .photo-grid__item {
        height: 250px; } }
    @media (max-width: 575.98px) {
      .photo-grid__item {
        height: 44vw; } }
    .photo-grid__item:hover .photo-grid__desc {
      opacity: 1; }
    .photo-grid__item--width {
      width: 50%; }
      @media (max-width: 991.98px) {
        .photo-grid__item--width {
          width: 100%; } }
    @media (max-width: 991.98px) {
      .photo-grid__item--to-bottom {
        order: 1; } }
  .photo-grid__img-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .photo-grid__img {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .photo-grid__desc {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: all .4s ease; }
  .photo-grid__title {
    margin-bottom: 10px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: #fff; }
  .photo-grid__text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #a7a7a7; }

.hint {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  align-items: center;
  order: 1; }
  .hint:hover .hint__icon {
    background-color: #646262; }
  .hint__title {
    margin-left: 14px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #323232;
    cursor: pointer; }
    .hint__title:before {
      position: absolute;
      z-index: 101;
      top: 20px;
      left: 8px;
      display: block;
      visibility: hidden;
      width: 14px;
      height: 11px;
      opacity: 0;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/hint-angle.png) 0 0 no-repeat;
      background-size: 14px 11px; }
  @media (max-width: 767.98px) {
    .hint--bottom .hint__content-wrapper {
      top: 30px !important; } }
  .hint--top .hint__icon:before {
    top: auto;
    bottom: 20px;
    transform: rotateX(180deg); }
  .hint--top .hint__content-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 41.5px; }
  .hint__icon {
    position: relative;
    display: flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background-color: #d4d4d4;
    border-radius: 50%;
    transition: all .3s ease;
    cursor: pointer; }
    .hint__icon:before {
      position: absolute;
      z-index: 101;
      top: 20px;
      left: 8px;
      display: block;
      visibility: hidden;
      width: 14px;
      height: 11px;
      opacity: 0;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/hint-angle.png) 0 0 no-repeat;
      background-size: 14px 11px; }
  .hint__content-wrapper {
    position: absolute;
    padding-top: 30px;
    padding-left: 26px;
    display: none;
    width: 275px; }
    @media (max-width: 767.98px) {
      .hint__content-wrapper {
        padding-top: 0;
        padding-left: 18px; } }
  .hint__content {
    position: relative;
    z-index: 100;
    padding: 25px 30px;
    width: 275px;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 21px rgba(0, 0, 0, 0.09); }
    @media (max-width: 1199.98px) {
      .hint__content {
        padding: 15px 20px;
        width: 250px; } }
  .hint__list {
    margin: 0 0 15px;
    padding: 0;
    list-style-type: none; }
    .hint__list li {
      padding-bottom: 9px;
      font-family: "Roboto", sans-serif;
      font-size: 14px;
      line-height: 120%;
      color: #8a8a8a; }
      .hint__list li:last-of-type {
        padding-bottom: 0; }
  .hint__text-header {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
    color: #3d3a3b; }
  .hint__text-content {
    font-size: 13px;
    line-height: 18px;
    white-space: initial;
    text-indent: 0;
    text-transform: none;
    color: #8a8a8a; }
  .hint.is-active {
    overflow: visible; }
    .hint.is-active .hint__icon {
      background-color: #646262; }
      .hint.is-active .hint__icon:before {
        visibility: visible;
        opacity: 1; }
    .hint.is-active .hint__title:before {
      visibility: visible;
      opacity: 1; }
  .hint--tag .hint__title {
    margin-left: 0;
    font-size: 13px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .hint--tag .hint__title {
        display: block; } }
    .hint--tag .hint__title:before {
      top: 40px; }
    .hint--tag .hint__title span {
      margin-left: 0; }
  @media (max-width: 767.98px) {
    .hint--tag .hint__content-wrapper {
      padding-left: 10px !important; } }
  .hint--tag .hint__content {
    top: 50px !important;
    padding: 20px 30px; }
    @media (max-width: 767.98px) {
      .hint--tag .hint__content {
        top: 20px !important; } }

.card {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  width: 20%;
  flex-direction: column;
  align-items: center; }
  .card:hover {
    z-index: 2; }
  .card .offer-hint,
  .card .offer-add {
    display: none; }
  @media (max-width: 991.98px) {
    .card {
      width: 50%; } }
  @media (max-width: 575.98px) {
    .card {
      margin: 0 12px;
      width: calc(50vw - 24px) !important;
      background-color: #fff;
      border-bottom: 1px solid #e7e7e7; } }
  .card .favor {
    order: 3; }
  .card__link {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .card__link:hover .card__img {
      transform: translateY(-10px); }
    .card__link:hover .card__title {
      color: #646262; }
  .card__img {
    position: relative;
    padding: 0 0 30px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 1; }
    @media (max-width: 768px) {
      .card__img {
        padding: 20px 0 30px; } }
    .card__img img {
      width: 100%;
      max-height: 100%;
      pointer-events: none; }
  .card__labels-top {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 14px 8px; }
  .card__title-wrapper {
    position: relative;
    width: 100%; }
  .card__title {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    color: #3d3a3b;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 575.98px) {
      .card__title {
        margin-bottom: 5px;
        padding-bottom: 5px;
        max-width: calc(100% - 10px);
        font-size: 13px; } }
  .card__label {
    position: absolute;
    top: -20px;
    width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    text-align: center;
    letter-spacing: .63px;
    text-transform: uppercase;
    color: #8a2b2b; }
  .card__prod {
    margin-top: auto;
    display: block;
    font-size: 13px;
    text-align: center;
    color: #878787; }
    @media (max-width: 575.98px) {
      .card__prod {
        margin-bottom: 5px;
        font-size: 11px; } }
  .card__row {
    margin: 6px 10px 10px;
    padding-bottom: 10px;
    display: flex;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e7e7e7; }
    @media (max-width: 575.98px) {
      .card__row {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
        border-bottom: 0; } }
  .card__price {
    order: 2;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .card__price {
        padding: 0 5px;
        font-size: 11px;
        text-align: center; } }
    .card__price span {
      font-size: 13px; }
      @media (max-width: 575.98px) {
        .card__price span {
          display: inline-block;
          font-size: 11px; } }
  .card--hinted:after {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    content: ''; }
  .card.is-added .offer-add {
    pointer-events: none;
    border: 2px solid #8a2b2b; }
    .card.is-added .offer-add:after, .card.is-added .offer-add:before {
      background: #8a2b2b; }
    .card.is-added .offer-add:before {
      width: 50%;
      transform: rotate(130deg) translate(-1px, -1px); }
    .card.is-added .offer-add:after {
      width: 30%;
      transform: rotate(220deg) translate(1px, -2px); }
  .card.is-added .favor {
    color: #8a2b2b;
    background-image: url(/local/templates/joia/layout/public/css/../img/favor-active.svg); }

.card--large {
  padding-left: calc(30px + (40% - 30px) / 2);
  width: 40%;
  justify-content: center;
  align-items: flex-start;
  aspect-ratio: 10 / 9.3; }
  @media (max-width: 991.98px) {
    .card--large {
      padding-left: calc(30px + (100% - 30px) / 2);
      width: 100%;
      aspect-ratio: 10 / 6.85; } }
  @media (max-width: 767.98px) {
    .card--large {
      aspect-ratio: 10 / 6.6; } }
  @media (max-width: 575.98px) {
    .card--large {
      width: 100vw !important;
      border-bottom: none;
      aspect-ratio: 10 / 8.5; } }
  .card--large .card__link {
    display: contents; }
  .card--large .card__img {
    position: absolute;
    left: 15px;
    padding: 0;
    width: calc((100% - 60px) / 2);
    height: 100%; }
    @media (max-width: 575.98px) {
      .card--large .card__img {
        width: calc((100% - 84px) / 2); } }
    .card--large .card__img img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .card--large .card__title {
    font-size: 20px;
    text-align: left; }
    @media (max-width: 1199.98px) {
      .card--large .card__title {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .card--large .card__title {
        font-size: 16px; } }
  .card--large .card__label {
    position: static;
    margin-bottom: 6px;
    text-align: left; }
    @media (max-width: 1199.98px) {
      .card--large .card__label {
        margin-bottom: 4px; } }
  .card--large .card__best {
    margin-bottom: 20px;
    padding: 4px 12px;
    order: -2;
    font-size: 13px;
    line-height: 1.54;
    color: #8a2b2b;
    border: 1px solid #8a2b2b;
    border-radius: 14px; }
    @media (max-width: 1199.98px) {
      .card--large .card__best {
        margin-bottom: 10px; } }
  .card--large .card__prod {
    margin-top: unset;
    margin-bottom: 16px;
    order: -1; }
    @media (max-width: 1199.98px) {
      .card--large .card__prod {
        margin-bottom: 10px; } }
  .card--large .card__row {
    margin: 0;
    margin-top: 16px;
    margin-bottom: 50px;
    padding: 0;
    justify-content: flex-start;
    border-bottom: none;
    -moz-column-gap: 20px;
         column-gap: 20px; }
    @media (max-width: 1199.98px) {
      .card--large .card__row {
        margin-bottom: 24px; } }
  .card--large .hint {
    display: none; }

.card__labels-item {
  width: initial;
  max-width: 41px;
  height: initial;
  max-height: initial; }

.card__labels {
  position: absolute;
  top: 30px;
  left: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 30px);
  gap: 8px 6px;
  z-index: 2; }

.card__content {
  display: none; }

.card-properties {
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  list-style: none;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr); }
  .card-properties li {
    padding-bottom: 15px;
    display: grid;
    border-bottom: 1px solid #e6e6e6;
    grid-gap: 5px; }

.card-properties__title {
  font-size: 13px;
  color: #878787; }

.card-properties__description {
  font-size: 15px;
  color: #3d3a3b; }

.card-bottom__buttons {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 50px;
  justify-content: center;
  align-items: center; }

.card-bottom {
  margin: 25px 0;
  display: grid;
  grid-template-columns: auto auto; }
  .card-bottom .favor,
  .card-bottom .hint {
    display: flex;
    align-items: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #323232; }

.card-bottom .favor {
  padding-left: 33px; }
  .card-bottom .favor:before {
    content: attr(data-default); }
  .card-bottom .favor.is-active {
    color: #8a2b2b; }
    .card-bottom .favor.is-active:before {
      content: attr(data-active); }

.card-bottom__price {
  font-size: 20px;
  font-weight: 500;
  color: #3d3a3b; }
  .card-bottom__price span {
    font-size: 14px; }

.is-authorized .card .offer-hint {
  display: flex; }

.is-authorized .card .offer-add {
  display: block; }

.card-auth .mobile-overlay,
.is-authorized .mobile-overlay {
  display: none; }
  @media (max-width: 575.98px) {
    .card-auth .mobile-overlay,
    .is-authorized .mobile-overlay {
      position: fixed;
      z-index: 2;
      top: 0;
      left: 0;
      display: block;
      visibility: hidden;
      width: 100vw;
      height: 100vh;
      opacity: 0;
      background: rgba(0, 0, 0, 0.4);
      transition-duration: .4s; } }

.card-auth .offer-hint,
.is-authorized .offer-hint {
  position: absolute;
  z-index: -1;
  top: 0%;
  right: 0;
  left: 0;
  margin: auto;
  padding: 15px;
  display: flex;
  width: 95%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  background: white;
  border: 1px solid transparent;
  transition-duration: .3s; }
  @media (max-width: 575.98px) {
    .card-auth .offer-hint,
    .is-authorized .offer-hint {
      position: fixed;
      z-index: 7;
      top: initial;
      bottom: 70px;
      margin: 0 17px;
      visibility: hidden;
      width: calc(100vw - 34px);
      height: auto !important;
      opacity: 0;
      transform: translateY(50px); } }

.card-auth .offer-part,
.is-authorized .offer-part {
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition-duration: .2s; }
  .card-auth .offer-part .offer-apply,
  .is-authorized .offer-part .offer-apply {
    width: 100%; }
    @media (max-width: 575.98px) {
      .card-auth .offer-part .offer-apply,
      .is-authorized .offer-part .offer-apply {
        font-size: 10px; } }
  .card-auth .offer-part .item,
  .is-authorized .offer-part .item {
    position: relative;
    margin-bottom: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center; }
  .card-auth .offer-part .spin,
  .card-auth .offer-part .offer-input,
  .card-auth .offer-part .text,
  .is-authorized .offer-part .spin,
  .is-authorized .offer-part .offer-input,
  .is-authorized .offer-part .text {
    margin: 0;
    width: 50%; }
    @media (max-width: 575.98px) {
      .card-auth .offer-part .spin,
      .card-auth .offer-part .offer-input,
      .card-auth .offer-part .text,
      .is-authorized .offer-part .spin,
      .is-authorized .offer-part .offer-input,
      .is-authorized .offer-part .text {
        width: 100%; } }
  .card-auth .offer-part .text,
  .is-authorized .offer-part .text {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    color: #878787; }
    @media (max-width: 575.98px) {
      .card-auth .offer-part .text,
      .is-authorized .offer-part .text {
        margin-bottom: 5px; } }
  .card-auth .offer-part .offer-input,
  .is-authorized .offer-part .offer-input {
    height: 40px;
    font-size: 13px;
    text-align: center;
    border: 1px solid #e3e3e3; }

.card-auth .offer-add,
.is-authorized .offer-add {
  position: relative;
  width: 18px;
  height: 18px;
  order: 3;
  background: none;
  border: 2px solid #c0c0c0;
  border-radius: 100%;
  transition-duration: .4s; }
  .card-auth .offer-add:before, .card-auth .offer-add:after,
  .is-authorized .offer-add:before,
  .is-authorized .offer-add:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 60%;
    height: 2px;
    content: '';
    background: #c0c0c0;
    transition-duration: inherit; }
  .card-auth .offer-add:before,
  .is-authorized .offer-add:before {
    transform: rotate(90deg); }
  .card-auth .offer-add:after,
  .is-authorized .offer-add:after {
    transform: rotate(180deg); }

.card-auth.active,
.is-authorized .card.active {
  z-index: 2; }
  .card-auth.active .offer-add,
  .is-authorized .card.active .offer-add {
    border: 2px solid #8a2b2b; }
    .card-auth.active .offer-add:before, .card-auth.active .offer-add:after,
    .is-authorized .card.active .offer-add:before,
    .is-authorized .card.active .offer-add:after {
      background: #8a2b2b; }
  .card-auth.active .offer-part,
  .is-authorized .card.active .offer-part {
    visibility: visible;
    opacity: 1;
    transition-delay: .3s; }
  .card-auth.active .offer-hint,
  .is-authorized .card.active .offer-hint {
    height: calc(100% + 200px);
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    @media (max-width: 575.98px) {
      .card-auth.active .offer-hint,
      .is-authorized .card.active .offer-hint {
        visibility: visible;
        opacity: 1;
        transform: translateY(0); } }
  @media (max-width: 575.98px) {
    .card-auth.active .mobile-overlay,
    .is-authorized .card.active .mobile-overlay {
      visibility: visible;
      opacity: 1; } }

.block__h1 {
  font-family: "Wix Madefor Display", sans-serif;
  font-weight: 700;
  color: #323232; }
  @media (max-width: 991.98px) {
    .block__h1 {
      font-size: 24px; } }
  @media (max-width: 575.98px) {
    .block__h1 {
      text-align: center; } }
  .block__h1--lg {
    font-size: 42px; }
    @media (max-width: 991.98px) {
      .block__h1--lg {
        font-size: 24px; } }

.block__title {
  margin-bottom: 35px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #3d3a3b; }
  .block__title--sm {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #323232; }
  @media (max-width: 767.98px) {
    .block__title {
      margin-bottom: 26px;
      font-size: 18px; } }

.block__more {
  display: flex;
  height: 72px;
  justify-content: center;
  align-items: center; }

@media (min-width: 1600px) {
  .block__aside-wrapper {
    max-width: 344px;
    flex-basis: 344px; } }

.block__content-wrapper {
  margin-left: auto; }
  @media (min-width: 1600px) {
    .block__content-wrapper {
      margin-left: 344px; } }
  @media (min-width: 1600px) {
    .block__content-wrapper--contacts {
      max-width: calc(100% - 344px);
      flex-basis: calc(100% - 344px); } }

.block__aside--ticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0; }

@media (max-width: 1199.98px) {
  .block__sticky-nav-product {
    display: none; } }

.block__text {
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 575.98px) {
    .block__text {
      font-size: 13px;
      line-height: 18px; } }
  .block__text--sm {
    font-size: 15px; }
  .block__text--lh-lg {
    line-height: 24px; }

.block__text-info {
  font-size: 15px;
  line-height: 21px;
  color: #878787; }
  @media (max-width: 575.98px) {
    .block__text-info {
      font-size: 13px;
      line-height: 18px; } }

.block__title-date {
  font-size: 13px;
  color: #878787; }

.block .product__title {
  margin-bottom: 10px; }

.block .product-text {
  padding-top: 60px;
  padding-right: 11%;
  padding-left: 11%;
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .block .product-text {
      padding: 40px 5%; } }
  @media (max-width: 767.98px) {
    .block .product-text {
      padding: 40px 15px;
      font-size: 13px; } }

.block__cocktail-info {
  max-width: 800px !important; }
  @media (max-width: 1199.98px) {
    .block__cocktail-info {
      max-width: 66.66667% !important; } }
  @media (max-width: 991.98px) {
    .block__cocktail-info {
      max-width: none !important; } }

.block--gray {
  background-color: #f4f1ed; }

.block__brand {
  position: relative;
  width: 160px;
  height: 160px;
  border: 1px solid #e6e6e6; }
  .block__brand img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.brands {
  margin-bottom: 50px;
  padding-top: 1px;
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #e3e3e3; }
  @media (max-width: 767.98px) {
    .brands {
      overflow-y: auto;
      flex-wrap: nowrap;
      scrollbar-color: transparent; } }
  .brands__item {
    margin-top: -1px;
    display: flex;
    width: 20%;
    height: 220px;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .brands__item:hover {
      background: #f8f8f8; }
    @media screen and (min-width: 1600px) {
      .brands__item {
        height: 270px; } }
    @media (max-width: 991.98px) {
      .brands__item {
        height: 150px; } }
    @media (max-width: 767.98px) {
      .brands__item {
        width: 146px;
        min-width: 146px;
        height: 130px; } }
  .brands__img {
    display: block;
    max-width: 150px;
    height: auto;
    pointer-events: none;
    transition-duration: 1s;
    will-change: transform; }
    .brands__img.is-animate {
      opacity: 0;
      transform: scale(0.9); }
    @media (max-width: 991.98px) {
      .brands__img {
        max-width: 120px; } }
  .brands--inner {
    overflow-y: hidden;
    flex-wrap: wrap; }
    .brands--inner .brands__item {
      width: 25%;
      height: 205px; }
      @media (max-width: 991.98px) {
        .brands--inner .brands__item {
          height: 130px; } }
      @media (max-width: 767.98px) {
        .brands--inner .brands__item {
          min-width: 50%; } }
  .brands--catalog .brands__item {
    width: 25%;
    height: 220px; }
    @media (max-width: 991.98px) {
      .brands--catalog .brands__item {
        height: 130px; } }
    @media (max-width: 767.98px) {
      .brands--catalog .brands__item {
        height: 140px; } }
  @media (max-width: 767.98px) {
    .brands--overflow {
      margin-right: -15px;
      margin-left: -15px;
      padding-left: 15px;
      border-top: 0;
      border-left: 0; } }
  @media (max-width: 767.98px) {
    .brands--overflow .brands__item {
      border-top: 1px solid #e3e3e3; } }
  @media (max-width: 767.98px) {
    .brands--overflow .brands__item:first-child {
      border-left: 1px solid #e3e3e3; } }

@media (max-width: 767.98px) {
  .showcase {
    padding-right: 15px;
    padding-left: 15px; } }

@media (max-width: 991.98px) {
  .showcase .row {
    justify-content: space-between; } }

@media (max-width: 991.98px) {
  .showcase__left {
    padding-right: 0;
    width: calc(100% - 200px); } }

@media (max-width: 767.98px) {
  .showcase__left {
    margin-bottom: 35px;
    padding-right: 0;
    padding-left: 0;
    width: 100%; } }

@media (max-width: 767.98px) {
  .showcase__left .showcase__prod {
    padding: 20px 0 13px;
    font-size: 11px;
    text-align: center; } }

@media (max-width: 575.98px) {
  .showcase__left .showcase__prod {
    padding: 15px 0 8px; } }

@media (max-width: 767.98px) {
  .showcase__left .showcase__title {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center; } }

@media (max-width: 767.98px) {
  .showcase__left .showcase__price {
    font-size: 13px; } }

.showcase__link {
  display: flex;
  flex-direction: column; }
  .showcase__link:hover img {
    transform: scale(1.1); }
    @media (max-width: 767.98px) {
      .showcase__link:hover img {
        transform: none; } }
  .showcase__link:hover .showcase__img:before {
    opacity: 1; }
  .showcase__link:hover .showcase__title {
    color: #646262; }

.showcase__img {
  position: relative;
  overflow: hidden;
  width: 598px;
  max-width: 100%;
  height: 598px; }
  @media (max-width: 1199.98px) {
    .showcase__img {
      height: 460px; } }
  @media (max-width: 991.98px) {
    .showcase__img {
      height: 510px; } }
  @media (max-width: 767.98px) {
    .showcase__img {
      width: 100%;
      max-width: 100%;
      height: auto; } }
  .showcase__img:before {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    background: rgba(0, 0, 0, 0.05);
    transition: all .4s ease; }
  .showcase__img img {
    display: block;
    width: 105%;
    height: auto;
    pointer-events: none;
    transition: all .4s ease; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .showcase__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; } }
    @media (max-width: 767.98px) {
      .showcase__img img {
        width: 100%;
        height: auto;
        -o-object-fit: unset;
           object-fit: unset; } }
  .showcase__img--sm {
    width: 100%;
    max-width: 287px;
    height: 287px; }
    @media (max-width: 1199.98px) {
      .showcase__img--sm {
        height: 220px; } }
    @media (max-width: 991.98px) {
      .showcase__img--sm {
        width: 170px;
        height: 170px; } }
    @media (max-width: 767.98px) {
      .showcase__img--sm {
        width: 100%;
        height: 250px; } }
    @media (max-width: 575.98px) {
      .showcase__img--sm {
        height: 44vw; } }
    @media (max-width: 767.98px) {
      .showcase__img--sm img {
        width: 105%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .showcase__img--sm img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center; } }

.showcase__prod {
  padding: 24px 0 5px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a; }

.showcase__title {
  padding-bottom: 22px;
  max-width: 80%;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  color: #3d3a3b;
  transition: all .4s ease; }
  @media (max-width: 991.98px) {
    .showcase__title {
      padding-bottom: 10px;
      max-width: none;
      font-size: 22px; } }

.showcase__price {
  margin-right: 16px;
  font-size: 15px;
  font-weight: 500;
  color: #3d3a3b; }

.showcase__right {
  display: flex;
  max-width: 630px; }
  @media (max-width: 991.98px) {
    .showcase__right {
      padding-right: 15px;
      padding-left: 0;
      max-width: 185px;
      flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .showcase__right {
      margin-left: -3px;
      padding-right: 0;
      width: calc(100% + 6px);
      max-width: none; } }
  .showcase__right .showcase__prod {
    padding: 20px 0 10px;
    font-size: 13px; }
    @media (max-width: 991.98px) {
      .showcase__right .showcase__prod {
        padding-top: 10px; } }
    @media (max-width: 767.98px) {
      .showcase__right .showcase__prod {
        padding: 17px 0 5px;
        font-size: 11px; } }
  .showcase__right .showcase__title {
    padding-bottom: 13px;
    max-width: none;
    font-size: 16px; }
    @media (max-width: 767.98px) {
      .showcase__right .showcase__title {
        font-size: 14px; } }
  @media (max-width: 767.98px) {
    .showcase__right .showcase__price {
      font-size: 13px; } }

.showcase__col {
  padding-right: 12.5px;
  width: 50%; }
  @media (max-width: 1199.98px) {
    .showcase__col {
      padding-right: 0;
      max-width: none; } }
  @media (max-width: 991.98px) {
    .showcase__col {
      padding-bottom: 20px;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .showcase__col {
      padding-right: 3px;
      padding-left: 3px;
      width: 50%; } }
  .showcase__col:last-of-type {
    padding-top: 312px;
    padding-right: 0;
    padding-left: 12.5px; }
    @media (max-width: 1199.98px) {
      .showcase__col:last-of-type {
        padding-top: 240px;
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .showcase__col:last-of-type {
        padding-top: 0; } }
    @media (max-width: 767.98px) {
      .showcase__col:last-of-type {
        padding-right: 3px;
        padding-left: 3px; } }

.showcase--wide .showcase__right {
  margin-left: auto;
  max-width: 650px; }
  @media (max-width: 991.98px) {
    .showcase--wide .showcase__right {
      padding-left: 0;
      max-width: 185px;
      flex-wrap: wrap; } }
  @media (max-width: 767.98px) {
    .showcase--wide .showcase__right {
      margin-left: -3px;
      width: calc(100% + 6px);
      max-width: none; } }

.showcase--wide .showcase__col {
  padding-right: 22.5px; }
  @media screen and (max-width: 1599px) {
    .showcase--wide .showcase__col {
      padding-right: 12.5px; } }
  @media (max-width: 1199.98px) {
    .showcase--wide .showcase__col {
      padding-right: 0; } }
  @media (max-width: 767.98px) {
    .showcase--wide .showcase__col {
      padding-right: 3px;
      padding-left: 3px; } }
  .showcase--wide .showcase__col:last-of-type {
    padding-right: 0;
    padding-left: 22.5px; }
    @media screen and (max-width: 1599px) {
      .showcase--wide .showcase__col:last-of-type {
        padding-left: 12.5px; } }
    @media (max-width: 1199.98px) {
      .showcase--wide .showcase__col:last-of-type {
        padding-left: 0; } }
    @media (max-width: 767.98px) {
      .showcase--wide .showcase__col:last-of-type {
        padding-right: 3px;
        padding-left: 3px; } }

.favor {
  position: relative;
  display: inline-block;
  min-width: 18px;
  height: 18px;
  line-height: 16px;
  color: #8a2b2b;
  background-color: transparent;
  background-image: url(/local/templates/joia/layout/public/css/../img/favor.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .favor--proposal {
    display: none; }
  .favor--count {
    padding-left: 27px;
    font-family: "Roboto", sans-serif;
    font-size: 13px; }
    .favor--count:hover {
      opacity: .8; }
  .favor:hover {
    background-image: url(/local/templates/joia/layout/public/css/../img/favor-hover.svg); }
    .favor:hover:after {
      opacity: 1;
      transform: translateY(0); }
  .favor.is-active {
    color: #8a2b2b;
    background-image: url(/local/templates/joia/layout/public/css/../img/favor-active.svg); }
  .favor--text {
    padding-left: 31px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #323232; }
    @media (max-width: 575.98px) {
      .favor--text {
        padding: 0;
        text-indent: -9999px; } }
  .favor:after {
    position: absolute;
    top: 35px;
    left: -20px;
    padding: 6px;
    opacity: 0;
    font-size: 12px;
    white-space: nowrap;
    pointer-events: none;
    content: 'Добавить в избранное';
    color: #323232;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgba(124, 100, 100, 0.3);
    transition-duration: .4s;
    transform: translateY(5px);
    will-change: transform; }
    @media (max-width: 991.98px) {
      .favor:after {
        display: none; } }

.is-authorized .favor {
  display: none; }

.is-authorized .favor--proposal {
  display: inline-block; }

.slider {
  max-width: 895px; }
  @media (max-width: 767.98px) {
    .slider {
      position: relative; } }
  @media (max-width: 575.98px) {
    .slider {
      margin-right: -15px;
      margin-left: -15px; } }
  .slider a:focus {
    outline: none; }
  .slider__item {
    height: 100%; }
    @media (max-width: 767.98px) {
      .slider__item--cocktail .slider__text {
        display: block; } }
  .slider__content {
    padding: 40px 54px;
    display: flex;
    background-color: #f4f1ed; }
    @media (max-width: 767.98px) {
      .slider__content {
        padding: 15px;
        flex-direction: column; } }
    .slider__content--white {
      background-color: #fff; }
  .slider__img-wrap {
    margin-right: 15px;
    display: flex;
    height: 518px;
    justify-content: center;
    align-items: center;
    flex-grow: 1; }
    .slider__img-wrap:focus {
      outline: none; }
    @media (max-width: 767.98px) {
      .slider__img-wrap {
        margin-right: 0;
        height: 240px;
        flex-grow: 0; } }
    @media (max-width: 767.98px) {
      .slider__img-wrap--bigger {
        margin-bottom: 20px;
        height: 286px; } }
    .slider__img-wrap img {
      display: block;
      max-height: 100%;
      pointer-events: none; }
  .slider__dec {
    position: relative;
    padding-top: 80px;
    padding-bottom: 120px;
    display: flex;
    width: 100%;
    max-width: 330px;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .slider__dec {
        position: static;
        padding-top: 0;
        padding-bottom: 80px;
        max-width: 100%;
        height: auto;
        text-align: center; } }
    .slider__dec:after {
      position: absolute;
      right: 0;
      bottom: 84px;
      left: 0;
      height: 1px;
      content: '';
      background-color: #8c8c8c; }
      @media (max-width: 767.98px) {
        .slider__dec:after {
          bottom: 60px;
          margin: auto;
          width: calc(100% - 30px); } }
  .slider__label {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 55px;
    height: 55px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    background-color: #8a2b2b;
    border-radius: 50px; }
    @media (max-width: 767.98px) {
      .slider__label {
        top: 15px;
        right: 15px;
        width: 42px;
        height: 42px;
        font-size: 11px;
        line-height: 42px; } }
  .slider__prod {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #8a8a8a; }
    @media (max-width: 767.98px) {
      .slider__prod {
        font-size: 11px;
        line-height: 15px; } }
    .slider__prod--type {
      font-family: "Wix Madefor Display", sans-serif;
      font-size: 10px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #8a2b2b; }
      @media (max-width: 767.98px) {
        .slider__prod--type {
          display: none;
          font-size: 10px; } }
    .slider__prod--mobile {
      display: none; }
      @media (max-width: 767.98px) {
        .slider__prod--mobile {
          margin-bottom: 30px;
          display: block;
          text-align: center; } }
  .slider__date {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #959595; }
    @media (max-width: 767.98px) {
      .slider__date {
        font-size: 11px;
        line-height: 15px; } }
  .slider__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 36px;
    line-height: 45px;
    font-weight: bold;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .slider__title {
        font-size: 18px; } }
    @media (max-width: 575.98px) {
      .slider__title {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px !important;
        max-width: calc(100% - 60px);
        line-height: normal; } }
  .slider__price {
    font-size: 15px;
    font-weight: 500;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .slider__price {
        font-size: 13px; } }
  .slider__text {
    overflow: hidden;
    width: 100%;
    height: 105px;
    font-family: "PT Serif", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .slider__text {
        display: none;
        max-height: 100%;
        font-size: 13px;
        line-height: 18px; } }
    @media (max-width: 575.98px) {
      .slider__text {
        margin: auto;
        max-width: calc(100% - 60px); } }
    .slider__text--gray {
      font-family: "Roboto", sans-serif;
      color: #878787; }
  .slider__dots {
    position: absolute;
    bottom: 37px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #878787; }
    @media (max-width: 767.98px) {
      .slider__dots {
        right: 0;
        bottom: 20px;
        left: 0;
        margin: auto; } }
    .slider__dots-current {
      margin-right: 5px;
      color: #323232; }
    .slider__dots-all {
      margin-left: 5px; }

.slider .favor {
  margin-top: 3px;
  margin-left: 15px;
  width: 18px;
  height: 16px;
  background-size: contain;
  outline: none;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (max-width: 767.98px) {
    .slider .favor {
      margin-top: 1px;
      margin-left: 10px; } }

.list-preview__img-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
  height: 100%;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .list-preview__img-wrap:hover {
    cursor: pointer; }
    .list-preview__img-wrap:hover .list-preview__img {
      transform: scale(1.1); }

.list-preview__img {
  display: block;
  height: 100%;
  min-height: 596px;
  background-position: center;
  background-size: cover;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  @media (max-width: 1199.98px) {
    .list-preview__img {
      min-height: 0; } }

@media (max-width: 767.98px) {
  .list-preview__items {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3; } }

.list-preview__title {
  margin-bottom: 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  line-height: 20px;
  font-weight: 700;
  color: #323232; }
  @media (max-width: 575.98px) {
    .list-preview__title {
      font-size: 18px;
      line-height: 20px;
      text-align: center; } }

@media (max-width: 767.98px) {
  .list-preview .slider__date {
    margin-bottom: 7px !important; } }

@media (max-width: 767.98px) {
  .list-preview .slider__title {
    margin-top: 0; } }

@media (max-width: 767.98px) {
  .list-preview .slider__text {
    display: block; } }

.list-preview--service .list-preview__img {
  min-height: 0; }

.list-preview--service .list-preview__img-wrap {
  max-width: 392px; }

.list-preview--service .list-preview__title {
  margin-bottom: 32px; }

.news-line {
  margin-bottom: 3px;
  margin-left: auto;
  padding-top: 42px;
  max-width: 600px;
  cursor: pointer; }
  @media (min-width: 992px) {
    .news-line {
      padding-right: 57px;
      padding-left: 103px; } }
  @media (max-width: 1199.98px) {
    .news-line {
      margin-bottom: 0;
      padding-top: 30px;
      padding-right: 0; } }
  @media (max-width: 991.98px) {
    .news-line {
      padding-top: 15px; } }
  .news-line__date {
    margin-bottom: 9px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #959595; }
  .news-line__title {
    margin-bottom: 9px;
    display: block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 600;
    color: #3d3a3b; }
    @media (max-width: 1199.98px) {
      .news-line__title {
        margin-bottom: 5px;
        font-size: 18px; } }
  .news-line__text {
    padding-bottom: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #878787;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 991.98px) {
      .news-line__text {
        padding-bottom: 15px; } }

.service-title {
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 12px;
  display: flex;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 767.98px) {
    .service-title {
      padding-top: 32px;
      padding-left: 20px;
      padding-bottom: 28px; } }
  @media (max-width: 575.98px) {
    .service-title {
      display: block; } }
  .service-title__num {
    margin-right: 28px;
    flex-shrink: 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .4px;
    text-transform: uppercase;
    color: #8a2b2b; }
    @media (max-width: 991.98px) {
      .service-title__num {
        margin-right: 15px; } }
    @media (max-width: 767.98px) {
      .service-title__num {
        margin-bottom: 19px;
        display: block; } }
  .service-title__text {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #323232; }
    @media (max-width: 767.98px) {
      .service-title__text {
        font-size: 14px;
        line-height: 21px; } }

.case__container {
  position: relative; }
  @media (max-width: 991.98px) {
    .case__container {
      display: flex;
      flex-direction: column; } }

@media (max-width: 991.98px) {
  .case__image {
    margin-left: 0 !important; } }

.case__desc {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 15px;
  display: flex;
  max-width: 360px;
  height: 100%;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .case__desc {
      position: relative;
      left: 0;
      width: 100%;
      max-width: unset;
      order: 2;
      text-align: center; } }

@media (max-width: 991.98px) {
  .case__quote {
    order: 3; } }

.case__prod {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color: #8a8a8a; }
  @media (max-width: 767.98px) {
    .case__prod {
      font-size: 11px; } }

.case__title {
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #3d3a3b; }
  @media (max-width: 991.98px) {
    .case__title {
      margin: 0 auto 15px; } }
  @media (max-width: 767.98px) {
    .case__title {
      margin: 0 auto 15px;
      max-width: 190px;
      font-size: 18px;
      line-height: 20px; } }

@media (max-width: 991.98px) {
  .case__like {
    margin-bottom: 80px;
    justify-content: center; } }

.case__price {
  margin-right: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #3d3a3b; }
  @media (max-width: 767.98px) {
    .case__price {
      font-size: 13px; } }

.case__img-wrap {
  display: flex;
  overflow: hidden;
  max-width: 600px;
  justify-content: center;
  align-items: center;
  background-color: #f8f8f8; }
  @media (max-width: 991.98px) {
    .case__img-wrap {
      margin: 0 auto 40px;
      order: 1; } }
  @media (max-width: 767.98px) {
    .case__img-wrap {
      margin-bottom: 15px; } }
  .case__img-wrap:hover img {
    transform: scale(1.1); }

.case__img {
  display: block; }
  .case__img img {
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767.98px) {
      .case__img img {
        max-height: 260px; } }

.quote {
  display: flex;
  max-width: 250px;
  height: 100%;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .quote {
      max-width: none; } }
  .quote__text {
    position: relative;
    margin-bottom: 35px;
    font-family: "PT Serif", sans-serif;
    font-size: 15px;
    line-height: 21px;
    font-weight: 400;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .quote__text {
        margin-bottom: 26px;
        font-size: 13px;
        line-height: 18px;
        text-align: center; } }
    .quote__text:before {
      position: absolute;
      top: -50px;
      left: 0;
      display: block;
      width: 24px;
      height: 20px;
      content: '';
      background: url("/local/templates/joia/layout/public/css/../img/blockquotes.svg") no-repeat center transparent;
      background-size: contain; }
      @media (max-width: 991.98px) {
        .quote__text:before {
          top: -42px;
          left: 50%;
          transform: translateX(-50%); } }

.user {
  display: flex; }
  @media (max-width: 991.98px) {
    .user {
      flex-direction: column;
      align-items: center;
      text-align: center; } }
  .user__img {
    width: 50px;
    height: 50px; }
    @media (max-width: 991.98px) {
      .user__img {
        margin-bottom: 14px; } }
    @media (max-width: 575.98px) {
      .user__img {
        margin-bottom: 10px; } }
  .user__text {
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 991.98px) {
      .user__text {
        margin-left: 0; } }
  .user__name {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .user__name {
        font-size: 12px; } }
  .user__role {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: #878787; }
    @media (max-width: 575.98px) {
      .user__role {
        font-size: 11px; } }

.front {
  overflow: hidden;
  background-color: #000; }
  @media (max-width: 991.98px) {
    .front {
      pointer-events: none; } }
  .front__item {
    position: relative;
    height: 562px;
    opacity: 0; }
    @media screen and (min-width: 1600px) {
      .front__item {
        height: 660px; } }
    @media (max-width: 991.98px) {
      .front__item {
        height: 400px; } }
    @media (max-width: 767.98px) {
      .front__item {
        height: 320px; } }
  .front__img {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover; }
  .front__content {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center; }
  .front__title {
    padding-bottom: 120px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1.8px;
    color: #fff; }
    @media (max-width: 991.98px) {
      .front__title {
        font-size: 50px;
        letter-spacing: -.75px; } }
    @media (max-width: 767.98px) {
      .front__title {
        padding-bottom: 0;
        font-size: 30px;
        line-height: 1.2; } }
  .front .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 53px;
    left: 50%;
    margin-bottom: 0;
    padding-right: 50px;
    padding-left: 50px;
    display: flex !important;
    width: 100%;
    max-width: 1127px;
    justify-content: space-between;
    list-style: none;
    transform: translateX(-50%); }
    @media (max-width: 991.98px) {
      .front .slick-dots {
        bottom: 30px; } }
    .front .slick-dots a:focus {
      outline: none; }
    .front .slick-dots img {
      display: block;
      max-height: 37px; }
    .front .slick-dots span {
      font-size: 12px;
      text-align: center;
      color: white; }
    .front .slick-dots li {
      opacity: .8;
      cursor: pointer;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      .front .slick-dots li:hover {
        opacity: 1; }
      .front .slick-dots li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        grid-gap: 10px; }
  .front .slick-current .front__item {
    opacity: 1;
    transition: 1s linear; }
  .front .slick-current .front__img {
    visibility: visible;
    transition: 5s linear;
    transform: scale(1.4);
    transform-origin: center center; }

.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .header__search-btn {
    margin: 4px 20px 0 0;
    width: 35px;
    height: 35px;
    background: url(/local/templates/joia/layout/public/css/../img/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px; }
    @media (max-width: 991.98px) {
      .header__search-btn {
        display: none; } }
  .header__favor .favor {
    display: inline-block;
    vertical-align: middle; }
    .header__favor .favor:after {
      display: none; }
  .header .socials {
    margin: 0; }
  @media (max-width: 991.98px) {
    .header {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      border-bottom: 0 none; } }
  @media screen and (max-width: 1300px) {
    .header__top-container {
      padding-right: 0; } }
  @media (max-width: 1199.98px) {
    .header__top-container {
      padding-right: 15px; } }
  .header__left-col {
    position: static; }
    @media (min-width: 1600px) {
      .header__left-col {
        max-width: 344px;
        flex-basis: 344px; } }
    @media (max-width: 991.98px) {
      .header__left-col {
        position: static; } }
  @media (min-width: 1600px) {
    .header__middle-col {
      flex-shrink: 1; } }
  @media (min-width: 1600px) {
    .header__right-col {
      flex-shrink: 1; } }
  .header__top {
    font-size: 13px;
    color: #878787;
    border-bottom: 1px solid #e3e3e3; }
    @media (max-width: 1199.98px) {
      .header__top {
        font-size: 12px; } }
  .header__top-row {
    position: relative;
    display: flex;
    align-items: center; }
    @media (min-width: 1600px) {
      .header__top-row {
        flex-wrap: nowrap; } }
    @media screen and (max-width: 1300px) {
      .header__top-row {
        margin-right: 0; } }
    @media (max-width: 991.98px) {
      .header__top-row {
        height: 54px;
        justify-content: space-between; } }
  .header__top-menu {
    margin-right: auto;
    margin-bottom: 0;
    padding-left: 0;
    display: none;
    list-style: none; }
    @media (max-width: 1199.98px) {
      .header__top-menu {
        margin-left: 0; } }
    .header__top-menu li {
      margin-right: 50px; }
      @media (max-width: 1199.98px) {
        .header__top-menu li {
          margin-right: 20px; } }
      .header__top-menu li:last-child {
        margin-right: 0; }
  .header__top-right-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media screen and (max-width: 1300px) {
      .header__top-right-wrapper {
        padding-right: 0; } }
    @media (max-width: 991.98px) {
      .header__top-right-wrapper {
        justify-content: space-between; } }
  .header__top-link {
    color: #3d3a3b;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .header__top-link:hover {
      color: #646262; }
  .header__city {
    color: #3d3a3b;
    background: none;
    border-bottom: 1px dotted #3d3a3b;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .header__city:hover {
      color: #646262; }
  .header__time-work {
    position: relative;
    align-self: stretch;
    margin-right: 30px; }
    .header__time-work a {
      display: flex;
      height: 100%;
      align-items: center;
      font-size: 11px;
      white-space: nowrap;
      text-decoration: underline;
      color: #878787;
      transition: all .25s;
      -webkit-text-decoration-style: dotted;
              text-decoration-style: dotted; }
    .header__time-work:hover a {
      color: #646262; }
  .header__phone {
    margin-right: 12px;
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: #3d3a3b;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 991.98px) {
      .header__phone {
        display: block;
        width: 18px;
        height: 18px;
        order: -1;
        background-image: url(/local/templates/joia/layout/public/css/../img/phone-icon.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 17px; } }
    .header__phone:hover {
      color: #646262; }
    .header__phone small {
      margin-right: 5px;
      font-size: 12px;
      font-weight: normal; }
  .header__bot-row {
    padding: 22px 0;
    display: flex;
    align-items: center; }
    @media (min-width: 1600px) {
      .header__bot-row {
        flex-wrap: nowrap; } }
    @media (max-width: 991.98px) {
      .header__bot-row {
        padding: 0; } }
  @media (max-width: 991.98px) {
    .header .logo {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 62px;
      transform: translate(-50%, -50%); } }

@media (min-width: 992px) {
  .header--catalog {
    position: -webkit-sticky;
    position: sticky;
    z-index: 20;
    top: -138px;
    margin-bottom: 60px; } }

@media (min-width: 992px) {
  .header--catalog .catalog {
    display: block !important;
    opacity: 1 !important; } }

@media (min-width: 992px) {
  .header.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    z-index: 30;
    top: -50px;
    opacity: 0;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); } }

@media (min-width: 992px) {
  .header.is-sticky.is-animate {
    opacity: 1; } }

.drop-down {
  position: absolute;
  z-index: 11;
  top: 100%;
  left: 15px;
  min-width: 230px;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #e3e3e3;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
  transition: all .25s;
  transform: scale3d(0, 0, 0);
  transform-origin: 28px -8px; }
  .header__time-work:hover .drop-down, .drop-down.open {
    opacity: 1;
    pointer-events: all;
    transform: none; }
  .drop-down:before {
    position: absolute;
    bottom: 100%;
    left: 24px;
    width: 16px;
    height: 16px;
    content: '';
    background-color: #ffffff;
    box-shadow: 0 0 0 1px #e3e3e3;
    transform: translateY(50%) rotate(45deg); }
  .drop-down--worktime {
    right: 0;
    left: auto;
    transform-origin: calc(100% - 28px) -8px; }
    .drop-down--worktime:before {
      right: 24px;
      left: auto; }

.drop-down__content {
  position: relative;
  z-index: 11;
  padding: 24px 20px;
  background-color: #ffffff; }

.drop-down__title {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 1.333;
  color: #323232; }

.drop-down__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.drop-down__item {
  margin-bottom: 16px;
  font-size: 13px; }
  .drop-down__item:last-of-type {
    margin-bottom: 0; }

.drop-down__link {
  color: #3d3a3b;
  background: none;
  transition: all .25s; }
  .drop-down__link:hover, .drop-down__link.active {
    color: #8a2b2b; }

.drop-down__text {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 13px;
  line-height: 1.385;
  color: #3d3a3b; }
  .drop-down__text:last-of-type {
    margin-bottom: 0; }

.header.authorizated .favor--count {
  padding-left: 24px; }

.header.authorizated .favor.is-active {
  background-image: url("/local/templates/joia/layout/public/css/../img/check.svg"); }

.header.is-rendered .header__city,
.header.is-rendered .header__phone {
  visibility: hidden; }

.logo {
  display: block;
  max-width: 94px;
  line-height: 1; }
  .logo img {
    display: block;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .logo img:hover {
      -webkit-filter: brightness(120%);
              filter: brightness(120%); }

.menu {
  margin-right: auto;
  display: none;
  flex-basis: 520px;
  font-family: "Wix Madefor Display", sans-serif; }
  @media (max-width: 1199.98px) {
    .menu {
      flex-basis: auto; } }
  @media (max-width: 991.98px) {
    .menu {
      position: fixed;
      z-index: 100;
      top: 55px;
      left: 0;
      overflow: auto;
      width: 100%;
      height: calc(100% - 110px);
      background-color: #fff; } }
  .menu__link {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    white-space: nowrap;
    color: #323232;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 991.98px) {
      .menu__link {
        font-size: 16px; } }
    .menu__link:hover {
      color: #646262; }
    .menu__link--catalog:after {
      margin-left: 10px;
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      content: '';
      background-image: url(/local/templates/joia/layout/public/css/../img/menu-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      border-radius: 50%; }
  .menu__list {
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    list-style: none; }
    @media (max-width: 991.98px) {
      .menu__list {
        padding-top: 30px;
        display: block; } }
  .menu__item {
    margin-right: 80px; }
    @media (max-width: 1199.98px) {
      .menu__item {
        margin-right: 35px; } }
    @media (max-width: 991.98px) {
      .menu__item {
        margin-right: 0;
        margin-bottom: 30px; } }
    @media (max-width: 991.98px) {
      .menu__item--catalog {
        display: none; } }
    .menu__item--mob {
      display: none; }
      @media (max-width: 991.98px) {
        .menu__item--mob {
          display: block; } }
  .menu__cities {
    position: relative; }
  .menu__cities-select {
    position: relative;
    padding-top: 12px;
    padding-right: 15px;
    padding-left: 0;
    padding-bottom: 12px;
    display: block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #3d3a3b;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAmUlEQVQYV13OsQ0CMQwFUDsp0rIBIwAbwAQcGzDCtVYKTJGkZYTbAJgARoANYAPaFImR0QUJ3Pn72TKmlAYAGIjoCn8VY+wQcY0xxt4YsyulrLz3t+ZCCHNr7aXWukcN9ZpuiMiCiB4NiMiZiLYfNMITIk5FZIOIRxF5ElGnsy9i5olzTv+aAcA957xk5tcP0maEh5xz34Dmb1PyQj22VGnlAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: right center;
    border: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .menu__cities-select:focus {
      outline: none; }
    @media (max-width: 991.98px) {
      .menu__cities-select {
        padding-top: 17.5px;
        padding-bottom: 17.5px; } }
  .menu__mob-list {
    padding: 0;
    list-style: none; }
  .menu__mob-link {
    margin-bottom: 15px;
    display: inline-block;
    font-size: 13px;
    color: #3d3a3b; }
  .menu__mob-soc {
    padding: 20px 0;
    flex-shrink: 0; }
    .menu__mob-soc .socials {
      display: flex;
      align-items: center; }
      .menu__mob-soc .socials__img {
        width: auto; }
      .menu__mob-soc .socials__item {
        margin-right: 25px; }
        .menu__mob-soc .socials__item:last-child {
          margin-right: 0; }

.menu__current_city {
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal; }
  .menu__current_city:after {
    z-index: 1;
    width: 7px;
    height: 7px;
    content: '';
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    transform: rotate(45deg); }

.menu__cities .drop-down {
  left: -16px;
  width: calc(100% + 32px); }
  .menu__cities .drop-down:before {
    display: none; }

.search {
  position: relative;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 100%; }
  @media (max-width: 991.98px) {
    .search {
      position: fixed;
      z-index: 100;
      bottom: 55px;
      left: 0;
      margin: 0;
      width: 100%;
      max-width: none;
      background-color: #fff;
      border-top: 1px solid #e3e3e3; } }
  .search__input {
    position: relative;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
    font-size: 18px;
    color: #323232;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .search__input::-webkit-input-placeholder {
      color: #000; }
    .search__input::-moz-placeholder {
      color: #000; }
    .search__input:-ms-input-placeholder {
      color: #000; }
    @media (max-width: 991.98px) {
      .search__input {
        padding-left: 18px;
        height: 55px;
        border: 0; } }
    .search__input:focus {
      border-color: #d1d1d1; }
    .search__input:focus ~ .search__field-bar, .search__input.is-filled ~ .search__field-bar {
      transform: scaleX(1); }
    .search__input:focus ~ .search__field-label, .search__input.is-filled ~ .search__field-label {
      font-size: 12px;
      transform: translateY(-32px); }
  .search__result {
    z-index: 11;
    padding: 20px 0;
    display: none;
    width: 100%; }
    .search__result--empty {
      padding-top: 0;
      padding-bottom: 0; }
    @media (max-width: 991.98px) {
      .search__result {
        display: none !important; } }
  .search__empty {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
    font-size: 13px;
    color: #323232; }
    .search__result--empty .search__empty {
      display: block; }
  .search__result--empty .search__result-content {
    display: none; }
  @media (max-width: 991.98px) {
    .search__result-content {
      display: flex;
      flex-direction: column; } }
  .search__result-item {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3; }
    @media (max-width: 991.98px) {
      .search__result-item {
        width: 100%;
        order: 1; } }
    @media (max-width: 991.98px) {
      .search__result-item:first-child {
        border-top: 1px solid #e3e3e3; } }
  .search__result-link {
    display: flex;
    align-items: center;
    color: inherit; }
    .search__result-link:hover {
      color: inherit; }
      .search__result-link:hover .search__result-name {
        color: #8a2b2b; }
    .search__result-link img {
      margin-right: 15px;
      display: block;
      width: 50px;
      flex-shrink: 0; }
  .search__result-inner {
    flex-grow: 1; }
  .search__result-name-row {
    display: grid;
    font-family: "Roboto", sans-serif;
    line-height: 1.25;
    font-weight: 700;
    grid-template-columns: 1fr auto;
    grid-gap: 20px; }
  .search__result-name {
    transition: 300ms ease; }
  .search__result-params-row {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); }
  .search__result-param {
    padding: 0 20px;
    display: flex;
    flex-direction: column; }
    .search__result-param:not(:last-child) {
      border-right: 1px solid rgba(50, 50, 50, 0.3); }
    .search__result-param:first-child {
      padding-left: 0; }
    .search__result-param:last-child {
      padding-right: 0; }
  .search__result-param-name {
    font-size: 13px;
    color: #878787; }
  .search__show-all {
    margin-top: 25px;
    margin-bottom: 10px;
    padding-right: 15px;
    display: block;
    font-size: 13px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAHCAYAAAA8sqwkAAAAiElEQVQoU4WQsQ3CMBRE7/wpTOdRUkZUZgPYwEHsE2pASjYho5AN6KDx/yiR6Ihz9b3/744o6LpLlVO24u3YDP1rsrIEdDGF/HEDjCbbvJ8g3upzFGZbArMiEOwBPlVyw3t9WjT/OTLOH0qxSAtQ60CM6jStd3jLAzSK1zh3WFuJ6i4br4ffSl+JxzXmKtpbMAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right center; }
    .search__show-all:last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .search__show-all {
        margin-top: 0;
        margin-bottom: 15px; } }
  .search__btn {
    position: absolute;
    top: 23px;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(/local/templates/joia/layout/public/css/../img/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 991.98px) {
      .search__btn {
        right: 23px;
        width: 6px;
        height: 9px;
        background: url(/local/templates/joia/layout/public/css/../img/little-arrow.svg) no-repeat;
        background-size: contain; } }
    .search__btn:hover {
      opacity: .75; }
  .search--input {
    position: relative;
    top: 0;
    left: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    display: block;
    width: auto;
    flex-grow: 1;
    border: none; }
    .search--input .search__input {
      padding-right: 35px;
      padding-left: 15px;
      height: 44px;
      border: 1px solid #e6e6e6; }
  .search--local .search__input {
    font-size: 14px; }
    .search--local .search__input::-webkit-input-placeholder {
      font-size: 14px; }
    .search--local .search__input::-moz-placeholder {
      font-size: 14px; }
    .search--local .search__input:-ms-input-placeholder {
      font-size: 14px; }
    .search--local .search__input::-ms-input-placeholder {
      font-size: 14px; }
    .search--local .search__input::placeholder {
      font-size: 14px; }
  .search--local .search__btn {
    right: 8px; }

.search__field {
  position: relative;
  width: 100%;
  transition-duration: .3s;
  transition-timing-function: ease-in-out; }

.search__field-label {
  position: absolute;
  bottom: 3px;
  left: 0;
  pointer-events: none;
  color: black;
  transition-duration: inherit;
  transition-timing-function: inherit;
  will-change: transform; }

.search__field-bar {
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  transition-duration: inherit;
  transition-timing-function: inherit;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform; }

.catalog {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  background-color: #fff; }
  @media (max-width: 991.98px) {
    .catalog {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh; } }
  .catalog__category-wrap {
    background-color: #f6f6f6; }
    @media (max-width: 991.98px) {
      .catalog__category-wrap {
        padding-bottom: 50px;
        overflow: auto;
        height: calc(100vh - 55px);
        background-color: #fff; } }
  .catalog__category {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style: none; }
    @media (max-width: 991.98px) {
      .catalog__category {
        display: none; } }
  .catalog__category--mobile {
    display: none; }
    @media (max-width: 991.98px) {
      .catalog__category--mobile {
        display: block; } }
  .catalog__category-link {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #414141;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 991.98px) {
      .catalog__category-link {
        display: inline-flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700; } }
  .catalog__category-item {
    padding-top: 18px;
    padding-right: 30px;
    padding-bottom: 18px; }
    @media (max-width: 991.98px) {
      .catalog__category-item {
        margin-bottom: 20px;
        padding: 0; } }
    .catalog__category-item:last-child {
      padding-right: 0; }
    @media (max-width: 991.98px) {
      .catalog__category-item--hide-mob {
        display: none; } }
    .catalog__category-item.is-active .catalog__category-link {
      color: #323232; }
    .catalog__category-item.is-active .catalog__icon {
      background-color: #8a2b2b; }
      .catalog__category-item.is-active .catalog__icon img {
        -webkit-filter: brightness(10);
                filter: brightness(10); }
    .catalog__category-item.is-active .catalog__dropdown {
      visibility: visible;
      opacity: 1;
      transition-delay: 0s; }
  .catalog__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 30px;
    padding-bottom: 40px;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5);
    transition-duration: .5s;
    transition-delay: .3s; }
    @media (max-width: 991.98px) {
      .catalog__dropdown {
        z-index: 1;
        top: 115px;
        padding-top: 0;
        padding-bottom: 30px;
        overflow-y: auto;
        height: calc(100% - 115px);
        background-color: #fff;
        box-shadow: none;
        transition: none; } }
  .catalog__row {
    display: flex; }
  .catalog__dec {
    width: 270px;
    flex-shrink: 0; }
  .catalog__section {
    padding-left: 70px;
    display: flex;
    flex-grow: 1; }
    @media (max-width: 1199.98px) {
      .catalog__section {
        padding-left: 30px; } }
    @media (max-width: 991.98px) {
      .catalog__section {
        padding-top: 12px;
        padding-left: 54px;
        display: block; } }
  .catalog__col {
    padding-right: 30px;
    width: 25%; }
    @media (max-width: 991.98px) {
      .catalog__col {
        display: none;
        width: 100%; } }
    .catalog__col--visible-mob {
      display: block; }
  .catalog__type {
    margin-bottom: 10px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #878787; }
  .catalog__menu {
    margin-bottom: 20px;
    padding: 0;
    padding-bottom: 40px;
    overflow-y: auto;
    max-height: calc(100vh - 100px);
    list-style: none; }
    @media (max-width: 991.98px) {
      .catalog__menu {
        margin-bottom: 0; } }
  .catalog__link {
    margin-bottom: 5px;
    display: inline-block;
    font-size: 13px;
    color: #323232; }
    @media (max-width: 991.98px) {
      .catalog__link {
        margin-bottom: 15px;
        font-family: "Wix Madefor Display", sans-serif;
        font-size: 14px;
        font-weight: 600; } }
    .catalog__link--all {
      color: #8a2b2b; }
  .catalog__text {
    margin-bottom: 36px;
    font-family: "PT Serif", sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #878787; }
  .catalog__title {
    margin-bottom: 20px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    color: #323232; }
  .catalog__head-mob {
    display: flex;
    height: 55px;
    justify-content: space-between;
    align-items: center; }
  .catalog__title-mob {
    font-size: 11px;
    color: #3d3a3b; }
  .catalog__close {
    position: relative;
    padding: 0;
    width: 15px;
    height: 12px;
    color: #3d3a3b;
    border: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .catalog__close:after, .catalog__close:before {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -1px;
      display: block;
      width: 100%;
      height: 2px;
      content: '';
      background-color: currentColor;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
      transform-origin: center center; }
    .catalog__close:before {
      transform: rotate(45deg); }
    .catalog__close:after {
      transform: rotate(-45deg); }
  .catalog__icon {
    margin-right: 20px;
    display: flex;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    background-color: #f3f3f3;
    border-radius: 50%; }
    .catalog__icon img {
      max-height: 19px; }
  .catalog__back {
    position: relative;
    padding: 0;
    padding-left: 36px;
    display: none;
    font-size: 11px;
    line-height: 26px;
    color: #3d3a3b;
    background-color: transparent; }
    .catalog__back:before {
      position: absolute;
      top: 0;
      left: 0;
      display: inline-block;
      width: 26px;
      height: 26px;
      content: '';
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAAYklEQVQYV2NkgAIDAwOBCxcufIDxYTQjiAGSZGZm3s/IyFh45syZA8iKGA0MDAyYmJj2MzAwFJ47d24BhglGRkYPGBgY5NEloPyDMBM2MDAwNGA1AeYGJiamA0xMTAXobgAAWsMaXf0qGdYAAAAASUVORK5CYII=);
      background-repeat: no-repeat;
      background-position: center center;
      border: 1px solid #e3e3e3;
      border-radius: 50%; }

.catalog.is-category-open .catalog__title-mob {
  display: none; }

.catalog.is-category-open .catalog__back {
  display: block; }

.catalog.is-category-open .catalog__category-item {
  display: none; }
  .catalog.is-category-open .catalog__category-item.is-active {
    display: block; }

.desktop .catalog__category-item:hover .catalog__category-link {
  color: #8a2b2b; }

.desktop .catalog__category-item:hover .catalog__dropdown {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s; }

.mob-controls {
  position: fixed;
  z-index: 20;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e3e3e3; }
  .mob-controls__row {
    display: flex; }
  .mob-controls__catalog {
    padding: 0;
    padding-left: 50px;
    width: 50%;
    height: 54px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 14px;
    text-align: left;
    color: #323232;
    background-color: transparent;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAAOElEQVQ4T2OcO3fufwYoSE5OZoSxiRFnJEYRLkMp0wxzJjk03I/01zxwAUaRzeQEFEzPaGiTmKsA9FJhlnPngDMAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: 20px center;
    border-right: 1px solid #e3e3e3;
    outline: none !important;
    box-shadow: none !important; }
  .mob-controls__favor {
    display: flex;
    width: 25%;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e3e3e3; }
    .mob-controls__favor .favor:after {
      display: none; }
  .mob-controls__search {
    position: relative;
    width: 25%;
    background-color: transparent;
    background-image: url(/local/templates/joia/layout/public/css/../img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    outline: none !important;
    box-shadow: none !important; }
    .mob-controls__search:after, .mob-controls__search:before {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -1px;
      margin-left: -7.5px;
      display: none;
      width: 15px;
      height: 2px;
      content: '';
      background-color: #323232;
      transform: rotate(45deg);
      transform-origin: center center; }
    .mob-controls__search:before {
      transform: rotate(-45deg); }
    .mob-controls__search.is-active {
      background-image: none; }
      .mob-controls__search.is-active:before, .mob-controls__search.is-active:after {
        display: block; }

.cards-row__inner {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap; }
  @media (max-width: 575.98px) {
    .cards-row__inner {
      margin-right: -15px;
      margin-left: -15px; } }

.cards-row__btn {
  margin: 20px auto 0; }
  .cards-row__btn.is-hidden {
    display: none; }

@media (max-width: 991.98px) {
  .cards-row--count-mob .card:nth-child(5) {
    display: none; } }

.cards-row--count-mob .card.is-hidden {
  display: none; }

.cards-row--section .cards-row__inner {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap; }

.cards-row--section .card {
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .cards-row--section .card {
      margin-bottom: 0; } }

.cards-row.is-list .cards-row__inner {
  display: grid; }

.cards-row.is-list .card {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #e6e6e6; }

.cards-row.is-list .card__title-wrapper {
  margin-left: 25px; }

.cards-row.is-list .card__link {
  padding-bottom: 30px;
  display: grid;
  width: 100%;
  align-items: flex-start;
  text-align: left;
  grid-template-columns: auto 1fr; }

.cards-row.is-list .card__prod,
.cards-row.is-list .card__row {
  display: none; }

.cards-row.is-list .card__label {
  position: static;
  margin-bottom: 20px;
  text-align: left; }

.cards-row.is-list .card__img {
  padding: 0;
  align-items: flex-start; }

.cards-row.is-list .card__title {
  overflow: hidden;
  max-width: 90%;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis; }

.cards-row.is-list .card__content {
  display: block; }

.cards-row--full .hint__content-wrapper {
  left: -18px !important;
  width: initial; }

.cards-row--full .hint__content {
  width: 242px; }

.card-lite {
  height: 100%; }
  .card-lite__link {
    display: flex;
    flex-direction: column; }
    .card-lite__link:hover .card-lite__img-wrap img {
      transform: scale(1.1); }
  .card-lite__img-wrap {
    margin-bottom: 20px;
    padding: 40px 10px;
    display: flex;
    overflow: hidden;
    height: 390px;
    justify-content: center;
    align-items: center;
    background-color: #f4f1ed; }
    @media (max-width: 1199.98px) {
      .card-lite__img-wrap {
        height: 350px; } }
    @media (max-width: 767.98px) {
      .card-lite__img-wrap {
        height: 300px; } }
    @media (max-width: 575.98px) {
      .card-lite__img-wrap {
        margin-bottom: 12px;
        height: 286px; } }
    .card-lite__img-wrap img {
      max-height: 100%;
      pointer-events: none;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .card-lite__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 42px;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .card-lite__title {
        font-size: 18px;
        text-align: center; } }
  .card-lite__text {
    font-size: 15px;
    line-height: 21px;
    color: #878787; }
    @media (max-width: 575.98px) {
      .card-lite__text {
        padding: 0 15px;
        font-size: 13px;
        line-height: 18px;
        text-align: center; } }

.menu-aside {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (max-width: 575.98px) {
    .menu-aside__target {
      padding-top: 20px !important; } }
  @media (max-width: 1199.98px) {
    .menu-aside--product {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-flow: row wrap; } }
  .menu-aside--product .menu-aside__item {
    padding-bottom: 13px; }
    @media (max-width: 1199.98px) {
      .menu-aside--product .menu-aside__item {
        margin-right: 10px; } }
    @media (max-width: 767.98px) {
      .menu-aside--product .menu-aside__item {
        padding-bottom: 0; } }
  .menu-aside--product .menu-aside__link {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
    border-bottom: 1px dashed; }
  @media (max-width: 991.98px) {
    .menu-aside {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: row wrap; } }
  .menu-aside--tag .menu-aside__item {
    padding-bottom: 6px; }
  .menu-aside--tag .menu-aside__link {
    font-family: "Roboto";
    text-transform: none;
    color: #8a2b2b; }
  .menu-aside__date {
    margin-bottom: 25px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #878787; }
    @media (max-width: 991.98px) {
      .menu-aside__date {
        margin-bottom: 5px;
        display: block;
        width: 100%;
        text-align: center; } }
  .menu-aside__item {
    padding-bottom: 17px; }
    @media (max-width: 991.98px) {
      .menu-aside__item {
        margin-right: 10px; } }
    .menu-aside__item:last-child {
      margin-right: 0; }
  .menu-aside__link {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #323232;
    transition: all .3s ease; }
    .menu-aside__link:hover, .menu-aside__link.is-active {
      color: #8a2b2b;
      border-color: transparent; }

.shared {
  width: 160px; }
  @media (max-width: 991.98px) {
    .shared {
      margin: auto;
      width: 100%;
      max-width: 540px; } }
  .shared__title {
    height: 50px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 11px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    color: #878787;
    border: 1px solid #e6e6e6;
    border-width: 1px 1px 0; }
  .shared__soc {
    display: flex;
    border-right: 1px solid #e6e6e6; }
  .shared__link {
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: solid #e6e6e6;
    border-width: 1px 0 1px 1px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .shared__link:hover {
      background-color: #f8f8f8; }

.slider-product__item {
  position: relative; }

.slider-product__img-wrap {
  position: relative; }
  .slider-product__img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 550px;
    -o-object-fit: cover;
       object-fit: cover; }

.slider-product__dots {
  padding: 27px 0 19px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #878787;
  border-bottom: 2px solid #323232; }
  @media (max-width: 575.98px) {
    .slider-product__dots {
      margin-top: 20px;
      padding-top: 20px;
      line-height: 1;
      text-align: center;
      border-top: 1px solid #323232;
      border-bottom: none; } }
  .slider-product__dots-current {
    margin-right: 5px;
    color: #323232; }
  .slider-product__dots-all {
    margin-left: 5px; }
  .slider-product__dots--hide {
    display: none !important; }

.slider-product__nav {
  display: none; }

.slider-product .slick-dots {
  position: absolute;
  bottom: 72px;
  left: 0;
  margin: 0;
  padding: 0;
  display: none !important;
  width: 100%;
  align-items: stretch;
  list-style-type: none; }
  @media (max-width: 575.98px) {
    .slider-product .slick-dots {
      bottom: 52px; } }
  .slider-product .slick-dots li {
    display: flex;
    width: 25%;
    height: 88px;
    justify-content: center;
    align-items: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #8c8980;
    transition: all .3s ease;
    cursor: pointer; }
    @media (max-width: 1199.98px) {
      .slider-product .slick-dots li {
        height: 50px;
        font-size: 12px; } }
    @media (max-width: 575.98px) {
      .slider-product .slick-dots li {
        height: 40px;
        font-size: 8px;
        color: #3d3a3b; } }
    .slider-product .slick-dots li:first-of-type {
      border-left: 0 none; }
    .slider-product .slick-dots li:last-of-type {
      border-right: 0 none; }
    .slider-product .slick-dots li.slick-active {
      background-color: rgba(144, 122, 99, 0.3); }

.slider-product .slick-arrow {
  position: absolute;
  z-index: 5;
  bottom: 22px;
  width: 27px;
  height: 27px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .slider-product .slick-arrow {
      bottom: 15px; } }

.slider-product .slick-prev {
  position: absolute;
  right: 37px; }
  .slider-product .slick-prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat; }
  @media (max-width: 575.98px) {
    .slider-product .slick-prev {
      right: auto;
      left: 0; } }

.slider-product .slick-next {
  position: absolute;
  right: 0; }
  .slider-product .slick-next:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat;
    transform: rotate(180deg); }

.slider-product__content {
  position: absolute;
  top: 50%;
  left: 50%;
  padding-bottom: 30px;
  width: 310px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%); }
  @media (max-width: 575.98px) {
    .slider-product__content {
      position: relative;
      top: 0;
      left: 0;
      padding: 15px;
      width: 100%;
      text-align: left;
      background-color: rgba(0, 0, 0, 0.9);
      transform: none; } }

.slider-product__title {
  margin-bottom: 25px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    .slider-product__title {
      margin-bottom: 15px;
      font-size: 24px; } }
  @media (max-width: 991.98px) {
    .slider-product__title {
      margin-bottom: 10px;
      font-size: 20px; } }
  @media (max-width: 575.98px) {
    .slider-product__title {
      font-size: 18px; } }

.slider-product__text {
  font-family: "PT Serif", sans-serif;
  font-size: 18px;
  line-height: 21px; }
  @media (max-width: 1199.98px) {
    .slider-product__text {
      font-size: 16px;
      line-height: 20px; } }
  @media (max-width: 991.98px) {
    .slider-product__text {
      font-size: 14px; } }
  @media (max-width: 575.98px) {
    .slider-product__text {
      font-size: 13px; } }

.slider-product--about .slick-dots {
  display: flex !important; }
  @media (max-width: 991.98px) {
    .slider-product--about .slick-dots {
      background: white;
      border-left: 1px solid #3d3a3b;
      border-right: 1px solid #3d3a3b; } }
  .slider-product--about .slick-dots li {
    font-weight: 400;
    text-transform: none; }

@media (max-width: 575.98px) {
  .slider-product--about .slider-product__img-wrap {
    padding-bottom: 38px;
    height: 450px;
    background: black; } }

.slider-product--about .slider-product__dots {
  margin-top: 0;
  border-top: none; }

.product-text {
  padding: 55px 13%;
  font-family: "PT Serif", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #323232; }
  @media (max-width: 991.98px) {
    .product-text {
      padding: 40px 5%; } }
  @media (max-width: 767.98px) {
    .product-text {
      padding: 40px 0;
      font-size: 13px;
      line-height: 18px; } }
  @media (max-width: 575.98px) {
    .product-text {
      margin-right: -15px;
      margin-left: -15px;
      padding: 24px 15px 34px; } }
  .product-text__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    line-height: 26px; }
    @media (max-width: 767.98px) {
      .product-text__title {
        font-size: 15px;
        line-height: 22px; } }

.table-comp {
  width: 100%;
  font-size: 15px;
  color: #323232; }
  @media (max-width: 767.98px) {
    .table-comp {
      font-size: 13px; } }
  .table-comp td {
    padding-top: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 575.98px) {
      .table-comp td {
        padding-top: 11px;
        padding-bottom: 10px; } }
    .table-comp td:last-child {
      text-align: right;
      white-space: nowrap; }

.recipe-list {
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .recipe-list li {
    margin-bottom: 22px;
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #323232; }
    @media (max-width: 767.98px) {
      .recipe-list li {
        margin-bottom: 17px;
        font-size: 13px;
        line-height: 18px; } }
    .recipe-list li:last-child {
      margin-bottom: 0; }

.filters {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 1199.98px) {
    .filters {
      justify-content: flex-end; } }
  @media (max-width: 575.98px) {
    .filters {
      padding-bottom: 40px;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  .filters__item {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
    width: 20%; }
    .filters__item.relative {
      position: relative; }
    .filters__item .search__result {
      left: 10px;
      width: calc(100% - 20px); }
    @media (max-width: 1199.98px) {
      .filters__item {
        width: 33.33333%; } }
    @media (max-width: 767.98px) {
      .filters__item {
        width: 50%; } }
    @media (max-width: 575.98px) {
      .filters__item {
        margin-bottom: 10px;
        width: 100%; } }
    .filters__item .search--local ~ .search__result {
      position: absolute;
      margin: 20px 0;
      padding: 0 10px;
      background: #fff; }
  .filters__name {
    margin-bottom: 10px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 11px;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .filters__name {
        font-size: 10px; } }
  .filters--right {
    justify-content: flex-end; }
    @media (max-width: 1199.98px) {
      .filters--right {
        padding-top: 30px;
        justify-content: flex-end; } }
    @media (max-width: 767.98px) {
      .filters--right {
        padding-bottom: 0;
        flex-direction: row; } }
    .filters--right .filters__item {
      margin-bottom: 0;
      display: flex;
      width: auto;
      justify-content: center;
      align-items: center; }
      @media (max-width: 767.98px) {
        .filters--right .filters__item {
          display: block;
          width: 47%; } }
      .filters--right .filters__item + .filters__item {
        margin-left: 15px; }
    .filters--right .filters__name {
      margin-bottom: 0;
      padding-right: 14px;
      color: #878787; }
      @media (max-width: 767.98px) {
        .filters--right .filters__name {
          margin-right: 0;
          margin-bottom: 10px; } }
    .filters--right .show-type {
      margin-right: 10px;
      margin-left: 40px; }
  @media (max-width: 767.98px) {
    .filters--fav {
      padding-top: 13px; } }
  @media (max-width: 767.98px) {
    .filters--fav .filters__item {
      display: flex;
      width: 100%; } }
  @media (max-width: 767.98px) {
    .filters--fav .filters__name {
      margin: 0;
      padding-top: 14px;
      padding-left: 17px;
      width: 40%;
      height: 44px;
      border-top: 1px solid #e6e6e6;
      border-left: 1px solid #e6e6e6;
      border-bottom: 1px solid #e6e6e6; } }
  @media (max-width: 767.98px) {
    .filters--fav .select {
      width: 60%; } }

.select2 {
  width: 170px !important; }
  @media (max-width: 991.98px) {
    .select2 {
      width: 100% !important; } }
  .select2-results__option[aria-disabled='true'] {
    opacity: .4;
    cursor: not-allowed; }

.pagination {
  position: relative;
  display: flex;
  justify-content: center; }
  .pagination__link {
    margin: 0 15px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #b6b6b6;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .pagination__link.is-active {
      color: #3d3a3b; }
  .pagination__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 28px;
    height: 28px;
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") center no-repeat;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .pagination__arrow:hover {
      border-color: #626060; }
    .pagination__arrow--prev {
      left: 0; }
    .pagination__arrow--next {
      right: 0;
      transform: rotate(180deg); }

.catalog-line {
  padding: 34px 0 14px; }
  .catalog-line__head {
    margin-bottom: 10px;
    display: flex;
    align-items: center; }
  .catalog-line__icon {
    margin-right: 50px;
    width: 53px;
    height: 53px;
    line-height: 53px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 50px; }
    @media (max-width: 991.98px) {
      .catalog-line__icon {
        margin-right: 30px; } }
    @media (max-width: 575.98px) {
      .catalog-line__icon {
        margin-right: 15px; } }
    .catalog-line__icon img {
      max-height: 30px;
      pointer-events: none; }
  .catalog-line__title {
    position: relative;
    padding-right: 32px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    color: #323232; }
    .catalog-line__title:after {
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 21px;
      height: 12px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/catalog-arrow.svg) no-repeat; }
    @media (max-width: 575.98px) {
      .catalog-line__title {
        font-size: 22px;
        line-height: 28px; } }
  .catalog-line__menu {
    margin-bottom: 0;
    padding-left: 104px;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
    @media (max-width: 991.98px) {
      .catalog-line__menu {
        padding-left: 84px; } }
    @media (max-width: 575.98px) {
      .catalog-line__menu {
        padding-left: 0; } }
  .catalog-line__item {
    margin-right: 34px; }
    @media (max-width: 1199.98px) {
      .catalog-line__item {
        margin-right: 25px; } }
  .catalog-line__link {
    font-size: 15px;
    color: #323232; }
    @media (max-width: 767.98px) {
      .catalog-line__link {
        line-height: 32px; } }
    @media (max-width: 575.98px) {
      .catalog-line__link {
        font-size: 13px; } }

.slider-cards__item {
  margin: 0 15px;
  height: auto !important;
  will-change: transform; }
  @media (max-width: 575.98px) {
    .slider-cards__item {
      margin: 0;
      padding: 1px 0; } }

.slider-cards .offer-hint {
  left: -10px;
  width: calc(100% + 20px); }

.slider-cards .card {
  padding: 0 0 50px;
  width: 220px;
  height: 100%; }
  @media (max-width: 575.98px) {
    .slider-cards .card {
      padding-right: 15px;
      padding-left: 15px;
      width: 220px; } }

.slider-cards .card__link {
  padding: 0 5px;
  outline: none; }

.slider-cards .card__row {
  left: 0;
  width: 100%; }
  @media (max-width: 575.98px) {
    .slider-cards .card__row {
      padding-right: 15px;
      padding-left: 15px; } }

.slider-cards .card__label {
  right: 0; }

.slider-cards .slick-list {
  padding-left: 15px; }
  @media (min-width: 769px) {
    .slider-cards .slick-list {
      margin-bottom: -350px;
      padding-bottom: 350px; } }

.slider-cards .slick-track {
  display: flex !important;
  align-items: stretch !important; }

.slider-cards .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 27px;
  height: 27px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  cursor: pointer; }
  @media (max-width: 575.98px) {
    .slider-cards .slick-arrow {
      z-index: 0; } }

.slider-cards .slick-prev {
  position: absolute;
  top: -58px;
  right: 40px; }
  .slider-cards .slick-prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat; }
  @media (max-width: 767.98px) {
    .slider-cards .slick-prev {
      top: auto;
      right: auto;
      bottom: -40px;
      left: 0; } }

.slider-cards .slick-next {
  position: absolute;
  top: -58px;
  right: 0; }
  .slider-cards .slick-next:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat;
    transform: rotate(180deg); }
  @media (max-width: 767.98px) {
    .slider-cards .slick-next {
      top: auto;
      bottom: -40px; } }

.privilege--inner {
  padding-top: 30px;
  padding-bottom: 30px; }
  .privilege--inner .privilege__item {
    max-width: 175px;
    flex-direction: column;
    align-items: flex-start; }
    @media (max-width: 991.98px) {
      .privilege--inner .privilege__item {
        max-width: 100%; } }
  .privilege--inner .privilege__icon {
    margin-right: 0;
    margin-bottom: 30px;
    background-size: 45%; }
    @media (max-width: 991.98px) {
      .privilege--inner .privilege__icon {
        margin: 0 auto 10px; } }
  .privilege--inner .privilege__text {
    margin-bottom: 15px;
    max-width: none; }
  .privilege--inner .container {
    padding: 0; }

.privilege__item {
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .privilege__item {
      flex-direction: column;
      align-items: flex-start;
      text-align: center; } }

.privilege__icon {
  margin-right: 20px;
  width: 85px;
  height: 85px;
  flex-shrink: 0;
  background-color: #f0ece9;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%; }
  @media (max-width: 991.98px) {
    .privilege__icon {
      margin: 0 auto 10px; } }
  @media (max-width: 767.98px) {
    .privilege__icon {
      width: 60px;
      height: 60px;
      background-size: 40% !important; } }

.privilege__text {
  max-width: 130px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 17px;
  line-height: 20px;
  color: #3d3a3b; }
  @media (max-width: 991.98px) {
    .privilege__text {
      margin: auto;
      max-width: 100%; } }
  @media (max-width: 767.98px) {
    .privilege__text {
      font-size: 13px; } }

.privilege__desc {
  font-size: 14px;
  line-height: 21px;
  color: #3d3a3b; }
  @media (max-width: 767.98px) {
    .privilege__desc {
      font-size: 11px; } }

.breadcrumbs {
  padding-top: 16px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-size: 13px; }
  .breadcrumbs__item {
    margin-right: 10px;
    display: flex;
    align-items: center; }
    .breadcrumbs__item:after {
      margin-left: 9px;
      display: block;
      width: 10px;
      height: 5px;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/breadcrumb-arrow.svg) 0 0 no-repeat; }
    .breadcrumbs__item:last-of-type {
      margin-right: 0; }
      .breadcrumbs__item:last-of-type:after {
        display: none; }
  .breadcrumbs__link {
    color: #878787;
    transition: all .3s ease; }

.show-type {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
  border: 1px solid #e6e6e6; }
  @media (max-width: 767.98px) {
    .show-type {
      display: none; } }
  .show-type__row.is-hidden {
    display: none; }
  .show-type__btn {
    display: flex;
    width: 47px;
    height: 44px;
    justify-content: center;
    align-items: center;
    transition: all .3s ease; }
    .show-type__btn--card {
      background: transparent url(/local/templates/joia/layout/public/css/../img/show-type-vertical.svg) center center no-repeat;
      border-right: 1px solid #e6e6e6; }
      .show-type__btn--card.is-active {
        background: transparent url(/local/templates/joia/layout/public/css/../img/show-type-vertical-active.svg) center center no-repeat; }
    .show-type__btn--row {
      background: transparent url(/local/templates/joia/layout/public/css/../img/show-type-horizontal.svg) center center no-repeat; }
      .show-type__btn--row.is-active {
        background: transparent url(/local/templates/joia/layout/public/css/../img/show-type-horizontal-active.svg) center center no-repeat; }
    .show-type__btn:hover, .show-type__btn.is-active {
      background-color: #f6f6f6; }

.filter-type {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  @media (max-width: 991.98px) {
    .filter-type {
      padding: 0; } }
  .filter-type__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    line-height: 27px;
    font-weight: 300;
    letter-spacing: 1.1px;
    cursor: pointer; }
    @media (max-width: 991.98px) {
      .filter-type__head {
        position: relative;
        margin-bottom: 20px;
        padding: 10px 16px;
        width: 100%;
        font-size: 13px;
        line-height: initial;
        font-weight: 500;
        text-align: center;
        text-transform: initial;
        color: #3d3a3b;
        border-bottom: 1px solid #e3e3e3; } }
  .filter-type .custom-control {
    transition-duration: .4s; }
    @media (max-width: 991.98px) {
      .filter-type .custom-control {
        margin: 0 17px 10px; } }
    .filter-type .custom-control.is-disabled {
      display: none !important;
      opacity: .6;
      pointer-events: none; }
  .filter-type__count {
    font-size: 11px;
    color: #878787; }
  .filter-type__more {
    position: relative;
    margin-left: 21px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #878787;
    background: #fff;
    border-bottom: 1px dotted #878787; }
    .filter-type__more:after {
      content: attr(data-default); }
    @media (max-width: 991.98px) {
      .filter-type__more {
        display: none; } }
    .filter-type__more:before {
      position: absolute;
      top: 5px;
      left: -21px;
      width: 9px;
      height: 6px;
      content: '';
      background: url("/local/templates/joia/layout/public/css/../img/filter-arrow.svg") no-repeat center transparent; }
    .filter-type__more.is-active:after {
      content: attr(data-active); }
    .filter-type__more.is-active:before {
      transform: scale(-1, -1); }
  .filter-type__drop.is-active {
    display: block; }
  @media (max-width: 991.98px) {
    .filter-type__drop {
      padding-bottom: 50px;
      display: block; } }
  @media (max-width: 991.98px) {
    .filter-type {
      position: fixed;
      z-index: 1;
      top: 0;
      margin: 0;
      padding-bottom: 0 16px 50px;
      overflow-x: hidden;
      overflow-y: auto;
      width: 100vw;
      height: 100vh;
      background: white;
      box-shadow: 0 0 0 rgba(0, 0, 0, 0.07);
      transition-duration: .5s;
      transition-timing-function: ease;
      transform: translateX(100vw); } }
  .filter-type--active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    transform: translateX(0); }
  .filter-type .filter-arrow-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 17px;
    margin: auto;
    display: none;
    width: 27px;
    height: 27px;
    color: transparent;
    background-color: transparent;
    cursor: pointer; }
    .filter-type .filter-arrow-btn:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/btn-back-icon.svg) no-repeat; }
    @media (max-width: 991.98px) {
      .filter-type .filter-arrow-btn {
        position: relative;
        left: initial;
        display: block; } }
  @media (max-width: 991.98px) {
    .filter-type .range-slider {
      margin: 0 17px; } }
  .filter-type .custom-control,
  .filter-type .range-slider {
    display: none; }
    @media (max-width: 991.98px) {
      .filter-type .custom-control,
      .filter-type .range-slider {
        display: block; } }
  .filter-type.is-active .custom-control,
  .filter-type.is-active .range-slider {
    display: block; }
  .filter-type.is-active .filter-type__head {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .filter-type.is-active .filter-type__head-count,
  .filter-type.is-active .filter-type__head-range {
    display: none; }
  .filter-type.is-active .filter-type__head-part:after {
    transform: rotate(-135deg) translate(-3px, -3px); }
  .filter-type:first-child {
    border-top: none; }

.filter-type__head-count {
  display: flex;
  min-width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  text-indent: 1px;
  color: white;
  background-color: #d4d4d4;
  border-radius: 12px; }
  @media (max-width: 991.98px) {
    .filter-type__head-count {
      display: none; } }
  .filter-type__head-count.is-hidden {
    display: none; }

.filter-type__head-part {
  position: relative;
  display: flex;
  grid-gap: 15px;
  align-items: center; }
  .filter-type__head-part:after {
    margin-right: 2px;
    display: block;
    width: 8px;
    height: 8px;
    content: '';
    border-right: 1px solid rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
    transform: rotate(45deg); }
    @media (max-width: 991.98px) {
      .filter-type__head-part:after {
        display: none; } }

.filter-type__head-range {
  padding: 4px;
  opacity: 0;
  font-size: 11px;
  line-height: 1;
  color: white;
  background: #d4d4d4;
  border-radius: 5px;
  transition-duration: .4s; }
  .filter-type__head-range.is-active {
    opacity: 1; }
  @media (max-width: 991.98px) {
    .filter-type__head-range {
      display: none; } }

.range-slider input[type='number']::-webkit-inner-spin-button,
.range-slider input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.range-slider input[type='number'] {
  -moz-appearance: textfield; }

.range-slider__wrap {
  display: flex;
  border: 1px solid #e3e3e3; }

.range-slider__left {
  padding: 7px 5px;
  display: flex;
  width: 50%;
  align-items: center; }
  @media (max-width: 991.98px) {
    .range-slider__left {
      padding: 9px 15px; } }

.range-slider__right {
  padding: 7px 5px;
  display: flex;
  width: 50%;
  align-items: center;
  border-left: 1px solid #e3e3e3; }
  @media (max-width: 991.98px) {
    .range-slider__right {
      padding: 9px 15px; } }

.range-slider__text {
  margin-right: 5px;
  font-size: 13px;
  color: #8c8c8c; }
  @media (max-width: 1199.98px) {
    .range-slider__text {
      margin-right: 2px; } }
  @media (max-width: 991.98px) {
    .range-slider__text {
      margin-right: 5px; } }

.range-slider__input {
  font-size: 13px;
  color: #3d3a3b;
  background: transparent;
  border: none; }
  @media (max-width: 1199.98px) {
    .range-slider__input {
      font-size: 12px; } }
  @media (max-width: 991.98px) {
    .range-slider__input {
      font-size: 13px; } }

.card-block {
  margin-left: 38px;
  padding-top: 40px;
  display: flex;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 991.98px) {
    .card-block {
      display: block; } }
  .card-block:after {
    display: block;
    clear: both;
    content: ''; }
  .card-block .card-label {
    position: absolute;
    top: 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    letter-spacing: .63px;
    text-transform: uppercase;
    color: #8a2b2b; }
  .card-block__img-wrap {
    position: relative;
    z-index: 1;
    padding: 0;
    float: left;
    width: 250px;
    text-align: center; }
    @media (max-width: 991.98px) {
      .card-block__img-wrap {
        float: none;
        width: 100%; } }
    .card-block__img-wrap img {
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .card-block__img-wrap:hover img {
      transform: translateY(-10px); }
  .card-block__desc {
    position: relative;
    margin: 0 0 0 -250px;
    padding: 44px 0 30px 250px;
    display: flex;
    float: left;
    width: 100%;
    flex-direction: column; }
    @media (max-width: 991.98px) {
      .card-block__desc {
        margin: 0;
        padding: 0 0 40px;
        float: none; } }
  .card-block__title {
    padding-bottom: 10px;
    min-height: 64px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #3d3a3b; }
  .card-block__op {
    padding-bottom: 13px;
    height: 100%;
    border-bottom: 1px solid #e6e6e6; }
  .card-block__type {
    padding-bottom: 7px;
    font-size: 13px;
    color: #878787; }
  .card-block__text {
    font-size: 15px;
    color: #3d3a3b; }
  .card-block__price {
    font-size: 24px;
    font-weight: 500;
    color: #3d3a3b; }
  .card-block__price-old {
    margin-left: 15px;
    font-size: 15px;
    text-decoration: line-through;
    color: #878787; }

.card-auth.card-block {
  position: relative; }
  .card-auth.card-block .offer-add {
    display: flex;
    width: auto;
    align-items: center;
    background: none;
    border: none !important; }
    .card-auth.card-block .offer-add:before, .card-auth.card-block .offer-add:after {
      display: none; }
    .card-auth.card-block .offer-add .plus {
      position: relative;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      background: none;
      border: 2px solid #c0c0c0;
      border-radius: 100%;
      transition-duration: .4s; }
      .card-auth.card-block .offer-add .plus:before, .card-auth.card-block .offer-add .plus:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 60%;
        height: 2px;
        content: '';
        background: #c0c0c0;
        transition-duration: inherit; }
      .card-auth.card-block .offer-add .plus:before {
        transform: rotate(90deg); }
      .card-auth.card-block .offer-add .plus:after {
        transform: rotate(180deg); }
  .card-auth.card-block .offer-hint {
    width: 102%; }
    @media (max-width: 991.98px) {
      .card-auth.card-block .offer-hint {
        left: -3%;
        width: 106%; } }
    @media (max-width: 575.98px) {
      .card-auth.card-block .offer-hint {
        left: 0;
        width: calc(100% - 34px); } }
  .card-auth.card-block .item,
  .card-auth.card-block .text {
    margin: 0;
    width: auto; }
    @media (max-width: 767.98px) {
      .card-auth.card-block .item,
      .card-auth.card-block .text {
        width: 100%; } }
  @media (max-width: 767.98px) {
    .card-auth.card-block .item {
      margin-bottom: 20px; } }
  .card-auth.card-block .offer-apply {
    margin-left: 20px;
    width: auto; }
    @media (max-width: 767.98px) {
      .card-auth.card-block .offer-apply {
        margin: 0;
        width: 100%; } }
  .card-auth.card-block .text {
    min-width: 100px; }
  .card-auth.card-block .offer-part {
    flex-direction: row; }
    @media (max-width: 767.98px) {
      .card-auth.card-block .offer-part {
        flex-direction: column; } }
  .card-auth.card-block .spin,
  .card-auth.card-block .offer-input {
    width: 100px; }
    @media (max-width: 767.98px) {
      .card-auth.card-block .spin,
      .card-auth.card-block .offer-input {
        width: 100%; } }

.card-auth.card-block.active .offer-add {
  color: #9d3862; }

.card-auth.card-block.active .offer-hint {
  height: calc(100% + 80px); }
  @media (max-width: 767.98px) {
    .card-auth.card-block.active .offer-hint {
      height: calc(100% + 180px); } }

.card-auth.card-block.active .plus {
  border: 2px solid #8a2b2b; }
  .card-auth.card-block.active .plus:before, .card-auth.card-block.active .plus:after {
    background: #8a2b2b; }

.spin {
  margin-right: 32px;
  width: 128px; }
  @media (max-width: 575.98px) {
    .spin {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%; } }
  .spin .bootstrap-touchspin {
    position: relative;
    display: flex;
    align-items: center; }
  .spin .input-group-prepend,
  .spin .input-group-append {
    position: absolute;
    top: 0;
    display: block; }
  .spin .input-group-prepend {
    left: 0; }
  .spin .input-group-append {
    right: 0; }
  .spin__btn {
    opacity: .4;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .spin__btn:hover {
      opacity: 1; }
  .spin__btn--down {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/spin-minus.svg) center center no-repeat; }
  .spin__btn--up {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/spin-plus.svg) center center no-repeat; }
  .spin__input {
    width: 100%;
    height: 44px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #3d3a3b;
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px; }
    .spin__input:focus {
      color: #3d3a3b;
      border-color: #e3e3e3;
      outline: 0;
      box-shadow: none; }
  .spin input[type='number'] {
    -moz-appearance: textfield; }
  .spin input::-webkit-outer-spin-button,
  .spin input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.spin {
  margin-right: 32px;
  width: 128px; }
  @media (max-width: 575.98px) {
    .spin {
      margin-right: 0;
      margin-bottom: 20px;
      width: 100%; } }
  .spin .bootstrap-touchspin {
    position: relative;
    display: flex;
    align-items: center; }
  .spin .input-group-prepend,
  .spin .input-group-append {
    position: absolute;
    top: 0;
    display: block; }
  .spin .input-group-prepend {
    left: 0; }
  .spin .input-group-append {
    right: 0; }
  .spin__btn {
    opacity: .4;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .spin__btn:hover {
      opacity: 1; }
  .spin__btn--down {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/spin-minus.svg) center center no-repeat; }
  .spin__btn--up {
    display: block;
    width: 44px;
    height: 44px;
    text-indent: -9999px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/spin-plus.svg) center center no-repeat; }
  .spin__input {
    width: 100%;
    height: 44px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #3d3a3b;
    background-color: #ffffff !important;
    border: 1px solid #e3e3e3;
    border-radius: 3px; }
    .spin__input:focus {
      color: #3d3a3b;
      border-color: #e3e3e3;
      outline: 0;
      box-shadow: none; }
  .spin input[type='number'] {
    -moz-appearance: textfield; }
  .spin input::-webkit-outer-spin-button,
  .spin input::-webkit-inner-spin-button {
    -webkit-appearance: none; }

.radio-btns {
  display: flex;
  align-items: stretch; }
  .radio-btns .custom-radio--btn {
    padding: 0;
    width: 33.33%; }
  .radio-btns .custom-control-label {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #878787;
    border: 1px solid #e3e3e3;
    transition: all .3s ease;
    cursor: pointer; }
    .radio-btns .custom-control-label:hover {
      background: #f8f8f8; }
    .radio-btns .custom-control-label:before, .radio-btns .custom-control-label:after {
      display: none; }
  .radio-btns .custom-control-input:checked ~ .custom-control-label {
    color: #3d3a3b;
    background-color: #f4f1ed;
    border: 1px solid #c3b29f; }

.product {
  padding-top: 15px;
  max-width: 613px; }
  .product__breadcrumbs .breadcrumbs {
    padding: 0; }
  @media (max-width: 575.98px) {
    .product__features {
      margin-bottom: 0 !important;
      display: flex;
      flex-direction: column-reverse; } }
  @media (max-width: 575.98px) {
    .product__h2.center-h2 {
      margin-bottom: 0 !important;
      text-align: center; } }
  .product__h1 {
    margin-bottom: 15px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .product__h1 {
        font-size: 24px; } }
    @media (max-width: 575.98px) {
      .product__h1 {
        margin-bottom: 9px;
        font-size: 22px;
        text-align: center; } }
  @media (max-width: 575.98px) {
    .product__desc {
      padding-bottom: 10px !important;
      text-align: center; } }
  .product__h2 {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .product__h2 {
        font-size: 18px; } }
  .product__name {
    margin-right: 10px;
    font-size: 15px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .product__name {
        margin-right: 0; } }
    @media (max-width: 575.98px) {
      .product__name {
        font-size: 13px; } }
  .product__availability.mob-aviability {
    display: none; }
    @media (max-width: 575.98px) {
      .product__availability.mob-aviability {
        display: flex; } }
  .product__availability {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    white-space: nowrap;
    color: #ae9c88; }
    .product__availability:after {
      content: attr(data-empty); }
    @media (max-width: 575.98px) {
      .product__availability {
        margin-bottom: 20px;
        display: none;
        justify-content: center;
        font-size: 12px; } }
    .product__availability.is-avialable:after {
      content: attr(data-avialable); }
    .product__availability.is-avialable:before {
      margin-right: 10px;
      display: block;
      width: 16px;
      height: 16px;
      content: '';
      background: transparent url(/local/templates/joia/layout/public/css/../img/in-stock-icon.svg) 0 0 no-repeat; }
  .product__row {
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 575.98px) {
      .product__row {
        flex-flow: row wrap; } }
    .product__row .btn.btn-outline-primary {
      width: 100%;
      max-width: 226px; }
      @media (max-width: 575.98px) {
        .product__row .btn.btn-outline-primary {
          width: 65%;
          max-width: none; } }
    .product__row .spin {
      flex-shrink: 0; }
      @media (max-width: 991.98px) {
        .product__row .spin {
          margin-right: 10px;
          margin-bottom: 0; } }
  .product__price {
    margin-right: 20px;
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    flex-grow: 1;
    font-size: 30px;
    font-weight: 500;
    white-space: nowrap;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .product__price {
        margin-right: 10px; } }
    @media (max-width: 575.98px) {
      .product__price {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
        justify-content: center;
        font-size: 18px; } }
  .product__title {
    margin-bottom: 15px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 17px;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .product__title {
        font-size: 13px; } }
  .product__text {
    margin-bottom: 30px;
    font-family: "PT Serif", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .product__text {
        font-size: 13px;
        line-height: 1.5; } }
  @media (max-width: 575.98px) {
    .product .spin {
      margin-right: 0;
      width: 33%; } }
  .product__favorite:before {
    content: attr(data-default); }
  .product.is-added .product__favorite {
    color: #fff;
    background-color: #8a2b2b;
    border-color: #8a2b2b; }
    .product.is-added .product__favorite:before {
      content: attr(data-active); }

.product-img {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  left: 0;
  padding-top: 20px;
  text-align: center; }
  @media (max-width: 1199.98px) {
    .product-img {
      position: relative;
      top: 0; } }
  @media (max-width: 991.98px) {
    .product-img {
      right: 0;
      margin: auto;
      max-width: 268px; } }
  .product-img__labels {
    position: absolute;
    max-width: 100%;
    max-height: calc(100% - 78px);
    top: 78px;
    left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -moz-column-gap: 6px;
         column-gap: 6px; }
    .product-img__labels img {
      margin-top: 14px;
      pointer-events: none; }
  .product-img img {
    pointer-events: none; }
    @media (max-width: 767.98px) {
      .product-img img {
        max-height: 400px; } }
  .product-img__label {
    display: flex;
    width: 49px;
    height: 49px;
    justify-content: center;
    align-items: center;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 15px;
    color: #ffffff;
    background-color: #8a2b2b;
    border-radius: 50%; }

.feature {
  padding-top: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6; }
  .feature:first-of-type {
    padding-top: 0; }
  .feature__type {
    font-size: 13px;
    color: #878787; }
    @media (max-width: 575.98px) {
      .feature__type {
        font-size: 11px; } }
  .feature__text {
    font-size: 15px;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .feature__text {
        font-size: 13px; } }

.tags {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  grid-gap: 9px; }
  .tags--sm .tags__item {
    margin-right: 7px;
    padding: 0 6px;
    height: 19px;
    font-size: 10px;
    border-color: #8a2b2b; }
  .tags__item {
    padding: 0 12px;
    display: flex;
    height: 34px;
    justify-content: center;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    white-space: nowrap;
    text-transform: uppercase;
    pointer-events: none;
    color: #3d3a3b;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    transition: all .3s ease; }
    .tags__item:last-of-type {
      margin-right: 0; }
    .tags__item span {
      margin-left: 3px; }
    .tags__item--hinted {
      padding: 0;
      height: auto;
      pointer-events: all; }
      .tags__item--hinted .hint {
        position: relative;
        padding: 0 9px;
        height: 32px; }
      .tags__item--hinted .hint__title {
        pointer-events: all; }
        .tags__item--hinted .hint__title:before {
          left: 0; }
      .tags__item--hinted .hint__content-wrapper {
        padding-top: 0;
        padding-left: 18px; }
  .tags--wine .tags__item {
    text-transform: none;
    pointer-events: none; }
  .tags .hint__title {
    position: relative;
    margin-left: 0;
    padding: 7px 10px; }
    .tags .hint__title:hover .hint__text {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0); }
    .tags .hint__title:hover:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 14px;
      content: ''; }

.hint__wrap {
  position: relative;
  cursor: pointer; }
  .hint__wrap img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto; }
  .hint__wrap:hover .hint__text {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0); }

.hint__text {
  position: absolute;
  z-index: 1;
  top: calc(100% + 10px);
  left: 0;
  padding: 20px 15px;
  width: 275px;
  opacity: 0;
  font-family: "Roboto", sans-serif;
  pointer-events: none;
  background: white;
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  transition-duration: .4s;
  transition-timing-function: ease;
  transform: translateY(10px); }
  .hint__text:before {
    position: absolute;
    top: -6px;
    left: 10px;
    width: 12px;
    height: 12px;
    content: '';
    background: white;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    transform: rotate(45deg); }
  .hint__text:after {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 14px;
    content: ''; }

.hint__text-content {
  font-family: inherit;
  font-size: 11px;
  font-weight: 300; }

.hint__text-header {
  font-family: inherit;
  font-size: 14px; }

.table-features {
  margin-bottom: 45px;
  width: 100%; }
  @media (max-width: 575.98px) {
    .table-features {
      margin-bottom: 38px; } }
  @media (max-width: 575.98px) {
    .table-features:last-of-type {
      margin-bottom: 20px; } }
  .table-features td {
    padding: 10px 0 9px;
    font-size: 15px;
    vertical-align: middle;
    color: #3d3a3b;
    border-bottom: 1px solid #e6e6e6; }
    @media (max-width: 575.98px) {
      .table-features td {
        font-size: 13px;
        font-weight: 500;
        text-align: right; } }
    .table-features td:first-of-type {
      padding-right: 10px;
      width: 57%;
      font-size: 13px;
      color: #878787; }
      @media (max-width: 575.98px) {
        .table-features td:first-of-type {
          font-size: 11px;
          font-weight: 300;
          text-align: left; } }

.district {
  padding: 100px 25px;
  background-color: #f4f1ed; }
  @media (max-width: 1199.98px) {
    .district {
      padding: 60px 25px; } }
  @media (max-width: 575.98px) {
    .district {
      padding: 40px 17px; } }
  .district__img-wrap {
    position: relative;
    display: inline-block;
    text-align: center; }
    .district__img-wrap img {
      pointer-events: none; }
  .district__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #3d3a3b; }
    @media (max-width: 1199.98px) {
      .district__title {
        margin-top: 30px;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .district__title {
        font-size: 18px; } }
  .district__text {
    width: 100%;
    max-width: 320px;
    font-family: "PT Serif", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #3d3a3b; }
    @media (max-width: 1199.98px) {
      .district__text {
        max-width: 100%;
        text-align: center; } }
    @media (max-width: 575.98px) {
      .district__text {
        font-size: 13px;
        line-height: 1.5;
        text-align: left; } }
  .district__region-position {
    position: absolute;
    width: 53px;
    height: 53px;
    border: 2px solid #8a2b2b;
    border-radius: 50%; }
    @media (max-width: 575.98px) {
      .district__region-position {
        width: 32px;
        height: 32px; } }

.review {
  padding: 40px 0;
  display: flex; }
  @media (max-width: 991.98px) {
    .review {
      flex-wrap: wrap; } }
  @media (max-width: 575.98px) {
    .review {
      padding: 30px 0;
      border: none !important; } }
  .review__left {
    padding: 0 15px;
    width: 30%;
    text-align: center; }
    @media (max-width: 991.98px) {
      .review__left {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .review__left {
        margin-bottom: 25px; } }
  .review__author {
    margin: 0 auto 20px;
    width: 108px;
    height: 108px;
    background-position: center;
    border-radius: 50%; }
    @media (max-width: 575.98px) {
      .review__author {
        margin: 0 auto 10px;
        width: 55px;
        height: 55px;
        background-size: cover; } }
  .review__name {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #3d3a3b; }
    @media (max-width: 575.98px) {
      .review__name {
        font-size: 13px; } }
  .review__right {
    padding-right: 100px;
    padding-left: 18px;
    flex: 1 0; }
    @media (max-width: 1199.98px) {
      .review__right {
        padding-right: 30px;
        padding-left: 0; } }
    @media (max-width: 991.98px) {
      .review__right {
        padding: 10px 30px;
        flex: 1 1 auto; } }
    @media (max-width: 575.98px) {
      .review__right {
        padding: 0; } }
  .review__text {
    font-family: "PT Serif", sans-serif;
    font-size: 17px;
    line-height: 23px;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .review__text {
        text-align: center; } }
    @media (max-width: 575.98px) {
      .review__text {
        font-size: 13px;
        line-height: 1.5;
        text-align: left; } }

.block-pre__title {
  margin-bottom: 35px;
  max-width: 200px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #3d3a3b; }
  @media (max-width: 991.98px) {
    .block-pre__title {
      margin-bottom: 20px;
      max-width: unset; } }
  @media (max-width: 575.98px) {
    .block-pre__title {
      display: none;
      font-size: 18px;
      text-align: center; } }

.block-pre__text {
  margin-bottom: 57px;
  max-width: 340px;
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3d3a3b; }
  @media (max-width: 991.98px) {
    .block-pre__text {
      margin-bottom: 20px;
      max-width: unset;
      font-size: 13px;
      line-height: 18px; } }

.block-pre__btn {
  margin-bottom: 20px;
  padding-left: 0; }
  @media (max-width: 575.98px) {
    .block-pre__btn {
      width: 100%; } }

.block-pre__img {
  height: 100%;
  min-height: 388px;
  background-position: center;
  background-size: cover; }
  @media (max-width: 991.98px) {
    .block-pre__img {
      height: 200px; } }
  @media (max-width: 575.98px) {
    .block-pre__img {
      min-height: auto; } }

@media (max-width: 575.98px) {
  .block-pre .row {
    flex-direction: column-reverse; } }

.block-pre .text-lg-right .block-pre__title {
  display: none; }
  @media (max-width: 575.98px) {
    .block-pre .text-lg-right .block-pre__title {
      display: inline-block;
      width: 100%;
      text-align: center; } }

@media (max-width: 575.98px) {
  .block-pre .text-lg-right {
    margin-bottom: 15px; } }

.review-brand {
  margin-right: 1px;
  padding: 40px 45px;
  display: flex;
  border: 1px solid #e3e3e3; }
  @media (max-width: 767.98px) {
    .review-brand {
      padding: 30px 20px;
      flex-wrap: wrap; } }
  .review-brand--slider {
    border-bottom: 0; }
    @media (max-width: 767.98px) {
      .review-brand--slider {
        border-bottom: 1px solid #e3e3e3; } }
  .review-brand__logo {
    padding-right: 30px;
    width: 180px; }
    @media (max-width: 767.98px) {
      .review-brand__logo {
        margin-bottom: 40px;
        padding-right: 0;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center; } }
    .review-brand__logo img {
      pointer-events: none; }
    .review-brand__logo a {
      display: block; }
      @media (max-width: 767.98px) {
        .review-brand__logo a {
          margin-top: 15px;
          width: 100%; } }
      .review-brand__logo a img {
        pointer-events: none; }
        @media (max-width: 767.98px) {
          .review-brand__logo a img {
            margin: auto;
            display: block; } }
  .review-brand__content {
    flex: 1 0; }
  .review-brand__text {
    margin-bottom: 20px;
    padding-bottom: 60px;
    font-family: "PT Serif", sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .review-brand__text {
        padding-bottom: 25px;
        font-size: 13px;
        line-height: 18px; } }
  .review-brand__wrap {
    padding-left: 15px;
    display: flex;
    align-items: center; }
    @media (max-width: 767.98px) {
      .review-brand__wrap {
        margin-bottom: 30px;
        padding-left: 0;
        width: 100%;
        flex-wrap: wrap; } }
    .review-brand__wrap-right {
      flex: 1 0; }
      @media (max-width: 767.98px) {
        .review-brand__wrap-right {
          width: 100%;
          flex: none;
          text-align: center; } }
  .review-brand__author-img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    background-position: center;
    border-radius: 50px; }
    @media (max-width: 767.98px) {
      .review-brand__author-img {
        margin: 0 auto 10px; } }
  .review-brand__name {
    width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .review-brand__name {
        font-size: 13px; } }
  .review-brand__role {
    font-size: 13px;
    line-height: 18px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .review-brand__role {
        margin: auto;
        max-width: 150px;
        font-size: 11px; } }

.review-slider .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 27px;
  height: 27px;
  color: transparent;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  cursor: pointer; }

.review-slider .slick-prev {
  position: absolute;
  top: -58px;
  right: 40px; }
  .review-slider .slick-prev:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat; }

.review-slider .slick-next {
  position: absolute;
  top: -58px;
  right: 0; }
  .review-slider .slick-next:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 9px;
    height: 7px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/slider-arrow.svg") no-repeat;
    transform: rotate(180deg); }

.review-slider .slick-dots {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  line-height: 60px; }
  .review-slider .slick-dots li {
    padding: 40px 10px;
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    background-color: #f8f8f8;
    border: solid #e3e3e3;
    border-width: 1px 0 1px 1px;
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .review-slider .slick-dots li:last-child {
      border-right: 1px solid #e3e3e3; }
    .review-slider .slick-dots li.slick-active {
      background-color: #fff; }
      .review-slider .slick-dots li.slick-active img {
        -webkit-filter: none;
                filter: none; }
    .review-slider .slick-dots li img {
      max-width: 70px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }

.calendar .cards-row.is-show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.calendar__selects {
  display: none; }
  @media (max-width: 767.98px) {
    .calendar__selects {
      margin-bottom: 30px;
      display: flex; } }
  .calendar__selects .select:first-child {
    width: 35%; }
  .calendar__selects .select:last-child {
    width: 65%; }

.calendar__wrap {
  display: flex;
  border: 1px solid #e3e3e3; }
  @media (max-width: 767.98px) {
    .calendar__wrap {
      flex-direction: column;
      border: none; } }

@media (max-width: 767.98px) {
  .calendar__left {
    display: none; } }

.calendar__right {
  padding: 23px 50px 30px;
  border-left: 1px solid #e3e3e3; }
  @media (max-width: 767.98px) {
    .calendar__right {
      padding: 0 0 60px;
      text-align: center;
      border: none; } }

.calendar__content.is-active {
  display: block;
  opacity: 1; }

.calendar__content.is-show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.calendar__date {
  margin-bottom: 60px;
  font-size: 15px;
  color: #8a2b2b; }
  @media (max-width: 767.98px) {
    .calendar__date {
      margin-bottom: 0;
      font-size: 13px; } }

.calendar__title {
  margin-bottom: 20px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  color: #1e1e1e; }
  @media (max-width: 767.98px) {
    .calendar__title {
      margin-top: 12px;
      margin-bottom: 10px;
      padding: 0 40px;
      font-size: 15px; } }

.calendar__text {
  font-size: 15px;
  line-height: 21px;
  color: #323232; }
  @media (max-width: 767.98px) {
    .calendar__text {
      padding: 0 40px;
      font-size: 13px;
      line-height: 18px; } }

.worker__photo {
  display: block;
  width: 122px;
  height: 122px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border-radius: 50%; }

.worker__name {
  padding: 25px 0 8px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 18px;
  color: #3d3a3b; }
  @media (max-width: 767.98px) {
    .worker__name {
      font-size: 16px; } }

.worker__role {
  max-width: 250px;
  font-size: 13px;
  color: #878787; }
  @media (max-width: 767.98px) {
    .worker__role {
      font-size: 11px;
      text-align: center; } }

.worker__phone {
  padding-top: 20px;
  display: block;
  font-size: 15px;
  color: #1e1e1e; }
  @media (max-width: 767.98px) {
    .worker__phone {
      font-size: 13px; } }
  .worker__phone span {
    color: #878787; }

.worker__email {
  font-size: 15px;
  color: #8a2b2b; }
  @media (max-width: 767.98px) {
    .worker__email {
      font-size: 13px; } }

.contacts--justify-content-start .contacts__head {
  justify-content: flex-start; }
  @media (max-width: 575.98px) {
    .contacts--justify-content-start .contacts__head {
      justify-content: center; } }

.contacts__head {
  padding-bottom: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 575.98px) {
    .contacts__head {
      flex-flow: row wrap;
      justify-content: center; } }

.contacts__dep {
  flex-grow: 1;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 18px;
  color: #1e1e1e; }
  @media (max-width: 575.98px) {
    .contacts__dep {
      margin-bottom: 10px;
      width: 100%;
      font-size: 15px;
      text-align: center; } }

.contacts__phone {
  margin-right: 36px;
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1e1e1e; }
  @media (max-width: 575.98px) {
    .contacts__phone {
      font-size: 15px; } }
  .contacts__phone span {
    font-weight: 400;
    color: #878787; }

.contacts__email {
  font-size: 18px;
  color: #8a2b2b; }
  @media (max-width: 575.98px) {
    .contacts__email {
      font-size: 15px; } }

.contacts__item .row {
  margin-top: -30px; }

.contacts__item .col-12 {
  margin-top: 30px; }

.form-table {
  margin-left: -108px;
  width: 520px; }
  @media (max-width: 767.98px) {
    .form-table {
      margin-left: 0; } }
  @media (max-width: 767.98px) {
    .form-table table,
    .form-table tr,
    .form-table td,
    .form-table tbody {
      padding-right: 0 !important;
      display: block; } }
  @media (max-width: 767.98px) {
    .form-table {
      width: 100%; } }
  .form-table table {
    width: 100%; }
  .form-table td:first-of-type {
    padding-right: 20px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    text-align: right;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #878787; }
  .form-table__radio-row {
    display: flex;
    justify-content: space-between;
    letter-spacing: 0; }
    @media (max-width: 767.98px) {
      .form-table__radio-row {
        margin: 0;
        flex-direction: column;
        align-items: center; } }
  .form-table--subs {
    margin: 0;
    width: 506px; }
    @media (max-width: 767.98px) {
      .form-table--subs {
        padding-bottom: 30px;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .form-table--subs .custom-control {
        font-size: 11px; } }
    .form-table--subs .custom-control-label {
      font-family: "Roboto", sans-serif; }
    .form-table--subs .custom-checkbox {
      text-align: left; }
    .form-table--subs td:first-of-type {
      padding-right: 0; }
  .form-table .custom-radio {
    padding: 0 0 0 23px; }
    .form-table .custom-radio .custom-control-input:checked ~ .custom-control-label:after {
      background-color: #000; }
    .form-table .custom-radio .custom-control-label {
      font-size: 13px;
      text-transform: none;
      color: #878787 !important; }
      @media (max-width: 575.98px) {
        .form-table .custom-radio .custom-control-label {
          font-size: 11px;
          line-height: 22px; } }
      .form-table .custom-radio .custom-control-label:before {
        top: 2px;
        left: -23px;
        width: 16px;
        height: 16px;
        box-shadow: none !important; }
      .form-table .custom-radio .custom-control-label:after {
        top: 7px;
        left: -18px;
        width: 6px;
        height: 6px;
        background-color: transparent;
        background-image: none !important;
        border-radius: 50%;
        box-shadow: none !important; }
  .form-table .custom-checkbox {
    margin-bottom: 5px;
    padding: 0 0 0 24px; }
    .form-table .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
      top: 7px;
      left: -21px;
      width: 8px;
      height: 7px;
      opacity: 1;
      background: transparent url(/local/templates/joia/layout/public/css/../img/form-checkbox-checked.svg) 0 0 no-repeat; }
    .form-table .custom-checkbox:last-of-type {
      margin-bottom: 0; }
    .form-table .custom-checkbox .custom-control-label {
      font-size: 13px;
      text-transform: none;
      color: #878787 !important; }
      @media (max-width: 767.98px) {
        .form-table .custom-checkbox .custom-control-label {
          font-size: 11px; } }
      .form-table .custom-checkbox .custom-control-label:before {
        top: 4px;
        left: -24px;
        width: 13px;
        height: 13px;
        border: 1px solid #cacaca !important;
        box-shadow: none !important; }
      .form-table .custom-checkbox .custom-control-label:after {
        top: 7px;
        left: -21px;
        width: 8px;
        height: 7px;
        opacity: 0;
        background: transparent url(/local/templates/joia/layout/public/css/../img/form-checkbox-checked.png) 0 0 no-repeat; }
  .form-table .btn.btn-outline-primary {
    width: 181px; }
  .form-table__msg-label {
    padding-top: 10px;
    vertical-align: top; }
    @media (max-width: 767.98px) {
      .form-table__msg-label {
        padding-top: 0; } }
  .form-table__hidden {
    position: absolute;
    top: 21px;
    left: 15px;
    padding: 30px 20px;
    display: none;
    width: 232px;
    height: auto;
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-shadow: 0 2px 21px rgba(0, 0, 0, 0.09); }
  .form-table__hidden-close {
    position: absolute;
    top: 10px;
    right: 12px;
    display: block;
    width: 9px;
    height: 9px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/form-table-close.svg) 0 0 no-repeat; }
  .form-table__info {
    font-size: 13px;
    font-weight: 400;
    color: #878787; }
    @media (max-width: 767.98px) {
      .form-table__info {
        font-size: 11px;
        text-align: center; } }
  .form-table .custom-control-label {
    text-align: left; }

.video {
  position: relative; }
  .video__play {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.4);
    cursor: pointer;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .video__play:before {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      width: 91px;
      height: 91px;
      content: '';
      background: url("/local/templates/joia/layout/public/css/../img/play.svg") no-repeat 34px center #fff;
      border-radius: 50%;
      transform: translate(-50%, -50%); }
    .video__play:hover {
      opacity: .8; }

.map-shops .row {
  align-items: flex-start; }

.map-shops__menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  flex-direction: column;
  border-bottom: none; }
  @media (max-width: 991.98px) {
    .map-shops__menu {
      margin-bottom: 20px;
      flex-flow: row wrap; } }
  @media (max-width: 767.98px) {
    .map-shops__menu {
      margin-right: -15px;
      margin-left: -15px;
      padding-left: 15px;
      padding-bottom: 10px;
      overflow: auto;
      border-bottom: 1px solid #e6e6e6;
      flex-flow: row nowrap; } }
  @media (max-width: 991.98px) {
    .map-shops__menu .nav-item {
      margin-right: 10px; } }
  .map-shops__menu .nav-item:last-of-type {
    margin-right: 0;
    padding-right: 5px; }

.map-shops__link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  color: #3d3a3b;
  background: none; }
  @media (max-width: 767.98px) {
    .map-shops__link {
      padding-right: 10px;
      font-family: "Wix Madefor Display", sans-serif;
      font-size: 12px;
      line-height: 1;
      white-space: nowrap;
      letter-spacing: .6px;
      text-transform: uppercase; } }
  .map-shops__link.active {
    color: #8a2b2b; }

@media (min-width: 1600px) {
  .map-shops__content-wrapper {
    max-width: calc(100% - 344px);
    flex-basis: calc(100% - 344px); } }

.map-shops__row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border: 1px solid #e6e6e6; }
  @media (max-width: 991.98px) {
    .map-shops__row {
      flex-direction: column; } }

.map-shops__desc {
  padding: 40px;
  width: 100%;
  max-width: 296px; }
  @media (max-width: 991.98px) {
    .map-shops__desc {
      padding-bottom: 0;
      max-width: 100%; } }
  @media (max-width: 575.98px) {
    .map-shops__desc {
      padding: 20px 20px 0; } }

.map-shops__map {
  position: relative;
  width: 100%;
  min-height: 478px; }
  @media (max-width: 575.98px) {
    .map-shops__map {
      min-height: 300px; } }

.map-shops__item {
  margin-bottom: 46px; }

.map-shops__city {
  margin-bottom: 38px;
  padding-bottom: 15px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 21px;
  line-height: 36px;
  font-weight: 700;
  color: #3d3a3b;
  border-bottom: 1px solid #e3e3e3; }

.map-shops__name {
  margin-bottom: 19px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #3d3a3b; }

.map-shops__contact {
  margin-bottom: 19px;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  color: #3d3a3b; }
  .map-shops__contact span {
    margin-left: 4px;
    font-weight: 700; }

@media (min-width: 1600px) {
  .map-shops--contacts {
    overflow: hidden; } }

.map-shops.is-rendered .map-shops__menu,
.map-shops.is-rendered .map-shops__row {
  visibility: hidden; }

.map__popup {
  max-width: 200px;
  font-size: 12px; }

.map__popup-title {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500; }

.map__popup-address {
  margin-top: 6px; }

.cart {
  position: relative;
  padding: 20px 0 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e6e6e6; }
  @media (max-width: 767.98px) {
    .cart {
      padding: 0;
      flex-wrap: wrap; } }
  @media (max-width: 575.98px) {
    .cart {
      margin-right: -15px;
      margin-left: -15px; } }
  .cart__item {
    padding-left: 15px;
    display: flex;
    width: 47%;
    align-items: center; }
    @media (max-width: 767.98px) {
      .cart__item {
        padding: 25px 0 50px;
        width: 100%; } }
  .cart__row {
    display: flex;
    width: 53%;
    align-items: center; }
    @media (max-width: 767.98px) {
      .cart__row {
        width: 100%; } }
  .cart__img-wrap {
    margin-right: 15px;
    width: 70px; }
    @media (max-width: 767.98px) {
      .cart__img-wrap {
        width: 105px;
        text-align: center; } }
    .cart__img-wrap img {
      max-width: 45px;
      pointer-events: none; }
  .cart__title {
    max-width: 250px; }
    @media (max-width: 767.98px) {
      .cart__title {
        max-width: 50%; } }
  .cart__name {
    margin-top: 10px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 500;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .cart__name {
        margin-top: 0;
        font-size: 13px;
        line-height: 15px; } }
  .cart__type {
    font-size: 13px;
    color: #878787; }
    @media (max-width: 767.98px) {
      .cart__type {
        font-size: 11px; } }
  .cart__price {
    position: relative;
    width: 30%;
    font-size: 18px;
    font-weight: 500;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .cart__price {
        width: 33.33%;
        height: 50px;
        font-size: 13px;
        line-height: 50px;
        text-align: center;
        background-color: #f5f5f5;
        border-top: 1px solid #e3e3e3; } }
    @media (max-width: 767.98px) {
      .cart__price:before {
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 11px;
        content: 'Цена';
        color: #494949; } }
  .cart__count {
    position: relative;
    width: 35%; }
    @media (max-width: 991.98px) {
      .cart__count {
        width: 30%; } }
    @media (max-width: 767.98px) {
      .cart__count {
        width: 33.33%; } }
    @media (max-width: 767.98px) {
      .cart__count:before {
        position: absolute;
        top: -22px;
        right: 0;
        left: 0;
        font-size: 11px;
        text-align: center;
        content: 'Количество';
        color: #494949; } }
    @media (max-width: 991.98px) {
      .cart__count .spin {
        width: 100px; } }
    @media (max-width: 767.98px) {
      .cart__count .spin {
        margin-bottom: 0;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .cart__count .spin__input {
        height: 50px;
        font-size: 13px;
        border-bottom: none;
        border-radius: 0; } }
    @media (max-width: 767.98px) {
      .cart__count .spin__btn--up {
        width: 50px;
        height: 50px; } }
    @media (max-width: 767.98px) {
      .cart__count .spin__btn--down {
        width: 50px;
        height: 50px; } }
  .cart__total {
    position: relative;
    padding-right: 40px;
    width: 35%;
    font-size: 18px;
    font-weight: 500;
    color: #3d3a3b; }
    @media (max-width: 991.98px) {
      .cart__total {
        width: 40%; } }
    @media (max-width: 767.98px) {
      .cart__total {
        padding-right: 0;
        width: 33.33%;
        height: 50px;
        font-size: 13px;
        line-height: 50px;
        text-align: center;
        background-color: #f5f5f5;
        border-top: 1px solid #e3e3e3; } }
    @media (max-width: 767.98px) {
      .cart__total:before {
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 11px;
        content: 'Итого';
        color: #494949; } }
  .cart__remove {
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(/local/templates/joia/layout/public/css/../img/cart-remove.svg) center no-repeat; }
    @media (max-width: 767.98px) {
      .cart__remove {
        top: 10px;
        right: 0;
        bottom: auto; } }
    @media (max-width: 575.98px) {
      .cart__remove {
        right: 15px; } }

.cart-head {
  display: flex;
  border-bottom: 1px solid #323232; }
  @media (max-width: 767.98px) {
    .cart-head {
      display: none; } }
  .cart-head__col-1 {
    width: 47%; }
  .cart-head__col-2 {
    width: 15.5%; }
  .cart-head__col-3 {
    width: 19.3%; }
    @media (max-width: 991.98px) {
      .cart-head__col-3 {
        width: 16.5%; } }
  .cart-head__title {
    font-size: 13px;
    line-height: 30px;
    color: #323232; }

.cart-total {
  margin-top: -1px;
  margin-bottom: 110px;
  padding: 25px 20px;
  display: flex;
  border: 3px solid #eae7e3; }
  @media (max-width: 1199.98px) {
    .cart-total {
      flex-wrap: wrap; } }
  @media (max-width: 991.98px) {
    .cart-total {
      margin-bottom: 70px; } }
  @media (max-width: 767.98px) {
    .cart-total {
      margin-bottom: 0;
      padding: 0;
      border: none; } }
  @media (max-width: 575.98px) {
    .cart-total {
      margin-right: -15px;
      margin-left: -15px; } }
  .cart-total__col-1 {
    width: 30%; }
    @media (max-width: 1199.98px) {
      .cart-total__col-1 {
        margin-bottom: 10px;
        width: 100%; } }
    @media (max-width: 767.98px) {
      .cart-total__col-1 {
        margin-bottom: 0;
        padding: 20px 10px; } }
  .cart-total__col-2 {
    width: 20%; }
    @media (max-width: 1199.98px) {
      .cart-total__col-2 {
        width: 33.333%;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .cart-total__col-2 {
        padding: 20px 10px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #e6e6e6; } }
  .cart-total__col-3 {
    width: 20%; }
    @media (max-width: 1199.98px) {
      .cart-total__col-3 {
        width: 33.333%;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .cart-total__col-3 {
        padding: 20px 10px;
        width: 100%;
        border-top: 1px solid #e6e6e6; } }
  .cart-total__col-4 {
    width: 10%;
    text-align: right; }
    @media (max-width: 1199.98px) {
      .cart-total__col-4 {
        margin-top: 10px;
        width: 100%;
        text-align: center; } }
    @media (max-width: 767.98px) {
      .cart-total__col-4 {
        margin-top: 0;
        padding: 20px 10px;
        border-top: 1px solid #e6e6e6; } }
  .cart-total__title {
    font-size: 18px;
    font-weight: 500;
    color: #3d3a3b; }
    @media (max-width: 1199.98px) {
      .cart-total__title {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .cart-total__title {
        font-size: 15px; } }
    @media (max-width: 767.98px) {
      .cart-total__title-line {
        display: block; } }
    .cart-total__title .text-primary {
      font-weight: bold; }
  .cart-total__modal {
    position: relative;
    padding-left: 25px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8a2b2b;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    background: none;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767.98px) {
      .cart-total__modal {
        font-size: 11px;
        text-decoration: none; } }
    .cart-total__modal:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 16px;
      height: 14px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/cart-edit.svg) no-repeat;
      background-size: contain; }
  .cart-total__pdf {
    position: relative;
    padding-left: 25px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #8a2b2b;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    background: none;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767.98px) {
      .cart-total__pdf {
        font-size: 11px;
        text-decoration: none; } }
    .cart-total__pdf:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 16px;
      height: 14px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/cart-save.svg) no-repeat;
      background-size: contain; }
  .cart-total__back {
    position: relative;
    padding-left: 23px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3d3a3b;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767.98px) {
      .cart-total__back {
        font-size: 11px;
        text-decoration: none; } }
    .cart-total__back:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 14px;
      height: 12px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/cart-back.svg) no-repeat;
      background-size: contain; }
  .cart-total__clear {
    position: relative;
    padding-left: 22px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #3d3a3b;
    -webkit-text-decoration-style: dotted;
            text-decoration-style: dotted;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    @media (max-width: 767.98px) {
      .cart-total__clear {
        font-size: 11px;
        text-decoration: none; } }
    .cart-total__clear:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 12px;
      height: 12px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/cart-clear.svg) no-repeat;
      background-size: contain; }

.links-row {
  margin-bottom: 35px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 767.98px) {
    .links-row {
      margin-bottom: 30px;
      padding-bottom: 0;
      border-bottom: 1px solid #e6e6e6; } }
  @media (max-width: 767.98px) {
    .links-row {
      margin-right: -15px;
      margin-left: -15px;
      padding-left: 15px;
      overflow-x: auto;
      flex-wrap: nowrap; } }
  .links-row__item {
    margin-right: 50px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    white-space: nowrap;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #3d3a3b;
    border-bottom: 1px dotted;
    transition: all .3s ease; }
    @media (max-width: 991.98px) {
      .links-row__item {
        margin-bottom: 10px; } }
    @media (max-width: 767.98px) {
      .links-row__item {
        margin-right: 20px;
        border-bottom: 0; } }
    .links-row__item:hover, .links-row__item.is-active {
      color: #8a2b2b;
      border-bottom: 0 none; }
    .links-row__item:last-of-type {
      margin-right: 0; }
      @media (max-width: 767.98px) {
        .links-row__item:last-of-type {
          padding-right: 15px; } }

.news {
  margin: 40px 0;
  height: 100%;
  max-height: 190px; }
  @media (max-width: 575.98px) {
    .news {
      margin: 30px 0;
      max-height: 100%; } }
  @media (max-width: 575.98px) {
    .news__img {
      margin-bottom: 10px; } }
  .news__img a {
    display: block; }
  .news__img img {
    width: 100%;
    pointer-events: none; }
  .news__date {
    font-size: 12px;
    color: #959595; }
    @media (max-width: 575.98px) {
      .news__date {
        margin-bottom: 8px;
        font-size: 11px; } }
  .news__title {
    display: block;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 30px;
    color: #3d3a3b; }
    @media (max-width: 767.98px) {
      .news__title {
        margin-bottom: 10px;
        line-height: 30px; } }
    @media (max-width: 575.98px) {
      .news__title {
        font-size: 18px;
        line-height: normal; } }
  .news__title-wrapper {
    display: block;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
    .news__title-wrapper:hover {
      opacity: .8; }
  .news__text {
    padding-bottom: 15px;
    overflow: hidden;
    font-size: 15px;
    line-height: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #878787; }
    @media (max-width: 575.98px) {
      .news__text {
        font-size: 13px;
        line-height: 18px;
        white-space: normal; } }
  .news__content {
    width: 100%; }
    @media (max-width: 991.98px) {
      .news__content {
        padding-left: 0; } }

.list__menu {
  margin-bottom: 40px;
  padding-left: 0;
  list-style: none; }

.list__item {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap; }

.list__num {
  margin-right: 22px;
  font-size: 13px;
  line-height: 24px;
  color: #8a2b2b; }

.list__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #323232; }

.list__components {
  padding-left: 40px;
  width: 100%;
  font-family: "PT Serif", sans-serif;
  line-height: 24px;
  font-weight: 400;
  color: #878787; }

.list__text {
  font-family: "PT Serif", sans-serif;
  line-height: 24px;
  color: #323232; }

.news-card a {
  display: flex;
  flex-direction: column; }

.news-card__img-wrap {
  margin-bottom: 15px; }
  .news-card__img-wrap img {
    width: 100%;
    pointer-events: none; }

.news-card__date {
  margin-bottom: 10px;
  font-size: 12px;
  color: #959595; }

.news-card__title {
  margin-bottom: 10px;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3d3a3b; }

.news-card__text {
  font-size: 13px;
  line-height: 18px;
  color: #878787; }

.contest {
  height: 100%; }
  .contest--lg .contest__title {
    font-size: 30px;
    line-height: 35px; }
    @media (max-width: 575.98px) {
      .contest--lg .contest__title {
        font-size: 20px;
        line-height: 26px; } }
  .contest--lg .contest__date {
    margin-top: 10px;
    font-size: 15px; }
    @media (max-width: 575.98px) {
      .contest--lg .contest__date {
        margin-top: 5px;
        font-size: 14px; } }
  .contest--lg .contest__img-wrap {
    height: 31.09375vw; }
    @media screen and (min-width: 1560px) {
      .contest--lg .contest__img-wrap {
        height: 600px; } }
    @media (max-width: 767.98px) {
      .contest--lg .contest__img-wrap {
        height: auto; } }
  .contest--lg .contest__border-wrap {
    margin-bottom: 15px; }
  .contest--lg .contest__border {
    padding-bottom: 24px; }
  .contest a {
    display: flex;
    height: 100%;
    flex-direction: column; }
  .contest__img-wrap {
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    height: 20.3125vw; }
    @media screen and (min-width: 1560px) {
      .contest__img-wrap {
        height: 300px; } }
    @media (max-width: 767.98px) {
      .contest__img-wrap {
        height: auto; } }
    @media (max-width: 575.98px) {
      .contest__img-wrap {
        margin-bottom: 10px; } }
    .contest__img-wrap img {
      width: 100%;
      pointer-events: none;
      transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .contest__img-wrap img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center center;
             object-position: center center; } }
  .contest__border {
    padding-right: 15px;
    padding-bottom: 15px;
    display: block;
    flex-grow: 1;
    border-right: 1px solid #e6e6e6; }
    @media (max-width: 575.98px) {
      .contest__border {
        padding: 0 15px 15px;
        border-right: none; } }
    .contest__border-wrap {
      margin-bottom: 5px;
      display: flex;
      justify-content: space-between; }
      @media (max-width: 575.98px) {
        .contest__border-wrap {
          flex-wrap: wrap;
          justify-content: center; } }
  .contest__title {
    max-width: 70%;
    flex: 1 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #323232; }
    @media (max-width: 1199.98px) {
      .contest__title {
        max-width: none; } }
    @media (max-width: 575.98px) {
      .contest__title {
        font-size: 15px;
        line-height: 22px;
        text-align: center; } }
  .contest__date {
    margin-top: 5px;
    width: 90px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #878787; }
    @media (max-width: 575.98px) {
      .contest__date {
        width: 100%;
        font-size: 11px;
        text-align: center; } }
    .contest__date--strong {
      color: #8a2b2b; }
  .contest__text {
    font-size: 15px;
    line-height: 21px;
    color: #878787; }
    @media (max-width: 575.98px) {
      .contest__text {
        display: block;
        font-size: 12px;
        line-height: 18px;
        text-align: center; } }
  .contest:hover .contest__img-wrap img {
    transform: scale(1.05); }

.table,
.template-content table {
  width: 100%; }
  .table thead tr,
  .template-content table thead tr {
    border-bottom: 1px solid #323232; }
  .table th,
  .template-content table th {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #323232; }
    @media (max-width: 575.98px) {
      .table th,
      .template-content table th {
        font-size: 10px; } }
  .table tr,
  .template-content table tr {
    border-bottom: 1px solid #e6e6e6; }
  .table td,
  .template-content table td {
    padding: 15px 0;
    min-width: 90px;
    font-size: 15px;
    line-height: 22px;
    color: #323232; }
    @media (max-width: 767.98px) {
      .table td,
      .template-content table td {
        padding-right: 5px;
        min-width: 0;
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 575.98px) {
      .table td,
      .template-content table td {
        font-size: 12px;
        line-height: 16px; } }
  .table--results td:first-child,
  .template-content table--results td:first-child {
    width: 104px; }
    @media (max-width: 1199.98px) {
      .table--results td:first-child,
      .template-content table--results td:first-child {
        width: auto; } }
  .table--schedule,
  .template-content table--schedule {
    max-width: 718px; }
    .table--schedule td:nth-child(1),
    .template-content table--schedule td:nth-child(1) {
      width: 165px; }
      @media (max-width: 1199.98px) {
        .table--schedule td:nth-child(1),
        .template-content table--schedule td:nth-child(1) {
          width: auto; } }
    .table--schedule td:nth-child(2),
    .template-content table--schedule td:nth-child(2) {
      width: 246px; }
      @media (max-width: 1199.98px) {
        .table--schedule td:nth-child(2),
        .template-content table--schedule td:nth-child(2) {
          width: auto; } }
      @media (max-width: 767.98px) {
        .table--schedule td:nth-child(2),
        .template-content table--schedule td:nth-child(2) {
          width: 30%; } }

.template-content table {
  margin-bottom: 40px;
  max-width: 718px; }
  @media (min-width: 768px) {
    .template-content table {
      margin-bottom: 95px !important; } }

.license {
  display: flex;
  flex-direction: column; }
  .license__img-wrap {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 115%;
    display: flex;
    height: 0;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    background-color: #f2f2f2; }
    @media (max-width: 575.98px) {
      .license__img-wrap {
        margin-bottom: 10px;
        padding: 0;
        height: 300px; } }
    .license__img-wrap img {
      position: absolute;
      bottom: 50%;
      left: 50%;
      max-height: 215px;
      pointer-events: none;
      transform: translate(-50%, 50%); }
  .license__title {
    max-width: 180px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #323232; }
    @media (max-width: 575.98px) {
      .license__title {
        max-width: 100%;
        font-size: 13px;
        text-align: center; } }

.pane {
  padding: 40px 40px 30px;
  display: flex;
  background-color: #f2f2f2; }
  @media (max-width: 767.98px) {
    .pane {
      padding-bottom: 19px;
      flex-wrap: wrap; } }
  @media (max-width: 575.98px) {
    .pane {
      margin-right: -15px;
      margin-left: -15px;
      padding-right: 15px;
      padding-left: 15px; } }
  .pane__left {
    width: 33%; }
    @media (max-width: 767.98px) {
      .pane__left {
        width: 100%; } }
  .pane__right {
    flex: 1 0; }
    @media (max-width: 767.98px) {
      .pane__right {
        flex: 1 1 auto; } }
  .pane__title {
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #323232; }
    @media (max-width: 767.98px) {
      .pane__title {
        margin-bottom: 60px; } }
    @media (max-width: 767.98px) {
      .pane__title br {
        display: none; } }

.accordion__item {
  margin-bottom: 11px; }

.accordion__btn {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0 18px;
  width: 100%;
  font-family: "Wix Madefor Display", sans-serif;
  font-size: 24px;
  line-height: 20px;
  text-align: left;
  color: #323232;
  background: transparent;
  border-bottom: 1px solid #323232;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .accordion__btn:before {
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    content: '';
    background-color: #3d3a3b; }
  .accordion__btn:after {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 10px;
    content: '';
    background-color: #3d3a3b;
    transform: rotate(0deg);
    transition: 0.3s cubic-bezier(0.25, 0.1, 0.25, 1); }
  .accordion__btn--active {
    padding-bottom: 11px;
    border-bottom: 0; }
    .accordion__btn--active:after {
      transform: rotate(90deg); }

.accordion__content {
  margin-bottom: 18px;
  padding-bottom: 27px;
  display: none;
  border-bottom: 1px solid #323232; }

.accordion__text {
  font-family: "PT Serif", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #3d3a3b; }

.about-block {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px; }
  @media (max-width: 1200px) {
    .about-block {
      margin-bottom: 60px;
      flex-direction: column; } }
  .about-block__content {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    flex-grow: 1; }
    @media (max-width: 1200px) {
      .about-block__content {
        padding: 40px 0 20px; } }
    @media (max-width: 575.98px) {
      .about-block__content {
        padding: 40px 0 0; } }
  .about-block__title {
    padding-bottom: 40px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 600; }
    .about-block__title p:last-child {
      margin-bottom: 0; }
    @media (max-width: 1400px) {
      .about-block__title {
        font-size: 20px; } }
    @media (max-width: 1200px) {
      .about-block__title {
        padding-bottom: 30px; } }
    @media (max-width: 575.98px) {
      .about-block__title {
        font-size: 18px; } }
  .about-block__text {
    overflow: hidden;
    max-width: 322px;
    max-height: 290px;
    font-size: 18px;
    line-height: 1.4;
    color: #323232; }
    .about-block__text p {
      margin-bottom: 0; }
    @media (max-width: 575.98px) {
      .about-block__text {
        max-width: 100%;
        font-size: 16px; } }

.about-block__picture {
  width: 420px;
  max-width: 40%;
  height: auto; }
  @media (max-width: 1200px) {
    .about-block__picture {
      max-width: 100%; } }

.story {
  position: relative;
  padding: 105px 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .story {
      padding: 40px 0; } }
  .story__title {
    position: absolute;
    top: 105px;
    left: 0;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #323232; }
    @media (max-width: 991.98px) {
      .story__title {
        position: static;
        padding-bottom: 40px; } }
    @media (max-width: 991.98px) {
      .story__title br {
        display: none; } }
  .story__item {
    padding-bottom: 38px;
    display: flex;
    width: 164px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
  .story__year {
    padding-bottom: 15px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 60px;
    line-height: 1;
    color: #323232; }
  .story__text {
    padding-bottom: 30px;
    font-family: "PT Serif", sans-serif;
    font-size: 16px;
    color: #3d3a3b; }
  .story__line {
    display: block;
    width: 7px;
    height: 80px;
    background: transparent url(/local/templates/joia/layout/public/css/../img/story-line.svg) 0 0 no-repeat; }
  .story__hide {
    display: none; }

.number {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (max-width: 991.98px) {
    .number {
      padding-bottom: 40px;
      width: 100%; } }
  @media (max-width: 991.98px) {
    .number:last-of-type {
      padding-bottom: 0; } }
  .number__icon img {
    max-width: 53px;
    max-height: 33px; }
  .number__count {
    padding: 22px 0 6px;
    max-width: 300px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 60px;
    line-height: 1;
    text-align: center;
    color: #323232; }
    .number__count > sup {
      top: -1.4em;
      font-size: 24px; }
  .number__text {
    max-width: 300px;
    font-size: 15px;
    text-align: center;
    color: #323232; }

.filters-wrap {
  margin-top: -20px;
  display: none; }
  @media (max-width: 991.98px) {
    .filters-wrap {
      margin-top: 0; } }
  .filters-wrap .btn-link--more {
    margin-top: 20px; }
    @media (max-width: 991.98px) {
      .filters-wrap .btn-link--more {
        display: none; } }
  .filters-wrap .mobile_filters {
    display: none; }
    @media (max-width: 991.98px) {
      .filters-wrap .mobile_filters {
        display: block; } }
  @media (max-width: 991.98px) {
    .filters-wrap {
      position: fixed;
      z-index: 100;
      top: 0;
      left: 0;
      display: block;
      visibility: hidden;
      width: 100vw;
      height: 100dvh;
      background: white;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.07);
      transition-duration: .5s;
      transition-timing-function: ease;
      transform: translateX(100vw); } }

.filters-wrap.is-active {
  visibility: visible;
  transform: translateX(0); }

.filters-wrap .disabled {
  opacity: .4;
  cursor: not-allowed; }

.filters__head {
  position: relative;
  text-align: center; }

.filters__title {
  width: 100%;
  font-size: 13px;
  font-weight: 500;
  text-align: center; }

.filters__close {
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px; }
  .filters__close:before, .filters__close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    content: '';
    background: #3d3a3b; }
  .filters__close:before {
    transform: rotate(45deg); }
  .filters__close:after {
    transform: rotate(-45deg); }

.btn-link--more:before {
  content: attr(data-show); }

.btn-link--more.is-active:before {
  content: attr(data-close); }

.filters__hint {
  position: absolute;
  z-index: 3;
  top: -12px;
  left: calc(100% - 50px);
  padding: 15px;
  width: 190px;
  opacity: 0;
  pointer-events: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
  transition-duration: .4s;
  transition-timing-function: ease;
  will-change: transform; }
  .filters__hint:before {
    position: absolute;
    top: 15px;
    left: -6px;
    width: 10px;
    height: 10px;
    content: '';
    background-color: inherit;
    border: inherit;
    border-top: none;
    border-right: none;
    transform: rotate(45deg); }
  .filters__hint.is-active {
    opacity: 1;
    pointer-events: all; }
  .filters__hint.is-loading .filters__hint-preloader {
    opacity: 1;
    pointer-events: all; }
  @media (max-width: 991.98px) {
    .filters__hint {
      display: none; } }

.filters__hint-preloader {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background: white;
  transition-duration: .4s; }
  .filters__hint-preloader img {
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

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

@keyframes spin {
  100% {
    transform: rotate(360deg); } }

.filters__hint-title {
  width: 100%;
  font-size: 14px; }
  .filters__hint-title span {
    color: #8a2b2b; }

.filters__hint-button {
  margin-top: 10px;
  padding: 5px;
  width: 100%;
  font-size: 12px;
  text-align: center;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: white;
  background-color: #8a2b2b;
  cursor: pointer; }

.date-contest__title {
  margin-bottom: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .55px;
  text-transform: uppercase;
  color: #2d2d2f; }

.date-contest__item {
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: .55px;
  color: #8a2b2b; }

.modal {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all .25s;
  transform: scale3d(0, 0, 0); }
  .modal.is-active .preloader {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; }
  .modal--age {
    background-color: rgba(0, 0, 0, 0.5); }
  .modal--format {
    background-color: rgba(0, 0, 0, 0.5); }
    .modal--format .modal__content {
      position: relative;
      overflow-x: hidden;
      width: 80%;
      max-width: 1300px;
      border-radius: 10px;
      box-shadow: 0 5px 19px 0 rgba(0, 0, 0, 0.15); }
      @media (max-width: 767.98px) {
        .modal--format .modal__content {
          padding: 0;
          width: 100%;
          background: #f2f2f2; } }
      .modal--format .modal__content::-webkit-scrollbar {
        width: 4px; }
      .modal--format .modal__content::-webkit-scrollbar-thumb {
        background: #8a2b2b;
        border-radius: 3px; }
    @media (max-width: 767.98px) {
      .modal--format .offer-template__item {
        padding: 10px 15px; } }
    @media (max-width: 767.98px) {
      .modal--format .item__field.limited {
        margin-bottom: 0 !important; } }
    .modal--format .offer-template__area {
      margin-top: 0; }
      @media (max-width: 767.98px) {
        .modal--format .offer-template__area {
          padding-top: 10px; } }
    @media (max-width: 767.98px) {
      .modal--format .modal__close {
        right: 15px; } }
    .modal--format .modal__close.is-active .modal__close-dropdown {
      opacity: 1;
      pointer-events: all;
      transform: translateY(0); }
    .modal--format .modal__close-dropdown {
      position: absolute;
      top: 41px;
      right: 0;
      padding: 10px;
      width: 300px;
      opacity: 0;
      pointer-events: none;
      background: white;
      border-radius: 5px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
      transition-duration: .4s;
      transform: translateY(10px);
      cursor: initial; }
      @media (max-width: 767.98px) {
        .modal--format .modal__close-dropdown {
          width: 240px; } }
    .modal--format .modal__close-title {
      font-size: 13px;
      font-weight: 500;
      text-align: center;
      color: #8a2b2b; }
    .modal--format .modal__close-btns {
      margin-top: 15px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
    .modal--format .modal__close button {
      padding: 8px;
      width: calc(50% - 7px);
      font-size: 14px;
      line-height: initial;
      background-color: transparent;
      border: 1px solid #8a2b2b;
      border-radius: 3px;
      transition-duration: .3s; }
      .modal--format .modal__close button:hover {
        color: white;
        background: #8a2b2b; }
  .modal .offer-format__date-input {
    position: relative;
    width: 100%; }
    .modal .offer-format__date-input > img {
      margin-left: 10px; }
      @media (max-width: 1200px) {
        .modal .offer-format__date-input > img {
          position: absolute;
          right: 5px;
          bottom: 10px; } }
      @media (max-width: 768px) {
        .modal .offer-format__date-input > img {
          right: 20px;
          bottom: 20px; } }
  .modal .offer-format__date-wrapper {
    position: absolute;
    width: 100%;
    max-width: 310px;
    top: 100%;
    left: 0;
    opacity: 0;
    box-shadow: 0px 1px 10px 0px rgba(84, 84, 84, 0.08);
    pointer-events: none;
    z-index: 1;
    transition: .3s opacity; }
    @media (max-width: 768px) {
      .modal .offer-format__date-wrapper {
        left: 15px;
        width: calc(100% - 30px); } }
    .modal .offer-format__date-wrapper.is-active {
      opacity: 1;
      pointer-events: all; }
  .modal.open {
    opacity: 1;
    transform: scale3d(1, 1, 1); }
  .no-modal .modal,
  .no-modal ~ .modal {
    display: none; }
  @media (min-width: 576px) {
    .modal {
      padding: 45px 30px; } }
  @media (min-width: 768px) {
    .modal {
      padding: 60px 40px; } }

.modal__content {
  padding-top: 32px;
  padding-right: 28px;
  padding-left: 28px;
  padding-bottom: 24px;
  display: flex;
  overflow: auto;
  max-width: 600px;
  max-height: 100%;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07); }
  .modal.open .modal__content {
    pointer-events: all; }
  @media (min-width: 576px) {
    .modal__content {
      padding-top: 48px;
      padding-right: 42px;
      padding-left: 42px;
      padding-bottom: 36px; } }
  @media (min-width: 768px) {
    .modal__content {
      padding-top: 64px;
      padding-right: 56px;
      padding-left: 56px;
      padding-bottom: 48px; } }

.modal__title {
  margin-bottom: 16px;
  font-size: 24px;
  text-align: center;
  color: #323232; }
  @media (max-width: 991.98px) {
    .modal__title {
      font-size: 18px; } }

.modal__text {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  color: #323232; }
  @media (max-width: 991.98px) {
    .modal__text {
      font-size: 12px; } }

.modal__btn {
  padding: 16px 28px;
  height: auto;
  line-height: 1.1; }

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  transition-duration: .4s;
  cursor: pointer; }
  .modal__close:before, .modal__close:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '';
    background: rgba(0, 0, 0, 0.7); }
  .modal__close:before {
    transform: rotate(45deg); }
  .modal__close:after {
    transform: rotate(-45deg); }

.modal--search {
  background: rgba(255, 255, 255, 0.9); }
  .modal--search .modal__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 700px;
    min-height: 250px;
    max-height: 80vh; }

.modal--form {
  background: rgba(255, 255, 255, 0.9); }
  .modal--form .modal__content {
    position: relative;
    width: 800px;
    max-width: 100%;
    background-color: #f4f1ed; }

.search-results {
  display: flex;
  flex-direction: column;
  align-items: center; }

.search-results__title {
  margin-bottom: 20px;
  line-height: 1.1;
  color: #323232; }
  @media (min-width: 992px) {
    .search-results__title {
      margin-bottom: 0; } }

.search-results__text {
  color: #878787; }
  .search-results__text strong {
    color: #323232; }

.search-results__form {
  display: flex;
  width: 100%;
  max-width: 476px;
  flex-direction: column; }

.search-results__form-label {
  position: relative;
  display: flex;
  align-items: center; }

.search-results__form-input {
  padding: 13px 15px;
  padding-right: 48px;
  flex-grow: 1;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
  transition: all .25s; }
  .search-results__form-label:hover .search-results__form-input, .search-results__form-input:focus, .search-results__form-input:active {
    border-color: #3d3a3b; }

.search-results__form-btn {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 16px;
  width: 48px;
  height: 48px;
  font-size: 0;
  background-color: transparent;
  border: 0;
  transform: translateY(-50%); }

.search-results__form-icon {
  width: 100%;
  height: 100%;
  color: #8a8a8a;
  transition: all .25s; }
  .search-results__form-icon:hover {
    color: #3d3a3b; }

.search-results__cards {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.back-button {
  padding: 12px 0;
  display: none;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: black;
  background: none;
  border-bottom: 1px solid #e3e3e3; }
  @media (max-width: 575.98px) {
    .back-button {
      display: flex; } }
  .back-button__img {
    position: relative;
    margin-right: 12px;
    width: 27px;
    height: 27px;
    color: transparent;
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    cursor: pointer; }
    .back-button__img:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 9px;
      height: 7px;
      content: '';
      background: url(/local/templates/joia/layout/public/css/../img/arrow.svg) no-repeat; }

.filter-mobile {
  padding-bottom: 50px;
  overflow-y: auto;
  max-height: 80vh;
  font-size: 13px; }
  .filter-mobile__separate {
    padding: 15px 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e3e3e3; }
    .filter-mobile__separate .title {
      color: #878787; }
    .filter-mobile__separate .clear {
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #8a2b2b;
      background: none; }
  .filter-mobile__item {
    padding: 15px 17px;
    display: flex;
    border-bottom: 1px solid #e3e3e3; }
    .filter-mobile__item .item {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .filter-mobile__item .item .type {
        font-weight: 500;
        color: #3d3a3b; }
      .filter-mobile__item .item__part {
        display: flex;
        align-items: center; }
        .filter-mobile__item .item__part .arrow {
          width: 7px;
          height: 7px;
          border-top: 1px solid #8d8d8d;
          border-right: 1px solid #8d8d8d;
          transform: rotate(45deg); }
        .filter-mobile__item .item__part .checked-wrap {
          padding-right: 17px;
          overflow-x: hidden;
          max-width: 50vw; }
        .filter-mobile__item .item__part .checked-types-out {
          color: #878787; }
  .filter-mobile .select-btn {
    position: fixed;
    z-index: 3;
    left: 0;
    bottom: 0;
    padding: 15px 17px;
    width: 100vw;
    color: white;
    background: #8a2b2b; }

.auth {
  padding: 60px 0 110px;
  background: #f2f2f2; }
  @media (max-width: 767.98px) {
    .auth {
      padding: 15px 0; } }
  @media (max-width: 767.98px) {
    .auth .container {
      max-width: 100%; } }
  .auth .form-wrapper {
    position: relative;
    margin: auto;
    padding: 46px 0 73px;
    display: flex;
    max-width: 810px;
    flex-direction: column;
    align-items: center;
    background: white; }
    @media (max-width: 991.98px) {
      .auth .form-wrapper {
        padding: 25px 0 50px;
        max-width: 100%; } }
    @media (max-width: 767.98px) {
      .auth .form-wrapper {
        padding: 30px; } }
    @media (max-width: 575.98px) {
      .auth .form-wrapper {
        padding: 20px; } }
  .auth .form-wrapper__back {
    position: absolute;
    left: 40px;
    box-shadow: none; }
  @media (max-width: 991.98px) {
    .auth .form__area {
      width: 100%;
      max-width: 565px; } }
  @media (max-width: 767.98px) {
    .auth .form__area {
      max-width: 100%; } }
  .auth .form__area .content {
    display: none; }
    .auth .form__area .content--active {
      display: block; }
  .auth .form__tabs {
    margin-bottom: 50px;
    display: flex;
    width: 80%;
    max-width: 565px; }
    @media (max-width: 767.98px) {
      .auth .form__tabs {
        margin-bottom: 25px;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 575.98px) {
      .auth .form__tabs {
        flex-direction: column; } }
    .auth .form__tabs .tab {
      padding: 20px;
      width: 50%;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 15px;
      text-align: center;
      border: 1px solid #ededed;
      transition-duration: .4s;
      cursor: pointer; }
      .auth .form__tabs .tab:hover {
        background: #f4f1ed;
        border: 1px solid #c3b29f; }
      .auth .form__tabs .tab--active {
        background: #f4f1ed;
        border: 1px solid #c3b29f; }
      @media (max-width: 575.98px) {
        .auth .form__tabs .tab {
          padding: 15px;
          width: 100%;
          font-size: 13px; } }

.cabinet-auth .form-auth__code p, .cabinet-auth .form-auth__code a {
  margin: 0;
  font-size: .8em; }

@media (max-width: 767.98px) {
  .cabinet-auth .form-wrapper {
    padding: 40px 20px; }
  .cabinet-auth .form-wrapper__back {
    left: 20px;
    top: 20px; } }

.form-auth .register {
  margin-left: -140px; }

.form-auth .login {
  margin-left: -63px; }

@media (max-width: 991.98px) {
  .form-auth__fields {
    margin-left: 0 !important;
    width: 100%; } }

.form-auth__row {
  position: relative; }
  @media (max-width: 991.98px) {
    .form-auth__row {
      display: flex;
      flex-direction: column; } }
  .form-auth__row input {
    width: 420px;
    border: 1px solid #e6e6e6; }
    @media (max-width: 991.98px) {
      .form-auth__row input {
        width: 100%; } }
  .form-auth__row .title {
    padding-right: 15px;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 12px;
    text-align: right;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #878787; }
    @media (max-width: 991.98px) {
      .form-auth__row .title {
        padding: 0 0 6px 10px !important;
        width: 100%;
        text-align: left; } }

.form-auth .btn {
  min-width: 200px; }

.offer {
  padding-bottom: 30px; }
  .offer__wrap {
    width: 100%; }
  @media (max-width: 575.98px) {
    .offer-container {
      padding-right: 0;
      padding-left: 0; } }
  .offer__tabs {
    display: flex;
    width: 80%; }
    @media (max-width: 991.98px) {
      .offer__tabs {
        padding: 0 17px;
        width: 100%;
        justify-content: center; } }
    .offer__tabs .tab {
      padding: 20px 50px;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 15px;
      text-align: center;
      border: 1px solid #ededed;
      transition-duration: .4s;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .offer__tabs .tab {
          padding: 15px 20px; } }
      @media (max-width: 767.98px) {
        .offer__tabs .tab {
          padding: 15px 10px;
          width: calc(100% / 3);
          font-size: 13px; } }
      .offer__tabs .tab:hover {
        background: #f4f1ed;
        border: 1px solid #c3b29f; }
      .offer__tabs .tab--active {
        background: #f4f1ed;
        border: 1px solid #c3b29f; }

.offer__area .content {
  display: none;
  align-items: flex-start;
  gap: 16px; }
  @media (max-width: 1199.98px) {
    .offer__area .content {
      flex-direction: column-reverse;
      gap: 24px; } }
  .offer__area .content--active {
    display: flex; }

@media (max-width: 991.98px) {
  .offer__area {
    padding: 0 17px; } }

.offer__head {
  margin-bottom: 55px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991.98px) {
    .offer__head {
      margin-bottom: 20px;
      flex-direction: column;
      grid-gap: 20px; } }
  @media (max-width: 991.98px) {
    .offer__head .offer__logout {
      display: none; } }

.offer__logout {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3d3a3b;
  background: none; }
  .offer__logout span {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }
  .offer__logout img {
    width: 16px; }

.offer__footer {
  margin-top: 28px;
  display: none;
  justify-content: center; }
  @media (max-width: 991.98px) {
    .offer__footer {
      display: flex; } }

.offer-current {
  width: 100%; }
  .offer-current.is-handle-sortable .product-handle {
    display: flex; }
  @media (min-width: 992px) {
    .offer-new .offer-current > .contacts-data {
      display: none; } }
  .offer-new .offer-current > a {
    display: block;
    text-align: center; }
    @media (max-width: 992px) {
      .offer-new .offer-current > a {
        display: none; } }
  .offer-current .title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .offer-current .title {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .offer-current .title {
        display: none; } }
  .offer-current .product-list__item.no-swipe {
    pointer-events: none; }
    .offer-current .product-list__item.no-swipe a,
    .offer-current .product-list__item.no-swipe input,
    .offer-current .product-list__item.no-swipe .spin,
    .offer-current .product-list__item.no-swipe .remove,
    .offer-current .product-list__item.no-swipe .checker,
    .offer-current .product-list__item.no-swipe .product-handle {
      pointer-events: all; }
  .offer-current .tune {
    padding: 15px;
    width: 100%;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 13px;
    text-align: center;
    background: none;
    border: 1px solid #e6e6e6;
    border-radius: 4px; }
  .offer-current .offer__panel {
    position: relative;
    margin: 30px 0;
    display: flex;
    height: 40px;
    justify-content: space-between; }
    @media (max-width: 1199.98px) {
      .offer-current .offer__panel {
        height: auto;
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .offer-current .offer__panel {
        margin: 0 0 30px; } }
    @media (max-width: 575.98px) {
      .offer-current .offer__panel {
        padding: 0 17px; } }
    .offer-current .offer__panel .panel__part {
      display: flex;
      align-items: center; }
      @media (max-width: 1199.98px) {
        .offer-current .offer__panel .panel__part {
          margin-bottom: 20px;
          height: 40px; } }
      @media (max-width: 991.98px) {
        .offer-current .offer__panel .panel__part {
          margin-bottom: 0;
          height: auto;
          flex-wrap: wrap;
          transition-duration: .5s; } }
      @media (max-width: 767.98px) {
        .offer-current .offer__panel .panel__part {
          flex-direction: column;
          flex-wrap: nowrap;
          align-items: center; } }
      .offer-current .offer__panel .panel__part--vis {
        display: flex; }
      .offer-current .offer__panel .panel__part .discount-btn {
        padding: 0 25px;
        display: flex;
        height: 100%;
        align-items: center;
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #8a2b2b;
        background: none;
        border: 1px solid #8a2b2b;
        transition-duration: .5s; }
        @media (max-width: 991.98px) {
          .offer-current .offer__panel .panel__part .discount-btn {
            margin: 0 0 20px;
            padding: 10px; } }
        @media (max-width: 767.98px) {
          .offer-current .offer__panel .panel__part .discount-btn {
            width: 100%;
            justify-content: center; } }
        .offer-current .offer__panel .panel__part .discount-btn:hover {
          color: #646262;
          border-color: #646262; }
      .offer-current .offer__panel .panel__part .discount-all {
        margin: 0 50px;
        display: flex;
        height: 100%;
        align-items: center;
        letter-spacing: 1px; }
        @media (max-width: 991.98px) {
          .offer-current .offer__panel .panel__part .discount-all {
            margin: 0 20px;
            width: 50%; } }
        @media (max-width: 767.98px) {
          .offer-current .offer__panel .panel__part .discount-all {
            margin: 0;
            width: 100%;
            justify-content: space-between; } }
    .offer-current .offer__panel .discount-all span {
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      color: #878787; }
    .offer-current .offer__panel .discount-all input {
      margin-left: 15px;
      width: 50px;
      height: 100%;
      font-size: 14px;
      text-align: center;
      border: 1px solid #e6e6e6; }
      @media (max-width: 991.98px) {
        .offer-current .offer__panel .discount-all input {
          padding: 5px 10px;
          height: auto; } }
    .offer-current .offer__panel .sortable.active {
      display: flex; }
    .offer-current .offer__panel .show-prices {
      display: none; }
    .offer-current .offer__panel .hand-sort {
      display: none;
      align-items: center; }
      @media (max-width: 991.98px) {
        .offer-current .offer__panel .hand-sort {
          margin-top: 20px; } }
      @media (max-width: 575.98px) {
        .offer-current .offer__panel .hand-sort {
          flex-direction: column; } }
      .offer-current .offer__panel .hand-sort p,
      .offer-current .offer__panel .hand-sort button {
        margin: 0;
        font-size: 13px;
        font-weight: 300;
        color: #9d3862; }
      .offer-current .offer__panel .hand-sort button {
        margin-left: 5px;
        display: inline;
        font-weight: bold;
        text-transform: uppercase;
        background: none; }
    .offer-current .offer__panel .sortable {
      display: none;
      align-items: center; }
      @media (max-width: 767.98px) {
        .offer-current .offer__panel .sortable {
          position: relative; } }
      .offer-current .offer__panel .sortable .text {
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 11px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #878787; }
        @media (max-width: 767.98px) {
          .offer-current .offer__panel .sortable .text {
            display: flex;
            width: 40%;
            height: 44px;
            justify-content: center;
            align-items: center;
            border: 1px solid #eae7e3;
            border-right: none; } }
      .offer-current .offer__panel .sortable .select {
        margin-left: 15px; }
        @media (max-width: 767.98px) {
          .offer-current .offer__panel .sortable .select {
            margin-left: 0;
            width: 60%; } }
      @media (max-width: 991.98px) {
        .offer-current .offer__panel .sortable {
          margin-top: 20px; } }
  .offer-current .offer-current__deadline {
    color: #8a2b2b;
    font-size: 14px; }
  .offer-current .offer-current__manager {
    padding: 20px 30px;
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 8px;
    border: 3px solid #eae7e3; }
    @media (max-width: 991.98px) {
      .offer-current .offer-current__manager {
        width: 100%;
        margin-bottom: 16px;
        border-width: 1px; } }
    @media (max-width: 767.98px) {
      .offer-current .offer-current__manager {
        padding: 15px; } }
    .offer-current .offer-current__manager p {
      margin: 0; }
      @media (max-width: 767.98px) {
        .offer-current .offer-current__manager p {
          font-size: 13px; } }
      .offer-current .offer-current__manager p:nth-child(even) {
        font-weight: 500; }
  .offer-current .drag-list {
    display: flex;
    flex-direction: column;
    border: none; }
    @media (max-width: 991.98px) {
      .offer-current .drag-list {
        grid-gap: 20px; } }
  .offer-current .hand-sort.active {
    display: flex; }
  .offer-current .product-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    margin: auto;
    padding: 10px 0;
    display: none;
    width: 27px;
    height: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    border: 1px solid #d4d4d4;
    border-radius: 20px;
    transition-duration: .3s;
    transform: translateX(5px);
    cursor: -webkit-grab;
    cursor: grab; }
    @media (max-width: 767.98px) {
      .offer-current .product-handle {
        display: none; } }
    .offer-current .product-handle:before, .offer-current .product-handle:after {
      width: 6px;
      height: 6px;
      content: '';
      border-top: 2px solid #d4d4d4;
      border-right: 2px solid #d4d4d4; }
    .offer-current .product-handle:before {
      transform: rotate(-45deg); }
    .offer-current .product-handle:after {
      transform: rotate(135deg); }
    .offer-current .product-handle:hover {
      opacity: 1;
      transform: translateX(0); }
  .offer-current .product-list {
    position: relative; }
    .offer-current .product-list__head {
      padding: 0 0 5px;
      border-bottom: 1px solid #323232; }
      @media (max-width: 991.98px) {
        .offer-current .product-list__head {
          display: none !important; } }
      @media (min-width: 992px) {
        .offer-new .offer-current .product-list__head {
          display: grid;
          grid-template-columns: 30% 100px 15% 1fr 1fr 4% !important;
          -moz-column-gap: 30px;
               column-gap: 30px; } }
      @media (max-width: 1200px) {
        .offer-new .offer-current .product-list__head {
          -moz-column-gap: 15px;
               column-gap: 15px; } }
    .offer-current .product-list__row {
      position: relative;
      display: flex; }
      @media (min-width: 992px) {
        .offer-new .offer-current .product-list__row {
          display: grid;
          grid-template-columns: 30% 100px 15% 1fr 1fr 4% !important;
          -moz-column-gap: 30px;
               column-gap: 30px; } }
      @media (max-width: 1200px) {
        .offer-new .offer-current .product-list__row {
          -moz-column-gap: 15px;
               column-gap: 15px;
          padding-bottom: 15px; } }
    .offer-current .product-list .slip-reordering {
      border: none;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .offer-current .product-list .slip-reordering .handle {
        opacity: 1;
        transform: translateX(0); }
    .offer-current .product-list .price-col {
      transition-duration: .4s; }
      .offer-current .product-list .price-col--hide {
        visibility: hidden;
        opacity: 0; }
    .offer-current .product-list__item {
      padding: 20px 0;
      background: white;
      border-bottom: 1px solid #e6e6e6;
      outline: none !important; }
      .offer-current .product-list__item:hover .product-handle {
        opacity: 1;
        transform: translateX(0); }
      @media (max-width: 991.98px) {
        .offer-current .product-list__item {
          position: relative;
          padding: 0;
          display: flex;
          overflow: hidden;
          flex-wrap: wrap;
          background: #f5f5f5;
          border: none;
          border-bottom: 1px solid #e3e3e3; } }
      .offer-current .product-list__item .remove {
        position: relative;
        width: 20px;
        height: 20px;
        background: #d4d4d4;
        border-radius: 100%; }
        @media (max-width: 991.98px) {
          .offer-current .product-list__item .remove {
            position: absolute;
            top: 15px;
            right: 20px; } }
        .offer-current .product-list__item .remove:before, .offer-current .product-list__item .remove:after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 50%;
          height: 2px;
          content: '';
          background: white;
          border-radius: 3px; }
        .offer-current .product-list__item .remove:after {
          transform: rotate(-45deg); }
        .offer-current .product-list__item .remove:before {
          transform: rotate(45deg); }
      .offer-current .product-list__item .product-discount-counter {
        width: 60px;
        height: 40px;
        font-size: 14px;
        text-align: center;
        border: 1px solid #e3e3e3; }
        @media (max-width: 991.98px) {
          .offer-current .product-list__item .product-discount-counter {
            width: 100%; } }
      .offer-current .product-list__item .product-list__col {
        display: flex;
        align-items: center; }
        .offer-new .offer-current .product-list__item .product-list__col {
          align-items: flex-start; }
        .offer-current .product-list__item .product-list__col:last-child {
          justify-content: center; }
      .offer-current .product-list__item .product__desc {
        display: grid;
        grid-template-columns: 80px auto;
        width: 80%;
        grid-gap: 20px; }
        @media (max-width: 991.98px) {
          .offer-current .product-list__item .product__desc {
            padding: 20px !important;
            display: flex;
            width: 100%;
            align-items: flex-start;
            background: white;
            border: 1px solid #e3e3e3;
            grid-template-columns: initial;
            grid-gap: 12px; } }
        @media (max-width: 767.98px) {
          .offer-current .product-list__item .product__desc {
            text-align: left !important; } }
        @media (max-width: 575.98px) {
          .offer-current .product-list__item .product__desc {
            border-left: none;
            border-right: none; } }
      .offer-current .product-list__item .price {
        display: flex;
        height: 100%;
        align-items: center;
        font-size: 18px; }
        @media (max-width: 991.98px) {
          .offer-current .product-list__item .price {
            font-size: 13px; } }
        .offer-current .product-list__item .price__count {
          margin-right: 5px; }
      .offer-current .product-list__item .summ {
        display: flex;
        height: 100%;
        align-items: center;
        font-size: 18px; }
        @media (max-width: 991.98px) {
          .offer-current .product-list__item .summ {
            font-size: 13px; } }
        .offer-current .product-list__item .summ__count {
          margin-right: 5px; }
      .offer-current .product-list__item:last-child {
        border-bottom: none; }
    .offer-current .product-list__col {
      position: relative;
      font-size: 13px;
      font-weight: 500; }
      @media (max-width: 991.98px) {
        .offer-current .product-list__col {
          position: relative; } }
      @media (max-width: 991.98px) {
        .offer-current .product-list__col .spin {
          margin: 0;
          width: 100%; } }
      .offer-current .product-list__col:nth-child(1) {
        width: 35%; }
        @media (max-width: 1199.98px) {
          .offer-current .product-list__col:nth-child(1) {
            width: 47%; } }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(1) {
            width: auto !important; }
            .offer-new .offer-current .product-list__col:nth-child(1) .product__desc {
              display: flex;
              align-items: flex-start;
              width: 100%; }
              .offer-new .offer-current .product-list__col:nth-child(1) .product__desc > a {
                width: 100%;
                max-width: 115px;
                min-width: 115px;
                aspect-ratio: 2 / 3;
                height: auto; }
              .offer-new .offer-current .product-list__col:nth-child(1) .product__desc img {
                max-height: 100%; } }
        @media (max-width: 991.98px) {
          .offer-current .product-list__col:nth-child(1) {
            width: 100%;
            order: 1; } }
      .offer-current .product-list__col:nth-child(2) {
        width: 15%; }
        @media (max-width: 1199.98px) {
          .offer-current .product-list__col:nth-child(2) {
            width: 11%; } }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(2) {
            width: auto !important;
            align-items: center; }
            .offer-new .offer-current .product-list__col:nth-child(2) .price {
              white-space: nowrap;
              flex-direction: column;
              align-items: flex-start; }
            .offer-new .offer-current .product-list__col:nth-child(2) .spin {
              margin-right: 0 !important;
              width: 100px; } }
        @media (max-width: 991.98px) {
          .offer-current .product-list__col:nth-child(2) {
            margin-top: 40px;
            display: flex;
            width: calc(100% / 3);
            height: 40px;
            justify-content: center;
            order: 3;
            border-top: 1px solid #e6e6e6; }
            .offer-new .offer-current .product-list__col:nth-child(2) {
              order: 3 !important;
              width: calc(40% - 7.5px) !important;
              justify-content: center;
              margin-bottom: 15px;
              border: none !important; }
              .offer-new .offer-current .product-list__col:nth-child(2) .price {
                white-space: nowrap; }
              .offer-new .offer-current .product-list__col:nth-child(2) .spin {
                width: auto;
                max-width: 100px !important; } }
      .offer-current .product-list__col:nth-child(3) {
        width: 15%; }
        .offer-current .product-list__col:nth-child(3) .summ .summ__count {
          font-weight: 700;
          color: #8a2b2b;
          white-space: nowrap; }
        .offer-current .product-list__col:nth-child(3) .price .price__count {
          font-weight: 700; }
        @media (max-width: 1199.98px) {
          .offer-current .product-list__col:nth-child(3) {
            width: 15%; } }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(3) {
            height: 58%;
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            width: auto !important;
            gap: 10px; }
            .offer-new .offer-current .product-list__col:nth-child(3) .summ {
              margin-top: auto;
              font-size: 14px !important; }
            .offer-new .offer-current .product-list__col:nth-child(3) .price, .offer-new .offer-current .product-list__col:nth-child(3) .summ {
              font-size: 12px;
              height: auto;
              gap: 5px; }
              .offer-new .offer-current .product-list__col:nth-child(3) .price .summ__count, .offer-new .offer-current .product-list__col:nth-child(3) .price .price__count, .offer-new .offer-current .product-list__col:nth-child(3) .summ .summ__count, .offer-new .offer-current .product-list__col:nth-child(3) .summ .price__count {
                white-space: nowrap; } }
        @media (max-width: 991.98px) {
          .offer-current .product-list__col:nth-child(3) {
            margin-top: 40px;
            display: flex;
            width: calc(100% / 3);
            height: 40px;
            justify-content: center;
            order: 4;
            border-top: 1px solid #e6e6e6; }
            .offer-new .offer-current .product-list__col:nth-child(3) {
              width: calc(60% - 7.5px) !important;
              order: 3 !important;
              height: auto !important;
              flex-direction: column;
              padding: 0 20px;
              border: none !important;
              align-items: flex-end;
              text-align: right;
              padding-left: 0; }
              .offer-new .offer-current .product-list__col:nth-child(3) .price {
                white-space: nowrap; }
              .offer-new .offer-current .product-list__col:nth-child(3) .price, .offer-new .offer-current .product-list__col:nth-child(3) .summ {
                gap: 5px; }
              .offer-new .offer-current .product-list__col:nth-child(3) .summ__count, .offer-new .offer-current .product-list__col:nth-child(3) .price__count {
                margin-right: 0; } }
      .offer-current .product-list__col:nth-child(4) {
        width: 15%; }
        @media (max-width: 1199.98px) {
          .offer-current .product-list__col:nth-child(4) {
            width: 11%; } }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(4) {
            width: auto !important; }
            .offer-new .offer-current .product-list__col:nth-child(4) .price {
              white-space: nowrap; } }
        @media (max-width: 991.98px) {
          .offer-current .product-list__col:nth-child(4) {
            margin-top: 40px;
            display: flex;
            width: calc(100% / 3);
            height: 40px;
            justify-content: center;
            order: 2; }
            .offer-new .offer-current .product-list__col:nth-child(4) {
              height: auto !important;
              order: 1 !important;
              width: 100% !important;
              justify-content: flex-start !important;
              padding: 0 20px;
              border: none !important;
              margin-bottom: 35px; }
              .offer-new .offer-current .product-list__col:nth-child(4) .price {
                white-space: nowrap; } }
      @media (max-width: 991.98px) {
        .offer-current .product-list__col:nth-child(4) input {
          width: 100%; } }
      .offer-current .product-list__col:nth-child(5) {
        width: 15%; }
        @media (max-width: 1199.98px) {
          .offer-current .product-list__col:nth-child(5) {
            width: 11%; } }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(5) {
            width: auto !important; }
            .offer-new .offer-current .product-list__col:nth-child(5) .spin {
              margin-right: 0 !important;
              width: 100px; } }
        @media (max-width: 991.98px) {
          .offer-current .product-list__col:nth-child(5) {
            margin-top: 40px;
            display: flex;
            width: calc(100% / 3);
            height: 40px;
            justify-content: center;
            order: 5;
            border-top: 1px solid #e6e6e6; }
            .offer-new .offer-current .product-list__col:nth-child(5) {
              justify-content: flex-start !important;
              height: auto !important;
              padding: 0 20px;
              margin: 0 !important;
              width: 100% !important;
              margin-bottom: 15px !important;
              order: 2 !important;
              border: none !important; } }
      .offer-current .product-list__col:nth-child(6) {
        width: 5%; }
        @media (min-width: 992px) {
          .offer-new .offer-current .product-list__col:nth-child(6) {
            width: auto !important;
            align-items: center; }
            .offer-new .offer-current .product-list__col:nth-child(6) .summ__count {
              white-space: nowrap; } }
        @media (max-width: 991.98px) {
          .offer-new .offer-current .product-list__col:nth-child(6) {
            position: static !important;
            order: 3 !important;
            margin: 0 !important;
            height: auto !important;
            border: none !important; }
            .offer-new .offer-current .product-list__col:nth-child(6) button {
              position: absolute;
              top: 15px;
              right: 20px; }
            .offer-new .offer-current .product-list__col:nth-child(6) .summ__count {
              white-space: nowrap; } }
      .offer-new .offer-current .product-list__col:nth-child(7) {
        width: 100% !important; }
      @media (max-width: 991px) {
        .offer-new .offer-current .product-list__col:nth-child(7) {
          margin-top: 40px;
          padding: 0 20px;
          position: relative !important;
          order: 1; } }
      @media (max-width: 991px) {
        .offer-new .offer-current .product-list__col:nth-child(8) {
          margin-top: 40px;
          padding: 0 20px;
          padding-bottom: 20px;
          position: relative;
          order: 1;
          width: 100%; } }
      .offer-new .offer-current .product-list__col:nth-child(9) {
        position: static; }
      @media (min-width: 992px) {
        .offer-new .offer-current .product-list__col:nth-child(9) {
          position: absolute;
          top: 50%;
          right: -10px;
          transform: translateX(100%); } }
      .offer-current .product-list__col .description {
        position: absolute;
        top: -25px;
        font-size: 11px;
        color: #777777; }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(1) {
    width: 35%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(1) {
        width: 47%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(1) {
        width: 100%;
        order: 1; } }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(2) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(2) {
        width: 11%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(2) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 3);
        height: 40px;
        justify-content: center;
        order: 3;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(3) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(3) {
        width: 15%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(3) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 3);
        height: 40px;
        justify-content: center;
        order: 4;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(4) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(4) {
        width: 11%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(4) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 3);
        height: 40px;
        justify-content: center;
        order: 2; } }
  @media (max-width: 991.98px) {
    .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(4) input {
      width: 100%; } }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(5) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(5) {
        width: 11%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(5) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 3);
        height: 40px;
        justify-content: center;
        order: 5;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list:not(.product-list--public) .product-list__col:nth-child(6) {
    width: 5%; }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(1) {
    width: 30%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(1) {
        width: 42%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(1) {
        width: 100%;
        order: 1; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(2) {
    width: 10%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(2) {
        width: 10%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(2) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 2);
        height: 40px;
        justify-content: center;
        order: 3;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(3) {
    width: 10%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(3) {
        width: 6%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(3) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 2);
        height: 40px;
        justify-content: center;
        order: 4;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(4) {
    width: 15%; }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(4) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 2);
        height: 40px;
        justify-content: center;
        order: 5;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(5) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(5) {
        width: 11%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(5) {
        margin: 0 calc(100% / 3);
        margin-top: 40px;
        display: flex;
        width: calc(100% / 3);
        height: 40px;
        justify-content: center;
        order: 2; } }
  @media (max-width: 991.98px) {
    .offer-current .product-list.product-list--public .product-list__col:nth-child(5) input {
      width: 100%; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(6) {
    width: 15%; }
    @media (max-width: 1199.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(6) {
        width: 11%; } }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(6) {
        margin-top: 40px;
        display: flex;
        width: calc(100% / 2);
        height: 40px;
        justify-content: center;
        order: 6;
        border-top: 1px solid #e6e6e6; } }
  .offer-current .product-list.product-list--public .product-list__col:nth-child(7) {
    width: 5%; }
    @media (max-width: 991.98px) {
      .offer-current .product-list.product-list--public .product-list__col:nth-child(7) {
        position: static; } }
  .offer-current .product-list__pack {
    margin: 0 0 8px;
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }
  .offer-current .product-list__input {
    padding: 7px 10px;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    border: 1px solid #e3e3e3; }
    .offer-current .product-list__input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 14px;
      color: #8c8c8c; }
    .offer-current .product-list__input::-moz-placeholder {
      font-size: 12px;
      line-height: 14px;
      color: #8c8c8c; }
    .offer-current .product-list__input:-ms-input-placeholder {
      font-size: 12px;
      line-height: 14px;
      color: #8c8c8c; }
    .offer-current .product-list__input::-ms-input-placeholder {
      font-size: 12px;
      line-height: 14px;
      color: #8c8c8c; }
    .offer-current .product-list__input::placeholder {
      font-size: 12px;
      line-height: 14px;
      color: #8c8c8c; }
  .offer-current .offer__total {
    margin-bottom: 90px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #eae7e3; }
    .offer-new .offer-current .offer__total {
      margin-bottom: 30px; }
      @media (max-width: 992px) {
        .offer-new .offer-current .offer__total > p {
          display: none; } }
      .offer-new .offer-current .offer__total.offer__total--mobile {
        display: none;
        border: none; }
        @media (max-width: 992px) {
          .offer-new .offer-current .offer__total.offer__total--mobile {
            display: block !important; }
            .offer-new .offer-current .offer__total.offer__total--mobile > p {
              display: block; } }
    @media (max-width: 1199.98px) {
      .offer-current .offer__total {
        flex-direction: column;
        align-items: flex-start;
        text-align: center; } }
    @media (max-width: 991.98px) {
      .offer-current .offer__total {
        margin-bottom: 0;
        padding: 20px 0 0;
        border: 1px solid #eae7e3;
        border-bottom: none; } }
    .offer-new .offer-current .offer__total .contacts-data {
      flex-direction: row;
      gap: 15px;
      max-width: 400px;
      width: 100%; }
      @media (max-width: 1300px) {
        .offer-new .offer-current .offer__total .contacts-data {
          flex-direction: column;
          align-items: center;
          max-width: 200px; } }
      @media (max-width: 1200px) {
        .offer-new .offer-current .offer__total .contacts-data {
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 992px) {
        .offer-new .offer-current .offer__total .contacts-data {
          display: none; } }
      .offer-new .offer-current .offer__total .contacts-data .contacts-data__input {
        width: 50%; }
        @media (max-width: 1300px) {
          .offer-new .offer-current .offer__total .contacts-data .contacts-data__input {
            width: 100%; } }
    .offer-current .offer__total p {
      margin: 0;
      font-size: 18px;
      font-weight: 700; }
      @media (max-width: 1199.98px) {
        .offer-current .offer__total p {
          width: 100%; } }
      @media (max-width: 991.98px) {
        .offer-current .offer__total p {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          font-size: 13px; } }
      @media (max-width: 991.98px) {
        .offer-current .offer__total p .total--full {
          width: 100%; } }
      .offer-current .offer__total p .total--color {
        color: #8a2b2b; }
      .offer-current .offer__total p .quantity {
        margin: 0 5px 0 10px; }
        @media (max-width: 991.98px) {
          .offer-current .offer__total p .quantity {
            margin: 0 5px 0 0; } }
      .offer-current .offer__total p .summ {
        margin-right: 5px; }
      .offer-current .offer__total p .declension {
        margin-right: 5px; }
    .offer-current .offer__total .total__options {
      display: flex; }
      .offer-current .offer__total .total__options .offer__logout {
        display: none;
        height: 60px;
        justify-content: center;
        border-top: 1px solid #eae7e3;
        border-bottom: 1px solid #eae7e3; }
        @media (max-width: 991.98px) {
          .offer-current .offer__total .total__options .offer__logout {
            display: flex;
            font-size: 11px; } }
      @media (max-width: 1199.98px) {
        .offer-current .offer__total .total__options {
          margin-top: 20px;
          padding-left: 10px;
          width: 100%;
          justify-content: space-between; } }
      @media (max-width: 991.98px) {
        .offer-current .offer__total .total__options {
          padding-left: 0;
          flex-direction: column; } }
      .offer-current .offer__total .total__options button {
        position: relative;
        margin: 0 65px 0 20px;
        font-family: 'Wix Madefor Display', sans-serif;
        font-size: 13px;
        letter-spacing: 1px;
        text-transform: uppercase;
        color: #3d3a3b;
        background: none;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }
        @media (max-width: 1199.98px) {
          .offer-current .offer__total .total__options button {
            margin: 0 0 0 20px; } }
        @media (max-width: 991.98px) {
          .offer-current .offer__total .total__options button {
            margin: 0;
            display: flex;
            width: 100%;
            height: 60px;
            justify-content: center;
            align-items: center;
            font-size: 11px;
            border-top: 1px solid #eae7e3;
            border-bottom: none; } }
      .offer-current .offer__total .total__options button.disabled {
        display: none; }
      .offer-current .offer__total .total__options button:last-child {
        margin-right: 0; }
        @media (max-width: 991.98px) {
          .offer-current .offer__total .total__options button:last-child {
            border-bottom: 1px solid #eae7e3; } }
      .offer-current .offer__total .total__options button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto;
        width: 21px;
        height: 100%;
        content: '';
        background-size: 83%; }
        @media (max-width: 991.98px) {
          .offer-current .offer__total .total__options button:before {
            position: static;
            margin: 0 5px 0 0;
            display: block;
            height: 25px; } }
      .offer-current .offer__total .total__options .save:before {
        background-image: url("/local/templates/joia/layout/public/css/../img/icon-download.svg");
        background-repeat: no-repeat;
        background-position: left center; }
      .offer-current .offer__total .total__options .format:before {
        background-image: url("/local/templates/joia/layout/public/css/../img/icon-setup.svg");
        background-repeat: no-repeat;
        background-position: left center; }
      .offer-current .offer__total .total__options .return:before {
        background-image: url("/local/templates/joia/layout/public/css/../img/return.png");
        background-repeat: no-repeat;
        background-position: left center; }
      .offer-current .offer__total .total__options .return {
        display: none; }
      .offer-current .offer__total .total__options .clear:before {
        left: -20px;
        background-image: url("/local/templates/joia/layout/public/css/../img/close.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: initial; }
      .offer-current .offer__total .total__options .color {
        color: #8a2b2b; }
  .offer-current .product__desc img {
    width: 100%;
    max-height: 80px;
    -o-object-fit: cover;
       object-fit: cover; }
  .offer-current .product__desc > a {
    height: 80px;
    background: rgba(0, 0, 0, 0.1); }
    @media (max-width: 991.98px) {
      .offer-current .product__desc > a {
        overflow: hidden;
        width: 60px;
        height: 80px;
        border: 1px solid rgba(0, 0, 0, 0.1); } }
  .offer-current .product__desc .name {
    font-size: 18px;
    line-height: 120%;
    color: black; }
    @media (max-width: 767.98px) {
      .offer-current .product__desc .name {
        font-size: 13px; } }
  .offer-current .product__desc .sub {
    font-weight: 300;
    color: #878787; }
    @media (max-width: 991.98px) {
      .offer-current .product__desc .sub {
        margin-top: 10px;
        font-size: 11px; } }
  .offer-current .product__desc .checker {
    margin-top: 9px; }
  .offer-current .product__desc .desc__part {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 767.98px) {
      .offer-current .product__desc .desc__part {
        padding: 0 20px 0 0;
        width: 70%; } }
  .offer-current .modal-discount {
    position: absolute;
    z-index: 1;
    top: -10px;
    padding: 30px;
    display: flex;
    width: 500px;
    flex-direction: column;
    background: white;
    border-radius: 3px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition-duration: .3s;
    transition-timing-function: ease; }
    @media (max-width: 1199.98px) {
      .offer-current .modal-discount {
        top: -75px; } }
    @media (max-width: 767.98px) {
      .offer-current .modal-discount {
        top: -178px;
        width: 100%; } }
    @media (max-width: 575.98px) {
      .offer-current .modal-discount {
        margin-left: 17px;
        padding: 20px;
        width: calc(100% - 34px); } }
    .offer-current .modal-discount__title {
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 18px;
      font-weight: bold; }
      @media (max-width: 575.98px) {
        .offer-current .modal-discount__title {
          font-size: 15px; } }
    .offer-current .modal-discount .discount__list {
      margin: 30px 0;
      display: grid;
      width: 100%;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 20px; }
      @media (max-width: 991.98px) {
        .offer-current .modal-discount .discount__list {
          grid-template-columns: initial; } }
    .offer-current .modal-discount .discount__item {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 575.98px) {
        .offer-current .modal-discount .discount__item {
          width: 100%; } }
      .offer-current .modal-discount .discount__item .text {
        font-size: 14px; }
        @media (max-width: 575.98px) {
          .offer-current .modal-discount .discount__item .text {
            font-size: 12px; } }
      .offer-current .modal-discount .discount__item input {
        display: flex;
        width: 50px;
        height: 40px;
        font-size: 13px;
        text-align: center;
        border: 1px solid #e6e6e6; }
        @media (max-width: 575.98px) {
          .offer-current .modal-discount .discount__item input {
            width: 70px; } }
      @media (min-width: 576px) {
        .offer-current .modal-discount .discount__item:nth-last-child(2) {
          margin-bottom: 0; } }
      .offer-current .modal-discount .discount__item:last-child {
        margin-bottom: 0; }
    .offer-current .modal-discount .modal__btn {
      align-self: flex-end; }
      @media (max-width: 575.98px) {
        .offer-current .modal-discount .modal__btn {
          width: 100%; } }
    .offer-current .modal-discount--active {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .offer-current .product-list__message {
    padding: 40px 0; }

.product-list__input-length {
  position: relative; }
  .product-list__input-length input {
    padding-right: 50px !important; }
  .product-list__input-length .product-list__input-count {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    font-size: 11px; }

.offer-saved {
  width: 100%; }
  .offer-saved .title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .offer-saved .title {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .offer-saved .title {
        display: none; } }
  .offer-saved__list {
    margin: 30px 0 90px;
    width: 100%; }
    @media (max-width: 991.98px) {
      .offer-saved__list {
        margin: 30px 0 20px; } }
  .offer-saved__item {
    display: flex;
    height: 75px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e6e6e6; }
    @media (max-width: 1440px) {
      .offer-saved__item {
        padding: 14px 0;
        height: auto;
        flex-direction: column; } }
    @media (max-width: 991.98px) {
      .offer-saved__item {
        position: relative;
        margin-top: 20px;
        padding: 0;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6; } }
    @media (max-width: 575.98px) {
      .offer-saved__item {
        border-left: none;
        border-right: none; } }
    .offer-saved__item:last-child {
      border-bottom: 1px solid #e6e6e6; }
    .offer-saved__item .head {
      display: flex;
      align-items: center; }
      @media (max-width: 1440px) {
        .offer-saved__item .head {
          margin-right: auto; } }
      @media (max-width: 991.98px) {
        .offer-saved__item .head {
          margin-right: 0;
          padding: 25px;
          width: 100%;
          flex-direction: column;
          align-items: flex-start; } }
      .offer-saved__item .head .date {
        margin-right: 20px;
        width: 70px;
        flex-shrink: 0;
        font-size: 12px;
        color: #878787; }
      .offer-saved__item .head .name {
        font-size: 18px;
        font-weight: 600; }
        @media (max-width: 991.98px) {
          .offer-saved__item .head .name {
            margin-top: 10px; } }
  .offer-saved .options {
    display: flex;
    align-items: center;
    flex-shrink: 0; }
    @media (max-width: 1440px) {
      .offer-saved .options {
        margin-left: auto; } }
    @media (max-width: 991.98px) {
      .offer-saved .options {
        margin-left: 0;
        width: 100%;
        flex-direction: column; } }
    .offer-saved .options .remove {
      position: relative;
      margin: 0;
      width: 20px;
      height: 20px;
      background: #d4d4d4;
      border-radius: 100%; }
      .offer-saved .options .remove:before, .offer-saved .options .remove:after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 50%;
        height: 2px;
        content: '';
        background: white;
        border-radius: 3px; }
      .offer-saved .options .remove:after {
        transform: rotate(-45deg); }
      .offer-saved .options .remove:before {
        transform: rotate(45deg); }
      @media (max-width: 991.98px) {
        .offer-saved .options .remove {
          position: absolute;
          top: 15px;
          right: 0;
          padding: 0; } }
      .offer-saved .options .remove .offer-popup {
        right: 0;
        bottom: -65px;
        left: initial; }
    .offer-saved .options button {
      position: relative;
      margin: 0 48px 0 10px;
      align-items: center;
      flex-shrink: 0;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 12px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #8a2b2b;
      background: none;
      border: none;
      outline: none;
      cursor: pointer; }
      @media (max-width: 991.98px) {
        .offer-saved .options button {
          margin: 0;
          padding: 20px;
          display: flex;
          width: 100%;
          white-space: nowrap;
          text-overflow: ellipsis;
          border-top: 1px solid #eae7e3; } }
      .offer-saved .options button:last-child {
        margin-right: 22px; }
      .offer-saved .options button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25px;
        margin: auto;
        width: 20px;
        height: 100%;
        content: '';
        background-size: 83%; }
        @media (max-width: 991.98px) {
          .offer-saved .options button:before {
            position: static;
            margin: 0 5px 0 0;
            display: block;
            height: 20px; } }
    .offer-saved .options .accepted:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/accepted.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-saved .options .public__item {
      display: flex;
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      font-weight: 500;
      text-align: left;
      text-transform: initial; }
      .offer-saved .options .public__item:not(:last-child) {
        margin-bottom: 10px; }
    .offer-saved .options .public:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/eye-off.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-saved .options .public.on:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/eye-on.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-saved .options .download:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/icon-download.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-saved .options .download__item {
      margin-bottom: 10px;
      display: flex; }
      .offer-saved .options .download__item:last-child {
        margin-bottom: 0; }
    .offer-saved .options .download .color {
      margin-right: 5px;
      text-align: left; }
    .offer-saved .options .download span {
      font-family: 'Roboto', sans-serif;
      font-size: 11px;
      font-weight: 500;
      text-transform: initial; }
    .offer-saved .options .download .file-size {
      text-transform: initial;
      color: #878787; }
    .offer-saved .options .edit:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/icon-edit.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-saved .options .format:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/icon-setup.svg");
      background-repeat: no-repeat;
      background-position: left center; }

.offer-popup {
  position: absolute;
  z-index: 1;
  right: -100%;
  margin: auto;
  padding: 12px 15px;
  display: flex;
  visibility: hidden;
  min-width: 170px;
  flex-direction: column;
  opacity: 0;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  transition-duration: .3s;
  transition-timing-function: ease;
  transform: translateY(30px); }
  @media (max-width: 991.98px) {
    .offer-popup {
      right: initial;
      bottom: -40px;
      left: 13px;
      max-width: 220px; } }
  .offer-popup--active {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px); }
  .offer-popup b {
    text-align: left;
    text-transform: initial;
    color: rgba(0, 0, 0, 0.8); }
  .offer-popup__buttons {
    margin-top: 10px;
    display: flex;
    justify-content: space-between; }

.btn-popup {
  position: relative; }
  .btn-popup.is-active .offer-popup {
    visibility: visible;
    opacity: 1;
    transform: translateY(20px); }

.offer-template {
  width: 100%; }
  .offer-template__area {
    margin-top: 30px; }
  .offer-template .title {
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 24px;
    font-weight: 700; }
    @media (max-width: 991.98px) {
      .offer-template .title {
        text-align: center; } }
    @media (max-width: 767.98px) {
      .offer-template .title {
        display: none; } }
  .offer-template__item {
    margin-bottom: 10px;
    padding: 30px;
    background: #f2f2f2; }
    @media (max-width: 575.98px) {
      .offer-template__item {
        padding: 20px 15px; } }
    .offer-template__item:last-child {
      margin-bottom: 0; }
    .offer-template__item .item__field {
      margin-bottom: 20px; }
      .offer-template__item .item__field:last-child {
        margin-bottom: 0; }
    .offer-template__item .item__title {
      margin-right: 20px;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 18px; }
    .offer-template__item input,
    .offer-template__item textarea {
      padding: 0 20px;
      width: 55%;
      height: 40px;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 13px;
      border: none;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }
      @media (max-width: 767.98px) {
        .offer-template__item input,
        .offer-template__item textarea {
          width: 100%; } }
      @media (max-width: 575.98px) {
        .offer-template__item input,
        .offer-template__item textarea {
          padding: 0 10px; } }
    .offer-template__item textarea {
      padding-top: 15px;
      padding-bottom: 15px;
      height: 130px; }
    .offer-template__item .field__head {
      margin-bottom: 12px;
      display: flex;
      align-items: center; }
      @media (max-width: 575.98px) {
        .offer-template__item .field__head {
          flex-direction: column;
          align-items: flex-start; } }
      .offer-template__item .field__head .title {
        display: inline-block;
        font-size: 15px;
        font-weight: 300;
        text-align: left; }
        @media (max-width: 767.98px) {
          .offer-template__item .field__head .title {
            font-size: 13px; } }
      .offer-template__item .field__head .limite {
        margin-left: 8px;
        font-size: 13px;
        color: #878787;
        transition-duration: .5s; }
        @media (max-width: 767.98px) {
          .offer-template__item .field__head .limite {
            font-size: 11px; } }
        @media (max-width: 575.98px) {
          .offer-template__item .field__head .limite {
            margin-left: 0; } }
        .offer-template__item .field__head .limite span {
          margin-right: 3px; }
        .offer-template__item .field__head .limite--zero {
          color: #b6387b; }
  .offer-template .save-panel {
    padding: 30px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #eae7e3; }
    @media (max-width: 767.98px) {
      .offer-template .save-panel {
        border: none; } }
    .offer-template .save-panel button {
      position: relative;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #8a2b2b;
      background: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }
      .offer-template .save-panel button:after {
        content: attr(data-default); }
      .offer-template .save-panel button:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto;
        width: 25px;
        height: 100%;
        content: '';
        background: url("/local/templates/joia/layout/public/css/../img/save.png");
        background-repeat: no-repeat;
        background-position: left center; }
      .offer-template .save-panel button.is-active {
        pointer-events: none;
        color: green; }
        .offer-template .save-panel button.is-active:before {
          display: none; }
        .offer-template .save-panel button.is-active:after {
          content: attr(data-active); }

.offer-format {
  overflow: hidden;
  width: 100%; }
  .offer-format .tmp-buttons {
    display: flex; }
    @media (max-width: 991.98px) {
      .offer-format .tmp-buttons {
        margin-top: 10px; } }
  .offer-format .offer-template__area {
    margin: 0;
    width: 100%; }
    .offer-format .offer-template__area input,
    .offer-format .offer-template__area textarea {
      width: 65%; }
      @media (max-width: 1199.98px) {
        .offer-format .offer-template__area input,
        .offer-format .offer-template__area textarea {
          width: 100%; } }
  .offer-format .offer-format__default-input {
    width: 100%; }
    @media (max-width: 768px) {
      .offer-format .offer-format__default-input {
        padding: 10px 15px; } }
    .offer-format .offer-format__default-input .title {
      font-size: 15px;
      margin-bottom: 12px; }
    .offer-format .offer-format__default-input input {
      padding: 0 20px;
      width: 55%;
      height: 40px;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 13px;
      border: none;
      border: 1px solid rgba(0, 0, 0, 0.2); }
      @media (max-width: 1200px) {
        .offer-format .offer-format__default-input input {
          width: 100%; } }
  @media (max-width: 991.98px) {
    .offer-format__back {
      width: 100%; } }
  @media (max-width: 991.98px) {
    .offer-format__options {
      width: 100%; } }
  .offer-format__total {
    margin-top: 40px;
    padding: 30px 20px 30px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #eae7e3; }
    @media (max-width: 991.98px) {
      .offer-format__total {
        margin: 0;
        padding: 0;
        flex-direction: column;
        border: 1px solid #eae7e3;
        border-top: none;
        border-bottom: none; } }
    .offer-format__total a {
      position: relative;
      margin: 0 40px 0 20px;
      font-family: 'Wix Madefor Display', sans-serif;
      font-size: 13px;
      letter-spacing: 1px;
      text-transform: uppercase;
      color: #3d3a3b;
      background: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5); }
      @media (max-width: 1199.98px) {
        .offer-format__total a {
          margin: 0 0 0 20px;
          font-size: 11px; } }
      @media (max-width: 991.98px) {
        .offer-format__total a {
          margin: 0;
          display: flex;
          width: 100%;
          height: 60px;
          justify-content: center;
          align-items: center;
          font-size: 11px;
          border-top: 1px solid #eae7e3;
          border-bottom: none; } }
      .offer-format__total a:last-child {
        margin-right: 0; }
      .offer-format__total a:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -30px;
        margin: auto;
        width: 21px;
        height: 100%;
        content: '';
        background-size: 83%; }
        @media (max-width: 991.98px) {
          .offer-format__total a:before {
            position: static;
            margin: 0 5px 0 0;
            display: block;
            height: 25px; } }
    .offer-format__total .save:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/icon-download.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-format__total .return:before {
      background-image: url("/local/templates/joia/layout/public/css/../img/icon-return.svg");
      background-repeat: no-repeat;
      background-position: left center; }
    .offer-format__total .color {
      color: #8a2b2b; }
  .offer-format .checker .text {
    font-family: 'Wix Madefor Display', sans-serif;
    color: #323232; }
  .offer-format .checker input {
    width: auto;
    height: auto; }
  .offer-format .check-group {
    display: flex; }
    .offer-format .check-group .checker:not(:last-child) {
      margin-right: 30px; }
  .offer-format .check-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .offer-format .check-list .checker {
      margin-bottom: 10px;
      width: calc(100% / 3); }
      @media (max-width: 1199.98px) {
        .offer-format .check-list .checker {
          width: calc(100% / 2); } }
      @media (max-width: 767.98px) {
        .offer-format .check-list .checker {
          width: 100%; } }
  .offer-format .intermediate {
    margin: 20px 0; }
    .offer-format .intermediate .text {
      font-family: 'Wix Madefor Display', sans-serif;
      color: #323232; }
    @media (max-width: 767.98px) {
      .offer-format .intermediate {
        margin: 0 15px; } }
  .offer-format .format-btn {
    display: flex;
    align-items: center;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #8a2b2b;
    background: none; }
    .offer-format .format-btn:first-child {
      margin-right: 20px; }
    @media (max-width: 767.98px) {
      .offer-format .format-btn {
        font-size: 12px; } }
    .offer-format .format-btn .icon {
      margin-right: 10px;
      width: 15px;
      height: 15px;
      background-size: 100%; }
      @media (max-width: 767.98px) {
        .offer-format .format-btn .icon {
          margin-right: 6px; } }
    .offer-format .format-btn--custom-template .icon {
      background-image: url("/local/templates/joia/layout/public/css/../img/mine-btn.svg");
      background-repeat: no-repeat; }
    .offer-format .format-btn--joia .icon {
      background-image: url("/local/templates/joia/layout/public/css/../img/joia-btn.svg");
      background-repeat: no-repeat; }
  .offer-format .head-part {
    margin-bottom: 15px;
    display: flex;
    align-items: center; }
    .offer-format .head-part .format-btn {
      margin-left: 15px; }
    .offer-format .head-part .item__title {
      margin-bottom: 0; }
  .offer-format .input-part {
    display: flex;
    align-items: center; }
    @media (max-width: 1199.98px) {
      .offer-format .input-part {
        flex-direction: column;
        align-items: flex-start; } }
    .offer-format .input-part .tmp-buttons {
      margin-left: 20px;
      display: flex;
      width: 35%; }
      @media (max-width: 1199.98px) {
        .offer-format .input-part .tmp-buttons {
          margin: 10px 5px 20px;
          width: 100%;
          justify-content: flex-start; } }
      .offer-format .input-part .tmp-buttons .format-btn {
        display: none; }
        @media (max-width: 1199.98px) {
          .offer-format .input-part .tmp-buttons .format-btn {
            margin-right: 30px; } }
        .offer-format .input-part .tmp-buttons .format-btn.is-active {
          display: flex; }

.modal.is-active .offer-format {
  overflow: initial; }

.offer-template__head {
  margin-bottom: 15px;
  display: flex;
  align-items: center; }
  @media (max-width: 991.98px) {
    .offer-template__head {
      display: block; } }

.pdf-template {
  padding: 20px 0;
  display: none;
  background: rgba(0, 0, 0, 0.1); }
  @media print {
    .pdf-template {
      display: block; } }

.pdf-template__page {
  position: relative;
  margin: 20px auto;
  width: 210mm;
  height: 297mm;
  background-color: white; }
  .pdf-template__page a {
    text-decoration: none; }

.pdf-template__header,
.pdf-template__footer {
  padding: 0 20px;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: space-between;
  align-items: center; }

.pdf-template__header {
  border-bottom: 1px solid #e6e6e6; }

.pdf-template__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
  border-top: 1px solid #e6e6e6; }
  .pdf-template__footer span {
    font-size: 14px; }

.pdf-template__content {
  padding: 20px; }

.pdf-template__brand-photo {
  margin-bottom: 15px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e6e6e6; }

.pdf-template__brand-description {
  font-size: 16px; }
  .pdf-template__brand-description p,
  .pdf-template__brand-description b {
    margin-bottom: 10px;
    display: inline-block; }

.pdf-template__brand-header {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between; }
  .pdf-template__brand-header .title {
    overflow: hidden;
    max-width: 80%;
    font-size: 30px;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .pdf-template__brand-header .brand {
    padding: 10px;
    border: 1px solid #e6e6e6; }

.catalog-section.is-empty .catalog-section__aside {
  display: none; }

.catalog-section.is-empty .catalog-section__content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%; }

@media (min-width: 1201px) {
  .catalog-section.is-empty .card {
    width: 20%; } }

@media (max-width: 900px) {
  .catalog-section .btn_reset {
    margin-top: 20px; } }

.catalog-section__content {
  position: relative; }
  .catalog-section__content .preloader {
    z-index: 2;
    padding-top: 20vh;
    align-items: initial;
    transition-duration: .4s;
    transition-delay: 0s; }
  .catalog-section__content:not(.is-loading) .preloader {
    opacity: 0;
    pointer-events: none;
    transition-delay: 0s; }

.catalog-section__chips {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  grid-gap: 10px; }
  @media (max-width: 900px) {
    .catalog-section__chips {
      display: none; } }

.catalog-section__chip {
  padding: 5px 10px;
  display: flex;
  align-items: center;
  font-size: 12px;
  color: white;
  background-color: #8a2b2b;
  border-radius: 4px;
  grid-gap: 7px; }
  .catalog-section__chip br {
    display: none; }

.catalog-section__chip-button {
  position: relative;
  width: 8px;
  height: 8px;
  background: none; }
  .catalog-section__chip-button:before, .catalog-section__chip-button:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '';
    background-color: white; }
  .catalog-section__chip-button:before {
    transform: rotate(45deg); }
  .catalog-section__chip-button:after {
    transform: rotate(-45deg); }

.delivery-content {
  display: none; }
  .delivery-content.is-active {
    display: block; }

.certificate {
  display: grid;
  min-height: 100vh;
  grid-template-columns: minmax(550px, 4fr) 8fr; }
  @media (max-width: 991.98px) {
    .certificate {
      grid-template-columns: initial;
      margin: -55px 0; } }

.certificate__part {
  padding: 10vh 50px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 991.98px) {
    .certificate__part {
      padding: 0 25px; } }

.certificate__content {
  padding-top: 20vh;
  align-items: baseline;
  background-color: #f4f1ed; }
  @media (max-width: 991.98px) {
    .certificate__content {
      padding-top: 5vh; } }

.certificate__aside {
  z-index: 1;
  min-width: 550px;
  align-items: flex-end;
  text-align: right;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.06); }
  .certificate__aside .logo {
    width: 150px;
    max-width: 150px; }
    .certificate__aside .logo img {
      width: 100%; }
  .certificate__aside .btn {
    margin-top: 20px; }
  @media (max-width: 991.98px) {
    .certificate__aside {
      display: none; } }

.certificate__aside-title {
  margin-top: 60px;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500; }
  .certificate__aside-title span {
    color: #9d3862; }

.certificate__aside-description {
  margin-top: 25px;
  max-width: 80%;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6); }

.certificate__aside-link {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500; }
  .certificate__aside-link span {
    font-size: 16px;
    font-weight: 400; }

.certificate__title {
  font-size: 30px;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .certificate__title {
      font-size: 25px;
      font-weight: 500; } }

.certificate__form {
  margin-top: 20px;
  width: 100%; }
  @media (max-width: 575.98px) {
    .certificate__form {
      margin-top: 10px; } }
  .certificate__form .search__input {
    padding-left: 20px;
    height: 55px;
    font-size: 16px;
    letter-spacing: .02em; }
    @media (max-width: 991.98px) {
      .certificate__form .search__input {
        padding-right: 15px;
        padding-left: 15px;
        overflow: hidden;
        height: 50px;
        font-size: 14px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 3px; } }
    @media (max-width: 575.98px) {
      .certificate__form .search__input {
        font-size: 12px; } }

.certificate__btn {
  margin-top: 30px;
  padding: 10px 20px;
  color: white;
  background-color: #9d3862;
  border: 2px solid transparent;
  border-radius: 3px; }
  .certificate__btn:hover {
    color: #9d3862;
    background-color: transparent;
    border: 2px solid #9d3862; }
  @media (max-width: 991.98px) {
    .certificate__btn {
      margin-top: 20px;
      margin-bottom: 20px;
      width: 100%; } }

.certificate__result {
  margin-top: 30px;
  padding: 20px;
  display: grid;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  grid-gap: 10px; }
  .certificate__result p {
    margin-bottom: 0; }
    .certificate__result p span {
      font-weight: 500;
      color: #9d3862; }
  @media (max-width: 991.98px) {
    .certificate__result {
      margin-bottom: 30px;
      width: 100%; } }

.certificate__back {
  width: 100%; }
  @media (min-width: 768px) {
    .certificate__back {
      display: none; } }

.winemood {
  background: linear-gradient(to right, #ffffff 0%, #ffffff 49%, #fbfbfb 49.1%, #fbfbfb 100%); }
  @media screen and (max-width: 1000px) {
    .winemood.winemood--promo .winemood__item-title {
      top: 56px; } }
  .winemood.winemood--promo .winemood-slider__item-name img {
    display: none; }
  @media screen and (max-width: 1000px) {
    .winemood.winemood--promo .winemood-categories {
      display: none; } }
  @media screen and (max-width: 1000px) {
    .winemood--is-slider .winemood__info-slider {
      padding-bottom: 48px; } }
  .winemood--is-slider .winemood-slider__arrow:not(.swiper-button-lock) {
    opacity: 1;
    pointer-events: auto; }

.winemood__container {
  position: relative;
  padding: 0; }

.winemood__wine-picture {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  width: 108px;
  flex-direction: column;
  justify-content: center;
  transition: 300ms;
  transform: translateX(-50%); }

.winemood__wine-picture-img {
  width: auto;
  max-width: 100%;
  max-height: 416px;
  transition: all .8s;
  -o-object-fit: contain;
     object-fit: contain; }

.winemood__block {
  display: flex;
  flex-wrap: wrap; }

.winemood__info {
  width: 50%; }
  .winemood__info .winemood__info-slider-prev,
  .winemood__info .winemood__info-slider-next {
    display: none !important; }

.winemood__info-slider {
  position: relative;
  padding-bottom: 95%;
  overflow: hidden;
  width: 100%;
  height: 0; }

.winemood__info-slider-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%; }

.winemood__slider {
  position: relative;
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  background: url(/local/templates/joia/layout/public/css/../img/winemood_bg-nav.png) no-repeat -10px center;
  background-size: 279px auto; }

.winemood__photo-block {
  position: relative;
  width: 100%;
  height: 100%; }

.winemood__photo-block:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(0, 0, 0, 0.2); }

.winemood__photo-block:after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  content: '';
  background: linear-gradient(to bottom, rgba(3, 3, 3, 0) 0%, rgba(3, 3, 3, 0.5) 100%); }

.winemood__photo {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.winemood__item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  flex-shrink: 0; }

.winemood__item-category {
  display: none; }

.winemood__item-title {
  position: absolute;
  z-index: 5;
  top: 30px;
  right: 90px;
  left: 90px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  color: #ffffff; }

.winemood__item-text {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 10px 51px 20px 90px;
  display: flex;
  width: 100%;
  min-height: 170px;
  align-items: center;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #ffffff;
  align-content: center; }

.winemood__item-text p {
  margin: 0;
  padding: 0; }

.winemood__item-text-link {
  margin-top: 7px !important;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 400;
  text-decoration: underline;
  color: #ffffff; }

.winemood__item-text-link a {
  color: #ffffff; }

.winemood-slider {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: content-box !important; }

.winemood__slider-wrap {
  padding-left: 27%;
  padding-left: 228px; }

.winemood-slider__item {
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  width: 100% !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  opacity: 0;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  transition: all .5s;
  cursor: pointer; }

.winemood-slider__item.swiper-slide-active {
  padding-left: 95px;
  opacity: 1; }

.winemood-slider__item.swiper-slide-prev,
.winemood-slider__item.swiper-slide-next {
  padding-left: 84px;
  opacity: .75; }

.winemood-slider__item.swiper-slide-prev-prev,
.winemood-slider__item.swiper-slide-next-next {
  padding-left: 57px;
  opacity: .3; }

.winemood-slider__item.swiper-slide-prev-prev-prev,
.winemood-slider__item.swiper-slide-next-next-next {
  padding-left: 0;
  opacity: .15; }

.winemood-slider__item-name {
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
  pointer-events: none;
  color: #3d3a3b; }
  .winemood-slider__item-name img {
    margin-left: 20px;
    display: block;
    opacity: 0;
    transition: 300ms; }
    .winemood-slider__item-name img .no-transition {
      transition: none; }
  .winemood-slider__item-name span {
    overflow: hidden;
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis; }

.winemood-slider__item.swiper-slide-active .winemood-slider__item-name {
  pointer-events: auto;
  color: #9a1523; }
  .winemood-slider__item.swiper-slide-active .winemood-slider__item-name img {
    opacity: 1; }

/* .winemood-slider .slick-list {
  background: pink;
} */
.winemood-categories {
  position: absolute;
  top: 41px;
  left: 40px; }

.winemood-categories__tags {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center; }

.winemood-categories__tag {
  padding: 8px 16px;
  box-sizing: border-box;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  color: #646262;
  border: 1px solid #e7e7e7;
  border-radius: 26px; }

.winemood-categories__tag-delimer {
  margin-right: 13px;
  margin-left: 13px;
  width: 1px;
  height: 24px;
  background: #e7e7e7;
  transform: rotate(30deg); }

.winemood-slider__arrow {
  position: relative;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  /* position  : absolute;
  left      : 85px; */
  background: transparent;
  transition: 300ms ease; }

.winemood-slider__arrows-bg {
  position: absolute;
  top: 15%;
  left: 0;
  width: 32.5%; }

.winemood-slider__arrows-block {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 95px;
  display: flex;
  width: 100%;
  height: 413px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  transform: translateY(-50%); }

.winemood-slider__arrow--prev {
  /* top: 23%; */
  /* top: 185px; */ }

.winemood-slider__arrow--next {
  /* top: 72%; */
  /* bottom: 23%; */
  /* bottom: 185px; */ }

@media screen and (max-width: 1600px) {
  .winemood__slider {
    background-size: 240px auto; }
  .winemood__slider-wrap {
    padding-left: 150px; }
  .winemood-slider__item {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px; }
  .winemood-slider__arrows-block {
    padding-left: 78px;
    height: 364px; }
  .winemood__wine-picture-img {
    max-height: 330px; } }

@media screen and (max-width: 1280px) {
  .winemood__item-title {
    right: 40px;
    left: 40px; }
  .winemood__slider {
    background-size: 146px auto; }
  .winemood__slider-wrap {
    padding-left: 75px; }
  .winemood-slider__item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 21px; }
  .winemood-slider__arrows-block {
    padding-left: 32px;
    height: 240px; }
  .winemood__wine-picture {
    display: none; }
  .winemood__item-text {
    padding-right: 30px;
    padding-left: 30px; } }

@media screen and (max-width: 1000px) {
  .winemood {
    background: #fbfbfb; }
  .winemood__item-category {
    position: absolute;
    z-index: 5;
    top: 24px;
    left: 220px;
    padding-left: 18px;
    display: block;
    font-family: 'Wix Madefor Display', sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff; }
    .winemood__item-category:hover {
      color: #fff; }
    .winemood__item-category svg {
      position: absolute;
      top: calc(50% - 4px);
      left: 0;
      width: 12px;
      height: 8px; }
      .winemood__item-category svg path {
        fill: #fff; }
  .winemood__item-title {
    left: 220px; }
  .winemood__item-text {
    padding-left: 220px; }
  .winemood__info {
    width: 100%; }
    .winemood__info .winemood__info-slider-prev,
    .winemood__info .winemood__info-slider-next {
      position: absolute;
      bottom: 4px;
      display: block !important;
      width: 44px;
      height: 44px;
      text-indent: -9999px;
      background-color: transparent; }
      .winemood__info .winemood__info-slider-prev:after,
      .winemood__info .winemood__info-slider-next:after {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        text-indent: initial;
        letter-spacing: normal;
        color: #3d3a3b; }
    .winemood__info .winemood__info-slider-next {
      left: 50%; }
      .winemood__info .winemood__info-slider-next:after {
        content: '\2192'; }
    .winemood__info .winemood__info-slider-prev {
      right: 50%; }
      .winemood__info .winemood__info-slider-prev:after {
        content: '\2190'; }
  .winemood__info-slider.swiper--inited {
    padding-bottom: calc(100% + 48px); }
    .winemood__info-slider.swiper--inited .winemood__info-slider-wrapper {
      height: calc(100% - 48px); }
  .winemood__slider {
    display: contents; }
  .winemood__slider-wrap {
    display: none; }
  .winemood__wine-picture {
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -280px;
    display: block;
    width: 440px;
    height: 440px;
    background-color: #fff;
    border-radius: 100%;
    transform: translate(0, -50%); }
  .winemood__wine-picture-img {
    position: absolute;
    top: 50%;
    left: calc(50% + 80px);
    display: block;
    height: 240px;
    transform: translateY(-50%); } }

@media screen and (max-width: 670px) {
  .winemood__item-category {
    left: 96px; }
  .winemood__item-text {
    padding: 10px 20px 10px 96px;
    min-height: 100px;
    font-size: 14px; }
  .winemood__item-title {
    right: 20px;
    left: 96px;
    font-size: 28px; }
  .winemood__wine-picture {
    left: -140px;
    width: 220px;
    height: 220px; }
  .winemood__wine-picture-img {
    left: calc(50% + 40px);
    height: 128px; }
  .winemood-categories {
    top: 30px;
    left: 20px; } }

.cabinet-favorite--winemood {
  margin-top: 0; }

.cabinet-favorite--basket .card-favorite-best {
  width: 40%; }

.card-favorite-best {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-content: center;
  align-items: center; }

.card-favorite-best__row {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center; }

.card-favorite-best__col {
  width: 50%; }

.card-favorite-best__col--info {
  width: 60%; }

.card-favorite-best__col--photo {
  width: 40%; }

.card-favorite-best .card__row {
  position: relative;
  bottom: auto;
  left: auto; }

.card-favorite-best .card__img {
  padding: 0;
  height: 415px; }

.card-favorite-best .card__img img {
  -o-object-fit: cover;
     object-fit: cover; }

.card-favorite-best .card__title {
  padding-right: 0;
  padding-left: 0; }

.card-favorite-best__wrap {
  padding-left: 45px; }

.card-favorite-best__label {
  margin-bottom: 36px;
  padding: 4px 12px;
  display: inline-flex;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1.54;
  color: #9a1523;
  border: 1px solid #9a1523;
  border-radius: 14px; }

.card-favorite-best .card__prod {
  text-align: left; }

.card-favorite-best .card__title {
  padding-bottom: 19px;
  font-size: 24px;
  line-height: 1.4; }

.card-favorite-best .card__title-wrapper {
  margin-top: 10px; }

.card-favorite-best .card__price {
  justify-content: flex-start; }

@media screen and (max-width: 1200px) {
  .card-favorite-best {
    width: 100% !important; } }

@media screen and (max-width: 670px) {
  .card-favorite-best__wrap {
    padding-left: 0; }
  .card-favorite-best__label {
    margin-bottom: 15px; }
  .card-favorite-best .card__title {
    font-size: 18px; }
  .card-favorite-best .card__img {
    height: 300px; }
  .basket-title--winemood {
    padding-bottom: 0; } }

.winemood-promo-text {
  position: absolute;
  top: 67px;
  left: 139px; }

.winemood-promo-text__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center; }

.winemood-promo-text__title {
  margin: 0;
  padding: 0;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #323232; }

.winemood-promo-text__link-block {
  margin-left: 28px; }

.winemood-promo-text__link {
  font-size: 11px;
  line-height: 1.45;
  text-decoration: underline;
  color: #646262; }

@media screen and (max-width: 1280px) {
  .winemood-promo-text {
    top: 30px;
    left: 75px; } }

@media screen and (max-width: 1000px) {
  .winemood-promo-text {
    top: 50px;
    left: 40px; } }

@media screen and (max-width: 670px) {
  .winemood-promo-text {
    top: 40px;
    left: 20px; }
  .winemood-promo-text__title {
    font-size: 18px; }
  .winemood-promo-text__link-block {
    margin-left: 15px; } }

@media screen and (max-width: 350px) {
  .winemood-promo-text {
    top: 20px; }
  .winemood-promo-text__link-block {
    margin-left: 0;
    width: 100%; } }

.winemood_arrow {
  position: absolute;
  z-index: 10;
  top: 70px;
  right: 0;
  padding: 20px;
  text-align: center; }

@media screen and (max-width: 1000px) {
  .winemood_arrow {
    display: none; } }

.wine_arr {
  width: 80px; }

.winemood_arrow:after,
.winemood_arrow:before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  opacity: 0;
  content: '';
  border: 2px solid #951a29;
  border-radius: 50%;
  -webkit-animation: pulse 2.5s linear infinite;
          animation: pulse 2.5s linear infinite; }

.winemood_arrow:after {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

@-webkit-keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.2); } }

@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    transform: scale(1.2); } }

@media (max-width: 768px) {
  .wine_arr {
    width: 40px; } }

.not-found__title {
  font-size: 96px;
  color: #8a2b2b; }
  @media (max-width: 991.98px) {
    .not-found__title {
      font-size: 64px; } }

.not-found__text {
  font-size: 1.2em; }
  @media (max-width: 991.98px) {
    .not-found__text {
      font-size: 1em; } }

.content--tilda *,
.content--tilda *:before,
.content--tilda *:after {
  box-sizing: content-box !important; }

.tilda-page,
.tilda-page:before,
.tilda-page:after {
  box-sizing: border-box !important; }

.tilda-page > *:not(.content--tilda),
.tilda-page > *:not(.content--tilda):after,
.tilda-page > *:not(.content--tilda):before,
.tilda-page > *:not(.content--tilda) *,
.tilda-page > *:not(.content--tilda) *:after,
.tilda-page > *:not(.content--tilda) *:before {
  box-sizing: border-box !important; }

.js-tabs-info {
  display: none; }

.js-tabs-info--open {
  display: block; }

.popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0;
  display: none;
  height: 100vh;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9); }

.popup__container {
  position: absolute;
  z-index: 1001;
  top: 50%;
  left: 50%;
  padding: 0;
  width: calc(100% - 80px);
  max-width: 1080px;
  max-height: calc(100vh - 80px);
  pointer-events: all;
  background: transparent;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.07);
  /* overflow-y: auto;*/
  transform: translate(-50%, -50%); }

.popup__container--form {
  max-width: 450px; }

#map-popup2 .popup__container--form {
  max-width: 900px; }

#map-popup .popup__container--form {
  max-width: 900px; }

.map-shops__table {
  overflow: auto;
  min-width: 300px;
  height: 480px;
  background: white; }

/* полоса прокрутки (скроллбар) */
#map-popup ::-webkit-scrollbar {
  width: 8px;
  /* ширина для вертикального скролла */
  background-color: white; }

/* ползунок скроллбара */
#map-popup ::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 9em; }

#map-popup::-webkit-scrollbar-thumb:hover {
  background-color: #e6e6e6; }

.shop_block {
  cursor: pointer; }

.map-shops__table p {
  margin-bottom: 10px; }

#map-popup .popup__container {
  border: 1px solid #e6e6e6; }

.shop_block {
  padding: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6; }

.popup__inner {
  position: relative;
  margin: 0 auto;
  padding: 60px 55px;
  width: 100%;
  max-width: 100%;
  height: 100%; }

.popup__close {
  position: absolute;
  z-index: 5;
  top: 20px;
  top: -20px;
  right: 20px;
  right: -20px;
  display: block;
  width: 20px;
  height: 20px;
  background: transparent;
  transition: all .5s;
  cursor: pointer; }

.popup__close svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 20px;
  height: 20px; }

.popup-info {
  width: 100%; }

.popup-info p {
  margin-bottom: 0; }

.popup-info__title {
  padding-bottom: 30px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  text-align: center; }

.popup-info__title--error {
  padding-bottom: 0;
  line-height: 1.3;
  text-align: center;
  color: #9a1523; }

.popup-info__text {
  padding-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.3; }

.popup-info__tabs-nav {
  padding-bottom: 25px;
  line-height: 1; }

.popup-info__tabs-nav-block {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  line-height: 1; }

.popup-info__tabs-nav-item {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 50%;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #e3e3e3;
  border-bottom: 2px solid transparent;
  cursor: pointer; }

.popup-info__tabs-nav-item.js-tabs-btn--active {
  color: #323232;
  border-bottom: 2px solid #9a1523; }

.popup-info__tabs-info {
  min-height: 200px; }

.popup-info__title + .popup-info__text {
  margin-top: -5px; }

.popup-form p {
  margin-bottom: 0; }

.popup-form__for-input {
  position: relative;
  margin-bottom: 20px;
  line-height: 22px; }

.popup-form__input {
  position: relative;
  padding: 13px 0 7px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  color: #323232;
  border: none;
  border-bottom: 1px solid #e3e3e3;
  outline: none; }

.popup-form__input::-webkit-input-placeholder {
  opacity: .8;
  font-size: 16px;
  color: #323232; }

.popup-form__input::-moz-placeholder {
  opacity: .8;
  font-size: 16px;
  color: #323232; }

.popup-form__input:-moz-placeholder {
  opacity: .8;
  font-size: 16px;
  color: #323232; }

.popup-form__input:-ms-input-placeholder {
  opacity: .8;
  font-size: 16px;
  color: #323232; }

.popup-form__label {
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  pointer-events: none;
  color: rgba(50, 50, 50, 0.8);
  transition: all .5s; }

.popup-form__btns-block {
  padding-top: 20px;
  text-align: center; }

.popup-form__btn {
  padding: 5px 10px;
  display: inline-flex;
  width: 277px;
  max-width: 100%;
  min-height: 44px;
  justify-content: center;
  align-items: center;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: inherit;
  font-size: 15px;
  font-weight: inherit;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: normal;
  text-transform: none;
  color: #ffffff;
  background: #9a1523;
  background-color: transparent;
  border: 2px solid #9a1523;
  transition: all .5s;
  cursor: pointer;
  align-content: center; }

.popup-form__btn:hover {
  color: #9a1523;
  background: transparent; }

.popup-form__btn--black {
  background-color: #323232;
  border-color: #323232; }

.popup-form__btn--black:hover {
  color: #323232; }

.popup-form__error {
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #9a1523; }

.popup-form__error a {
  padding-top: 3px;
  display: inline-block;
  text-decoration: underline;
  color: #323232; }

.popup-form__input:valid + .popup-form__label,
.popup-form__input:focus + .popup-form__label,
.popup-form__label--date-choise {
  font-size: 12px;
  transform: translateY(-21px); }

.datepicker {
  width: 100%; }

.verification-repeat {
  padding-bottom: 10px;
  text-align: center; }

.verification-repeat p {
  margin-bottom: 0; }

.verification-repeat__text {
  padding-bottom: 10px; }

.verification-repeat__send-repeat {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #878787;
  background: transparent;
  border-bottom: 1px solid #878787; }

.verification-repeat__repeat-time {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #9a1523; }

.datepicker {
  display: inline-block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.datepicker table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0; }

.datepicker table th,
.datepicker table td {
  padding: 0;
  width: calc(100% / 7); }

.datepicker table th {
  font-size: .5rem;
  line-height: 4;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #9a1523; }

.datepicker__wrapper {
  position: relative;
  z-index: 1;
  padding: .5rem;
  width: 16rem;
  font-family: 'Roboto', sans-serif;
  color: #333;
  background: white;
  border: 1px solid #9a1523;
  border-radius: .125rem; }

.datepicker__wrapper:after {
  display: table;
  clear: both;
  content: ''; }

.datepicker:not(.is-inline) .datepicker__wrapper {
  margin: .25rem 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.2); }

.datepicker__header {
  position: relative;
  margin: -.5rem -.5rem 0;
  padding: .25rem;
  text-align: center;
  background: #9a1523; }

.datepicker__title {
  padding: .25rem;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.5rem;
  font-weight: bold;
  color: white; }

.datepicker__prev,
.datepicker__next {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  background: no-repeat center / 60%;
  border-radius: 50%;
  outline: none;
  cursor: pointer; }

.datepicker__prev:hover,
.datepicker__next:hover {
  background-color: #900020; }

.datepicker__prev {
  float: left;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M15 8.25H5.87l4.19-4.19L9 3 3 9l6 6 1.06-1.06-4.19-4.19H15v-1.5z" fill="white"/></svg>'); }

.datepicker__next {
  float: right;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M9 3L7.94 4.06l4.19 4.19H3v1.5h9.13l-4.19 4.19L9 15l6-6z" fill="white"/></svg>'); }

.datepicker__prev.is-disabled,
.datepicker__next.is-disabled {
  opacity: .4;
  pointer-events: none;
  cursor: default; }

.datepicker__time {
  margin: 0 -.5rem;
  padding: .5rem 1rem;
  font-size: .75rem;
  text-align: right;
  background: #e3f2fd;
  border-bottom: 1px solid #bbdefb; }

.datepicker__label {
  margin-right: 1rem;
  float: left;
  color: rgba(0, 0, 0, 0.4); }

.datepicker__field {
  margin: 0 .125rem;
  display: inline-block;
  width: 2ch;
  color: #333; }

.datepicker__field span {
  display: block;
  width: 100%; }

.datepicker__day {
  color: #333; }

.datepicker__day div {
  position: relative;
  margin: 0;
  display: block;
  box-sizing: border-box;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer; }

.datepicker__day div:after {
  position: relative;
  z-index: 1;
  padding-top: 100%;
  display: block;
  content: '';
  background: inherit;
  border-radius: 50%; }

.datepicker__day div:hover,
.datepicker__day.is-highlighted div {
  background: #e3e3e3; }

.datepicker__day.is-today {
  color: #9a1523; }

.datepicker__day.is-today div:after {
  box-shadow: inset 0 0 0 1px currentColor; }

.datepicker__day.is-today.is-disabled.is-selected div:after,
.datepicker__day.is-today.is-otherMonth.is-selected div:after {
  box-shadow: none; }

.datepicker__day.is-selected div {
  background: #9a1523; }

.datepicker__day.is-selected:hover div:after {
  background: #900020; }

.datepicker__day.is-selected .datepicker__daynum {
  font-weight: bold;
  color: white; }

.datepicker__day.is-selected + .is-selected div:before,
.datepicker__day.is-highlighted + .is-highlighted div:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  content: '';
  background: inherit; }

.datepicker__day.is-disabled,
.datepicker__day.is-otherMonth {
  pointer-events: none;
  color: #e3e3e3;
  cursor: default; }

.datepicker__day.is-disabled.is-selected .datepicker__daynum,
.datepicker__day.is-otherMonth.is-selected .datepicker__daynum {
  color: rgba(0, 0, 0, 0.2); }

.datepicker__day.is-disabled.is-selected div,
.datepicker__day.is-otherMonth.is-selected div,
.datepicker__day.is-disabled.is-selected + .is-selected div:before,
.datepicker__day.is-otherMonth.is-selected + .is-selected div:before {
  background: #e3e3e3; }

.datepicker__daynum {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -.5rem;
  width: 100%;
  font-size: .75rem;
  line-height: 1rem;
  text-align: center; }

#map-popup .popup__inner {
  padding: 0; }

#map-popup2 .popup__inner {
  padding: 0; }

@media screen and (max-width: 960px) {
  .popup__container {
    width: calc(100% - 60px);
    max-height: calc(100vh - 114px); } }

@media screen and (max-width: 670px) {
  .map-shops__table {
    overflow: auto;
    height: 240px; }
  .popup__container {
    display: flex;
    width: 100%;
    width: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    flex-direction: column;
    justify-content: center;
    background: #ffffff; }
  .popup__inner {
    padding: 30px 20px;
    overflow-y: auto; }
  .popup__close {
    top: 15px;
    right: 15px; }
  .popup-info__title {
    padding-bottom: 15px;
    text-align: center; }
  .popup-info__title--error {
    padding-bottom: 0; }
  .popup-info__text {
    padding-bottom: 15px;
    text-align: center; }
  .popup-form__btns-block {
    padding-top: 10px;
    text-align: center; }
  .popup-form__error {
    padding-top: 15px; }
  .verification-repeat {
    padding-bottom: 15px; } }

@media screen and (min-width: 961px) {
  .popup__container::-webkit-scrollbar {
    width: 0; } }

.new-row {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
  display: flex;
  flex-wrap: wrap; }

.new-col-1 {
  width: 8.33%; }

.new-col-2 {
  width: 16.66%; }

.new-col-3 {
  width: 25%; }

.new-col-4 {
  width: 33.33%; }

.new-col-5 {
  width: 41.66%; }

.new-col-6 {
  width: 50%; }

.new-col-7 {
  width: 58.33%; }

.new-col-8 {
  width: 66.66%; }

.new-col-9 {
  width: 75%; }

.new-col-10 {
  width: 83.33%; }

.new-col-11 {
  width: 91.66%; }

.new-col-12 {
  width: 100%; }

.reviews p {
  margin-bottom: 0; }

.reviews__title {
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 32px;
  font-weight: 700; }

.reviews__item {
  padding-bottom: 55px; }

.reviews__add-btn.btn {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }

.reviews-item {
  position: relative;
  padding-top: 42px;
  padding-bottom: 39px;
  background-color: rgba(40, 167, 69, 0.05);
  border: 1px solid #e4e4e4;
  border-radius: 4px; }

.reviews-item:before {
  position: absolute;
  top: -16px;
  left: 50px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  background: url(/local/templates/joia/layout/public/css/../img/bq-top.png) no-repeat center; }

.reviews-item__row {
  margin-right: 0;
  margin-left: 0; }

.reviews-item__author {
  padding-right: 41px;
  padding-left: 41px; }

.reviews-item__author-photo {
  margin: auto;
  border-radius: 50%; }

.reviews-item__author-info {
  padding-top: 15px; }

.reviews-item__author-name {
  padding-bottom: 15px;
  font-family: 'Wix Madefor Display', sans-serif;
  /* font-weight: 700; */
  font-size: 18px;
  line-height: 1.17;
  text-align: center; }

.reviews-item__author-position {
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
  color: #646262; }

.reviews-item__bq-wrap {
  position: relative;
  padding-top: 45px; }

.reviews-item__bq-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 22px;
  height: 17px;
  content: '';
  background: url(/local/templates/joia/layout/public/css/../img/blockquotes.svg) no-repeat center; }

.reviews-item__bq {
  font-family: 'PT Serif', sans-serif;
  font-size: 18px;
  line-height: 1.56; }

@media screen and (max-width: 960px) {
  .reviews-item__author {
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 670px) {
  .new-col-sm-1 {
    width: 8.33%; }
  .new-col-sm-2 {
    width: 16.66%; }
  .new-col-sm-3 {
    width: 25%; }
  .new-col-sm-4 {
    width: 33.33%; }
  .new-col-sm-5 {
    width: 41.66%; }
  .new-col-sm-6 {
    width: 50%; }
  .new-col-sm-7 {
    width: 58.33%; }
  .new-col-sm-8 {
    width: 66.66%; }
  .new-col-sm-9 {
    width: 75%; }
  .new-col-sm-10 {
    width: 83.33%; }
  .new-col-sm-12 {
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .reviews {
    padding-top: 50px; }
  .reviews__title {
    padding-bottom: 35px;
    font-size: 22px; }
  .reviews-item__author {
    padding-right: 41px;
    padding-left: 41px; }
  .reviews-item__bq-wrap {
    padding-right: 20px;
    padding-left: 20px; }
  .reviews-item__bq-wrap:before {
    top: -35px;
    left: 20px; }
  .reviews-item__bq {
    font-size: 16px; } }

/* lk history */
.icon {
  font-size: 16px;
  fill: #323232; }

.icon-logout svg,
.icon-editing svg {
  width: 16px;
  height: 16px; }

.cabinet {
  font-family: 'Wix Madefor Display'; }

.cabinet-content {
  display: flex;
  justify-content: space-between; }

.cabinet-aside {
  padding: 44px;
  padding-left: 0;
  width: 320px;
  min-height: 100%;
  border-right: 1px solid #e7e7e7; }

.cabinet-aside__top {
  display: flex;
  align-items: center; }

.cabinet-aside__avatar {
  margin-right: 19px;
  width: 60px;
  height: 60px; }

.cabinet-aside__avatar img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain; }

.cabinet-aside__top span {
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #323232; }

.cabinet-aside__top span span {
  margin-top: 0;
  display: block;
  color: #9a1523; }

.cabinet-aside__nav {
  margin: 0;
  margin-top: 51px;
  padding-left: 0;
  list-style-type: none; }

.cabinet-aside__nav li {
  margin-bottom: 26px; }

.cabinet-aside__nav li:last-of-type {
  margin-bottom: 0; }

.cabinet-aside__nav li a {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #323232;
  transition: .2s linear; }

.cabinet-aside__nav li a:hover {
  color: #9a1523; }

.cabinet-aside__nav li a .icon {
  margin-right: 17px; }

.cabinet-aside__nav li a.active .icon {
  fill: #9a1523; }

.cabinet-aside .btn-logout {
  margin-top: 57px; }

.btn-logout {
  position: relative;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  max-width: 229px;
  height: 44px;
  font-size: 16px;
  line-height: 43px;
  font-weight: bold;
  text-align: center;
  color: #323232;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  transition: .2s linear; }

.btn-logout .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 16px;
  transform: translateY(-50%);
  fill: #000; }

.btn-logout:hover {
  background-color: #e7e7e7; }

.btn-logout:hover .icon {
  fill: #501919; }

.cabinet-main {
  padding-top: 35px;
  padding-left: 41px;
  padding-bottom: 140px;
  width: calc(100% - 320px); }

.cabinet-main .breadcrumbs {
  padding: 0; }

.cabinet-main .breadcrumbs__item:after {
  margin-left: 16px; }

.cabinet-main .breadcrumbs__item {
  margin-right: 16px; }

.cabinet-main .block__title {
  margin-top: 18px;
  margin-bottom: 36px;
  display: block;
  text-align: left; }

.breadcrumbs__link {
  cursor: pointer; }

/* lk edit */
.cabinet-edit {
  margin-top: 60px; }

.cabinet-edit__form {
  display: flex;
  width: 100%;
  max-width: 889px;
  flex-wrap: wrap;
  justify-content: space-between; }

.cabinet-edit__form-inputs {
  width: 100%;
  max-width: 357px; }

.box-field {
  position: relative;
  margin-bottom: 20px;
  width: 100%; }

.box-field--2-to-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -moz-column-gap: 10px;
       column-gap: 10px; }
  .box-field--2-to-1 .box-field__subscr {
    grid-column: span 2; }

.box-field .form-control {
  padding-right: 45px;
  padding-left: 45px;
  width: 100%;
  height: 44px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center; }
  .box-field .form-control::-webkit-input-placeholder {
    font-weight: 400; }
  .box-field .form-control::-moz-placeholder {
    font-weight: 400; }
  .box-field .form-control:-ms-input-placeholder {
    font-weight: 400; }
  .box-field .form-control::-ms-input-placeholder {
    font-weight: 400; }
  .box-field .form-control::placeholder {
    font-weight: 400; }

.box-field__subscr p,
.box-field__subscr a {
  margin: 0;
  font-size: .8em; }

.box-field .icon {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%); }

.box-field__date {
  margin: 0 -5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.box-field__date .form-control {
  margin: 0 5px;
  width: calc(31% - 10px);
  height: 44px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  text-align: center; }

.box-field__date .icon {
  margin-right: 7px;
  margin-left: 7px; }

.cabinet-edit__photo {
  padding: 40px 20px 12px;
  width: 405px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  border: 1px dashed #e7e7e7;
  border-radius: 2px; }

.cabinet-edit__photo__block {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 164px;
  height: 164px;
  border-radius: 50%; }

.cabinet-edit__photo__block:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(50, 50, 50, 0.25); }

.cabinet-edit__photo__block img {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }

.cabinet-edit__photo__block .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff; }

.cabinet-edit__photo__block.active:after,
.cabinet-edit__photo__block.active .icon {
  display: none; }

.cabinet-edit__photo-load {
  margin-top: 19px;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  color: #646262;
  border-bottom: 1px dotted #646262;
  cursor: pointer; }

.cabinet-edit__photo-load:hover {
  color: #501919; }

#upload-photo {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.cabinet-edit__photo-add {
  margin-top: 25px;
  display: block;
  font-size: 10px;
  line-height: 24px;
  color: #646262; }

.cabinet-edit__form-buttons {
  margin-top: 40px;
  width: 100%;
  max-width: 357px; }

.btn-outline-red {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
  height: 44px;
  font-size: 15px;
  line-height: 41px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: initial;
  color: #9a1523;
  border: 2px solid #9a1523;
  border-radius: 2px; }

.btn-outline-red:hover {
  color: #fff;
  background-color: #9a1523; }

.btn-red {
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
  width: 100%;
  height: 44px;
  font-size: 15px;
  line-height: 41px;
  font-weight: bold;
  letter-spacing: normal;
  text-transform: initial;
  color: #ffffff;
  background: #9a1523;
  border: 2px solid #9a1523;
  border-radius: 2px; }

.btn {
  color: #8a2b2b;
  background-color: transparent;
  border-color: #8a2b2b; }

.btn-red:hover,
.btn:hover,
.btn-outline-red:hover {
  color: #fff;
  background-color: #8a2b2b;
  border-color: #8a2b2b; }

.btn.btn-link,
.btn.btn-link--more {
  color: #3d3a3b;
  background-color: transparent;
  border: none; }

.btn-red:focus {
  box-shadow: none; }

.cabinet-edit__form-buttons .btn-outline-red {
  margin-bottom: 20px; }

/* lk comments */
.cabinet-comments {
  margin-top: 66px; }

.cabinet-comments__item {
  position: relative;
  margin-bottom: 100px; }

.cabinet-comments__item:last-of-type {
  margin-bottom: 0; }

.cabinet-comments__item-img {
  position: absolute;
  top: 51%;
  left: -8px;
  transform: translateY(-50%); }

.cabinet-comments__item-content {
  margin-left: 39px;
  padding: 35px 41px 40px 87px;
  font-family: 'Roboto', sans-serif;
  background: #f5f5f5; }

.cabinet-comments__item-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.cabinet-comments__item-title {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #323232; }

.cabinet-comments__item-date {
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #646262; }

.checkbox-box {
  position: relative;
  margin: 0;
  display: block;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  color: #646262;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-box input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  cursor: pointer; }

.checkbox-box .checkmark {
  position: relative;
  margin-left: 9px;
  width: 28px;
  height: 16px;
  border: 1px solid #646262;
  border-radius: 16px;
  transition: 300ms ease; }

.checkbox-box input:checked ~ .checkmark {
  border: 1px solid #9a1523; }

.checkbox-box .checkmark:after {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 12px;
  height: 12px;
  content: '';
  background: #646262;
  border-radius: 50%;
  transition: 300ms ease;
  transform: translateY(-50%); }

.checkbox-box input:checked ~ .checkmark:after {
  left: calc(100% - 12px - 2px);
  background: #9a1523; }

.cabinet-comments__item-text {
  position: relative;
  margin-top: 35px;
  padding-left: 50px;
  font-family: 'PT Serif';
  font-size: 15px;
  line-height: 21px;
  color: #323232; }
  .cabinet-comments__item-text:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 21px;
    height: 21px;
    content: '';
    background: url("/local/templates/joia/layout/public/css/../img/blockquotes.svg") no-repeat center transparent;
    background-size: contain; }

.cabinet-comments__item-available {
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  color: #646262; }

.cabinet-comments__item-bottom {
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center; }

.cabinet-comments__item-bottom a {
  margin-left: 25px;
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  color: #646262;
  border-bottom: 1px dotted #646262; }

.cabinet-comments__item-bottom a:hover {
  color: #501919; }

.df-cabinet-comments__item {
  margin-bottom: 30px; }

.df-cabinet-comments__right {
  padding: 30px;
  border: 2px solid #eee; }
  @media (max-width: 991px) {
    .df-cabinet-comments__right .icon.icon-quote {
      display: none; } }

.df-cabinet-comments__item {
  margin-bottom: 30px;
  row-gap: 24px; }

.df-cabinet-comments__item-img {
  width: 260px;
  max-width: 260px;
  height: auto; }

.df-cabinet-comments__right {
  padding: 30px;
  border: 2px solid #eee; }

.cabinet-comments__btn-popup {
  margin-left: 25px;
  display: inline-block;
  font-family: 'Wix Madefor Display', sans-serif;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  color: #646262;
  background-color: transparent;
  border-bottom: 1px dotted #646262; }

@media (max-width: 991px) {
  .df-cabinet-comments__right .icon.icon-quote {
    display: none; } }

.header__right-col .header__login {
  margin: 4px 20px 0 0;
  width: 18px;
  height: 18px;
  background: url("/local/templates/joia/layout/public/css/../img/enter.png") no-repeat center;
  background-size: contain; }

.is-authorized .header__right-col .header__login {
  background-image: url("/local/templates/joia/layout/public/css/../img/user-login.svg"); }

.list-preview .block__more {
  padding-right: 57px;
  justify-content: flex-end; }

.logout-link {
  margin: 4px 20px 0 0; }

/* media */
@media screen and (max-width: 1200px) {
  .cabinet-edit__form-inputs {
    max-width: 100%; }
  .cabinet-edit__photo {
    margin-top: 40px;
    width: 100%; }
  .cabinet-edit__form-buttons {
    max-width: 100%; }
  .cabinet-comments__item-top {
    flex-direction: column; }
  .cabinet-comments__item-available {
    margin-top: 20px; }
  .cabinet-comments__item-content {
    padding-left: 65px; } }

@media screen and (max-width: 991.98px) {
  .header__right-col .header__login {
    position: absolute !important;
    top: -40px;
    left: calc(100% - 70px);
    width: 18px !important; }
  .logout-link {
    margin: 15px 0 15px 15px; } }

@media screen and (max-width: 991px) {
  .cabinet-aside {
    padding: 25px;
    padding-left: 0;
    width: 240px; }
  .cabinet-aside__top span {
    font-size: 16px;
    line-height: 22px; }
  .cabinet-aside__avatar {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%; }
  .cabinet-main {
    padding-left: 25px;
    padding-bottom: 80px;
    width: calc(100% - 240px); }
  .cabinet-comments__item-text {
    font-size: 14px; }
  .cabinet-comments__item {
    margin-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .cabinet-main {
    padding-top: 10px !important; }
  .cabinet-content {
    flex-direction: column; }
  .cabinet-aside {
    padding: 40px 0;
    width: 100%;
    border-right: none; }
  .cabinet-aside__nav {
    margin-top: 40px; }
  .cabinet-aside__nav li {
    margin-bottom: 20px; }
  .cabinet-aside .btn-logout {
    margin-top: 40px; }
  .cabinet-main {
    padding: 0;
    padding-bottom: 40px;
    width: 100%; }
  .cabinet-main .block__title {
    margin-top: 15px;
    margin-bottom: 40px; }
  .cabinet-edit {
    margin-top: 0; }
  .box-field__date .form-control,
  .box-field .form-control {
    font-size: 14px; }
  .cabinet-comments {
    margin-top: 0; }
  .cabinet-comments__item-content {
    margin-left: 0; }
  .cabinet-comments__item-img {
    top: -25px;
    left: -8px;
    max-width: 60px;
    transform: none; }
  .cabinet-comments__item-text {
    margin-top: 35px;
    padding-left: 0; }
    .cabinet-comments__item-text:before {
      content: none; }
  .cabinet-comments__item {
    margin-bottom: 40px; }
  .cabinet-comments__item-content {
    padding: 35px 20px 35px 65px; }
  .cabinet-comments__item-date {
    margin-top: 5px; }
  .cabinet-comments__item-name {
    line-height: 18px; }
  .block__title {
    margin: 0 20px 40px; } }

@media screen and (max-width: 480px) {
  .cabinet-aside .btn-logout {
    max-width: 100%; } }

@media screen and (max-width: 345px) {
  .box-field__date .form-control,
  .box-field .form-control {
    font-size: 12px; } }

.register-form {
  position: relative; }

.register-form:after {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: calc(100% + 100px);
  opacity: 0;
  content: '';
  background-color: rgba(255, 255, 255, 0.9);
  transition: .3s linear; }

.register-form.loader:after {
  visibility: visible;
  opacity: 1; }

.register-form.loader:before {
  position: absolute;
  z-index: 1;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  content: '';
  background-image: url(/local/templates/joia/layout/public/css/../include/img/loader-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translate(-50%, -50%);
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite; }

.modal--popup-form {
  opacity: 1;
  pointer-events: none;
  transform: scale3d(1, 1, 1); }
  .modal--popup-form.open {
    pointer-events: auto; }
    .modal--popup-form.open .modal__overlay {
      opacity: 1;
      pointer-events: auto; }
    .modal--popup-form.open .modal__content {
      opacity: 1;
      transform: scale(1); }
      @media (max-width: 767.98px) {
        .modal--popup-form.open .modal__content {
          padding-top: 46px; } }
    @media (max-width: 767.98px) {
      .modal--popup-form.open .modal__close {
        top: 16px;
        right: 16px; } }
  .modal--popup-form .modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background: rgba(255, 255, 255, 0.9);
    transition: 300ms ease; }
  .modal--popup-form .modal__content {
    position: relative;
    z-index: 1;
    width: 450px;
    max-width: calc(100% - 30px);
    opacity: 0;
    transition: 300ms ease;
    transform: scale(0); }

.modal--popup-form-wide .modal__content {
  width: 800px; }

.cabinet__remove-photo {
  margin-right: auto;
  margin-left: auto;
  display: block;
  font-family: 'Wix Madefor Display', sans-serif;
  color: #8a2b2b;
  background-color: transparent; }

@-webkit-keyframes rotating

/* Safari and Chrome */ {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

@keyframes rotating {
  from {
    transform: rotate(360deg); }
  to {
    transform: rotate(0deg); } }

body:not(.authorized) .cabinet-main {
  width: 100%; }

body:not(.authorized) .cabinet-favorite .cards-row__inner {
  max-width: 100%; }

body:not(.authorized) .cabinet-favorite .cards-row__inner .cards-row {
  width: 100%; }

body:not(.authorized) .cabinet-favorite .card-favorite {
  width: 20%; }

@media screen and (max-width: 575.98px) {
  body:not(.authorized) .cabinet-favorite .cards-row__inner {
    margin-right: 0 !important;
    margin-left: 0 !important; } }

#s2 {
  position: relative;
  top: -150px; }

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

@keyframes fadeInOpacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.cabinet__wine-miles {
  margin-top: 40px; }

.cabinet-wine-miles__total {
  width: 100%;
  padding: 18px 24px 16px;
  background: url("/local/templates/joia/layout/public/css/../img/logo-white.svg") 100% 0/auto 100% no-repeat, #F5F1EE; }
  @media (min-width: 576px) {
    .cabinet-wine-miles__total {
      max-width: 322px; } }

.cabinet-wine-miles__total-title {
  margin-bottom: 26px;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #323232; }

.cabinet-wine-miles__total-count {
  font-size: 24px;
  line-height: 1;
  font-weight: medium;
  color: #8a2b2b; }

.cabinet-wine-miles__total-desc {
  font-size: 14px; }

.cabinet-wine-miles__products {
  margin: 40px 0 -20px; }

.cabinet-wine-miles__product {
  padding: 20px 0;
  border-top: 1px solid #E6E6E6; }
  .cabinet-wine-miles__product:first-child {
    border-top: none; }

.cabinet-wine-miles__pagination {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .cabinet-wine-miles__pagination {
      margin-top: 60px; } }

.cabinet-wine-miles__pagination-btn {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 360px; }

.cabinet-wine-miles-product {
  display: grid;
  grid-template-columns: 88px 1fr;
  -moz-column-gap: 18px;
       column-gap: 18px;
  color: #323232; }
  .cabinet-wine-miles-product:hover .cabinet-wine-miles-product__title {
    color: #8a2b2b; }
  @media (min-width: 576px) {
    .cabinet-wine-miles-product {
      -moz-column-gap: 30px;
           column-gap: 30px; } }
  @media (min-width: 1200px) {
    .cabinet-wine-miles-product {
      align-items: center; } }

.cabinet-wine-miles-product__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 14px; }
  @media (min-width: 1200px) {
    .cabinet-wine-miles-product__content {
      flex-direction: row;
      align-items: baseline;
      justify-content: flex-start; } }

.cabinet-wine-miles-product__title {
  max-width: 322px;
  transition: 300ms; }

.cabinet-wine-miles-product__result {
  display: flex;
  align-items: baseline;
  -moz-column-gap: 6px;
       column-gap: 6px; }
  .cabinet-wine-miles-product__result span:not(:last-child) {
    opacity: .5; }
  @media (min-width: 576px) {
    .cabinet-wine-miles-product__result {
      -moz-column-gap: 14px;
           column-gap: 14px; } }
  @media (min-width: 1200px) {
    .cabinet-wine-miles-product__result {
      margin-left: auto;
      margin-right: 100px; } }
  @media (min-width: 1440px) {
    .cabinet-wine-miles-product__result {
      margin-right: 200px; } }

.modal--custom-message .modal__content {
  position: relative; }

.contacts-data {
  margin: 30px 0;
  max-width: 300px;
  min-width: 180px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
  background: #fff; }
  @media (max-width: 1199.98px) {
    .contacts-data {
      position: static; } }
  @media (max-width: 991.98px) {
    .contacts-data {
      width: 100%;
      max-width: 100%; } }
  .contacts-data a {
    font-size: 12px; }

.contacts-data__input input {
  padding: 7px 10px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #e3e3e3; }
  @media (max-width: 500px) {
    .contacts-data__input input {
      text-align: center; } }
  .contacts-data__input input::-webkit-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }
  .contacts-data__input input::-moz-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }
  .contacts-data__input input:-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }
  .contacts-data__input input::-ms-input-placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }
  .contacts-data__input input::placeholder {
    font-size: 12px;
    line-height: 14px;
    color: #8c8c8c; }

.calendar {
  width: 100%;
  height: 100%;
  background: white;
  padding: 16px 20px; }

.calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
  padding-bottom: 16px;
  border-bottom: 1px solid grey; }
  .calendar__head button {
    background: none; }
    .calendar__head button[data-prev] img {
      transform: rotate(180deg); }
    .calendar__head button img {
      width: 16px;
      height: 16px; }
  .calendar__head p {
    font-size: 16px;
    margin: 0; }

.calendar__week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  margin-bottom: 22px; }
  .calendar__week p {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: grey; }

.calendar__body {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px; }

.calendar-btn {
  aspect-ratio: 1; }
  .calendar-btn--not-current {
    color: rgba(0, 0, 0, 0.1); }
  .calendar-btn--today label {
    background: #f4f1ed; }
  .calendar-btn input {
    display: none; }
    .calendar-btn input:checked ~ label {
      background: #8a2b2b;
      color: white; }
  .calendar-btn label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 50%;
    margin: 0;
    transition: .3 background; }
    @media (hover: hover) {
      .calendar-btn label:hover {
        background: #f4f1ed; } }

.loader {
  position: absolute;
  z-index: 101;
  display: flex;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: .3s;
  opacity: 0;
  pointer-events: none; }
  .loader .lds-ellipsis {
    margin: 0 auto;
    position: relative;
    transform: translateY(-50%);
    width: 100px;
    text-align: center;
    z-index: 9999; }
    .loader .lds-ellipsis span {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin: 0 6px;
      border-radius: 50%;
      background: linear-gradient(to top, white 0%, black 100%);
      transition: .3s;
      -webkit-animation: ball-pulse-sync 1s 0s infinite ease-in-out;
              animation: ball-pulse-sync 1s 0s infinite ease-in-out; }
      .loader .lds-ellipsis span:nth-child(1) {
        -webkit-animation: ball-pulse-sync 1s -0.14s infinite ease-in-out;
                animation: ball-pulse-sync 1s -0.14s infinite ease-in-out; }
      .loader .lds-ellipsis span:nth-child(2) {
        -webkit-animation: ball-pulse-sync 1s -70ms infinite ease-in-out;
                animation: ball-pulse-sync 1s -70ms infinite ease-in-out; }

.is-loading {
  pointer-events: none; }
  .is-loading * {
    pointer-events: none !important; }
  .is-loading .loader {
    opacity: 1;
    pointer-events: auto; }

body.is-loading .loader {
  position: fixed; }

@-webkit-keyframes ball-pulse-sync {
  33% {
    opacity: 1;
    transform: translateY(10px); }
  66% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes ball-pulse-sync {
  33% {
    opacity: 1;
    transform: translateY(10px); }
  66% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.bitrix-crm-form-wrap .b24-form-header {
  display: none; }

.bitrix-crm-form-wrap .b24-form-wrapper.b24-form-border-bottom {
  border-bottom: none; }

.bitrix-crm-form-wrap .b24-form-control-agreement {
  padding-top: 16px; }

.bitrix-crm-form-wrap .b24-form a {
  text-decoration: none;
  color: #000000 !important;
  font-size: 12px;
  font-family: "Roboto", sans-serif; }

.bitrix-crm-form-wrap .b24-form span {
  color: #333333 !important; }

.bitrix-crm-form-wrap .b24-form-control-container input {
  accent-color: #882b2b; }

.bitrix-crm-form-wrap .b24-form-padding-side {
  padding-top: 0;
  padding-bottom: 0; }

.bitrix-crm-form-wrap .b24-form-btn-block {
  width: 40%;
  max-width: 200px;
  margin: 0 auto;
  height: 42px;
  padding-top: 24px; }
  .bitrix-crm-form-wrap .b24-form-btn-block .b24-form-btn {
    color: #8a2b2b;
    background-color: transparent;
    border: 2px solid #8a2b2b;
    max-width: 100%;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom: 0; }

@media print {
  footer,
  main:not(.printed),
  .header__bot .logo,
  .no-printed {
    display: none; } }

@media print {
  .printed--coctail {
    margin-top: 30px; } }

@media print {
  .printed--coctail .product-text {
    margin-bottom: 0 !important;
    padding-right: 0;
    padding-left: 0; } }

@media print {
  .printed--coctail .border-bottom {
    border: none !important; } }

@media print {
  .printed--coctail .pt-lg-65 {
    padding: 0; } }

@media print {
  .printed--coctail .slick-arrow,
  .printed--coctail .slider-product__dots,
  .printed--coctail .btn-link--back,
  .printed--coctail .menu-aside {
    display: none !important; } }

@media print {
  .printed--coctail .text-center {
    text-align: left !important; } }

@media print {
  .printed--coctail .block__h1 {
    margin-bottom: 30px !important;
    font-size: 36px; } }

@media print {
  .printed--coctail .slider-product__item {
    width: 100vw !important;
    height: initial !important; } }

@media print {
  .printed--coctail .slider-product__item:not(:first-child):not(:first-child) {
    display: none; } }

@media print {
  .mob-controls,
  .btn--menu,
  .header__phone,
  .header__top {
    display: none; } }

@media print {
  .logo img {
    width: inherit;
    max-width: inherit; } }

@media print {
  .header {
    align-items: flex-start;
    border: none; } }

@media print {
  .header .logo {
    left: initial;
    margin-top: 20px;
    width: 140px;
    max-width: 140px;
    transform: none; } }

/* End */


/* Start:/local/templates/joia/template_styles.css?17605338513519*/
.edf{}
/*
.edf .product__title:first-child{display:none;}
.edf .product__text:first-child{display:none;}
.xdf .product__title:not(:first-child) {display:none;}
.xdf .product__text:not(:first-child) {display:none;}*/
.xf{margin-top:-20px!important}
.ef:first-child{display:none;}
.xf:not(:first-child) {display:none;}
.xf .product__text b{    margin-bottom: -5px;
    font-family: "Wix Madefor Display", sans-serif;
    font-size: 17px;
    color: #3d3a3b;
    display: block;
    font-weight: normal;}
@media screen and (max-width : 767px){
#eld{max-width: 200px;}
#eld img{}
#solo .product__availability.mob-aviability {
    position: absolute;
    top: -340px;
    right: 15px;
}
#solo .product__h1 {
    margin-bottom: 5px;
    font-size: 18px;
}
#solo .product__desc {
    padding-bottom: 5px !important;
}
#solo .product__price {
    margin-bottom: 15px;
}
#solo .bio{flex:0 0 50%;padding-top: 0 !important;}
#solo .mess{}
.xf .product__text b{font-size:13px;}
}
.nav-slide {
    display: block;
}
.nav-slide__item:not(.active) {
    display: none;
}
.nav-slide__item {
    text-align: center;
}
.nav-slide__item a {
    padding: 20px;
    display: inline-block;
}
.dept__img {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 52%;
}
.dept__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 50px);
}
.js-head-tabs a{
    text-decoration: underline;
}

.dept__tabs .nav-link.dept__tab-link {
    padding: 10px 0px;
    color: #878787;
    border: 0;
}

.dept__tabs .nav-link.dept__tab-link.active {
    color: #000;
    font-weight: bold;
    background: transparent;
}

.dept__tabs {
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dept__tabs .nav-item {
    flex: unset;
}

.slider-product__dots {
    border-bottom: 0;
    border-top: 1px solid #e3e3e3;
    margin-top: 8px;
}

.about-slider {
    max-width: 788px;
    margin: 0 auto;
}

.slider-product-new-text .slick-arrow {
    display: none !important;
}

.slider-product-new-text .slider-product__content {
    color: #000000;
    position: static;
    width: auto;
    transform: none;
    text-align: left;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    background-color: transparent !important;
}

.slider-product-new-text .slider-product__content .slider-product__title {
    font-family: "Roboto";
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    
}

.slider-product-new-text .slider-product__content .slider-product__text {
    font-family: "Roboto";
    font-size: 17px;
    line-height: 25px;
    font-weight: 400;
    
}

@media screen and (max-width: 1199px) {
    .js-head-tabs {
        justify-content: space-between;
        text-align: left;
        flex-wrap: nowrap;
    }

    .js-head-tabs .nav-item {
        flex: none;
    }

    .js-head-tabs .nav-link {
        padding: 0.5rem 0;
    }

    .js-head-tabs .nav-item:not(:last-child) {
        padding-right: 15px;
    }
}

@media screen and (max-width: 768px) {
    .slider-product-new-text .slider-product__content .slider-product__text {
        font-size: 1rem;
        line-height: 1.5;
    }
    .w-md-100 {
        width: 100% !important;
    }

    .about-header-banner {
        position: relative;
        padding: 25% 0;
    }

    .about-header-banner video {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }
}
/* End */
/* /local/templates/joia/libs/noUiSlider/nouislider.min.css?16862952054220 */
/* /local/templates/joia/layout/public/css/style.css?1735135506753906 */
/* /local/templates/joia/template_styles.css?17605338513519 */
