/* Reset */
html {
  font-family: sans-serif;
  box-sizing: border-box;
}

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

html,
body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

html,
body,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
figure {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

img,
button,
input,
button,
iframe {
  border: 0;
}

button {
  padding: 0;
  cursor: pointer;
  background-color: transparent;
}

a,
input,
select,
button,
textarea {
  outline: none;
  font-family: inherit;
}

input[type=radio] {
  margin: 0;
}

input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

video {
  display: block;
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

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

@media (min-width: 992px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

@media (min-width: 992px) {
  .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 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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 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;
  }
}
.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;
  }
}
/* Fancybox */
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: 0.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 0.25s ease, visibility 0s ease 0.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 0.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 0.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: 0.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;
}

.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: 0.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;
  }
}
/* 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 0.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: 0.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);
  }
}
/* Custom animation */
.fancybox-fx-slide-in-out.fancybox-slide--previous {
  opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--next {
  opacity: 0;
}

.fancybox-fx-slide-in-out.fancybox-slide--current {
  opacity: 1;
}

/* Swiper */
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

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

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* General */
:root {
  --scrollbar-size: .375rem;
  --scrollbar-minlength: 1.5rem;
  --scrollbar-ff-width: thin;
  --scrollbar-track-color: #f2f6f6;
  --scrollbar-color: #b6bcca;
  --scrollbar-color-hover: #b6bcca;
  --scrollbar-color-active: #b6bcca;
}

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 14px;
  line-height: 21px;
  font-family: "Rubik", Helvetica, Arial, sans-serif;
  color: #352d25;
  background-color: #F6F1E7;
  padding-top: 120px;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
}

.row.min {
  margin-left: -6px;
  margin-right: -6px;
}

.row.min > div[class^=col-] {
  padding-left: 6px;
  padding-right: 6px;
}

.overflow {
  overflow: hidden !important;
}

.hidden {
  display: none !important;
}

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

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

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

.icon {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.icon__chevron {
  width: 9px;
  min-width: 9px;
  height: 9px;
  margin-left: 10px;
  fill: currentColor;
}

a,
button,
input,
select,
textarea,
span,
.icon {
  transition: all 100ms ease;
}

section, .section {
  position: relative;
  padding: 40px 0;
}

.section__title {
  margin-bottom: 25px;
}
.section__title-name {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #2F1F07;
  font-weight: 500;
}
.section__title-description {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #352d25;
  padding-top: 30px;
}
.section__bottom {
  padding-top: 10px;
  text-align: center;
}

.block__scroll {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: var(--scrollbar-ff-width);
}
.block__scroll::-webkit-scrollbar {
  height: var(--scrollbar-size);
  width: var(--scrollbar-size);
}
.block__scroll::-webkit-scrollbar-track {
  background-color: var(--scrollbar-track-color);
}
.block__scroll::-webkit-scrollbar-thumb {
  background-color: var(--scrollbar-color);
  border-radius: 2px;
}
.block__scroll::-webkit-scrollbar-thumb:hover {
  background-color: var(--scrollbar-color-hover);
}
.block__scroll::-webkit-scrollbar-thumb:active {
  background-color: var(--scrollbar-color-active);
}
.block__scroll::-webkit-scrollbar-thumb:vertical {
  min-height: var(--scrollbar-minlength);
}
.block__scroll::-webkit-scrollbar-thumb:horizontal {
  min-width: var(--scrollbar-minlength);
}
.block__sticky {
  position: sticky;
  top: 120px;
  left: 0;
}

.page__content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.page__title {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #2F1F07;
  font-weight: 500;
  margin-bottom: 25px;
}

/* link */
.link {
  display: inline-flex;
  align-items: center;
  color: #B27F56;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}
.link .icon {
  width: 14px;
  height: 14px;
  margin: 0 5px;
}

/* btn */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  height: 45px;
  padding: 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 50px;
  position: relative;
}
.btn__primary {
  color: #ffffff;
  background-color: #B27F56;
}
.btn__primary:hover {
  background-color: #2F1F07;
}
.btn__default {
  color: #ffffff;
  background-color: #B27F56;
}
.btn__default:hover {
  background-color: #2F1F07;
}
.btn__solid {
  color: #2F1F07;
  border: 1px solid #B27F56;
}
.btn__solid:hover {
  color: #B27F56;
}
.btn__min {
  font-size: 13px;
  height: 40px;
}
.btn__disabled {
  color: #352d25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e9d1b9;
}
.btn[disabled] {
  color: #352d25;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #e9d1b9;
}
.btn__qty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #B27F56;
  background-color: transparent;
  position: absolute;
  top: 0;
}
.btn__qty:hover {
  color: #2F1F07;
}
.btn__qty .icon {
  width: 14px;
  height: 14px;
  transition: none;
}
.btn__minus {
  left: 0;
}
.btn__plus {
  right: 0;
}

