@import url(https://fonts.googleapis.com/css?family=Quicksand&display=swap);
@import url(https://fonts.googleapis.com/css?family=Lato);
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;
    opacity: 1;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
     display: flex;
    justify-content: center;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/images/ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/fonts/slick.eot?31d6cfe0d16ae931b73c59d7e0c089c0);
    src: url(/fonts/slick.eot?31d6cfe0d16ae931b73c59d7e0c089c0?#iefix) format('embedded-opentype'), url(/fonts/slick.woff?31d6cfe0d16ae931b73c59d7e0c089c0) format('woff'), url(/fonts/slick.ttf?31d6cfe0d16ae931b73c59d7e0c089c0) format('truetype'), url(/fonts/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;-moz-user-select:none;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#000f25;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#000000}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#000000;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#000000}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

.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-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

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

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

.fa-fill-drip {
  --fa: "\f576"; }

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

.fa-circle-chevron-right {
  --fa: "\f138"; }

.fa-chevron-circle-right {
  --fa: "\f138"; }

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

.fa-comment-alt {
  --fa: "\f27a"; }

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

.fa-compress-alt {
  --fa: "\f422"; }

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

.fa-file-alt {
  --fa: "\f15c"; }

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

.fa-dice-three {
  --fa: "\f527"; }

.fa-calendar-days {
  --fa: "\f073"; }

.fa-calendar-alt {
  --fa: "\f073"; }

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

.fa-door-open {
  --fa: "\f52b"; }

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

.fa-atom {
  --fa: "\f5d2"; }

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

.fa-fingerprint {
  --fa: "\f577"; }

.fa-hand-point-right {
  --fa: "\f0a4"; }

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

.fa-flag-checkered {
  --fa: "\f11e"; }

.fa-football {
  --fa: "\f44e"; }

.fa-football-ball {
  --fa: "\f44e"; }

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

.fa-crop {
  --fa: "\f125"; }

.fa-angles-down {
  --fa: "\f103"; }

.fa-angle-double-down {
  --fa: "\f103"; }

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

.fa-beer {
  --fa: "\f0fc"; }

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

.fa-burn {
  --fa: "\f46a"; }

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

.fa-file-csv {
  --fa: "\f6dd"; }

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

.fa-face-grin-stars {
  --fa: "\f587"; }

.fa-grin-stars {
  --fa: "\f587"; }

.fa-bong {
  --fa: "\f55c"; }

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

.fa-address-book {
  --fa: "\f2b9"; }

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

.fa-backward {
  --fa: "\f04a"; }

.fa-caret-right {
  --fa: "\f0da"; }

.fa-comments {
  --fa: "\f086"; }

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

.fa-clipboard-list {
  --fa: "\f46d"; }

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

.fa-blog {
  --fa: "\f781"; }

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

.fa-archive {
  --fa: "\f187"; }

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

.fa-face-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-grin-tongue-squint {
  --fa: "\f58a"; }

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

.fa-globe-africa {
  --fa: "\f57c"; }

.fa-rainbow {
  --fa: "\f75b"; }

.fa-circle-notch {
  --fa: "\f1ce"; }

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

.fa-cloud {
  --fa: "\f0c2"; }

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

.fa-flushed {
  --fa: "\f579"; }

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

.fa-gavel {
  --fa: "\f0e3"; }

.fa-legal {
  --fa: "\f0e3"; }

.fa-binoculars {
  --fa: "\f1e5"; }

.fa-microphone-slash {
  --fa: "\f131"; }

.fa-box-tissue {
  --fa: "\e05b"; }

.fa-motorcycle {
  --fa: "\f21c"; }

.fa-bell-concierge {
  --fa: "\f562"; }

.fa-concierge-bell {
  --fa: "\f562"; }

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

.fa-square-caret-right {
  --fa: "\f152"; }

.fa-caret-square-right {
  --fa: "\f152"; }

.fa-scissors {
  --fa: "\f0c4"; }

.fa-cut {
  --fa: "\f0c4"; }

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

.fa-tachograph-digital {
  --fa: "\f566"; }

.fa-digital-tachograph {
  --fa: "\f566"; }

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

.fa-helicopter {
  --fa: "\f533"; }

.fa-compass {
  --fa: "\f14e"; }

.fa-square-caret-down {
  --fa: "\f150"; }

.fa-caret-square-down {
  --fa: "\f150"; }

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

.fa-bars {
  --fa: "\f0c9"; }

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

.fa-heart-broken {
  --fa: "\f7a9"; }

.fa-square-up-right {
  --fa: "\f360"; }

.fa-external-link-square-alt {
  --fa: "\f360"; }

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

.fa-film {
  --fa: "\f008"; }

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

.fa-caret-left {
  --fa: "\f0d9"; }

.fa-circle-exclamation {
  --fa: "\f06a"; }

.fa-exclamation-circle {
  --fa: "\f06a"; }

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

.fa-circle-chevron-down {
  --fa: "\f13a"; }

.fa-chevron-circle-down {
  --fa: "\f13a"; }

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

.fa-cloud-showers-heavy {
  --fa: "\f740"; }

.fa-headphones-simple {
  --fa: "\f58f"; }

.fa-headphones-alt {
  --fa: "\f58f"; }

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

.fa-donate {
  --fa: "\f4b9"; }

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

.fa-flag {
  --fa: "\f024"; }

.fa-hanukiah {
  --fa: "\f6e6"; }

.fa-feather {
  --fa: "\f52d"; }

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

.fa-comment-slash {
  --fa: "\f4b3"; }

.fa-cloud-sun-rain {
  --fa: "\f743"; }

.fa-compress {
  --fa: "\f066"; }

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

.fa-ankh {
  --fa: "\f644"; }

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

.fa-square-check {
  --fa: "\f14a"; }

.fa-check-square {
  --fa: "\f14a"; }

.fa-peseta-sign {
  --fa: "\e221"; }

.fa-heading {
  --fa: "\f1dc"; }

.fa-header {
  --fa: "\f1dc"; }

.fa-ghost {
  --fa: "\f6e2"; }

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

.fa-cart-plus {
  --fa: "\f217"; }

.fa-gamepad {
  --fa: "\f11b"; }

.fa-circle-dot {
  --fa: "\f192"; }

.fa-dot-circle {
  --fa: "\f192"; }

.fa-face-dizzy {
  --fa: "\f567"; }

.fa-dizzy {
  --fa: "\f567"; }

.fa-egg {
  --fa: "\f7fb"; }

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

.fa-campground {
  --fa: "\f6bb"; }

.fa-folder-plus {
  --fa: "\f65e"; }

.fa-futbol {
  --fa: "\f1e3"; }

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

.fa-gas-pump {
  --fa: "\f52f"; }

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

.fa-edit {
  --fa: "\f044"; }

.fa-car-side {
  --fa: "\f5e4"; }

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

.fa-eye-slash {
  --fa: "\f070"; }

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

.fa-hand-paper {
  --fa: "\f256"; }

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

.fa-chevron-up {
  --fa: "\f077"; }

.fa-hand-spock {
  --fa: "\f259"; }

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

.fa-face-grin-tongue {
  --fa: "\f589"; }

.fa-grin-tongue {
  --fa: "\f589"; }

.fa-chess-bishop {
  --fa: "\f43a"; }

.fa-face-grin-wink {
  --fa: "\f58c"; }

.fa-grin-wink {
  --fa: "\f58c"; }

.fa-ear-deaf {
  --fa: "\f2a4"; }

.fa-deaf {
  --fa: "\f2a4"; }

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

.fa-dice-five {
  --fa: "\f523"; }

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

.fa-grin-alt {
  --fa: "\f581"; }

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

.fa-bicycle {
  --fa: "\f206"; }

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

.fa-head-side-cough-slash {
  --fa: "\e062"; }

.fa-truck-medical {
  --fa: "\f0f9"; }

.fa-ambulance {
  --fa: "\f0f9"; }

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

.fa-angle-right {
  --fa: "\f105"; }

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

.fa-capsules {
  --fa: "\f46b"; }

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

.fa-face-frown-open {
  --fa: "\f57a"; }

.fa-frown-open {
  --fa: "\f57a"; }

.fa-hand-point-up {
  --fa: "\f0a6"; }

.fa-money-bill {
  --fa: "\f0d6"; }

.fa-bookmark {
  --fa: "\f02e"; }

.fa-align-justify {
  --fa: "\f039"; }

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

.fa-bullseye {
  --fa: "\f140"; }

.fa-bacon {
  --fa: "\f7e5"; }

.fa-hand-point-down {
  --fa: "\f0a7"; }

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

.fa-folder {
  --fa: "\f07b"; }

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

.fa-file-medical-alt {
  --fa: "\f478"; }

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

.fa-dumpster {
  --fa: "\f793"; }

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

.fa-square-caret-left {
  --fa: "\f191"; }

.fa-caret-square-left {
  --fa: "\f191"; }

.fa-highlighter {
  --fa: "\f591"; }

.fa-key {
  --fa: "\f084"; }

.fa-bullhorn {
  --fa: "\f0a1"; }

.fa-globe {
  --fa: "\f0ac"; }

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

.fa-chart-area {
  --fa: "\f1fe"; }

.fa-area-chart {
  --fa: "\f1fe"; }

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

.fa-ban {
  --fa: "\f05e"; }

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

.fa-air-freshener {
  --fa: "\f5d0"; }

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

.fa-cross {
  --fa: "\f654"; }

.fa-box {
  --fa: "\f466"; }

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

.fa-expand-arrows-alt {
  --fa: "\f31e"; }

.fa-charging-station {
  --fa: "\f5e7"; }

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

.fa-grip-lines-vertical {
  --fa: "\f7a5"; }

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

.fa-file-invoice-dollar {
  --fa: "\f571"; }

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

.fa-blender-phone {
  --fa: "\f6b6"; }

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

.fa-heartbeat {
  --fa: "\f21e"; }

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

.fa-crown {
  --fa: "\f521"; }

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

.fa-file-prescription {
  --fa: "\f572"; }

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

.fa-chess-knight {
  --fa: "\f441"; }

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

.fa-circle-arrow-up {
  --fa: "\f0aa"; }

.fa-arrow-circle-up {
  --fa: "\f0aa"; }

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

.fa-fire {
  --fa: "\f06d"; }

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

.fa-folder-open {
  --fa: "\f07c"; }

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

.fa-city {
  --fa: "\f64f"; }

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

.fa-headset {
  --fa: "\f590"; }

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

.fa-glass-cheers {
  --fa: "\f79f"; }

.fa-clipboard {
  --fa: "\f328"; }

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

.fa-file-upload {
  --fa: "\f574"; }

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

.fa-bath {
  --fa: "\f2cd"; }

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

.fa-bold {
  --fa: "\f032"; }

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

.fa-border-style {
  --fa: "\f853"; }

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

.fa-car-battery {
  --fa: "\f5df"; }

.fa-battery-car {
  --fa: "\f5df"; }

.fa-gift {
  --fa: "\f06b"; }

.fa-dice-two {
  --fa: "\f528"; }

.fa-chess-queen {
  --fa: "\f445"; }

.fa-glasses {
  --fa: "\f530"; }

.fa-chess-board {
  --fa: "\f43c"; }

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

.fa-hand-rock {
  --fa: "\f255"; }

.fa-square-caret-up {
  --fa: "\f151"; }

.fa-caret-square-up {
  --fa: "\f151"; }

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

.fa-chart-bar {
  --fa: "\f080"; }

.fa-bar-chart {
  --fa: "\f080"; }

.fa-hands-bubbles {
  --fa: "\e05e"; }

.fa-hands-wash {
  --fa: "\e05e"; }

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

.fa-crow {
  --fa: "\f520"; }

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

.fa-frog {
  --fa: "\f52e"; }

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

.fa-caret-up {
  --fa: "\f0d8"; }

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

.fa-martini-glass {
  --fa: "\f57b"; }

.fa-glass-martini-alt {
  --fa: "\f57b"; }

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

.fa-columns {
  --fa: "\f0db"; }

.fa-lemon {
  --fa: "\f094"; }

.fa-head-side-mask {
  --fa: "\e063"; }

.fa-handshake {
  --fa: "\f2b5"; }

.fa-gem {
  --fa: "\f3a5"; }

.fa-dolly {
  --fa: "\f472"; }

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

.fa-compress-arrows-alt {
  --fa: "\f78c"; }

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

.fa-angle-double-right {
  --fa: "\f101"; }

.fa-cannabis {
  --fa: "\f55f"; }

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

.fa-ethernet {
  --fa: "\f796"; }

.fa-euro-sign {
  --fa: "\f153"; }

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

.fa-chair {
  --fa: "\f6c0"; }

.fa-circle-check {
  --fa: "\f058"; }

.fa-check-circle {
  --fa: "\f058"; }

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

.fa-compass-drafting {
  --fa: "\f568"; }

.fa-drafting-compass {
  --fa: "\f568"; }

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

.fa-circle-chevron-up {
  --fa: "\f139"; }

.fa-chevron-circle-up {
  --fa: "\f139"; }

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

.fa-certificate {
  --fa: "\f0a3"; }

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

.fa-funnel-dollar {
  --fa: "\f662"; }

.fa-camera-retro {
  --fa: "\f083"; }

.fa-circle-arrow-down {
  --fa: "\f0ab"; }

.fa-arrow-circle-down {
  --fa: "\f0ab"; }

.fa-file-import {
  --fa: "\f56f"; }

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

.fa-box-open {
  --fa: "\f49e"; }

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

.fa-bomb {
  --fa: "\f1e2"; }

.fa-registered {
  --fa: "\f25d"; }

.fa-address-card {
  --fa: "\f2bb"; }

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

.fa-balance-scale-right {
  --fa: "\f516"; }

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

.fa-directions {
  --fa: "\f5eb"; }

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

.fa-crutch {
  --fa: "\f7f7"; }

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

.fa-arrows-alt-h {
  --fa: "\f337"; }

.fa-boxes-packing {
  --fa: "\e4c7"; }

.fa-circle-arrow-left {
  --fa: "\f0a8"; }

.fa-arrow-circle-left {
  --fa: "\f0a8"; }

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

.fa-candy-cane {
  --fa: "\f786"; }

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

.fa-file-word {
  --fa: "\f1c2"; }

.fa-file-powerpoint {
  --fa: "\f1c4"; }

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

.fa-chalkboard {
  --fa: "\f51b"; }

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

.fa-envelope-open {
  --fa: "\f2b6"; }

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

.fa-handshake-alt-slash {
  --fa: "\e05f"; }

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

.fa-fire-extinguisher {
  --fa: "\f134"; }

.fa-cruzeiro-sign {
  --fa: "\e152"; }

.fa-greater-than-equal {
  --fa: "\f532"; }

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

.fa-atlas {
  --fa: "\f558"; }

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

.fa-archway {
  --fa: "\f557"; }

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

.fa-file-archive {
  --fa: "\f1c6"; }

.fa-square {
  --fa: "\f0c8"; }

.fa-martini-glass-empty {
  --fa: "\f000"; }

.fa-glass-martini {
  --fa: "\f000"; }

.fa-couch {
  --fa: "\f4b8"; }

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

.fa-church {
  --fa: "\f51d"; }

.fa-comments-dollar {
  --fa: "\f653"; }

.fa-democrat {
  --fa: "\f747"; }

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

.fa-feather-alt {
  --fa: "\f56b"; }

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

.fa-ad {
  --fa: "\f641"; }

.fa-circle-arrow-right {
  --fa: "\f0a9"; }

.fa-arrow-circle-right {
  --fa: "\f0a9"; }

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

.fa-bread-slice {
  --fa: "\f7ec"; }

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

.fa-filter {
  --fa: "\f0b0"; }

.fa-question {
  --fa: "\3f"; }

.fa-file-signature {
  --fa: "\f573"; }

.fa-up-down-left-right {
  --fa: "\f0b2"; }

.fa-arrows-alt {
  --fa: "\f0b2"; }

.fa-house-chimney-user {
  --fa: "\e065"; }

.fa-hand-holding-heart {
  --fa: "\f4be"; }

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

.fa-code {
  --fa: "\f121"; }

.fa-whiskey-glass {
  --fa: "\f7a0"; }

.fa-glass-whiskey {
  --fa: "\f7a0"; }

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

.fa-chart-pie {
  --fa: "\f200"; }

.fa-pie-chart {
  --fa: "\f200"; }

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

.fa-file-excel {
  --fa: "\f1c3"; }

.fa-file-contract {
  --fa: "\f56c"; }

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

.fa-face-grin-beam {
  --fa: "\f582"; }

.fa-grin-beam {
  --fa: "\f582"; }

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

.fa-hard-hat {
  --fa: "\f807"; }

.fa-hat-hard {
  --fa: "\f807"; }

.fa-eject {
  --fa: "\f052"; }

.fa-circle-right {
  --fa: "\f35a"; }

.fa-arrow-alt-circle-right {
  --fa: "\f35a"; }

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

.fa-chart-line {
  --fa: "\f201"; }

.fa-line-chart {
  --fa: "\f201"; }

.fa-mask-ventilator {
  --fa: "\e524"; }

.fa-arrow-right {
  --fa: "\f061"; }

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

.fa-cash-register {
  --fa: "\f788"; }

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

.fa-heart {
  --fa: "\f004"; }

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

.fa-dumpster-fire {
  --fa: "\f794"; }

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

.fa-cocktail {
  --fa: "\f561"; }

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

.fa-apple-alt {
  --fa: "\f5d1"; }

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

.fa-cube {
  --fa: "\f1b2"; }

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

.fa-circle {
  --fa: "\f111"; }

.fa-backward-fast {
  --fa: "\f049"; }

.fa-fast-backward {
  --fa: "\f049"; }

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

.fa-basketball-ball {
  --fa: "\f434"; }

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

.fa-arrow-alt-circle-up {
  --fa: "\f35b"; }

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

.fa-clipboard-check {
  --fa: "\f46c"; }

.fa-file-audio {
  --fa: "\f1c7"; }

.fa-burger {
  --fa: "\f805"; }

.fa-hamburger {
  --fa: "\f805"; }

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

.fa-file-image {
  --fa: "\f1c5"; }

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

.fa-handshake-slash {
  --fa: "\e060"; }

.fa-book-bookmark {
  --fa: "\e0bb"; }

.fa-code-branch {
  --fa: "\f126"; }

.fa-hat-cowboy {
  --fa: "\f8c0"; }

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

.fa-cat {
  --fa: "\f6be"; }

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

.fa-comment-medical {
  --fa: "\f7f5"; }

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

.fa-forward-fast {
  --fa: "\f050"; }

.fa-fast-forward {
  --fa: "\f050"; }

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

.fa-dolly-flatbed {
  --fa: "\f474"; }

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

.fa-bus-alt {
  --fa: "\f55e"; }

.fa-eye {
  --fa: "\f06e"; }

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

.fa-audio-description {
  --fa: "\f29e"; }

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

.fa-file-code {
  --fa: "\f1c9"; }

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

.fa-bus {
  --fa: "\f207"; }

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

.fa-frown {
  --fa: "\f119"; }

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

.fa-balance-scale-left {
  --fa: "\f515"; }

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

.fa-comment-dots {
  --fa: "\f4ad"; }

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

.fa-face-grin-squint {
  --fa: "\f585"; }

.fa-grin-squint {
  --fa: "\f585"; }

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

.fa-hand-holding-usd {
  --fa: "\f4c0"; }

.fa-chart-diagram {
  --fa: "\e695"; }

.fa-bacterium {
  --fa: "\e05a"; }

.fa-hand-pointer {
  --fa: "\f25a"; }

.fa-drum-steelpan {
  --fa: "\f56a"; }

.fa-hand-scissors {
  --fa: "\f257"; }

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

.fa-biohazard {
  --fa: "\f780"; }

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

.fa-face-grin-tears {
  --fa: "\f588"; }

.fa-grin-tears {
  --fa: "\f588"; }

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

.fa-calendar-times {
  --fa: "\f273"; }

.fa-child-reaching {
  --fa: "\e59d"; }

.fa-head-side-virus {
  --fa: "\e064"; }

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

.fa-door-closed {
  --fa: "\f52a"; }

.fa-shield-virus {
  --fa: "\e06c"; }

.fa-dice-six {
  --fa: "\f526"; }

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

.fa-hat-wizard {
  --fa: "\f6e8"; }

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

.fa-book-medical {
  --fa: "\f7e6"; }

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

.fa-cubes {
  --fa: "\f1b3"; }

.fa-divide {
  --fa: "\f529"; }

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

.fa-headphones {
  --fa: "\f025"; }

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

.fa-arrow-left {
  --fa: "\f060"; }

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

.fa-align-left {
  --fa: "\f036"; }

.fa-dice-d6 {
  --fa: "\f6d1"; }

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

.fa-file-video {
  --fa: "\f1c8"; }

.fa-up-right-from-square {
  --fa: "\f35d"; }

.fa-external-link-alt {
  --fa: "\f35d"; }

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

.fa-file-pdf {
  --fa: "\f1c1"; }

.fa-book-bible {
  --fa: "\f647"; }

.fa-bible {
  --fa: "\f647"; }

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

.fa-female {
  --fa: "\f182"; }

.fa-comment-dollar {
  --fa: "\f651"; }

.fa-business-time {
  --fa: "\f64a"; }

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa-hat-cowboy-side {
  --fa: "\f8c1"; }

.fa-clipboard-user {
  --fa: "\f7f3"; }

.fa-child {
  --fa: "\f1ae"; }

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

.fa-comment {
  --fa: "\f075"; }

.fa-cake-candles {
  --fa: "\f1fd"; }

.fa-birthday-cake {
  --fa: "\f1fd"; }

.fa-cake {
  --fa: "\f1fd"; }

.fa-envelope {
  --fa: "\f0e0"; }

.fa-angles-up {
  --fa: "\f102"; }

.fa-angle-double-up {
  --fa: "\f102"; }

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

.fa-border-none {
  --fa: "\f850"; }

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

.fa-cloud-meatball {
  --fa: "\f73b"; }

.fa-camera {
  --fa: "\f030"; }

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

.fa-hand-holding-water {
  --fa: "\f4c1"; }

.fa-water {
  --fa: "\f773"; }

.fa-calendar-check {
  --fa: "\f274"; }

.fa-braille {
  --fa: "\f2a1"; }

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

.fa-crosshairs {
  --fa: "\f05b"; }

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

.fa-check-double {
  --fa: "\f560"; }

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

.fa-cookie {
  --fa: "\f563"; }

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

.fa-hdd {
  --fa: "\f0a0"; }

.fa-face-grin-squint-tears {
  --fa: "\f586"; }

.fa-grin-squint-tears {
  --fa: "\f586"; }

.fa-dumbbell {
  --fa: "\f44b"; }

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

.fa-calendar-plus {
  --fa: "\f271"; }

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

.fa-arrow-alt-circle-left {
  --fa: "\f359"; }

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

.fa-crop-alt {
  --fa: "\f565"; }

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

.fa-dna {
  --fa: "\f471"; }

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

.fa-chess {
  --fa: "\f439"; }

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

.fa-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3"; }

.fa-gear {
  --fa: "\f013"; }

.fa-cog {
  --fa: "\f013"; }

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

.fa-grip-vertical {
  --fa: "\f58e"; }

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

.fa-clock {
  --fa: "\f017"; }

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

.fa-faucet {
  --fa: "\e005"; }

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

.fa-caret-down {
  --fa: "\f0d7"; }

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

.fa-clinic-medical {
  --fa: "\f7f2"; }

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

.fa-battery-half {
  --fa: "\f242"; }

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

.fa-coins {
  --fa: "\f51e"; }

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

.fa-hamsa {
  --fa: "\f665"; }

.fa-cent-sign {
  --fa: "\e3f5"; }

.fa-flask {
  --fa: "\f0c3"; }

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

.fa-ellipsis-v {
  --fa: "\f142"; }

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

.fa-flag-usa {
  --fa: "\f74d"; }

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

.fa-closed-captioning {
  --fa: "\f20a"; }

.fa-person-hiking {
  --fa: "\f6ec"; }

.fa-hiking {
  --fa: "\f6ec"; }

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

.fa-calculator {
  --fa: "\f1ec"; }

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

.fa-cloud-rain {
  --fa: "\f73d"; }

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

.fa-download {
  --fa: "\f019"; }

.fa-face-grin {
  --fa: "\f580"; }

.fa-grin {
  --fa: "\f580"; }

.fa-delete-left {
  --fa: "\f55a"; }

.fa-backspace {
  --fa: "\f55a"; }

.fa-eye-dropper {
  --fa: "\f1fb"; }

.fa-eye-dropper-empty {
  --fa: "\f1fb"; }

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

.fa-forward {
  --fa: "\f04e"; }

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

.fa-align-center {
  --fa: "\f037"; }

.fa-book-skull {
  --fa: "\f6b7"; }

.fa-book-dead {
  --fa: "\f6b7"; }

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

.fa-calendar-week {
  --fa: "\f784"; }

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

.fa-file-medical {
  --fa: "\f477"; }

.fa-dice-one {
  --fa: "\f525"; }

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

.fa-tower-broadcast {
  --fa: "\f519"; }

.fa-broadcast-tower {
  --fa: "\f519"; }

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

.fa-compact-disc {
  --fa: "\f51f"; }

.fa-file-arrow-down {
  --fa: "\f56d"; }

.fa-file-download {
  --fa: "\f56d"; }

.fa-caravan {
  --fa: "\f8ff"; }

.fa-shield-cat {
  --fa: "\e572"; }

.fa-bolt {
  --fa: "\f0e7"; }

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

.fa-guitar {
  --fa: "\f7a6"; }

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

.fa-arrow-alt-circle-down {
  --fa: "\f358"; }

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

.fa-angle-down {
  --fa: "\f107"; }

.fa-car-tunnel {
  --fa: "\e4de"; }

.fa-head-side-cough {
  --fa: "\e061"; }

.fa-grip-lines {
  --fa: "\f7a4"; }

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

.fa-ellipsis-h {
  --fa: "\f141"; }

.fa-chess-pawn {
  --fa: "\f443"; }

.fa-kit-medical {
  --fa: "\f479"; }

.fa-first-aid {
  --fa: "\f479"; }

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

.fa-bug {
  --fa: "\f188"; }

.fa-credit-card {
  --fa: "\f09d"; }

.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa-car {
  --fa: "\f1b9"; }

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

.fa-book-open-reader {
  --fa: "\f5da"; }

.fa-book-reader {
  --fa: "\f5da"; }

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

.fa-dice-d20 {
  --fa: "\f6cf"; }

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

.fa-bed {
  --fa: "\f236"; }

.fa-square-h {
  --fa: "\f0fd"; }

.fa-h-square {
  --fa: "\f0fd"; }

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

.fa-bell {
  --fa: "\f0f3"; }

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

.fa-hands-helping {
  --fa: "\f4c4"; }

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

.fa-file {
  --fa: "\f15b"; }

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

.fa-arrow-down {
  --fa: "\f063"; }

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

.fa-eraser {
  --fa: "\f12d"; }

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

.fa-globe-americas {
  --fa: "\f57d"; }

.fa-person-burst {
  --fa: "\e53b"; }

.fa-dove {
  --fa: "\f4ba"; }

.fa-battery-empty {
  --fa: "\f244"; }

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

.fa-envelope-open-text {
  --fa: "\f658"; }

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

.fa-chess-rook {
  --fa: "\f447"; }

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

.fa-dharmachakra {
  --fa: "\f655"; }

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

.fa-blind {
  --fa: "\f29d"; }

.fa-drum {
  --fa: "\f569"; }

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

.fa-fax {
  --fa: "\f1ac"; }

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

.fa-boxes {
  --fa: "\f468"; }

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

.fa-assistive-listening-systems {
  --fa: "\f2a2"; }

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

.fa-font {
  --fa: "\f031"; }

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

.fa-diagnoses {
  --fa: "\f470"; }

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

.fa-cart-arrow-down {
  --fa: "\f218"; }

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

.fa-chevron-down {
  --fa: "\f078"; }

.fa-battery-full {
  --fa: "\f240"; }

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

.fa-chess-king {
  --fa: "\f43f"; }

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

.fa-arrow-up {
  --fa: "\f062"; }

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

.fa-car-crash {
  --fa: "\f5e1"; }

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

.fa-fish {
  --fa: "\f578"; }

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

.fa-adjust {
  --fa: "\f042"; }

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

.fa-baseball-ball {
  --fa: "\f433"; }

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

.fa-copy {
  --fa: "\f0c5"; }

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

.fa-hand-sparkles {
  --fa: "\e05d"; }

.fa-grip {
  --fa: "\f58d"; }

.fa-grip-horizontal {
  --fa: "\f58d"; }

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

.fa-expand {
  --fa: "\f065"; }

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

.fa-chalkboard-teacher {
  --fa: "\f51c"; }

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

.fa-baby {
  --fa: "\f77c"; }

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

.fa-copyright {
  --fa: "\f1f9"; }

.fa-equals {
  --fa: "\3d"; }

.fa-blender {
  --fa: "\f517"; }

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

.fa-folder-minus {
  --fa: "\f65d"; }

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

.fa-bezier-curve {
  --fa: "\f55b"; }

.fa-bell-slash {
  --fa: "\f1f6"; }

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

.fa-fill {
  --fa: "\f575"; }

.fa-angle-up {
  --fa: "\f106"; }

.fa-drumstick-bite {
  --fa: "\f6d7"; }

.fa-holly-berry {
  --fa: "\f7aa"; }

.fa-chevron-left {
  --fa: "\f053"; }

.fa-bacteria {
  --fa: "\e059"; }

.fa-hand-lizard {
  --fa: "\f258"; }

.fa-notdef {
  --fa: "\e1fe"; }

.fa-disease {
  --fa: "\f7fa"; }

.fa-briefcase-medical {
  --fa: "\f469"; }

.fa-genderless {
  --fa: "\f22d"; }

.fa-chevron-right {
  --fa: "\f054"; }

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

.fa-car-alt {
  --fa: "\f5de"; }

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

.fa-battery-quarter {
  --fa: "\f243"; }

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

.fa-baby-carriage {
  --fa: "\f77d"; }

.fa-carriage-baby {
  --fa: "\f77d"; }

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

.fa-hand-middle-finger {
  --fa: "\f806"; }

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

.fa-hammer {
  --fa: "\f6e3"; }

.fa-hand-peace {
  --fa: "\f25b"; }

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

.fa-cogs {
  --fa: "\f085"; }

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

.fa-face-grin-hearts {
  --fa: "\f584"; }

.fa-grin-hearts {
  --fa: "\f584"; }

.fa-dice-four {
  --fa: "\f524"; }

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

.fa-award {
  --fa: "\f559"; }

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

.fa-building {
  --fa: "\f1ad"; }

.fa-angles-left {
  --fa: "\f100"; }

.fa-angle-double-left {
  --fa: "\f100"; }

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

.fa-face-grin-beam-sweat {
  --fa: "\f583"; }

.fa-grin-beam-sweat {
  --fa: "\f583"; }

.fa-file-export {
  --fa: "\f56e"; }

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

.fa-golf-ball-tee {
  --fa: "\f450"; }

.fa-golf-ball {
  --fa: "\f450"; }

.fa-circle-chevron-left {
  --fa: "\f137"; }

.fa-chevron-circle-left {
  --fa: "\f137"; }

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

.fa-dog {
  --fa: "\f6d3"; }

.fa-carrot {
  --fa: "\f787"; }

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

.fa-cheese {
  --fa: "\f7ef"; }

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

.fa-biking {
  --fa: "\f84a"; }

.fa-broom {
  --fa: "\f51a"; }

.fa-shield-heart {
  --fa: "\e574"; }

.fa-gopuram {
  --fa: "\f664"; }

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

.fa-expand-alt {
  --fa: "\f424"; }

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

.fa-hippo {
  --fa: "\f6ed"; }

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

.fa-fan {
  --fa: "\f863"; }

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

.fa-arrows-alt-v {
  --fa: "\f338"; }

.fa-cloud-moon-rain {
  --fa: "\f73c"; }

.fa-calendar {
  --fa: "\f133"; }

.fa-trailer {
  --fa: "\e041"; }

.fa-bahai {
  --fa: "\f666"; }

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

.fa-dragon {
  --fa: "\f6d5"; }

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

.fa-face-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-grin-tongue-wink {
  --fa: "\f58b"; }

.fa-hand-holding {
  --fa: "\f4bd"; }

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

.fa-clone {
  --fa: "\f24d"; }

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

.fa-fire-alt {
  --fa: "\f7e4"; }

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

.fa-anchor {
  --fa: "\f13d"; }

.fa-border-all {
  --fa: "\f84c"; }

.fa-face-angry {
  --fa: "\f556"; }

.fa-angry {
  --fa: "\f556"; }

.fa-cookie-bite {
  --fa: "\f564"; }

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

.fa-draw-polygon {
  --fa: "\f5ee"; }

.fa-scale-balanced {
  --fa: "\f24e"; }

.fa-balance-scale {
  --fa: "\f24e"; }

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

.fa-book {
  --fa: "\f02d"; }

.fa-user-plus {
  --fa: "\f234"; }

.fa-check {
  --fa: "\f00c"; }

.fa-battery-three-quarters {
  --fa: "\f241"; }

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

.fa-angle-left {
  --fa: "\f104"; }

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

.fa-fist-raised {
  --fa: "\f6de"; }

.fa-cloud-moon {
  --fa: "\f6c3"; }

.fa-briefcase {
  --fa: "\f0b1"; }

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

.fa-globe-europe {
  --fa: "\f7a2"; }

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

.fa-book-open {
  --fa: "\f518"; }

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

.fa-triangle-exclamation {
  --fa: "\f071"; }

.fa-exclamation-triangle {
  --fa: "\f071"; }

.fa-warning {
  --fa: "\f071"; }

.fa-database {
  --fa: "\f1c0"; }

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

.fa-exchange-alt {
  --fa: "\f362"; }

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

.fa-dungeon {
  --fa: "\f6d9"; }

.fa-align-right {
  --fa: "\f038"; }

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

.fa-calendar-day {
  --fa: "\f783"; }

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

.fa-grimace {
  --fa: "\f57f"; }

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

.fa-square-envelope {
  --fa: "\f199"; }

.fa-envelope-square {
  --fa: "\f199"; }

.fa-dice {
  --fa: "\f522"; }

.fa-bowling-ball {
  --fa: "\f436"; }

.fa-brain {
  --fa: "\f5dc"; }

.fa-bandage {
  --fa: "\f462"; }

.fa-band-aid {
  --fa: "\f462"; }

.fa-calendar-minus {
  --fa: "\f272"; }

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

.fa-gifts {
  --fa: "\f79c"; }

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

.fa-globe-asia {
  --fa: "\f57e"; }

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

.fa-allergies {
  --fa: "\f461"; }

.fa-file-invoice {
  --fa: "\f570"; }

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

.fa-coffee {
  --fa: "\f0f4"; }

.fa-brush {
  --fa: "\f55d"; }

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

.fa-cloud-sun {
  --fa: "\f6c4"; }

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

.fa-bone {
  --fa: "\f5d7"; }

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

.fa-hand-point-left {
  --fa: "\f0a5"; }

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

.fa-jet-fighter {
  --fa: "\f0fb"; }

.fa-fighter-jet {
  --fa: "\f0fb"; }

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

.fa-barcode {
  --fa: "\f02a"; }

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

.fa-graduation-cap {
  --fa: "\f19d"; }

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

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

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?1815e00441357e01619e5793e1caa78a) format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?89999bdf5d835c0120257222e5568fec) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?914997e1bdfc990d0897cdaba877a0b3) format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?2582b0e4bcf85eceead0de3fd9035c90) format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?1815e00441357e01619e5793e1caa78a) format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?2582b0e4bcf85eceead0de3fd9035c90) format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?89999bdf5d835c0120257222e5568fec) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?914997e1bdfc990d0897cdaba877a0b3) format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.woff2?2463b90d9a316e4e5294e6706b6a7a72) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-solid-900.ttf?2582b0e4bcf85eceead0de3fd9035c90) format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.woff2?c210719e60948b211a1260f79812efe5) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-brands-400.ttf?1815e00441357e01619e5793e1caa78a) format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.woff2?89999bdf5d835c0120257222e5568fec) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-regular-400.ttf?914997e1bdfc990d0897cdaba877a0b3) format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-v4compatibility.woff2?ea8f94e1d22e0d35ccd46ea889dbf038) format("woff2"), url(/fonts/vendor/@fortawesome/fontawesome-free/webfa-v4compatibility.ttf?da94ef451f4969af06e6f5b36393459d) format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }

