html,body{overflow-x:hidden}.layout{position:relative;-webkit-transition:-webkit-transform 0.7s;transition:-webkit-transform 0.7s;transition:transform 0.7s;transition:transform 0.7s, -webkit-transform 0.7s;-webkit-transition-timing-function:cubic-bezier(0.91, 0.01, 0.6, 0.99);transition-timing-function:cubic-bezier(0.91, 0.01, 0.6, 0.99)}.store-menu-active{overflow:hidden}.store-menu-active .layout{-webkit-transform:translateX(100%);transform:translateX(100%)}.store-menu-active .light-talk-me{display:none}@media (max-width: 940px), (hover: none){.store-show-page{background:white}}.applications-components-StoreApp-components-MobileFiltersMenu-index-module__menu{position:fixed;width:100%;height:100%;top:0;left:0;background-color:white;-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s, -webkit-transform 0.5s;-webkit-transition-timing-function:cubic-bezier(0.82, 0.01, 0.77, 0.78);transition-timing-function:cubic-bezier(0.82, 0.01, 0.77, 0.78);-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:-1}@media (min-width: 940px){.applications-components-StoreApp-components-MobileFiltersMenu-index-module__menu{display:none}}.store-menu-active .applications-components-StoreApp-components-MobileFiltersMenu-index-module__menu{-webkit-transform:translateX(0);transform:translateX(0);z-index:0}.custom-store .applications-components-StoreApp-components-MobileFiltersMenu-index-module__menu{-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:1000}.store-menu-active .custom-store .applications-components-StoreApp-components-MobileFiltersMenu-index-module__menu{-webkit-transform:translateX(0);transform:translateX(0);z-index:1000}button.applications-components-StoreApp-components-MobileFiltersMenu-index-module__closeButton{position:absolute;right:10px;top:10px;color:white}

.text-white {
  color: white;
}

.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  text-overflow: clip;
}

.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  font: normal normal normal 17px/40px 'Advent Pro', Helvetica, sans-serif;
  border-radius: 40px;
}

.enjoyhint_btn,
.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  -webkit-box-sizing: content-box;
}

.enjoyhint_btn,
.enjoyhint_close_btn,
.enjoyhint_close_btn::after,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  -moz-box-sizing: content-box;
}

.enjoyhint {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1010;
  pointer-events: none;
  overflow: hidden;
}

.enjoyhint_close_btn,
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
  z-index: 1012;
  pointer-events: all;
}

.enjoyhint_hide {
  display: none;
}

.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before {
  background: #fff;
  border: none;
  color: black;
  display: inline-block;
}

.enjoyhint_disable_events {
  position: absolute;
  width: 2000px;
  height: 1500px;
  z-index: 1011;
  pointer-events: all;
}

.enjoyhint_next_btn {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  color: #1ecd97;
  text-align: center;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_next_btn:hover {
  color: white;
  background: #1ecd97;
}

.enjoyhint_next_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  transition: none;
}

.enjoyhint_btn,
.enjoyhint_skip_btn {
  -o-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_skip_btn {
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  color: #1ecd97;
  text-align: center;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_close_btn:active,
.enjoyhint_skip_btn:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}

.enjoyhint_skip_btn:hover {
  color: white;
  background: #1ecd97;
}

.enjoyhint_skip_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -o-transition: none;
}

.enjoyhint_close_btn {
  display: inline-block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 0.3em;
  height: 0.3em;
  border: none;
  border-radius: 1em;
  font: 400 8em / normal Arial, Helvetica, sans-serif;
  color: black;
  background: 0 0;
  border: 2px solid #21e0a3;
}

.enjoyhint_close_btn::after,
.enjoyhint_close_btn::before {
  width: 73%;
  height: 2px;
  font: normal 100% / normal Arial, Helvetica, sans-serif;
}

.enjoyhint_close_btn::before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  content: '';
  top: 48%;
  left: 14%;
  text-shadow: none;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.enjoyhint_close_btn::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  content: '';
  top: 46%;
  left: 15%;
  text-shadow: none;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

#kinetic_container,
.enjoyhint_svg_wrapper,
.enjoyhint_svg_wrapper svg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.enjoyhint_close_btn:hover {
  color: white;
  background: #1ecd97;
  cursor: pointer;
}

.enjoyhint_close_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -o-transition: none;
}

.enjoyhint_btn {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 150px;
  height: 40px;
  cursor: pointer;
  margin: 0 auto;
  border: 2px solid #1ecd97;
  border-radius: 40px;
  font: normal normal normal 17px/40px 'Advent Pro', Helvetica, sans-serif;
  color: #1ecd97;
  text-align: center;
  text-overflow: clip;
  letter-spacing: 1px;
  background: 0 0;
  -webkit-transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
  transition: background-color 0.3s cubic-bezier(0, 0, 0, 0),
    color 0.3s cubic-bezier(0, 0, 0, 0), width 0.3s cubic-bezier(0, 0, 0, 0),
    border-width 0.3s cubic-bezier(0, 0, 0, 0),
    border-color 0.3s cubic-bezier(0, 0, 0, 0);
}

.enjoyhint_btn:hover {
  color: white;
  background: #1ecd97;
}

.enjoyhint_btn:active {
  border: 2px solid #21e0a3;
  background: #21e0a3;
  -webkit-transition: none;
  transition: none;
}

.enjoy_hint_label,
.enjoyhint_svg_wrapper {
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1);
}

.enjoyhint div.canvas-container {
  position: absolute;
}

.enjoyhint_canvas {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#kinetic_container {
  pointer-events: none;
  position: absolute;
}

.enjoyhint_svg_wrapper {
  position: absolute;
  z-index: 100;
}

.enjoyhint_svg_wrapper svg {
  position: absolute;
}

.enjoyhint_svg_transparent .enjoy_hint_label,
.enjoyhint_svg_transparent .enjoyhint_svg_wrapper {
  opacity: 0;
}

.enjoy_hint_label {
  position: absolute;
  color: #fff;
  z-index: 107;
  font-size: 22px;
  font-family: casino_handregular, Arial;
}

div.kineticjs-content {
  position: absolute !important;
}

.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4caf50;
  -webkit-box-shadow: 0 1px 0 0 #4caf50;
          box-shadow: 0 1px 0 0 #4caf50;
}

.select-wrapper.invalid > input.select-dropdown {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
          box-shadow: 0 1px 0 0 #f44336;
}

.select-wrapper.valid + label:after {
  content: attr(data-success);
  color: #4caf50;
  opacity: 1;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.select-wrapper.invalid + label:after {
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.select-wrapper + label:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

.b-radio[type='radio']:not(:checked),
.b-radio[type='radio']:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.b-radio[type='radio']:not(:checked) + label,
.b-radio[type='radio']:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 29px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.28s ease;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.b-radio[type='radio'] + label:before,
.b-radio[type='radio'] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 20px;
  height: 20px;
  z-index: 0;
}

.b-radio[type='radio']:not(:checked) + label:before,
.b-radio[type='radio']:not(:checked) + label:after,
.b-radio[type='radio']:checked + label:before,
.b-radio[type='radio']:checked + label:after,
.b-radio[type='radio'].with-gap:checked + label:before,
.b-radio[type='radio'].with-gap:checked + label:after {
  border-radius: 10px;
  background-color: transparent;
  border: 2px solid #009688;
}

.b-radio[type='radio']:not(:checked) + label:before,
.b-radio[type='radio']:not(:checked) + label:after {
  background-color: transparent;
}

.b-radio[type='radio']:not(:checked) + label:after {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.b-radio[type='radio']:checked + label:after,
.b-radio[type='radio'].with-gap:checked + label:before,
.b-radio[type='radio'].with-gap:checked + label:after {
  width: 14px;
  height: 14px;
  background-color: #009688;
  top: 3px;
  left: 3px;
}

.b-radio[type='radio']:checked + label:after,
.b-radio[type='radio'].with-gap:checked + label:after {
  background-color: #009688;
}

.b-radio[type='radio']:checked + label:after {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.b-radio[type='radio'].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.b-radio[type='radio'].tabbed:focus + label:before {
  -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
          box-shadow: 0 0 0 10px rgba(0, 0, 0, .1);
}

.b-radio[type='radio'].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, .42);
}

.b-radio[type='radio'].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, .42);
}

.b-radio[type='radio']:disabled:not(:checked) + label:before,
.b-radio[type='radio']:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, .42);
}

.b-radio[type='radio']:disabled + label {
  color: rgba(0, 0, 0, .42);
}

.b-radio[type='radio']:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, .42);
}

.b-radio[type='radio']:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, .42);
  border-color: #949494;
}

.error {
  border: 2px solid #f44336;
  border-radius: 3px;
  padding: 10px;
  color: #f44336;
}

.error__title {
  text-transform: uppercase;
  margin: 0 0 10px;
}

.store-info {
  position: relative;
  height: 270px;
  background: #eff3f6;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 20px;
}

.store-info__content {
  text-align: center;
  width: 400px;
  padding: 20px;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.store-info__title {
  display: inline-block;
  padding: 3px 6px;
  color: #000;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 26px;
}

.store-info__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
}

.store-info__image_center {
  margin: 0 auto;
  display: block;
}

@media (max-width: 991px) {
  .store-info {
    border-radius: 0;
    margin: 20px auto 0;
    height: auto;
    padding: 0;
    text-align: center;
  }
  .store-info__content {
    display: block;
    width: 100%;
    padding: 20px 15px 15px;
  }
  .store-info__description {
    width: 100%;
  }
  .store-info__image {
    position: static;
    max-width: 100%;
  }
}