/* form */
.form {
  display: block;
}
.form__done {
  text-align: center;
}
.form__done-icon {
  display: inline-block;
  padding: 10px 0;
  color: #4B2E05;
}
.form__done-icon .icon {
  width: 80px;
  height: 80px;
}
.form__done-title {
  display: block;
  color: #2F1F07;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.form__done-description {
  display: block;
  color: #352d25;
  font-size: 15px;
  line-height: 23px;
  padding-top: 10px;
}
.form__done-close {
  padding-top: 20px;
}
.form__done-close .btn {
  width: 160px;
}

/* label */
.label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.label__radio {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #2F1F07;
  padding-left: 28px;
  padding-right: 5px;
  position: relative;
}
.label__radio:before, .label__radio:after {
  content: "";
  display: block;
  position: absolute;
}
.label__radio:before {
  top: 0;
  left: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #a08a75;
  border-radius: 50%;
  background-color: transparent;
}
.label__radio:after {
  top: 4px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #B27F56;
  opacity: 0;
  transition: opacity 100ms ease;
}
.label__radio a {
  color: #B27F56;
  text-decoration: underline;
}
.label__radio a:hover {
  text-decoration: none;
}
.label__checkbox {
  display: block;
  font-size: 14px;
  line-height: 19px;
  color: #2F1F07;
  padding-left: 27px;
  padding-right: 5px;
  position: relative;
}
.label__checkbox:before, .label__checkbox:after {
  content: "";
  display: block;
  position: absolute;
}
.label__checkbox:before {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #a08a75;
  background-color: #ffffff;
  border-radius: 2px;
}
.label__checkbox:after {
  top: 3px;
  left: 6px;
  width: 6px;
  height: 9px;
  opacity: 0;
  border: 2px solid #B27F56;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
  transition: opacity 100ms ease;
}
.label__checkbox a {
  color: #B27F56;
  text-decoration: underline;
}
.label__checkbox a:hover {
  text-decoration: none;
}
.label__size {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 40px;
  width: 80px;
  padding: 0 10px;
  border: 1px solid #a08a75;
  border-radius: 5px;
  font-size: 16px;
  line-height: 21px;
  color: #2F1F07;
  background-color: #ffffff;
}
.label__tooltip {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 19px;
  padding-top: 10px;
}
.label__password {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 40px;
  margin-top: -20px;
  color: #a08a75;
  z-index: 2;
}
.label__password:hover {
  color: #B27F56;
}