@charset "UTF-8";
.contact-page__card-row:first-child {
  margin-top: 40px;
}
.contact-page__card-row:last-child {
  margin-top: 20px;
  margin-bottom: 76px;
}
.contact-page__card-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.contact-page__card-row__big_card {
  position: relative;
  width: 676px;
  height: 330px;
  background: #FFFFFF;
  box-shadow: 0px 27px 44px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 58px 71px;
}
.contact-page__card-row__big_card__modal-button {
  box-sizing: border-box;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 17px !important;
  line-height: 23px !important;
  text-align: center;
  color: #FFFFFF;
  width: 298px;
  height: 50px;
  position: absolute;
  bottom: 63px;
  cursor: pointer;
  left: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #37C155;
  border-radius: 8px;
}
.contact-page__card-row__big_card__modal-button:hover {
  background: #FFFFFF !important;
  color: #37C155 !important;
  border: 1px solid #37C155;
  transition: 2s;
}
.contact-page__card-row__big_card h2 {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #363636;
}
.contact-page__card-row__big_card__header_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
}
.contact-page__card-row__big_card__header_text__address {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #37C155;
  margin-bottom: 8px;
}
.contact-page__card-row__big_card__description_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  margin-top: 15px;
  color: #363636;
}
.contact-page__card-row__big_card__address {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6D6D6D;
}
.contact-page__card-row__small_card {
  position: relative;
  width: 324px;
  height: 330px;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 58px 53px;
}
.contact-page__card-row__small_card__header_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.contact-page__card-row__small_card__description_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #868686;
  margin-top: 15px;
}
.contact-page__card-row__small_card__link_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  margin-top: 17px;
  color: #37C155;
  cursor: pointer;
}
.contact-page__card-row__small_card__url_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  color: #4DB45F;
  text-decoration: none;
  position: absolute;
  bottom: 49px;
  cursor: pointer;
  left: 53px;
}

@media (max-width: 768px) {
  .contact-page__card-row:first-child {
    margin-top: 40px;
  }
  .contact-page__card-row:last-child {
    margin-top: 20px;
    margin-bottom: 76px;
  }
  .contact-page__card-row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
  }
  .contact-page__card-row__big_card {
    position: relative;
    width: 100%;
    height: 330px;
    background: #FFFFFF;
    box-shadow: 0px 27px 44px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    padding: 10px;
  }
  .contact-page__card-row__big_card__modal-button {
    box-sizing: border-box;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 23px !important;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 63px;
    cursor: pointer;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #37C155;
    border-radius: 8px;
  }
  .contact-page__card-row__big_card__modal-button:hover {
    background: #FFFFFF !important;
    color: #37C155 !important;
    border: 1px solid #37C155;
    transition: 2s;
  }
  .contact-page__card-row__big_card h2 {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
  }
  .contact-page__card-row__big_card__header_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
  }
  .contact-page__card-row__big_card__header_text__address {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #37C155;
    margin-bottom: 8px;
  }
  .contact-page__card-row__big_card__description_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
    color: #363636;
  }
  .contact-page__card-row__big_card__address {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #6D6D6D;
  }
  .contact-page__card-row__small_card {
    margin-top: 10px;
    position: relative;
    width: 100%;
    height: 330px;
    background: #FFFFFF;
    border: 1px solid rgba(219, 219, 219, 0.25);
    box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 10px;
  }
  .contact-page__card-row__small_card__header_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #363636;
  }
  .contact-page__card-row__small_card__description_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 160%;
    color: #868686;
    margin-top: 15px;
  }
  .contact-page__card-row__small_card__link_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 160%;
    margin-top: 17px;
    color: #37C155;
    cursor: pointer;
  }
  .contact-page__card-row__small_card__url_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #4DB45F;
    text-decoration: none;
    position: absolute;
    bottom: 49px;
    cursor: pointer;
    left: 53px;
  }
}
.requisites-page__warning {
  margin-top: 32px;
  display: flex;
  max-width: 650px;
  align-items: baseline;
}
.requisites-page__warning__img {
  width: 16.5px;
  height: 16.5px;
  margin-right: 25px;
}
.requisites-page__info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.requisites-page__info__hr {
  margin-top: 126px;
  width: 206px;
  border: 1px solid #E6E6E6;
}
.requisites-page__info__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.requisites-page__info__row__text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 43px;
  color: #6D6D6D;
}
.requisites-page__info__row__text__url {
  color: #4DB45F;
}
.requisites-page__info__row__text:first-child {
  width: 206px;
}

.about-page__blocks {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-page__blocks__big_card {
  margin-top: 31px;
  background: linear-gradient(104.54deg, #EEEEEE 16.22%, #D7D7D7 70.22%);
  box-shadow: 0px 27px 44px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  display: flex;
  flex-wrap: nowrap;
}
.about-page__blocks__big_card__img {
  max-width: 586px;
}
.about-page__blocks__big_card__content {
  display: flex;
  margin-left: 10%;
  align-items: center;
  flex-wrap: wrap;
}
.about-page__blocks__big_card__content__header {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #363636;
  max-width: 308px;
}
.about-page__blocks__big_card__content__description {
  max-width: 443px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #363636;
}
.about-page__blocks__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 95px;
  margin-bottom: 127px;
}
.about-page__blocks__row__half {
  display: flex;
  width: 50%;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 40px;
}
.about-page__blocks__row__half__text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #6D6D6D;
  width: 100%;
}
.about-page__blocks__row__half__text:last-child {
  margin-top: 18px;
}
.about-page__blocks__row__half__text:last-child {
  margin-top: 28px;
}
.about-page__blocks__row__half__small_block {
  width: 265px;
  height: 113px;
  background: #FFFFFF;
  opacity: 0.41;
  border: 1px solid #37C155;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.about-page__blocks__row__half__small_block:nth-child(3) {
  margin-top: 18px;
}
.about-page__blocks__row__half__small_block:nth-child(4) {
  margin-top: 18px;
}
.about-page__blocks__row__half__small_block__header_text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #363636 !important;
  width: 100%;
}
.about-page__blocks__row__half__small_block__description {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #6D6D6D;
  width: 100%;
}

@media (max-width: 768px) {
  .about-page__blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-page__blocks__big_card {
    margin-top: 31px;
    background: linear-gradient(104.54deg, #EEEEEE 16.22%, #D7D7D7 70.22%);
    box-shadow: 0px 27px 44px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .about-page__blocks__big_card__img {
    max-width: 100%;
  }
  .about-page__blocks__big_card__content {
    display: flex;
    margin-left: 0px;
    align-items: center;
    flex-wrap: wrap;
  }
  .about-page__blocks__big_card__content__header {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    color: #363636;
    width: 100%;
  }
  .about-page__blocks__big_card__content__description {
    width: 100%;
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 23px;
    color: #363636;
  }
  .about-page__blocks__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 95px;
    margin-bottom: 127px;
  }
  .about-page__blocks__row__half {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0px 40px;
  }
  .about-page__blocks__row__half__text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #6D6D6D;
    width: 100%;
    margin-top: 18px;
  }
  .about-page__blocks__row__half__text:last-child {
    margin-top: 18px;
  }
  .about-page__blocks__row__half__text:last-child {
    margin-top: 28px;
  }
  .about-page__blocks__row__half__small_block {
    width: 100%;
    height: 113px;
    background: #FFFFFF;
    opacity: 0.41;
    border: 1px solid #37C155;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 18px;
  }
  .about-page__blocks__row__half__small_block:nth-child(3) {
    margin-top: 18px;
  }
  .about-page__blocks__row__half__small_block:nth-child(4) {
    margin-top: 18px;
  }
  .about-page__blocks__row__half__small_block__header_text {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 41px;
    text-align: center;
    color: #363636 !important;
    width: 100%;
  }
  .about-page__blocks__row__half__small_block__description {
    font-family: "Noto Sans";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #6D6D6D;
    width: 100%;
  }
}
/*!
 * Cropper.js v1.6.2
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-04-21T07:43:02.731Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cropper-container img {
  backface-visibility: hidden;
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.3333333333%;
  left: 0;
  top: 33.3333333333%;
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.3333333333%;
  top: 0;
  width: 33.3333333333%;
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

#search-form {
  position: relative;
}

#search-result {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin-top: 3px;
  position: absolute;
  z-index: 10;
}
#search-result a {
  cursor: pointer;
  height: 35px;
  display: flex;
  align-items: center;
  margin-left: 20px;
  width: 100%;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
}

#symbol-data {
  color: #ffffff;
}

.info-text-gray {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
}

.merchant_orders {
  display: flex;
  justify-content: space-between;
}

.orders_status {
  width: 196px;
  height: 31px;
  background: #E4E4E4;
  opacity: 0.41;
  border-radius: 8px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #2B2A28;
}

.cancel-btn {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  background: transparent;
  color: #FF0000;
}

.small-checkbox input {
  margin: 0.4rem;
  cursor: pointer;
}

.label-checkbox-text {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  cursor: pointer;
  line-height: 24px;
  color: #868686;
}

body,
html {
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}
body.overflow,
html.overflow {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: 0.3s;
  display: inline-block;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}

p {
  margin: 0;
}

input {
  outline: none;
  /*    -webkit-appearance: none;
      -moz-appearance: none;*/
  border: none;
}
input:focus {
  outline: none;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  transition: 0.3s;
}
button:focus {
  outline: none;
}

.red-btn {
  background: rgba(255, 0, 0, 0.91);
  border-radius: 8px;
  padding: 6px 17px 8px;
  font-weight: 600;
  font-size: 13px;
  color: #FFFFFF;
}
.red-btn:hover {
  background: red;
}

.gray-input {
  width: 31px;
  height: 31px;
  background: #D1D1D1;
  border-radius: 8px;
  color: #2b2a28;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
}
.gray-input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
.gray-input::-moz-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
.gray-input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}
.gray-input:-moz-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
}

.green-btn {
  background: #37C155;
  border-radius: 8px;
  padding: 6px 19px 8px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
}
.green-btn:hover {
  background: rgb(90.7943548387, 208.2056451613, 116.3185483871);
}
.green-btn.sign-btn {
  padding: 0 10px;
  display: flex;
}
.green-btn.sign-btn img {
  margin: auto;
}

.black-btn {
  background: #2B2A28;
  border-radius: 8px;
  padding: 6px 19px 8px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
}
.black-btn:hover {
  background: rgb(69.421686747, 67.8072289157, 64.578313253);
}

.gray-btn {
  background: #A0A0A0;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  padding: 6px 40px;
  font-weight: 600;
  font-size: 13px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
}
.gray-btn:hover {
  background: rgb(185.5, 185.5, 185.5);
}
.gray-btn.sign-btn {
  padding: 0 10px;
  display: flex;
}
.gray-btn.sign-btn img {
  margin: auto;
}

.border-btn {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  padding: 6px 19px 8px;
  font-weight: 600;
  border: 1px solid #DBDBDB;
  font-size: 13px;
  color: #A0A0A0;
}
.border-btn:hover {
  background: #A0A0A0;
  border-color: #A0A0A0;
  color: #fff;
}

.wrapper {
  max-width: 1400px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

.option-wrap {
  display: flex;
  align-items: center;
}
.option-wrap img {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.option-wrap span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
  line-height: inherit;
  margin-top: 0px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
}

.select-wrap {
  position: relative;
  width: 100px;
  z-index: 10;
}
.select-wrap select {
  display: none;
}
.select-wrap .select2 {
  position: relative;
  width: 100% !important;
  height: 100%;
}
.select-wrap .select2 .selection {
  width: 100%;
}
.select-wrap .select2-container--default .select2-selection--single {
  background-color: transparent;
  text-align: left;
  border: none;
  padding-right: 12px;
  padding-left: 0;
  height: 100%;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.select-wrap .select2-container--default .select2-selection--single:focus {
  outline: none;
}
.select-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 15px;
  height: 30px;
  line-height: 20px;
}
.select-wrap .select2-selection__arrow {
  width: 12px !important;
  height: 12px !important;
  top: 50% !important;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px !important;
  transform: translateY(-50%);
  z-index: 1 !important;
  background-color: transparent;
}
.select-wrap .select2-selection__arrow b {
  background: url(/images/select-arrow.svg?881672b59f89a28e96d619f54648a933) no-repeat center center;
  width: 8px !important;
  height: 5px !important;
  border: none !important;
  margin: 0 !important;
  position: static !important;
}
.select-wrap .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  background: url(/images/select-arrow.svg?881672b59f89a28e96d619f54648a933) no-repeat center center;
  width: 8px !important;
  height: 5px !important;
  border: none !important;
  transform: rotate(-180deg);
}
.select-wrap.dark .select2-selection--single {
  border-color: rgba(43, 42, 40, 0.25);
}
.select-wrap.dark .select2-selection__rendered {
  color: rgba(43, 42, 40, 0.7) !important;
}
.select-wrap.dark .select2-selection__arrow b {
  background: url(/images/select-arrow-dark.svg?1dd648ad738ab857ae15b9ab0cb10a58) no-repeat center center !important;
}
.select-wrap.red .select2-selection--single {
  border-color: #f00 !important;
  background: #f00 !important;
}
.select-wrap.red .select2-selection__rendered {
  color: white !important;
}
.select-wrap.red .select2-selection__arrow b {
  background: url(/images/arrow-down-white.svg?881672b59f89a28e96d619f54648a933) no-repeat center center;
}