.tag-list .b-btn {
  background: #888888;
  color: white;
  padding: 4px 12px;
  border-radius: 3px;
  cursor: pointer;
  margin: 5px 0;
  display: inline-block;
  font-size: 14px;
}

.tag-list .tag-list__hidden_true,
.tag-list .b-btn_hidden_true {
  display: none;
}

.tag {
  display: inline-block;
}

.tag-list__item {
  font-size: 14px;
  color: #333;
  margin-bottom: 2px;
}

.tag-list__item .active {
  font-weight: bold;
  color: #000;
}

.tag-list__item a {
  color: inherit;
}

.tag-list__featured .tag-list__item {
  text-transform: uppercase;
  font-weight: bold;
  margin: 4px 0;
  position: relative;
}

.tag-list__featured i {
  font-size: 16px;
  position: absolute;
  top: 0;
  left: -28px;
  text-align: center;
  min-width: 25px;
}

.store-menu .tag-list__item {
  margin: 0;
}

.store-menu .tag-list__item a {
  display: inline-block;
  color: white;
}

.store-menu .tag-list__item i {
  position: static;
}

.store-menu .tag-list__item_openable > .tag:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http%3A//www.w3.org/2000/svg%27 id=%27Layer_1%27 viewBox=%27-5 8 9 5%27%3E %3Cpath fill=%27%23777%27 d=%27M2.9 8l.7.7-4.1 4.1-4.1-4.1.7-.7 3.4 3.4L2.9 8z%27/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  position: absolute;
  top: 13px;
  right: 10px;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.store-menu .tag-list__item_openable > .tag.tag_open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.store-menu .tag {
  position: relative;
  font-size: 16px;
  margin: 0;
  display: inline-block;
  padding: 8px;
  width: 100%;
  text-shadow: 0px 0px 1px white;
}

.store-menu .tag-children {
  margin: 8px 0 0 0px;
}

.store-menu .tag-children .tag {
  font-weight: normal;
  text-transform: none;
  padding-left: 45px;
}

.store-menu .tag-children .tag::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: white;
  left: 10px;
  top: 50%;
}

.sidebar {
  width: 100%;
}

.sidebar__header .b-btn {
  text-transform: uppercase;
  font-weight: bold;
  padding: 8px 12px;
  font-size: 14px;
}

.sidebar__content {
  padding: 4px 0 0;
}

.store-menu .sidebar .sidebar__header {
  display: none;
}

.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4caf50;
  -webkit-box-shadow: 0 1px 0 0 #4caf50;
          box-shadow: 0 1px 0 0 #4caf50;
}

.select-wrapper.invalid > input.select-dropdown {
  border-bottom: 1px solid #f44336;
  -webkit-box-shadow: 0 1px 0 0 #f44336;
          box-shadow: 0 1px 0 0 #f44336;
}

.select-wrapper.valid + label:after {
  content: attr(data-success);
  color: #4caf50;
  opacity: 1;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.select-wrapper.invalid + label:after {
  content: attr(data-error);
  color: #f44336;
  opacity: 1;
  -webkit-transform: translateY(9px);
          transform: translateY(9px);
}

.select-wrapper + label:after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-out, 0.2s color ease-out;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}

select.m-select {
  display: none;
}

select.m-select {
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 36px;
}

.b-input-field > select.m-select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}

.b-input-field > select.browser-default {
  display: inline-block;
  position: static;
  opacity: 1;
  width: auto;
  height: 35px;
  pointer-events: all;
}

.select-label {
  position: absolute;
}

.select-wrapper {
  position: relative;
}

.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}

.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 36px;
  line-height: 36px;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper span.caret {
  color: #000;
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}

.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 12.8px;
  font-size: 0.8rem;
}

select.m-select:disabled {
  color: rgba(0, 0, 0, .42);
  cursor: not-allowed;
}

.select-wrapper.disabled span.caret,
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, .42);
}

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, .42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-wrapper i {
  color: rgba(0, 0, 0, .3);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, .3);
  background-color: transparent;
}

.select-dropdown.dropdown-content li.active {
  background-color: transparent;
}

.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, .08);
}

.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, .08);
}

.prefix ~ .select-wrapper {
  margin-left: 48px;
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}

.prefix ~ label {
  margin-left: 48px;
  margin-left: 3rem;
}

.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}

.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, .7);
}

.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, .4);
}

.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 16px;
  padding-left: 1rem;
}

.filters .sort-by {
  margin: 10px 0 0;
}

.filters_custom-store {
  border: none;
}

.filters_custom-store .sort-by {
  text-align: left;
}

.filters_custom-store .categories {
  margin-top: 12px;
}

.filters_custom-store .sort-by {
  margin-top: 5px;
}

.filters_custom-store .categories__content {
  margin: 0;
}

.filters_custom-store .m-select.browser-default {
  width: 100%;
}

.filters_custom-store .b-input-field {
  margin: 5px 0 0;
}