/* input */
.input {
  display: inline-block;
  font-size: 14px;
  color: #2F1F07;
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #a08a75;
  border-radius: 3px;
  background-color: #ffffff;
  text-overflow: ellipsis;
}
.input::-webkit-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.input::-moz-placeholder {
  color: #352d25;
  opacity: 1;
}
.input:-moz-placeholder {
  color: #352d25;
  opacity: 1;
}
.input::-ms-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.input:focus, .input:active {
  border-color: #B27F56;
}
.input[disabled] {
  border-color: #e9d1b9;
  background-color: #F6F1E7;
}
.input:invalid {
  box-shadow: none;
}
.input:-moz-submit-invalid {
  box-shadow: none;
}
.input:-moz-ui-invalid {
  box-shadow: none;
}
.input__radio, .input__checkbox {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.input__radio:checked + .label__radio:before, .input__checkbox:checked + .label__radio:before {
  border-color: #B27F56;
}
.input__radio:checked + .label__radio:after, .input__checkbox:checked + .label__radio:after {
  opacity: 1;
}
.input__radio:checked + .label__checkbox:before, .input__checkbox:checked + .label__checkbox:before {
  border-color: #B27F56;
}
.input__radio:checked + .label__checkbox:after, .input__checkbox:checked + .label__checkbox:after {
  opacity: 1;
}
.input__radio:checked + .label__size, .input__checkbox:checked + .label__size {
  color: #B27F56;
  border-color: #B27F56;
}
.input__radio:disabled + .label__radio, .input__checkbox:disabled + .label__radio {
  color: #a08a75;
}
.input__radio:disabled + .label__checkbox, .input__checkbox:disabled + .label__checkbox {
  color: #a08a75;
}
.input__radio:disabled + .label__radio:before, .input__checkbox:disabled + .label__radio:before {
  border-color: #e9d1b9;
  background-color: #F6F1E7;
}
.input__radio:disabled + .label__checkbox:before, .input__checkbox:disabled + .label__checkbox:before {
  border-color: #e9d1b9;
  background-color: #F6F1E7;
}
.input__radio:disabled + .label__size, .input__checkbox:disabled + .label__size {
  color: #352d25;
  border-color: #e9d1b9;
  background-color: #F6F1E7;
}
.input__textarea {
  display: block;
  width: 100%;
  outline: none;
  resize: vertical;
  line-height: 1.3;
  padding: 12px 15px;
  border: 1px solid #a08a75;
  height: 90px;
  min-height: 140px;
  max-height: 180px;
}
.input__error {
  border-bottom-color: #2F1F07;
}
.input__min {
  font-size: 13px;
  height: 40px;
}
.input__qty {
  font-size: 16px;
  text-align: center;
  padding: 0 10px;
}

/* select */
.select {
  display: inline-block;
  font-size: 14px;
  color: #2F1F07;
  width: 100%;
  padding: 0 40px 0 15px;
  height: 45px;
  border: 1px solid #a08a75;
  background-color: #ffffff;
  border-radius: 3px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 7px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 4'%3E%3Cpath d='M2.5 3.9L.3.1h4.4z'/%3E%3C/svg%3E");
}
.select::-webkit-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.select::-moz-placeholder {
  color: #352d25;
  opacity: 1;
}
.select:-moz-placeholder {
  color: #352d25;
  opacity: 1;
}
.select::-ms-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.select:-ms-input-placeholder {
  color: #352d25;
  opacity: 1;
}
.select[disabled] {
  border-color: #e9d1b9;
  background-color: #F6F1E7;
}
.select::-ms-expand {
  display: none;
}
.select__min {
  height: 40px;
}

/* qty */
.qty {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.qty.min .btn__qty {
  width: 40px;
  height: 40px;
}
.qty.min .btn__qty .icon {
  width: 12px;
  height: 12px;
}
.qty.min .input__qty {
  width: 110px;
  height: 40px;
}

/* tabs */
.tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #2F1F07;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #B27F56;
  background-color: transparent;
  padding: 0 20px;
  margin-bottom: 5px;
}
.tabs__btn:hover {
  color: #B27F56;
}
.tabs__btn.is-active {
  color: #B27F56;
  background-color: #ffffff;
  border-color: #ffffff;
}
.tabs__item {
  display: none;
}
.tabs__item.is-show {
  display: block;
}

/* slider */
.slider__container {
  position: relative;
}
.slider__container .product__item {
  margin-bottom: 0;
}
.slider__tabs .tabs__item {
  opacity: 0;
  height: 0;
  visibility: hidden;
  position: relative;
  display: block;
}
.slider__tabs .tabs__item.is-show {
  opacity: 1;
  height: 100%;
  visibility: visible;
}

/* dropdown */
.dropdown {
  position: relative;
  cursor: pointer;
}
.dropdown:hover {
  color: #B27F56;
}
.dropdown:hover .dropdown__content {
  display: block;
}
.dropdown__content {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  min-width: 170px;
  padding-top: 10px;
  transform: translateX(-50%);
  z-index: 50;
}
.dropdown__list {
  padding: 8px 10px;
  background-color: #2F1F07;
  box-shadow: 0 5px 15px rgba(47, 31, 7, 0.1);
  border-radius: 5px;
  position: relative;
}
.dropdown__list:before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -2px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2F1F07;
}
.dropdown__item {
  color: #ffffff;
}
.dropdown__item:hover {
  color: #B27F56;
}
.dropdown__link {
  display: block;
  font-size: 15px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 500;
  padding: 2px 0;
  width: 100%;
  white-space: nowrap;
}
.dropdown__link:hover {
  color: #B27F56;
}

/* language */
.language__list {
  display: flex;
  align-items: center;
}
.language__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 30px;
  width: 36px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #B27F56;
  border-radius: 3px;
  overflow: hidden;
}
.language__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  text-transform: capitalize;
  background-color: #4B2E05;
}
.language__link:hover {
  color: #B27F56;
  background-color: #ffffff;
}

/* scroll up */
.scrollup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(47, 31, 7, 0.1);
  color: #B27F56;
  position: fixed;
  bottom: 50px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.scrollup .icon {
  width: 14px;
  height: 14px;
  transition: none;
}
.scrollup:hover {
  color: #ffffff;
  background-color: #B27F56;
}
.scrollup.is-show {
  opacity: 1;
  visibility: visible;
}

/* viberup */
.viberup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(47, 31, 7, 0.1);
  color: #59267c;
  position: fixed;
  bottom: 50px;
  left: 10px;
  z-index: 5;
}
.viberup .icon {
  width: 28px;
  height: 28px;
  transition: none;
}
.viberup:hover {
  color: #ffffff;
  background-color: #59267c;
}

/* error */
.error {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 17px;
  color: #B27F56;
  padding-top: 5px;
}