.main-search {
  position: relative;
  display: inline-flex;
}
.main-search input {
  max-width: 257px;
  width: 100%;
  height: 31px;
  background: #FFFFFF;
  border: 1px solid rgba(160, 160, 160, 0.41);
  border-radius: 8px;
  padding: 0 30px 0 25px;
  color: #868686;
  font-size: 13px;
  font-weight: 600;
}
.main-search input::-webkit-input-placeholder {
  font-size: 13px;
  color: #868686;
  opacity: 0.7;
}
.main-search input::-moz-placeholder {
  font-size: 13px;
  color: #868686;
  opacity: 0.7;
}
.main-search input:-ms-input-placeholder {
  font-size: 13px;
  color: #868686;
  opacity: 0.7;
}
.main-search input:-moz-placeholder {
  font-size: 13px;
  color: #868686;
  opacity: 0.7;
}
.main-search input:focus {
  border-color: rgba(160, 160, 160, 0.81);
}
.main-search button {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0.7;
}

.select2-dropdown {
  border: none !important;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: #7b7b7b;
  font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  background: #7b7b7b;
}

.select2-search--dropdown {
  border: 1px solid #7b7b7b;
  padding: 0;
  height: 30px !important;
  line-height: 28px !important;
}

.select2-container--open .select2-dropdown {
  bottom: 0 !important;
  top: 100%;
}

.select2-results__options {
  border: none;
  border-top: 1px solid #7C7C7C;
  max-height: 200px;
  overflow-y: scroll;
  border-radius: 0 0 15px 15px;
}

