.box-shadow, .blog__item:hover, .catalog__category-counter, .pagination__item:hover:not(.is-active):not(.disabled), .search__content, .language__list {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.text-shadow, .promo__block-text, .btn__primary {
  text-shadow: 1px 1px 0 rgba(33, 34, 35, 0.4);
}

/* Fonts */
@font-face {
  font-family: "MacPaw Fixel Text";
  src: url(/fonts/MacPawFixelText-Regular.woff2?d134ef3b6b276f1ef6a43ba212a8ecfb) format("woff2"), url(/fonts/MacPawFixelText-Regular.woff?0d4300ca8dfe8ed2b69db2aef04b584e) format("woff"), url(/fonts/MacPawFixelText-Regular.ttf?03de5afbe127a5569fc507e29969de3a) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel Text";
  src: url(/fonts/MacPawFixelText-SemiBold.woff2?2479fb3c0fdaa13a8501ce555528879a) format("woff2"), url(/fonts/MacPawFixelText-SemiBold.woff?efb251f6c342603fa8458fc9a24444c7) format("woff"), url(/fonts/MacPawFixelText-SemiBold.ttf?fa4453f594b1373f71836136018923f0) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MacPaw Fixel Text";
  src: url(/fonts/MacPawFixelText-Bold.woff2?5c6156c3db7aa3ecbebc0bf309e1909b) format("woff2"), url(/fonts/MacPawFixelText-Bold.woff?713b03eb4cb2d8d9757ea9b9fb54a805) format("woff"), url(/fonts/MacPawFixelText-Bold.ttf?18aee33d4b4e485ed6326848e430cedd) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* 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: 1280px) {
  .container {
    max-width: 1540px;
  }
}
.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: 1440px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .row.min {
    margin-right: -6px;
    margin-left: -6px;
  }
  .row.min > div[class*=col-] {
    padding-right: 6px;
    padding-left: 6px;
  }
}
.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: 1440px) {
  .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: rgb(30, 30, 30);
  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;
  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 {
  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;
  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: grab;
}

.fancybox-is-grabbing .fancybox-content {
  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;
  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 {
  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;
}

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex !important;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: inherit !important;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* JQuery UI */
/* Emoji */
.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] {
  position: absolute;
  z-index: 1000;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item {
  font-size: 14px;
  padding: 1px 3px;
  border: 0;
}

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item a {
  text-decoration: none;
  display: block;
  height: 100%;
  line-height: 1.8em;
  padding: 0 1.54em 0 0.615em;
  color: #4f4f4f;
}

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active {
  background-color: #e4e4e4;
}

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item:hover a, .dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item.active a {
  color: #333;
}

.dropdown-menu.textcomplete-dropdown[data-strategy=emojionearea] li.textcomplete-item .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: 0 5px 0.2ex 0;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

.emojionearea-text [class*=emojione-], .emojionearea-text .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.2ex 0.15em 0.2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

.emojionearea, .emojionearea * {
  box-sizing: border-box;
}

.emojionearea.emojionearea-disable {
  position: relative;
  background-color: #eee;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.emojionearea.emojionearea-disable:before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
  position: absolute;
  background-color: #eee;
}

.emojionearea, .emojionearea.form-control {
  display: block;
  position: relative !important;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 14px;
  border: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.emojionearea.focused {
  border-color: #FF6B00;
}

.emojionearea .emojionearea-editor {
  display: block;
  height: auto;
  min-height: 8em;
  max-height: 15em;
  overflow: auto;
  line-height: 1.42857143;
  font-size: inherit;
  color: #555555;
  background-color: transparent;
  border: 0;
  cursor: text;
  margin-right: 1px;
  border-radius: 0;
  box-shadow: none;
}

.emojionearea .emojionearea-editor:empty:before {
  content: attr(placeholder);
  display: block;
  color: #647886;
}

.emojionearea .emojionearea-editor:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.emojionearea .emojionearea-editor [class*=emojione-], .emojionearea .emojionearea-editor .emojioneemoji {
  font-size: inherit;
  height: 2ex;
  width: 2.1ex;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.2ex 0.15em 0.2ex;
  line-height: normal;
  vertical-align: middle;
  max-width: 100%;
  top: 0;
}

.emojionearea.emojionearea-inline {
  height: 34px;
}

.emojionearea.emojionearea-inline > .emojionearea-editor {
  height: 32px;
  min-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 12px;
  right: 24px;
  padding: 6px 0;
}

.emojionearea.emojionearea-inline > .emojionearea-button {
  top: 4px;
}

.emojionearea .emojionearea-button {
  z-index: 5;
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 24px;
  height: 24px;
  opacity: 0.6;
  cursor: pointer;
  transition: opacity 300ms ease-in-out;
}

.emojionearea .emojionearea-button:hover {
  opacity: 1;
}

.emojionearea .emojionearea-button > div {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  transition: all 400ms ease-in-out;
}

.emojionearea .emojionearea-button > div.emojionearea-button-open {
  background-position: 0 -24px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.emojionearea .emojionearea-button > div.emojionearea-button-close {
  background-position: 0 0;
  transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.emojionearea .emojionearea-button.active > div.emojionearea-button-open {
  transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.emojionearea .emojionearea-button.active > div.emojionearea-button-close {
  transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.emojionearea .emojionearea-picker {
  background: #FFFFFF;
  position: absolute;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.32);
  border-radius: 5px;
  height: 276px;
  width: 316px;
  top: -15px;
  right: -15px;
  z-index: 90;
  transition: all 0.25s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.emojionearea .emojionearea-picker.hidden {
  display: none;
}

.emojionearea .emojionearea-picker .emojionearea-wrapper {
  position: relative;
  height: 276px;
  width: 316px;
}

.emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  z-index: 91;
}

.emojionearea .emojionearea-picker .emojionearea-filters {
  width: 100%;
  position: absolute;
  z-index: 95;
}

.emojionearea .emojionearea-picker .emojionearea-filters {
  background: #F5F7F9;
  padding: 0 0 0 7px;
  height: 40px;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter {
  display: block;
  float: left;
  height: 40px;
  width: 32px;
  filter: inherit;
  padding: 7px 1px 0;
  cursor: pointer;
  filter: grayscale(1);
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active {
  background: #fff;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter.active, .emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter:hover {
  filter: grayscale(0);
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > i {
  width: 24px;
  height: 24px;
  top: 0;
}

.emojionearea .emojionearea-picker .emojionearea-filters .emojionearea-filter > img {
  width: 24px;
  height: 24px;
  margin: 0 3px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel {
  height: 30px;
  position: absolute;
  z-index: 95;
  top: 40px;
  left: 0;
  right: 0;
  padding: 5px 0 5px 8px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel .emojionearea-tones {
  float: right;
  margin-right: 10px;
  margin-top: -1px;
}

.emojionearea .emojionearea-picker .emojionearea-tones-panel .emojionearea-tones {
  position: absolute;
  top: 4px;
  left: 171px;
}

.emojionearea .emojionearea-picker .emojionearea-search {
  float: left;
  padding: 0;
  height: 20px;
  width: 160px;
}

.emojionearea .emojionearea-picker .emojionearea-search > input {
  outline: none;
  width: 160px;
  min-width: 160px;
  height: 20px;
}

.emojionearea .emojionearea-picker .emojionearea-tones {
  padding: 0;
  width: 120px;
  height: 20px;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone {
  display: inline-block;
  padding: 0;
  border: 0;
  vertical-align: middle;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-0:after {
  background-color: #ffcf3e;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-1:after {
  background-color: #fae3c5;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-2:after {
  background-color: #e2cfa5;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-3:after {
  background-color: #daa478;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-4:after {
  background-color: #a78058;
}

.emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5, .emojionearea .emojionearea-picker .emojionearea-tones > .btn-tone.btn-tone-5:after {
  background-color: #5e4d43;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone {
  width: 20px;
  height: 20px;
  margin: 0;
  background-color: transparent;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after {
  content: "";
  position: absolute;
  display: block;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone.active:after {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone {
  width: 16px;
  height: 16px;
  margin: 0px 2px;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone.active:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone.active:after {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border: 2px solid #fff;
  width: 8px;
  height: 8px;
  top: 2px;
  left: 2px;
  box-sizing: initial;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-bullet > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-radio > .btn-tone:after {
  border-radius: 100%;
}

.emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-square > .btn-tone:after, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone, .emojionearea .emojionearea-picker .emojionearea-tones.emojionearea-tones-checkbox > .btn-tone:after {
  border-radius: 1px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  height: 236px;
}

.emojionearea .emojionearea-picker .emojionearea-search-panel + .emojionearea-scroll-area {
  height: 206px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area {
  overflow: auto;
  overflow-x: hidden;
  width: 100%;
  position: absolute;
  padding: 0 0 5px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-emojis-list {
  z-index: 1;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title {
  display: block;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #b2b2b2;
  background: #FFFFFF;
  line-height: 20px;
  margin: 0;
  padding: 7px 0 5px 6px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-title:before {
  content: " ";
  display: block;
  clear: both;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block {
  padding: 0 0 0 7px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category {
  padding: 0 !important;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block > .emojionearea-category:before {
  content: " ";
  display: block;
  clear: both;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:after, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojionearea-category-block:before {
  content: " ";
  display: block;
  clear: both;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area [class*=emojione-] {
  box-sizing: content-box;
  margin: 0;
  width: 24px;
  height: 24px;
  top: 0;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  float: left;
  display: block;
  margin: 1px;
  padding: 3px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn:hover {
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: pointer;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn i, .emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img {
  float: left;
  display: block;
  width: 24px;
  height: 24px;
}

.emojionearea .emojionearea-picker .emojionearea-scroll-area .emojibtn img.lazy-emoji {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top .emojionearea-filters {
  top: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-top .emojionearea-scroll-area {
  bottom: 0;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 40px;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-top.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 0;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom .emojionearea-filters {
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-scroll-area {
  top: 0;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-bottom .emojionearea-search-panel {
  top: initial;
  bottom: 40px;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-scroll-area {
  top: initial;
  bottom: 40px;
}

.emojionearea .emojionearea-picker.emojionearea-filters-position-bottom.emojionearea-search-position-top .emojionearea-search-panel {
  top: 0;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top {
  margin-top: -286px;
  right: -14px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -49px;
  bottom: -10px;
  right: 20px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-top.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -80px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left, .emojionearea .emojionearea-picker.emojionearea-picker-position-right {
  margin-right: -326px;
  top: -8px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  width: 10px;
  height: 19px;
  background-position: 0px -60px;
  top: 13px;
  left: -10px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-left.emojionearea-filters-position-bottom .emojionearea-wrapper:after, .emojionearea .emojionearea-picker.emojionearea-picker-position-right.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: right -60px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom {
  margin-top: 10px;
  right: -14px;
  top: 47px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after {
  width: 19px;
  height: 10px;
  background-position: -2px -100px;
  top: -10px;
  right: 20px;
}

.emojionearea .emojionearea-picker.emojionearea-picker-position-bottom.emojionearea-filters-position-bottom .emojionearea-wrapper:after {
  background-position: -2px -90px;
}

.emojionearea .emojionearea-button.active + .emojionearea-picker {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-top {
  margin-top: -269px;
}

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-left,
.emojionearea .emojionearea-button.active + .emojionearea-picker-position-right {
  margin-right: -309px;
}

.emojionearea .emojionearea-button.active + .emojionearea-picker-position-bottom {
  margin-top: -7px;
}

.emojionearea.emojionearea-standalone {
  display: inline-block;
  width: auto;
  box-shadow: none;
}

.emojionearea.emojionearea-standalone .emojionearea-editor {
  min-height: 33px;
  position: relative;
  padding: 6px 42px 6px 6px;
}

.emojionearea.emojionearea-standalone .emojionearea-editor::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  bottom: 4px;
  border-left: 1px solid #e6e6e6;
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-repeat: no-repeat;
  background-position: 20px 4px;
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder .emojioneemoji {
  opacity: 0.4;
}

.emojionearea.emojionearea-standalone .emojionearea-button {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.emojionearea.emojionearea-standalone .emojionearea-button > div {
  right: 6px;
  top: 5px;
}

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-bottom .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-top .emojionearea-wrapper:after {
  right: 23px;
}

.emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-left .emojionearea-wrapper:after, .emojionearea.emojionearea-standalone .emojionearea-picker.emojionearea-picker-position-right .emojionearea-wrapper:after {
  top: 15px;
}

.emojionearea .emojionearea-button > div, .emojionearea .emojionearea-picker .emojionearea-wrapper:after {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAABuCAYAAADMB4ipAAAHfElEQVRo3u1XS1NT2Rb+9uOcQF4YlAJzLymFUHaLrdxKULvEUNpdTnRqD532f+AHMLMc94gqR1Zbt8rBnUh3YXipPGKwRDoWgXvrYiFUlEdIkPPYZ/dAkwox5yQCVt/bzRrBPnt9e+211/etFeDQDu3ArL+/X37OeqmRWoH7+vpItfWawStF1tfXR+zW9xW5ne0p8loOcAKuCdwpRft60C8a+X5zTvebCqcAvmidf1GGHtqhHdpf1qqKzsrKipyensbi4iKWl5cBAMFgEG1tbYhGo2hpadlbmxseHpaDg4MAgI6ODng8HgBAPp/H/Pw8AODatWvo7e2tvUHrui7v3r2L+fl5XL58GVeuXIHH49m1N5/Py0ePHmF0dBQdHR24desWVFXdtYdXAn/48CHm5+dx8+ZNRKPRigEUDpuenpb3799H4YaOnWh5eVmOj48jFoshGo0STdPkwMCAXF5elqV7BgYGpKZpMhqNklgshrGxMbx580Y6gicSCTDGEIvFAADpdBqpVArJZLK4J5lMIpVKIZ1OAwBisRgYY0gkEs6Rp1IphMNh+Hw+AgCGYQAANE0r7in8Xfjm8/lIOBzGq1evnMHX19fR1NRU/D8UCoFzjnA4XFwLh8PgnCMUChXXmpqakM1mUfVBS62xsZHk83lZWi1nz579ZA0AhBDO4A0NDchkMsWSJIRAURRiVy26rktVVUkmk0EgEHAGP3XqFKamppDP56Vpmrhz5w5u374t/X4/OP+w3TRNZLNZ6LoO0zSRz+dlf38/Ll686Jzz8+fPQwiBeDwOt9tNrl+/jkwmU6yaQpVkMhncuHEDbrebxONxCCEQiUScIw8Gg+TBgwdyZGQEyWRSdnV1kVQqJYeGhrC6ugrGGEKhEHp7e3Hy5EmSTCblvXv30NPTg2AwSA6M/vF4HCMjI7b0/yzh8vv9AIBsNrt34aokuQsLC7skt729varkHtqftUFf++FHsrq0QN3eBvp68Tfvf9Mv12oFCYU7G//e9nVuO7dpNbe2W4M//yQr0p8yRvyBo1Zr++lwLcCt7afD/sBRizJGavrB1dDYYh47Htrq+Kb7jBNwxzfdZ44dD201NLaYVUkU7ozQpuAJBkARwnRZpunN5zaa5hJjiXLH05GeiMd7JEM5zzHGNQBGZvk/Iv0yYVWMvK0zKk1Dl6ahW5RQobjqdjy+wEZn9PKF0n2d0csXPL7AhuKq26GECtPQLdPQZVtn1LlB69p7yRVVSEiDEGJwRd12e4+8PR3piRQidnuPvOWKuk0IMSSkwRVV6Np7WVVbSqvGsgSnlKkAFNPQXdrOtuKqcxtcUTUAhmUJnVJmlleJo3CVHmAaOlPUOmYJkxFKibQsSRkXhr4juKIKO2BHVSwcoLrqCVdUYho6K3YYRRWmoUtdey/tgKtK7rUffiQAsLq08MnbNLe2WwBgB/zHzueFyD8nwlIfbvdx8eU0WV1aKD1cVAMs9+F2j9gUPEEKemEJIe3AnXy4XfkBoNKSZHNthWfX31EA69VKttyHVyIOY1wRwmS6tqNsrr31vXo5k/bUu4gT2cp9lhbm0rzCJpeUUrE0vS63+c7/6uXMbDUWl/ssLczNFrVFddUT09AZpUy1LKvO0DVfPrfR9HxqfNbuEe185l9MFX3o6tIC5YpKFLWOfdQQ93Zu49j0+FDCDtjOp1yaOQCYhs4Y40wI05XfWj8yPT40Ua2ey33mEmMTtp2IUEq0nW3FKeJPGPjRp1Iz2QUuLUu66txG9NLVSK3gBZ+C1lcE54oqKOOCK6rm8QU2unu+u1ANuNynvFsBAG1ubbdMQ5eGviMAFDuP0w3sfMpvQEtb24fOQncU1bXl8R7JnOu+ZNv97XxKJwY6+PNPsrm13drObVqUMlMIU5OWpVHOc96Go5lTnV2fzC/VfAozD7HTCa6olBBa1Imlhbmq2lLuQ5xaW6nCPfnln0Yt7bDUhzhps8cfKH5//uTXmvS81OeLdqI/ZoROzSZrHqG/OvOPzxuhK5VgJTvV2bW3EdqJRABwrvvS/kfoSkoZvXT1YEbociHr7vnuYEfogpBFL109HKH/h0fomnXg3Lff79r7/MmvVbWG7gX4QObzc99+Tz7mHKah05KcW6ahQ9feS6cbMCdgt7eBWJagjCuUAC5tZzuouuo0Spm0hElc9R4cbf4bVl8v1p6WUmCuqEwIs34ruxaeeTy4uJVd67As08UVlVmWoG5vA7FLG3WMmHEupVTyW+vh2cn4DADMTsaTuc21LiGEhzHOnQ6gNtMrJSBMCKHkNt999WLi0S7hejEZH81n174WpukiIMw0dKq66p3Bw50RwhUVXFGJKUy28Xal48VkfKrSlWenhsc23q2cEB9SR7iiItwZIbbgHn8AlDFCCMW7laXjqZnHjkNpaubJzNuVpWZCKChjxOMPVH/QlaW0f/G3ZLqWWl6ce/bvlddp7yFD/w8Z+njoX1+GoZMjgzMAMDkyeLAMnRh+uKveJ0YGD4ahEyODFRk6OfrL/hj67GnckaHPng7vjaGzyYmaGDr77KktQ38H8tqx8Wja+WIAAAAASUVORK5CYII=") !important;
}

.emojionearea.emojionearea-standalone .emojionearea-editor.has-placeholder {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMAQMAAABsu86kAAAABlBMVEUAAAC/v79T5hyIAAAAAXRSTlMAQObYZgAAABNJREFUCNdjYGNgQEb/P4AQqiAASiUEG6Vit44AAAAASUVORK5CYII=") !important;
}


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

body {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 15px;
  line-height: 1.8;
  font-family: "MacPaw Fixel Text", Helvetica, Arial, sans-serif;
  color: #212223;
  background-color: #F9F9F9;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
}

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

a,
button,
input,
select,
textarea,
span {
  transition: all 50ms ease;
}

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

.section__title {
  margin-bottom: 25px;
}
.section__title-name {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  color: #212223;
  font-weight: 600;
}
.section__title-description {
  display: block;
  font-size: 16px;
  line-height: 1.7;
  color: #686868;
  padding-top: 15px;
}

.bg__light {
  background-color: #F9F9F9;
}

.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: 150px;
  left: 0;
}

.link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.8;
  color: #1996E0;
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

.page {
  padding-bottom: 25px;
}
.page__title {
  margin-bottom: 20px;
}
.page__title-name {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  color: #212223;
  font-weight: 600;
}
.page .aside__info {
  display: none;
}

/* btn */
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  height: 50px;
  padding: 2px 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}
.btn .icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.btn span {
  display: block;
  padding-top: 3px;
}
.btn__primary {
  color: #ffffff;
  background-color: #1996E0;
}
.btn__primary:hover {
  background-color: rgb(21.4156626506, 128.4939759036, 191.8843373494);
}
.btn__primary-stroke {
  color: #212223;
  text-shadow: none;
  background-color: transparent;
  border: 1px solid #29DDD5;
}
.btn__primary-stroke:hover {
  background-color: #29DDD5;
}
.btn__default {
  color: #212223;
  background-color: #ffffff;
  border: 1px solid rgb(236.25, 236.25, 236.25);
}
.btn__default:hover {
  border-color: #1996E0;
}
.btn__min {
  font-size: 14px;
  height: 45px;
}
.btn[disabled] {
  color: #686868;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #F9F9F9;
}

/* form */
.form {
  display: block;
}
.form__bottom {
  padding-top: 20px;
}
.form__done {
  padding: 10px;
  text-align: center;
}
.form__done-img {
  display: inline-block;
}
.form__done-title {
  display: block;
  color: #212223;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  padding-top: 10px;
}
.form__done-description {
  display: block;
  color: #212223;
  font-size: 15px;
  line-height: 1.5;
  padding-top: 10px;
}
.form__done-close {
  text-align: center;
  padding-top: 25px;
}
.form__done-close .btn {
  width: 100%;
  max-width: 120px;
}

/* label */
.label {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 12px;
}
.label__radio {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #212223;
  padding-left: 30px;
  padding-right: 5px;
  position: relative;
}
.label__radio:before, .label__radio:after {
  content: "";
  display: block;
  position: absolute;
}
.label__radio:before {
  top: -1px;
  left: 1px;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  border-radius: 50%;
}
.label__radio:after {
  top: 4px;
  left: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0;
}
.label__radio a {
  color: #1996E0;
  text-decoration: underline;
}
.label__radio a:hover {
  text-decoration: none;
}
.label__checkbox {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  color: #212223;
  padding-left: 30px;
  padding-right: 5px;
  position: relative;
}
.label__checkbox:before, .label__checkbox:after {
  content: "";
  display: block;
  position: absolute;
}
.label__checkbox:before {
  top: -1px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  border-radius: 2px;
}
.label__checkbox:after {
  top: 3px;
  left: 7px;
  width: 6px;
  height: 9px;
  opacity: 0;
  border: 2px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.label__checkbox a {
  color: #1996E0;
  text-decoration: underline;
}
.label__checkbox a:hover {
  text-decoration: none;
}
.label__title {
  display: block;
  width: 100%;
  font-size: 13px;
  line-height: 1.4;
  color: #212223;
  text-align: left;
}
.label__info {
  display: none;
  font-size: 14px;
  line-height: 1.5;
  color: #212223;
  margin: 8px 0 15px;
  padding: 12px 15px 10px;
  background-color: #FFFFE8;
  border: 1px solid #DEDE94;
}
.label__password {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #939393;
  z-index: 1;
}
.label__password:hover {
  color: #686868;
}

/* input */
.input {
  display: inline-block;
  font-size: 15px;
  color: #212223;
  width: 100%;
  height: 50px;
  padding: 2px 15px 0;
  background-color: #ffffff;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  text-overflow: ellipsis;
}
.input::-webkit-input-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.input::-moz-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.input:-moz-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.input::-ms-input-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.input:focus, .input:active {
  border-color: #1996E0;
}
.input[disabled] {
  background-color: rgb(236.25, 236.25, 236.25);
}
.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 .label__info, .input__checkbox:checked + .label__radio .label__info {
  display: block;
}
.input__radio:checked + .label__radio:before, .input__checkbox:checked + .label__radio:before {
  background-color: #1996E0;
  border-color: #1996E0;
}
.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 {
  background-color: #1996E0;
  border-color: #1996E0;
}
.input__radio:checked + .label__checkbox:after, .input__checkbox:checked + .label__checkbox:after {
  opacity: 1;
}
.input__radio:disabled + .label__radio, .input__checkbox:disabled + .label__radio {
  color: #686868;
}
.input__radio:disabled + .label__checkbox, .input__checkbox:disabled + .label__checkbox {
  color: #686868;
}
.input__radio:disabled + .label__radio:before, .input__checkbox:disabled + .label__radio:before {
  border-color: #686868;
  background-color: #F9F9F9;
}
.input__radio:disabled + .label__checkbox:before, .input__checkbox:disabled + .label__checkbox:before {
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #c6c6c6;
}
.input__textarea {
  display: block;
  width: 100%;
  outline: none;
  resize: vertical;
  line-height: 1.4;
  height: 90px;
  padding: 14px 17px 0;
  min-height: 150px;
  max-height: 250px;
}
.input__date {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%238099A4'%3E%3Cpath d='M18.2 1.9h-1.4v1.7c0 1-1 1.7-2 1.7s-2.1-.7-2.1-1.7V1.9H7.3v1.7c0 1-1 1.7-2 1.7s-2-.7-2-1.7V1.9H1.8c-.7 0-1.3.6-1.3 1.2v15.2c0 .7.6 1.2 1.3 1.2h16.4c.7 0 1.3-.6 1.3-1.2V3.1c0-.7-.6-1.2-1.3-1.2zM17.5 17c0 .3-.2.5-.5.5H3.2c-.3 0-.5-.2-.5-.5V7.1c0-.3.3-.5.6-.5h13.8c.3 0 .6.2.6.5V17z'/%3E%3Cpath d='M6.6 3.2c0 .8-.6 1.4-1.3 1.4S3.9 4 3.9 3.2V1.9c0-.8.6-1.4 1.4-1.4s1.4.6 1.4 1.4v1.3zM16.1 3.2c0 .8-.6 1.4-1.4 1.4-.8 0-1.4-.6-1.4-1.4V1.9c0-.8.6-1.4 1.4-1.4.8 0 1.4.6 1.4 1.4v1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center right 15px;
}
.input__min {
  height: 45px;
}

/* select */
.select {
  display: inline-block;
  font-size: 15px;
  color: #212223;
  width: 100%;
  padding: 2px 40px 0 15px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 7px;
  background-position: center right 12px;
  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: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.select::-moz-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.select:-moz-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.select::-ms-input-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.select:-ms-input-placeholder {
  color: rgb(108.75, 108.75, 108.75);
  opacity: 1;
}
.select[disabled] {
  background-color: rgb(236.25, 236.25, 236.25);
}
.select::-ms-expand {
  display: none;
}
.select__min {
  font-size: 14px;
  height: 40px;
}

/* qty */
.qty {
  position: relative;
}
.qty__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  color: #212223;
  background-color: #F9F9F9;
  position: absolute;
  top: 1px;
}
.qty__btn .icon {
  width: 10px;
  height: 10px;
  transition: none;
}
.qty__btn:hover {
  color: #1996E0;
}
.qty__btn-minus {
  left: 1px;
  border-right: 1px solid rgb(236.25, 236.25, 236.25);
}
.qty__btn-plus {
  right: 1px;
  border-left: 1px solid rgb(236.25, 236.25, 236.25);
}
.qty__input {
  display: block;
  height: 40px;
  width: 100%;
  padding: 3px 40px 0;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  font-size: 15px;
  line-height: 1.5;
  color: #212223;
  text-align: center;
}
.qty__input:focus, .qty__input:active {
  border-color: #1996E0;
}
.qty.min {
  max-width: 130px;
}
.qty.min .qty__btn {
  width: 35px;
  min-width: 35px;
  height: 33px;
}
.qty.min .qty__input {
  height: 35px;
  padding: 3px 35px 0;
}

/* 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: 15px;
  line-height: 1.2;
  font-weight: 600;
  color: #212223;
  height: 45px;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  padding: 2px 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.tabs__btn:hover {
  color: #1996E0;
}
.tabs__btn.is-active {
  color: #ffffff;
  background-color: #212223;
  border-color: #212223;
}
.tabs__item {
  display: none;
}
.tabs__item.is-show {
  display: block;
}

/* language */
.language {
  display: flex;
  align-items: center;
}
.language__title {
  font-size: 13px;
  line-height: 1.5;
  color: #686868;
}
.language__current {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.language__current span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #212223;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 5px;
}
.language__current .icon {
  width: 7px;
  height: 7px;
  fill: #1996E0;
}
.language__current:hover .language__list {
  display: block;
}
.language__list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 5px;
  z-index: 5;
}
.language__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  color: #939393;
  font-weight: 600;
  padding-top: 4px;
  padding-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: default;
}
.language__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #212223;
}
.language__link:hover {
  color: #1996E0;
}

/* scroll up */
.scrollup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #212223;
  position: fixed;
  bottom: 20px;
  right: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: 5;
}
.scrollup .icon {
  width: 16px;
  height: 16px;
  transition: none;
}
.scrollup:hover {
  color: #212223;
  border-color: #1996E0;
}
.scrollup.is-show {
  opacity: 1;
  visibility: visible;
}

/* search */
.search {
  position: relative;
}
.search__title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #212223;
  margin-bottom: 5px;
}
.search__form {
  position: relative;
}
.search__label {
  display: block;
}
.search__label .input {
  font-size: 14px;
  height: 45px;
  width: 100%;
}
.search__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  position: absolute;
  top: 1px;
  right: 1px;
  color: #939393;
}
.search__btn .icon {
  width: 20px;
  height: 20px;
}
.search__btn:hover {
  color: #1996E0;
}
.search__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 5px;
  z-index: 20;
}
.search__content {
  padding: 15px;
  background-color: #ffffff;
}
.search__list {
  max-height: 300px;
}
.search__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #c6c6c6;
}
.search__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.search__item-link {
  display: flex;
}
.search__item-link:hover .search__item-title {
  color: #1996E0;
  text-decoration: underline;
}
.search__item-picture {
  display: block;
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.search__item-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__item-description {
  padding-left: 15px;
  flex: 1;
}
.search__item-title {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #212223;
  font-weight: 600;
}
.search__item-info {
  line-height: 1;
  margin-bottom: 5px;
}
.search__item-cost {
  line-height: 1;
}
.search__item-subtitle {
  display: inline-block;
  font-size: 13px;
  color: #686868;
  line-height: 1.5;
  margin-right: 10px;
}
.search__item-qty {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #686868;
  font-weight: bold;
}
.search__item-qty span {
  font-size: 12px;
  padding-left: 3px;
}
.search__item-discount {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #212223;
  margin-right: 10px;
  position: relative;
}
.search__item-discount:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -1px;
  background-color: #FF1F00;
}
.search__item-price {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #1996E0;
  font-weight: bold;
}
.search__item-price span {
  font-size: 12px;
  padding-left: 3px;
}
.search__empty {
  font-size: 14px;
  line-height: 1.3;
  color: #686868;
}
.search__datalist {
  position: relative;
}
.search__datalist-field {
  position: relative;
}
.search__datalist-reset {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 30px;
  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 #c6c6c6;
  border-radius: 3px;
  background-color: #ffffff;
  max-height: 400px;
  overflow-y: auto;
  z-index: 20;
}
.search__datalist-list[data-toggle=false] {
  display: none;
}
.search__datalist-list[data-toggle=true] {
  display: block;
}
.search__datalist-item {
  display: block;
  padding: 12px 15px 10px;
  font-size: 15px;
  line-height: 1.5;
  color: #212223;
  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: #1996E0 !important;
  color: #ffffff !important;
}
.search__datalist-item:hover {
  color: #ffffff;
  background-color: #1996E0;
}

/* slider */
.slider {
  position: relative;
}
.slider__content {
  overflow: hidden;
}
.slider .slick-slide > div {
  margin: 0 6px;
}
.slider .slick-list {
  margin: 0 -5px;
}

/* breadcrumbs */
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 1.4;
  color: #939393;
  padding: 2px 0;
  position: relative;
}
.breadcrumbs__item:after {
  content: "";
  display: block;
  margin: 0 8px 2px;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%238099A4'%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: 1.4;
  color: #939393;
}
.breadcrumbs__link:hover {
  color: #1996E0;
  text-decoration: underline;
}

/* pagination */
.pagination {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.pagination__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
.pagination__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 4px;
  font-weight: 600;
  cursor: default;
  transition: all 100ms ease;
  background-color: #ffffff;
  border: 1px solid rgb(236.25, 236.25, 236.25);
}
.pagination__item:first-child {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  display: none;
}
.pagination__item:last-child {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  display: none;
}
.pagination__item.is-active {
  color: #ffffff;
  background-color: #212223;
  border-color: #212223;
}
.pagination__item:hover:not(.is-active):not(.disabled) {
  color: #1996E0;
}
.pagination__item.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  color: inherit;
  font-weight: inherit;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.pagination__link .icon {
  width: 14px;
  height: 14px;
}
.pagination__link span {
  padding-top: 2px;
}

/* filter */
.filter {
  position: relative;
}
.filter__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  height: 50px;
  width: 100%;
  background-color: rgb(236.25, 236.25, 236.25);
  padding: 0 18px;
}
.filter__btn-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #212223;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.filter__btn-title .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.filter__btn-title span {
  padding-top: 3px;
}
.filter__title {
  display: none;
}
.filter__content {
  display: none;
}
.filter__content.is-show {
  display: block;
  padding: 0 18px;
  background-color: rgb(236.25, 236.25, 236.25);
}
.filter__block {
  padding: 20px 0 5px;
  border-top: 1px dashed rgb(192.9, 192.9, 192.9);
}
.filter__item {
  margin-bottom: 25px;
}
.filter__item-title {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  color: #939393;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.filter__item-item {
  margin-bottom: 14px;
}

/* Main */
/* promo */
.promo {
  margin-bottom: 10px;
}
.promo__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 5px;
}
.promo__block {
  position: relative;
  min-height: 125px;
  overflow: hidden;
}
.promo__block.is-viber {
  background-color: #6737CF;
}
.promo__block.is-viber .promo__block-btn {
  color: #6737CF;
}
.promo__block.is-telegram {
  background-color: #138FCB;
}
.promo__block.is-telegram .promo__block-btn {
  color: #138FCB;
}
.promo__block-picture {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.promo__block-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promo__block-content {
  padding: 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.promo__block-qr {
  display: none;
}
.promo__block-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
}
.promo__block-text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.promo__block-btn {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  background-color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  min-width: 184px;
}
.promo__block-btn .icon {
  width: 18px;
  height: 18px;
}
.promo__block-btn span {
  padding-top: 4px;
  padding-left: 10px;
}

/* aside */
.aside {
  padding-top: 10px;
}
.aside__catalog-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  color: #29DDD5;
  margin-bottom: 10px;
  background-color: #ffffff;
}
.aside__catalog-btn .icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 10px;
}
.aside__catalog-btn span {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 3px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.aside__catalog-nav {
  display: none;
}
.aside__catalog-nav.is-show {
  display: block;
}
.aside__catalog-list {
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 10px;
}
.aside__catalog-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: rgb(230.2346774194, 251.0653225806, 250.139516129);
  position: relative;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: top 13px left 15px;
}
.aside__catalog-item:nth-child(1) .aside__catalog-link {
  padding: 3px 20px 0;
}
.aside__catalog-item:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23212223' d='M21.964 10.321a1.513 1.513 0 0 0 .002-2.297 1.526 1.526 0 0 0 .01-2.3 1.515 1.515 0 0 0 .077-2.222c-.471-.545-1.314-.451-1.958-.45a.375.375 0 0 0 0 .75h.88a.76.76 0 0 1 .548.231.774.774 0 0 1-.548 1.313h-9.7a.375.375 0 0 0 0 .751h9.7a.776.776 0 0 1 0 1.552c-.018-.003-10.78-.003-10.78-.003-2.491-.156-2.448-3.761.066-3.844h8.36a.375.375 0 0 0 0-.75H4.161c-2.666.024-3.685 3.61-1.36 4.97a2.681 2.681 0 0 0 .001 4.597 2.683 2.683 0 0 0-.213 4.459.376.376 0 0 0 .438-.61 1.921 1.921 0 0 1 1.133-3.473h4.246a2.659 2.659 0 0 0-.81 1.748c-.473.441-.86.966-1.144 1.547a6.514 6.514 0 0 0-2.121-.405.375.375 0 0 0-.367.31c-.294 1.66.24 4.698 3.6 4.732 3.076.294 4.86-1.77 4.397-4.73a.375.375 0 0 0-.367-.312 6.55 6.55 0 0 0-2.12.406 5.271 5.271 0 0 0-1.121-1.526 1.918 1.918 0 0 1 1.894-1.77c.241-.004.776.003 1.01 0a.375.375 0 0 0 0-.751h-.995c-2.542-.068-2.546-3.766 0-3.844h10.713a.773.773 0 0 1 0 1.544h-9.7a.375.375 0 0 0 0 .75h9.7a.774.774 0 0 1 0 1.55H12.73a.375.375 0 0 0 0 .75h8.245a.783.783 0 0 1 .774.774.773.773 0 0 1-.774.77h-9.7a.375.375 0 0 0 0 .751h9.691a.777.777 0 0 1 .01 1.554h-7.86a.375.375 0 0 0 0 .75h7.86c1.378.034 2.073-1.813.988-2.676a1.51 1.51 0 0 0 0-2.296 1.513 1.513 0 0 0 0-2.3ZM5.316 19.234c-.676-.828-.689-2.011-.648-2.58a6.169 6.169 0 0 1 1.529.342 3.399 3.399 0 0 0 .815 3.127 2.614 2.614 0 0 1-1.696-.889Zm4.45-2.095c-.01-.047-.024-.095-.036-.142a6.204 6.204 0 0 1 1.528-.342c.075 1.44-.255 3.114-2.344 3.469a3.457 3.457 0 0 0 .852-2.985Zm-.849-.236c.405 1.122.065 2.158-.955 3.144-1.03-.987-1.351-2.043-.954-3.144.213-.55.538-1.05.954-1.468.416.418.742.918.955 1.468Zm-1.33-6.583a2.644 2.644 0 0 0 .814 1.924H4.16c-2.542-.08-2.544-3.77 0-3.844h1.105a.377.377 0 0 0 0-.754H4.16A1.932 1.932 0 0 1 2.8 4.362a1.909 1.909 0 0 1 1.36-.56h4.247a2.693 2.693 0 0 0-.038 3.815l.032.029H6.739a.377.377 0 0 0 0 .754h1.668a2.659 2.659 0 0 0-.82 1.92Z'/%3E%3C/svg%3E");
}
.aside__catalog-item:nth-child(3) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23212223' d='M21.77 0H2.23a.728.728 0 0 0-.727.727v.752c0 .273.152.512.376.636v20.782c0 .608.495 1.103 1.103 1.103h18.036c.608 0 1.103-.495 1.103-1.103V2.115a.728.728 0 0 0 .376-.636V.727A.728.728 0 0 0 21.77 0Zm-.352 10.38-2.073 2.764c-2.726-.145-5.095-1.55-7.387-2.912-1.851-1.098-3.6-2.135-5.519-2.56a.352.352 0 1 0-.151.687c1.809.4 3.51 1.41 5.31 2.478 2.42 1.436 4.923 2.921 7.906 3.017h.011c.11 0 .215-.051.281-.14l1.622-2.162v11.345a.4.4 0 0 1-.4.4H2.982a.4.4 0 0 1-.4-.4V8.534a6.724 6.724 0 0 1 2.272-.35.351.351 0 1 0 .013-.704 7.366 7.366 0 0 0-2.285.316v-.768c3.346-.626 6.038.27 8.884 1.22 2.42.806 4.905 1.634 7.97 1.634.634 0 1.294-.036 1.982-.114v.612ZM4.836 6.114V4.11c0-.22.18-.4.4-.4h5.261c.22 0 .4.18.4.4v2.255a.4.4 0 0 1-.4.4H9.094c-1.364-.38-2.753-.648-4.258-.65ZM21.794 1.48c0 .013-.011.024-.024.024h-1.128a.352.352 0 1 0 0 .703h.776V9.06c-3.9.462-6.863-.524-9.73-1.48l-.696-.231c.36-.182.608-.555.608-.985V4.109c0-.608-.495-1.103-1.103-1.103h-5.26c-.609 0-1.104.495-1.104 1.103v2.024c-.502.027-1.018.086-1.551.18V2.207h16.557a.352.352 0 1 0 0-.703H2.23a.024.024 0 0 1-.024-.024V.727c0-.013.011-.024.024-.024h19.54c.013 0 .024.011.024.024v.752Z'/%3E%3Cpath fill='%23212223' d='M18.764 3.006h-5.261c-.608 0-1.103.495-1.103 1.103v2.255c0 .608.495 1.103 1.103 1.103h5.26c.609 0 1.104-.495 1.104-1.103V4.109c0-.608-.495-1.103-1.103-1.103Zm.4 3.358a.4.4 0 0 1-.4.4h-5.261a.4.4 0 0 1-.4-.4V4.109c0-.22.18-.4.4-.4h5.26c.221 0 .4.18.4.4v2.255Z'/%3E%3C/svg%3E");
}
.aside__catalog-item:nth-child(4) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill='%23212223' d='M23.648 8.31A.352.352 0 0 0 24 7.96v-4.27a.823.823 0 0 0-.822-.822h-.89a.823.823 0 0 0-.822.822v7.282H19.76V8.216c0-.582-.474-1.056-1.057-1.056h-.287c.146-.189.258-.408.322-.65l.15-.57a.352.352 0 0 0-.34-.442h-5.422a.352.352 0 0 0-.34.443l.15.57c.064.24.175.46.322.649h-2.514c.147-.189.258-.408.322-.65l.15-.57a.352.352 0 0 0-.34-.442H5.454a.352.352 0 0 0-.34.443l.15.57c.064.24.176.46.322.649h-.287c-.583 0-1.057.474-1.057 1.056v2.755H2.534V6.554a.352.352 0 1 0-.705 0v4.768c0 .194.158.352.353.352H4.24V12.8H2.18a.352.352 0 0 0-.352.352v7.16a.118.118 0 0 1-.117.116h-.89a.118.118 0 0 1-.118-.117V3.69c0-.065.053-.118.118-.118h.89c.065 0 .117.053.117.118v1.457a.352.352 0 1 0 .705 0V3.689a.823.823 0 0 0-.822-.822h-.89A.823.823 0 0 0 0 3.689V20.31c0 .453.369.822.822.822h.89a.823.823 0 0 0 .822-.822v-6.806H4.24v1.072a.352.352 0 1 0 .704 0v-6.36c0-.195.158-.353.353-.353h13.404c.195 0 .353.158.353.352v8.795H4.945v-1.025a.352.352 0 0 0-.704 0v1.377c0 .195.158.352.352.352h1.015v2.596c0 .453.369.822.822.822h.89a.823.823 0 0 0 .822-.822v-2.596h7.716v2.596c0 .453.369.822.822.822h.89a.823.823 0 0 0 .822-.822v-2.596h1.015a.352.352 0 0 0 .352-.352v-3.859h1.707v6.807c0 .453.369.822.822.822h.89A.823.823 0 0 0 24 20.31V9.368a.352.352 0 0 0-.705 0V20.31a.118.118 0 0 1-.117.117h-.89a.118.118 0 0 1-.117-.117v-7.159a.352.352 0 0 0-.353-.352H19.76v-1.125h2.06a.352.352 0 0 0 .352-.352V3.689c0-.065.052-.118.117-.118h.89c.065 0 .117.053.117.118v4.27c0 .194.158.352.353.352ZM7.023 7.16c-.506 0-.95-.342-1.079-.83l-.033-.127h4.507l-.034.127c-.13.488-.573.83-1.079.83H7.023Zm7.672 0c-.506 0-.95-.342-1.079-.83l-.034-.127h4.507l-.033.127c-.13.488-.573.83-1.079.83h-2.282ZM7.437 20.31a.118.118 0 0 1-.117.117h-.89a.118.118 0 0 1-.118-.117v-2.596h1.125v2.596Zm10.25 0a.118.118 0 0 1-.117.117h-.89a.118.118 0 0 1-.117-.117v-2.596h1.125v2.596Z'/%3E%3C/svg%3E");
}
.aside__catalog-item.is-active {
  color: rgb(5.8540322581, 36.8459677419, 35.4685483871);
}
.aside__catalog-item.is-active .aside__catalog-link {
  color: rgb(5.8540322581, 36.8459677419, 35.4685483871);
  text-shadow: none;
}
.aside__catalog-item.is-active .aside__catalog-sublist {
  display: block;
}
.aside__catalog-item.is-active .aside__catalog-arrow {
  color: rgb(5.8540322581, 36.8459677419, 35.4685483871);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath fill='%23212223' d='M.857 8a.903.903 0 0 1-.45-.12.823.823 0 0 1-.317-.322.754.754 0 0 1 .081-.838L5.314.32c.08-.1.184-.18.303-.236a.908.908 0 0 1 .766 0 .846.846 0 0 1 .303.236l5.143 6.4a.754.754 0 0 1 .08.838.823.823 0 0 1-.316.323.903.903 0 0 1-.45.119H.857Z'/%3E%3C/svg%3E");
}
.aside__catalog-item:hover {
  background-color: #29DDD5;
}
.aside__catalog-item:hover .aside__catalog-sublink.is-active {
  color: #ffffff;
}
.aside__catalog-link {
  display: flex;
  align-items: center;
  height: 50px;
  width: 100%;
  padding: 3px 20px 0 50px;
  color: #212223;
  font-size: 15px;
  line-height: 1.2;
  transition: none;
}
.aside__catalog-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  color: #212223;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath fill='%23212223' d='M.857 0a.903.903 0 0 0-.45.12.823.823 0 0 0-.317.322.754.754 0 0 0 .081.838l5.143 6.4c.08.1.184.18.303.236a.908.908 0 0 0 .766 0 .846.846 0 0 0 .303-.236l5.143-6.4a.754.754 0 0 0 .08-.838.823.823 0 0 0-.316-.323.903.903 0 0 0-.45-.119H.857Z'/%3E%3C/svg%3E");
  background-position: center center;
  background-size: 10px;
}
.aside__catalog-arrow .icon {
  width: 12px;
  height: 12px;
}
.aside__catalog-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  background-color: transparent;
}
.aside__catalog-sublist {
  display: none;
  width: 100%;
  padding: 0 35px 15px 50px;
}
.aside__catalog-subitem {
  margin-bottom: 5px;
}
.aside__catalog-sublink {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #212223;
}
.aside__catalog-sublink:hover {
  text-decoration: underline;
}
.aside__catalog-sublink.is-active:hover {
  text-decoration: underline;
}
.aside__info {
  padding-top: 15px;
}
.aside__info-block {
  padding-bottom: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dashed #c6c6c6;
}
.aside__info-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.aside__info-title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #686868;
  margin-bottom: 12px;
}
.aside__info-item {
  font-size: 14px;
  color: #212223;
  margin-bottom: 5px;
}
.aside__info-item:last-child {
  margin-bottom: 0;
}
.aside__info-link {
  display: inline-block;
  font-size: 14px;
  color: #212223;
}
.aside__info-link:hover {
  text-decoration: underline;
}

/* social */
.social__title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #686868;
  margin-bottom: 15px;
}
.social__list {
  display: flex;
  align-items: center;
}
.social__item {
  margin-right: 10px;
}
.social__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  position: relative;
}
.social__link .icon {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
}
.social__link span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.social__link:hover {
  color: #ffffff;
}

/* reviews */
.reviews__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 10px;
}
.reviews__item {
  padding: 20px;
  background-color: white;
  height: 100%;
}
.reviews__item-top {
  margin-bottom: 15px;
}
.reviews__item-author {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #212223;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.reviews__item-date {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #939393;
  padding-top: 8px;
}
.reviews__item-description p {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #686868;
}
.reviews__item-answer {
  margin-top: 20px;
  padding: 20px;
  background-color: #ffffff;
  position: relative;
}
.reviews__item-answer:before {
  content: "";
  display: block;
  position: absolute;
  top: -6px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #ffffff;
}
.reviews__form {
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  padding: 15px;
  margin-top: 20px;
}
.reviews__form-content .btn {
  width: 100%;
}
.reviews__form-title {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  color: #212223;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews__form-subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #212223;
  margin-bottom: 15px;
}

/* about */
.about__seo {
  margin-bottom: 20px;
}
.about__seo.is-short {
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.about__seo.is-short:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(249, 249, 249, 0.1) 0%, #f9f9f9 100%);
}

/* catalog */
.catalog__category {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin-bottom: 25px;
}
.catalog__category-item {
  display: block;
}
.catalog__category-item:hover .catalog__category-top:before {
  margin-top: 0;
  margin-left: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.catalog__category-item:hover .catalog__category-counter {
  visibility: visible;
  opacity: 1;
}
.catalog__category-item:hover .catalog__category-title {
  color: #1996E0;
  text-decoration: underline;
}
.catalog__category-top {
  position: relative;
}
.catalog__category-top:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  background-color: rgba(249, 249, 249, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease;
}
.catalog__category-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 42% 0;
  position: relative;
  background-color: #ffffff;
}
.catalog__category-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 100ms ease;
}
.catalog__category-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 8px 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #29DDD5;
  font-size: 11px;
  line-height: 1;
  color: #212223;
  letter-spacing: 1px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
}
.catalog__category-counter span {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  font-weight: bold;
}
.catalog__category-title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 10px 5px 5px;
  font-size: 13px;
  line-height: 1.3;
  color: #212223;
  position: relative;
}
.catalog__filter {
  margin-bottom: 10px;
}
.catalog__sort {
  margin-bottom: 30px;
}
.catalog__sort-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 15px;
  margin-bottom: 20px;
}
.catalog__sort-type {
  margin-bottom: 15px;
}
.catalog__sort-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.catalog__sort-title {
  display: block;
  color: #939393;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 8px;
  white-space: nowrap;
}
.catalog__sort-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  color: #212223;
}
.catalog__sort-btn.is-active {
  color: #ffffff;
  background-color: #212223;
  border-color: #212223;
}
.catalog__list-bottom .btn {
  width: 100%;
}

/* blog */
.blog__item {
  border: 1px solid rgb(236.25, 236.25, 236.25);
  background-color: #ffffff;
  margin-bottom: 10px;
  transition: box-shadow 100ms ease;
}
.blog__item-link {
  display: block;
}
.blog__item-picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 42% 0;
  position: relative;
  background-color: #ffffff;
}
.blog__item-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 100ms ease;
}
.blog__item-description {
  padding: 15px;
}
.blog__item-date {
  display: block;
  width: 100%;
  color: #939393;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 10px;
}
.blog__item-title {
  display: block;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 600;
  color: #212223;
  margin-bottom: 10px;
}
.blog__item-title:hover {
  text-decoration: underline;
}
.blog__item-text {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  color: #212223;
  margin-bottom: 15px;
}
.blog__item-btn {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #1996E0;
  text-decoration: underline;
}
.blog__item-btn:hover {
  text-decoration: none;
}
.blog__item:hover .blog__item-img {
  transform: scale(1.05);
}

/* post */
.post__block {
  border: 1px solid #c6c6c6;
  background-color: #ffffff;
  padding: 15px;
}
.post__block-title {
  display: block;
  font-size: 24px;
  line-height: 1.4;
  color: #212223;
  font-weight: 600;
  margin-bottom: 15px;
}
.post__picture {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 33% 0;
  position: relative;
  background-color: #c6c6c6;
}
.post__img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__info {
  display: block;
  padding: 18px 0 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #c6c6c6;
  font-size: 13px;
  line-height: 1.5;
  color: #939393;
}
.post__nav {
  padding: 15px 0;
}
.post__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  color: #1996E0;
  text-decoration: underline;
  padding: 10px 0;
}
.post__nav-link .icon {
  width: 10px;
  min-width: 10px;
  height: 10px;
}
.post__nav-link span {
  padding: 0 10px;
}
.post__popular-item {
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-gap: 15px;
  margin-bottom: 15px;
}
.post__popular-item:last-child {
  margin-bottom: 0;
}
.post__popular-picture {
  display: block;
  width: 90px;
  height: 90px;
  position: relative;
  background-color: #c6c6c6;
}
.post__popular-img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.post__popular-title {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: #212223;
}
.post__popular-title:hover {
  text-decoration: underline;
}
.post__popular-date {
  display: block;
  color: #939393;
  font-size: 13px;
  line-height: 1.5;
  padding-top: 8px;
}

/* 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: 1px solid #c6c6c6;
  padding: 15px 45px 15px 20px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23462D0A'%3E%3Cpath d='M11.6 8.4V.5H8.4v7.9H.5v3.2h7.9v7.9h3.2v-7.9h7.9V8.4h-7.9z'/%3E%3C/svg%3E");
  background-position: center right 20px;
  background-size: 12px;
  background-repeat: no-repeat;
  font-size: 17px;
  line-height: 1.4;
  color: #212223;
  font-weight: 600;
}
.faq details summary::-webkit-details-marker {
  display: none;
}
.faq details > div {
  padding: 15px 20px;
  margin-bottom: 10px;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  border-bottom: 1px solid #c6c6c6;
  background-color: #ffffff;
}
.faq details[open] summary {
  background-color: rgb(236.25, 236.25, 236.25);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23462D0A'%3E%3Cpath d='M.5 8.4h19v3.2H.5V8.4z'/%3E%3C/svg%3E");
  margin-bottom: 0;
}

/* done */
.done {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.done__content {
  max-width: 960px;
  margin: 0 auto;
}
.done__img {
  display: inline-block;
}
.done__title {
  padding-top: 10px;
  margin-bottom: 25px;
}
.done__title-name {
  font-size: 28px;
  line-height: 1.3;
  color: #212223;
  font-weight: 600;
}
.done__title-subtitle {
  font-size: 15px;
  line-height: 1.6;
  color: #686868;
  padding-top: 10px;
}
.done__table {
  text-align: left;
  margin-bottom: 25px;
  padding: 5px 0;
}
.done__table table {
  margin: 0 !important;
}

/* contacts */
.contacts__block {
  padding: 15px;
  background-color: #ffffff;
  border: 1px solid rgb(236.25, 236.25, 236.25);
  margin-bottom: 15px;
}
.contacts__text {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
  margin-bottom: 20px;
}
.contacts__info {
  margin-bottom: 10px;
}
.contacts__item {
  display: flex;
  margin-bottom: 15px;
}
.contacts__item .icon {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: #1996E0;
}
.contacts__item-content {
  padding-left: 15px;
  flex: 1;
}
.contacts__item-text {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
}
.contacts__item-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
  color: #1996E0;
  text-decoration: underline;
}
.contacts__item-link:hover {
  text-decoration: none;
}
.contacts__phone-link {
  display: inline-block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #212223;
}
.contacts__phone-link:hover {
  color: #1996E0;
}
.contacts__worktime-title {
  display: block;
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
  margin-bottom: 10px;
}
.contacts__map {
  overflow: hidden;
  padding: 50% 0;
  background-color: #e5e3df;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 448' fill='%23d1cfc9'%3E%3Cpath d='M440 68H224a8 8 0 0 0 0 16h208v320H16V84h49.81A71.95 71.95 0 0 0 64 100c0 67.3 64.97 109.03 67.73 110.77a8 8 0 0 0 8.54 0c2.53-1.6 57.5-36.9 66.49-94.77h111.6c-3.43 16.57-20.38 31.86-36.84 46.7-23.21 20.92-49.52 44.64-36.92 75.34 6.07 14.78 17.7 18.62 28.94 22.32 10.62 3.5 22.66 7.47 35.66 21.15 13.2 13.9 29.85 21.22 47.76 21.22 3.74 0 7.53-.32 11.36-.97a74.3 74.3 0 0 0 31.68-13.5v31.94a97.8 97.8 0 0 1-29.22 9.87c-22.98 3.75-42.92-2.26-59.26-17.86-23.03-22-45.38-23.95-66.98-25.83-21.52-1.89-43.77-3.83-70.49-25.58-47.09-38.34-73.77-41.93-126.05-43.62V108a8 8 0 0 0-16 0v272a8 8 0 0 0 8 8h368a8 8 0 0 0 8-8V172a8 8 0 0 0-16 0v93.1c-5.74 10.45-21.62 18.74-34.34 20.89-11.85 2-29.25.93-44.86-15.5-15.77-16.6-31.07-21.64-42.25-25.32-11.01-3.63-16-5.56-19.15-13.2-7.76-18.93 7.23-34.3 32.84-57.4 19.37-17.46 39.34-35.48 42.36-58.57h9.4a8 8 0 0 0 0-16H208c0-39.7-32.3-72-72-72a72.07 72.07 0 0 0-64.47 40H8a8 8 0 0 0-8 8v336a8 8 0 0 0 8 8h432a8 8 0 0 0 8-8V76a8 8 0 0 0-8-8zM48 372V233.2c51.56 1.69 73.26 5.24 115.95 40 30.53 24.86 56.38 27.12 79.2 29.11 20.58 1.8 38.35 3.36 57.32 21.48 16.16 15.42 35.81 23.35 57.53 23.35 5.2 0 10.53-.46 15.96-1.38a113.51 113.51 0 0 0 26.04-7.8V372H48zm88-328c30.88 0 56 25.12 56 56 0 49.13-42.26 84.16-56 94.26-13.77-10.07-56-44.98-56-94.26 0-30.88 25.12-56 56-56z'/%3E%3Cpath d='M408 148a8 8 0 0 0 8-8v-32a8 8 0 0 0-8-8h-32a8 8 0 0 0 0 16h24v24a8 8 0 0 0 8 8zM357.5 158.2l-.43-.38c-.1-.09-.21-.16-.32-.24l-.3-.23-.37-.22-.3-.19-.37-.17-.35-.16-.34-.13-.4-.14-.33-.08c-.14-.04-.29-.08-.43-.1-.12-.03-.24-.04-.37-.06l-.4-.06c-.2-.02-.4-.03-.61-.03L352 156h-.18l-.6.04c-.14.01-.28.04-.41.06l-.37.05-.43.11-.33.09-.4.13-.34.13-.35.16-.36.18-.31.18-.36.22-.31.23c-.1.08-.22.15-.32.24l-.42.37c-.05.06-.11.1-.17.15l-16 16a8 8 0 0 0 11.32 11.32l2.34-2.34v9.37l-13.66 13.65a8 8 0 0 0 11.32 11.32l2.34-2.35V236a8 8 0 0 0 16 0v-20.69l2.34 2.35a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32L360 192.7v-9.37l2.34 2.34a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32l-16-16-.17-.15zM186.34 221.34a8 8 0 0 0 11.32 11.32l2.34-2.35V251a8 8 0 0 0 16 0v-20.69l2.34 2.35a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32L216 207.7v-9.37l2.34 2.34a7.98 7.98 0 0 0 11.32 0 8 8 0 0 0 0-11.32l-16-16-.17-.15c-.13-.13-.27-.25-.42-.37-.1-.09-.21-.16-.32-.24l-.3-.23-.37-.22-.3-.18-.37-.18-.35-.16-.34-.13-.4-.14-.33-.08c-.14-.04-.29-.08-.43-.1-.12-.03-.24-.04-.37-.06l-.4-.06c-.2-.02-.4-.03-.61-.03L208 171h-.18l-.6.04c-.14.01-.28.04-.41.06l-.37.05-.43.11-.33.09-.4.13-.34.13-.35.16-.36.18-.31.18-.36.22-.31.23c-.1.08-.22.15-.32.24l-.42.37-.16.15-16 16a8 8 0 0 0 11.3 11.32l2.35-2.34v9.37l-13.66 13.65zM136 140a40.05 40.05 0 0 0 38.74-50 8 8 0 0 0-15.5 4A24.03 24.03 0 0 1 136 124c-13.22 0-23.99-10.77-23.99-24a24.03 24.03 0 0 1 30-23.25 8 8 0 1 0 4-15.49A40.05 40.05 0 0 0 96 100c0 22.06 17.94 40 40 40z'/%3E%3C/svg%3E");
  position: relative;
}
.contacts__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contacts__form-title {
  display: block;
  font-size: 26px;
  line-height: 1.4;
  color: #212223;
  font-weight: 600;
  margin-bottom: 5px;
}
.contacts__form-subtitle {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #212223;
  margin-bottom: 15px;
}
.contacts__form .btn {
  width: 100%;
}

/* notfound */
.notfound {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
}
.notfound__picture {
  display: block;
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.notfound__img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.notfound__title {
  font-size: 28px;
  line-height: 1.3;
  color: #212223;
  font-weight: 600;
  margin-bottom: 10px;
  padding-top: 30px;
}
.notfound__text {
  font-size: 16px;
  line-height: 1.5;
  color: #212223;
  margin-bottom: 25px;
}

/* cookies */
.cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 25px 15px 15px;
  background-color: rgba(0, 0, 0, 0.95);
  text-align: center;
  z-index: 100;
}
.cookies__img {
  display: block;
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.cookies__text {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 15px;
  padding-top: 15px;
}
.cookies__text a {
  color: #1996E0;
  text-decoration: underline;
}
.cookies__text a:hover {
  text-decoration: none;
}
.cookies .btn {
  width: 100%;
}

/* auth */
.auth__remember {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding-top: 5px;
}
.auth__remember .label {
  margin-bottom: 0;
}
.auth__remember .link {
  white-space: nowrap;
}
.auth__action {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 10px;
}
.auth__action .btn {
  width: 100%;
  height: 55px;
}
.auth__devider {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px dashed #c6c6c6;
  position: relative;
}
.auth__devider-title {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #939393;
  background-color: #ffffff;
  padding: 0 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.auth__social-title {
  font-size: 15px;
  line-height: 1.5;
  color: #212223;
  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;
}

/* Wysiwyg */
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 {
  padding-top: 10px;
  margin-bottom: 20px;
}
.wysiwyg p {
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
  margin-bottom: 15px;
}
.wysiwyg img {
  display: inline;
  width: auto;
  max-width: 100%;
}
@media screen and (max-width: 992px) {
  .wysiwyg img {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px !important;
  }
}
.wysiwyg a {
  color: #1996E0;
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg b, .wysiwyg strong {
  color: #212223;
}
.wysiwyg ol {
  counter-reset: section;
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ol li {
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
  margin-bottom: 5px;
  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: 15px;
  line-height: 1.8;
  color: #1996E0;
  font-weight: 900;
}
.wysiwyg ul {
  padding-top: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.wysiwyg ul li {
  font-size: 15px;
  line-height: 1.8;
  color: #212223;
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
}
.wysiwyg ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #1996E0;
  border-radius: 50%;
}
.wysiwyg table {
  table-layout: fixed;
  margin-top: 30px;
  margin-bottom: 30px;
}
.wysiwyg table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.wysiwyg table tr th {
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 15px;
  vertical-align: top;
  color: #212223;
  text-align: left;
  font-weight: 600;
  word-break: break-word;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wysiwyg table tr td {
  font-size: 15px;
  line-height: 1.6;
  padding: 12px 15px;
  vertical-align: top;
  color: #212223;
  word-break: break-word;
  background-color: #F9F9F9;
  transition: all 150ms ease;
  border: 1px solid #c6c6c6;
}
.wysiwyg figure {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.wysiwyg figure:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 17px;
  width: 2px;
  height: 100%;
  background-color: #1996E0;
}
.wysiwyg figcaption {
  font-size: 15px;
  line-height: 1.8;
  color: #686868;
  padding-left: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wysiwyg blockquote {
  padding-left: 60px;
  margin-bottom: 10px;
  position: relative;
}
.wysiwyg blockquote:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 36px;
  margin-top: -18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' xml:space='preserve' fill='%23F9AA0D'%3E%3Cpath d='M2.4 17.3c-.3-.5-.6-.9-1-1.4a7.86 7.86 0 0 0 4.5-6c-1 .5-2 .4-3 .1a3.7 3.7 0 0 1-2-5.3C2.1 2.3 5 2.4 6.5 3.5c1.1.8 1.8 2 2 3.3.5 2.7-.1 5-1.8 7.2-1.2 1.5-2.6 2.5-4.3 3.3.1 0 .1 0 0 0zM13.1 17.3c-.3-.5-.6-.9-1-1.4 2.4-1.3 4.1-3.1 4.5-6-.5.3-1.1.4-1.7.3-1.9-.1-3.4-1.3-3.7-3.2-.5-2.5 1.7-4.7 4.2-4.4 1.8.3 2.9 1.3 3.5 2.9.8 1.8.7 3.6.1 5.4-.7 2.1-2 3.7-3.8 5-.6.6-1.3 1-2.1 1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px;
  background-color: #ffffff;
}
.wysiwyg blockquote p {
  font-size: 18px;
  line-height: 1.8;
  color: #212223;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.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%;
}
.wysiwyg__table {
  overflow-x: auto;
}
.wysiwyg__table table {
  min-width: 840px;
}

/* Custom Styles */
/* error */
.error {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  color: #FF1F00;
  padding-top: 10px;
}

/* slick */
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
  padding-top: 25px;
}
.slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12px;
  height: 12px;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background-color: #1996E0;
}
.slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgb(223.5, 223.5, 223.5);
  border-radius: 50%;
  font-size: 0;
  text-indent: -99999px;
}

.delivery__item {
  display: none;
}
.delivery__item.active {
  display: block;
}

.payment__item {
  display: none;
}
.payment__item.active {
  display: block;
}

/* Media */
@media screen and (min-width: 376px) {
  .auth__action {
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 476px) {
  .catalog__category {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (min-width: 576px) {
  .scrollup {
    right: 20px;
    bottom: 40px;
  }
  .cookies {
    left: 10px;
    bottom: 10px;
    width: 360px;
  }
  .cookies .btn {
    max-width: 200px;
  }
  .tabs {
    justify-content: center;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .tabs__btn {
    width: 100%;
    margin-bottom: 0;
    border-right: none;
  }
  .tabs__btn:last-child {
    border-right: 1px solid rgb(236.25, 236.25, 236.25);
  }
  .catalog__sort {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .catalog__sort-list {
    grid-column: 1/3;
    margin-bottom: 10px;
  }
  .catalog__sort-type {
    margin-bottom: 0;
  }
  .blog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .blog__item {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0;
  }
  .blog__item-description {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  .blog__item-btn {
    margin-top: auto;
  }
  .promo__wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .promo__block-content {
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  section, .section {
    padding: 30px 0;
  }
  .page__title-name {
    font-size: 32px;
  }
  .catalog__category {
    grid-template-columns: repeat(5, 1fr);
  }
  .pagination__item {
    width: 45px;
    height: 45px;
  }
  .pagination__item:first-child {
    position: static;
    margin: 0 40px;
    display: flex;
  }
  .pagination__item:last-child {
    position: static;
    margin: 0 40px;
    display: flex;
  }
  .pagination__link {
    width: 45px;
    height: 45px;
  }
  .post__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
}
@media screen and (min-width: 992px) {
  .page__title {
    margin-bottom: 25px;
  }
  .page__title-name {
    font-size: 36px;
  }
  .page .aside__info {
    display: block;
  }
  .aside {
    padding: 15px 0 5px;
  }
  .aside__catalog-btn {
    display: none;
  }
  .aside__catalog-nav {
    display: block;
  }
  .scrollup {
    width: 50px;
    height: 50px;
  }
  .scrollup .icon {
    width: 18px;
    height: 18px;
  }
  .btn {
    height: 60px;
    cursor: pointer;
  }
  .btn__min {
    height: 45px;
  }
  .breadcrumbs {
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .tabs__btn {
    height: 50px;
  }
  .catalog__category {
    grid-gap: 10px;
  }
  .catalog__category-title {
    font-size: 14px;
  }
  .filter__btn {
    display: none;
  }
  .filter__title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    font-size: 18px;
    line-height: 1.5;
    color: #212223;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 5px;
  }
  .filter__title .icon {
    width: 12px;
    height: 12px;
  }
  .filter__title span {
    padding-top: 3px;
  }
  .filter__content {
    display: block !important;
    padding: 0 18px;
    background-color: rgb(236.25, 236.25, 236.25);
  }
  .filter__block {
    padding: 20px 0 5px;
    border-top: none;
  }
  .blog__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .post__block {
    padding: 20px;
  }
  .post__block-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .contacts__block {
    padding: 20px;
  }
  .contacts__map {
    padding: 35% 0;
  }
  .reviews__form {
    margin-top: 0;
  }
  .promo__block-content {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-gap: 15px;
    padding: 15px;
  }
  .promo__block-qr {
    display: flex;
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    overflow: hidden;
  }
  .promo__block-qr img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .promo__block-description {
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .tabs {
    justify-content: flex-start;
  }
  .tabs__btn {
    max-width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .section__title {
    margin-bottom: 30px;
  }
  .section__title-name {
    font-size: 32px;
  }
  .catalog__sort {
    display: flex;
    align-items: center;
    grid-gap: 20px;
    width: 100%;
  }
  .catalog__sort-list {
    padding-top: 5px;
    margin-bottom: 0;
  }
  .catalog__sort-type {
    margin-left: auto;
  }
  .catalog__sort-options {
    grid-gap: 20px;
  }
  .catalog__sort-select {
    display: flex;
    align-items: center;
  }
  .catalog__sort-title {
    margin-bottom: 0;
    margin-right: 12px;
    padding-top: 2px;
  }
  .catalog__sort-view {
    display: flex;
    align-items: center;
  }
  .blog__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .post__block {
    padding: 25px;
  }
  .contacts__block {
    padding: 25px;
  }
  .contacts__map {
    padding: 25% 0;
  }
  .reviews__list {
    grid-gap: 15px;
  }
  .reviews__form {
    padding: 25px;
  }
  .search__item-options {
    display: grid;
    grid-template-columns: 110px 1fr;
    grid-gap: 10px;
  }
  .search__item-info {
    margin-bottom: 0;
  }
  .promo__block-content {
    align-items: center;
    grid-template-columns: 120px 1fr;
    grid-gap: 20px;
    padding: 15px 25px;
  }
  .promo__block-qr {
    width: 120px;
    height: 120px;
  }
  .promo__block-description {
    justify-content: center;
  }
  .promo__block-btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .page__title-name {
    font-size: 40px;
  }
  .section__title-name {
    font-size: 36px;
  }
  .aside {
    padding: 20px 0 10px;
  }
  .breadcrumbs {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .catalog__sort-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .catalog__sort-title {
    margin-right: 15px;
  }
  .catalog__category {
    grid-template-columns: repeat(6, 1fr);
  }
  .blog__list {
    grid-gap: 15px;
  }
}
.loader {
  display: block;
  margin: 30px auto;
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