/* search */
.search {
  position: relative;
}
.search .label {
  margin-bottom: 3px;
}
.search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 3px;
  right: 0;
  color: #a08a75;
}
.search__btn:hover {
  color: #B27F56;
}
.search__list {
  max-height: 360px;
  background-color: #ffffff;
  border: 1px solid #a08a75;
  border-radius: 5px;
  padding: 12px 15px;
}
.search__item {
  margin-bottom: 8px;
}
.search__item:last-child {
  margin-bottom: 0;
}
.search__link {
  display: block;
  font-size: 15px;
  line-height: 23px;
  color: #2F1F07;
}
.search__link:hover {
  color: #B27F56;
  text-decoration: underline;
}
.search__datalist {
  position: relative;
}
.search__datalist-field {
  position: relative;
}
.search__datalist-reset {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23ff0000'%3E%3Cpath d='M12.2 10 19 3.2c.3-.3.5-.7.5-1.1s-.2-.8-.5-1.1c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5L10 7.8 3.2 1C2.9.7 2.5.6 2.1.6c-.4 0-.8.2-1.1.5-.2.2-.4.6-.4 1s.1.8.4 1.1L7.8 10 1 16.8c-.3.3-.5.7-.5 1.1 0 .4.2.8.5 1.1.3.3.7.5 1.1.5s.8-.2 1.1-.5l6.8-6.8 6.8 6.8c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5.3-.3.5-.7.5-1.1 0-.4-.2-.8-.5-1.1L12.2 10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center center;
  background-color: transparent;
  z-index: 10;
  cursor: pointer;
}
.search__datalist-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #a08a75;
  border-radius: 3px;
  background-color: #ffffff;
  max-height: 400px;
  overflow-y: auto;
  z-index: 10;
}
.search__datalist-list[data-toggle=false] {
  display: none;
}
.search__datalist-list[data-toggle=true] {
  display: block;
}
.search__datalist-item {
  display: block;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 21px;
  color: #2F1F07;
  background-color: #ffffff;
  cursor: pointer;
}
.search__datalist-item[data-display=false] {
  display: none;
}
.search__datalist-item[data-display=true] {
  display: block;
}
.search__datalist-item.active {
  background-color: #B27F56 !important;
  color: #ffffff !important;
}
.search__datalist-item:hover {
  background-color: #F6F1E7;
}

/* breadcrumbs */
.breadcrumbs {
  padding-top: 20px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #352d25;
  padding: 2px 0;
  position: relative;
}
.breadcrumbs__item:after {
  content: "";
  display: block;
  margin: 0 10px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%238a92a3'%3E%3Cpath d='M6.4.5 4.1 2.7l7.3 7.3-7.3 7.3 2.2 2.2 9.5-9.5L6.4.5z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.breadcrumbs__item:last-child:after, .breadcrumbs__item:only-child:after {
  display: none;
}
.breadcrumbs__link {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 19px;
  color: #352d25;
}
.breadcrumbs__link:hover {
  color: #B27F56;
  text-decoration: underline;
}

/* rating */
.rating__list {
  display: flex;
  align-items: center;
}
.rating__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  color: #fe9800;
}
.rating__item .icon {
  width: 18px;
  height: 18px;
}
.rating__item.disabled {
  color: #a08a75;
}
.rating__wrap {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 15px;
}
.rating__title {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  padding: 0;
  margin-right: 15px;
  color: #2F1F07;
}
.rating__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
.rating__label {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  padding-right: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23b6bcca'%3E%3Cpath d='M19.4 7.6c-.2-.5-.6-.8-1.1-.9l-5-.7-2.2-4.7C11 .8 10.5.5 10 .5c-.5 0-1 .3-1.2.8L6.6 6l-5 .8c-.5 0-.9.4-1 .8-.2.5 0 1 .3 1.4l3.6 3.7-.9 5.2c-.1.5.1 1 .6 1.3.4.3.9.3 1.4.1l4.4-2.5 4.5 2.5c.4.2 1 .2 1.4-.1.4-.3.6-.8.6-1.3l-.9-5.2L19.1 9c.4-.3.5-.9.3-1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  position: relative;
  box-sizing: content-box;
}

.rating > .rating__input:checked ~ .rating__label,
.rating:not(:checked) > .rating__label:hover,
.rating:not(:checked) > .rating__label:hover ~ .rating__label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23fe9800'%3E%3Cpath d='M19.4 7.6c-.2-.5-.6-.8-1.1-.9l-5-.7-2.2-4.7C11 .8 10.5.5 10 .5c-.5 0-1 .3-1.2.8L6.6 6l-5 .8c-.5 0-.9.4-1 .8-.2.5 0 1 .3 1.4l3.6 3.7-.9 5.2c-.1.5.1 1 .6 1.3.4.3.9.3 1.4.1l4.4-2.5 4.5 2.5c.4.2 1 .2 1.4-.1.4-.3.6-.8.6-1.3l-.9-5.2L19.1 9c.4-.3.5-.9.3-1.4z'/%3E%3C/svg%3E");
}