.select2-results__option {
  padding: 6px 0px;
  font-size: 14px;
  font-weight: 500;
  background: #a2a2a2;
  color: blue;
  height: 32px !important;
  line-height: 32px;
  white-space: nowrap;
  font-weight: bold;
  padding-left: 10px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #7C7C7C;
}
.select2-results__option:last-child {
  border: none;
}
.select2-results__option > span {
  display: flex;
  align-items: center;
}
.select2-results__option > span img {
  width: 15px;
  height: 10px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.select2-selection__placeholder {
  font-weight: normal;
  color: green !important;
}

.select2-search__field {
  border: 1px solid rgba(70, 70, 95, 0.1) !important;
  border-bottom: none !important;
  border-top: 1px solid rgba(70, 70, 95, 0.1) !important;
  padding-left: 10px !important;
  font-size: 11px !important;
  min-height: 30px;
}
.select2-search__field::-webkit-input-placeholder {
  font-size: 12px !important;
  color: #000000 !important;
}
.select2-search__field::-moz-placeholder {
  font-size: 12px !important;
  color: #000000 !important;
}
.select2-search__field:-ms-input-placeholder {
  font-size: 12px !important;
  color: #000000 !important;
}
.select2-search__field:-moz-placeholder {
  font-size: 12px !important;
  color: #000000 !important;
}

.select2-search--dropdown {
  border: none;
}

.select2-results__option {
  font-weight: 400;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.drop-menu {
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  display: flex;
  margin-right: 20px;
}
.drop-menu .line {
  width: 25px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 3px 0;
  transition: all 0.2s ease-in-out;
}
.drop-menu .line:last-child {
  margin-bottom: 0;
  width: 13px;
  align-self: flex-start;
}

.drop-menu.is-active .line:nth-child(3) {
  opacity: 0;
}

.drop-menu.is-active .line:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.drop-menu.is-active .line:nth-child(2) {
  transform: translateY(1px) rotate(-45deg);
}

.add-new-product-text {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.add-new-product-text a {
  margin-right: 18px;
  display: flex;
}
.add-new-product-text .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 13px;
  color: #363636;
}
.add-new-product-text .green {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #37C155;
}

.product-count {
  display: flex;
  align-items: center;
  max-width: 110px;
}
.product-count button {
  min-width: 25px;
  height: 25px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-count button span {
  font-size: 14px;
  font-weight: 500;
  color: #A0A0A0;
}
.product-count button span.minus {
  margin-top: -2px;
}
.product-count button:hover {
  border-color: #333;
}
.product-count input {
  width: 40px;
  text-align: center;
  padding: 0 5px;
  font-weight: 300;
  font-size: 20px;
  color: #363636;
}
.product-count input::-webkit-input-placeholder {
  color: #363636;
  font-weight: 300;
  font-size: 20px;
}
.product-count input::-moz-placeholder {
  color: #363636;
  font-weight: 300;
  font-size: 20px;
}
.product-count input:-ms-input-placeholder {
  color: #363636;
  font-weight: 300;
  font-size: 20px;
}
.product-count input:-moz-placeholder {
  color: #363636;
  font-weight: 300;
  font-size: 20px;
}

.table-scroll-wrap {
  min-width: 100%;
  overflow-x: auto;
}
.table-scroll-wrap table {
  background: transparent;
  min-width: 1370px;
  overflow-x: auto;
  border-collapse: separate !important;
  table-layout: fixed;
  border-spacing: 0 13px;
}
.table-scroll-wrap table thead {
  border: none;
}
.table-scroll-wrap table thead tr th {
  padding-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
  text-align: left;
}
.table-scroll-wrap table thead tr th:first-child {
  padding-left: 32px;
}
.table-scroll-wrap table thead tr th:last-child {
  padding-right: 24px;
}
.table-scroll-wrap table tbody {
  padding: 0 7px;
}
.table-scroll-wrap table tbody tr {
  background: #FFFFFF;
}
.table-scroll-wrap table tbody tr td {
  padding: 15px 0;
  border-top: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
}
.table-scroll-wrap table tbody tr td:first-child {
  padding-left: 24px;
  border-left: 1px solid #DBDBDB;
  border-radius: 12px 0 0 12px;
}
.table-scroll-wrap table tbody tr td:last-child {
  padding-right: 24px;
  border-right: 1px solid #DBDBDB;
  border-radius: 0 12px 12px 0;
}
.table-scroll-wrap table tbody tr td .bold {
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
.table-scroll-wrap table tbody tr td .bold:after {
  content: "";
  left: -15px;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #37C155;
}
.table-scroll-wrap table tbody tr td .buttons {
  display: flex;
  justify-content: flex-end;
}
.table-scroll-wrap table tbody tr td .buttons a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-scroll-wrap table tbody tr td .buttons a.close {
  border: 1px solid #D1D1D1;
}
.table-scroll-wrap table tbody tr td .buttons.dir-col {
  flex-direction: column;
  justify-content: space-between;
}
.table-scroll-wrap table tbody tr td .buttons.dir-col a {
  margin: 10px 0;
}
.table-scroll-wrap table tbody tr td .img-wrap {
  width: 40px;
  overflow: hidden;
  height: 40px;
}
.table-scroll-wrap table tbody tr td .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-scroll-wrap table tbody tr td .name {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  max-width: 150px;
}
.table-scroll-wrap table tbody tr td .name:hover {
  color: #f00;
}
.table-scroll-wrap table tbody tr td > span {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  color: #363636;
}
.table-scroll-wrap table tbody tr td > span.green {
  color: #37C155;
  display: flex;
  align-items: center;
}
.table-scroll-wrap table tbody tr td > span.green img {
  margin-right: 10px;
}
.table-scroll-wrap table tbody tr td > span.red-text {
  color: #f00;
}
.table-scroll-wrap table tbody tr td a.green {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  color: #37C155;
}
.table-scroll-wrap table tbody tr td .table-input {
  width: 84px;
  height: 31px;
  background: rgba(228, 228, 228, 0.4);
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  color: #2b2a28;
  text-align: center;
  padding: 5px;
}
.table-scroll-wrap table tbody tr td .table-input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(43, 42, 40, 0.7);
}
.table-scroll-wrap table tbody tr td .table-input::-moz-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(43, 42, 40, 0.7);
}
.table-scroll-wrap table tbody tr td .table-input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(43, 42, 40, 0.7);
}
.table-scroll-wrap table tbody tr td .table-input:-moz-placeholder {
  font-weight: 600;
  font-size: 13px;
  color: rgba(43, 42, 40, 0.7);
}
.table-scroll-wrap table tbody tr td .big-img {
  width: 84px;
  height: 84px;
  overflow: hidden;
  border-radius: 9px;
}
.table-scroll-wrap table tbody tr td .big-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-scroll-wrap table tbody tr td .brands {
  display: flex;
  align-items: center;
}
.table-scroll-wrap table tbody tr td .brands .img-wrap {
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin-right: 16px;
  border-radius: 3px;
}
.table-scroll-wrap table tbody tr td .brands .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.table-scroll-wrap table tbody tr td .brands b {
  font-size: 13px;
  margin-bottom: 0 !important;
}
.table-scroll-wrap table tbody tr td .brands span {
  margin-left: 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table tbody tr td .size-color span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-left: 8px;
  color: #363636;
}
.table-scroll-wrap table tbody tr td .size-color button {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(160, 160, 160, 0.4);
  border-radius: 8px;
  margin-right: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #555555;
}
.table-scroll-wrap table tbody tr td .size-color button:hover {
  border-color: rgba(160, 160, 160, 0.8);
}
.table-scroll-wrap table tbody tr td .texts span {
  font-weight: 400;
  margin-right: 10px;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table tbody tr td .texts span.green {
  color: #37C155;
}
.table-scroll-wrap table tbody tr td .texts span.red {
  color: #F00;
  margin-left: 10px;
  margin-right: 0;
}
.table-scroll-wrap table tbody tr td .texts span.red.line {
  text-decoration: line-through;
  margin-left: 0;
}
.table-scroll-wrap table tbody tr td .red {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FF0000;
}
.table-scroll-wrap table tbody tr td .select-wrap {
  max-width: 196px;
}
.table-scroll-wrap table tbody tr td .select-wrap .select2-selection--single {
  background: #E4E4E4;
  border: none;
}
.table-scroll-wrap table tbody tr td .select-wrap .select2-selection__rendered {
  padding: 5px 20px;
}
.table-scroll-wrap table tbody tr td .more {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table tbody tr td .more:hover {
  color: #2B2A28;
}
.table-scroll-wrap table tbody tr td .more img {
  margin-left: 10px;
}
.table-scroll-wrap table tbody tr td .star-wrap {
  display: flex;
  align-items: center;
}
.table-scroll-wrap table tbody tr td .star-wrap a {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px dashed #868686;
  margin-left: 15px;
  color: #868686;
}
.table-scroll-wrap table tbody tr td .star-wrap a:hover {
  border-color: transparent;
}
.table-scroll-wrap table tbody tr td .star-wrap p {
  display: flex;
}
.table-scroll-wrap table tbody tr td .star-wrap p img {
  margin-right: 7px;
}
.table-scroll-wrap table tbody tr td .star-wrap p b {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table.orders-table thead {
  border: none;
}
.table-scroll-wrap table.orders-table thead tr th {
  padding-top: 10px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
  text-align: left;
}
.table-scroll-wrap table.orders-table thead tr th:first-child {
  padding-left: 0;
}
.table-scroll-wrap table.orders-table tbody tr td {
  transition: 0.3s;
}
.table-scroll-wrap table.orders-table tbody tr:hover td {
  border-color: #f00;
}
.table-scroll-wrap table.merchant-goods-table .icon-wrap {
  display: flex;
}
.table-scroll-wrap table.merchant-goods-table thead tr th:first-child {
  padding-left: 16px;
}
.table-scroll-wrap table.merchant-goods-table tbody tr td:first-child {
  padding-left: 15px;
}
.table-scroll-wrap table.order-list-table {
  padding-bottom: 170px;
}
.table-scroll-wrap table.order-list-table.pb15 {
  padding-bottom: 15px;
}
.table-scroll-wrap table.order-list-table .buttons {
  justify-content: flex-start;
}
.table-scroll-wrap table.order-list-table .buttons a {
  width: auto;
}
.table-scroll-wrap table.order-list-table .buttons a.arrow span {
  padding-right: 13px;
  font-size: 13px;
  color: #363636;
  cursor: pointer;
}
.table-scroll-wrap table.order-list-table .buttons a.close {
  min-width: 25px;
}
.table-scroll-wrap table.order-list-table thead tr th:first-child {
  padding-left: 0;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap {
  display: flex;
  flex-direction: column;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap .text {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 3px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap p {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: #A0A0A0;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap p .circle {
  margin-right: 10px;
  width: 5px;
  height: 5px;
  background: #37C155;
  border-radius: 50%;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap p.red {
  color: #F00;
}
.table-scroll-wrap table.order-list-table tbody tr td .name-wrap p.red .circle {
  background: #f00;
}
.table-scroll-wrap table.order-list-table tbody tr td:first-child {
  padding-left: 35px;
}
.table-scroll-wrap table.order-list-table tbody tr td .basket-texts p {
  display: flex;
  @Include align-center;
}
.table-scroll-wrap table.order-list-table tbody tr td .basket-texts p b {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  margin-right: 5px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .basket-texts p span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .basket-texts .green {
  font-size: 13px;
  line-height: 18px;
  color: #4DB45F;
}
.table-scroll-wrap table.order-list-table tbody tr td .created {
  display: flex;
  flex-direction: column;
}
.table-scroll-wrap table.order-list-table tbody tr td .created span {
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .image-wrap {
  display: flex;
  width: 84px;
  height: 84px;
  border-radius: 10px;
}
.table-scroll-wrap table.order-list-table tbody tr td .image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand b {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand > p {
  display: flex;
  margin-bottom: 6px;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand > p span {
  font-size: 13px;
  margin-right: 10px;
  line-height: 18px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand .texts {
  display: flex;
  flex-direction: column;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand .texts > span {
  font-size: 11px;
  line-height: 15px;
  color: #686868;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand .texts p span {
  margin-right: 0;
  font-size: 11px;
  line-height: 15px;
  color: #686868;
}
.table-scroll-wrap table.order-list-table tbody tr td .brand .texts p span.green {
  color: #37C155;
}
.table-scroll-wrap table.order-list-table tbody tr td .price-text {
  font-weight: 300;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.table-scroll-wrap table.order-list-table tbody tr td .price {
  display: flex;
  flex-direction: column;
}
.table-scroll-wrap table.order-list-table tbody tr td .price .red {
  font-size: 13px;
  line-height: 18px;
  text-decoration-line: line-through;
  color: #FF0000;
}
.table-scroll-wrap table.order-list-table tbody tr td.pl20 {
  padding-left: 20px;
}
.table-scroll-wrap table.baskets-table {
  padding-bottom: 0;
}

.market-merchant-top {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.market-merchant-top p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 15px;
  color: #363636;
}
.market-merchant-top .red-border-btn {
  padding: 5px 30px 7px;
  border: 1px solid #FF0000;
  border-radius: 8px;
  margin-right: auto;
}
.market-merchant-top .red-border-btn span {
  font-weight: 600;
  font-size: 13px;
  color: #2B2A28;
  transition: 0.3s;
}
.market-merchant-top .red-border-btn span.red {
  margin-left: 7px;
  color: #F00;
}
.market-merchant-top .red-border-btn:hover {
  background: #f00;
}
.market-merchant-top .red-border-btn:hover span {
  color: #fff;
}
.market-merchant-top .select-wrap {
  max-width: 188px;
  margin-left: 8px;
  width: 100%;
}
.market-merchant-top .select-wrap.w240 {
  min-width: 240px;
  width: 100px;
}

.merchant-data-form-wrap {
  padding-top: 50px;
}

.baskets-table-wrap .border-btn {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.baskets-table-wrap .bottom-info-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 160px;
}
.baskets-table-wrap .bottom-info-wrap .left-info {
  max-width: 470px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.baskets-table-wrap .bottom-info-wrap .left-info .come-back {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
}
.baskets-table-wrap .bottom-info-wrap .left-info .come-back:hover {
  color: #747474;
}
.baskets-table-wrap .bottom-info-wrap .left-info .buttons a {
  width: calc((100% - 8px) / 2);
  padding: 11px 19px;
  font-size: 15px;
}
.baskets-table-wrap .bottom-info-wrap .right-info {
  max-width: 410px;
  width: 100%;
}
.baskets-table-wrap .bottom-info-wrap .right-info p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.baskets-table-wrap .bottom-info-wrap .right-info p span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.baskets-table-wrap .bottom-info-wrap .right-info p b {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.baskets-table-wrap .bottom-info-wrap .right-info p b.green {
  color: #37C155;
  font-size: 16px;
}
.baskets-table-wrap .bottom-info-wrap .right-info .gray-btn {
  margin-top: 25px;
  width: 100%;
  padding: 10px 30px;
}
.baskets-table-wrap .abandoned-cart {
  margin-bottom: 28px;
}
.baskets-table-wrap .abandoned-cart .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.baskets-table-wrap .abandoned-cart .top p {
  display: flex;
  align-items: center;
}
.baskets-table-wrap .abandoned-cart .top p a {
  margin-right: 15px;
  display: flex;
  margin-bottom: -2px;
}
.baskets-table-wrap .abandoned-cart .top p a img {
  transform: rotate(180deg);
}
.baskets-table-wrap .abandoned-cart .top p b {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.baskets-table-wrap .abandoned-cart .top .delete-all {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FF0000;
}
.baskets-table-wrap .abandoned-cart .texts {
  display: flex;
  margin-top: 10px;
}
.baskets-table-wrap .abandoned-cart .texts span {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-right: 20px;
}
.baskets-table-wrap .abandoned-cart .texts span.green {
  color: #4DB45F;
}
.baskets-table-wrap .abandoned-cart .texts span.gray {
  color: #868686;
}

.add-product-form-wrap .main-form {
  flex-direction: column;
}
.add-product-form-wrap .main-form .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.add-product-form-wrap .main-form .top .left {
  width: calc((100% - 26px) / 2);
}
.add-product-form-wrap .main-form .top .left .green-text {
  margin-bottom: 16px;
  color: #37C155;
  font-size: 13px;
}
.add-product-form-wrap .main-form .top .left .selects {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.add-product-form-wrap .main-form .top .left .selects .select-wrap {
  margin-bottom: 0;
  width: calc((100% - 12px) / 2);
}
.add-product-form-wrap .main-form .top .left .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.add-product-form-wrap .main-form .top .left .inputs .input {
  width: calc((100% - 12px) / 2);
  position: relative;
}
.add-product-form-wrap .main-form .top .left .inputs .input input {
  padding-right: 90px;
  margin-bottom: 0;
}
.add-product-form-wrap .main-form .top .left .inputs .input > span {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 11px;
  color: #A0A0A0;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .wrap {
  display: flex;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .wrap span {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: rgba(85, 85, 85, 0.6);
  margin-bottom: 10px;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .wrap input {
  margin-bottom: 10px;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .wrap .left-inputs {
  flex-grow: 1;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .wrap .right-inputs {
  width: 126px;
  margin-left: 10px;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .bottom-texts {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.add-product-form-wrap .main-form .top .left .inputs-wrap .bottom-texts .gray-text {
  font-size: 11px;
  color: #A0A0A0;
}
.add-product-form-wrap .main-form .top .right {
  width: calc((100% - 26px) / 2);
  display: flex;
  justify-content: space-between;
}
.add-product-form-wrap .main-form .top .right .info1 {
  width: calc((100% - 26px) / 2);
}
.add-product-form-wrap .main-form .top .right .info2 {
  width: calc((100% - 26px) / 2);
}
.add-product-form-wrap .main-form .bottom {
  max-width: 1025px;
  width: 100%;
  margin-top: 40px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs {
  margin-bottom: 40px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs > .green-text {
  font-size: 13px;
  color: #37C155;
  margin-top: -30px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap {
  display: flex;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item {
  display: flex;
  flex-direction: column;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item > span {
  font-size: 15px;
  line-height: 20px;
  display: block;
  color: rgba(85, 85, 85, 0.6);
  margin-bottom: 10px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item > span.green-text {
  font-size: 13px;
  color: #37C155;
  margin-top: 8px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item .select-wrap {
  width: 100%;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item > input {
  padding-left: 25px;
  padding-right: 10px;
  margin-bottom: 0;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item:nth-child(1) {
  max-width: 88px;
  margin-right: 9px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item:nth-child(2) {
  max-width: 230px;
  width: 100%;
  margin-right: 12px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item:nth-child(3) {
  max-width: 200px;
  width: 100%;
  margin-right: 12px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item:nth-child(4) {
  max-width: 113px;
  width: 100%;
  margin-right: 30px;
}
.add-product-form-wrap .main-form .bottom .add-new-item-inputs .wrap .item:nth-child(5) input {
  max-width: 74px;
}
.add-product-form-wrap .main-form .bottom .green-btn {
  max-width: 330px;
  width: 100%;
  height: 40px;
  font-size: 15px;
}

.main-form,
.main-form2,
.main-form3,
.main-form4 {
  display: flex;
  justify-content: space-between;
}
.main-form h5,
.main-form2 h5,
.main-form3 h5,
.main-form4 h5 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
  color: #363636;
}
.main-form h5 a,
.main-form2 h5 a,
.main-form3 h5 a,
.main-form4 h5 a {
  font-size: 13px;
  color: #f00;
  margin-left: 18px;
}
.main-form .inputs-wrap,
.main-form2 .inputs-wrap,
.main-form3 .inputs-wrap,
.main-form4 .inputs-wrap {
  margin-bottom: 16px;
}
.main-form .inputs-wrap > span,
.main-form2 .inputs-wrap > span,
.main-form3 .inputs-wrap > span,
.main-form4 .inputs-wrap > span {
  font-size: 15px;
  line-height: 20px;
  display: flex;
  color: rgba(85, 85, 85, 0.6);
  margin-bottom: 10px;
}
.main-form .inputs-wrap > span p,
.main-form2 .inputs-wrap > span p,
.main-form3 .inputs-wrap > span p,
.main-form4 .inputs-wrap > span p {
  font-size: 10px;
  line-height: 20px;
  display: flex;
  color: #2B2A28;
  margin-left: 10px;
  margin-bottom: 10px;
}
.main-form .inputs-wrap .select-wrap,
.main-form2 .inputs-wrap .select-wrap,
.main-form3 .inputs-wrap .select-wrap,
.main-form4 .inputs-wrap .select-wrap {
  margin-bottom: 16px;
}
.main-form .inputs-wrap .select-wrap .select2-selection__rendered,
.main-form2 .inputs-wrap .select-wrap .select2-selection__rendered,
.main-form3 .inputs-wrap .select-wrap .select2-selection__rendered,
.main-form4 .inputs-wrap .select-wrap .select2-selection__rendered {
  height: 38px;
  line-height: 28px;
  font-size: 15px;
  color: #2B2A28 !important;
  padding-left: 30px;
}
.main-form .inputs-wrap input,
.main-form2 .inputs-wrap input,
.main-form3 .inputs-wrap input,
.main-form4 .inputs-wrap input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding: 0 30px;
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap input::-webkit-input-placeholder,
.main-form2 .inputs-wrap input::-webkit-input-placeholder,
.main-form3 .inputs-wrap input::-webkit-input-placeholder,
.main-form4 .inputs-wrap input::-webkit-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap input::-moz-placeholder,
.main-form2 .inputs-wrap input::-moz-placeholder,
.main-form3 .inputs-wrap input::-moz-placeholder,
.main-form4 .inputs-wrap input::-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap input:-ms-input-placeholder,
.main-form2 .inputs-wrap input:-ms-input-placeholder,
.main-form3 .inputs-wrap input:-ms-input-placeholder,
.main-form4 .inputs-wrap input:-ms-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap input:-moz-placeholder,
.main-form2 .inputs-wrap input:-moz-placeholder,
.main-form3 .inputs-wrap input:-moz-placeholder,
.main-form4 .inputs-wrap input:-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap input.gray-bg,
.main-form2 .inputs-wrap input.gray-bg,
.main-form3 .inputs-wrap input.gray-bg,
.main-form4 .inputs-wrap input.gray-bg {
  background: #F6F6F6;
  border: none;
}
.main-form .inputs-wrap textarea,
.main-form2 .inputs-wrap textarea,
.main-form3 .inputs-wrap textarea,
.main-form4 .inputs-wrap textarea {
  resize: none;
  height: 80px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 14px;
  padding: 14px 30px;
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap textarea::-webkit-input-placeholder,
.main-form2 .inputs-wrap textarea::-webkit-input-placeholder,
.main-form3 .inputs-wrap textarea::-webkit-input-placeholder,
.main-form4 .inputs-wrap textarea::-webkit-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap textarea::-moz-placeholder,
.main-form2 .inputs-wrap textarea::-moz-placeholder,
.main-form3 .inputs-wrap textarea::-moz-placeholder,
.main-form4 .inputs-wrap textarea::-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap textarea:-ms-input-placeholder,
.main-form2 .inputs-wrap textarea:-ms-input-placeholder,
.main-form3 .inputs-wrap textarea:-ms-input-placeholder,
.main-form4 .inputs-wrap textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap textarea:-moz-placeholder,
.main-form2 .inputs-wrap textarea:-moz-placeholder,
.main-form3 .inputs-wrap textarea:-moz-placeholder,
.main-form4 .inputs-wrap textarea:-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.main-form .inputs-wrap textarea:focus,
.main-form2 .inputs-wrap textarea:focus,
.main-form3 .inputs-wrap textarea:focus,
.main-form4 .inputs-wrap textarea:focus {
  outline: none;
}
.main-form .inputs-wrap .input,
.main-form2 .inputs-wrap .input,
.main-form3 .inputs-wrap .input,
.main-form4 .inputs-wrap .input {
  position: relative;
}
.main-form .inputs-wrap .input button,
.main-form2 .inputs-wrap .input button,
.main-form3 .inputs-wrap .input button,
.main-form4 .inputs-wrap .input button {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-form .inputs-wrap .input button.close,
.main-form2 .inputs-wrap .input button.close,
.main-form3 .inputs-wrap .input button.close,
.main-form4 .inputs-wrap .input button.close {
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
}
.main-form .inputs-wrap .phone-number,
.main-form2 .inputs-wrap .phone-number,
.main-form3 .inputs-wrap .phone-number,
.main-form4 .inputs-wrap .phone-number {
  display: flex;
}
.main-form .inputs-wrap .phone-number .select-wrap,
.main-form2 .inputs-wrap .phone-number .select-wrap,
.main-form3 .inputs-wrap .phone-number .select-wrap,
.main-form4 .inputs-wrap .phone-number .select-wrap {
  max-width: 87px;
  margin-right: 10px;
}
.main-form .inputs-wrap .phone-number .select-wrap .select2-selection__rendered,
.main-form2 .inputs-wrap .phone-number .select-wrap .select2-selection__rendered,
.main-form3 .inputs-wrap .phone-number .select-wrap .select2-selection__rendered,
.main-form4 .inputs-wrap .phone-number .select-wrap .select2-selection__rendered {
  padding-left: 15px !important;
}
.main-form .left,
.main-form2 .left,
.main-form3 .left,
.main-form4 .left {
  width: calc((100% - 26px) / 2);
}
.main-form .left .green-btn,
.main-form2 .left .green-btn,
.main-form3 .left .green-btn,
.main-form4 .left .green-btn {
  max-width: 327px;
  width: 100%;
  height: 40px;
  font-size: 15px;
  margin-bottom: 30px;
}
.main-form .right,
.main-form2 .right,
.main-form3 .right,
.main-form4 .right {
  width: calc((100% - 26px) / 2);
}
.main-form .right .admin-info,
.main-form2 .right .admin-info,
.main-form3 .right .admin-info,
.main-form4 .right .admin-info {
  max-width: 440px;
  width: 100%;
  margin-bottom: 60px;
}
.main-form .right .admin-info .green-btn,
.main-form2 .right .admin-info .green-btn,
.main-form3 .right .admin-info .green-btn,
.main-form4 .right .admin-info .green-btn {
  width: 100%;
  height: 40px;
  font-size: 15px;
}
.main-form .right .admin-info .inputs-wrap:first-child,
.main-form2 .right .admin-info .inputs-wrap:first-child,
.main-form3 .right .admin-info .inputs-wrap:first-child,
.main-form4 .right .admin-info .inputs-wrap:first-child {
  margin-bottom: 30px;
}

.message-content {
  position: relative;
  margin-top: 30px;
}
.message-content .file-wrap {
  width: 100%;
  height: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #C7C7C7;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  margin-bottom: 12px;
}
.message-content .file-wrap input {
  display: none;
}
.message-content .file-wrap img {
  margin-bottom: 15px;
}
.message-content .file-wrap .text {
  font-size: 15px;
  color: white;
  height: 40px;
  background: #C7C7C7;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.message-content > span {
  font-size: 11px;
  line-height: 15px;
  display: block;
  margin-bottom: 14px;
  color: #A0A0A0;
}

.images-list {
  display: flex;
  width: 100%;
  height: 290px;
  background: #F6F6F6;
  border-radius: 8px;
  margin-bottom: 12px;
  position: relative;
  z-index: 0;
}
.images-list:after {
  content: "Просто переместите фотографии из папки в это поле или загрузите вручную.";
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 180px;
  width: 100%;
  z-index: -1;
  font-weight: 400;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  margin: 0 auto;
  margin-left: -90px;
  color: #A0A0A0;
}
.images-list li {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 290px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 15px;
}
.images-list li:hover .delete-img {
  opacity: 1;
  visibility: visible;
}
.images-list li:hover .img:after {
  opacity: 1;
}
.images-list li .img {
  width: 100%;
  height: 290px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 8px;
}
.images-list li .delete-img {
  color: #A22525;
  font-size: 9px;
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  opacity: 0;
  transition: 0.3s;
  visibility: hidden;
}

.tab-content .tab-content-item, .tab-content2 .tab-content-item {
  height: 0px;
  overflow: hidden;
  display: flex;
}
.tab-content .tab-content-item.active, .tab-content2 .tab-content-item.active {
  height: auto;
  overflow: visible;
}

.tab-menu, .tab-menu2 {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
  list-style-type: none;
  padding: 0;
}
.tab-menu li, .tab-menu2 li {
  margin: 0 20px;
}
.tab-menu li a, .tab-menu2 li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  display: flex;
  justify-content: center;
  color: rgba(54, 54, 54, 0.4);
  transition: 0s;
}
.tab-menu li.active a, .tab-menu2 li.active a {
  color: #363636;
}

.checkbox-wrap label {
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  color: black;
}
.checkbox-wrap label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-wrap label input:checked ~ span:after {
  background: url(/images/check-green.svg?80f7c4c524b7fee2f52490792d9446bf) no-repeat center center/cover;
  width: 16px;
  height: 16px;
}
.checkbox-wrap label p {
  font-size: 13px;
  line-height: 18px;
  color: rgba(85, 85, 85, 0.6);
}
.checkbox-wrap label p a {
  color: #37C155;
  display: inline;
}
.checkbox-wrap label span {
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  border-radius: 50%;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .checkbox-wrap label span {
    margin-right: 10px;
  }
}
.checkbox-wrap label span:after {
  content: "";
  background: url(/images/check.svg?c6a00c9afdec1449fb72a6e136bdef3a) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  transition: 0.2s;
}
.checkbox-wrap.checkbox-wrap2 label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-wrap.checkbox-wrap2 label input:checked ~ p {
  color: #363636;
}
.checkbox-wrap.checkbox-wrap2 label input:checked ~ span:after {
  opacity: 1;
  background: url(/images/checked.svg?27a461180b388c7f1f6cf1fe944f6208) no-repeat center center/cover;
  width: 15px;
  height: 14px;
}
.checkbox-wrap.checkbox-wrap2 label p {
  font-size: 12px;
  font-weight: 500;
  color: #868686;
}
.checkbox-wrap.checkbox-wrap2 label span {
  width: 13px;
  min-width: 13px;
  height: 13px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  background: #FFFFFF;
  border: 1px solid #CACACA;
  border-radius: 2px;
  margin-right: 10px;
}
.checkbox-wrap.checkbox-wrap2 label span:after {
  content: "";
  background: url(/images/checked.svg?27a461180b388c7f1f6cf1fe944f6208) no-repeat center center/cover;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  transition: 0.2s;
  opacity: 0;
}

.checkbox-color label {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkbox-color label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.checkbox-color label input:checked ~ span:after {
  border-color: #37C155;
}
.checkbox-color label span {
  width: 16px;
  min-width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  transition: 0.2s;
  border-radius: 4px;
  cursor: pointer;
}
.checkbox-color label span.gray {
  background: #555555;
}
.checkbox-color label span.blue {
  background: #4EA4EC;
}
.checkbox-color label span.red {
  background: #FF0A00;
}
.checkbox-color label span.dark-blue {
  background: #285E9E;
}
.checkbox-color label span:after {
  content: "";
  border: 2px solid transparent;
  border-radius: 6px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -4px;
  left: -4px;
}

input.error,
textarea.error {
  border: 1px solid #f00 !important;
}

#add-feedback-popup {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
#add-feedback-popup .popup-body {
  padding: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#add-feedback-popup .popup-body .back {
  position: absolute;
  top: 20px;
  left: 20px;
}
#add-feedback-popup .popup-body h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
#add-feedback-popup .popup-body span {
  font-size: 20px;
  line-height: 27px;
  opacity: 0.4;
  margin-bottom: 12px;
  color: #363636;
}
#add-feedback-popup .popup-body textarea {
  height: 113px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  resize: none;
  padding: 15px 20px;
}
#add-feedback-popup .popup-body textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
#add-feedback-popup .popup-body textarea::-moz-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
#add-feedback-popup .popup-body textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
#add-feedback-popup .popup-body textarea:-moz-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
#add-feedback-popup .popup-body .green-btn {
  margin: 15px 0;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
}
#add-feedback-popup .popup-body p {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  display: flex;
  color: #A0A0A0;
}
#add-feedback-popup .popup-body p a {
  margin-left: 5px;
  color: #37C155;
}
#add-feedback-popup .popup-body .rating-wrap {
  margin-bottom: 23px;
}

#registration-popup {
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
#registration-popup .registration-popup-wrap {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#registration-popup .registration-popup-wrap h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #363636;
}
#registration-popup .registration-popup-wrap .main-form4 {
  flex-direction: column;
}
#registration-popup .registration-popup-wrap .main-form4 .green-btn {
  margin-bottom: 30px;
  padding: 11px 20px;
}

#entrance-popup {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
}
#entrance-popup .popup-body {
  padding: 40px 30px 30px;
}
#entrance-popup .mfp-close {
  top: 15px;
  right: 15px;
}
#entrance-popup .entrance-popup-wrap {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
#entrance-popup .entrance-popup-wrap .main-form2,
#entrance-popup .entrance-popup-wrap .main-form3 {
  display: flex;
  flex-direction: column;
}
#entrance-popup .entrance-popup-wrap .main-form2 .inputs-wrap,
#entrance-popup .entrance-popup-wrap .main-form3 .inputs-wrap {
  margin-bottom: 0;
}
#entrance-popup .entrance-popup-wrap .main-form2 .green-btn,
#entrance-popup .entrance-popup-wrap .main-form3 .green-btn {
  height: 40px;
  margin-bottom: 32px;
}

#reset-password {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
}
#reset-password .popup-body {
  padding: 40px 30px 30px;
}
#reset-password .mfp-close {
  top: 15px;
  right: 15px;
}
#reset-password .entrance-popup-wrap {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
#reset-password .entrance-popup-wrap .main-form2,
#reset-password .entrance-popup-wrap .main-form3 {
  display: flex;
  flex-direction: column;
}
#reset-password .entrance-popup-wrap .main-form2 .inputs-wrap,
#reset-password .entrance-popup-wrap .main-form3 .inputs-wrap {
  margin-bottom: 16px;
}
#reset-password .entrance-popup-wrap .main-form2 .green-btn,
#reset-password .entrance-popup-wrap .main-form3 .green-btn {
  height: 40px;
  margin-bottom: 32px;
}

.enter-code-wrap {
  display: none;
  position: relative;
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
}
.enter-code-wrap .back {
  position: absolute;
  top: -25px;
  left: -10px;
}
.enter-code-wrap h3 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 30px;
  color: #363636;
}
.enter-code-wrap form .top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  color: rgba(85, 85, 85, 0.6);
}
.enter-code-wrap form .top span {
  font-size: 15px;
  line-height: 20px;
  margin-left: 10px;
  color: #2B2A28;
}
.enter-code-wrap form input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  margin-bottom: 10px;
  height: 40px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: rgba(54, 54, 54, 0.6);
}
.enter-code-wrap form input::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.6);
  font-size: 20px;
}
.enter-code-wrap form input::-moz-placeholder {
  color: rgba(54, 54, 54, 0.6);
  font-size: 20px;
}
.enter-code-wrap form input:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.6);
  font-size: 20px;
}
.enter-code-wrap form input:-moz-placeholder {
  color: rgba(54, 54, 54, 0.6);
  font-size: 20px;
}
.enter-code-wrap form .green-btn {
  padding: 11px 20px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.enter-code-wrap form .again-in {
  font-size: 13px;
  line-height: 18px;
  color: rgba(85, 85, 85, 0.6);
}
.enter-code-wrap form .again-in .red {
  color: rgba(255, 0, 0, 0.6);
  margin-left: 5px;
}
.enter-code-wrap form .again-in.hide {
  display: none;
}
.enter-code-wrap form > .green {
  font-size: 13px;
  color: rgba(55, 193, 85, 0.6);
  display: none;
}
.enter-code-wrap form > .green.show {
  display: block;
}
.enter-code-wrap form > .red {
  font-size: 13px;
  color: rgba(255, 0, 0, 0.6);
  display: none;
}
.enter-code-wrap form > .red.show {
  display: block;
}

#add-product-popup {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}

#add-news-popup {
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
}
#add-news-popup .popup-body {
  padding: 50px;
}

.popup-body {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
  padding-bottom: 50px;
}
.popup-body .mfp-close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  background: url(/images/close-popup.svg?328081ca418b23dcaabb937aff412961) no-repeat center center/cover;
}
.popup-body .back-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.radio-wrap input[type=radio] {
  display: none;
}
.add-product-wrap {
  position: relative;
  padding-top: 25px;
  max-width: 382px;
  width: 100%;
  margin: 0 auto;
}
.add-product-wrap > p {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 10px;
  color: #363636;
}
.add-product-wrap .links {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}
.add-product-wrap .links a {
  font-size: 15px;
  line-height: 20px;
  margin: 0 20px;
  color: rgba(159, 159, 159, 0.6);
}
.add-product-wrap .links a.active {
  color: #4DB45F;
}
.add-product-wrap > input {
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  padding: 0 30px;
  font-size: 15px;
  color: #2B2A28;
}
.add-product-wrap > input::-webkit-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-product-wrap > input::-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-product-wrap > input:-ms-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-product-wrap > input:-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-product-wrap .product-information {
  margin: 40px 0 30px;
  display: flex;
}
.add-product-wrap .product-information .img-wrap {
  min-width: 84px;
  height: 84px;
  border-radius: 9px;
  margin-right: 28px;
  overflow: hidden;
}
.add-product-wrap .product-information .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.add-product-wrap .product-information .text-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.add-product-wrap .product-information .text-wrap b {
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 4px;
  color: #363636;
}
.add-product-wrap .product-information .text-wrap p {
  display: flex;
  margin-bottom: 8px;
}
.add-product-wrap .product-information .text-wrap p span {
  font-size: 13px;
  line-height: 18px;
  margin-right: 8px;
  color: #363636;
}
.add-product-wrap .product-information .text-wrap .text {
  display: block;
  font-weight: 300;
  font-size: 11px;
  line-height: 15px;
  color: #686868;
}
.add-product-wrap .product-information .text-wrap .text .green {
  color: #37C155;
}
.add-product-wrap .variants {
  display: flex;
  align-items: center;
}
.add-product-wrap .variants .green {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-left: 12px;
  margin-right: 33px;
  color: #4DB45F;
}
.add-product-wrap .green-btn {
  font-size: 15px;
  width: 100%;
  height: 40px;
  margin-top: 24px;
}

.variants-radios {
  display: flex;
  flex-wrap: wrap;
}
.variants-radios .radio-wrap {
  margin: 0;
  margin-right: 10px;
}
.variants-radios .radio-wrap input:checked + label {
  border-color: #4DB45F;
}
.variants-radios .radio-wrap input:checked + label b,
.variants-radios .radio-wrap input:checked + label span {
  color: #4DB45F;
}
.variants-radios .radio-wrap label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(160, 160, 160, 0.6);
  border-radius: 8px;
  overflow: hidden;
  padding: 0px 8px;
  height: 40px;
}
.variants-radios .radio-wrap label b {
  font-size: 17px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #555555;
}
.variants-radios .radio-wrap label span {
  font-size: 10px;
  line-height: 11px;
  color: #555555;
}

.add-news-wrap .top {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}
.add-news-wrap .top p {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  margin-right: 16px;
}
.add-news-wrap .top .date {
  font-size: 14px;
  line-height: 19px;
  color: rgba(54, 54, 54, 0.8);
  margin-right: 16px;
  opacity: 0.4;
  margin-top: 2px;
}
.add-news-wrap .top a {
  font-size: 13px;
  color: #37C155;
}
.add-news-wrap .select-wrap {
  margin-bottom: 14px;
  max-width: 330px;
  width: 100%;
}
.add-news-wrap .select-wrap .select2-selection__rendered {
  height: 38px !important;
  line-height: 27px !important;
  font-size: 15px !important;
  color: #2B2A28 !important;
}
.add-news-wrap input {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  padding: 0 30px;
  margin-bottom: 14px;
  font-size: 15px;
  color: #2B2A28;
}
.add-news-wrap input::-webkit-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap input::-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap input:-ms-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap input:-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap textarea {
  margin-bottom: 34px;
  height: 114px;
  resize: none;
  width: 100%;
  padding: 20px 30px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  font-size: 15px;
  color: #2B2A28;
}
.add-news-wrap textarea::-webkit-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap textarea::-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap textarea:-ms-input-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap textarea:-moz-placeholder {
  color: #2B2A28;
  font-size: 15px;
}
.add-news-wrap textarea:focus {
  outline: none;
}
.add-news-wrap .green-btn {
  font-size: 15px;
  padding: 10px 20px;
  max-width: 330px;
  width: 100%;
}

.breadcrumbs-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px;
}
.breadcrumbs-list li {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
}
.breadcrumbs-list li:after {
  content: "";
  background: url(/images/arr-right.svg?9cf055ceeb770e9e081661a1a2fa6010) no-repeat center center/cover;
  width: 6px;
  height: 9px;
  position: absolute;
  z-index: 1;
  right: -15px;
  top: 50%;
  margin-top: -3px;
}
.breadcrumbs-list li:last-child {
  margin-right: 0;
}
.breadcrumbs-list li:last-child:after {
  content: none;
}
.breadcrumbs-list li a,
.breadcrumbs-list li span {
  font-size: 13px;
  color: rgba(54, 54, 54, 0.4);
}
.breadcrumbs-list li a:hover {
  color: #363636;
}

.stars {
  cursor: pointer;
  display: flex;
}
.stars .star polygon {
  fill: #d8d8d8;
  transition: 0.3s;
}
.stars .star {
  margin-right: 2px;
}
.stars[data-stars] .star polygon {
  fill: #37C155;
}
.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: #d8d8d8;
}
.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
  fill: #d8d8d8;
}

.btn {
  cursor: pointer;
}

.d-flex {
  display: flex;
}
.d-flex.justify-content-center {
  justify-content: center;
}
.d-flex.justify-content-between {
  justify-content: space-between;
}
.d-flex.align-items-center {
  align-items: center;
}

.ml-2 {
  margin-left: 10px;
}

.mr-2 {
  margin-right: 10px;
}

.mt-2 {
  margin-top: 10px;
}

.search-result-wrap .wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.search-result-wrap .wrapper .top h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.search-result-wrap .wrapper .top h2 span {
  margin-left: 5px;
  font-size: 20px;
  line-height: 27px;
  color: rgba(54, 54, 54, 0.4);
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .top h2 span {
    display: block;
  }
}
.search-result-wrap .wrapper .top .selects {
  display: flex;
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .top .selects {
    margin: 10px 0;
  }
}
.search-result-wrap .wrapper .top .selects .select-wrap {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .top .selects .select-wrap {
    margin: 0;
    margin-right: 10px;
  }
}
.search-result-wrap .wrapper .search-result-info {
  display: flex;
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .search-result-wrap .wrapper .search-result-info {
    flex-direction: column;
  }
}
.search-result-wrap .wrapper .search-result-info .filters-wrap {
  min-width: 210px;
  max-width: 210px;
  margin-right: 30px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .reset-filters-btn {
  border: 1px solid rgba(255, 10, 0, 0.4);
  border-radius: 8px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #555;
  font-weight: 600;
  margin-bottom: 20px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .reset-filters-btn:hover {
  background: #FF0A00;
  color: #fff;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap {
  margin-bottom: 20px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap h3 {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  color: #363636;
  cursor: pointer;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap h3 img {
  margin-left: 10px;
  transform: rotate(90deg);
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap h3 img.rotate {
  transform: rotate(-90deg);
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap {
  display: none;
  margin-top: 10px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .scroll-wrap {
  max-height: 70px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .checkbox-wrap {
  margin-bottom: 10px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap input {
  margin-bottom: 10px;
  width: 100%;
  height: 40px;
  border: 1px solid rgba(160, 160, 160, 0.4);
  border-radius: 8px;
  padding: 0 20px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap input::-webkit-input-placeholder {
  color: rgba(85, 85, 85, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap input::-moz-placeholder {
  color: rgba(85, 85, 85, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap input:-ms-input-placeholder {
  color: rgba(85, 85, 85, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap input:-moz-placeholder {
  color: rgba(85, 85, 85, 0.8);
  font-size: 13px;
  font-weight: 600;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .inputs {
  display: flex;
  justify-content: space-between;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .inputs input {
  width: calc((100% - 8px) / 2);
  margin: 0;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .colors {
  display: flex;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .colors .checkbox-color {
  margin-right: 3px;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .checkboxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap .checkboxes .checkbox-wrap {
  width: 50%;
}
.search-result-wrap .wrapper .search-result-info .filters-wrap .filter-drop-wrap .hide-wrap.open {
  display: block;
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap {
  width: calc(100% - 240px);
}
@media (max-width: 1024px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap {
    overflow-x: auto;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 {
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 {
    overflow-x: auto;
    min-width: 900px;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 li {
  margin: 0;
  margin-right: 13px;
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 li {
    margin-right: 10px;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 li a {
  color: rgba(43, 42, 40, 0.7);
  font-weight: 600;
  font-size: 13px;
  padding: 7px 28px;
  border-radius: 8px;
  line-height: 16px;
  background: rgba(225, 225, 225, 0.4);
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 li a {
    padding: 5px 15px;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-menu-wrap .tab-menu2 li.active a {
  background: rgba(185, 185, 185, 0.4);
}
@media (max-width: 450px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items {
    width: 100%;
    margin: 0 auto;
    max-width: 370px;
  }
}
.search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
  width: calc((100% - 160px) / 5);
}
@media (max-width: 1200px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
    width: calc((100% - 128px) / 4);
  }
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item.hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
    width: calc((100% - 80px) / 4);
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 600px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 450px) {
  .search-result-wrap .wrapper .search-result-info .search-result-tab-wrap .tab-content-item .sale-items .sale-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .client-info-items {
    flex-direction: column;
  }
  .client-info-items .info-item {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .main-form.customer {
    display: flex !important;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .client-top {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .client-top .main-menu {
    align-items: flex-start !important;
    margin-top: 10px;
  }
  .client-top .main-menu li {
    margin: 0 !important;
    margin-right: 10px !important;
  }
  .client-top .main-menu li:last-child {
    margin-right: 0 !important;
  }
  .client-top .main-menu li a {
    font-size: 13px !important;
  }
  .client-top .main-menu li a img {
    margin-right: 5px !important;
    width: 14px;
  }
}

.client-data-info {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media (max-width: 1024px) {
  .client-data-info {
    flex-direction: column;
  }
}
.client-data-info .info {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1024px) {
  .client-data-info .info {
    width: 100%;
    margin-bottom: 20px;
  }
}
.client-data-info .info h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 28px;
  color: #363636;
}
.client-data-info .info .green-btn {
  width: 100%;
  font-size: 15px;
  padding: 10px 20px;
  margin-top: 5px;
}
.client-data-info .info .input-title {
  color: rgba(85, 85, 85, 0.6);
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.client-data-info .info input {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  margin-bottom: 14px;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  color: #2B2A28;
  font-size: 15px;
}
.client-data-info .info input::-webkit-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.client-data-info .info input::-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.client-data-info .info input:-ms-input-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
.client-data-info .info input:-moz-placeholder {
  font-size: 15px;
  color: #2B2A28;
}
@media (max-width: 1200px) {
  .client-data-info .info input {
    padding-left: 15px;
    font-size: 14px;
  }
  .client-data-info .info input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .client-data-info .info input::-moz-placeholder {
    font-size: 14px;
  }
  .client-data-info .info input:-ms-input-placeholder {
    font-size: 14px;
  }
  .client-data-info .info input:-moz-placeholder {
    font-size: 14px;
  }
}
.client-data-info .info .select-wrap {
  margin-bottom: 14px;
}
.client-data-info .info .select-wrap .select2-selection__rendered {
  height: 38px;
  line-height: 28px;
  color: #2B2A28 !important;
  font-size: 15px;
}
@media (max-width: 1200px) {
  .client-data-info .info .select-wrap .select2-selection__rendered {
    font-size: 14px !important;
  }
}
.client-data-info .info .date-inputs {
  display: flex;
}
.client-data-info .info .date-inputs .date-input {
  flex-grow: 1;
}
.client-data-info .info .date-inputs .select {
  width: 115px;
  margin-left: 15px;
}
.client-data-info .info .phone-number-wrap {
  margin-bottom: 14px;
}
.client-data-info .info .phone-number-wrap .phone-number {
  display: flex;
  position: relative;
}
.client-data-info .info .phone-number-wrap .phone-number img {
  position: absolute;
  bottom: 12px;
  right: 12px;
}
.client-data-info .info .phone-number-wrap .phone-number .select-wrap {
  width: 90px;
  margin-right: 10px;
  margin-bottom: 0;
}
.client-data-info .info .phone-number-wrap input {
  margin-bottom: 0;
}
.client-data-info .info .inputs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.client-data-info .info .inputs input {
  margin-bottom: 0;
  width: calc((100% - 10px) / 2);
}
.client-data-info .info .input {
  position: relative;
}
.client-data-info .info .input img {
  position: absolute;
  right: 12px;
  top: 12px;
}

.client-loving-wrap {
  padding-top: 50px;
}
.client-loving-wrap .top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .client-loving-wrap .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.client-loving-wrap .top h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.client-loving-wrap .top h3 span {
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  opacity: 0.4;
  margin: 0 10px 0 10px;
}
.client-loving-wrap .top .delete-all {
  color: #F00;
  font-size: 13px;
}
.client-loving-wrap .top .selects {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .client-loving-wrap .top .selects {
    margin-left: 0;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.client-loving-wrap .top .selects .select-wrap {
  margin-left: 13px;
  min-width: 205px;
  width: 100%;
}
@media (max-width: 1024px) {
  .client-loving-wrap .top .selects .select-wrap {
    margin: 0;
    margin-right: 10px;
    min-width: 180px;
    max-width: 180px;
    margin-bottom: 10px;
  }
}
.client-loving-wrap .loving-items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .client-loving-wrap .loving-items {
    justify-content: center;
  }
}
.client-loving-wrap .loving-items .loving-item {
  margin-right: 35px;
  margin-bottom: 35px;
  max-width: 195px;
  width: 100%;
}
@media (max-width: 1024px) {
  .client-loving-wrap .loving-items .loving-item {
    margin: 0 10px 30px;
  }
}
.client-loving-wrap .loving-items .loving-item .img-wrap {
  width: 100%;
  height: 240px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.client-loving-wrap .loving-items .loving-item .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.client-loving-wrap .loving-items .loving-item .img-wrap .close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.client-loving-wrap .loving-items .loving-item .prices {
  margin: 10px 0 3px;
  display: flex;
  align-items: center;
}
.client-loving-wrap .loving-items .loving-item .prices .new-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2D2929;
}
.client-loving-wrap .loving-items .loving-item .prices .old-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-decoration-line: line-through;
  margin-left: 7px;
  color: #868686;
}
.client-loving-wrap .loving-items .loving-item .brand {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #868686;
}

.your-orders {
  padding-top: 50px;
}
.your-orders .top {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .your-orders .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.your-orders .top h3 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.your-orders .top h3 span {
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  opacity: 0.4;
  margin: 0 10px;
}
.your-orders .top .selects {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .your-orders .top .selects {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.your-orders .top .selects .select-wrap {
  margin-right: 13px;
  min-width: 205px;
  width: 100%;
}
@media (max-width: 1024px) {
  .your-orders .top .selects .select-wrap {
    min-width: 180px;
    max-width: 180px;
    margin-bottom: 10px;
  }
}

.client-about-order {
  padding: 20px 0 20px;
}
.client-about-order .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.client-about-order .top .back {
  margin-right: 15px;
  margin-left: -40px;
  display: flex;
}
@media (max-width: 1024px) {
  .client-about-order .top .back {
    display: none;
  }
}
.client-about-order .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  color: #363636;
}
.client-about-order .top span {
  font-size: 20px;
  line-height: 27px;
  margin-right: 20px;
  opacity: 0.4;
  color: #363636;
}
.client-about-order .top .leave-feedback {
  color: #37C155;
  font-size: 13px;
}
.client-about-order .client-about-order-info {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .client-about-order .client-about-order-info {
    flex-direction: column;
  }
}
.client-about-order .client-about-order-info .left {
  max-width: 800px;
  width: 100%;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .client-about-order .client-about-order-info .left {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.client-about-order .client-about-order-info .left .order-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.client-about-order .client-about-order-info .left .order-status p {
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.client-about-order .client-about-order-info .left .order-status p span {
  margin-left: 12px;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.client-about-order .client-about-order-info .left .order-status > span {
  font-size: 13px;
  line-height: 18px;
  color: #C3C3C2;
}
.client-about-order .client-about-order-info .left .progress-bar {
  background: linear-gradient(0deg, #E9E9E9, #E9E9E9), #E9E9E9;
  border-radius: 4px;
  height: 5px;
  width: 100%;
  position: relative;
}
.client-about-order .client-about-order-info .left .progress-bar span {
  background: linear-gradient(0deg, #37C155, #37C155), #E9E9E9;
  border-radius: 4px;
  display: inline-block;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
}
.client-about-order .client-about-order-info .left .progress-bar span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background: linear-gradient(0deg, #37C155, #37C155), #E9E9E9;
  right: 0;
  width: 1px;
  height: 16px;
}
.client-about-order .client-about-order-info .left .progress-texts {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.client-about-order .client-about-order-info .left .progress-texts p {
  display: flex;
  flex-direction: column;
}
.client-about-order .client-about-order-info .left .progress-texts p .green {
  color: #4DB45F;
  margin-bottom: 3px;
}
.client-about-order .client-about-order-info .left .progress-texts span {
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.client-about-order .client-about-order-info .left .address {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .client-about-order .client-about-order-info .left .address {
    flex-direction: column;
    align-items: flex-start;
  }
}
.client-about-order .client-about-order-info .left .address span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-right: 15px;
  color: #363636;
}
.client-about-order .client-about-order-info .left .address p {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  margin-right: 15px;
  color: #363636;
}
@media (max-width: 767px) {
  .client-about-order .client-about-order-info .left .address p {
    margin: 10px 0;
  }
}
.client-about-order .client-about-order-info .left .address a {
  font-size: 13px;
  color: #37C155;
}
.client-about-order .client-about-order-info .right {
  min-width: 410px;
}
@media (max-width: 1024px) {
  .client-about-order .client-about-order-info .right {
    min-width: 100%;
  }
}
.client-about-order .client-about-order-info .right .cancel-order .line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.client-about-order .client-about-order-info .right .cancel-order .line p {
  font-size: 13px;
  color: #363636;
}
.client-about-order .client-about-order-info .right .cancel-order .line span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #555555;
}
.client-about-order .client-about-order-info .right .cancel-order .line span.green {
  color: #37C155;
}
.client-about-order .client-about-order-info .right .cancel-order .line span.bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.client-about-order .client-about-order-info .right .gray-btn {
  width: 100%;
  padding: 9px 20px;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 8px;
}
.client-about-order .client-about-order-info .right > p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #868686;
}

.client-basket {
  padding-bottom: 50px;
}
.client-basket .top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.client-basket .top .back {
  margin-right: 15px;
  margin-left: -40px;
  display: flex;
}
@media (max-width: 1024px) {
  .client-basket .top .back {
    display: none;
  }
}
.client-basket .top h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  color: #363636;
}
.client-basket .top span {
  font-size: 20px;
  line-height: 27px;
  margin-right: 20px;
  opacity: 0.4;
  color: #363636;
}
.client-basket .top .clear {
  color: #FF0000;
  font-size: 13px;
}
.client-basket .cart-contents {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #A0A0A0;
}
.client-basket .table-bottom-line {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .client-basket .table-bottom-line {
    flex-direction: column;
  }
}
.client-basket .table-bottom-line > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
}
@media (max-width: 767px) {
  .client-basket .table-bottom-line > p {
    margin-bottom: 20px;
  }
}
.client-basket .table-bottom-line .itog {
  max-width: 410px;
  width: 100%;
}
.client-basket .table-bottom-line .itog p {
  max-width: 292px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  margin-bottom: 8px;
}
.client-basket .table-bottom-line .itog p .dark {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.client-basket .table-bottom-line .itog p .green {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #37C155;
}
.client-basket .table-bottom-line .itog .green-btn {
  margin-top: 20px;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.client-checkout {
  padding: 15px 0;
}
.client-checkout h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #37C155;
}
@media (max-width: 1200px) {
  .client-checkout h5 {
    text-align: center;
  }
}
.client-checkout .client-checkout-items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .client-checkout .client-checkout-items .client-data-info {
    flex-direction: column;
    width: 100%;
  }
}
.client-checkout .client-checkout-items .info {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 1200px) {
  .client-checkout .client-checkout-items .info {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 600px;
  }
}
.client-checkout .client-checkout-items .info textarea {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  resize: none;
  height: 114px;
  width: 100%;
  padding: 15px 25px;
  font-size: 13px;
  color: #2B2A28;
}
.client-checkout .client-checkout-items .info textarea::-webkit-input-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
.client-checkout .client-checkout-items .info textarea::-moz-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
.client-checkout .client-checkout-items .info textarea:-ms-input-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
.client-checkout .client-checkout-items .info textarea:-moz-placeholder {
  font-size: 13px;
  color: #2B2A28;
}
.client-checkout .client-checkout-items .info textarea:focus {
  outline: none;
}
.client-checkout .client-checkout-items .info h4 {
  display: flex;
  align-items: center;
}
.client-checkout .client-checkout-items .info h4 .checkbox-wrap {
  margin-left: 24px;
  margin-top: 2px;
}
.client-checkout .client-checkout-items .info .payment-method {
  padding: 30px 35px;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
@media (max-width: 767px) {
  .client-checkout .client-checkout-items .info .payment-method {
    padding: 20px 15px;
  }
}
.client-checkout .client-checkout-items .info .payment-method p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  color: #363636;
  font-size: 13px;
  margin-bottom: 15px;
}
.client-checkout .client-checkout-items .info .payment-method p b {
  margin-right: 33px;
  font-size: 16px;
  font-weight: 600;
  color: #363636;
}
@media (max-width: 767px) {
  .client-checkout .client-checkout-items .info .payment-method p b {
    margin-right: 0;
  }
}
.client-checkout .client-checkout-items .info .payment-method p .green {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 42px;
  color: #37C155;
}
@media (max-width: 767px) {
  .client-checkout .client-checkout-items .info .payment-method p .green {
    margin-right: 0;
  }
}
.client-checkout .client-checkout-items .info .payment-method p .red {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #FF0000;
  margin-right: 37px;
}
@media (max-width: 767px) {
  .client-checkout .client-checkout-items .info .payment-method p .red {
    margin-right: 0;
  }
}
.client-checkout .client-checkout-items .info .payment-method p .bold {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-right: 40px;
  color: #363636;
}
@media (max-width: 767px) {
  .client-checkout .client-checkout-items .info .payment-method p .bold {
    margin-right: 0;
  }
}
.client-checkout .client-checkout-items .info .payment-method p .gray {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #868686;
}
.client-checkout .client-checkout-items .info .payment-method .green-btn {
  margin: 13px 0;
}
.client-checkout .client-checkout-items .info .payment-method .deliverey {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}
.client-checkout .client-checkout-items .info .payment-method .checkbox-wrap p {
  display: block;
}
.client-checkout .client-checkout-items .info .payment-method .checkbox-wrap span {
  margin-top: -5px;
}

.vodiapicker {
  display: none;
}

#a {
  width: 100%;
}

#a li {
  list-style: none;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
#a li img {
  margin-right: 20px;
}

#a li:hover {
  background-color: #F4F3F3;
}

#a li img {
  margin: 5px;
}

/* item list */
.b {
  display: none;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.open {
  display: show !important;
}

.btn-select {
  width: 100%;
  padding: 15px 20px;
  height: 57px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn-select li {
  display: flex;
  align-items: center;
  width: 100%;
}
.btn-select li img {
  margin-right: 20px;
}

.btn-select:hover li {
  margin-left: 0px;
}

.btn-select:hover {
  background-color: #F4F3F3;
  border: 1px solid transparent;
  box-shadow: inset 0 0px 0px 1px #ccc;
}

.btn-select:focus {
  outline: none;
}

a {
  cursor: pointer;
}

#input-phone {
  padding: 0px 50px !important;
}

#input-phone-register-user {
  padding: 0px 50px !important;
}

#input-phone-register {
  padding: 0px 50px !important;
}

#input-phone-reset-data {
  padding-left: 45px !important;
}

.iti {
  width: 100%;
}

header {
  background: #2B2A28;
  padding: 10px 0;
  position: relative;
  z-index: 101;
}
@media (max-width: 1024px) {
  header {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}
header .wrapper .top-line {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .wrapper .top-line {
    margin-bottom: 15px;
  }
}
header .wrapper .top-line .language-select {
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: 8px !important;
  margin-right: 25px !important;
  position: relative !important;
  padding: 5px 10px !important;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  header .wrapper .top-line .language-select {
    margin-right: auto;
  }
}
header .wrapper .top-line .language-select .option-data {
  background: inherit;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
header .wrapper .top-line .language-select:after {
  content: "";
  padding-bottom: 10px;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 0;
}
header .wrapper .top-line .language-select .img-wrap {
  max-width: 16px;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
}
header .wrapper .top-line .language-select .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}
header .wrapper .top-line .language-select span {
  margin: 0 10px;
  font-weight: 600;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
header .wrapper .top-line .language-select .top {
  display: flex;
  align-items: center;
  cursor: pointer;
}
header .wrapper .top-line .language-select .top.dark span {
  color: #2B2A28;
}
header .wrapper .top-line .language-select .select-items {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 102;
  background: #2B2A28;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
header .wrapper .top-line .language-select .select-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
header .wrapper .top-line .language-select .select-item:last-child {
  margin-bottom: 0;
}
header .wrapper .top-line .select-wrap {
  margin-right: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  header .wrapper .top-line .select-wrap {
    margin: 0;
    margin-left: 8px;
  }
}
header .wrapper .top-line .marketplace {
  padding: 7px 15px;
  background: rgba(135, 135, 135, 0.4);
  border-radius: 8px;
  display: flex;
  align-items: center;
  margin-right: auto;
}
@media (max-width: 1024px) {
  header .wrapper .top-line .marketplace {
    padding: 7px 12px;
  }
}
@media (max-width: 767px) {
  header .wrapper .top-line .marketplace {
    display: none;
  }
}
header .wrapper .top-line .marketplace:hover {
  background: rgba(135, 135, 135, 0.7);
}
header .wrapper .top-line .marketplace .text {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  header .wrapper .top-line .marketplace .text {
    font-size: 11px;
  }
}
header .wrapper .top-line .marketplace .circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  min-width: 5px;
  background: #f00;
  display: flex;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  header .wrapper .top-line .marketplace .circle {
    margin-right: 8px;
  }
}
header .wrapper .top-line .buttons {
  display: flex;
}
@media (max-width: 767px) {
  header .wrapper .top-line .buttons {
    display: none;
  }
}
header .wrapper .top-line .buttons a {
  margin-left: 8px;
}
@media (max-width: 1024px) {
  header .wrapper .top-line .buttons a {
    padding: 5px 14px;
  }
}
header .wrapper .top-line .buttons p {
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  line-height: 16px;
  color: #FFFFFF;
}
header .wrapper .top-line .buttons p span {
  color: #37C155;
  font-weight: 500;
}
header .wrapper .bottom-line {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
header .wrapper .bottom-line .logo {
  margin-right: 24px;
}
@media (max-width: 1024px) {
  header .wrapper .bottom-line .logo {
    margin-right: 20px;
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .logo {
    max-width: 110px;
    display: flex;
  }
}
header .wrapper .bottom-line .logo img {
  transition: 0.3s;
}
@media (max-width: 1024px) {
  header .wrapper .bottom-line .logo img {
    width: 100%;
  }
}
header .wrapper .bottom-line .search-form {
  flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .search-form {
    display: none;
  }
}
header .wrapper .bottom-line .search-form input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  padding-left: 50px;
  border-radius: 8px;
  font-size: 15px;
  color: #555555;
  background: rgba(255, 255, 255, 0.7);
}
header .wrapper .bottom-line .search-form input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
}
header .wrapper .bottom-line .search-form input::-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
}
header .wrapper .bottom-line .search-form input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
}
header .wrapper .bottom-line .search-form input:-moz-placeholder {
  font-weight: 400;
  font-size: 15px;
  color: #555555;
}
@media (max-width: 1024px) {
  header .wrapper .bottom-line .search-form input {
    padding-left: 40px;
  }
}
header .wrapper .bottom-line .search-form button {
  position: absolute;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  left: 15px;
  top: 50%;
  margin-top: -6px;
}
header .wrapper .bottom-line .basket {
  background: #FFFFFF;
  min-width: 210px;
  border-radius: 8px;
  margin-left: 13px;
  padding: 10px 13px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .basket {
    display: none;
  }
}
header .wrapper .bottom-line .basket img {
  margin-right: 13px;
}
header .wrapper .bottom-line .basket span {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #555555;
}
header .wrapper .bottom-line .basket a {
  margin-left: auto;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
header .wrapper .bottom-line .mobile-icons {
  display: none;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .mobile-icons {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  header .wrapper .bottom-line .mobile-icons a {
    margin-left: 15px;
    display: flex;
  }
}
header .wrapper .bottom-line.no-search .basket {
  margin-left: auto;
}
header .wrapper .bottom-line .menu-wrapper {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  padding: 20px;
  z-index: 100;
  padding: 50px;
  padding-top: 25px;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
  height: calc(100vh - 147px);
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper {
    padding: 30px 15px;
  }
}
header .wrapper .bottom-line .menu-wrapper.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .wrapper .bottom-line .menu-wrapper .tab-menu {
  justify-content: flex-start;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-menu {
    overflow-x: auto;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-menu li {
  margin: 0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-menu li {
    margin-right: 15px;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-menu li a {
  color: #A0A0A0;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-menu li a {
    font-size: 14px;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-menu li.active a {
  color: #2B2A28;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .tab-menu-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .tab-menu-wrapper {
    flex-wrap: wrap;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links {
  flex-grow: 1;
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links {
    -moz-column-count: 1;
         column-count: 1;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap {
  margin-bottom: 10px;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap h6 {
  color: #4DB45F;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap h6 {
    line-height: 18px;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap a {
  font-size: 13px;
  line-height: 16px;
  display: block;
  color: #2B2A28;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap a {
    margin-bottom: 8px;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .links .info-wrap a:hover {
  color: #4DB45F;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 1024px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap {
    max-width: 100%;
  }
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap .img {
  max-width: 300px;
  width: 100%;
  border-radius: 12px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 22px;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap b {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #A0A0A0;
}
header .wrapper .bottom-line .menu-wrapper .tab-content .tab-content-item .img-wrap span {
  font-size: 13px;
  line-height: 25px;
  display: block;
  color: #A0A0A0;
}
header.light-header {
  background: #F6F6F6;
}
header.light-header .wrapper .top-line .select-wrap .select2-selection--single {
  border-color: rgba(43, 42, 40, 0.25);
}
header.light-header .wrapper .top-line .select-wrap .select2-selection__rendered {
  color: rgba(43, 42, 40, 0.7);
}
header.light-header .wrapper .top-line .select-wrap .select2-selection__arrow b {
  background: url(/images/select-arrow-dark.svg?1dd648ad738ab857ae15b9ab0cb10a58) no-repeat center center;
}
header.light-header .wrapper .top-line .buttons p {
  color: #2B2A28;
}
header.light-header .wrapper .top-line .buttons p span {
  font-style: italic;
}
@media (max-width: 1024px) {
  header.light-header .wrapper .top-line .buttons p.hide-mobile {
    display: none;
  }
}
header.light-header .wrapper .top-line .option-wrap span {
  color: rgba(43, 42, 40, 0.7);
}
header.light-header .wrapper .top-line .select .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url(/images/select-arrow-dark.svg?1dd648ad738ab857ae15b9ab0cb10a58) no-repeat center center;
  width: 8px;
  height: 5px;
  top: 50%;
  margin-top: -3px;
}
header.light-header .wrapper .top-line .marketplace .text {
  color: rgba(43, 42, 40, 0.7);
}
header.light-header .wrapper .bottom-line .drop-menu span {
  background: #2B2A28;
}
header.light-header .wrapper .bottom-line .search-form {
  margin-right: 13px;
}
header.light-header .wrapper .bottom-line .search-form input {
  border: 1px solid #C3C3C2;
}

.home-slider-wrap {
  padding: 40px 15px 50px;
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .home-slider-wrap {
    padding: 20px 15px 50px;
  }
}
.home-slider-wrap .home-slider {
  width: 100%;
  margin-bottom: 0;
}
.home-slider-wrap .home-slider .item {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 290px;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .home-slider-wrap .home-slider .item {
    height: 240px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item {
    height: 180px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap {
  max-width: 380px;
  width: 100%;
  margin-left: 50%;
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .home-slider-wrap .home-slider .item .item-wrap {
    margin: auto;
    max-width: inherit;
    width: auto;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .persent {
  padding: 20px;
  border: 2px solid #FFFFFF;
  border-radius: 19px;
  margin-right: 45px;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .persent {
    min-width: 58px;
    height: 58px;
    border-radius: 8px;
    padding: 5px;
    margin-right: 15px;
  }
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .persent p {
    text-align: center;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .persent p .number {
  font-size: 57px;
  font-weight: 300;
  letter-spacing: -0.09em;
  margin-right: 5px;
  color: #fff;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .persent p .number {
    font-size: 24px;
    line-height: 24px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .persent p span {
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .persent p span {
    font-size: 13px;
    line-height: 13px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .persent > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  display: block;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .persent > span {
    font-size: 9px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .info {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .home-slider-wrap .home-slider .item .item-wrap .info {
    max-width: 300px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .info a {
  background: #FFFFFF;
  border-radius: 70px;
  display: flex;
  padding: 0 17px;
  overflow: hidden;
  width: 120px;
  height: 36px;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .info a {
    width: 60px;
    height: 18px;
    padding: 0 8px;
  }
}
.home-slider-wrap .home-slider .item .item-wrap .info a img {
  width: 100%;
}
.home-slider-wrap .home-slider .item .item-wrap .info p {
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  margin-top: 15px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .home-slider-wrap .home-slider .item .item-wrap .info p {
    margin-top: 5px;
    max-width: 90px;
    font-size: 10px;
    line-height: 14px;
  }
}
.home-slider-wrap .slick-dots {
  bottom: -50px;
}
@media (max-width: 767px) {
  .home-slider-wrap .slick-dots {
    bottom: -40px;
  }
}
.home-slider-wrap .slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}
.home-slider-wrap .slick-dots li button {
  transition: 0.3s;
}
.home-slider-wrap .slick-dots li button:before {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background: #555555;
  content: "";
  transition: 0.3s;
}
.home-slider-wrap .slick-dots li.slick-active button:before {
  width: 18px;
}
.home-slider-wrap .slider-navigation button {
  z-index: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: -6px;
}
@media (max-width: 1024px) {
  .home-slider-wrap .slider-navigation button {
    width: 30px;
    height: 30px;
    margin-top: -12px;
  }
  .home-slider-wrap .slider-navigation button img {
    width: 100%;
  }
}
.home-slider-wrap .slider-navigation button:before {
  content: none;
}
.home-slider-wrap .slider-navigation button.slick-next {
  right: 45px;
}
@media (max-width: 1024px) {
  .home-slider-wrap .slider-navigation button.slick-next {
    right: 25px;
  }
}
.home-slider-wrap .slider-navigation button.slick-prev {
  left: 45px;
}
@media (max-width: 1024px) {
  .home-slider-wrap .slider-navigation button.slick-prev {
    left: 25px;
  }
}

.style-wrap {
  padding: 52px 15px;
  background: #2B2A28;
}
@media (max-width: 767px) {
  .style-wrap {
    padding: 30px 15px;
  }
}
.style-wrap p {
  text-align: center;
  font-weight: 600;
  font-size: 23px;
  line-height: 31px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .style-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}

footer {
  padding: 64px 0;
  background: #EEEEEE;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0;
  }
}
footer .wrapper .footer-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}
footer .wrapper .footer-wrap .info-wrap {
  max-width: 320px;
  width: 100%;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .info-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
footer .wrapper .footer-wrap .info-wrap .logos {
  display: flex;
  margin-top: 30px;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .info-wrap .logos {
    justify-content: center;
  }
}
footer .wrapper .footer-wrap .info-wrap .logos li {
  margin-right: 30px;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .info-wrap .logos li {
    margin: 0 10px;
  }
}
footer .wrapper .footer-wrap .info-wrap p,
footer .wrapper .footer-wrap .info-wrap a {
  font-weight: 400;
  font-size: 13px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #9C9C9C;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .info-wrap p,
  footer .wrapper .footer-wrap .info-wrap a {
    text-align: center;
    margin-bottom: 20px;
    line-height: 20px;
  }
}
footer .wrapper .footer-wrap .info-wrap a {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .menu-wrap {
    margin-bottom: 10px;
  }
}
footer .wrapper .footer-wrap .menu-wrap > a {
  font-weight: 400;
  font-size: 13px;
  display: block;
  margin-bottom: 25px;
  color: #555555;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .menu-wrap > a {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .wrapper .footer-wrap .menu-wrap > a:hover {
  color: #f00;
}
footer .wrapper .footer-wrap .menu-wrap h3 {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #555555;
}
@media (max-width: 767px) {
  footer .wrapper .footer-wrap .menu-wrap h3 {
    text-align: center;
    margin-bottom: 10px;
  }
}
footer .wrapper .footer-logo {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.top-products-slider-wrap {
  margin-bottom: 50px;
}
.top-products-slider-wrap .top-products-slider .item {
  border: 1px solid #37C155;
  border-radius: 14px;
  padding: 10px;
  padding-bottom: 20px;
  margin: 0 9px;
  width: 213px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  min-height: 350px;
}
.top-products-slider-wrap .top-products-slider .item .img-wrap {
  border-radius: 12px;
  margin-bottom: 15px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.top-products-slider-wrap .top-products-slider .item .img-wrap b {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  background: #FF0000;
  box-shadow: 0px 7px 24px rgba(255, 0, 0, 0.25);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 8px;
  line-height: 14px;
  color: #FFFFFF;
}
.top-products-slider-wrap .top-products-slider .item .img-wrap:hover img {
  transform: scale(1.07);
}
.top-products-slider-wrap .top-products-slider .item .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.top-products-slider-wrap .top-products-slider .item p {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  padding: 0 5px;
}
.top-products-slider-wrap .top-products-slider .item p .new {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2D2929;
}
.top-products-slider-wrap .top-products-slider .item p .old-price {
  font-weight: 500;
  font-size: 14px;
  margin-left: 8px;
  line-height: 19px;
  text-decoration: line-through;
  color: #868686;
}
.top-products-slider-wrap .top-products-slider .item .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
  color: #868686;
}

.brands-slider-wrap {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .brands-slider-wrap {
    padding-bottom: 50px;
  }
}
.brands-slider-wrap .wrapper .slider-navigation {
  margin-right: 15px;
}
.brands-slider-wrap .wrapper .brands-slider .item {
  width: 147px;
  margin: 0 13px;
  display: flex;
  flex-direction: column;
}
.brands-slider-wrap .wrapper .brands-slider .item .brand-logo {
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  margin-bottom: 22px;
  height: 147px;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brands-slider-wrap .wrapper .brands-slider .item .brand-logo img {
  transition: 0.3s;
  width: 100%;
}
.brands-slider-wrap .wrapper .brands-slider .item .brand-logo:hover img {
  transform: scale(1.07);
}

.title-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.title-wrap .slider-navigation {
  flex-direction: row-reverse;
  display: flex;
  width: 60px;
  justify-content: space-between;
  position: static;
}
.title-wrap .slider-navigation button {
  z-index: 100;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: static;
  transform: translate(0, 0);
}
.title-wrap .slider-navigation button:before {
  content: none;
}
.title-wrap .slider-navigation button.slick-next {
  right: 45px;
}
.title-wrap .slider-navigation button.slick-prev {
  left: 45px;
}

.main-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.main-title a {
  margin-left: 20px;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}

.sale-wrap {
  padding: 50px 0 70px;
}
@media (max-width: 767px) {
  .sale-wrap {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
.sale-wrap .wrapper {
  text-align: center;
}
.sale-wrap .wrapper .title-wrap {
  text-align: left;
}
@media (max-width: 767px) {
  .sale-wrap .wrapper .title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.sale-wrap .wrapper .title-wrap .border-btn {
  margin-left: auto;
}
@media (max-width: 767px) {
  .sale-wrap .wrapper .title-wrap .border-btn {
    margin-left: 0;
    margin: 15px 0;
  }
}
.sale-wrap .wrapper .title-wrap .select {
  position: relative;
  max-width: 146px;
  width: 100%;
  margin-left: 14px;
  margin-right: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sale-wrap .wrapper .title-wrap .select {
    margin-left: 0;
    margin-bottom: 10px;
  }
}
.sale-wrap .wrapper .title-wrap .select:after {
  content: "";
  background: url(/images/select-arrow-gray.svg?af44e1abfbdc868e780044ad3e317a9b) no-repeat center center/cover;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 10px;
}
.sale-wrap .wrapper .title-wrap .red-select {
  height: 34px;
  border: 1px solid rgba(160, 160, 160, 0.7) !important;
  border-radius: 8px;
  color: #f00;
  cursor: pointer;
  font-size: 14px;
  padding: 6px 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.sale-wrap .wrapper .title-wrap .red-select:focus {
  outline: none;
}
.sale-wrap .wrapper .show-more {
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  max-width: 240px;
  height: 40px;
  width: 100%;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 13px;
  color: #555555;
}
.sale-wrap .wrapper .show-more:hover {
  background: #A0A0A0;
  color: #fff;
}

.sale-items {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 36px);
  margin-left: -18px;
}
@media (max-width: 1024px) {
  .sale-items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
@media (max-width: 450px) {
  .sale-items {
    width: 100%;
    margin: 0 auto;
  }
}
.sale-items .sale-item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 192px) / 6);
  margin: 0 16px 36px;
}
@media (max-width: 1200px) {
  .sale-items .sale-item {
    width: calc((100% - 128px) / 4);
  }
  .sale-items .sale-item.hide {
    display: none;
  }
}
@media (max-width: 1024px) {
  .sale-items .sale-item {
    width: calc((100% - 80px) / 4);
    margin: 0 10px 20px;
  }
}
@media (max-width: 767px) {
  .sale-items .sale-item {
    width: calc((100% - 60px) / 3);
  }
}
@media (max-width: 600px) {
  .sale-items .sale-item {
    width: calc((100% - 40px) / 2);
  }
}
@media (max-width: 450px) {
  .sale-items .sale-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
.sale-items .sale-item .img-wrap {
  border-radius: 12px;
  margin-bottom: 10px;
  max-height: 240px;
  overflow: hidden;
  position: relative;
}
.sale-items .sale-item .img-wrap b {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  background: #37C155;
  box-shadow: 0px 7px 24px rgba(5, 255, 0, 0.25);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  color: #FFFFFF;
}
.sale-items .sale-item .img-wrap:hover img {
  transform: scale(1.07);
}
.sale-items .sale-item .img-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s;
}
.sale-items .sale-item p {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  padding: 0 5px;
}
.sale-items .sale-item p .new {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2D2929;
}
.sale-items .sale-item p .old-price {
  font-weight: 500;
  font-size: 14px;
  margin-left: 8px;
  line-height: 19px;
  text-decoration: line-through;
  color: #868686;
}
.sale-items .sale-item .text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 0 5px;
  color: #868686;
}

.personal-area {
  padding: 30px 0 65px;
}
.personal-area .wrapper > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.personal-area .wrapper > .top p {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.personal-area .wrapper > .top p span {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-left: 9px;
  color: #A0A0A0;
}
.personal-area .wrapper > .top .main-menu {
  display: flex;
  align-items: center;
}
.personal-area .wrapper > .top .main-menu > li {
  margin-left: 40px;
}
.personal-area .wrapper > .top .main-menu > li > a {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
  color: #2D2929;
  display: flex;
  align-items: center;
}
.personal-area .wrapper > .top .main-menu > li > a:hover {
  color: #f00;
}
.personal-area .wrapper > .top .main-menu > li > a img {
  margin-right: 10px;
}
.personal-area .wrapper > .top .main-menu > li.active a {
  font-weight: 600;
}
.personal-area .wrapper > .top .main-menu > li.drop-item {
  position: relative;
  z-index: 0;
  padding-right: 16px;
  cursor: pointer;
}
.personal-area .wrapper > .top .main-menu > li.drop-item:before {
  content: "";
  background: url(/images/select-arrow-dark.svg?1dd648ad738ab857ae15b9ab0cb10a58) no-repeat center center/cover;
  width: 9px;
  height: 6px;
  transform: rotate(0deg);
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  margin-top: -3px;
}
.personal-area .wrapper > .top .main-menu > li.drop-item:after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  height: 0;
  padding: 20px;
}
.personal-area .wrapper > .top .main-menu > li.drop-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 0;
  width: calc(100% + 30px);
  height: auto;
  padding: 20px 15px;
  z-index: 10;
  background: #fff;
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  visibility: hidden;
  height: 0;
  opacity: 0;
}
.personal-area .wrapper > .top .main-menu > li.drop-item .sub-menu li {
  margin-bottom: 10px;
}
.personal-area .wrapper > .top .main-menu > li.drop-item .sub-menu li:last-child {
  margin-bottom: 0;
}
.personal-area .wrapper > .top .main-menu > li.drop-item .sub-menu li a {
  font-size: 15px;
  color: #2D2929;
}
.personal-area .wrapper > .top .main-menu > li.drop-item .sub-menu li a:hover {
  color: #f00;
}
.personal-area .wrapper > .top .main-menu > li.drop-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.personal-area .wrapper .info-items {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.personal-area .wrapper .info-items .info-item {
  width: calc((100% - 44px) / 3);
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  min-height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal-area .wrapper .info-items .info-item img {
  margin-right: 15px;
}
.personal-area .wrapper .info-items .info-item span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
  transition: 0.3s;
}
.personal-area .wrapper .info-items .info-item:hover span {
  color: #37C155;
}
.personal-area .wrapper .info-items.info-items4 {
  margin-bottom: 45px;
}
.personal-area .wrapper .info-items.info-items4 .info-item {
  width: calc((100% - 75px) / 4);
}
.personal-area .wrapper .info-block {
  display: flex;
  justify-content: space-between;
}
.personal-area .wrapper .info-block .item {
  padding: 20px 30px;
  background: #F7F7F7;
  border-radius: 12px;
  width: calc((100% - 78px) / 4);
  display: flex;
  align-items: center;
  position: relative;
}
.personal-area .wrapper .info-block .item:after {
  content: "";
  height: 4px;
  width: 40px;
  position: absolute;
  background: #D0DDD3;
  right: -33px;
  top: 50%;
  margin-top: -2px;
  z-index: -1;
}
.personal-area .wrapper .info-block .item:last-child:after {
  content: none;
}
.personal-area .wrapper .info-block .item.active {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
.personal-area .wrapper .info-block .item.active .number {
  background: #37C155;
  box-shadow: 0px 11px 14px rgba(55, 193, 85, 0.25);
  border-radius: 12px;
  color: #fff;
}
.personal-area .wrapper .info-block .item.active:after {
  background: #37C155;
}
.personal-area .wrapper .info-block .item .number {
  width: 34px;
  height: 34px;
  margin-right: 24px;
  background: #FFFFFF;
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.09);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.personal-area .wrapper .info-block .item .text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  max-width: 100px;
  display: inline-block;
  color: #2D2929;
}
@media (max-width: 1300px) {
  .personal-area .wrapper .info-block.client-info-block {
    flex-wrap: wrap;
  }
}
@media (max-width: 1300px) {
  .personal-area .wrapper .info-block.client-info-block .item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .personal-area .wrapper .info-block.client-info-block .item {
    width: 100%;
  }
}
.personal-area .wrapper .info-block.client-info-block .item > img {
  margin-left: auto;
}
.personal-area .wrapper .info-block.client-info-block .item:after {
  content: none;
}
.personal-area .wrapper .personal-area-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.personal-area .wrapper .personal-area-wrap .general-data {
  width: calc((100% - 24px) / 2);
}
.personal-area .wrapper .personal-area-wrap .general-data > p {
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  padding: 40px;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .mount-select select {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  border: none !important;
  text-transform: uppercase;
  color: #363636;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .mount-select select:focus {
  outline: none;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top .text {
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
  color: #363636;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top p {
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  color: #2D2929;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top p span {
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #2D2929;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top p.green {
  color: #37C155;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .top p.green span {
  color: #37C155;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .personal-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .personal-data .texts {
  display: flex;
  flex-direction: column;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .personal-data .texts p {
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 4px;
  color: #2D2929;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .personal-data .texts a {
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  color: #37C155;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap .personal-data .green-btn {
  align-self: flex-start;
  margin-top: 10px;
}
.personal-area .wrapper .personal-area-wrap .general-data .general-data-wrap > p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.personal-area .wrapper .personal-area-wrap .last-news {
  width: calc((100% - 24px) / 2);
}
.personal-area .wrapper .personal-area-wrap .last-news .main-title {
  margin-bottom: 18px;
  font-size: 16px;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item {
  padding: 19px 20px;
  padding-left: 34px;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  margin-bottom: 12px;
  position: relative;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item:last-child {
  margin-bottom: 0;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  max-width: 490px;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item p a {
  color: #37C155;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item p b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #363636;
  display: inline-block;
  margin-bottom: 8px;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item p span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-left: 10px;
  color: #868686;
}
.personal-area .wrapper .personal-area-wrap .last-news .last-news-item .arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
@media (max-width: 1300px) {
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap {
    flex-direction: column;
  }
}
@media (max-width: 1300px) {
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap {
    padding: 20px 15px;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .top {
    flex-direction: column;
    align-items: center;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .top div {
    text-align: center;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .top .last-mount {
    margin: 20px 0;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .personal-data {
    flex-direction: column;
    align-items: center;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .personal-data .texts {
    text-align: center;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap .personal-data .green-btn {
    align-self: center;
    margin-top: 10px;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .general-data .general-data-wrap > p {
    text-align: center;
  }
}
@media (max-width: 1300px) {
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .last-news {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .last-news .last-news-item {
    padding: 10px;
    padding-right: 30px;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .last-news .last-news-item .arrow {
    right: 5px;
    bottom: 5px;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .last-news .last-news-item p span {
    margin: 0;
    display: block;
    margin-bottom: 10px;
  }
  .personal-area .wrapper .personal-area-wrap.client-personal-area-wrap .last-news .last-news-item p a {
    display: block;
    margin-top: 5px;
  }
}
.personal-area.market-personal-area .wrapper > .top {
  flex-direction: column;
  align-items: flex-start;
}
.personal-area.market-personal-area .wrapper > .top p {
  margin-bottom: 26px;
}
.personal-area.market-personal-area .wrapper > .top .main-menu {
  justify-content: space-between;
  width: 100%;
}
.personal-area.market-personal-area .wrapper > .top .main-menu li {
  margin-left: 0;
  margin-right: 5px;
}
.personal-area.market-personal-area .wrapper .news-list-top {
  display: flex;
  align-items: center;
  margin-bottom: 22px;
}
.personal-area.market-personal-area .wrapper .news-list-top p {
  margin-right: 11px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.personal-area.market-personal-area .wrapper .news-list-top .green-btn {
  margin-left: auto;
  max-width: 208px;
  width: 100%;
  font-size: 15px;
}
.personal-area.market-personal-area .wrapper .news-list-top .select-wrap {
  margin-left: 11px;
}
.personal-area.market-personal-area .wrapper .news-list-item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 25px 40px;
  display: flex;
  justify-content: space-between;
  min-height: 106px;
}
.personal-area.market-personal-area .wrapper .news-list-item .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 25px;
  height: 25px;
  border: 1px solid #D1D1D1;
  border-radius: 50%;
  display: flex;
}
.personal-area.market-personal-area .wrapper .news-list-item .close img {
  margin: auto;
}
.personal-area.market-personal-area .wrapper .news-list-item .close:hover {
  border-color: #747474;
}
.personal-area.market-personal-area .wrapper .news-list-item > p {
  padding: 0 10px;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  max-width: 670px;
  color: #363636;
}
.personal-area.market-personal-area .wrapper .news-list-item .left {
  min-width: 313px;
}
.personal-area.market-personal-area .wrapper .news-list-item .left b {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-bottom: 9px;
  color: #363636;
}
.personal-area.market-personal-area .wrapper .news-list-item .left > p {
  display: flex;
}
.personal-area.market-personal-area .wrapper .news-list-item .left > p .date {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-right: 14px;
  color: #868686;
}
.personal-area.market-personal-area .wrapper .news-list-item .left > p .green {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.personal-area.market-personal-area .wrapper .news-list-item .right {
  align-self: center;
  width: 140px;
}
.personal-area.market-personal-area .wrapper .news-list-item .right .green {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.personal-area.market-personal-area .wrapper .news-list-item .right .red {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #FF0000;
}
.personal-area.market-personal-area .wrapper .news-list-item .right .gray {
  font-weight: 400;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
  color: #A6A6A6;
}
.personal-area.market-personal-area .wrapper .sliders-wrap {
  padding-bottom: 75px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .top {
  display: flex;
  align-items: center;
  max-width: 1024px;
  margin-bottom: 40px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .top p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-right: 26px;
  color: #363636;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .top .delete-all {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #FF0000;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .top span {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-left: auto;
  color: #A0A0A0;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .gray-btn {
  align-self: flex-start;
  width: auto;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item {
  display: flex;
  margin-bottom: 30px;
  align-items: center;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .img-wrap {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  max-width: 1024px;
  height: 278px;
  width: 100%;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .img-wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 15px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .img-wrap .close {
  position: absolute;
  right: 20px;
  top: 20px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap {
  margin-left: 30px;
  display: flex;
  flex-direction: column;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap > a {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #2B2A28;
  display: flex;
  @nclude align-center;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap > a img {
  margin-right: 10px;
  margin-bottom: -1px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap > a.up {
  margin-bottom: 45px;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap > a.up img {
  transform: rotate(180deg);
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap .serial-number {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap .serial-number > span {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 9px;
  color: rgba(85, 85, 85, 0.6);
}
.personal-area.market-personal-area .wrapper .sliders-wrap .sliders-item .info-wrap .serial-number input {
  height: 40px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  text-align: center;
  width: 72px;
}
.personal-area.market-personal-area .wrapper .list-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.personal-area.market-personal-area .wrapper .list-top p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.personal-area.market-personal-area .wrapper .list-top .selects {
  display: flex;
}
.personal-area.market-personal-area .wrapper .list-top .selects .select-wrap {
  min-width: 238px;
  margin-left: 10px;
}

.dashboard-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dashboard-items .dashboard-item {
  width: calc((100% - 25px) / 2);
  margin-bottom: 35px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}
.dashboard-items .dashboard-item > p {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.dashboard-items .dashboard-item > p a {
  margin-left: 23px;
  font-size: 13px;
  color: #37C155;
}
.dashboard-items .dashboard-item .dashboard-info {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  padding: 40px;
  flex-grow: 1;
}
.dashboard-items .dashboard-item .dashboard-info > img {
  width: 100%;
  margin-top: 25px;
}
.dashboard-items .dashboard-item .dashboard-info .texts {
  display: flex;
  justify-content: space-between;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info {
  display: flex;
  flex-direction: column;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap {
  position: relative;
  cursor: pointer;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap:hover ul {
  display: block;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap b {
  display: inline-block;
  font-weight: 600;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: #363636;
  cursor: pointer;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap b.arrow {
  position: relative;
  padding-right: 12px;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap b.arrow:after {
  content: "";
  background: url(/images/select-arrow-dark.svg?1dd648ad738ab857ae15b9ab0cb10a58) no-repeat center center/cover;
  width: 8px;
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #fff;
  display: none;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap ul li a {
  font-size: 11px;
  color: #363636;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info .drop-wrap ul li a:hover {
  color: #f00;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info span {
  font-weight: 300;
  font-size: 32px;
  line-height: 44px;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info span.green {
  color: #37C155;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info span.total {
  font-weight: 300;
  font-size: 42px;
  line-height: 57px;
  color: #2D2929;
}
.dashboard-items .dashboard-item .dashboard-info .texts .info span.red {
  color: #f00;
}
.dashboard-items .dashboard-item .dashboard-info .dashboard-select {
  margin-bottom: 40px;
}
.dashboard-items .dashboard-item .dashboard-info .dashboard-select > span {
  font-weight: 400;
  font-size: 15px;
  display: block;
  line-height: 20px;
  margin-bottom: 11px;
  color: rgba(85, 85, 85, 0.6);
}
.dashboard-items .dashboard-item .dashboard-info .dashboard-select .select-wrap {
  max-width: 440px;
  width: 100%;
}
.dashboard-items .dashboard-item .dashboard-info .dashboard-select .select-wrap .select2-selection__rendered {
  height: 38px;
  line-height: 28px;
}
.dashboard-items .dashboard-item .dashboard-info .green-btn {
  max-width: 330px;
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  margin-top: 20px;
}

.table-of-orders {
  padding: 50px 0 270px;
}
.table-of-orders h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
  color: #363636;
}
.table-of-orders p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 22px;
  color: #A0A0A0;
}
.table-of-orders .green-btn {
  max-width: 336px;
  width: 100%;
  text-align: center;
}

.news-from-marketplace {
  padding: 50px 0 150px;
}
.news-from-marketplace .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.news-from-marketplace .top > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #363636;
}
.news-from-marketplace .top .right-info {
  display: flex;
}
.news-from-marketplace .top .right-info .select-wrap {
  margin-left: 8px;
  min-width: 160px;
}
.news-from-marketplace .news-item {
  display: flex;
  padding: 30px 45px;
  margin-bottom: 10px;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  justify-content: space-between;
}
.news-from-marketplace .news-item:hover {
  border-color: #797979;
}
.news-from-marketplace .news-item .left .text {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 9px;
  color: #363636;
  position: relative;
}
.news-from-marketplace .news-item .left .text.active:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #37C155;
  position: absolute;
  top: 7px;
  left: -15px;
}
.news-from-marketplace .news-item .left > p {
  display: flex;
  align-items: center;
}
.news-from-marketplace .news-item .left > p .date {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  margin-right: 13px;
  display: inline-block;
  color: #868686;
}
.news-from-marketplace .news-item .left > p .green {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.news-from-marketplace .news-item > p {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  max-width: 846px;
  width: 100%;
  color: #363636;
}

.category-tree {
  padding-bottom: 90px;
}
.category-tree h4 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #363636;
}
.category-tree h4 span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.4;
  color: #363636;
}
.category-tree > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 36px;
  color: #A0A0A0;
}
.category-tree .green-btn {
  margin-top: 17px;
  max-width: 236px;
  text-align: center;
  width: 100%;
}
.category-tree .add-item-wrap .plus {
  font-size: 15px;
  font-weight: 700;
  color: #4DB45F;
}
.category-tree .add-item-wrap .add-item-child,
.category-tree .add-item-wrap .add-item,
.category-tree .add-item-wrap .add-item-content a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 405px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: rgba(45, 41, 41, 0.7);
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(160, 160, 160, 0.41);
  border-radius: 8px;
  margin-bottom: 8px;
  height: 31px;
  padding: 0 12px 0 23px;
}
.category-tree .add-item-wrap .add-item-child:hover,
.category-tree .add-item-wrap .add-item:hover,
.category-tree .add-item-wrap .add-item-content a:hover {
  border-color: #666666;
}
.category-tree .add-item-wrap .add-item-content {
  display: none;
  margin-left: 20px;
}
.category-tree .add-item-wrap .add-item-content a {
  justify-content: space-between;
  display: flex;
  align-items: center;
  color: rgba(102, 102, 102, 0.7);
}
.category-tree .add-item-wrap .add-item-content.open {
  display: block;
}

.merchant-wrap {
  padding-bottom: 110px;
}
.merchant-wrap.pb25 {
  padding-bottom: 25px;
}
.merchant-wrap h4 {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  color: #363636;
}
.merchant-wrap h4 span {
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  opacity: 0.4;
  color: #363636;
}
.merchant-wrap .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.merchant-wrap .top > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #A0A0A0;
}
.merchant-wrap .top .links {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: flex-end;
  width: 50%;
}
.merchant-wrap .top .links .download-link {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.merchant-wrap .top .links .green-btn {
  max-width: 282px;
  margin-left: 15px;
  width: 100%;
}
.merchant-wrap .table-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.merchant-wrap .table-top .main-search {
  max-width: 405px;
  width: 100%;
}
.merchant-wrap .table-top .main-search input {
  width: 100%;
  max-width: 100%;
}
.merchant-wrap .table-top .selects {
  display: flex;
  align-items: center;
}
.merchant-wrap .table-top .selects .select-wrap {
  min-width: 156px;
  margin-left: 8px;
}
.merchant-wrap .table-top.merchant-goods-table-top .buttons {
  display: flex;
  margin-right: 8px;
}
.merchant-wrap .table-top.merchant-goods-table-top .buttons .green-btn.product-btn1 {
  min-width: 208px;
  width: 100%;
  margin-right: 8px;
}
.merchant-wrap .table-top.merchant-goods-table-top .buttons .green-btn.product-btn2 {
  min-width: 256px;
  width: 100%;
}
.merchant-wrap .table-top.merchant-goods-table-top .main-search {
  flex-grow: 1;
  max-width: inherit;
}
.merchant-wrap .table-top.merchant-goods-table-top .selects .select-wrap:last-child {
  min-width: 238px;
}
.merchant-wrap .bottom-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}
.merchant-wrap .bottom-line .green-btn {
  max-width: 236px;
  width: 100%;
}
.merchant-wrap .bottom-line .show-entries {
  display: flex;
  align-items: center;
}
.merchant-wrap .bottom-line .show-entries .gray-input {
  margin-left: 8px;
}
.merchant-wrap .bottom-line .show-entries .select-wrap {
  margin-left: 22px;
  min-width: 136px;
}
.merchant-wrap .bottom-line .show-entries > span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.merchant-wrap .bottom-line .delete-products {
  display: flex;
}
.merchant-wrap .bottom-line .delete-products .select-wrap.dark {
  min-width: 238px;
}
.merchant-wrap .bottom-line .delete-products .select-wrap.dark .select2-selection--single {
  background: rgba(228, 228, 228, 0.4);
}
.merchant-wrap .bottom-line .delete-products .gray-btn {
  max-width: 208px;
  margin-left: 8px;
}
.merchant-wrap > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
  color: #A0A0A0;
}
.merchant-wrap .not-added {
  margin: 125px auto 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #A0A0A0;
}
.merchant-wrap .save-wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.merchant-wrap .save-wrap .show-entries {
  display: flex;
  align-items: center;
}
.merchant-wrap .save-wrap .show-entries .gray-input {
  margin-left: 8px;
}
.merchant-wrap .save-wrap .show-entries .select-wrap {
  margin-left: 22px;
  min-width: 136px;
}
.merchant-wrap .save-wrap .show-entries > span {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}

.product-style-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.product-style-wrap .product-style-block {
  background: #F7F7F7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 21px 15px 21px 35px;
}
.product-style-wrap .product-style-block img {
  margin-right: 18px;
}
.product-style-wrap .product-style-block p {
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  max-width: 630px;
}
.product-style-wrap .product-style-block p a {
  color: #4DB45F;
}
.product-style-wrap .product-style-block:nth-child(1) {
  width: calc(40% - 7px);
}
.product-style-wrap .product-style-block:nth-child(2) {
  width: calc(60% - 7px);
}

.merchant-orders-wrap {
  padding: 50px 0 170px;
}
.merchant-orders-wrap .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.merchant-orders-wrap .top .selects {
  display: flex;
  align-items: center;
}
.merchant-orders-wrap .top .selects .select-wrap {
  min-width: 238px;
  margin-left: 10px;
}

.about-wrap {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .about-wrap {
    padding-bottom: 70px;
  }
}
.about-wrap .wrapper .about-info-block {
  box-shadow: 0px 27px 44px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
}
.about-wrap .wrapper .about-info-block .wrap {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 370px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block .wrap {
    flex-direction: column-reverse;
    height: auto;
    padding: 20px 20px 0;
  }
}
.about-wrap .wrapper .about-info-block .wrap:after {
  content: "";
  background: url(/images/about-img2.png?36393202ed258afd230a576da44a34bc) no-repeat center center/cover;
  width: 707px;
  height: 459px;
  position: absolute;
  top: 0;
  right: 90px;
  z-index: -1;
}
@media (max-width: 1300px) {
  .about-wrap .wrapper .about-info-block .wrap:after {
    width: 500px;
    height: 320px;
    right: 0;
    top: inherit;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block .wrap:after {
    content: none;
  }
}
.about-wrap .wrapper .about-info-block .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block .img-wrap {
    position: static;
    display: flex;
  }
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block .img-wrap img {
    max-width: 100%;
    max-height: 100%;
  }
}
.about-wrap .wrapper .about-info-block .text-wrap {
  max-width: 444px;
  width: 100%;
  margin-left: auto;
  margin-right: 200px;
}
@media (max-width: 1200px) {
  .about-wrap .wrapper .about-info-block .text-wrap {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block .text-wrap {
    margin: 0 auto 30px;
    text-align: center;
  }
}
.about-wrap .wrapper .about-info-block .text-wrap h5 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 32px;
  color: #363636;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block .text-wrap h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.about-wrap .wrapper .about-info-block .text-wrap p {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #363636;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block .text-wrap p {
    font-size: 16px;
    line-height: 22px;
  }
}
.about-wrap .wrapper .about-info-block2 {
  margin-top: 90px;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block2 {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block2 {
    margin-top: 50px;
  }
}
.about-wrap .wrapper .about-info-block2 .left {
  max-width: 543px;
  width: 100%;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block2 .left {
    margin: 0 auto 20px;
    max-width: 600px;
  }
}
.about-wrap .wrapper .about-info-block2 .left .about-info-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -20px;
}
.about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item {
  width: calc((100% - 20px) / 2);
  background: #FFFFFF;
  border: 1px solid rgba(55, 193, 85, 0.4);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 22px;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item {
    width: 100%;
  }
}
.about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item b {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #363636;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item b {
    font-size: 24px;
    line-height: 32px;
  }
}
.about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item span {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #6D6D6D;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block2 .left .about-info-items .about-info-item span {
    line-height: 24px;
    margin-top: 5px;
  }
}
.about-wrap .wrapper .about-info-block2 .right {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .about-wrap .wrapper .about-info-block2 .right {
    margin: 0 auto;
  }
}
.about-wrap .wrapper .about-info-block2 .right p {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 30px;
  color: #6D6D6D;
}
@media (max-width: 767px) {
  .about-wrap .wrapper .about-info-block2 .right p {
    line-height: 24px;
  }
}
.about-wrap .wrapper .about-info-block2 .right p:last-child {
  margin-bottom: 0;
}

.data-wrap {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .data-wrap {
    padding-bottom: 70px;
  }
}
.data-wrap .wrapper h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 30px;
  color: #363636;
}
@media (max-width: 767px) {
  .data-wrap .wrapper h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.data-wrap .wrapper .date-list {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .data-wrap .wrapper .date-list {
    margin-bottom: 40px;
  }
}
.data-wrap .wrapper .date-list .date-item {
  display: flex;
}
@media (max-width: 767px) {
  .data-wrap .wrapper .date-list .date-item {
    flex-direction: column;
  }
}
.data-wrap .wrapper .date-list .date-item span {
  font-weight: 400;
  font-size: 15px;
  line-height: 30px;
  min-width: 327px;
  margin-bottom: 10px;
  color: #6D6D6D;
}
@media (max-width: 767px) {
  .data-wrap .wrapper .date-list .date-item span {
    min-width: 100%;
    line-height: 26px;
  }
}
.data-wrap .wrapper .requisites-wrap {
  position: relative;
  z-index: 0;
  padding-top: 30px;
  display: flex;
}
.data-wrap .wrapper .requisites-wrap:after {
  content: "";
  width: 205px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #E6E6E6;
}
.data-wrap .wrapper .requisites-wrap img {
  margin-right: 25px;
}
@media (max-width: 767px) {
  .data-wrap .wrapper .requisites-wrap img {
    margin-right: 15px;
  }
}
.data-wrap .wrapper .requisites-wrap p {
  font-size: 13px;
  line-height: 20px;
  color: #6D6D6D;
}
.data-wrap .wrapper .requisites-wrap p a {
  color: #4DB45F;
}

.contact-wrap {
  padding-bottom: 70px;
}
.contact-wrap .wrapper h2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 40px;
  color: #363636;
}
.contact-wrap .wrapper .contact-blocks .contact-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact-wrap .wrapper .contact-blocks .contact-block {
    flex-direction: column;
  }
}
.contact-wrap .wrapper .contact-blocks .contact-block h3 {
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  margin-bottom: 20px;
  color: #363636;
}
.contact-wrap .wrapper .contact-blocks .contact-block h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 22px;
  color: #37C155;
}
.contact-wrap .wrapper .contact-blocks .contact-block .link {
  margin-top: auto;
  color: #4DB45F;
  font-size: 15px;
  font-weight: 500;
  display: block;
}
.contact-wrap .wrapper .contact-blocks .contact-block .link.small {
  font-size: 12px;
  margin-top: 0;
}
.contact-wrap .wrapper .contact-blocks .contact-block span {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  max-width: 490px;
  margin-bottom: 17px;
  display: block;
  color: #868686;
}
.contact-wrap .wrapper .contact-blocks .contact-block span.text {
  font-size: 15px;
}
.contact-wrap .wrapper .contact-blocks .contact-block h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  color: #363636;
}
.contact-wrap .wrapper .contact-blocks .contact-block p {
  font-weight: 500;
  font-size: 17px;
  line-height: 23px;
  color: #363636;
}
.contact-wrap .wrapper .contact-blocks .contact-block .green-btn {
  margin-top: auto;
  max-width: 300px;
  width: 100%;
  padding: 12px 20px;
}
.contact-wrap .wrapper .contact-blocks .contact-block .small-wrap {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
}
@media (max-width: 1024px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .small-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .small-wrap {
    flex-direction: column;
  }
}
.contact-wrap .wrapper .contact-blocks .contact-block .small-block {
  padding: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  width: calc(50% - 10px);
  min-height: 330px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1300px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .small-block {
    padding: 40px 20px;
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .small-block {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .small-block {
    width: 100%;
    min-height: inherit;
    margin-bottom: 20px;
  }
}
.contact-wrap .wrapper .contact-blocks .contact-block .big-block {
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 50px;
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  min-height: 330px;
}
@media (max-width: 1300px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .big-block {
    padding: 40px 20px;
    min-height: 300px;
  }
}
@media (max-width: 1024px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .big-block {
    width: 100%;
  }
}
.contact-wrap .wrapper .contact-blocks .contact-block .big-block.mb20 {
  margin-bottom: 20px;
}
.contact-wrap .wrapper .contact-blocks .contact-block .big-block.mt20 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact-wrap .wrapper .contact-blocks .contact-block .big-block.mt20 {
    margin: 0;
    min-height: inherit;
  }
}

.detail-top-products {
  margin-bottom: 120px;
}

.detail-wrap .wrapper > .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper > .top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detail-wrap .wrapper > .top .left h2 {
  display: flex;
  align-items: center;
  margin-left: -45px;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  color: #363636;
}
@media (max-width: 1500px) {
  .detail-wrap .wrapper > .top .left h2 {
    margin-left: 0;
  }
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper > .top .left h2 {
    font-size: 24px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .detail-wrap .wrapper > .top .left h2 {
    font-size: 20px;
  }
}
.detail-wrap .wrapper > .top .left h2 .back {
  margin-right: 20px;
  margin-bottom: -2px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper > .top .left h2 .back {
    margin-bottom: 0;
    margin-right: 10px;
    display: flex;
  }
}
.detail-wrap .wrapper > .top .left .info {
  display: flex;
  align-items: center;
  margin-top: 6px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper > .top .left .info {
    margin: 10px 0 15px;
  }
}
@media (max-width: 767px) {
  .detail-wrap .wrapper > .top .left .info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detail-wrap .wrapper > .top .left .info p {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.detail-wrap .wrapper > .top .left .info p span {
  color: #2B2A28;
}
.detail-wrap .wrapper > .top .left .info .review {
  margin: 0 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper > .top .left .info .review {
    margin: 10px 0;
  }
}
.detail-wrap .wrapper > .top .left .info .review a {
  border-bottom: 1px dashed #868686;
  margin-left: 12px;
  font-size: 13px;
  font-weight: 500;
  color: #868686;
}
.detail-wrap .wrapper > .top .favorites {
  display: inline-flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(160, 160, 160, 0.4);
  border-radius: 8px;
  padding: 6px 35px 6px 12px;
}
.detail-wrap .wrapper > .top .favorites svg {
  fill: #E1E1E1;
  transition: 0.3s;
  margin-right: 18px;
}
.detail-wrap .wrapper > .top .favorites span {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  transition: 0.3s;
  color: rgba(43, 42, 40, 0.7);
}
.detail-wrap .wrapper > .top .favorites:hover {
  background: #A0A0A0;
}
.detail-wrap .wrapper > .top .favorites:hover span {
  color: #fff;
}
.detail-wrap .wrapper > .top .favorites:hover svg {
  fill: white;
}
.detail-wrap .wrapper .detail-sliders {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .detail-sliders {
    flex-direction: column;
    margin-bottom: 50px;
  }
}
.detail-wrap .wrapper .detail-sliders .left {
  max-width: 610px;
  width: 100%;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .detail-sliders .left {
    margin: 0 auto;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap {
    flex-direction: column;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap {
  position: relative;
  width: 484px;
  height: 645px;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap {
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    height: auto;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap button {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  z-index: 100;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap button.arrow-next {
  display: none;
  right: -13px;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap button.arrow-next {
    right: 10px;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap button.arrow-prev {
  display: none;
  left: -13px;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap button.arrow-prev {
    left: 10px;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap .big-slider {
  border-radius: 12px;
  overflow: hidden;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .big-slider-wrap .big-slider .item img {
  width: 484px;
  height: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap {
  width: 100px;
  height: 645px;
  position: relative;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap {
    width: 100%;
    height: auto;
    max-width: 470px;
    margin: 30px auto 0;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap button {
  position: absolute;
  width: 24px;
  height: 24px;
  z-index: 100;
  left: 50%;
  margin-left: -12px;
  display: flex;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap button {
    display: none !important;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap button img {
  margin: auto;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap button.arrow-next {
  top: 0;
  display: none !important;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap button.arrow-prev {
  bottom: 30px;
  transform: rotate(90deg);
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap .small-slider .slide-item {
  width: 100px;
  height: 133px;
  border-radius: 8px;
  overflow: hidden;
  margin: 7px 0;
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap .small-slider .slide-item {
    width: auto;
    height: auto;
    margin: 0 5px;
  }
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap .small-slider .slide-item:after {
  content: "";
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap .small-slider .slide-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
}
.detail-wrap .wrapper .detail-sliders .left .detail-slider-wrap .small-slider-wrap .small-slider .slide-item.slick-current:after {
  content: none;
}
.detail-wrap .wrapper .detail-sliders .right {
  max-width: 650px;
  width: 100%;
  position: relative;
  padding-top: 20px;
  margin-left: 20px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .detail-sliders .right {
    max-width: 610px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .right {
    max-width: 470px;
  }
}
.detail-wrap .wrapper .detail-sliders .right .style-logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .detail-sliders .right .style-logo {
    display: none;
  }
}
.detail-wrap .wrapper .detail-sliders .right .top-info {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 15px;
}
.detail-wrap .wrapper .detail-sliders .right .top-info span {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.detail-wrap .wrapper .detail-sliders .right .top-info p {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #2B2A28;
  padding: 0 15px;
}
.detail-wrap .wrapper .detail-sliders .right .top-info a {
  font-size: 13px;
  line-height: 18px;
  color: #37C155;
}
.detail-wrap .wrapper .detail-sliders .right .color-info {
  display: flex;
  align-items: center;
  color: #868686;
  font-weight: 500;
  font-size: 13px;
  margin-bottom: 15px;
}
.detail-wrap .wrapper .detail-sliders .right .color-info span {
  color: #2B2A28;
  margin-left: 25px;
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap {
  width: 100%;
  max-width: 300px;
  position: relative;
}
@media (max-width: 1300px) {
  .detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap {
    margin-left: 20px;
  }
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .colors-slider .item {
  width: 70px !important;
  height: 70px !important;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 5px;
  border: 2px solid transparent;
}
@media (max-width: 1300px) {
  .detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .colors-slider .item {
    height: 70px;
  }
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .colors-slider .item img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .colors-slider .item.slick-current {
  border-color: #4DB45F;
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .slider-navigation button:before {
  content: none;
}
.detail-wrap .wrapper .detail-sliders .right .colors-slider-wrap .slider-navigation button.slick-prev img {
  transform: rotate(-180deg);
}
.detail-wrap .wrapper .detail-sliders .right .size-table {
  margin: 40px 0;
}
.detail-wrap .wrapper .detail-sliders .right .size-table > p {
  border-bottom: 1px dashed #868686;
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 500;
  color: #868686;
}
.detail-wrap .wrapper .detail-sliders .right .price-wrap {
  margin-bottom: 35px;
}
.detail-wrap .wrapper .detail-sliders .right .price-wrap .new-price {
  font-weight: 600;
  font-size: 38px;
  line-height: 52px;
  display: block;
  margin-bottom: 5px;
  color: #4DB45F;
}
.detail-wrap .wrapper .detail-sliders .right .price-wrap .old-price {
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
  color: #868686;
}
.detail-wrap .wrapper .detail-sliders .right .price-wrap .old-price .red {
  text-decoration: line-through;
  color: #FF0A00;
  margin-left: 5px;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count {
  width: 86px;
  height: 50px;
  background: #FFFFFF;
  border: 1px solid rgba(160, 160, 160, 0.4);
  margin-left: 12px;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count {
    margin: 15px 0;
  }
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count input {
  font-size: 17px;
  font-weight: 600;
  color: #2B2A28;
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count input::-webkit-input-placeholder {
  font-size: 17px;
  font-weight: 600;
  color: #2B2A28;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count input::-moz-placeholder {
  font-size: 17px;
  font-weight: 600;
  color: #2B2A28;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count input:-ms-input-placeholder {
  font-size: 17px;
  font-weight: 600;
  color: #2B2A28;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count input:-moz-placeholder {
  font-size: 17px;
  font-weight: 600;
  color: #2B2A28;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count .btns {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count .btns button {
  border: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count .btns button img {
  margin: auto;
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count .btns button.btn-plus-item {
  transform: rotate(-90deg);
}
.detail-wrap .wrapper .detail-sliders .right .buttons .green-wrap .product-count .btns button.btn-minus-item {
  transform: rotate(90deg);
}
.detail-wrap .wrapper .detail-sliders .right .buttons a {
  max-width: 365px;
  width: 100%;
  padding: 14px 20px;
  font-size: 17px;
}
@media (max-width: 1300px) {
  .detail-wrap .wrapper .detail-sliders .right .buttons a {
    max-width: 270px;
    font-size: 15px;
  }
}
.detail-wrap .wrapper .about-product {
  margin-bottom: 60px;
}
.detail-wrap .wrapper .about-product h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
  color: #363636;
}
.detail-wrap .wrapper .about-product .about-product-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .about-product .about-product-info {
    flex-direction: column;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .about-product-info-list {
  min-width: 510px;
}
.detail-wrap .wrapper .about-product .about-product-info .about-product-info-list .list-item {
  display: flex;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .about-product .about-product-info .about-product-info-list .list-item {
    flex-direction: column;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .about-product-info-list p {
  font-weight: 500;
  font-size: 13px;
  color: #868686;
  min-width: 270px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .about-product .about-product-info .about-product-info-list p {
    min-width: inherit;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .about-product-info-list p .dashed {
  border-bottom: 1px dashed #868686;
  margin-left: 5px;
  flex-grow: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .about-product .about-product-info .about-product-info-list p .dashed {
    display: none;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .about-product-info-list .text {
  font-weight: 500;
  margin-left: 15px;
  font-size: 13px;
  color: #363636;
}
@media (max-width: 767px) {
  .detail-wrap .wrapper .about-product .about-product-info .about-product-info-list .text {
    margin-left: 0;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .compound {
  max-width: 384px;
  width: 100%;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .about-product .about-product-info .compound {
    margin-top: 20px;
  }
}
.detail-wrap .wrapper .about-product .about-product-info .compound .top {
  margin-bottom: 32px;
  display: flex;
}
.detail-wrap .wrapper .about-product .about-product-info .compound .top span {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #868686;
}
.detail-wrap .wrapper .about-product .about-product-info .compound .top span.text {
  color: #2B2A28;
  margin-left: 10px;
}
.detail-wrap .wrapper .about-product .about-product-info .compound p {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #868686;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller {
  max-width: 280px;
  width: 100%;
  margin-top: 20px;
  position: relative;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(160, 160, 160, 0.4);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  margin-bottom: 10px;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap .seller-review {
  display: flex;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap .seller-review .rate {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap .seller-review .rate span {
  font-weight: 500;
  margin-left: 7px;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap .seller-review .review-link {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  align-self: center;
  border-bottom: 1px dashed #868686;
  color: #868686;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller .seller-wrap .seller-review .back {
  margin-left: auto;
  display: flex;
}
.detail-wrap .wrapper .about-product .about-product-info .about-seller > a {
  color: #37C155;
  font-size: 13px;
}
.detail-wrap .wrapper .about-product .expand-all {
  font-size: 13px;
  color: #37C155;
}
.detail-wrap .wrapper .review-detail {
  margin-bottom: 90px;
}
.detail-wrap .wrapper .review-detail .top-line {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.detail-wrap .wrapper .review-detail .top-line b {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
.detail-wrap .wrapper .review-detail .top-line span {
  font-size: 20px;
  line-height: 27px;
  color: rgba(54, 54, 54, 0.4);
  margin-left: 13px;
  margin-right: 20px;
}
.detail-wrap .wrapper .review-detail .top-line .add {
  color: #37C155;
  font-size: 13px;
}
.detail-wrap .wrapper .review-detail .select-wrap {
  max-width: 172px;
}
.detail-wrap .wrapper .review-detail .review-detail-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .review-detail .review-detail-info {
    flex-direction: column;
  }
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-items {
  flex-grow: 1;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item {
  margin-top: -1px;
  padding: 16px 0;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info {
  display: flex;
  align-items: center;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .img-wrap {
  overflow: hidden;
  border-radius: 8px;
  margin-right: 30px;
  min-width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .img-wrap {
    min-width: 40px;
    height: 40px;
    margin-right: 15px;
  }
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .texts .top-info {
  display: flex;
  margin-bottom: 10px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .texts .top-info span {
  font-weight: 500;
  font-size: 13px;
  color: #363636;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .texts .top-info span.gray {
  color: #C6C6C6;
  margin-left: 10px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .left-info .texts p {
  font-weight: 500;
  font-size: 13px;
  line-height: 160%;
  color: #868686;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes {
  display: flex;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes {
    margin-top: 20px;
  }
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes .dislike {
  margin-left: 12px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes .dislike svg {
  margin-bottom: -2px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes button {
  display: flex;
  align-items: center;
  color: #363636;
  font-weight: 500;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes button svg {
  transition: 0.3s;
  fill: #B3B3B3;
  margin-right: 5px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-detail-item .likes button:hover svg {
  fill: #4DB45F;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating {
  border: 1px solid rgba(160, 160, 160, 0.4);
  margin-left: 50px;
  border-radius: 8px;
  max-width: 280px;
  width: 100%;
  align-self: flex-start;
  padding: 35px;
}
@media (max-width: 1024px) {
  .detail-wrap .wrapper .review-detail .review-detail-info .review-rating {
    margin-top: 20px;
    margin-left: 0;
  }
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating > span {
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  display: block;
  margin-bottom: 4px;
  color: #868686;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #B5B5B5;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating .review-rating-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 15px;
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating .review-rating-wrap > img {
  margin-left: auto;
  transform: rotate(90deg);
}
.detail-wrap .wrapper .review-detail .review-detail-info .review-rating .review-rating-wrap .number {
  margin-left: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}

.qustion-reset {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-color: #24262D;
}
.qustion-reset p {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.qustion-reset .buttons-data {
  display: flex;
  width: 100%;
  justify-content: center;
}
.qustion-reset .buttons-data .btn-accept {
  font-size: 13px;
  padding: 2px 5px;
  color: #ffffff;
  background: #37c155;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}
.qustion-reset .buttons-data .btn-reject {
  font-size: 13px;
  padding: 2px 5px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

.result-data {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0px 200px;
  height: 400px;
  background-color: #24262D;
}
.result-data .contact-success {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.result-data .contact {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}
.result-data .contact-2 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.loader-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  background-color: #24262D;
}

.loader {
  --loader-size: 50px;
  --loader-border-size: 4px;
  --loader-border-color: white;
  width: var(--loader-size);
  height: var(--loader-size);
  border: var(--loader-border-size) solid var(--loader-border-color);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: rotateX 1s infinite linear;
}

.loader::before {
  content: "";
  border: var(--loader-border-size) solid var(--loader-border-color);
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  background-color: transparent;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  animation: rotateX 0.5s infinite linear reverse;
}

@keyframes rotateX {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
button:disabled,
button[disabled] {
  background-color: #999999 !important;
}

.reset-password-text {
  color: #37C155;
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 13px;
}

.mt-4 {
  margin-top: 20px;
}

.enter-code-wrap-user-password {
  display: none;
}

.inputs-wrap select {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  width: 100%;
  height: 40px;
  margin-bottom: 14px;
  padding: 0 30px;
  font-size: 15px;
  color: #2B2A28;
}

.checkbox-wrap {
  margin-bottom: 10px;
}

.svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
}

.message-box {
  height: 200px;
  width: 380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: 50px;
  color: #FFF;
  font-family: Roboto;
  font-weight: 300;
}

.message-box h1 {
  font-size: 60px;
  line-height: 46px;
  margin-bottom: 40px;
}

.buttons-con .action-link-wrap {
  margin-top: 40px;
}

.buttons-con .action-link-wrap a {
  background: #68c950;
  padding: 8px 25px;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px;
}

.buttons-con .action-link-wrap a:hover {
  background: #5A5C6C;
  color: #fff;
}

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
  animation-delay: 0.2s;
}

#Polygon-3 {
  animation-delay: 0.4s;
}

#Polygon-4 {
  animation-delay: 0.6s;
}

#Polygon-5 {
  animation-delay: 0.8s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }
  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}
.main-block {
  background-color: #2F3242;
  height: 80vh;
}

.text-top {
  font-weight: 600;
  font-size: 12px;
  margin-right: 10px;
  line-height: 16px;
  color: #FFFFFF;
}

.image-lang {
  width: 15px;
  height: 10px;
  margin-right: 5px;
}

.hidden-alert {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 4s, opacity 4s linear;
}

.search-menu-wrapper {
  position: absolute;
  top: calc(100% + 10px);
  width: 100%;
  padding: 20px;
  z-index: 100;
  padding: 50px;
  padding-top: 25px;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  overflow-y: auto;
  height: calc(30vh - 147px);
}
.search-menu-wrapper .search-menu-wrapper-form {
  display: flex;
  align-items: center;
}
.search-menu-wrapper .search-menu-wrapper-form input {
  border: 1px solid rgba(204, 204, 204, 0.8);
  border-radius: 20px;
  width: 90%;
  height: 35px;
  padding: 20px;
}
.search-menu-wrapper .search-menu-wrapper-form button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .search-menu-wrapper {
    padding: 30px 15px;
  }
}
.search-menu-wrapper.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (max-width: 767px) {
  .green-btn.sign-btn {
    padding: 10px;
  }
}
.hide-wrap-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 57px;
  overflow-y: scroll;
}
.hide-wrap-2 .label-checkbox-text-2 {
  color: #868686;
  cursor: pointer;
  font-family: Noto Sans;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-style-block-cart {
  margin-top: 10px;
  background: #fff;
  border: 1px solid hsla(0, 0%, 86%, 0.25);
  border-radius: 12px;
  box-shadow: 0 14px 44px rgba(0, 0, 0, 0.05);
  padding: 30px 35px;
  display: flex;
  flex-wrap: nowrap;
}
.product-style-block-cart img {
  margin: 0px 10px;
}
.product-style-block-cart p {
  color: #555;
  font-size: 13px;
  line-height: 18px;
  max-width: 630px;
}

.error-field-text {
  font-size: 12px;
  color: red;
}

.location-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.location-box .control-box {
  width: 33.333333%;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
.location-box .control-box .col-form-label {
  width: 100px;
  font-size: 13px;
}
.location-box .text-box {
  font-size: 13px;
}
.location-box .text-box .clear-select {
  cursor: pointer;
  color: #0b5ed7;
  font-size: 12px;
}
.location-box {
  /*.screen-width(600px, {
      .control-box {width: 50%;}
      .text-box {width: 100%;}
  });
  .screen-width(425px, {
      .control-box {width: 100%;}
  });*/
}

.field-images-box .images-list-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.field-images-box .images-list-box .image-box {
  position: relative;
  margin: 0 5px 5px 5px;
  width: 150px;
  cursor: move; /* background: #ffffff;*/
}
.field-images-box .images-list-box .image-box .image {
  width: 50%;
  min-height: 60px;
  border: 1px solid #0b5ed7;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field-images-box .images-list-box .image-box .image img {
  width: 50%;
}
.field-images-box .images-list-box .image-box .name {
  width: 100%;
  font-size: 7px;
  text-align: center;
}
.field-images-box .images-list-box .image-box .del, .field-images-box .images-list-box .image-box .edit {
  position: absolute;
  right: 5px;
  cursor: pointer;
  color: #ffffff;
  background: #0b5ed7;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field-images-box .images-list-box .image-box .del {
  top: 5px;
}
.field-images-box .images-list-box .image-box .edit {
  top: 32px;
}
.field-images-box .images-list-box .image-box.image-box-placeholder {
  border: 1px solid #0b5ed7;
  background: #fbf9ee;
  min-height: 50px;
}
.field-images-box .btn {
  font-size: 13px;
  text-align: center;
  padding: 2px 5px;
  color: #ffffff;
  background: #37c155;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}

.model-dialog {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(27, 25, 23, 0.7490196078);
  display: none;
  z-index: 100;
  overflow: auto;
}
.model-dialog .modal-box {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
.model-dialog .modal-box .container {
  background: #ffffff;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.model-dialog .modal-box .container .modal-title {
  position: relative;
  padding: 0 25px 0 0;
  margin: 0 0 10px;
  color: #0c0c0c;
  font-size: 16px;
}
.model-dialog .modal-box .container .modal-title .modal-close {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #0b5ed7;
  font-size: 18px;
  cursor: pointer;
}
.model-dialog .modal-box .container .modal-body {
  margin: 0 0 10px;
}
.model-dialog .modal-box .container .modal-footer .docs-buttons {
  display: flex;
}
.model-dialog .modal-box .container .modal-footer .docs-buttons .save {
  margin: 0 0 0 15px;
}
.model-dialog.open {
  display: block;
}

.city-load-box {
  width: 100%;
  position: relative;
}
.city-load-box .load-progress {
  position: absolute;
  top: 11px;
  right: 11px;
  height: 25px;
  display: none;
}

.autocomplete-suggestions {
  border: 1px solid #999999;
  background: #ffffff;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #0b5ed7;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000000;
}

.open-dialog {
  overflow: hidden;
}

.modal-background {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7019607843);
  overflow: auto;
  z-index: 5000;
}
.modal-background .modal-box {
  display: flex;
  min-height: 100%;
  justify-content: center;
  align-items: center;
}
.modal-background .modal-box .modal-container {
  width: 90%;
  max-width: 1200px;
  background: #ffffff;
  border-radius: 5px;
  margin: auto;
}
.modal-background .modal-box .modal-container .modal-title {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c3c3c2;
  margin: 0 0 5px 0;
  flex-wrap: wrap;
  width: 100%;
}
.modal-background .modal-box .modal-container .modal-title .modal-title-text {
  font-size: 16px;
  color: #000000;
}
.modal-background .modal-box .modal-container .modal-title .modal-close {
  cursor: pointer;
}
.modal-background .modal-box .modal-container .modal-title .modal-close i {
  font-size: 22px;
  color: rgba(255, 0, 0, 0.9098039216);
}
.modal-background .modal-box .modal-container .modal-body {
  padding: 10px;
}

.modal-open {
  overflow: hidden;
}

.relation-ids {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.relation-ids .relation-id {
  padding: 0 25px 5px 5px;
  font-size: 14px;
  position: relative;
}
.relation-ids .relation-id .close {
  position: absolute;
  right: 5px;
  top: 0px;
  font-size: 15px;
  cursor: pointer;
}
.relation-ids .relation-id .close i {
  color: rgba(255, 0, 0, 0.9098039216);
}

.relation-save-pagination {
  display: flex;
  justify-content: space-between;
}

.relation-table-box .relation-set-a {
  text-decoration: none;
  color: #0a58ca;
  cursor: pointer;
}
.relation-table-box table {
  border: 1px solid #c3c3c2;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.relation-table-box table tr {
  border: 1px solid #c3c3c2;
  border-collapse: collapse;
}
.relation-table-box table tr td, .relation-table-box table tr th {
  border: 1px solid #c3c3c2;
  padding: 2px 5px;
  border-collapse: collapse;
}
.relation-table-box table tr th {
  font-weight: bold;
}

.form-left-right .inputs-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form-left-right .inputs-wrap .catalog-item-box {
  padding: 0 10px 10px 10px;
  width: 50%;
}

.relation-form-box {
  display: flex;
  flex-wrap: wrap;
}
.relation-form-box .btn {
  font-size: 13px;
  padding: 2px 5px;
  color: #ffffff;
  background: #37c155;
  border-radius: 5px;
  cursor: pointer;
  margin: 0 10px;
}

.relation-find-box {
  margin: 0 0 10px 0;
}
.relation-find-box .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.relation-find-box .row .col-md-2 {
  padding: 0 10px;
  width: 20%;
}
.relation-find-box .col-form-label {
  font-size: 12px;
}
.relation-find-box .form-control {
  width: 100%;
  border: 1px solid #c3c3c2;
  border-radius: 5px;
  padding: 2px 5px;
  height: 25px;
}
.relation-find-box .btn {
  font-size: 13px;
  text-align: center;
  padding: 2px 5px;
  color: #ffffff;
  background: #37c155;
  height: 25px;
  border-radius: 5px;
  cursor: pointer;
}

.relation-breadcrumb {
  background: #e9e9e9;
  border-radius: 5px;
  padding: 5px 7px;
  font-size: 13px;
  color: #0c0c0c;
  display: flex;
  margin: 0 0 10px 0;
}
.relation-breadcrumb .breadcrumb-item {
  margin: 0 15px 0 0;
  cursor: pointer;
}

.relation-save-box .btn {
  font-size: 13px;
  text-align: center;
  padding: 5px 15px;
  color: #ffffff;
  background: #37c155;
  border-radius: 5px;
  cursor: pointer;
}

.form-main-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.form-main-box .form-group {
  width: 33.33333%;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
.form-main-box .form-group .form-label {
  width: 100%;
  font-size: 14px;
  color: #0c0c0c;
}
.form-main-box .form-group .form-control {
  width: 100%;
  border: 1px solid #c3c3c2;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}
.form-main-box .form-group .is-invalid {
  border-color: red;
}
.form-main-box .form-group .error-field-text {
  color: red;
  font-size: 11px;
  line-height: 1;
}
.form-main-box .form-group .form-label-lang {
  display: flex;
}
.form-main-box .form-group .form-label-lang .label {
  margin: 0 15px 0 0;
}
.form-main-box .form-group .form-label-lang .lang-list {
  display: flex;
  margin: 0 -5px;
}
.form-main-box .form-group .form-label-lang .lang-list .lang {
  margin: 0 5px;
  cursor: pointer;
  color: #37c155;
  font-size: 13px;
}
.form-main-box .form-group .form-label-lang .lang-list .lang.active {
  font-weight: bold;
}
.form-main-box .form-group .form-lang-box {
  display: none;
}
.form-main-box .form-group .form-lang-box.active {
  display: flex;
}
.form-main-box .form-group-big {
  width: 100%;
}
.form-main-box .relation-form-box .relation-id {
  padding-top: 5px;
}
.form-main-box .relation-form-box .relation-id .close {
  top: 5px;
}
.form-main-box .relation-form-box .btn {
  padding: 6px 10px;
}
.form-main-box .form-lang-top-box {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
}
.form-main-box .form-lang-top-box .lang {
  margin: 0 10px;
  color: #37c155;
  font-size: 14px;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #37c155;
  border-radius: 3px;
}
.form-main-box .form-lang-top-box .lang.active {
  font-weight: bold;
}

.merchant-data-form-wrap .form-label {
  display: none;
}

.main-menu {
  flex-wrap: wrap;
}

.container {
  display: flex;
  justify-content: center;
}
.container .card {
  max-width: 1370px;
  width: 100%;
  margin: 50px 0;
}
.container .card .card-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  margin: 0 0 15px 0;
  display: flex;
}
.container .card .card-header .menu {
  display: flex;
  flex-wrap: wrap;
}
.container .card .card-header .menu li {
  list-style: none;
  margin: 0 0 0 40px;
}
.container .card .card-header .menu li a {
  color: #2d2929;
  font-size: 15px;
  font-weight: 300;
  text-transform: uppercase;
}
.container .card .card-header .menu .active a {
  font-weight: 600;
}
.container .card .card-header a {
  color: #37c155;
}
.container .card .card-body .btn {
  font-size: 13px;
  text-align: center;
  padding: 5px 15px;
  color: #ffffff;
  background: #37c155;
  border-radius: 5px;
  cursor: pointer;
}
.container .card .card-body table {
  font-size: 14px;
}
.container .card .card-body table i {
  color: #37c155;
}
.container .card .card-body table a {
  color: #000f25;
}
.container .card .card-body table .dragRow {
  width: 75px;
}
.container .card .card-body table .thisDragRow {
  background: #eeeeee;
}
.container .card .card-body table .error {
  color: red;
}
.container .card .card-body .row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.container .card .card-body .row .col-md-4 {
  padding: 0 10px;
  width: 30%;
}
.container .card .card-body .row .col-md-8 {
  padding: 0 10px;
  width: 70%;
}
.container .card .card-body .row .btn-block {
  width: 100%;
}

.main-form .inputs-wrap input, .main-form2 .inputs-wrap input, .main-form3 .inputs-wrap input {
  margin-bottom: 0;
}

.tab-content-item .input-box {
  margin: 0 0 15px 0;
}

.mini-search-form {
  width: 100%;
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
  align-items: end;
}
.mini-search-form .form-group {
  width: 20%;
  padding: 0 5px;
  margin: 0 0 5px 0;
}
.mini-search-form .form-group .col-form-label, .mini-search-form .form-group .form-label {
  font-size: 12px;
  color: #A0A0A0;
  width: 100%;
}
.mini-search-form .form-group .form-control {
  width: 100%;
  border: 1px solid #A0A0A0;
  border-radius: 3px;
  padding: 2px 5px;
  height: 25px;
}
.mini-search-form .form-group .btn {
  width: 100%;
  padding: 4px;
  text-align: center;
  font-size: 14px;
  height: 25px;
  border-radius: 3px;
}
.mini-search-form .form-group .btn-primary {
  background: #37c155;
  color: #ffffff;
}

.client-data-info .info input {
  margin-bottom: 0;
}
.client-data-info .info .form-group {
  margin-bottom: 15px;
}

.alert {
  width: 50%;
  padding: 30px;
  position: fixed;
  top: 10px;
  left: 30%;
  z-index: 11111;
  border-radius: 5px;
  box-shadow: 0 0 15px 5px #ccc;
}

.close-error {
  position: absolute;
  width: 30px;
  height: 30px;
  opacity: 0.5;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  right: 15px;
  top: 25px;
  text-align: center;
  font-size: 1.3em;
  cursor: pointer;
}

.simple-alert {
  background-color: #ebebeb;
  border-left: 5px solid rgb(107.5, 107.5, 107.5);
}
.simple-alert .close-error {
  border-color: rgb(107.5, 107.5, 107.5);
  color: rgb(107.5, 107.5, 107.5);
}

.success-alert {
  background-color: #a8f0c6;
  border-left: 5px solid rgb(22.5, 130.5, 67.5);
}
.success-alert .close-error {
  border-color: rgb(22.5, 130.5, 67.5);
  color: rgb(22.5, 130.5, 67.5);
}

.danger-alert {
  background-color: #f7a7a3;
  border-left: 5px solid rgb(142.6, 18.6, 12.4);
}
.danger-alert .close-error {
  border-color: rgb(142.6, 18.6, 12.4);
  color: rgb(142.6, 18.6, 12.4);
}

.warning-alert {
  background-color: #ffd48a;
  border-left: 5px solid rgb(138, 87.2820512821, 0);
}
.warning-alert .close-error {
  border-color: rgb(138, 87.2820512821, 0);
  color: rgb(138, 87.2820512821, 0);
}

#feedback-popup {
  max-width: 481px;
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  border: 1px solid rgba(219, 219, 219, 0.25);
  box-shadow: 0px 14px 44px rgba(0, 0, 0, 0.05);
  border-radius: 12px;
}
#feedback-popup .rating {
  display: inline-block;
  position: relative;
  margin-left: 60px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
}
#feedback-popup .rating label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
}
#feedback-popup .rating label:last-child {
  position: static;
}
#feedback-popup .rating label:nth-child(1) {
  z-index: 5;
}
#feedback-popup .rating label:nth-child(2) {
  z-index: 4;
}
#feedback-popup .rating label:nth-child(3) {
  z-index: 3;
}
#feedback-popup .rating label:nth-child(4) {
  z-index: 2;
}
#feedback-popup .rating label:nth-child(5) {
  z-index: 1;
}
#feedback-popup .rating label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#feedback-popup .rating label .icon {
  float: left;
  color: transparent;
}
#feedback-popup .rating label:last-child .icon {
  color: #000000;
}
#feedback-popup .rating:not(:hover) label input:checked ~ .icon,
#feedback-popup .rating:hover label:hover input ~ .icon {
  color: #37C155;
}
#feedback-popup .rating label input:focus:not(:checked) ~ .icon:last-child {
  color: #000000;
  text-shadow: 0 0 5px #37C155;
}
#feedback-popup .feedback-popup-wrap {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#feedback-popup .feedback-popup-wrap .seller-data {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #A0A0A0;
}
#feedback-popup .feedback-popup-wrap .gray-feedback {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
  opacity: 0.4;
  display: flex;
  justify-content: center;
}
#feedback-popup .feedback-popup-wrap h2 {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #363636;
}
#feedback-popup .feedback-popup-wrap .main-form4 {
  flex-direction: column;
}
#feedback-popup .feedback-popup-wrap .main-form4 .green-btn {
  margin-bottom: 30px;
  padding: 11px 20px;
  cursor: pointer;
}
#feedback-popup .feedback-popup-wrap .main-form4 textarea {
  width: 362px;
  height: 113px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #C3C3C2;
  border-radius: 8px;
  margin-bottom: 10px;
  margin-top: 23px;
}

.seller-wrap-information {
  display: flex;
}
.seller-wrap-information .info-img {
  cursor: pointer;
  margin-bottom: -5px;
  margin-left: 5px;
}
.card-info .seller-wrap-information .info-img:hover {
  display: flex;
}

.info-img:hover + .card-info {
  display: flex;
}

.card-info {
  display: none;
  position: absolute;
  width: 284px;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.18);
  border-radius: 7px;
  padding: 23px 32px;
  flex-wrap: wrap;
  left: 0px;
}
.card-info .company_name {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  color: #2B2A28;
  margin-bottom: 5px;
}
.card-info .ogrn {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  color: #868686;
}
.card-info .inn {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  width: 100%;
  color: #868686;
}

.Pager2 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.Pager2 nav .pagination {
  display: flex;
  flex-wrap: nowrap;
}
.Pager2 nav .pagination .page-item.active {
  width: 31px !important;
  height: 31px !important;
  display: flex;
  justify-content: center;
}
.Pager2 nav .pagination .page-item.active .page-link {
  padding: 5px 10px;
  width: 31px !important;
  height: 31px !important;
  background: #2b2a28 !important;
  border-radius: 8px;
  color: #D1D1D1 !important;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin: 0px 4px;
}
.Pager2 nav .pagination .page-item.active .page-link:hover {
  background-color: #2bbbad;
}
.Pager2 nav .pagination .page-item .page-link {
  width: 31px;
  height: 31px;
  background: #D1D1D1;
  border-radius: 8px;
  color: #2b2a28;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 5px;
  margin: 0px 4px;
}
.Pager2 nav .pagination .page-item .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: initial;
}
.Pager2 nav .pagination .page-item .page-link:hover {
  transition: all 0.3s linear;
  border-radius: 0.125rem;
  background-color: #eee;
}

.buttons-1 {
  align-items: end;
}
.buttons-1 .d-flex span {
  font-size: 12px;
}
.buttons-1 .d-flex .load-form-file-form .green-btn.product-btn1 {
  min-width: 135px !important;
  width: 135px !important;
  display: flex;
  padding: 0px;
  justify-content: center;
  align-content: center;
  height: 30px;
  font-size: 12px;
  align-items: center;
}
.buttons-1 .load-form-file-form .green-btn.product-btn1 {
  min-width: 135px !important;
  width: 135px !important;
  display: flex;
  padding: 0px;
  font-size: 12px;
  justify-content: center;
  align-content: center;
  height: 30px;
  align-items: center;
}
.buttons-1 .green-btn.product-btn1 {
  min-width: 135px !important;
  width: 135px !important;
  display: flex;
  font-size: 12px;
  padding: 0px;
  justify-content: center;
  align-content: center;
  height: 30px;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 100%;
  color: #000000;
  font-size: 16px;
  border: none;
  cursor: none;
  transition: all 0.2s ease-in;
  float: left; /* IE 9 Fix */
}
.file-upload-input:hover, .file-upload-input:focus {
  outline: none;
}

.file-upload-button {
  margin-top: 5px;
  cursor: pointer;
  background: #37c155;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 19px 8px;
  text-align: center;
  transition: all 0.2s ease-in;
}
.card {
  background: #fff;
  border: 1px solid hsla(0, 0%, 63%, 0.4);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 20px;
  position: relative;
  max-width: 365px;
  width: 100%;
  margin-top: 30px;
}
.card .delivery-text {
  margin-left: 5px;
}
.card .delivery-text:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 2px;
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M2.55003%204.91387L7.32535%202.28771C7.74544%202.05668%208.25453%202.05668%208.67462%202.28771L13.4499%204.91387C13.7276%205.06657%2013.7259%205.46614%2013.447%205.61648L8.66419%208.19413C8.24958%208.41758%207.75039%208.41758%207.33578%208.19413L2.55301%205.61648C2.27406%205.46614%202.27236%205.06657%202.55003%204.91387ZM1.5%207.18787C1.5%206.88578%201.82202%206.69272%202.08847%206.83505L6.58256%209.2357C7.03831%209.47916%207.32292%209.95386%207.32292%2010.4706V15.9933C7.32292%2016.2991%206.99358%2016.4918%206.72694%2016.342L2.21409%2013.8057C1.773%2013.5578%201.5%2013.0912%201.5%2012.5852V7.18787ZM9.26425%2016.3628C8.9978%2016.5052%208.67578%2016.3121%208.67578%2016.01V10.6127C8.67578%2010.1067%208.94879%209.6401%209.38987%209.39221L13.9027%206.85592C14.1694%206.70606%2014.4987%206.89876%2014.4987%207.20462V12.7273C14.4987%2013.244%2014.2141%2013.7187%2013.7583%2013.9622L9.26425%2016.3628Z%22%20fill%3D%22url(%23paint0_linear_79_319)%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_79_319%22%20x1%3D%2214.8408%22%20y1%3D%228.4541%22%20x2%3D%221.48295%22%20y2%3D%228.9674%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23D3D2DA%22%2F%3E%0A%3Cstop%20offset%3D%220.880582%22%20stop-color%3D%22%23BFBFC9%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.card .date-text {
  margin-left: 5px;
}
.card .date-text:before {
  content: "";
  position: absolute;
  top: 44px;
  left: 3px;
  width: 16px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2220%22%20viewBox%3D%220%200%2016%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M2.74248%207.90002C2.29575%207.90002%201.93359%208.2582%201.93359%208.70002V15.5C1.93359%2015.9419%202.29575%2016.3%202.74248%2016.3H5.44915C5.96461%2016.3%206.38248%2015.8822%206.38248%2015.3667V13.1C6.38248%2012.6582%206.74463%2012.3%207.19137%2012.3H8.80915C9.25589%2012.3%209.61804%2012.6582%209.61804%2013.1V15.3667C9.61804%2015.8822%2010.0359%2016.3%2010.5514%2016.3H13.258C13.7048%2016.3%2014.0669%2015.9419%2014.0669%2015.5V8.70002C14.0669%208.2582%2013.7048%207.90002%2013.258%207.90002H2.74248Z%22%20fill%3D%22url(%23paint0_linear_79_1186)%22%2F%3E%0A%3Cpath%20d%3D%22M12.7913%204.16669H3.05091C2.62781%204.16669%202.25655%204.4503%202.14295%204.86031L1.06737%208.7423C0.793941%209.72914%201.37658%2010.7891%202.38499%2010.6463C3.3833%2010.5049%204.37242%2010.0092%204.96741%209.06533C5.1113%208.83705%205.46993%208.81724%205.60551%209.05062C6.68633%2010.9112%209.36564%2010.9923%2010.5061%209.16804C10.6606%208.9208%2011.0711%208.99128%2011.2086%209.24854C11.6265%2010.0306%2012.4164%2010.4511%2013.2776%2010.6589C14.464%2010.9452%2015.2886%209.68299%2014.9049%208.51791L13.686%204.81671C13.5583%204.42866%2013.1976%204.16669%2012.7913%204.16669Z%22%20fill%3D%22url(%23paint1_linear_79_1186)%22%2F%3E%0A%3Cdefs%3E%0A%3ClinearGradient%20id%3D%22paint0_linear_79_1186%22%20x1%3D%2214.3862%22%20y1%3D%2211.625%22%20x2%3D%221.94563%22%20y2%3D%2212.3845%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23D9D8E0%22%2F%3E%0A%3Cstop%20offset%3D%220.880582%22%20stop-color%3D%22%23C8C8D1%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3ClinearGradient%20id%3D%22paint1_linear_79_1186%22%20x1%3D%2215.8166%22%20y1%3D%226.68807%22%20x2%3D%221.67633%22%20y2%3D%2211.2867%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%0A%3Cstop%20stop-color%3D%22%23C4C4CC%22%2F%3E%0A%3Cstop%20offset%3D%220.880582%22%20stop-color%3D%22%23A5A5AD%22%2F%3E%0A%3C%2FlinearGradient%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}

.to_cart_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.data-address-cart {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