.categories .b-input-field {
  margin-top: 8px;
  margin-top: 0.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.categories .b-input-field .m-select {
  background-color: #eee;
  border: 1px solid #e5e5e5;
}

.categories__content {
  margin: 0 -5px 0;
}

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

.tag-cloud__item {
  display: inline-block;
}

.sort-by__item,
.tag-cloud__item {
  text-transform: lowercase;
  display: inline-block;
  margin: 0 0 0 4px;
}

.sort-by__item:after,
.tag-cloud__item:after {
  content: ' |';
}

.sort-by__item:last-child:after,
.tag-cloud__item:last-child:after {
  content: '';
}

.sort-by__item a,
.tag-cloud__item a {
  text-decoration: underline;
}

.sort-by__item a:hover,
.tag-cloud__item a:hover {
  text-decoration: none;
}

.tag-cloud {
  padding: 8px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  margin: 15px 0;
  background-color: #eeeeee;
  text-align: justify;
}

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

.tag a {
  text-decoration: none;
}

.tag a:hover {
  text-decoration: underline;
}

.bm-overlay {
  top: 0;
  left: 0;
}

.bm-burger-button {
  width: 0;
  height: 0;
  position: relative;
}

.store-menu .categories__content {
  margin: 0;
  padding: 0 15px;
}

.store-menu .categories__content .b-input-field.inline {
  margin-left: 0;
}

.store-menu .sort-by {
  text-align: left;
  padding: 0 15px;
}

.store-menu .sort-by .b-input-field .m-select {
  background-color: #eee;
  border: 1px solid #e5e5e5;
}

.store-menu .sort-by__title {
  color: white;
  text-align: center;
}

.store-menu .categories__title {
  color: white;
  text-align: center;
  font-size: 13px;
}

.store-menu .m-select.browser-default {
  width: 100%;
}

.store-menu .b-input-field {
  display: block;
  width: 100%;
}

.store-menu .b-btn {
  font-size: 16px;
}

@media (max-width: 991px) {
  .filters {
    margin: 10px 0;
    border: 0;
    padding: 0;
  }
  .filters__item .b-btn {
    color: #30454b;
    background: #e3e9ef;
    font-size: 14px;
    padding: 12px 25px;
    text-transform: none;
    width: 100%;
    display: -moz-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .filters__item .b-btn:hover {
    opacity: 0.8;
  }
  .filters__item .b-btn svg {
    height: 21px;
  }
}

@media (max-width: 350px) {
  .filters__item .b-btn {
    padding: 12px;
  }
}

.content__products .error {
  margin: 20px 0;
}

.products {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.products .lds-rolling {
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -100px;
  top: 65px;
}

.products.loading {
  opacity: 0.7;
}

.products__item {
  padding: 0 5px;
}

.product__buy {
  display: none;
  text-align: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  padding: 10px 10px 15px;
  border-left: 1px solid #eff3f6;
  border-right: 1px solid #eff3f6;
  border-bottom: 1px solid #eff3f6;
  background-color: #fff;
}

.product__buy .b-btn {
  padding: 8px 12px;
}

.product__edit {
  position: absolute;
  top: 15px;
  right: 10px;
  font-size: 20px;
  display: none;
  z-index: 1;
}

.product__edit a {
  color: #000;
  opacity: 0.3;
}

.product__edit a:hover {
  opacity: 1;
}

.product__admin {
  position: absolute;
  top: 45px;
  right: 12px;
  font-size: 20px;
  display: none;
  z-index: 1;
}

.product__admin span {
  cursor: pointer;
  opacity: 0.3;
  color: #000;
}

.product__admin span:hover {
  opacity: 1;
}

.admin-setup {
  position: absolute;
  top: 5px;
  left: 100%;
  width: 260px;
  padding: 10px;
  z-index: 2;
  border-radius: 3px;
  background-color: #ebebeb;
}

.admin-setup .message {
  color: #f44336;
  padding: 5px;
  border: 2px solid #f44336;
  border-radius: 3px;
}

.rating .btn {
  padding: 2px 7px;
}

.status {
  margin: 15px 0 0;
}

.sorting-boost {
  font-size: 10px;
  padding: 5px;
}

.product {
  height: 100%;
  padding: 5px 0;
  position: relative;
}

.product:hover {
  z-index: 2;
}

.product:hover .product__design {
  border: 1px solid #eff3f6;
  border-bottom: 1px solid transparent;
  border-radius: 3px;
}

.product:hover .product__buy,
.product:hover .product__edit {
  display: block;
}

.product:hover .product__buy {
  z-index: 1;
}

.product__design {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  border: 1px solid transparent;
  background-color: #fff;
}

.product__img {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 260px;
}

.product__img img {
  max-width: 100%;
}

.product__img a {
  position: relative;
}

.product__title {
  text-align: center;
  margin: 5px 0;
}

.product__title a {
  color: #333;
}

.product__price {
  margin: 5px 0;
  font-size: 22px;
  text-align: center;
}

.product__price_through {
  text-decoration: line-through;
  font-size: 16px;
}

.product__price_discount {
  color: #f44336;
}

.no-find-products {
  padding: 20px;
  text-align: center;
}

.no-find-products .b-btn {
  padding: 6px 12px;
}

.rasterizing-message-small {
  z-index: 0;
  width: 140px;
}

.rasterizing-message-small i {
  margin: 0 5px 0 0;
}

@media (max-width: 1099px) {
  .product:hover .product__design {
    border: 0;
  }
  .product__buy {
    display: inline-block;
    position: static;
    border: 0;
    bottom: 0;
  }
  .product__buy .b-btn {
    padding: 8px;
    font-size: 12px;
  }
  .product__edit,
  .product__admin {
    display: block;
  }
}

.product__badges {
  position: absolute;
  z-index: 1;
  padding: 8px;
}

.product__badges .b-badge {
  margin-bottom: 5px;
}

@media (max-width: 374px) {
  .product__buy .b-btn {
    padding: 4px 0;
    width: 100%;
    font-size: 11px;
  }
}

.content__pagination {
  width: 100%;
  text-align: center;
}

.b-pagination {
  text-align: center;
  display: block;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 0;
}

.b-pagination li {
  display: inline-block;
}

.b-pagination a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  color: black;
  font-style: normal;
  cursor: pointer;
  margin: 0 1px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.b-pagination a:hover {
  background-color: #f5f6f6;
  text-decoration: none;
}

.b-pagination a:focus {
  outline: none;
}

.b-pagination .next a,
.b-pagination .previous a {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
}

.b-pagination .next.disabled a,
.b-pagination .previous.disabled a {
  cursor: not-allowed;
  opacity: 0.3;
}

.b-pagination .previous a {
  background-image: url(/packs/assets/prev_pagination-548afdb50b7843bada91.svg);
}

.b-pagination .next a {
  background-image: url(/packs/assets/next_pagination-d4c1a80f35189056f9c6.svg);
}

.b-pagination .active a {
  cursor: not-allowed;
  background-color: #f5f6f6;
}

.b-pagination .active:hover a {
  background-color: #f5f6f6;
}

.no-find-product {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}

.no-find-product .btn-your-own-design {
  text-transform: uppercase;
  color: white;
  border-radius: 3px;
  background-color: #2e8bd0;
}

.delivery-info,
.guarantee-info {
  position: absolute;
  left: 0;
  width: 100px;
  height: 150px;
  background-color: #eee;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  z-index: 2000;
}

.delivery-info {
  top: 760px;
  background-image: url(/packs/assets/delivery_icon-e15d369c9b01ad81ba9c.png);
  background-position: 23px 10px;
}

.guarantee-info {
  top: 920px;
  background-image: url(/packs/assets/guarantee_icon-a2ea7a933dcbc58e8479.png);
  background-position: 24px 15px;
}

.advantages {
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.advantages__item {
  margin: 0 0 20px;
  width: 47%;
}

@media (max-width: 680px) {

  .advantages__item {
    width: 100%;
  }
}

.advantage {
  padding: 0 0 0 30px;
  position: relative;
}

.advantage__title {
  font-size: 22px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.advantage__title .fa {
  color: #7b7b7b;
  position: absolute;
  top: 2px;
  left: 0;
  width: 22px;
  text-align: center;
}

.advantage__description {
  font-size: 14px;
  line-height: 20px;
  opacity: 0.5;
}

.faq {
  margin: 0 0 50px;
  width: 100%;
}

.faq-question {
  color: #2196f3;
  cursor: pointer;
}

.faq-question:hover {
  text-decoration: underline;
}

.faq-answer {
  padding: 0 0 0 15px;
}

.faq__item {
  font-size: 16px;
  margin: 0 0 5px;
}

.b-badge {
  position: relative;
  padding: 8px 0 8px 40px;
  font-size: 14px;
  min-height: 35px;
}

.b-badge_large {
  font-size: 18px;
  min-height: 40px;
}

.b-badge__icon {
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.b-badge__icon_discount {
  background-image: url(/packs/assets/skidka-68eeb3f6eaa22406b63c.svg);
  min-height: 40px;
}

.b-badge__icon_discount_small {
  background-image: url(/packs/assets/skidka_listing-1b0f6075fd1feed47ae0.svg);
}

.b-badge__icon_new {
  background-image: url(/packs/assets/new-a803a92964bab69ff80b.svg);
}

.b-badge__icon_popularity {
  background-image: url(/packs/assets/hit-2e4aaa912617c25d9525.svg);
}

.b-badge__icon_quality {
  background-image: url(/packs/assets/kachestvo-59a0351d240b0326250f.svg);
}

.b-badge__icon_delivery {
  background-image: url(/packs/assets/dostavka-95db1fbdd66b8de85d7d.svg);
}

.b-badge__icon_certified_mask {
  background-image: url(/packs/assets/bacteria-2b38477496fba38d974a.svg);
}

.b-badge__icon_unavailable {
  border: 1px solid #f5533d;
  color: #f5533d;
  font-size: 12px;
  width: 80px;
  padding: 4px;
  border-radius: 3px;
  text-align: center;
  margin: 0 5px 0 0;
  position: relative;
}

.b-badge__content {
  display: inline-block;
}

.b-badge__value_red {
  color: #f44336;
}

.b-badge__value_green {
  color: #4caf50;
}

.b-badge_unavailable {
  font-size: 12px;
  display: -moz-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-500px:before {
  content: '';
}

.fa-accessible-icon:before {
  content: '';
}

.fa-accusoft:before {
  content: '';
}

.fa-address-book:before {
  content: '';
}

.fa-address-card:before {
  content: '';
}

.fa-adjust:before {
  content: '';
}

.fa-adn:before {
  content: '';
}

.fa-adversal:before {
  content: '';
}

.fa-affiliatetheme:before {
  content: '';
}

.fa-algolia:before {
  content: '';
}

.fa-align-center:before {
  content: '';
}

.fa-align-justify:before {
  content: '';
}

.fa-align-left:before {
  content: '';
}

.fa-align-right:before {
  content: '';
}

.fa-allergies:before {
  content: '';
}

.fa-amazon:before {
  content: '';
}

.fa-amazon-pay:before {
  content: '';
}

.fa-ambulance:before {
  content: '';
}

.fa-american-sign-language-interpreting:before {
  content: '';
}

.fa-amilia:before {
  content: '';
}

.fa-anchor:before {
  content: '';
}

.fa-android:before {
  content: '';
}

.fa-angellist:before {
  content: '';
}

.fa-angle-double-down:before {
  content: '';
}

.fa-angle-double-left:before {
  content: '';
}

.fa-angle-double-right:before {
  content: '';
}

.fa-angle-double-up:before {
  content: '';
}

.fa-angle-down:before {
  content: '';
}

.fa-angle-left:before {
  content: '';
}

.fa-angle-right:before {
  content: '';
}

.fa-angle-up:before {
  content: '';
}

.fa-angrycreative:before {
  content: '';
}

.fa-angular:before {
  content: '';
}

.fa-app-store:before {
  content: '';
}

.fa-app-store-ios:before {
  content: '';
}

.fa-apper:before {
  content: '';
}

.fa-apple:before {
  content: '';
}

.fa-apple-pay:before {
  content: '';
}

.fa-archive:before {
  content: '';
}

.fa-arrow-alt-circle-down:before {
  content: '';
}

.fa-arrow-alt-circle-left:before {
  content: '';
}

.fa-arrow-alt-circle-right:before {
  content: '';
}

.fa-arrow-alt-circle-up:before {
  content: '';
}

.fa-arrow-circle-down:before {
  content: '';
}

.fa-arrow-circle-left:before {
  content: '';
}

.fa-arrow-circle-right:before {
  content: '';
}

.fa-arrow-circle-up:before {
  content: '';
}

.fa-arrow-down:before {
  content: '';
}

.fa-arrow-left:before {
  content: '';
}

.fa-arrow-right:before {
  content: '';
}

.fa-arrow-up:before {
  content: '';
}

.fa-arrows-alt:before {
  content: '';
}

.fa-arrows-alt-h:before {
  content: '';
}

.fa-arrows-alt-v:before {
  content: '';
}

.fa-assistive-listening-systems:before {
  content: '';
}

.fa-asterisk:before {
  content: '';
}

.fa-asymmetrik:before {
  content: '';
}

.fa-at:before {
  content: '';
}

.fa-audible:before {
  content: '';
}

.fa-audio-description:before {
  content: '';
}

.fa-autoprefixer:before {
  content: '';
}

.fa-avianex:before {
  content: '';
}

.fa-aviato:before {
  content: '';
}

.fa-aws:before {
  content: '';
}

.fa-backward:before {
  content: '';
}

.fa-balance-scale:before {
  content: '';
}

.fa-ban:before {
  content: '';
}

.fa-band-aid:before {
  content: '';
}

.fa-bandcamp:before {
  content: '';
}

.fa-barcode:before {
  content: '';
}

.fa-bars:before {
  content: '';
}

.fa-baseball-ball:before {
  content: '';
}

.fa-basketball-ball:before {
  content: '';
}

.fa-bath:before {
  content: '';
}

.fa-battery-empty:before {
  content: '';
}

.fa-battery-full:before {
  content: '';
}

.fa-battery-half:before {
  content: '';
}

.fa-battery-quarter:before {
  content: '';
}

.fa-battery-three-quarters:before {
  content: '';
}

.fa-bed:before {
  content: '';
}

.fa-beer:before {
  content: '';
}

.fa-behance:before {
  content: '';
}

.fa-behance-square:before {
  content: '';
}

.fa-bell:before {
  content: '';
}

.fa-bell-slash:before {
  content: '';
}

.fa-bicycle:before {
  content: '';
}

.fa-bimobject:before {
  content: '';
}

.fa-binoculars:before {
  content: '';
}

.fa-birthday-cake:before {
  content: '';
}

.fa-bitbucket:before {
  content: '';
}

.fa-bitcoin:before {
  content: '';
}

.fa-bity:before {
  content: '';
}

.fa-black-tie:before {
  content: '';
}

.fa-blackberry:before {
  content: '';
}

.fa-blender:before {
  content: '';
}

.fa-blind:before {
  content: '';
}

.fa-blogger:before {
  content: '';
}

.fa-blogger-b:before {
  content: '';
}

.fa-bluetooth:before {
  content: '';
}

.fa-bluetooth-b:before {
  content: '';
}

.fa-bold:before {
  content: '';
}

.fa-bolt:before {
  content: '';
}

.fa-bomb:before {
  content: '';
}

.fa-book:before {
  content: '';
}

.fa-book-open:before {
  content: '';
}

.fa-bookmark:before {
  content: '';
}

.fa-bowling-ball:before {
  content: '';
}

.fa-box:before {
  content: '';
}

.fa-box-open:before {
  content: '';
}

.fa-boxes:before {
  content: '';
}

.fa-braille:before {
  content: '';
}

.fa-briefcase:before {
  content: '';
}

.fa-briefcase-medical:before {
  content: '';
}

.fa-broadcast-tower:before {
  content: '';
}

.fa-broom:before {
  content: '';
}

.fa-btc:before {
  content: '';
}

.fa-bug:before {
  content: '';
}

.fa-building:before {
  content: '';
}

.fa-bullhorn:before {
  content: '';
}

.fa-bullseye:before {
  content: '';
}

.fa-burn:before {
  content: '';
}

.fa-buromobelexperte:before {
  content: '';
}

.fa-bus:before {
  content: '';
}

.fa-buysellads:before {
  content: '';
}

.fa-calculator:before {
  content: '';
}

.fa-calendar:before {
  content: '';
}

.fa-calendar-alt:before {
  content: '';
}

.fa-calendar-check:before {
  content: '';
}

.fa-calendar-minus:before {
  content: '';
}

.fa-calendar-plus:before {
  content: '';
}

.fa-calendar-times:before {
  content: '';
}

.fa-camera:before {
  content: '';
}

.fa-camera-retro:before {
  content: '';
}

.fa-capsules:before {
  content: '';
}

.fa-car:before {
  content: '';
}

.fa-caret-down:before {
  content: '';
}

.fa-caret-left:before {
  content: '';
}

.fa-caret-right:before {
  content: '';
}

.fa-caret-square-down:before {
  content: '';
}

.fa-caret-square-left:before {
  content: '';
}

.fa-caret-square-right:before {
  content: '';
}

.fa-caret-square-up:before {
  content: '';
}

.fa-caret-up:before {
  content: '';
}

.fa-cart-arrow-down:before {
  content: '';
}

.fa-cart-plus:before {
  content: '';
}

.fa-cc-amazon-pay:before {
  content: '';
}

.fa-cc-amex:before {
  content: '';
}

.fa-cc-apple-pay:before {
  content: '';
}

.fa-cc-diners-club:before {
  content: '';
}

.fa-cc-discover:before {
  content: '';
}

.fa-cc-jcb:before {
  content: '';
}

.fa-cc-mastercard:before {
  content: '';
}

.fa-cc-paypal:before {
  content: '';
}

.fa-cc-stripe:before {
  content: '';
}

.fa-cc-visa:before {
  content: '';
}

.fa-centercode:before {
  content: '';
}

.fa-certificate:before {
  content: '';
}

.fa-chalkboard:before {
  content: '';
}

.fa-chalkboard-teacher:before {
  content: '';
}

.fa-chart-area:before {
  content: '';
}

.fa-chart-bar:before {
  content: '';
}

.fa-chart-line:before {
  content: '';
}

.fa-chart-pie:before {
  content: '';
}

.fa-check:before {
  content: '';
}

.fa-check-circle:before {
  content: '';
}

.fa-check-square:before {
  content: '';
}

.fa-chess:before {
  content: '';
}

.fa-chess-bishop:before {
  content: '';
}

.fa-chess-board:before {
  content: '';
}

.fa-chess-king:before {
  content: '';
}

.fa-chess-knight:before {
  content: '';
}

.fa-chess-pawn:before {
  content: '';
}

.fa-chess-queen:before {
  content: '';
}

.fa-chess-rook:before {
  content: '';
}

.fa-chevron-circle-down:before {
  content: '';
}

.fa-chevron-circle-left:before {
  content: '';
}

.fa-chevron-circle-right:before {
  content: '';
}

.fa-chevron-circle-up:before {
  content: '';
}

.fa-chevron-down:before {
  content: '';
}

.fa-chevron-left:before {
  content: '';
}

.fa-chevron-right:before {
  content: '';
}

.fa-chevron-up:before {
  content: '';
}

.fa-child:before {
  content: '';
}

.fa-chrome:before {
  content: '';
}

.fa-church:before {
  content: '';
}

.fa-circle:before {
  content: '';
}

.fa-circle-notch:before {
  content: '';
}

.fa-clipboard:before {
  content: '';
}

.fa-clipboard-check:before {
  content: '';
}

.fa-clipboard-list:before {
  content: '';
}

.fa-clock:before {
  content: '';
}

.fa-clone:before {
  content: '';
}

.fa-closed-captioning:before {
  content: '';
}

.fa-cloud:before {
  content: '';
}

.fa-cloud-download-alt:before {
  content: '';
}

.fa-cloud-upload-alt:before {
  content: '';
}

.fa-cloudscale:before {
  content: '';
}

.fa-cloudsmith:before {
  content: '';
}

.fa-cloudversify:before {
  content: '';
}

.fa-code:before {
  content: '';
}

.fa-code-branch:before {
  content: '';
}

.fa-codepen:before {
  content: '';
}

.fa-codiepie:before {
  content: '';
}

.fa-coffee:before {
  content: '';
}

.fa-cog:before {
  content: '';
}

.fa-cogs:before {
  content: '';
}

.fa-coins:before {
  content: '';
}

.fa-columns:before {
  content: '';
}

.fa-comment:before {
  content: '';
}

.fa-comment-alt:before {
  content: '';
}

.fa-comment-dots:before {
  content: '';
}

.fa-comment-slash:before {
  content: '';
}

.fa-comments:before {
  content: '';
}

.fa-compact-disc:before {
  content: '';
}

.fa-compass:before {
  content: '';
}

.fa-compress:before {
  content: '';
}

.fa-connectdevelop:before {
  content: '';
}

.fa-contao:before {
  content: '';
}

.fa-copy:before {
  content: '';
}

.fa-copyright:before {
  content: '';
}

.fa-couch:before {
  content: '';
}

.fa-cpanel:before {
  content: '';
}

.fa-creative-commons:before {
  content: '';
}

.fa-creative-commons-by:before {
  content: '';
}

.fa-creative-commons-nc:before {
  content: '';
}

.fa-creative-commons-nc-eu:before {
  content: '';
}

.fa-creative-commons-nc-jp:before {
  content: '';
}

.fa-creative-commons-nd:before {
  content: '';
}

.fa-creative-commons-pd:before {
  content: '';
}

.fa-creative-commons-pd-alt:before {
  content: '';
}

.fa-creative-commons-remix:before {
  content: '';
}

.fa-creative-commons-sa:before {
  content: '';
}

.fa-creative-commons-sampling:before {
  content: '';
}

.fa-creative-commons-sampling-plus:before {
  content: '';
}

.fa-creative-commons-share:before {
  content: '';
}

.fa-credit-card:before {
  content: '';
}

.fa-crop:before {
  content: '';
}

.fa-crosshairs:before {
  content: '';
}

.fa-crow:before {
  content: '';
}

.fa-crown:before {
  content: '';
}

.fa-css3:before {
  content: '';
}

.fa-css3-alt:before {
  content: '';
}

.fa-cube:before {
  content: '';
}

.fa-cubes:before {
  content: '';
}

.fa-cut:before {
  content: '';
}

.fa-cuttlefish:before {
  content: '';
}

.fa-d-and-d:before {
  content: '';
}

.fa-dashcube:before {
  content: '';
}

.fa-database:before {
  content: '';
}

.fa-deaf:before {
  content: '';
}

.fa-delicious:before {
  content: '';
}

.fa-deploydog:before {
  content: '';
}

.fa-deskpro:before {
  content: '';
}

.fa-desktop:before {
  content: '';
}

.fa-deviantart:before {
  content: '';
}

.fa-diagnoses:before {
  content: '';
}

.fa-dice:before {
  content: '';
}

.fa-dice-five:before {
  content: '';
}

.fa-dice-four:before {
  content: '';
}

.fa-dice-one:before {
  content: '';
}

.fa-dice-six:before {
  content: '';
}

.fa-dice-three:before {
  content: '';
}

.fa-dice-two:before {
  content: '';
}

.fa-digg:before {
  content: '';
}

.fa-digital-ocean:before {
  content: '';
}

.fa-discord:before {
  content: '';
}

.fa-discourse:before {
  content: '';
}

.fa-divide:before {
  content: '';
}

.fa-dna:before {
  content: '';
}

.fa-dochub:before {
  content: '';
}

.fa-docker:before {
  content: '';
}

.fa-dollar-sign:before {
  content: '';
}

.fa-dolly:before {
  content: '';
}

.fa-dolly-flatbed:before {
  content: '';
}

.fa-donate:before {
  content: '';
}

.fa-door-closed:before {
  content: '';
}

.fa-door-open:before {
  content: '';
}

.fa-dot-circle:before {
  content: '';
}

.fa-dove:before {
  content: '';
}

.fa-download:before {
  content: '';
}

.fa-draft2digital:before {
  content: '';
}

.fa-dribbble:before {
  content: '';
}

.fa-dribbble-square:before {
  content: '';
}

.fa-dropbox:before {
  content: '';
}

.fa-drupal:before {
  content: '';
}

.fa-dumbbell:before {
  content: '';
}

.fa-dyalog:before {
  content: '';
}

.fa-earlybirds:before {
  content: '';
}

.fa-ebay:before {
  content: '';
}

.fa-edge:before {
  content: '';
}

.fa-edit:before {
  content: '';
}

.fa-eject:before {
  content: '';
}

.fa-elementor:before {
  content: '';
}

.fa-ellipsis-h:before {
  content: '';
}

.fa-ellipsis-v:before {
  content: '';
}

.fa-ember:before {
  content: '';
}

.fa-empire:before {
  content: '';
}

.fa-envelope:before {
  content: '';
}

.fa-envelope-open:before {
  content: '';
}

.fa-envelope-square:before {
  content: '';
}

.fa-envira:before {
  content: '';
}

.fa-equals:before {
  content: '';
}

.fa-eraser:before {
  content: '';
}

.fa-erlang:before {
  content: '';
}

.fa-ethereum:before {
  content: '';
}

.fa-etsy:before {
  content: '';
}

.fa-euro-sign:before {
  content: '';
}

.fa-exchange-alt:before {
  content: '';
}

.fa-exclamation:before {
  content: '';
}

.fa-exclamation-circle:before {
  content: '';
}

.fa-exclamation-triangle:before {
  content: '';
}

.fa-expand:before {
  content: '';
}

.fa-expand-arrows-alt:before {
  content: '';
}

.fa-expeditedssl:before {
  content: '';
}

.fa-external-link-alt:before {
  content: '';
}

.fa-external-link-square-alt:before {
  content: '';
}

.fa-eye:before {
  content: '';
}

.fa-eye-dropper:before {
  content: '';
}

.fa-eye-slash:before {
  content: '';
}

.fa-facebook:before {
  content: '';
}

.fa-facebook-f:before {
  content: '';
}

.fa-facebook-messenger:before {
  content: '';
}

.fa-facebook-square:before {
  content: '';
}

.fa-fast-backward:before {
  content: '';
}

.fa-fast-forward:before {
  content: '';
}

.fa-fax:before {
  content: '';
}

.fa-feather:before {
  content: '';
}

.fa-female:before {
  content: '';
}

.fa-fighter-jet:before {
  content: '';
}

.fa-file:before {
  content: '';
}

.fa-file-alt:before {
  content: '';
}

.fa-file-archive:before {
  content: '';
}

.fa-file-audio:before {
  content: '';
}

.fa-file-code:before {
  content: '';
}

.fa-file-excel:before {
  content: '';
}

.fa-file-image:before {
  content: '';
}

.fa-file-medical:before {
  content: '';
}

.fa-file-medical-alt:before {
  content: '';
}

.fa-file-pdf:before {
  content: '';
}

.fa-file-powerpoint:before {
  content: '';
}

.fa-file-video:before {
  content: '';
}

.fa-file-word:before {
  content: '';
}

.fa-film:before {
  content: '';
}

.fa-filter:before {
  content: '';
}

.fa-fire:before {
  content: '';
}

.fa-fire-extinguisher:before {
  content: '';
}

.fa-firefox:before {
  content: '';
}

.fa-first-aid:before {
  content: '';
}

.fa-first-order:before {
  content: '';
}

.fa-first-order-alt:before {
  content: '';
}

.fa-firstdraft:before {
  content: '';
}

.fa-flag:before {
  content: '';
}

.fa-flag-checkered:before {
  content: '';
}

.fa-flask:before {
  content: '';
}

.fa-flickr:before {
  content: '';
}

.fa-flipboard:before {
  content: '';
}

.fa-fly:before {
  content: '';
}

.fa-folder:before {
  content: '';
}

.fa-folder-open:before {
  content: '';
}

.fa-font:before {
  content: '';
}

.fa-font-awesome:before {
  content: '';
}

.fa-font-awesome-alt:before {
  content: '';
}

.fa-font-awesome-flag:before {
  content: '';
}

.fa-font-awesome-logo-full:before {
  content: '';
}

.fa-fonticons:before {
  content: '';
}

.fa-fonticons-fi:before {
  content: '';
}

.fa-football-ball:before {
  content: '';
}

.fa-fort-awesome:before {
  content: '';
}

.fa-fort-awesome-alt:before {
  content: '';
}

.fa-forumbee:before {
  content: '';
}

.fa-forward:before {
  content: '';
}

.fa-foursquare:before {
  content: '';
}

.fa-free-code-camp:before {
  content: '';
}

.fa-freebsd:before {
  content: '';
}

.fa-frog:before {
  content: '';
}

.fa-frown:before {
  content: '';
}

.fa-fulcrum:before {
  content: '';
}

.fa-futbol:before {
  content: '';
}

.fa-galactic-republic:before {
  content: '';
}

.fa-galactic-senate:before {
  content: '';
}

.fa-gamepad:before {
  content: '';
}

.fa-gas-pump:before {
  content: '';
}

.fa-gavel:before {
  content: '';
}

.fa-gem:before {
  content: '';
}

.fa-genderless:before {
  content: '';
}

.fa-get-pocket:before {
  content: '';
}

.fa-gg:before {
  content: '';
}

.fa-gg-circle:before {
  content: '';
}

.fa-gift:before {
  content: '';
}

.fa-git:before {
  content: '';
}

.fa-git-square:before {
  content: '';
}

.fa-github:before {
  content: '';
}

.fa-github-alt:before {
  content: '';
}

.fa-github-square:before {
  content: '';
}

.fa-gitkraken:before {
  content: '';
}

.fa-gitlab:before {
  content: '';
}

.fa-gitter:before {
  content: '';
}

.fa-glass-martini:before {
  content: '';
}

.fa-glasses:before {
  content: '';
}

.fa-glide:before {
  content: '';
}

.fa-glide-g:before {
  content: '';
}

.fa-globe:before {
  content: '';
}

.fa-gofore:before {
  content: '';
}

.fa-golf-ball:before {
  content: '';
}

.fa-goodreads:before {
  content: '';
}

.fa-goodreads-g:before {
  content: '';
}

.fa-google:before {
  content: '';
}

.fa-google-drive:before {
  content: '';
}

.fa-google-play:before {
  content: '';
}

.fa-google-plus:before {
  content: '';
}

.fa-google-plus-g:before {
  content: '';
}

.fa-google-plus-square:before {
  content: '';
}

.fa-google-wallet:before {
  content: '';
}

.fa-graduation-cap:before {
  content: '';
}

.fa-gratipay:before {
  content: '';
}

.fa-grav:before {
  content: '';
}

.fa-greater-than:before {
  content: '';
}

.fa-greater-than-equal:before {
  content: '';
}

.fa-gripfire:before {
  content: '';
}

.fa-grunt:before {
  content: '';
}

.fa-gulp:before {
  content: '';
}

.fa-h-square:before {
  content: '';
}

.fa-hacker-news:before {
  content: '';
}

.fa-hacker-news-square:before {
  content: '';
}

.fa-hand-holding:before {
  content: '';
}

.fa-hand-holding-heart:before {
  content: '';
}

.fa-hand-holding-usd:before {
  content: '';
}

.fa-hand-lizard:before {
  content: '';
}

.fa-hand-paper:before {
  content: '';
}

.fa-hand-peace:before {
  content: '';
}

.fa-hand-point-down:before {
  content: '';
}

.fa-hand-point-left:before {
  content: '';
}

.fa-hand-point-right:before {
  content: '';
}

.fa-hand-point-up:before {
  content: '';
}

.fa-hand-pointer:before {
  content: '';
}

.fa-hand-rock:before {
  content: '';
}

.fa-hand-scissors:before {
  content: '';
}

.fa-hand-spock:before {
  content: '';
}

.fa-hands:before {
  content: '';
}

.fa-hands-helping:before {
  content: '';
}

.fa-handshake:before {
  content: '';
}

.fa-hashtag:before {
  content: '';
}

.fa-hdd:before {
  content: '';
}

.fa-heading:before {
  content: '';
}

.fa-headphones:before {
  content: '';
}

.fa-heart:before {
  content: '';
}

.fa-heartbeat:before {
  content: '';
}

.fa-helicopter:before {
  content: '';
}

.fa-hips:before {
  content: '';
}

.fa-hire-a-helper:before {
  content: '';
}

.fa-history:before {
  content: '';
}

.fa-hockey-puck:before {
  content: '';
}

.fa-home:before {
  content: '';
}

.fa-hooli:before {
  content: '';
}

.fa-hospital:before {
  content: '';
}

.fa-hospital-alt:before {
  content: '';
}

.fa-hospital-symbol:before {
  content: '';
}

.fa-hotjar:before {
  content: '';
}

.fa-hourglass:before {
  content: '';
}

.fa-hourglass-end:before {
  content: '';
}

.fa-hourglass-half:before {
  content: '';
}

.fa-hourglass-start:before {
  content: '';
}

.fa-houzz:before {
  content: '';
}

.fa-html5:before {
  content: '';
}

.fa-hubspot:before {
  content: '';
}

.fa-i-cursor:before {
  content: '';
}

.fa-id-badge:before {
  content: '';
}

.fa-id-card:before {
  content: '';
}

.fa-id-card-alt:before {
  content: '';
}

.fa-image:before {
  content: '';
}

.fa-images:before {
  content: '';
}

.fa-imdb:before {
  content: '';
}

.fa-inbox:before {
  content: '';
}

.fa-indent:before {
  content: '';
}

.fa-industry:before {
  content: '';
}

.fa-infinity:before {
  content: '';
}

.fa-info:before {
  content: '';
}

.fa-info-circle:before {
  content: '';
}

.fa-instagram:before {
  content: '';
}

.fa-internet-explorer:before {
  content: '';
}

.fa-ioxhost:before {
  content: '';
}

.fa-italic:before {
  content: '';
}

.fa-itunes:before {
  content: '';
}

.fa-itunes-note:before {
  content: '';
}

.fa-java:before {
  content: '';
}

.fa-jedi-order:before {
  content: '';
}

.fa-jenkins:before {
  content: '';
}

.fa-joget:before {
  content: '';
}

.fa-joomla:before {
  content: '';
}

.fa-js:before {
  content: '';
}

.fa-js-square:before {
  content: '';
}

.fa-jsfiddle:before {
  content: '';
}

.fa-key:before {
  content: '';
}

.fa-keybase:before {
  content: '';
}

.fa-keyboard:before {
  content: '';
}

.fa-keycdn:before {
  content: '';
}

.fa-kickstarter:before {
  content: '';
}

.fa-kickstarter-k:before {
  content: '';
}

.fa-kiwi-bird:before {
  content: '';
}

.fa-korvue:before {
  content: '';
}

.fa-language:before {
  content: '';
}

.fa-laptop:before {
  content: '';
}

.fa-laravel:before {
  content: '';
}

.fa-lastfm:before {
  content: '';
}

.fa-lastfm-square:before {
  content: '';
}

.fa-leaf:before {
  content: '';
}

.fa-leanpub:before {
  content: '';
}

.fa-lemon:before {
  content: '';
}

.fa-less:before {
  content: '';
}

.fa-less-than:before {
  content: '';
}

.fa-less-than-equal:before {
  content: '';
}

.fa-level-down-alt:before {
  content: '';
}

.fa-level-up-alt:before {
  content: '';
}

.fa-life-ring:before {
  content: '';
}

.fa-lightbulb:before {
  content: '';
}

.fa-line:before {
  content: '';
}

.fa-link:before {
  content: '';
}

.fa-linkedin:before {
  content: '';
}

.fa-linkedin-in:before {
  content: '';
}

.fa-linode:before {
  content: '';
}

.fa-linux:before {
  content: '';
}

.fa-lira-sign:before {
  content: '';
}

.fa-list:before {
  content: '';
}

.fa-list-alt:before {
  content: '';
}

.fa-list-ol:before {
  content: '';
}

.fa-list-ul:before {
  content: '';
}

.fa-location-arrow:before {
  content: '';
}

.fa-lock:before {
  content: '';
}

.fa-lock-open:before {
  content: '';
}

.fa-long-arrow-alt-down:before {
  content: '';
}

.fa-long-arrow-alt-left:before {
  content: '';
}

.fa-long-arrow-alt-right:before {
  content: '';
}

.fa-long-arrow-alt-up:before {
  content: '';
}

.fa-low-vision:before {
  content: '';
}

.fa-lyft:before {
  content: '';
}

.fa-magento:before {
  content: '';
}

.fa-magic:before {
  content: '';
}

.fa-magnet:before {
  content: '';
}

.fa-male:before {
  content: '';
}

.fa-mandalorian:before {
  content: '';
}

.fa-map:before {
  content: '';
}

.fa-map-marker:before {
  content: '';
}

.fa-map-marker-alt:before {
  content: '';
}

.fa-map-pin:before {
  content: '';
}

.fa-map-signs:before {
  content: '';
}

.fa-mars:before {
  content: '';
}

.fa-mars-double:before {
  content: '';
}

.fa-mars-stroke:before {
  content: '';
}

.fa-mars-stroke-h:before {
  content: '';
}

.fa-mars-stroke-v:before {
  content: '';
}

.fa-mastodon:before {
  content: '';
}

.fa-maxcdn:before {
  content: '';
}

.fa-medapps:before {
  content: '';
}

.fa-medium:before {
  content: '';
}

.fa-medium-m:before {
  content: '';
}

.fa-medkit:before {
  content: '';
}

.fa-medrt:before {
  content: '';
}

.fa-meetup:before {
  content: '';
}

.fa-meh:before {
  content: '';
}

.fa-memory:before {
  content: '';
}

.fa-mercury:before {
  content: '';
}

.fa-microchip:before {
  content: '';
}

.fa-microphone:before {
  content: '';
}

.fa-microphone-alt:before {
  content: '';
}

.fa-microphone-alt-slash:before {
  content: '';
}

.fa-microphone-slash:before {
  content: '';
}

.fa-microsoft:before {
  content: '';
}

.fa-minus:before {
  content: '';
}

.fa-minus-circle:before {
  content: '';
}

.fa-minus-square:before {
  content: '';
}

.fa-mix:before {
  content: '';
}

.fa-mixcloud:before {
  content: '';
}

.fa-mizuni:before {
  content: '';
}

.fa-mobile:before {
  content: '';
}

.fa-mobile-alt:before {
  content: '';
}

.fa-modx:before {
  content: '';
}

.fa-monero:before {
  content: '';
}

.fa-money-bill:before {
  content: '';
}

.fa-money-bill-alt:before {
  content: '';
}

.fa-money-bill-wave:before {
  content: '';
}

.fa-money-bill-wave-alt:before {
  content: '';
}

.fa-money-check:before {
  content: '';
}

.fa-money-check-alt:before {
  content: '';
}

.fa-moon:before {
  content: '';
}

.fa-motorcycle:before {
  content: '';
}

.fa-mouse-pointer:before {
  content: '';
}

.fa-music:before {
  content: '';
}

.fa-napster:before {
  content: '';
}

.fa-neuter:before {
  content: '';
}

.fa-newspaper:before {
  content: '';
}

.fa-nintendo-switch:before {
  content: '';
}

.fa-node:before {
  content: '';
}

.fa-node-js:before {
  content: '';
}

.fa-not-equal:before {
  content: '';
}

.fa-notes-medical:before {
  content: '';
}

.fa-npm:before {
  content: '';
}

.fa-ns8:before {
  content: '';
}

.fa-nutritionix:before {
  content: '';
}

.fa-object-group:before {
  content: '';
}

.fa-object-ungroup:before {
  content: '';
}

.fa-odnoklassniki:before {
  content: '';
}

.fa-odnoklassniki-square:before {
  content: '';
}

.fa-old-republic:before {
  content: '';
}

.fa-opencart:before {
  content: '';
}

.fa-openid:before {
  content: '';
}

.fa-opera:before {
  content: '';
}

.fa-optin-monster:before {
  content: '';
}

.fa-osi:before {
  content: '';
}

.fa-outdent:before {
  content: '';
}

.fa-page4:before {
  content: '';
}

.fa-pagelines:before {
  content: '';
}

.fa-paint-brush:before {
  content: '';
}

.fa-palette:before {
  content: '';
}

.fa-palfed:before {
  content: '';
}

.fa-pallet:before {
  content: '';
}

.fa-paper-plane:before {
  content: '';
}

.fa-paperclip:before {
  content: '';
}

.fa-parachute-box:before {
  content: '';
}

.fa-paragraph:before {
  content: '';
}

.fa-parking:before {
  content: '';
}

.fa-paste:before {
  content: '';
}

.fa-patreon:before {
  content: '';
}

.fa-pause:before {
  content: '';
}

.fa-pause-circle:before {
  content: '';
}

.fa-paw:before {
  content: '';
}

.fa-paypal:before {
  content: '';
}

.fa-pen-square:before {
  content: '';
}

.fa-pencil-alt:before {
  content: '';
}

.fa-people-carry:before {
  content: '';
}

.fa-percent:before {
  content: '';
}

.fa-percentage:before {
  content: '';
}

.fa-periscope:before {
  content: '';
}

.fa-phabricator:before {
  content: '';
}

.fa-phoenix-framework:before {
  content: '';
}

.fa-phoenix-squadron:before {
  content: '';
}

.fa-phone:before {
  content: '';
}

.fa-phone-slash:before {
  content: '';
}

.fa-phone-square:before {
  content: '';
}

.fa-phone-volume:before {
  content: '';
}

.fa-php:before {
  content: '';
}

.fa-pied-piper:before {
  content: '';
}

.fa-pied-piper-alt:before {
  content: '';
}

.fa-pied-piper-hat:before {
  content: '';
}

.fa-pied-piper-pp:before {
  content: '';
}

.fa-piggy-bank:before {
  content: '';
}

.fa-pills:before {
  content: '';
}

.fa-pinterest:before {
  content: '';
}

.fa-pinterest-p:before {
  content: '';
}

.fa-pinterest-square:before {
  content: '';
}

.fa-plane:before {
  content: '';
}

.fa-play:before {
  content: '';
}

.fa-play-circle:before {
  content: '';
}

.fa-playstation:before {
  content: '';
}

.fa-plug:before {
  content: '';
}

.fa-plus:before {
  content: '';
}

.fa-plus-circle:before {
  content: '';
}

.fa-plus-square:before {
  content: '';
}

.fa-podcast:before {
  content: '';
}

.fa-poo:before {
  content: '';
}

.fa-portrait:before {
  content: '';
}

.fa-pound-sign:before {
  content: '';
}

.fa-power-off:before {
  content: '';
}

.fa-prescription-bottle:before {
  content: '';
}

.fa-prescription-bottle-alt:before {
  content: '';
}

.fa-print:before {
  content: '';
}

.fa-procedures:before {
  content: '';
}

.fa-product-hunt:before {
  content: '';
}

.fa-project-diagram:before {
  content: '';
}

.fa-pushed:before {
  content: '';
}

.fa-puzzle-piece:before {
  content: '';
}

.fa-python:before {
  content: '';
}

.fa-qq:before {
  content: '';
}

.fa-qrcode:before {
  content: '';
}

.fa-question:before {
  content: '';
}

.fa-question-circle:before {
  content: '';
}

.fa-quidditch:before {
  content: '';
}

.fa-quinscape:before {
  content: '';
}

.fa-quora:before {
  content: '';
}

.fa-quote-left:before {
  content: '';
}

.fa-quote-right:before {
  content: '';
}

.fa-r-project:before {
  content: '';
}

.fa-random:before {
  content: '';
}

.fa-ravelry:before {
  content: '';
}

.fa-react:before {
  content: '';
}

.fa-readme:before {
  content: '';
}

.fa-rebel:before {
  content: '';
}

.fa-receipt:before {
  content: '';
}

.fa-recycle:before {
  content: '';
}

.fa-red-river:before {
  content: '';
}

.fa-reddit:before {
  content: '';
}

.fa-reddit-alien:before {
  content: '';
}

.fa-reddit-square:before {
  content: '';
}

.fa-redo:before {
  content: '';
}

.fa-redo-alt:before {
  content: '';
}

.fa-refresh:before {
  content: '';
}

.fa-registered:before {
  content: '';
}

.fa-rendact:before {
  content: '';
}

.fa-renren:before {
  content: '';
}

.fa-reply:before {
  content: '';
}

.fa-reply-all:before {
  content: '';
}

.fa-replyd:before {
  content: '';
}

.fa-researchgate:before {
  content: '';
}

.fa-resolving:before {
  content: '';
}

.fa-retweet:before {
  content: '';
}

.fa-ribbon:before {
  content: '';
}

.fa-road:before {
  content: '';
}

.fa-robot:before {
  content: '';
}

.fa-rocket:before {
  content: '';
}

.fa-rocketchat:before {
  content: '';
}

.fa-rockrms:before {
  content: '';
}

.fa-rss:before {
  content: '';
}

.fa-rss-square:before {
  content: '';
}

.fa-ruble-sign:before {
  content: '';
}

.fa-ruler:before {
  content: '';
}

.fa-ruler-combined:before {
  content: '';
}

.fa-ruler-horizontal:before {
  content: '';
}

.fa-ruler-vertical:before {
  content: '';
}

.fa-rupee-sign:before {
  content: '';
}

.fa-safari:before {
  content: '';
}

.fa-sass:before {
  content: '';
}

.fa-save:before {
  content: '';
}

.fa-schlix:before {
  content: '';
}

.fa-school:before {
  content: '';
}

.fa-screwdriver:before {
  content: '';
}

.fa-scribd:before {
  content: '';
}

.fa-search:before {
  content: '';
}

.fa-search-minus:before {
  content: '';
}

.fa-search-plus:before {
  content: '';
}

.fa-searchengin:before {
  content: '';
}

.fa-seedling:before {
  content: '';
}

.fa-sellcast:before {
  content: '';
}

.fa-sellsy:before {
  content: '';
}

.fa-server:before {
  content: '';
}

.fa-servicestack:before {
  content: '';
}

.fa-share:before {
  content: '';
}

.fa-share-alt:before {
  content: '';
}

.fa-share-alt-square:before {
  content: '';
}

.fa-share-square:before {
  content: '';
}

.fa-shekel-sign:before {
  content: '';
}

.fa-shield-alt:before {
  content: '';
}

.fa-ship:before {
  content: '';
}

.fa-shipping-fast:before {
  content: '';
}

.fa-shirtsinbulk:before {
  content: '';
}

.fa-shoe-prints:before {
  content: '';
}

.fa-shopping-bag:before {
  content: '';
}

.fa-shopping-basket:before {
  content: '';
}

.fa-shopping-cart:before {
  content: '';
}

.fa-shower:before {
  content: '';
}

.fa-sign:before {
  content: '';
}

.fa-sign-in-alt:before {
  content: '';
}

.fa-sign-language:before {
  content: '';
}

.fa-sign-out-alt:before {
  content: '';
}

.fa-signal:before {
  content: '';
}

.fa-simplybuilt:before {
  content: '';
}

.fa-sistrix:before {
  content: '';
}

.fa-sitemap:before {
  content: '';
}

.fa-sith:before {
  content: '';
}

.fa-skull:before {
  content: '';
}

.fa-skyatlas:before {
  content: '';
}

.fa-skype:before {
  content: '';
}

.fa-slack:before {
  content: '';
}

.fa-slack-hash:before {
  content: '';
}

.fa-sliders-h:before {
  content: '';
}

.fa-slideshare:before {
  content: '';
}

.fa-smile:before {
  content: '';
}

.fa-smoking:before {
  content: '';
}

.fa-smoking-ban:before {
  content: '';
}

.fa-snapchat:before {
  content: '';
}

.fa-snapchat-ghost:before {
  content: '';
}

.fa-snapchat-square:before {
  content: '';
}

.fa-snowflake:before {
  content: '';
}

.fa-sort:before {
  content: '';
}

.fa-sort-alpha-down:before {
  content: '';
}

.fa-sort-alpha-up:before {
  content: '';
}

.fa-sort-amount-down:before {
  content: '';
}

.fa-sort-amount-up:before {
  content: '';
}

.fa-sort-down:before {
  content: '';
}

.fa-sort-numeric-down:before {
  content: '';
}

.fa-sort-numeric-up:before {
  content: '';
}

.fa-sort-up:before {
  content: '';
}

.fa-soundcloud:before {
  content: '';
}

.fa-space-shuttle:before {
  content: '';
}

.fa-speakap:before {
  content: '';
}

.fa-spinner:before {
  content: '';
}

.fa-spotify:before {
  content: '';
}

.fa-square:before {
  content: '';
}

.fa-square-full:before {
  content: '';
}

.fa-stack-exchange:before {
  content: '';
}

.fa-stack-overflow:before {
  content: '';
}

.fa-star:before {
  content: '';
}

.fa-star-half:before {
  content: '';
}

.fa-staylinked:before {
  content: '';
}

.fa-steam:before {
  content: '';
}

.fa-steam-square:before {
  content: '';
}

.fa-steam-symbol:before {
  content: '';
}

.fa-step-backward:before {
  content: '';
}

.fa-step-forward:before {
  content: '';
}

.fa-stethoscope:before {
  content: '';
}

.fa-sticker-mule:before {
  content: '';
}

.fa-sticky-note:before {
  content: '';
}

.fa-stop:before {
  content: '';
}

.fa-stop-circle:before {
  content: '';
}

.fa-stopwatch:before {
  content: '';
}

.fa-store:before {
  content: '';
}

.fa-store-alt:before {
  content: '';
}

.fa-strava:before {
  content: '';
}

.fa-stream:before {
  content: '';
}

.fa-street-view:before {
  content: '';
}

.fa-strikethrough:before {
  content: '';
}

.fa-stripe:before {
  content: '';
}

.fa-stripe-s:before {
  content: '';
}

.fa-stroopwafel:before {
  content: '';
}

.fa-studiovinari:before {
  content: '';
}

.fa-stumbleupon:before {
  content: '';
}

.fa-stumbleupon-circle:before {
  content: '';
}

.fa-subscript:before {
  content: '';
}

.fa-subway:before {
  content: '';
}

.fa-suitcase:before {
  content: '';
}

.fa-sun:before {
  content: '';
}

.fa-superpowers:before {
  content: '';
}

.fa-superscript:before {
  content: '';
}

.fa-supple:before {
  content: '';
}

.fa-sync:before {
  content: '';
}

.fa-sync-alt:before {
  content: '';
}

.fa-syringe:before {
  content: '';
}

.fa-table:before {
  content: '';
}

.fa-table-tennis:before {
  content: '';
}

.fa-tablet:before {
  content: '';
}

.fa-tablet-alt:before {
  content: '';
}

.fa-tablets:before {
  content: '';
}

.fa-tachometer-alt:before {
  content: '';
}

.fa-tag:before {
  content: '';
}

.fa-tags:before {
  content: '';
}

.fa-tape:before {
  content: '';
}

.fa-tasks:before {
  content: '';
}

.fa-taxi:before {
  content: '';
}

.fa-teamspeak:before {
  content: '';
}

.fa-telegram:before {
  content: '';
}

.fa-telegram-plane:before {
  content: '';
}

.fa-tencent-weibo:before {
  content: '';
}

.fa-terminal:before {
  content: '';
}

.fa-text-height:before {
  content: '';
}

.fa-text-width:before {
  content: '';
}

.fa-th:before {
  content: '';
}

.fa-th-large:before {
  content: '';
}

.fa-th-list:before {
  content: '';
}

.fa-themeisle:before {
  content: '';
}

.fa-thermometer:before {
  content: '';
}

.fa-thermometer-empty:before {
  content: '';
}

.fa-thermometer-full:before {
  content: '';
}

.fa-thermometer-half:before {
  content: '';
}

.fa-thermometer-quarter:before {
  content: '';
}

.fa-thermometer-three-quarters:before {
  content: '';
}

.fa-thumbs-down:before {
  content: '';
}

.fa-thumbs-up:before {
  content: '';
}

.fa-thumbtack:before {
  content: '';
}

.fa-ticket-alt:before {
  content: '';
}

.fa-times:before {
  content: '';
}

.fa-times-circle:before {
  content: '';
}

.fa-tint:before {
  content: '';
}

.fa-toggle-off:before {
  content: '';
}

.fa-toggle-on:before {
  content: '';
}

.fa-toolbox:before {
  content: '';
}

.fa-trade-federation:before {
  content: '';
}

.fa-trademark:before {
  content: '';
}

.fa-train:before {
  content: '';
}

.fa-transgender:before {
  content: '';
}

.fa-transgender-alt:before {
  content: '';
}

.fa-trash:before {
  content: '';
}

.fa-trash-alt:before {
  content: '';
}

.fa-tree:before {
  content: '';
}

.fa-trello:before {
  content: '';
}

.fa-tripadvisor:before {
  content: '';
}

.fa-trophy:before {
  content: '';
}

.fa-truck:before {
  content: '';
}

.fa-truck-loading:before {
  content: '';
}

.fa-truck-moving:before {
  content: '';
}

.fa-tshirt:before {
  content: '';
}

.fa-tty:before {
  content: '';
}

.fa-tumblr:before {
  content: '';
}

.fa-tumblr-square:before {
  content: '';
}

.fa-tv:before {
  content: '';
}

.fa-twitch:before {
  content: '';
}

.fa-twitter:before {
  content: '';
}

.fa-twitter-square:before {
  content: '';
}

.fa-typo3:before {
  content: '';
}

.fa-uber:before {
  content: '';
}

.fa-uikit:before {
  content: '';
}

.fa-umbrella:before {
  content: '';
}

.fa-underline:before {
  content: '';
}

.fa-undo:before {
  content: '';
}

.fa-undo-alt:before {
  content: '';
}

.fa-uniregistry:before {
  content: '';
}

.fa-universal-access:before {
  content: '';
}

.fa-university:before {
  content: '';
}

.fa-unlink:before {
  content: '';
}

.fa-unlock:before {
  content: '';
}

.fa-unlock-alt:before {
  content: '';
}

.fa-untappd:before {
  content: '';
}

.fa-upload:before {
  content: '';
}

.fa-usb:before {
  content: '';
}

.fa-user:before {
  content: '';
}

.fa-user-alt:before {
  content: '';
}

.fa-user-alt-slash:before {
  content: '';
}

.fa-user-astronaut:before {
  content: '';
}

.fa-user-check:before {
  content: '';
}

.fa-user-circle:before {
  content: '';
}

.fa-user-clock:before {
  content: '';
}

.fa-user-cog:before {
  content: '';
}

.fa-user-edit:before {
  content: '';
}

.fa-user-friends:before {
  content: '';
}

.fa-user-graduate:before {
  content: '';
}

.fa-user-lock:before {
  content: '';
}

.fa-user-md:before {
  content: '';
}

.fa-user-minus:before {
  content: '';
}

.fa-user-ninja:before {
  content: '';
}

.fa-user-plus:before {
  content: '';
}

.fa-user-secret:before {
  content: '';
}

.fa-user-shield:before {
  content: '';
}

.fa-user-slash:before {
  content: '';
}

.fa-user-tag:before {
  content: '';
}

.fa-user-tie:before {
  content: '';
}

.fa-user-times:before {
  content: '';
}

.fa-users:before {
  content: '';
}

.fa-users-cog:before {
  content: '';
}

.fa-ussunnah:before {
  content: '';
}

.fa-utensil-spoon:before {
  content: '';
}

.fa-utensils:before {
  content: '';
}

.fa-vaadin:before {
  content: '';
}

.fa-venus:before {
  content: '';
}

.fa-venus-double:before {
  content: '';
}

.fa-venus-mars:before {
  content: '';
}

.fa-viacoin:before {
  content: '';
}

.fa-viadeo:before {
  content: '';
}

.fa-viadeo-square:before {
  content: '';
}

.fa-vial:before {
  content: '';
}

.fa-vials:before {
  content: '';
}

.fa-viber:before {
  content: '';
}

.fa-video:before {
  content: '';
}

.fa-video-slash:before {
  content: '';
}

.fa-vimeo:before {
  content: '';
}

.fa-vimeo-square:before {
  content: '';
}

.fa-vimeo-v:before {
  content: '';
}

.fa-vine:before {
  content: '';
}

.fa-vk:before {
  content: '';
}

.fa-vnv:before {
  content: '';
}

.fa-volleyball-ball:before {
  content: '';
}

.fa-volume-down:before {
  content: '';
}

.fa-volume-off:before {
  content: '';
}

.fa-volume-up:before {
  content: '';
}

.fa-vuejs:before {
  content: '';
}

.fa-walking:before {
  content: '';
}

.fa-wallet:before {
  content: '';
}

.fa-warehouse:before {
  content: '';
}

.fa-weibo:before {
  content: '';
}

.fa-weight:before {
  content: '';
}

.fa-weixin:before {
  content: '';
}

.fa-whatsapp:before {
  content: '';
}

.fa-whatsapp-square:before {
  content: '';
}

.fa-wheelchair:before {
  content: '';
}

.fa-whmcs:before {
  content: '';
}

.fa-wifi:before {
  content: '';
}

.fa-wikipedia-w:before {
  content: '';
}

.fa-window-close:before {
  content: '';
}

.fa-window-maximize:before {
  content: '';
}

.fa-window-minimize:before {
  content: '';
}

.fa-window-restore:before {
  content: '';
}

.fa-windows:before {
  content: '';
}

.fa-wine-glass:before {
  content: '';
}

.fa-wolf-pack-battalion:before {
  content: '';
}

.fa-won-sign:before {
  content: '';
}

.fa-wordpress:before {
  content: '';
}

.fa-wordpress-simple:before {
  content: '';
}

.fa-wpbeginner:before {
  content: '';
}

.fa-wpexplorer:before {
  content: '';
}

.fa-wpforms:before {
  content: '';
}

.fa-wrench:before {
  content: '';
}

.fa-x-ray:before {
  content: '';
}

.fa-xbox:before {
  content: '';
}

.fa-xing:before {
  content: '';
}

.fa-xing-square:before {
  content: '';
}

.fa-y-combinator:before {
  content: '';
}

.fa-yahoo:before {
  content: '';
}

.fa-yandex:before {
  content: '';
}

.fa-yandex-international:before {
  content: '';
}

.fa-yelp:before {
  content: '';
}

.fa-yen-sign:before {
  content: '';
}

.fa-yoast:before {
  content: '';
}

.fa-youtube:before {
  content: '';
}

.fa-youtube-square:before {
  content: '';
}

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

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

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: auto;
  font-style: normal;
  font-weight: 900;
  src: url(/packs/assets/fa-solid-900-e06e610cfe8cb1fb0d50.eot);
  src: url(/packs/assets/fa-solid-900-e06e610cfe8cb1fb0d50.eot)
      format('embedded-opentype'),
    url(/packs/assets/fa-solid-900-802ad9928206725a2dd7.woff2) format('woff2'),
    url(/packs/assets/fa-solid-900-d5470f7ed65bd4a4a4a9.woff) format('woff'),
    url(/packs/assets/fa-solid-900-23c7bf7501abe9ce9c82.ttf) format('truetype'),
    url(/packs/assets/fa-solid-900-ed9355946036f371e1b5.svg) format('svg');
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url(/packs/assets/fa-regular-400-b216eafd9cc06aaf0607.eot);
  src: url(/packs/assets/fa-regular-400-b216eafd9cc06aaf0607.eot)
      format('embedded-opentype'),
    url(/packs/assets/fa-regular-400-df2b4a8c31fdf3a323e8.woff2) format('woff2'),
    url(/packs/assets/fa-regular-400-146f21dc3c9d567b5b28.woff) format('woff'),
    url(/packs/assets/fa-regular-400-71dde0b632d6617713b5.ttf) format('truetype'),
    url(/packs/assets/fa-regular-400-c03d4bda54cf5dcbbc73.svg) format('svg');
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fab {
  font-family: 'Font Awesome 5 Brands';
}

body.hide-blocks .delivery-info,
body.hide-blocks .guarantee-info,
body.hide-other-blocks .delivery-info,
body.hide-other-blocks .guarantee-info {
  display: none;
}

.after-menu-text {
  font-size: 12px;
}

.content__after-menu-text {
  margin: 0 0 10px;
}

@media (max-width: 1099px) {
  .delivery-info,
  .guarantee-info {
    display: none;
  }
}


/*# sourceMappingURL=8858-ddc1e557d9b90685ce8c.css.map*/