.rating > .rating__input:checked + .rating__label:hover,
.rating > .rating__input:checked ~ .rating__label:hover,
.rating > .rating__label:hover ~ .rating__input:checked ~ .rating__label,
.rating > .rating__input:checked ~ .rating__label:hover ~ .rating__label {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23e14d00'%3E%3Cpath d='M19.4 7.6c-.2-.5-.6-.8-1.1-.9l-5-.7-2.2-4.7C11 .8 10.5.5 10 .5c-.5 0-1 .3-1.2.8L6.6 6l-5 .8c-.5 0-.9.4-1 .8-.2.5 0 1 .3 1.4l3.6 3.7-.9 5.2c-.1.5.1 1 .6 1.3.4.3.9.3 1.4.1l4.4-2.5 4.5 2.5c.4.2 1 .2 1.4-.1.4-.3.6-.8.6-1.3l-.9-5.2L19.1 9c.4-.3.5-.9.3-1.4z'/%3E%3C/svg%3E");
}

/* Main */
/* menu */
.menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background-color: #2F1F07;
}
.menu.is-open {
  display: block;
}
.menu__content {
  height: 100%;
  padding: 0 10px;
  overflow-y: auto;
}
.menu__content:after {
  content: "";
  display: block;
  height: 180px;
}
.menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  border-bottom: 1px solid #a08a75;
  background-color: #2F1F07;
  z-index: 2;
}
.menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
}
.menu__catalog {
  padding-top: 80px;
  padding-bottom: 20px;
}
.menu__catalog-item {
  color: #ffffff;
  position: relative;
}
.menu__catalog-item.is-active {
  color: #B27F56;
}
.menu__catalog-link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 21px;
  color: inherit;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu__catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 26px;
  min-width: 26px;
  height: 26px;
  position: absolute;
  top: 11px;
  right: 0;
  border: 1px solid #a08a75;
  border-radius: 3px;
}
.menu__catalog-btn:before, .menu__catalog-btn:after {
  content: "";
  display: block;
  position: absolute;
}
.menu__catalog-btn:before {
  width: 12px;
  height: 2px;
  background-color: #a08a75;
}
.menu__catalog-btn:after {
  width: 2px;
  height: 12px;
  background-color: #a08a75;
}
.menu__catalog-btn.is-active {
  border-color: #B27F56;
}
.menu__catalog-btn.is-active:before {
  background-color: #B27F56;
}
.menu__catalog-btn.is-active:after {
  display: none;
}
.menu__subcatalog {
  display: none;
  padding: 20px;
  background-color: #4B2E05;
  border-radius: 5px;
}
.menu__subcatalog.is-open {
  display: block;
}
.menu__subcatalog-item {
  margin-bottom: 15px;
}
.menu__subcatalog-item:last-child {
  margin-bottom: 5px;
}
.menu__subcatalog-link {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.menu__subcatalog-link:hover {
  text-decoration: underline;
}
.menu__subcatalog-link span {
  display: inline-block;
  color: #a08a75;
  font-size: 13px;
  line-height: 21px;
  padding-left: 5px;
}
.menu__nav {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #4B2E05;
  border-radius: 5px;
}
.menu__nav-item {
  margin-bottom: 15px;
}
.menu__nav-item:last-child {
  margin-bottom: 5px;
}
.menu__nav-link {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.menu__nav-link:hover {
  color: #B27F56;
}
.menu__info {
  margin-bottom: 25px;
}
.menu__info-block {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
.menu__info-block .icon {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  fill: #B27F56;
}
.menu__block-item {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  margin-bottom: 3px;
}
.menu__block-phone {
  display: inline-block;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
}
.menu__block-phone:hover {
  color: #B27F56;
}
.menu__block-link {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
}
.menu__block-link:hover {
  color: #B27F56;
}
.menu__social-list {
  display: flex;
  align-items: center;
}
.menu__social-item {
  margin-right: 15px;
}
.menu__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B27F56;
}
.menu__social-link .icon {
  width: 24px;
  height: 24px;
}
.menu__social-link:hover {
  color: #B27F56;
}

/* faq */
.faq {
  padding-top: 10px;
  margin-bottom: 30px;
}
.faq details {
  display: block;
}
.faq details summary {
  display: block;
  margin-bottom: 10px;
  outline: none;
  list-style: none;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 45px 15px 15px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='%23b6bcca' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.643 0H5.357A5.363 5.363 0 000 5.357v19.286A5.363 5.363 0 005.357 30h19.286A5.363 5.363 0 0030 24.643V5.357A5.363 5.363 0 0024.643 0zM28 24.643C28 26.418 26.418 28 24.643 28H5.357C3.582 28 2 26.275 2 24.5V5.214C2 3.44 3.582 2 5.357 2h19.286C26.418 2 28 3.582 28 5.357v19.286z'/%3E%3Cpath d='M23 13.929h-6.929v-6.93h-2.143v6.93H7v2.142h6.929V23h2.142V16.07h6.93V13.93z'/%3E%3C/svg%3E");
  background-position: center right 15px;
  background-size: 22px;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 21px;
  color: #2F1F07;
  font-weight: normal;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details summary:hover p {
  color: #B27F56;
}
.faq details > div {
  padding: 0 15px;
  margin-bottom: 30px;
}
.faq details > div .wysiwyg {
  padding-top: 10px;
}
.faq details[open] summary {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' fill='%234f5b75' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.643 0H5.357A5.363 5.363 0 000 5.357v19.286A5.363 5.363 0 005.357 30h19.286A5.363 5.363 0 0030 24.643V5.357A5.363 5.363 0 0024.643 0zM28 24.643C28 26.418 26.418 28 24.643 28H5.357C3.582 28 2 26.275 2 24.5V5.214C2 3.44 3.582 2 5.357 2h19.286C26.418 2 28 3.582 28 5.357v19.286z'/%3E%3Cpath d='M23 13.929H7v2.142h16V13.93z'/%3E%3C/svg%3E");
}
.faq details[open] summary p {
  color: #B27F56;
}

/* cookies */
.cookies__content {
  position: fixed;
  right: 10px;
  left: 10px;
  bottom: 10px;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(47, 31, 7, 0.1);
  z-index: 100;
}
.cookies__picture {
  padding: 10px 0 20px;
}
.cookies__img {
  display: block;
  width: 100px;
  height: 80px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cookies__text {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #352d25;
  margin-bottom: 20px;
}
.cookies__text a {
  color: #B27F56;
  text-decoration: underline;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies .btn {
  width: 100%;
  max-width: 240px;
}

/* done */
.done {
  text-align: center;
}
.done__content {
  max-width: 960px;
  margin: 0 auto;
}
.done__picture {
  padding-top: 20px;
  margin-bottom: 20px;
  color: #4B2E05;
}
.done__picture .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}
.done__title {
  margin-bottom: 30px;
}
.done__title-name {
  font-size: 24px;
  line-height: 32px;
  color: #2F1F07;
  font-weight: 500;
}
.done__title-subtitle {
  font-size: 16px;
  line-height: 26px;
  color: #352d25;
  padding-top: 15px;
}
.done__table {
  text-align: left;
  margin-bottom: 30px;
  padding: 5px 0;
}

/* reviews */
.reviews__item {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px;
}
.reviews__item-top {
  margin-bottom: 15px;
}
.reviews__item-info {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}
.reviews__item-author {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #2F1F07;
  font-weight: 500;
}
.reviews__item-date {
  display: block;
  font-size: 13px;
  line-height: 19px;
  color: #a08a75;
}
.reviews__item-description p {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #352d25;
}
.reviews__item-answer {
  margin-top: 15px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #a08a75;
}
.reviews__form {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px;
}
.reviews__form-title {
  display: block;
  font-size: 24px;
  line-height: 28px;
  color: #2F1F07;
  font-weight: 500;
  margin-bottom: 10px;
}
.reviews__form-subtitle {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #352d25;
  margin-bottom: 15px;
}
.reviews__form .btn {
  width: 100%;
}

/* notfound */
.notfound {
  text-align: center;
  padding-top: 20px;
}
.notfound__picture {
  display: block;
  max-width: 670px;
  margin: 0 auto;
}
.notfound__description {
  padding-top: 30px;
}
.notfound__title {
  font-size: 24px;
  line-height: 32px;
  color: #2F1F07;
  font-weight: 500;
}
.notfound__text {
  font-size: 16px;
  line-height: 26px;
  color: #352d25;
  padding-top: 15px;
  margin-bottom: 30px;
}

/* auth */
.auth__remember {
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-top: 10px;
}
.auth__remember .label {
  margin-bottom: 0;
}
.auth__remember .link {
  white-space: nowrap;
}
.auth__option {
  padding-top: 10px;
}
.auth__option-item {
  margin-bottom: 18px;
}
.auth__type-list {
  display: flex;
}
.auth__type-item {
  width: 50%;
}
.auth__action {
  padding-top: 10px;
}
.auth__action .btn {
  width: 100%;
  margin-bottom: 10px;
}
.auth__devider {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e9d1b9;
  position: relative;
}
.auth__devider-title {
  display: block;
  font-size: 12px;
  line-height: 19px;
  color: #352d25;
  background-color: #ffffff;
  padding: 0 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.auth__social-title {
  font-size: 14px;
  line-height: 21px;
  color: #2F1F07;
  margin-bottom: 15px;
  text-align: center;
}
.auth__social-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth__social-item {
  margin: 0 8px;
}
.auth__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

/* cart */
.cart__empty {
  text-align: center;
  padding-top: 20px;
}
.cart__empty-picture {
  width: 84px;
  margin: 0 auto;
  padding: 10px 0;
}
.cart__empty-title {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #2F1F07;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding-top: 10px;
}
.cart__empty-description {
  display: block;
  font-size: 14px;
  line-height: 21px;
  color: #352d25;
  margin-bottom: 30px;
}

/* loader */
.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 100;
}
.loader__content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  color: #ffffff;
  margin: 0 auto;
}
.loader__icon span {
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M18.3 8h-.8c-.6 0-1.1-.5-1.1-1.2 0-.3.1-.6.4-.8l.5-.5c.5-.5.5-1.3 0-1.7l-1.1-1.1c-.2-.2-.5-.3-.9-.3s-.6.1-.9.3l-.4.5c-.2.2-.5.4-.8.4-.6 0-1.2-.5-1.2-1.1v-.8C12 1 11.5.5 10.8.5H9.3c-.7 0-1.2.6-1.2 1.2v.8c0 .6-.5 1.1-1.2 1.1a.9.9 0 0 1-.8-.4l-.5-.4c-.2-.2-.5-.4-.8-.4-.3 0-.6.1-.9.3L2.8 3.9c-.5.5-.5 1.3 0 1.7l.5.5c.2.2.4.5.4.8-.1.6-.6 1.1-1.2 1.1h-.7C1.1 8 .5 8.6.5 9.2v1.6c0 .7.6 1.2 1.2 1.2h.8c.6 0 1.1.5 1.1 1.2 0 .3-.1.6-.4.8l-.5.5c-.5.5-.5 1.3 0 1.7l1.1 1.1c.2.2.5.3.9.3.3 0 .6-.1.9-.3l.5-.5c.2-.2.5-.4.8-.4.6 0 1.2.5 1.2 1.1v.8c0 .7.5 1.2 1.2 1.2h1.5c.7 0 1.2-.6 1.2-1.2v-.8c0-.6.5-1.1 1.2-1.1.3 0 .6.1.8.4l.5.5c.2.2.5.3.9.3.3 0 .6-.1.9-.3l1.1-1.1c.5-.5.5-1.3 0-1.7l-.5-.5c-.2-.2-.4-.5-.4-.8 0-.6.5-1.2 1.1-1.2h.8c.7 0 1.2-.5 1.2-1.2V9.2C19.5 8.6 19 8 18.3 8zM14 10c0 2.2-1.8 4-4 4s-4-1.8-4-4 1.8-4 4-4 4 1.8 4 4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.loader__icon-big {
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  -webkit-animation: rotateIn infinite 1s linear;
          animation: rotateIn infinite 1s linear;
}
.loader__icon-small {
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-animation: rotateOut infinite 1s linear;
          animation: rotateOut infinite 1s linear;
}
.loader__text {
  display: block;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
}

/* alert */
.alert__picture {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  color: #fe9800;
}
.alert__picture .icon {
  width: 60px;
  height: 60px;
}
.alert__content {
  text-align: center;
  padding-top: 20px;
}
.alert__content .btn {
  min-width: 170px;
}
.alert__title {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #2F1F07;
  font-weight: 500;
}
.alert__text {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #352d25;
  padding-top: 5px;
  margin-bottom: 20px;
}

@-webkit-keyframes rotateIn {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateIn {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateOut {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotateOut {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-360deg);
  }
}
/* Wysiwyg */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  padding-top: 10px;
  margin-bottom: 20px;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 26px;
  color: #352d25;
  margin-bottom: 15px;
}
.wysiwyg img {
  display: inline;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 991px) {
  .wysiwyg img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important;
  }
}
.wysiwyg a {
  color: #B27F56;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ol {
  counter-reset: section;
  padding-top: 10px;
  margin-bottom: 30px;
  padding-left: 20px;
}
.wysiwyg ol li {
  font-size: 16px;
  line-height: 24px;
  color: #352d25;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.wysiwyg ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #B27F56;
}
.wysiwyg ul {
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.wysiwyg ul li {
  font-size: 16px;
  line-height: 24px;
  color: #352d25;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #B27F56;
}
.wysiwyg .table {
  overflow: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .wysiwyg .table table {
    width: 992px;
  }
}
.wysiwyg table {
  table-layout: fixed;
}
.wysiwyg table thead tr th, .wysiwyg table thead tr td {
  font-size: 15px;
  line-height: 21px;
  padding: 15px;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
  color: #2F1F07;
  background-color: #e9d1b9;
}
.wysiwyg table tbody tr {
  transition: all 100ms ease;
}
.wysiwyg table tbody tr:nth-child(even) td {
  background-color: #ffffff;
}
.wysiwyg table tbody tr:hover td {
  color: #2F1F07;
  background-color: #F6F1E7;
}
.wysiwyg table tbody tr td {
  font-size: 15px;
  line-height: 21px;
  padding: 15px;
  vertical-align: top;
  color: #352d25;
  word-break: break-word;
  background-color: #F6F1E7;
  transition: all 150ms ease;
}
.wysiwyg table tbody tr td:first-child {
  color: #2F1F07;
  min-width: 100px;
}
.wysiwyg figure {
  padding: 30px 0;
  margin-bottom: 30px;
  position: relative;
}
.wysiwyg figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  width: 2px;
  height: 100%;
  background-color: #B27F56;
}
.wysiwyg figcaption {
  font-size: 18px;
  line-height: 21px;
  color: #2F1F07;
  font-weight: 500;
  padding-left: 60px;
}
.wysiwyg blockquote {
  font-style: italic;
  padding-left: 60px;
  margin-bottom: 10px;
  position: relative;
}
.wysiwyg blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%23ef0005'%3E%3Cpath d='M4.6 3.3a4.1 4.1 0 0 0-4.1 4c0 2.3 1.8 4 4.1 4 .5 0 .9-.1 1.4-.2v.2C6 12.8 4.8 14 3.3 14c-.7 0-1.4.6-1.4 1.3 0 .7.6 1.3 1.4 1.3 3 0 5.4-2.4 5.4-5.4v-4c-.1-2.1-1.9-3.9-4.1-3.9zm14.9 4c0-2.2-1.8-4-4.1-4s-4.1 1.8-4.1 4 1.8 4 4.1 4c.5 0 .9-.1 1.4-.2v.2c0 1.5-1.2 2.7-2.7 2.7-.7 0-1.4.6-1.4 1.3 0 .7.6 1.3 1.4 1.3 3 0 5.4-2.4 5.4-5.4V7.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: #F6F1E7;
}
.wysiwyg blockquote p {
  font-size: 20px;
  line-height: 28px;
  color: #352d25;
}
.wysiwyg__video {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.wysiwyg__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Custom Styles */
.red {
  color: #B27F56;
}

.info {
  text-align: center;
}
.info__text {
  font-size: 15px;
  line-height: 1.5;
  color: #2F1F07;
  border: 1px solid #e8df7d;
  background-color: #fffde6;
  border-radius: 3px;
  padding: 15px;
  margin-bottom: 20px;
}
.info__text span {
  font-weight: 500;
  font-size: 17px;
}
.info .btn {
  min-width: 150px;
}

/* Media */
@media screen and (min-width: 426px) {
  .auth__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .auth__action .btn {
    width: 49%;
  }
  .auth__action .btn:only-child {
    margin: 0 auto;
  }
}
@media screen and (min-width: 526px) {
  .cookies__content {
    max-width: 400px;
    left: unset;
    padding: 20px 25px;
  }
}
@media screen and (min-width: 576px) {
  .tabs {
    justify-content: center;
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
  .tabs__btn {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
  }

  .reviews__item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .reviews__item-info {
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .reviews__item-author {
    margin-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  section, .section {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    padding-top: 185px;
  }

  .section__title {
    margin-bottom: 40px;
  }
  .section__title-name {
    font-size: 30px;
    line-height: 36px;
  }

  .page__title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  .page__content {
    padding-bottom: 50px;
  }

  .btn {
    font-size: 15px;
    height: 50px;
    padding: 0 30px;
  }
  .btn__min {
    font-size: 14px;
    height: 45px;
  }
  .btn__qty {
    height: 50px;
    width: 50px;
  }

  .label__size {
    width: 90px;
  }

  .input__qty {
    height: 50px;
  }

  .tabs {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .tabs__btn {
    font-size: 16px;
    margin-right: 10px;
    width: 200px;
  }

  .scrollup {
    width: 50px;
    height: 50px;
    right: 20px;
  }
  .scrollup .icon {
    width: 18px;
    height: 18px;
  }

  .viberup {
    width: 50px;
    height: 50px;
    left: 20px;
  }
  .viberup .icon {
    width: 36px;
    height: 36px;
  }

  .cookies__content {
    right: 20px;
    bottom: 20px;
  }
  .cookies__img {
    width: 120px;
    height: 100px;
  }

  .faq details summary {
    font-size: 18px;
    line-height: 24px;
  }

  .done__picture .icon {
    width: 120px;
    height: 120px;
  }
  .done__title-name {
    font-size: 38px;
    line-height: 44px;
  }

  .notfound {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 38px;
    line-height: 44px;
    padding-top: 10px;
  }

  .reviews__item {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .reviews__form {
    padding: 25px 30px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    padding-top: 200px;
  }

  section.section {
    padding: 60px 0;
  }

  .tabs__btn {
    width: 220px;
  }

  .language__title {
    font-size: 14px;
  }
  .language__link {
    font-size: 14px;
  }

  .reviews__form .btn {
    width: auto;
    min-width: 220px;
  }
}
@media screen and (min-width: 1440px) {
  .page__title {
    font-size: 44px;
    line-height: 48px;
  }
}
