@charset "utf-8";

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* normalize.css v3.0.1  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */




:root {
  --color-gray-dark: #696969;
  --color-gray-blue: #6c757d;
}




* {
  -webkit-touch-callout: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:active,
*:hover,
*:focus {
  outline: 0 !important;
  outline-offset: 0;
}

* {
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.1) rgba(0,0,0,0);
}

*::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

*::-webkit-scrollbar-track {
  background: rgba(0,0,0,0);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.1);
  border-radius: 3px;
  border: 2px solid rgba(0,0,0,0);
}

html,
body {
  width: 100%;
}

body {
  background: #fff;
  min-height: 100vh;
  font-family: Roboto;
  font-size: 0.00001px;
  color: #000;
  float: left;
  display: flex;
  flex-direction: column;
}




.search_btn svg,
.back_link svg,
.search_reset svg,
.cart_elem_del svg,
.au_soc svg,
.jqtree-tree svg,
.form-control-clear svg,
.add_section svg {
  -webkit-transition: fill .2s ease;
     -moz-transition: fill .2s ease;
       -o-transition: fill .2s ease;
      -ms-transition: fill .2s ease;
          transition: fill .2s ease;
}

.back_link,
.login,
.forgot_link,
.login_link,
.form_label,
.cart_elem_del {
  -webkit-transition: color 0.2s ease;
     -moz-transition: color 0.2s ease;
       -o-transition: color 0.2s ease;
      -ms-transition: color 0.2s ease;
          transition: color 0.2s ease;
}

.mgf_back,
.mg_list_elem {
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
     -moz-transition: background 0.2s ease, opacity 0.2s ease;
       -o-transition: background 0.2s ease, opacity 0.2s ease;
      -ms-transition: background 0.2s ease, opacity 0.2s ease;
          transition: background 0.2s ease, opacity 0.2s ease;
}

.mg_field {
  -webkit-transition: margin .2s ease;
     -moz-transition: margin .2s ease;
       -o-transition: margin .2s ease;
      -ms-transition: margin .2s ease;
          transition: margin .2s ease;
}

.usi_hover,
.main_menu a,
.lingua_btn,
.cart_wrap,
.cabinet_link,
.input_img_del,
.breadcrumbs-start-menu,
a.breadcrumbs-start-link,
a.breadcrumbs-links,
.owl-prev, .owl-next,
.form_description,
.mg_list_add,
footer a,
.ftr_soc,
.modal_close,
.tag_elem [data-role="remove"],
.bootstrap-tagsinput .tag [data-role="remove"] {
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}

.owl-lazy,
.b-lazy,
.lazy {
  -webkit-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  -ms-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}


a,
.form_input,
.mg_add_folder_btn,
.mgaf_form_btn_cancel,
.mgaf_form_btn,
.mg_list_add,
.mgrf_nav,
.mgrf_form_btn,
.add_section {
  -webkit-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
     -moz-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
       -o-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      -ms-transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
          transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.search_input {
  -webkit-transition: border-color 0.2s ease, width 0.6s ease;
     -moz-transition: border-color 0.2s ease, width 0.6s ease;
       -o-transition: border-color 0.2s ease, width 0.6s ease;
      -ms-transition: border-color 0.2s ease, width 0.6s ease;
          transition: border-color 0.2s ease, width 0.6s ease;
}

.prline_title svg {
  -webkit-transition: fill .2s ease, opacity .2s ease, margin .1s ease;
     -moz-transition: fill .2s ease, opacity .2s ease, margin .1s ease;
       -o-transition: fill .2s ease, opacity .2s ease, margin .1s ease;
      -ms-transition: fill .2s ease, opacity .2s ease, margin .1s ease;
          transition: fill .2s ease, opacity .2s ease, margin .1s ease;
}

.breadcrumbs-container {
  -webkit-transition: box-shadow 0.2s ease;
     -moz-transition: box-shadow 0.2s ease;
       -o-transition: box-shadow 0.2s ease;
      -ms-transition: box-shadow 0.2s ease;
          transition: box-shadow 0.2s ease;
}

.pe_img img,
.vendor_img img,
.event_img img,
.item_img img,
.scale {
  -webkit-transition: transform .4s ease, filter 0.4s ease, opacity 0.8s ease;
     -moz-transition: transform .4s ease, filter 0.4s ease, opacity 0.8s ease;
       -o-transition: transform .4s ease, filter 0.4s ease, opacity 0.8s ease;
      -ms-transition: transform .4s ease, filter 0.4s ease, opacity 0.8s ease;
          transition: transform .4s ease, filter 0.4s ease, opacity 0.8s ease;
}


a,
a:before,
a:after,
.page-link {
  color: var(--color-main);
  text-decoration: none;
}

a:hover,
.breadcrumb-item a:hover,
.acm_head a:hover,
.acm_head a.act {
  color: var(--color-main-act);
  text-decoration: none;
}

a:focus {
  outline: none;
}

h1, h2, h3, h4  {
  width: 100%;
  margin: 0;
  float: left;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}

label {
  margin: 0;
}

.form_checkbox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
}

button[disabled],
html input[disabled] {
  background: #f5f5f5;
}

.wrap {
  width: 100%;
  float: left;
}

.container,
.container_mini {
  margin: 0 auto;
}
.container_big {
  float: left;
}
.container_mini {
  max-width: 1000px;
}
.container .container,
.container_big .container {
  padding-left: 0;
  padding-right: 0;
}

.b-lazy {
  opacity: .1;
}
.lazy {
  opacity: 0;
}
.b-loaded,
.lazy[src] {
  opacity: 1;
}

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


.form_field h4 {
  font-size: 20px;
  line-height: 1.2;
}

.form-group {
    margin-bottom: 0px;
}

.form_description {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1;
  opacity: .5;
}
div:hover > .form_description {
  opacity: .9;
}

.form_label {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1;
  color: var(--color-gray-dark);
  display: flex;
  align-items: center;
  gap: 4px;
}
.form_label svg {
  fill: var(--color-gray-dark);
  height: 12px;
}

.form_input_group {
  padding: 0 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 4px;
}

.form_input {
  background: none;
  padding: 10px 12px;
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 15px;
  line-height: 18px;
}
.form_select .btn {
  padding: 10px 12px;
  border: 1px solid #bbb;
  font-size: 15px;
  line-height: 18px;
}
.form_input .btn svg {
  fill: #fff;
  height: 1rem;
}
.filter-option-inner-inner {
  display: flex;
  gap: 5px;
}

.form_submit {
  background: var(--color-main);
  padding: 14px 25px;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.form_submit:hover {
  background: var(--color-main-act);
}

.form_checkbox,
.form_radio {
  margin-top: 8px;
}
.form_label + .form_checkbox {
  margin-top: 0;
}
.form_checkbox.checkbox_label {
  margin-bottom: 8px;
}
.form_checkbox.checkbox_label > label {
  float: left;
}
.form_checkbox:first-child,
.form_radio:first-child {
  margin-top: 0;
}
.form_checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_checkbox input + label {
  font-size: 15px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.form_checkbox input + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #bbb;
  border-radius: 3px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.form_checkbox input:not(:disabled):not(:checked) + label:hover:before {
  border-color: #8ad;
}
.form_checkbox input:not(:disabled):active + label:before {
  background-color: #8ad;
  border-color: #8ad;
}
.form_checkbox input:checked + label:before {
  border-color: #27d;
  background-color: #27d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form_checkbox input:disabled + label:before {
  background-color: #eee;
}

.form_radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_radio input + label {
  font-size: 15px;
  line-height: 18px;
  display: inline-flex;
  align-items: center;
  user-select: none;
}
.form_radio input + label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #bbb;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.form_radio input:not(:disabled):not(:checked) + label:hover:before {
  border-color: #8ad;
}
.form_radio input:not(:disabled):active + label:before {
  background-color: #8ad;
  border-color: #8ad;
}
.form_radio input:checked + label:before {
  border-color: #27d;
  background-color: #27d;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form_radio input:disabled + label:before {
  background-color: #eee;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus::placeholder,
.form-floating > .form-control-plaintext:focus::placeholder {
  text-shadow: none;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

.form_colorpicker {
  position: relative;
}
.colorpicker {
  position: relative;
  display: none;
  font-size: inherit;
  color: inherit;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: .75rem .75rem;
  width: 148px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.colorpicker.colorpicker-disabled,
.colorpicker.colorpicker-disabled * {
  cursor: default !important;
}
.colorpicker div {
  position: relative;
}
.colorpicker-popup {
  position: absolute;
  top: 100%;
  left: 0;
  float: left;
  margin-top: 1px;
  z-index: 1060;
}
.popover {
  margin-left: -73px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  width: 120px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  font-size: 0.7rem;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 3px;
}
.bs-popover-bottom {
  margin-top: 8px;
}
.popover .arrow {
  top: -9px;
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 88px;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.popover .arrow:after,
.popover .arrow:before {
  border-width: 0 8px 8px 8px;
}
.popover .arrow::before {
  top: 0;
  border-bottom-color: rgba(0,0,0,.25);
}
.popover .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}
.popover .popover-body {
  padding: 11px 10px 4px 10px;
}
.colorpicker-popup.colorpicker-bs-popover-content {
  position: relative;
  top: auto;
  left: auto;
  float: none;
  margin: 0;
  z-index: initial;
  border: none;
  padding: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.colorpicker:before,
.colorpicker:after {
  content: "";
  display: table;
  clear: both;
  line-height: 0;
}
.colorpicker-clear {
  clear: both;
  display: block;
}
.colorpicker:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: auto;
  right: 6px;
}
.colorpicker:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: auto;
  right: 7px;
}
.colorpicker-saturation {
  position: relative;
  width: 126px;
  height: 126px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(black)), -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, transparent 0%, black 100%), linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  cursor: crosshair;
  float: left;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}
.colorpicker-saturation .colorpicker-guide {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
  border: 1px solid #000;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  margin: -3px 0 0 -3px;
}
.colorpicker-hue {
  position: relative;
  width: 16px;
  height: 126px;
  float: left;
  cursor: row-resize;
  margin-left: 6px;
  margin-bottom: 6px;
}
.colorpicker-hue {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.colorpicker-hue .colorpicker-guide {
  display: block;
  height: 4px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -2px;
  margin-top: -2px;
  right: -2px;
  z-index: 1;
}
.colorpicker-hue {
  background: -webkit-gradient(linear, left bottom, left top, from(red), color-stop(8%, #ff8000), color-stop(17%, yellow), color-stop(25%, #80ff00), color-stop(33%, lime), color-stop(42%, #00ff80), color-stop(50%, cyan), color-stop(58%, #0080ff), color-stop(67%, blue), color-stop(75%, #8000ff), color-stop(83%, magenta), color-stop(92%, #ff0080), to(red));
  background: linear-gradient(to top, red 0%, #ff8000 8%, yellow 17%, #80ff00 25%, lime 33%, #00ff80 42%, cyan 50%, #0080ff 58%, blue 67%, #8000ff 75%, magenta 83%, #ff0080 92%, red 100%);
}
.colorpicker-bar {
  height: 16px;
  margin: 6px 0 0 0;
  clear: both;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.colorpicker-bar:before {
  content: "";
  display: table;
  clear: both;
}
.colorpicker-bar > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.colorpicker-input-addon {
  width: 40px;
  height: 100%;
  padding: 6px;
  top: 0;
  right: 0;
  position: absolute;
}
.colorpicker-input-addon i {
  display: inline-block;
  cursor: pointer;
  vertical-align: text-top;
  height: 100%;
  width: 100%;
  position: relative;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.colorpicker-inline:before,
.colorpicker-no-arrow:before,
.colorpicker-popup.colorpicker-bs-popover-content:before {
  content: none;
  display: none;
}
.colorpicker-inline:after,
.colorpicker-no-arrow:after,
.colorpicker-popup.colorpicker-bs-popover-content:after {
  content: none;
  display: none;
}
.colorpicker-saturation,
.colorpicker-hue {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.colorpicker.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-bar.colorpicker-visible {
  display: block;
}
.colorpicker.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-bar.colorpicker-hidden {
  display: none;
}
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
.colorpicker.colorpicker-disabled:after {
  border: none;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(233, 236, 239, 0.33);
  top: 0;
  left: 0;
  right: auto;
  z-index: 2;
  position: absolute;
}
.colorpicker.colorpicker-disabled .colorpicker-guide {
  display: none;
}

header {
  background: #fff;
  width: 100%;
  float: left;
  box-shadow: 0 0 35px rgba(36,52,98,0.15);
}
header .container_big {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  width: 100%;
}

.main_menu a {
  color: #000;
  display: inline-block;
}

.login {
  color: #000;
}


.lingua_btn {
  height: 22px;
  padding: 0;
  cursor: pointer;
}
.lingua_btn:hover,
.lingua_btn:active,
.lingua_btn:focus {
  text-decoration: none;
  box-shadow: none;
}
.lingua_btn:after {
  display: none;
}
.lingua_btn img {
  height: 100%;
  padding: 1px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
  float: left;
}
.lingua_name {
  font-size: 17px;
  line-height: 20px;
}
.lingua_dropdown {
  display: none;
  flex-direction: column;
}
.show .lingua_dropdown {
  display: flex;
}
.lingua_dropdown a,
.lingua_dropdown div {
  margin-top: 2px;
  border-radius: 5px;
  white-space: nowrap;
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
}
.lingua_dropdown a:hover {
  background: rgba(0,0,0,.05);
}
.lingua_dropdown a:first-child,
.lingua_dropdown div:first-child {
  margin-top: 0;
}
.lingua_dropdown a img,
.lingua_dropdown div img {
  padding: 1px;
  margin-right: 8px;
  box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}
.lingua_dropdown div {
  background: rgba(0,0,0,.05);
}
.lingua_dropdown div:after {
  content: "";
  background: #888;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}

.slogan {
  background: linear-gradient(75deg, var(--color-main) 0%, #7b78c9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #6876a0;
  display: inline-block;
}
.slogan_descr {
  width: 100%;
  max-width: 700px;
  text-align: center;
  color: #777;
  display: inline-block;
}

.field_title {
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  display: inline-block;
}
.field_title_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  float: left;
}

.order_btn {
  background: var(--color-main);
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  display: block;
}
.order_btn:hover {
  background: var(--color-main-act);
  color: #fff;
}

.box_elem {
  background: #fff;
  border-radius: 12px;
}

.ps_elem {
  align-items: center;
}
.ps_text {
  color: #444;
  display: inline-block;
}

.ps_title {
  text-transform: uppercase;
  display: inline-block;
}

.flex {
  display: flex;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex_field {
  display: flex;
  flex-wrap: wrap;
}

.fd_col {
  flex-direction: column;
  align-items: center;
}

.grid {
  display: grid;
}
.jc_c {
  justify-content: center;
}
.jc_sb {
  justify-content: space-between;
}
.ai_c {
  align-items: center;
}
.ac_c {
  align-content: center;
}
.flex_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.advantage_elem {
  text-align: center;
  display: inline-block;
}
.advantage_elem svg {
  display: inline-block;
}
.advantage_title {
  width: 100%;
  display: inline-block;
}
.advantage_text {
  width: 100%;
  text-align: left;
  display: inline-block;
}

.stages_elem,
.tools_elem {
  text-align: center;
  display: inline-block;
}
.tools_elem svg {
  display: inline-block;
}

.stages_num {
  width: 100%;
  color: #ebeef6;
  display: inline-block;
}

.tools_title {
  width: 100%;
  display: inline-block;
}


.ps_text p:last-child {
  margin-bottom: 0;
}

.middle {
  flex: 1 0 auto;
}

footer {
  background: #222;
  width: 100%;
  float: left;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  opacity: .6;
}
.ftr_t,
.ftr_b {
  display: flex;
}
.ftr_l,
.ftr_r {
  display: flex;
  flex-direction: column;
}
.ftr_scat {
  display: grid;
}
.ftr_soc_field {
  display: flex;
  gap: 14px;
}
.ftr_soc svg {
  fill: #fff;
  width: 32px;
  height: 32px;
}
.ftr_b {
  border-top: 1px solid #333;
}
.ftr_link {
  display: flex;
}
.copyright {
  color: #bbb;
}


.invite_field {
  display: flex;
  align-items: center;
}
.invite_img {
  flex-shrink: 0;
  position: relative;
}
.invite_img div {
  width: 90%;
  border: 3px solid var(--color-gray-light);
  position: absolute;
  aspect-ratio: 16 / 9;
}
.invite_img img {
  width: 90%;
  margin-left: 10%;
  position: relative;
  box-shadow: 0 0 28px rgba(0,0,0,.08);
}
.invite_text {
  display: flex;
  flex-direction: column;
}
.invite_link {
  background: var(--color-main);
  border-radius: 12px;
  color: #fff;
}
.invite_link:hover {
  background: var(--color-main-act);
  color: #fff;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  display: flex;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:active,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:focus {
  outline: none;
}
.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  cursor: default;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.links_field_left {
  background: #fff;
  border-radius: 12px;
}
.links_field_right {
  align-content: center;
}
.links_field_right p {
  width: 100%;
}
.links_elem {
  display: inline-block;
}

.ac_wrap {
  display: flex;
}
.acm_head {
  border-radius: 3px;
  cursor: pointer;
}
.acm_head:hover {
  background: #f5f5f5;
}
.acm_head,
.acm_body {
  position: relative;
}
.acm_arw {
  width: 15px;
  height: 20px;
  margin-top: -10px;
  top: 50%;
  left: 0;
  position: absolute;
}
.acm_arw:after {
  content: "";
  border-style: solid;
  border-width: 6px 4px 0;
  border-color: #aaa transparent transparent;
  margin: -2px 0 0 -6px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.collapsed > .acm_arw:after {
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #aaa;
  margin: -4px 0 0 -4px;
}
.acm_head a {
  font-size: 14px;
  line-height: 1.2;
  color: #444;
}
.ac_field {
  max-width: 1000px;
}
.ac_headers {
  background: #eee;
  padding: 15px;
  border-radius: 5px;
}
.ac_headers a {
  position: relative;
}
.ac_headers a:before {
  content: "";
  background: #aaa;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  position: absolute;
}
.ac_headers a:first-child {
  margin-top: 0;
}

.modal-dialog {
  margin: 1.75rem auto;
}
.modal_login .modal-dialog {
  width: 82%;
  max-width: 370px;
  margin: 40px auto;
}
.modal-body {
  padding: 20px;
}
button.close {
  padding: 8px 12px;
  top: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.modal .page_title {
  margin-top: 0;
}
.product_right .page_title {
  margin: 0 0 20px;
}
.modal-content {
  width: 100%;
  border: none;
  border-radius: 20px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
  display: inline-block;
  overflow: hidden;
}
.modal-content > .close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 5px;
  cursor: pointer;
  opacity: .5;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
  -webkit-user-select: none;
   -khtml-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.modal-content > .close:before,
.modal-content > .close:after {
  content: "";
  background: #444;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 20px;
  margin: -16px 0 0 -1px;
}
.modal-content > .close:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-content > .close:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-content > .close span {
  opacity: 0;
}
.modal-content > .close:hover {
  opacity: 1;
}

.fancybox-wrap .fancybox-skin {
  border-radius: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4)!important;
}

.modal_wrap,
.fancybox-title.fancybox-title-inside-wrap {
  width: 100%;
  float: left;
}

.fancybox-title.fancybox-title-inside-wrap {
  background: #fff;
}

.modal_title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  float: left;
}

.user_settings .modal_title {
  background: #eee;
  padding: 20px 0;
  margin: 0;
  color: #222;
}

.loginMessage,
.registerMessage {
  width: 100%;
  padding: 0 30px 20px;
  float: left;
}

.loginMessage + .modal_wrap,
.registerMessage + .modal_wrap {
  padding-top: 5px;
}

.error {
  width: 100%;
  margin: 0;
  font-size: 13px;
  color: #d55 !important;
  float: left;
}

input + .error {
  margin-top: 3px;
}

.login_error {
  background: #d55;
  width: 100%;
  padding: 8px 10px;
  font-size: 13px;
  color: #fff;
  float: left;
}

.login_form {
  width: 100%;
  margin: 0;
  float: left;
}

.input_group {
  width: 100%;
  margin-top: 10px;
  float: left;
}

.input_group:first-child {
  margin-top: 0;
}

.login_input {
  background: none;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 15px;
  color: #444;
  float: left;
}

.login_submit {
  background: var(--color-main);
  width: 100%;
  padding: 10px 0;
  margin-top: 14px;
  border: none;
  border-radius: 8px;
  font-size: 19px;
  color: #fff;
  text-align: center;
  float: left;
}

.login_submit:hover {
  background: var(--color-main-act);
}

.forgot_link,
.login_link {
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
  color: var(--color-main);
  text-align: center;
  float: left;
  cursor: pointer;
}

.forgot_link:hover,
.login_link:hover {
  color: var(--color-main-act);
}

.login_social {
  background: #f3f3f3;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  text-align: center;
  float: left;
}

.login_social_wrap {
  width: 100%;
  margin-top: 15px;
  float: left;
}

.login_social .ha-icon {
  background: url("../img/icon_login_social.png");
  width: 54px;
  height: 54px;
  margin: 0 2px;
  border-radius: 50%;
}

.login_social .ha-icon.vkontakte {
  background-position: 0 0;
}

.login_social .ha-icon.facebook {
  background-position: -54px 0;
}

.login_social .ha-icon.odnoklassniki {
  background-position: -108px 0;
}

.login_social .ha-icon.twitter {
  background-position: -162px 0;
}

.login_social .ha-icon.instagram {
  background-position: -216px 0;
}


.img_profile_done,
.register_link,
.resize-done {
  background: var(--color-gray-light);
  width: 100%;
  padding: 20px 0;
  font-size: 19px;
  text-align: center;
  color: var(--color-gray);
  float: left;
  cursor: pointer;
}
.img_profile_done:hover,
.register_link:hover,
.resize-done:hover  {
  background: var(--color-gray-light-hover);
}



#save_user_settings {
  width: 100%;
  margin: 0;
  float: left;
}

.user_settings_img,
#img_profile {
  width: 100%;
  float: left;
  position: relative;
  cursor: pointer;
}


.usi_hover {
  background: #000;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.user_settings_img:hover .usi_hover {
  opacity: 0.85;
}

.usi_hover span {
  background: url(/assets/img/img_load.png);
  width: 52px;
  height: 74px;
  margin: -37px 0 0 -26px;
  top: 50%;
  left: 50%;
  position: absolute;
  
}

.user_settings_name {
  margin-top: 20px;
}

.user_settings_save {
  background: #3c92c5;
  width: 100%;
  padding: 11px 0;
  margin-top: 20px;
  border: none;
  font-size: 17px;
  color: #fff;
  text-align: center;
  float: left;
}

.add_photo_profile {
  background: #fff;
  padding: 7px 0;
  margin-top: 0;
  border: 1px solid #aaa;
  color: #888;
  cursor: pointer;
}

.user_settings_sucess {
  width: 100%;
  margin-top: 20px;
  font-size: 17px;
  color: #42b9f6;
  text-align: center;
  float: left;
}


.loginFPFieldset {
    padding: 0;
    margin: 0;
  border: none;
}

.input_group_text {
  width: 100%;
  margin-top: 8px;
  font-size: 15px;
  text-align: center;
  float: left;
}


.search-query-tint {
  font-size: 15px;
}

.search_reset {
  padding: 5px;
  cursor: pointer;
}

.search_reset svg {
  fill: #aaa;
}

.search_reset:hover svg {
  fill: #555 !important;
}


.thumbnail{
  position: relative;
  z-index: 0;
}

.thumbnail:hover {
  background-color: transparent;
  z-index: 50;
}

.thumbnail span {
  position: absolute;
  left: -1000px;
  visibility: hidden;
}

.thumbnail span img {
  border-width: 0;
  padding: 2px;
}

label {
  font-size: medium;
}

.thumbnail:hover span {
  visibility: visible;
  top: -20px;
  left: 10px;
}

.edit-profile-btn {
  font-size: medium;
}


.itemsList {
  font-size: medium;
}

.itemsList .itemsTableHeader {
  margin-bottom: 0;
}
.itemsList .itemsTableHeader {
  padding: 0;
}
.itemListTableEditText {
  margin-left: 6px;
}
.appIconMini {
  border-radius: 5px;
}

.itemsTable .appIconMiniHolder {
  width: 40px;
}
.app_table .btn {
  font-size: .95rem;
  line-height: 2.1;
  border-radius: .25rem;
  width: 34px;
  height: 34px;
  padding: initial;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.app_table .btn svg {
  fill: #fff;
  height: 1rem;
}

.pagination {
    width: 100%;
    margin-top: 30px !important;
    border-radius: 0;
    float: left;
    display: flex;
    justify-content: center;
}
.pagination li {
  display: inline-block;
  padding: 3px;
  list-style-type: none;
}
.page-link {
  border-color: #f1f1f1;
}
.pagination a,
.pagination span {
  width: auto;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-shadow: none;
  float: left;
  border: none;
  background: var(--color-gray-light);
  overflow: hidden;
  color: var(--color-gray);
  line-height: 1;
  cursor: pointer;
}
.pagination .disabled span,
.page-item.disabled .page-link {
  background: #f8f8f8;
  color: #ddd;
}
.page-link svg {
  fill: var(--color-gray);
}
.pagination .disabled span svg,
.page-item.disabled .page-link svg {
  fill: #ddd;
}
.pagination li:not(.active) a:hover,
.pagination .btn-primary:hover {
  background: var(--color-gray-light-hover);
  color: var(--color-gray);
  box-shadow: none;
}
.pagination .active a,
.pagination .active span,
.pagination .page-item.active .page-link {
  background: var(--color-main);
  color: #fff;
}
.page-item:nth-child(2) .page-link {
  margin-right: 7px;
}
.page-item:nth-last-child(2) .page-link {
  margin-left: 7px;
}

.cancelBtn {
  padding: 14px 25px;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  margin-left: 15px;
}

.breadcrumbs-container {
  padding-top: 16px;
  padding-bottom: 15px;
  position: sticky;
  top: -1px;
  z-index: 3;
}

.breadcrumbs-container.pinned {
  background: #fff;
  box-shadow: 0 0 15px rgba(36,52,98,.1);
}

.breadcrumbs-wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.breadcrumbs-left {
  width: 1px;
  display: flex;
  flex-grow: 1;
}

.breadcrumbs-start-link,
.breadcrumbs-links {
  fill: var(--color-gray-blue);
  padding: 0;
  margin: 0;
  color: var(--color-gray-blue);
  display: flex;
}

.breadcrumbs-links-ellipsis {
  width: 1px;
  flex-basis: max-content;
}

.breadcrumbs-icon-wrap,
.breadcrumbs-img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-img svg,
.breadcrumbs-icon-wrap svg {
  width: .95rem;
}

.breadcrumbs-badge {
  background: #eee;
  font-size: .95rem;
}

.breadcrumbs-links > .breadcrumbs-icon-wrap:hover {
  transition-duration: 0.5s;
  background: var(--color-main);
}
.crumbs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.crumbs svg {
  fill: #ccc;
  width: 6px;
}

.breadcrumbs-text {
  margin-left: 8px;
  line-height: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-gray-blue);
}

.breadcrumbs-start-menu:hover,
a.breadcrumbs-start-link:hover,
a.breadcrumbs-links:hover {
  opacity: .8;
  color: var(--color-gray-blue);
}

.breadcrumbs-text p:last-child {
  margin-bottom: 0;
}


.breadcrumb {
  width: 100%;
  padding: 0;
}

.breadcrumb-item a {
  color: var(--color-gray-blue);
}

.breadcrumb-item + .breadcrumb-item:before {
  display: none;
}

.breadcrumb-item:after {
  content: "/";
  color: #a8aeb3;
  display: inline-block;
}
.content-inner {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  height: auto;
  float: left;
}

.panel {
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  height: auto;
  float: left;
  width: 100%;
}
.upd-message, .help-block {
  font-size: 0.8rem;
}
.text-error {
  color: #d33;
}

.app_table {
  background: #fff;
  border: none;
}

.app_table .thead-light th {
  background-color: #f5f7f9;
}

.app_table tbody tr:not(.total-tr):hover {
  background-color: #fbfcfd;
}

.app_table td {
  padding: 10px;
}

.order_table td:nth-child(2) {
  width: 13%;
}
.order_table td:nth-child(3) {
  width: 10%;
}
.order_table td:nth-child(4) {
  width: 40%;
}
.order_table td:last-child {
  width: 30%;
}


.app_table td .btn {
  margin: 2px 4px;
}

.app_table td a {
  color: #000;
}


.table_title {
  padding-right: 10px;
  color: #888;
}

.table_title_edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input_title_edit {
  width: 100%;
  height: 50px;
  padding: 0 5px;
  border: 1px solid #ddd;
  float: left;
}

.table_app_title {
  width: 100%;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reorder_box {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZmlsbD0nI2NjYycgZD0nTTggMi41QTEuNSAxLjUgMCAxIDAgOS41IDQgMS41IDEuNSAwIDAgMCA4IDIuNXptOCAwQTEuNSAxLjUgMCAxIDAgMTcuNSA0IDEuNSAxLjUgMCAwIDAgMTYgMi41em0tOCA4QTEuNSAxLjUgMCAxIDAgOS41IDEyIDEuNSAxLjUgMCAwIDAgOCAxMC41em04IDBhMS41IDEuNSAwIDEgMCAxLjUgMS41IDEuNSAxLjUgMCAwIDAtMS41LTEuNXptLTggOEExLjUgMS41IDAgMSAwIDkuNSAyMCAxLjUgMS41IDAgMCAwIDggMTguNXptOCAwYTEuNSAxLjUgMCAxIDAgMS41IDEuNSAxLjUgMS41IDAgMCAwLTEuNS0xLjV6Jy8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 24px;
  width: 24px;
  flex-shrink: 0;
}

.appIconMini {
  min-width: 30px;
  max-width: 50px;
}


.popup-title {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}


.btn div {
  white-space: nowrap;
}

.btn-danger {
  background-color: #a2303b;
  border-color: #a2303b;
}

.btn-fixed {
  background: #fff;
  padding: 15px;
  border-radius: 5px;
  right: 15px;
  bottom: 15px;
  position: fixed;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,.5);
}

.btn-breadcrumbs {
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.btn-breadcrumbs + .btn-breadcrumbs {
  margin-left: 10px;
}

.btn-primary {
  background-color: var(--color-main);
  border-color: var(--color-main);
}

.btn-primary:hover,
.page-item.active .page-link,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: var(--color-main-act);
  border-color: var(--color-main-act);
}

.btn-primary:disabled {
  pointer-events: none;
  background-color: #4c5cba;
  border-color: #4c5cba;
}

.btn-success {
  background-color: var(--color-green);
  border-color: var(--color-green);
}

.btn-success:hover {
  background-color: var(--color-green-act);
  border-color: var(--color-green-act);
}

.btn-label {
  position: relative;
  left: -.75rem;
  display: inline-block;
  padding: 6px .75rem;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}

.btn-breadcrumbs .btn-label {
  width: 38px;
  height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-breadcrumbs .btn-label svg {
  fill: #fff;
  height: 1rem;
}

.btn-labeled {
  padding-top: 0;
  padding-bottom: 0;
}
.btn-edit {
  min-width: 34px;
  color: var(--color-gray-blue);
}
.btn-back {
  margin-left: -15px;
  color: #ccc;
  font-size: 20px;
  text-align: center;
}
.btn-back:hover {
  color: var(--color-gray-blue);
}
#tool-box {
  margin-left: 30px;
  display: flex;
}
.ajax_form .error {
  color: #d33;
}
.form_input.error {
  border: 1px solid #d33;
}

.text_success {
  background: #cec;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  color: #374;
}
.text_error {
  background: #fdd;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 1;
  color: #d33;
}
.text_success_profile {
  margin-bottom: 20px;
}

.input_img_gal, .form_gallery {
  max-width: 100%;
  margin-top: 8px;
}

.input_img {
  position: relative;
}

.input_img input {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.input_img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.profile_img {
  width: 100px;
  height: 100px;
  margin-right: 15px;
}
.profile_img img {
  border-radius: 50%;
  overflow: hidden;
}

.input_img_del {
  background: #000;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 5px;
  top: 0;
  right: 0;
  position: absolute;
}

.input_img_del:before,
.input_img_del:after {
  content: "";
  background: #fff;
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  top: 50%;
  left: 50%;
  position: absolute;
}

.input_img_del:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.input_img_del:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bootstrap-select .btn-light {
  background: #fff;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #fff;
}

::-ms-clear {
  display: none;
}

.form-control-clear {
  width: 38px;
  padding: 0;
  margin-left: -38px;
  z-index: 1;
  pointer-events: auto;
  cursor: pointer;
}
.form-control-clear svg {
  fill: #bfbfbf;
  height: 15px;
}
.form-control-clear:hover svg {
  fill: #212529;
}

.add_section {
  background: none;
  color: #fff;
  border-color: var(--color-main);
}
.add_section:hover {
  background: none;
  color: #fff;
  border-color: var(--color-main-act);
}
.add_section svg {
  fill: var(--color-main);
  height: 1rem;
}
.add_section:hover svg {
  fill: var(--color-main-act);
}

.dropdown {
  position: unset;
}

.dropdown-item.active,
.dropdown-item:active {
  color:#16181b;
  text-decoration:none
}


.left-column {
  background: #eee;
  width: 100%;
  float: left;
}

.main-column {
  width: 100%;
  float: left;
}

.catalog {
  width: 100%;
  display: flex;
  float: left;
}




.product {
  width: 100%;
  float: left;
}

.fotorama__nav-wrap {
  margin-top: 10px;
}

.product_form {
  background: #fff;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  float: left;
}

.pproduct_form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
}

.product_img_field,
.product_img {
  width: 100%;
  float: left;
}

.product_info {
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  flex-direction: column;
  float: left;
}

.product_top {
  width: 100%;
  height: 100%;
  float: left;
}

.product_flags,
.pproduct_flags {
  width: 100%;
  float: left;
}

.product_flag {
  border: 1px solid #000;
  border-radius: 5px;
  float: left;
}

.pproduct_flag {
  border: 1px solid #000;
  border-radius: 8px;
  float: left;
}

.product_flag_1 {
  border-color: #6fa87d;
  color: #6fa87d;
}

.product_flag_2 {
  border-color: #bb6969;
  color: #bb6969;
}

.product_flag_3 {
  border-color: #7a8ec2;
  color: #7a8ec2;
}

.product_title {
  width: 100%;
  float: left;
}

.pproduct_title {
  width: 100%;
  text-transform: uppercase;
  float: left;
}

.product_text {
  width: 100%;
  float: left;
}

.pproduct_text {
  width: 100%;
  float: left;
}

.product_bottom {
  width: 100%;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  float: left;
}

.product_price_field {
  width: 100%;
  float: left;
}

.pproduct_price_field {
  float: left;
}

.product_price,
.pproduct_price {
  color: #8495c2;
  white-space: nowrap;
  float: left;
}

.product_price_old,
.pproduct_price_old {
  color: #aaa;
  white-space: nowrap;
  position: relative;
  float: left;
}

.product_price_old:after,
.pproduct_price_old:after {
  content: "";
  background: #aaa;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
}

.product_count,
.pproduct_count {
  margin: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  float: left;
}

.product_count_btn,
.pproduct_count_btn {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 50%;
  position: relative;
  float: left;
}

.product_count_btn {
  width: 21px;
  min-width: 21px;
  height: 21px;
}

.pproduct_count_btn {
  width: 29px;
  min-width: 29px;
  height: 29px;
}

.product_count_btn:before,
.product_count_btn:after,
.pproduct_count_btn:before,
.pproduct_count_btn:after {
  content: "";
  background: #888;
  top: 0;
  left: 0;
  position: absolute;
}

.product_count_btn[disabled],
.pproduct_count_btn[disabled] {
  border-color: #ddd;
}

.product_count_btn[disabled]:before,
.product_count_btn[disabled]:after,
.pproduct_count_btn[disabled]:before,
.pproduct_count_btn[disabled]:after {
  background: #ccc;
}

.product_count_btn:before {
  margin: 9px 0 0 5px;
  width: 9px;
  height: 1px;
}

.product_count_btn:after {
  margin: 5px 0 0 9px;
  width: 1px;
  height: 9px;
}

.pproduct_count_btn:before {
  margin: 13px 0 0 8px;
  width: 11px;
  height: 1px;
}

.pproduct_count_btn:after {
  margin: 8px 0 0 13px;
  width: 1px;
  height: 11px;
}

.product_cb_minus:after,
.pproduct_cb_minus:after {
  display: none;
}

.product_count_input {
  background: none;
  width: 30px;
  border: none;
  text-align: center;
  float: left;
}

.pproduct_count_input {
  background: none;
  border: none;
  text-align: center;
  float: left;
}

.product_cart_btn {
  background: #8495c2;
  width: 44px;
  min-width: 44px;
  height: 40px;
  border: none;
  border-radius: 10px;
  position: relative;
  float: left;
}

.pproduct_cart_btn {
  background: #8495c2;
  border: none;
  border-radius: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  position: relative;
  float: left;
}

.product_cart_btn svg,
.pproduct_cart_btn svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  top: 50%;
  left: 50%;
  position: absolute;
}



.pe_link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.pe_pad {
  width: 100%;
}

.product_elem:not(.publication_elem) .pe_img + .pe_pad {
  padding-bottom: 0;
}

.pe_img,
.event_img,
.item_img {
  overflow: hidden;
}


.pe_img img,
.vendor_img img {
  width: 100%;
}

.prod_sticker {
  border: 1px solid #000;
  border-radius: 30px;
  text-transform: uppercase;
  float: left;
}

.action {
  border-color: #e33;
  color: #e33;
}

.hit {
  border-color: #38c;
  color: #38c;
}

.novelty {
  border-color: #3caf70;
  color: #3caf70;
}

.pe_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pe_author {
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: left;
  gap: 0;
  position: relative;
}
.pe_author img {
  border-radius: 50%;
  flex-shrink: 0;
}

.prod_price {
  color: var(--color-main);
  white-space: nowrap;
}

.prod_priceold {
  color: #888;
  text-decoration: line-through;
  white-space: nowrap;
}

.prod_btn {
  background: var(--color-main);
  border: none;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}

.prod_btn:hover {
  background: var(--color-main-act);
}

.prod_btn svg {
  fill: #fff;
}


.bg_field {
  background: #f5f5f5;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}


.back_link {
  color: var(--color-gray-blue);
  display: flex;
  align-items: center;
  float: left;
  cursor: pointer;
}
.no_search_result .back_link {
  justify-content: center;
}

span.back_link {
  color: #bbb;
}

.back_link svg {
  fill: var(--color-gray-blue);
}

.back_link:hover {
  color: var(--color-main-act);
}
.back_link:hover svg {
  fill: var(--color-main-act);
}


.p_stickers {
  float: right;
}

.p_content {
  float: left;
}

.p_content .field_title:first-child {
  margin-top: 0;
}

.p_info li {
  width: 100%;
  float: left;
}
.p_info_title div {
  margin-bottom: 5px;
  color: #888;
  display: block;
}
.p_info_title a {
  color: #000;
  display: flex;
  align-items: center;
  float: left;
}
.p_info_title a:hover {
  color: var(--color-main-act);
}
.p_info_title img,
div.p_info_img {
  width: 35px;
  height: 35px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  float: left;
}
.p_info_title span {
  float: left;
}
.p_info_title span + span {
  margin-left: 3px;
  font-weight: 300;
}
.p_info_elem {
  display: flex;
  align-items: center;
}
.p_info_elem svg {
  flex-shrink: 0;
}
.p_info_elem span {
  line-height: 1.2;
}

.au_top .container_mini {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.au_logo,
.p_info_img {
  background-color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 50%;
  display: inline-block;
}
.p_info_title div.au_soc_wrap {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.au_soc {
  width: 30px;
}
.au_soc svg {
  fill: #000;
  width: 100%;
}
.au_soc:hover svg {
  fill: var(--color-main-act);
}





.hummingbird-treeview input[type="checkbox"] {
  margin: 0 5px;
}

.as_link {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.as_text {
  display: flex;
  flex-direction: column;
}

.as_title,
.as_subtitle,
.as_descr {
  color: #000;
}

.as_img {
  width: 100%;
}

.as_dop {
  color: rgba(0,0,0,.4);
}


.as_dot {
  display: flex;
  justify-content: center;
}

.as_dot .owl-dot {
  background: none;
  border: none;
  position: relative;
  z-index: 1;
}

.as_dot .owl-dot span {
  background: rgba(255,255,255,.5);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  float: left;
}

.as_dot .owl-dot.active span {
  background: #fff;
}

.as_dot .owl-dot:not(.active):hover span {
  background: rgba(255,255,255,.8);
}


#msMiniCart.full .cart_wrap.not_empty,
.msMiniCart.full .cart_wrap.not_empty {
  display: flex;
  align-items: center;
}

#msMiniCart:not(.full),
.msMiniCart:not(.full) {
  display: none;
}

.cart_price {
  margin-right: 5px;
  font-size: 16px;
}

.cart_right {
  position: relative;
}

.h_icon {
  height: 30px;
}

.cart_num {
  background-color: #f33;
  min-width: 16px;
  height: 16px;
  padding: 2px 5px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 3px;
  left: 17px;
}

.cart_elem {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 28px rgba(0,0,0,.08);
}

.cart_elem_img {
  flex-shrink: 0;
}

.cart_elem_img img {
  width: 100%;
  border-radius: 10px;
}

.cart_elem_text {
  flex-grow: 1;
}

.cart_elem_img:hover + .cart_elem_text .cart_elem_title {
  color: var(--color-main-act);
}

.cart_elem_title {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}

.cart_elem_descr {
  width: 100%;
  font-size: 13px;
}

.cart_elem_price {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-main);
  white-space: nowrap;
}

.cart_elem_priceold {
  font-size: 15px;
  color: #888;
  text-decoration: line-through;
}

.cart_elem_del {
  background: none;
  border: none;
  color: rgba(0,0,0,.3);
}

.cart_elem_del svg {
  height: 100%;
  fill: rgba(0,0,0,.2);
}

.cart_elem_del:hover svg {
  fill: rgba(230,0,0,.8);
}

.cart_total {
  background: #fff;
  width: 100vw;
  margin-left: calc((100vw - 100%) / -2);
  position: sticky;
  bottom: 0;
  z-index: 100;
}
.cart_total .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total_count,
.total_cost {
  color: var(--color-main);
  white-space: nowrap;
}

.total_cost {
  display: inline;
}

.total_cost_line {
  white-space: nowrap;
  display: inline-block;
}

.cart_total_btn {
  background: var(--color-main);
  margin-left: 20px;
  border: none;
  border-radius: 12px;
  color: #fff;
  text-transform: uppercase;
}

.cart_total_btn:hover {
  background: var(--color-main-act);
  color: #fff;
}


.order_form#msOrder {
  margin-top: 0;
}


.col-building,
.col-room {
  padding-left: 0;
}


.form_input_checkbox > input,
.form_input_radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.form_input_checkbox > span,
.form_input_radio > span {
  display: flex;
  align-items: center;
  user-select: none;
}
.form_input_checkbox > span::before,
.form_input_radio > span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 2px solid var(--color-gray-blue);
  margin-right: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.form_input_checkbox > span::before {
  border-radius: .2em;
}
.form_input_radio > span::before {
  border-radius: 50%;
}
.form_input_checkbox > input:focus + span::before,
.form_input_radio > input:focus + span::before {
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}
.form_input_checkbox > input:focus:not(:checked) + span::before,
.form_input_radio > input:focus:not(:checked) + span::before {
  border-color: var(--color-main);
}
.form_input_checkbox > input:checked + span::before,
.form_input_radio > input:checked + span::before {
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.form_input_checkbox > input:checked + span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.form_input_radio > input:checked + span::before {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form_input_checkbox > input:disabled + span::before,
.form_input_radio > input:disabled + span::before {
  border-color: #ccc;
}
.form_input_desc {
  margin: 3px 0 5px 27px;
  font-size: .8em;
  opacity: .6;
}


.cat_field,
.p_cat {
  display: flex;
  flex-wrap: wrap;
}

.cat_elem {
  border: 1px solid #000;
  border-radius: 40px;
  color: #000;
  float: left;
}

.cat_elem:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}

.cat_elem.act {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}


.search_wrap {
  display: flex;
  align-items: center;
}

.search_btn {
  background: none;
  padding: 5px;
  border: none;
  flex-shrink: 0;
}

.search_btn svg {
  fill: #d8dde1;
  width: 100%;
  height: 100%;
}
.search_btn:hover svg {
  fill: #bec5ca;
}

.search_input {
  background: transparent;
  border: none;
}


.alias-player-dimensions {
  width: 100%;
  max-width: 500px;
  height: auto;
  aspect-ratio: 16/9;
}


#jGrowl {
  top: auto;
  left: auto;
  right: 15px;
  bottom: 15px;
}

#jGrowl .jGrowl-notification {
  width: auto;
  max-width: 320px;
  min-height: auto;
  padding: 12px 15px;
  margin: 0;
  border-radius: 8px !important;
}

#jGrowl .jGrowl-notification.ms2-message-success {
  background: rgba(0,140,10,.95) !important;
}

#jGrowl .jGrowl-notification.ms2-message-error {
  background: rgba(210,0,0,.95) !important;
}

#jGrowl .jGrowl-notification .jGrowl-message {
  font-size: 13px;
  font-weight: 300;
}

#jGrowl .jGrowl-notification .jGrowl-close,
#jGrowl .jGrowl-notification .jGrowl-header {
  display: none;
}


.filters_reset_btn {
  border-radius: 5px;
  padding: 5px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  color: var(--color-gray);
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.filters_reset_btn svg {
  fill: var(--color-gray);
  width: 14px;
  margin-left: 5px;
}

.filters_btn {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
  float: right;
}

.filters_btn svg {
  height: 14px;
}


.pc_left,
.pc_right {
  float: left;
}

.pc_left > div:first-child,
.pc_right > div:first-child,
.pc_left > .row > div:first-child,
.pc_right > .row > div:first-child {
  margin-top: 0 !important;
}


.form_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.form_gallery .gal-img {
  min-width: 0;
  flex-direction: column;
}
.form_gallery .input_img {
  width: 100%;
}
.gal-img-elem {
  padding: 20px 0;
  position: relative;
}
.gal-img-elem:before {
  content: "";
  background: #bbb;
  width: calc(100% + 16px);
  height: 1px;
  top: 0;
  left: -8px;
  position: absolute;
}
.gal-img-elem:first-child {
  padding-top: 0;
}
.gal-img-elem:first-child:before {
  display: none;
}
.form_gallery .img-name,
.form_icon .img-name {
  width: 100%;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.1;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form_gallery+ #imageAddButton {
  margin-top: 15px;
}

.form_icon {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form_icon .input_img_text {
  min-width: 1px;
  font-size: 12px;
  line-height: 1.1;
}
.input_img_text .form_label:last-child {
  margin-bottom: 0;
}
.form_icon .img-name {
  margin: 5px 0;
}

#itemVideoFile_wrapper .form_input,
#itemVideoFile_wrapper .file-browse {
  background: none;
}
#itemVideoFile_wrapper .form_input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  flex-grow: 1;
}
#itemVideoFile_wrapper .file-browse {
  border-color: #bbb;
}
#itemVideoFile_wrapper .file-browse svg {
  width: 1rem;
}

.click_image {
  width: 100%;
}
.btn.click_image {
  padding: 2px;
}

.nav-pills .nav-link {
  background-color: #eaecee;
  color: var(--color-gray-dark);
}
.nav-pills .nav-link:not(.active):hover {
  background-color: #f5f6f7;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: none;
  color: #000;
  cursor: default;
}

.tDnD_whileDrag {
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

.slider_player {
  overflow: hidden;
  aspect-ratio: 16 / 9;
}
.video-js,
.vjs-poster {
  background-color: transparent !important;
}
.video-js {
  width: 100%;
  height: 100%;
}

.pc_field .toastui-editor-contents {
  z-index: 2;
}

.modal_gallery {
  padding: 0 !important;
}
.modal_gallery .modal-dialog {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  max-width: none;
  margin: 0;
}
.modal_gallery .modal-content {
  height: 100%;
}
.modal_gallery .modal_wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mg_wrap {
  min-height: 1px;
  display: flex;
  gap: 30px;
  flex-shrink: 0;
}
.mg_title {
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.mg_wrap_content {
  flex-grow: 1;
  flex-shrink: 1;
}

.mg_tree {
  flex-shrink: 0;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}
#album_tree {
  min-height: 1px;
  overflow-y: auto;
}
.jqtree-element {
  display: flex;
  align-items: center;
}
.jqtree-title {
  flex-grow: 1;
  line-height: 1;
  padding: 7px;
  border-radius: 5px;
}
ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left {
  margin-right: 5px;
}
ul.jqtree-tree .jqtree-toggler:hover {
  text-decoration: none;
}
ul.jqtree-tree .jqtree-toggler.jqtree-toggler-left svg {
  fill: #b2bac4;
  height: 15px;
}
ul.jqtree-tree .jqtree-toggler:hover svg {
  fill: #949da8;
}
ul.jqtree-tree .jqtree-title {
  color: #2f3842;
}
ul.jqtree-tree li.jqtree-selected > .jqtree-element .jqtree-title,
ul.jqtree-tree li.jqtree-selected > .jqtree-element .jqtree-title:hover {
  background: #e0e7f0;
}
.mg_add_folder_btn,
.mg_list_add {
  background: var(--color-gray-light);
  padding: 6px 20px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  cursor: pointer;
}
.mg_add_folder_btn:hover,
.mg_list_add:hover {
  background: var(--color-gray-light-hover);
  color: var(--color-gray);
}
.mg_add_folder_btn svg,
.mg_list_add svg {
  fill: var(--color-gray);
  width: 14px;
  margin-left: -1px;
}
.mg_list_add.loading {
  color: transparent;
}
.mg_list_add.loading > svg {
  opacity: 0;
}
.mg_list_add_loading {
  color: var(--color-gray);
  position: absolute;
  display: none;
  gap: 6px;
}
.mg_list_add.loading .mg_list_add_loading {
  display: flex;
}

.mgaf_form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mgaf_form_btns {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.mgaf_form_btn_cancel {
  background: var(--color-gray-light);
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  cursor: pointer;
}
.mgaf_form_btn_cancel:hover {
  background: var(--color-gray-light-hover);
  color: var(--color-gray);
}
.mgaf_form_btn_create {
  background: var(--color-main);
  padding: 6px 16px;
  border: none;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex-shrink: 0;
  flex-grow: 1;
  cursor: pointer;
}
.mgaf_form_btn_create:hover {
  background: var(--color-main-act);
  color: #fff;
}



.mg_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mg_list_content {
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
  display: grid;
  align-content: start;
}
.mg_list_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.mg_list_elem {
  min-width: 0;
  padding: 12px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px #eee;
}
.mg_list_elem:hover {
  background: rgba(0,0,0,.05);
  opacity: .9;
}
.mgle_img {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  aspect-ratio: 1;
}
.mgle_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  color: #000;
}
.mg_list .pagination {
  margin: 0 !important;
}

.mg_rf {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.mgrf_t {
  min-height: 1px;
  display: flex;
  flex-direction: column;
}
.mgrf_done {
  background: var(--color-main);
  padding: 10px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
  cursor: pointer;
}
.mgrf_done:hover {
  background: var(--color-main-act);
  color: #fff;
}

.mgrf_nav_wrap {
  display: flex;
  gap: 6px;
}
.mgrf_nav {
  background: var(--color-gray-light);
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
}
.mgrf_nav:hover {
  background: var(--color-gray-light-hover);
}
.mgrf_nav_l {
  border-radius: 20px 5px 5px 20px;
}
.mgrf_nav_r {
  border-radius: 5px 20px 20px 5px;
}
.mgrf_nav svg {
  fill: var(--color-gray);
  height: 16px;
}

.mgrf_form {
  display: flex;
  flex-direction: column;
  min-height: 1px;
}
.mgrf_form_content {
  min-height: 1px;
  overflow-y: auto;
}
.mgrf_img_wrap {
  padding: 12px;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #eee;
}
.mgrf_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  aspect-ratio: 1;
}

.mgrf_form_btn {
  background: var(--color-gray-light);
  padding: 6px 20px;
  border: none;
  border-radius: 20px;
  font-size: 15px;
  color: var(--color-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  cursor: pointer;
}
.mgrf_form_btn:hover {
  background: var(--color-gray-light-hover);
  color: var(--color-gray);
}



.thank_field {
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank_box {
  width: 100%;
  max-width: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thank_title {
  font-weight: 500;
  text-align: center;
}
.thank_links {
  display: flex;
  align-items: center;
}


.event_elem,
.event_elem:hover {
  color: #000;
}
.event_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event_img,
.item_img {
  position: relative;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.item_img {
  width: 20%;
} 
.img_blur {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
}
.img_blur + img {
  width: 100%;
  position: relative;
  aspect-ratio: 1;
}
.event_text,
.item_title {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.event_type {
  border: 1px solid #666;
  line-height: 1;
}
.event_date {
  color: var(--color-main);
  font-weight: 500;
}
.event_title,
.item_title {
  font-weight: 500;
  line-height: 1.2;
}
.item_title {
  justify-content: center;
}

.consult_field {
  background: #d7f4e9;
  background: linear-gradient(320deg, rgba(205,255,100,.3) 0%, rgba(50,185,255,.3) 100%);
}
.consult_title {
  font-weight: 500;
  line-height: 1.2;
}
.consult_form {
  max-width: 500px;
}
.consult_form input {
  background: rgba(255,255,255,.7);
  border: none;
}
.consult_btn,
.btn_consult {
  background: var(--color-main);
  max-width: 500px;
  border: none;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
.consult_btn:hover,
.btn_consult:hover {
  color: #fff;
}
.consult_btn {
  background: var(--color-main);
}
.consult_btn[disabled],
.consult_btn[disabled]:hover {
  background: #bbb;
  cursor: default;
}
.consult_btn:hover {
  background: var(--color-main-act);
}
.btn_consult {
  background: #25b12d;
}
.btn_consult:hover {
  background: #19971f;
}
.consult_agree {
  font-weight: 300;
}
.consult_agree_chb {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.consult_agree_ch {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
}
.consult_agree_ch svg {
  fill: #fff;
  width: 12px;
  margin: 4px 0 0 2px;
  display: none;
}
.consult_agree_chb:checked ~ .consult_agree_ch {
  background: #007aff;
  border-color: #007aff;
}
.consult_agree_chb:checked ~ .consult_agree_ch svg {
  display: block;
}
.consult_agree_chb:disabled ~ .consult_agree_ch {
  border-color: #eee;
}
.consult_agree_link {
  color: rgba(0,0,0,.6);
}
.consult_success {
  font-weight: 500;
  color: #25b12d;
  text-align: center;
}
.consult_success_text {
  font-weight: 500;
  text-align: center;
}
.consult_success_wrap .event_elem {
  width: 100%;
}


.help_messenger_content {
  flex-shrink: 0;
}
.modal_close {
  background: none;
  padding: 0;
  border: none;
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .5;
}
.modal_close:hover {
  opacity: .8;
}
.help_messenger_text { 
  font-weight: 700;
  text-align: center;
}
.help_messenger_btns a {
  background: #000;
  font-weight: 500;
}
.help_messenger_btns a svg {
  fill: #fff;
  flex-shrink: 0;
}


.payment_icon {
  width: 220px;
  margin: 3px 0 5px 27px;
}


.mat_elem {
  border: 2px solid #eee;
  break-inside: avoid;
}














@media (min-width: 1px) {

  h1 {
    font-size: 1.4rem;
  }

  h2 {
    font-size: 1.3rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }


  .mt-0 {
    margin-top: 6px !important;
  }
  .mt-1 {
    margin-top: 8px !important;
  }
  .mt-2 {
    margin-top: 12px !important;
  }
  .mt-3 {
    margin-top: 20px !important;
  }
  .mt-4 {
    margin-top: 30px !important;
  }
  .mt-5 {
    margin-top: 45px !important;
  }

  .mb-0 {
    margin-bottom: 6px !important;
  }
  .mb-1 {
    margin-bottom: 8px !important;
  }
  .mb-2 {
    margin-bottom: 12px !important;
  }
  .mb-3 {
    margin-bottom: 20px !important;
  }
  .mb-4 {
    margin-bottom: 30px !important;
  }
  .mb-5 {
    margin-bottom: 45px !important;
  }

  p {
    margin: 0 0 10px;
  }


  .menu_link svg {
    width: 30px;
    height: 30px;
  }


  .logo {
    width: 160px;
    margin: 2px 0;
  }

  .mm_left,
  .mm_right {
    display: flex;
    align-items: center;
  }

  .mm_right {
    gap: 18px;
  }


  .breadcrumb {
    font-size: 12px;
    line-height: 1.2;
  }

  .breadcrumb-item + .breadcrumb-item,
  .breadcrumb-item:after {
    padding-left: .3rem;
  }

  .breadcrumbs-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
  }


  .links_field {
    font-size: 13px;
    line-height: 1.3;
  }

  .container,
  .cart_total .container,
  .container_big {
    width: 100%;
    max-width: none;
    padding-left: 15px;
    padding-right: 15px;
  }


  .install_field p {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    text-align: center;
  }

  .tf_wrap {
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: center;
  }

  .tf_img {
    width: 90%;
    display: inline-block;
  }

  .slogan {
    margin-top: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
  }

  .slogan_descr {
    margin: 10px 0 18px;
    font-size: 16px;
    line-height: 1.2;
  }

  .order_btn {
    width: 170px;
    padding: 12px 0;
    font-size: 16px;
    font-weight: 500;
  }

  .field_title {
    margin-top: 40px;
    font-size: 22px;
  }

  h1.field_title {
    margin: 15px 0 5px;
    font-size: 24px;
  }

  .p_content > .field_title {
    margin-top: 0;
  }

  .p_content .field_title {
    margin-bottom: 12px;
  }

  .prline_title,
  #longtitle.form_view {
    font-size: 22px;
  }
  h1.prline_title {
    font-size: 24px;
  }
  .prline_title svg {
    width: 8px;
  }

  
  .content {
    font-size: 13px;
    line-height: 1.3;
  }

  .content ul,
  .content ol {
    padding-left: 1em;
  }

  .ps_elem {
    padding: 18px;
  }

  .ps_text {
    width: 100%;
    font-size: 13px;
    line-height: 1.3;
  }

  .ps_title {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }

  .advantage_elem {
    width: 100%;
    padding: 25px 15px;
    margin-top: 12px;
  }

  .advantage_elem svg {
    width: 100px;
    height: 100px;
  }

  .advantage_title {
    margin: 20px 0 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }

  .advantage_text {
    font-size: 13px;
    line-height: 1.3;
  }


  .stages_elem {
    width: 30.8%;
    padding: 25px 15px;
    margin-bottom: 12px;
  }

  .stages_num {
    font-size: 50px;
    line-height: 1;
  }

  .tools_elem {
    width: 48%;
    padding: 25px 15px;
    margin-bottom: 12px;
  }

  .tools_elem svg {
    width: 100px;
    height: 100px;
  }

  .tools_title {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
  }


  .links_field_left {
    width: 100%;
    padding: 10px;
  }

  .links_field_right,
  .links_elem {
    width: 100%;
  }

  .links_elem {
    padding: 6px;
  }


  footer {
    padding: 30px 0;
    margin-top: 40px;
  }

  .copyright {
    font-size: 13px;
    line-height: 1;
  }


  .app_table {
    font-size: 13px;
  }


  .product {
    margin-bottom: 16px;
  }

  .pproduct {
    padding: 15px;
  }

  .pproduct_form {
    margin-top: 15px;
  }

  .pproduct_info {
    margin-top: 20px;
  }

  .product_flags {
    margin-bottom: 8px;
  }

  .pproduct_flags {
    margin-bottom: 10px;
  }

  .product_flag {
    padding: 2px 4px;
    margin: 0 5px 5px 0;
    font-size: 11px;
    line-height: 1;
  }

  .pproduct_flag {
    padding: 5px 7px;
    margin: 0 8px 8px 0;
    font-size: 13px;
    line-height: 1;
  }

  .product_title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }

  .pproduct_title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
  }

  .product_text {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.2;
  }

  .pproduct_text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.3;
  }

  .product_price {
    margin-right: 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }

  .pproduct_price {
    margin-right: 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }

  .product_price_old {
    font-size: 11px;
    line-height: 18px;
  }

  .pproduct_price_old {
    font-size: 13px;
    line-height: 20px;
  }

  .product_count_input {
    font-size: 13px;
    line-height: 1.3;
  }

  .pproduct_count_input {
    width: 34px;
    font-size: 14px;
    line-height: 1.4;
  }

  .pproduct_cart_btn {
    width: 50px;
    min-width: 50px;
    height: 40px;
    padding: 14px 22px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .pproduct_cart_btn span {
    display: none;
  }


  .flex_grid {
    gap: 12px;
  }

  .bg_field {
    padding: 18px;
  }


  .bg_field,
  .product_elem,
  .vendor_elem,
  .event_elem,
  .item_elem {
    border-radius: 12px;
  }
  .vendor_elem {
    padding: 15px;
  }

  .flex_grid .product_elem,
  .flex_grid .vendor_elem {
    width: calc(((100% + 12px) / 2) - 12px);
  }

  .flex_grid .publication_pin_elem {
    width: 100%;
  }

  .pe_img,
  .event_img,
  .item_img {
    border-radius: 8px;
  }

  .p_img {
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
  }
  .p_img_wrap .p_img {
    margin-top: 0;
  }
  .p_top_wrap > .p_img:first-child {
    margin-top: 0;
  }

  .pe_pad {
    padding: 12px;
  }

  .pe_sticker {
    padding: 3px 6px;
    margin-right: 6px;
    font-size: 9px;
    line-height: 1;
  }

  .p_sticker {
    padding: 5px 10px;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
  }

  .pe_title {
    font-size: 14px;
    font-weight: 500;
  }
  .publication_pin_elem .pe_title {
    font-size: 15px;
    font-weight: 500;
  }
  .prod_sticker + .pe_title {
    margin-top: 10px;
  }
  .pe_img + .pe_title {
    margin-top: 12px;
  }

  .pe_intro {
    margin-top: 6px;
    font-size: 13px;
  }

  .pe_author {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.3;
  }
  .pe_author img {
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }

  .p_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }
  .p_title {
    margin-top: 20px;
  }
  .p_longtitle {
    margin-top: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
  }

  .content strong {
    font-weight: 500;
  }
  .content h2 {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
  }
  .content h3 {
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
  }
  .content h3 + h2,
  .content ul + h2,
  .content ol + h2,
  .content p + h2,
  .content h2 + h3,
  .content ul + h3,
  .content ol + h3,
  .content p + h3 {
    margin-top: 12px;
  }


  .p_desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.4;
  }

  .pe_price {
    font-size: 14px;
  }

  .p_price {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .pe_priceold {
    font-size: 10px;
    font-weight: 300;
  }

  .p_priceold {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.1;
  }

  .pe_btn {
    padding: 6px 9px;
  }

  .prod_btn svg {
    width: 24px;
  }

  .p_btn {
    padding: 11px 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
  }

  .back_link {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1;
  }

  span.back_link {
    margin: 5px 7px 0;
    font-size: 16px;
    font-weight: 300;
  }

  .back_link svg {
    width: 7px;
    height: 13px;
    margin-right: 6px;
  }


  .au_logo {
    width: 100px;
    height: 100px;
    border: 4px solid #fff;
  }

  .au_img {
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    aspect-ratio: 2/1;
  }

  .au_img + .au_top .au_logo {
    margin-top: -50px;
  }

  .au_name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
  }

  .au_desc {
    font-size: 14px;
    line-height: 1.4;
  }


  .cat_field,
  .p_cat {
    gap: 6px;
  }
  .cat_elem {
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1;
  }


  .search_btn {
    width: 24px;
    height: 24px;
    margin-right: -24px;
  }

  .search_input {
    padding: 8px 6px 8px 32px;
    font-size: 15px;
    line-height: 1;
  }


  .slider_gal .owl-carousel a {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    float: left;
  }
  .slider_player {
    border-radius: 8px;
  }

  .slider_gal .owl-item img {
    width: 100%;
    -height: calc((100vw - 42px) / 3);
  }


  .modal_title {
    margin: 20px 0 0;
  }
  .modal_wrap,
  .fancybox-title.fancybox-title-inside-wrap {
    padding: 30px;
  }


  .modal_gallery .modal-dialog {
    padding: 10px;
  }
  .modal_gallery .modal-content > .close {
    width: 38px;
    height: 38px;
    top: 19px;
    right: 14px;
  }
  .modal_gallery .modal-content > .close:before,
  .modal_gallery .modal-content > .close:after {
    height: 28px;
    margin-top: -14px;
  }

  .modal_gallery .modal_wrap {
    padding: 20px;
  }
  .mg_list_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .mgle_title {
    font-size: 11px;
  }


  .thank_field {
    margin-top: 40px;
  }
  .thank_box {
    gap: 20px;
  }
  .thank_icon {
    width: 150px;
  }
  .thank_title {
    font-size: 28px;
  }
  .thank_desc {
    font-size: 17px;
  }
  .thank_links {
    font-size: 16px;
    gap: 25px;
  }

  .event_elem {
    width: 100%;
  }
  .event_text {
    padding: 12px;
  }
  .event_type {
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 11px;
  }
  .event_date {
    font-size: 13px;
  }
  .event_desc {
    font-size: 12px;
  }
  .event_title {
    font-size: 14px;
  }

  .item_elem {
    width: 100%;
  }
  .item_title {
    padding: 12px;
    font-size: 14px;
  }


  .consult_field {
    padding: 20px;
    border-radius: 12px;
  }
  .consult_title {
    font-size: 22px;
  }
  .consult_desc {
    font-size: 14px;
  }
  .consult_form input {
    padding: 8px 12px;
    border-radius: 5px;
    font-size: 14px;
  }
  .consult_btn,
  .btn_consult {
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
  }
  .consult_agree {
    font-size: 11px;
  }
  .consult_success_wrap {
    padding: 50px 20px 20px;
  }
  .consult_success {
    font-size: 18px;
  }
  .consult_success_text {
    font-size: 16px;
  }

  .help_messenger_content {
    padding: 20px;
  }
  .help_messenger_text {
    font-size: 20px;
  }
  .help_messenger_btns {
    gap: 10px;
  }
  .help_messenger_btns a {
    gap: 10px;
    font-size: 17px;
    padding: 12px 18px;
    border-radius: 12px;
  }
  .help_messenger_btns a svg {
    width: 24px;
  }

  .mat_elem {
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 8px;
  }

}


@media (min-width: 400px) {

  .menu_link svg {
    width: 34px;
    height: 34px;
  }

  .logo {
    width: 180px;
    margin: 0;
  }


  .modal_title {
    margin: 30px 0 0;
  }
  .mg_list_content {
    grid-template-columns: repeat(3, 1fr);
  }

}


@media (min-width: 450px) {

  .links_elem {
    width: 48%;
  }
  .links_elem:nth-child(2n+1) {
    margin-right: 4%;
  }

  .mat_field {
    column-count: 2;
    column-gap: 12px;
  }

}


@media (max-width: 560px) {

  #help_messenger .modal-dialog,
  #consult_success .modal-dialog {
    width: 90%;
  }

}


@media (min-width: 561px) {

  .f_elems {
    gap: 20px;
  }

  .f_elems .product_elem {
    width: calc(((100% + 20px) / 3) - 20px);
  }
  .flex_grid .publication_pin_elem,
  .event_elem,
  .item_elem {
    width: calc(((100% + 12px) / 2) - 12px);
  }


  .mg_list_content {
    grid-template-columns: repeat(4, 1fr);
  }

  .modal-dialog {
    max-width: 500px;
  }

  .help_messenger_text {
    font-size: 26px;
  }
  .help_messenger_btns {
    gap: 20px;
  }
  .help_messenger_btns a {
    font-size: 22px;
    padding: 12px 25px;
  }
  .help_messenger_btns a svg {
    width: 28px;
  }

}


@media (max-width: 767px) {

  .btn-breadcrumbs {
    padding-left: 0;
    padding-right: 0;
  }

  .btn-breadcrumbs .btn-label {
    left: 0;
  }

  .btn-breadcrumbs div {
    display: none;
  }

  .btn-breadcrumbs .btn-label + span {
    padding-left: .75rem;
    padding-right: .75rem;
  }


  .advantage_elem:first-child {
    margin-top: 0;
  }

  .tools_elem:last-child {
    width: 100%;
    margin-bottom: 0;
  }


  .links_field_right {
    margin-top: 18px;
    text-align: center;
    justify-content: center;
  }


  .input_img_text {
    margin-top: 20px;
  }

  .itemListTableEditText {
    display: none;
  }


  .catalog > .row {
    margin-right: -8px;
    margin-left: -8px;
  }

  .catalog > .row .product {
    padding-right: 8px;
    padding-left: 8px;
  }


  .app_table,
  .app_table tbody tr:hover {
    background: none;
  }

  .app_table thead {
    display: none;
  }

  .app_table tbody {
    border: none;
  }

  .app_table tbody tr {
    padding: 5px 0;
    display: flex;
    flex-wrap: wrap;
  }

  .app_table td.table_shrink {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }


  .reorder_box {
    height: 100%;
    margin-right: 8px;
  }

  .app_table td.table_shrink:nth-child(3) {
    width: 70%;
  }

  .app_table td.table_shrink:nth-child(4) {
    width: 30%;
    border-left: none;
  }

  .app_table:not(.order_table) td.table_shrink:nth-child(5) {
    margin-bottom: 10px;
  }

  .app_table td.table_td_mark:last-child {
    background: #f1f3f7;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    justify-content: space-around;
  }

  .app_table td:nth-child(2),
  .app_table td:nth-child(3),
  .app_table td:nth-child(4),
  .app_table td:nth-child(5),
  .app_table .product-tr td,
  .app_table .order-wrapper-tr td {
    padding: 2px 0 0;
  }

  .app_table td.app_td_w50 {
    width: 50% !important;
  }
  .app_table td.app_td_w100 {
    width: 100% !important;
  }

  .app_table td.app_td_margin {
    margin: 12px 0;
  }

  .order_table tr.order-wrapper-tr {
    padding-bottom: 10px;
    position: relative;
  }
  .order-wrapper-tr:after {
    content: "";
    background: #d8dadd;
    width: 100vw;
    height: 2px;
    left: -15px;
    bottom: -2px;
    position: absolute;
  }


  .table_title_edit {
    width: 1px;
    flex-grow: 1;
  }


  .as_text {
    gap: 12px;
  }

  .as_title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_subtitle {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
  }

  .as_descr {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }


  .as_dop {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.2;
  }

  .as_img {
    aspect-ratio: 1;
  }

  .as_dot {
    margin-top: -20px;
  }
  .as_dot .owl-dot {
    width: 12px;
    height: 12px;
    padding: 3px;
  }


  .menuindex {
    display: none;
  }


  .ftr_t,
  .ftr_b {
    flex-direction: column;
    gap: 30px;
  }
  .ftr_cat {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
  }
  .ftr_cat + .ftr_cat {
    margin-bottom: 15px;
  }
  .ftr_cat + div {
    margin-top: 25px;
  }
  .ftr_scat {
    grid-template-columns: repeat(2,auto);
    gap: 12px 40px;
  }
  .ftr_scat a {
    font-size: 13px;
    font-weight: 300;
  }
  .ftr_b {
    padding-top: 30px;
    margin-top: 35px;
  }
  .ftr_link {
    flex-direction: column;
    gap: 20px;
  }
  .ftr_link a {
    font-size: 13px;
    font-weight: 300;
  }
  .copyright {
    font-size: 12px;
    font-weight: 300;
  }

  .modal_close svg {
    width: 30px;
  }

}


@media (min-width: 768px) {

  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.2rem;
  }

  h4 {
    font-size: 1.1rem;
  }


  .mt-0 {
    margin-top: 7px !important;
  }
  .mt-1 {
    margin-top: 10px !important;
  }
  .mt-2 {
    margin-top: 15px !important;
  }
  .mt-3 {
    margin-top: 25px !important;
  }
  .mt-4 {
    margin-top: 40px !important;
  }
  .mt-5 {
    margin-top: 60px !important;
  }

  .mb-0 {
    margin-bottom: 7px !important;
  }
  .mb-1 {
    margin-bottom: 19px !important;
  }
  .mb-2 {
    margin-bottom: 15px !important;
  }
  .mb-3 {
    margin-bottom: 25px !important;
  }
  .mb-4 {
    margin-bottom: 40px !important;
  }
  .mb-5 {
    margin-bottom: 60px !important;
  }

  .container,
  .cart_total .container,
  .container_big {
    padding-left: 20px;
    padding-right: 20px;
  }

  .breadcrumbs-container {
    width: calc(100% + 40px);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
  }


  .as_img {
    aspect-ratio: 18 / 5;
  }


  .breadcrumbs-text {
    font-size: 18px;
  }


  .advantage_elem {
    width: 31.6%;
  }

  .stages_elem {
    width: 14.6%;
  }

  .tools_elem {
    width: 18%;
  }


  .links_field_left {
    width: 66%;
    padding: 20px;
  }

  .links_field_right {
    width: 30%;
  }

  .links_elem {
    width: 49%;
    padding: 10px;
  }

  .links_elem:nth-child(2n+1) {
    margin-right: 2%;
  }


  div.table_title {
    display: none;
  }


  .flex_grid {
    gap: 20px;
  }


  .as_text {
    min-width: 40%;
    height: 100%;
    justify-content: center;
    gap: 15px;
  }

  .as_title {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_subtitle {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_descr {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
  }
  .as_dop {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.2;
  }
  .as_dot {
    margin-top: -30px;
  }
  .as_dot .owl-dot {
    width: 18px;
    height: 18px;
    padding: 4px;
  }


  .table_btns {
    width: 90px;
    display: inline-block;
  }

  .reorder tbody tr td:first-child {
    display: flex;
  }
  .menuindex {
    min-width: 26px;
    display: flex;
    align-items: center;
  }
  .menuindex-text {
    display: none;
    color: #ccc;
  }
  .menuindex-new {
    color: #b4b4b4;
    font-weight: bold;
    font-size: 16px
  }


  .au_img {
    aspect-ratio: 4/1;
  }

  .au_logo {
    width: 160px;
    height: 160px;
    border: 5px solid #fff;
  }

  .au_img + .au_top .au_logo {
    margin-top: -80px;
  }


  .ftr_t,
  .ftr_b {
    justify-content: space-between;
    gap: 60px;
  }
  .ftr_cat {
    font-size: 21px;
    font-weight: 500;
  }
  .ftr_scat {
    grid-template-columns: repeat(3,auto);
    gap: 12px 60px;
  }
  .ftr_scat a {
    font-size: 15px;
    font-weight: 300;
  }
  .ftr_b {
    padding-top: 40px;
    margin-top: 40px;
  }
  .ftr_link {
    gap: 30px;
  }
  .ftr_link a {
    font-size: 14px;
    font-weight: 300;
  }
  .copyright {
    font-size: 13px;
    font-weight: 300;
  }


  .modal_gallery .modal-dialog {
    padding: 30px;
  }

  .mg_list_content {
    grid-template-columns: repeat(6, 1fr);
  }


  .event_elem,
  .item_elem {
    width: calc(((100% + 20px) / 2) - 20px);
  }


  #consult_success .modal-dialog {
    max-width: 700px;
  }

  .modal_close svg {
    width: 40px;
  }

}


@media (max-width: 991px) {

  html {
    font-size: 13px;
  }

  header {
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 4;
  }


  .main_menu a {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 5px;
  }


  .mfs {
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    justify-content: center;
  }
  .mfs_pt {
    padding-top: 56px;
  }
  .mfs_pb {
    padding-bottom: 60px;
  }
  .mfss {
    position: fixed;
  }
  .mfs.show {
    display: flex;
  }
  .mfs_title {
    width: cacl(100% - 30px);
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    position: absolute;
    top: 16px;
    left: 15px;
  }
  .mfs_close_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 13px;
    right: 10px;
  }
  .mfs_close_icon svg {
    fill: #aaa;
    width: 100%;
  }
  .mfs_close_btn {
    background: var(--color-main);
    width: calc(100% - 30px);
    padding: 8px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    bottom: 15px;
    left: 15px;
    position: absolute;
    cursor: pointer;
  }
  .mfs_body {
    width: 100%;
    overflow-y: auto;
  }


  .filters_reset_btn {
    top: 17px;
    right: 9px;
    position: absolute;
  }

  .sort_wrap,
  .filters_btn {
    margin-bottom: 15px;
  }
  .bootstrap-select > .dropdown-toggle:after {
    margin: 0 0 0 .35em;
  }
  #mse2_mfilter .bootstrap-select .btn-light,
  .breadcrumbs-start .dropdown-item,
  .dropdown-menu .dropdown-item {
    font-size: 14px;
  }


  .main_menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .mm_btn {
    width: 28px;
    height: 28px;
    display: inline-block;
    position: relative;
    cursor: pointer;
  }

  .mm_btn div {
    background: var(--color-main);
    height: 3px;
    border-radius: 3px;
    position: absolute;
    -webkit-transition: transform 0.1s ease, width 0.1s ease, margin 0.1s ease;
       -moz-transition: transform 0.1s ease, width 0.1s ease, margin 0.1s ease;
         -o-transition: transform 0.1s ease, width 0.1s ease, margin 0.1s ease;
        -ms-transition: transform 0.1s ease, width 0.1s ease, margin 0.1s ease;
            transition: transform 0.1s ease, width 0.1s ease, margin 0.1s ease;
  }

  .mm_btn_open div {
    width: 100%;
  }

  .mm_btn_open div:nth-child(1) {
    margin-top: 4px;
  }

  .mm_btn_open div:nth-child(2) {
    margin-top: 13px;
  }
  
  .mm_btn_open div:nth-child(3) {
    margin-top: 22px;
  }
  

  .mm_btn_m_close div:nth-child(1) {
    width: 60%;
    margin-top: 7px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mm_btn_m_close div:nth-child(2) {
    width: 86%;
    margin: 13px 0 0 2px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .mm_btn_m_close div:nth-child(3) {
    width: 60%;
    margin: 7px 0 0 11px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .mm_btn_close div:nth-child(1) {
    width: 116%;
    margin: 13px 0 0 -2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mm_btn_close div:nth-child(2) {
    display: none;
  }

  .mm_btn_close div:nth-child(3) {
    width: 116%;
    margin: 13px 0 0 -2px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  .cart_price {
    display: none;
  }

  .menu_link {
    margin: 0 6px 0 -6px;
  }
  .menu_link svg {
    fill: var(--color-gray);
  }


  .lingua_dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
  }

  .lingua_dropdown a,
  .lingua_dropdown div {
    width: 100%;
    padding: 10px 8px;
    font-size: 15px;
  }

  .lingua_dropdown a img,
  .lingua_dropdown div img {
    height: 22px;
  }

  .lingua_dropdown div {
    padding-right: 34px;
  }

  .lingua_dropdown div:after {
    right: 15px;
  }


  .cart_elem {
    flex-wrap: wrap;
  }

  .cart_elem_img {
    width: 100%;
  }

  .cart_elem_text {
    width: 100%;
    padding: 15px;
  }

  .cart_elem_descr {
    margin-top: 6px;
  }

  .cart_elem_price {
    padding: 0 15px 15px;
  }

  .cart_elem_priceold {
    margin-left: 8px;
  }

  .cart_elem_del_field {
    padding: 0 10px 15px 20px;
  }

  .cart_elem_del {
    height: 30px;
    padding: 8px;
    font-size: 13px;
    line-height: 1;
    display: flex;
    align-items: center;
  }

  .cart_elem_del:hover {
    color: rgba(230,0,0,.8);
  }

  .cart_elem_del svg {
    margin-left: 6px;
  }

  .cart_total {
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
  }

  .cart_total_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
  }

  .cart_total_btn {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
  }


  .search_reset svg {
    width: 16px;
  }


  .invite_field {
    flex-direction: column;
    gap: 20px;
  }
  .invite_img {
    width: 100%;
  }
  .invite_img div {
    margin-top: 20px;
  }
  .invite_img div,
  .invite_img img {
    border-radius: 12px;
  }
  .invite_text {
    align-items: center;
  }
  .invite_text_1 {
    font-size: 22px;
    font-weight: 500;
  }
  .invite_text_2 {
    font-size: 15px;
  }
  .invite_link {
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
  }


  .mn_block {
    background: #fff;
    width: 100vw;
    max-height: calc(100vh - 58px);
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid rgba(0,0,0,.1);
    top: 58px;
    left: 0;
    position: fixed;
    z-index: 10000;
    overflow-y: auto;
  }

  .breadcrumbs-container {
    background: #fff;
    width: 100vw;
    top: 56px;
    box-shadow: 0 0 15px rgba(36,52,98,.1);
  }

  .breadcrumbs-text {
    display: none;
  }

  .crumbs {
    width: 24px;
  }

  .breadcrumbs-container + .wrap,
  .breadcrumbs-container + .content-inner {
    margin-top: 20px !important;
  }


  .mn_block,
  .ac_dop {
    display: none;
  }

  .mn_block.show {
    display: block;
  }

  .acc_menu {
    padding: 15px;
  }

  .acm_head,
  .acm_body {
    padding: 7px 0 7px 20px;
  }

  .ac_field {
    padding-top: 5px;
  }

  .ac_field h1 {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
  }

  .ac_headers a {
    padding-left: 13px;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
  }

  .input_img_del {
    opacity: .7;
  }

  .product_bottom {
    padding-top: 45px;
  }

  .product_count {
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    top: 0;
    position: absolute;
  }

  .product_count_btn,
  .product_count_btn[disabled] {
    border-color: transparent;
  }

  .product_count_input {
    width: 60px;
  }


  .p_top_wrap {
    margin-top: 20px;
  }

  .p_img_wrap {
    display: none;
  }

  .p_aside {
    width: 100%;
    margin-bottom: 30px;
    float: left;
  }
  .p_aside_wrap {
    padding: 15px 25px;
    border-radius: 8px;
  }

  .p_info {
    padding-left: 12px;
    margin: 0;
  }
  .p_info li {
    margin: 5px 0;
    font-size: 14px;
  }
  .p_info + .p_info_title {
    margin: 15px 0 5px;
  }
  .p_info_title + .p_info_title {
    margin-top: 10px;
  }
  .p_info_title div {
    font-size: 12px;
  }
  .p_info_title a,
  .p_info_title span {
    font-size: 14px;
  }
  .p_info_elem {
    gap: 12px;
  }
  .p_info_elem svg {
    width: 34px;
  }
  .p_info_elem span {
    font-size: 14px;
  }

  .p_content {
    width: 100%;
  }


  #msOrder h4,
  .ms_profile h4 {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.8;
  }

  .order_form,
  .form-control,
  .form-control + label {
    font-size: 13px;
    line-height: 16px;
  }

  .order_form_wrap {
    padding: 11px 15px 15px;
    border-radius: 8px;
  }


  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(2.5rem + 2px);
  }
  .form-floating > label {
    padding: 0.65rem 0.75rem;
  }

  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 0.65rem 0.75rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.325rem;
    padding-bottom: 0.425rem;
  }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.325rem;
    padding-bottom: 0.425rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.325rem;
    padding-bottom: 0.425rem;
  }
  .form-floating > .form-select {
    padding-top: 1.325rem;
    padding-bottom: 0.425rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.4rem) translateX(0.15rem);
  }


  .slider_nav {
    display: none;
  }


  .search_wrap {
    margin-bottom: 14px;
    border-bottom: 1px solid #d8dde1;
  }
  .search_wrap_mp {
    width: 100%;
    float: left;
  }


  .limit_wrap {
    margin-left: 15px;
  }


  .pagination a,
  .pagination span,
  .page-item:nth-child(-n+2) .page-link,
  .page-item:nth-last-child(-n+2) .page-link {
    min-width: 32px;
    height: 32px;
    padding: 0 8px;
    border-radius: 16px;
    font-size: 13px;
  }
  .pagination svg,
  .page-item:nth-child(-n+2) .page-link svg,
  .page-item:nth-last-child(-n+2) .page-link svg {
    height: 13px;
  }


  .pc_left,
  .pc_right {
    width: 100%;
  }
  .pc_right {
    margin-top: 20px;
  }

  .owl-stage-outer {
    width: 100vw;
    padding-left: 15px;
    margin-left: -15px;
  }

  .help_messenger {
    flex-direction: column-reverse;
  }

}


@media (min-width: 992px) {

  html {
    font-size: 16px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.3rem;
  }


  .mt-0 {
    margin-top: 8px !important;
  }
  .mt-1 {
    margin-top: 14px !important;
  }
  .mt-2 {
    margin-top: 22px !important;
  }
  .mt-3 {
    margin-top: 35px !important;
  }
  .mt-4 {
    margin-top: 50px !important;
  }
  .mt-5 {
    margin-top: 70px !important;
  }

  .mb-0 {
    margin-bottom: 8px !important;
  }
  .mb-1 {
    margin-bottom: 14px !important;
  }
  .mb-2 {
    margin-bottom: 22px !important;
  }
  .mb-3 {
    margin-bottom: 35px !important;
  }
  .mb-4 {
    margin-bottom: 50px !important;
  }
  .mb-5 {
    margin-bottom: 70px !important;
  }

  p {
    margin: 0 0 12px;
  }


  .logo {
    width: 200px;
  }

  .mfs_title,
  .mfs_close:not(.filters_reset_btn) {
    display: none;
  }


  .filters_reset_btn {
    background: var(--color-gray-light);
    margin-top: 15px;
  }

  .filters_reset_btn:hover {
    background: var(--color-gray-light-hover);
  }

  .filters_btn {
    display: none;
  }


  .bootstrap-select > .dropdown-toggle:after {
    margin: .2em 0 0 .4em;
  }
  #mse2_mfilter .bootstrap-select .btn-light,
  .breadcrumbs-start .dropdown-item,
  .dropdown-menu .dropdown-item {
    font-size: 15px;
  }


  .breadcrumb {
    font-size: 14px;
    line-height: 1.2;
  }

  .breadcrumb-item + .breadcrumb-item,
  .breadcrumb-item:after {
    padding-left: .5rem;
  }

  .breadcrumbs-container {
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin-left: -30px;
  }

  .crumbs {
    width: 30px;
  }


  .links_field {
    font-size: 17px;
    line-height: 1.3;
  }

  header {
    padding: 18px 0;
  }

  .install_field p {
    margin-bottom: 40px;
  }

  .container,
  .cart_total .container,
  .container_big {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.container_mini {
    width: 992px;
    padding-left: 0;
    padding-right: 0;
  }


  .order_btn {
    width: 200px;
    font-size: 22px;
  }


  .main_menu a {
    margin: 0 12px;
    font-size: 18px;
  }

  .main_menu a:hover {
    color: inherit;
  }

  .main_menu a:hover,
  .lingua_btn:hover,
  .cart_wrap:hover,
  .cabinet_link:hover {
    opacity: .8;
  }

  .mm_right {
    gap: 40px;
  }

  .lingua_dropdown {
    background: #fff;
    max-height: 298px;
    padding: 6px;
    margin: 12px 0 0 -14px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    position: absolute;
    z-index: 5;
  }

  .lingua_dropdown a,
  .lingua_dropdown div {
    padding: 6px 8px;
    font-size: 15px;
  }

  .lingua_dropdown a img,
  .lingua_dropdown div img {
    height: 22px;
  }

  .lingua_dropdown div {
    padding-right: 24px;
  }

  .lingua_dropdown div:after {
    right: 10px;
  }


  .cart_elem_img {
    width: 15%;
    width: calc(400px - 10vw);
    min-width: 210px;
  }

  .cart_elem_text {
    padding: 15px 30px;
  }

  .cart_elem_descr {
    margin-top: 5px;
  }

  .cart_elem_price {
    padding: 10px 30px;
  }

  .cart_elem_priceold {
    margin-top: 5px;
    display: block;
  }

  .cart_elem_del_field {
    padding: 0 15px 0 30px;
  }

  .cart_elem_del {
    width: 40px;
    height: 40px;
    padding: 12px;
  }

  .cart_total {
    padding: 20px 0;
    border-top: 1px solid #eee;
  }

  .cart_total_text {
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
  }

  .cart_total_btn {
    padding: 16px 45px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
  }


  .sidebar_field {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  .sidebar {
    width: 230px;
    max-height: calc(100vh - 40px);
    overflow-y: auto;
    top: 100px;
    position: sticky;
  }
  .content_right {
    width: calc(100% - 260px);
  }


  .menu_link {
    display: none;
  }


  .tf_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slogan {
    margin-top: 30px;
    font-size: 26px;
    line-height: 1.2;
  }

  .slogan_descr {
    margin: 15px 0 30px;
    font-size: 18px;
    line-height: 1.2;
  }


  .field_title {
    margin-top: 60px;
    font-size: 34px;
  }

  h1.field_title {
    margin: 25px 0 0;
    font-size: 36px;
  }
  a.field_title {
    color: #000;
  }

  .p_content > .field_title {
    margin-top: 12px;
  }

  .p_content .field_title {
    margin-bottom: 30px;
  }

  .prline_title,
  #longtitle.form_view {
    font-size: 34px;
  }
  h1.prline_title {
    font-size: 36px;
  }
  .prline_title svg {
    width: 12px;
  }

  .content {
    font-size: 17px;
    line-height: 1.3;
  }

  .ps_elem {
    padding: 35px 40px;
  }

  .ps_text {
    width: 46%;
    font-size: 17px;
    line-height: 1.3;
  }

  .ps_title {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.2;
  }


  .advantage_elem {
    width: 31.8%;
    padding: 30px 25px;
  }

  .advantage_elem svg {
    width: 120px;
    height: 120px;
  }

  .advantage_title {
    margin: 25px 0 15px;
    font-size: 19px;
    line-height: 1.2;
  }

  .advantage_text {
    font-size: 15px;
    line-height: 1.3;
  }


  .stages_elem {
    width: 14.8%;
  }

  .tools_elem {
    width: 18.2%;
    padding: 30px 20px;
  }

  .tools_elem svg {
    width: 120px;
    height: 120px;
  }

  .stages_num {
    font-size: 90px;
    line-height: 1;
  }

  .tools_title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3;
  }

  footer {
    padding: 50px 0;
    margin-top: 80px;
  }

  .copyright {
    font-size: 14px;
    line-height: 1;
  }


  .invite_field {
    gap: 60px;
  }
  .invite_img {
    width: 40%;
  }
  .invite_img div {
    margin-top: 40px;
  }
  .invite_img div,
  .invite_img img {
    border-radius: 20px;
  }
  .invite_text {
    align-items: start;
  }
  .invite_text_1 {
    font-size: 40px;
    font-weight: 500;
  }
  .invite_text_2 {
    font-size: 22px;
  }
  .invite_link {
    padding: 15px 50px;
    font-size: 22px;
    font-weight: 500;
  }


  .owl-carousel {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  
  .slider_nav {
    width: calc(100% + 50px);
    top: 50%;
    left: -25px;
    position: absolute;
  }
  .slider_nav.disabled {
    display: none;
  }
  
  .slider_gal .owl-prev,
  .slider_gal .owl-next {
    background: rgba(30,30,30,.6);
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    opacity: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
  }

  .slider_gal:hover .owl-prev,
  .slider_gal:hover .owl-next {
    opacity: .7;
  }
  .slider_gal:hover .owl-prev.disabled,
  .slider_gal:hover .owl-next.disabled {
    opacity: 0.2;
  }
  .slider_gal .owl-prev:not(.disabled):hover,
  .slider_gal .owl-next:not(.disabled):hover {
    opacity: 1;
  }

  .slider_gal .owl-prev {
    left: 0;
  }
  .slider_gal .owl-next {
    right: 0;
  }

  .slider_gal .owl-prev:before,
  .slider_gal .owl-prev:after,
  .slider_gal .owl-next:before,
  .slider_gal .owl-next:after {
    content: "";
    background: #fff;
    width: 2px;
    height: 14px;
    top: 50%;
    left: 50%;
    position: absolute;
  }

  .slider_gal .owl-prev:before,
  .slider_gal .owl-prev:after {
    margin-left: -2px;
  }
  .slider_gal .owl-prev:before,
  .slider_gal .owl-next:after {
    margin-top: -11px;
  }
  .slider_gal .owl-prev:after,
  .slider_gal .owl-next:before {
    margin-top: -2px;
  }

  .slider_gal .owl-prev:before,
  .slider_gal .owl-next:before {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .slider_gal .owl-prev:after,
  .slider_gal .owl-next:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .slider_gal .owl-carousel a,
  .slider_player {
    border-radius: 12px;
  }


  .links_field_left {
    padding: 30px;
  }


  .edit_profile_btn {
    font-size: 16px;
  }


  .app_table {
    font-size: 14px;
  }


  .ac_menu {
    width: 300px;
  }

  .acc_menu {
    padding: 15px 0;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
  }

  .acm_head,
  .acm_body {
    padding: 5px 0 5px 15px;
  }

  .ac_field {
    padding: 15px;
  }

  .ac_field h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .ac_headers a {
    padding-left: 15px;
    margin-top: 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
  }


  .input_img_del {
    opacity: 0;
  }

  .profile_img:hover .input_img_del,
  .input_img:hover .input_img_del {
    opacity: .6;
  }

  .profile_img:hover .input_img_del:hover,
  .input_img:hover .input_img_del:hover {
    opacity: .8;
  }


  .product_elem:hover .pe_img img,
  .vendor_elem:hover .vendor_img img,
  a:hover .img_blur + img {
    transform: scale(1.05);
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    filter: brightness(0.9);
  }
  a:hover .img_blur {
    transform: scale(1.05);
    -webkit-filter: blur(10px),brightness(0.9);
    -moz-filter: blur(10px),brightness(0.9);
    filter: blur(10px),brightness(0.9);
  }

  .product {
    margin-bottom: 30px;
  }

  .pproduct {
    padding: 30px;
  }

  .pproduct_form {
    margin-top: 30px;
  }

  .pproduct_info {
    margin-top: 0;
  }

  .pproduct_flags {
    margin-bottom: 20px;
  }

  .product_flag {
    padding: 4px 7px;
    margin: 0 8px 8px 0;
    font-size: 13px;
    line-height: 1;
  }

  .pproduct_flag {
    padding: 8px 12px;
    margin: 0 10px 10px 0;
    font-size: 14px;
    line-height: 1;
  }

  .product_title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2;
  }

  .pproduct_title {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
  }

  .product_text {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1.2;
  }

  .pproduct_text {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.3;
  }

  .product_price {
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
  }

  .pproduct_price {
    margin-right: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
  }

  .product_price_old {
    font-size: 13px;
    line-height: 20px;
  }

  .pproduct_price_old {
    font-size: 17px;
    line-height: 25px;
  }

  .product_count_input {
    font-size: 14px;
    line-height: 1.3;
  }

  .pproduct_count_input {
    width: 40px;
    font-size: 18px;
    line-height: 1.4;
  }

  .pproduct_cart_btn {
    width: 170px;
    min-width: 170px;
    height: auto;
    padding: 14px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }

  .pproduct_cart_btn svg {
    display: none;
  }

  .pproduct_cart_btn span {
    display: block;
  }


  .flex_grid {
    gap: 30px;
  }

  .bg_field {
    padding: 30px;
  }
  .bg_field,
  .product_elem,
  .vendor_elem,
  .event_elem,
  .item_elem {
    border-radius: 20px;
  }
  .vendor_elem {
    padding: 20px;
  }

  .flex_grid .product_elem,
  .f_elems .product_elem,
  .flex_grid .publication_pin_elem {
    width: calc(((100% + 30px) / 2) - 30px);
  }

  .flex_grid.prline .product_elem,
  .flex_grid.prline .vendor_elem {
    width: calc(((100% + 30px) / 3) - 30px);
  }


  .pe_img,
  .event_img,
  .item_img {
    border-radius: 18px;
  }

  .p_top {
    padding: 40px 0;
    box-shadow: inset 0 -20px 30px #f5f5f5;
  }

  .p_top_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
  }

  .p_img_mini_wrap {
    display: none;
  }

  .p_img_wrap {
    width: 440px;
    flex-shrink: 0;
  }

  .p_img {
    border-radius: 18px;
  }

  .p_text {
    max-width: 850px;
  }

  .pe_pad {
    padding: 16px 20px;
  }
  .pe_bottom {
    padding-bottom: 20px;
  }

  .pe_sticker {
    padding: 6px 10px;
    margin-right: 8px;
    font-size: 11px;
    line-height: 1;
  }

  .p_sticker {
    padding: 7px 14px;
    margin-left: 12px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
  }


  .prod_sticker + .pe_title {
    margin-top: 14px;
  }
  .pe_img + .pe_title {
    margin-top: 12px;
  }

  .pe_intro {
    margin-top: 8px;
    font-size: 15px;
  }

  .pe_author {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    border-radius: 20px;
    font-size: 15px;
  }
  .pe_author img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }


  .p_title {
    margin-top: 0;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }
  .catalog_link + .p_img_mini_wrap + .p_title {
    margin-top: 30px;
  }
  .p_longtitle {
    margin-top: 12px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
  }

  .content h2 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.1;
  }
  .content h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
  }
  .content h3 + h2,
  .content ul + h2,
  .content ol + h2,
  .content p + h2,
  .content h2 + h3,
  .content ul + h3,
  .content ol + h3,
  .content p + h3 {
    margin-top: 15px;
  }


  .p_desc {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4;
  }

  .p_aside_wrap {
    padding: 28px 30px;
    border-radius: 18px;
  }

  .p_info {
    padding-left: 13px;
    margin: 15px 0 0;
  }
  .p_info li {
    padding-left: 2px;
    margin-top: 15px;
    font-size: 15px;
  }
  .p_info + .p_info_title {
    margin-top: 25px;
  }
  .p_info_title + .p_info_title {
    margin-top: 18px;
  }
  .p_info_title div {
    font-size: 13px;
  }
  .p_info_title a,
  .p_info_title span {
    font-size: 15px;
  }
  .p_info_elem {
    gap: 14px;
  }
  .p_info_elem svg {
    width: 38px;
  }
  .p_info_elem span {
    font-size: 15px;
  }

  .p_action_mini {
    display: none;
  }


  .p_price {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
  }

  .pe_priceold {
    font-size: 14px;
    font-weight: 300;
  }

  .p_priceold {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 300;
  }

  .pe_btn {
    padding: 8px 11px;
  }

  .prod_btn svg {
    width: 30px;
  }

  .p_btn {
    width: 100%;
    padding: 16px 45px;
    margin-top: 20px;
    font-size: 23px;
    font-weight: 500;
    line-height: 1;
  }


  .back_link {
    font-size: 16px;
    line-height: 1;
  }

  span.back_link {
    font-size: 18px;
  }

  .back_link svg {
    width: 8px;
    height: 14px;
    margin-right: 8px;
  }


  .au_img {
    border-radius: 20px;
  }

  .au_name {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }

  .au_desc {
    font-size: 18px;
    line-height: 1.4;
  }


  .as_wrap {
    border-radius: 20px;
  }

  .as_text {
    gap: 20px;
  }

  .as_title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_subtitle {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
  }

  .as_descr {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
  }

  .as_dop {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.2;
  }


  
  #msOrder h4,
  .ms_profile h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
  }

  .order_form,
  .form-control,
  .form-control + label {
    font-size: 16px;
    line-height: 20px;
  }

  .order_form_wrap {
    padding: 20px 30px 28px;
    border-radius: 20px;
  }


  .form-floating > .form-control,
  .form-floating > .form-control-plaintext,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
  }
  .form-floating > label {
    padding: 1rem 0.75rem;
  }

  .form-floating > .form-control,
  .form-floating > .form-control-plaintext {
    padding: 1rem 0.75rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
  .form-floating > .form-control-plaintext:focus,
  .form-floating > .form-control-plaintext:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:-webkit-autofill,
  .form-floating > .form-control-plaintext:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
  }
  .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-control-plaintext ~ label,
  .form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }
  .form-floating > .form-control:-webkit-autofill ~ label {
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  }


  .cat_field {
    gap: 10px;
  }
  .cat_elem {
    padding: 10px 15px;
    font-size: 17px;
    line-height: 1;
  }

  .p_cat {
    gap: 8px;
  }
  .p_cat .cat_elem {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1;
  }

  
  .cr_top {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8%;
  }
  .search_btn {
    width: 30px;
    height: 30px;
    margin-right: -30px;
  }
  .search_wrap .search_btn {
    padding-left: 10px;
    margin-right: -32px;
  }

  .search_wrap .search_input {
    width: 100%;
    padding: 9px 34px 9px 37px;
    border: 1px solid transparent;
    border-radius: 20px;
    font-size: 16px;
    line-height: 1;
  }
  .search_wrap .search_input:hover {
    border-color: #eee;
  }
  .search_wrap .search_input:focus {
    border-color: #d8dde1;
  }
  .search_wrap_mp {
    float: right;
  }
  .search_wrap_mp .search_input {
    border-color: #ddd;
  }
  .search_wrap_mp .search_input:hover {
    border-color: #ccc;
  }
  .search_wrap_mp .search_input:focus {
    border-color: #a8adb1;
  }

  .search_reset {
    margin-left: -36px;
  }
  .search_reset svg {
    width: 20px;
    fill: transparent;
  }
  .search_wrap .search_input:hover + .search_reset svg {
    fill: #ccc;
  }
  .search_wrap .search_input:focus + .search_reset svg {
    fill: #aaa;
  }


  .pagination a,
  .pagination span,
  .page-item:nth-child(-n+2) .page-link,
  .page-item:nth-last-child(-n+2) .page-link {
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: 19px;
    font-size: 15px;
  }
  .pagination svg,
  .page-item:nth-child(-n+2) .page-link svg,
  .page-item:nth-last-child(-n+2) .page-link svg {
    height: 15px;
  }


  .pc_field {
    display: flex;
    justify-content: space-between;
    gap: 50px;
  }
  .pc_left {
    min-width: 1px;
  }
  .pc_right {
    width: 320px;
    flex-shrink: 0;
  }


  .mg_list_content {
    grid-template-columns: repeat(8, 1fr);
  }


  .thank_field {
    margin-top: 80px;
  }
  .thank_box {
    gap: 30px;
  }
  .thank_icon {
    width: 200px;
  }
  .thank_title {
    font-size: 36px;
  }
  .thank_desc {
    font-size: 20px;
  }
  .thank_links {
    font-size: 18px;
    gap: 30px;
  }


  .event_elem {
    width: calc(((100% + 30px) / 2) - 30px);
  }
  .event_text,
  .item_title {
    padding: 20px;
  }
  .event_type {
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 13px;
  }
  .event_date {
    font-size: 16px;
  }
  .event_desc {
    font-size: 14px;
  }
  .event_title,
  .item_title {
    font-size: 19px;
  }
  .item_elem {
    width: 100%;
  }

  .consult_field {
    padding: 50px;
    border-radius: 20px;
  }
  .consult_title {
    font-size: 30px;
  }
  .consult_desc {
    font-size: 18px;
  }
  .consult_form input {
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 16px;
  }
  .consult_btn,
  .btn_consult {
    padding: 18px;
    border-radius: 12px;
    font-size: 21px;
  }
  .consult_agree {
    font-size: 13px;
  }
  .consult_success_wrap {
    padding: 50px 30px 30px;
  }
  .consult_success {
    font-size: 25px;
  }
  .consult_success_text {
    font-size: 22px;
  }

  #help_messenger .modal-dialog {
    max-width: 920px;
  }
  .help_messenger_content {
    padding: 40px;
  }
  .help_messenger_text {
    font-size: 32px;
  }
  .help_messenger_btns a {
    gap: 12px;
    font-size: 22px;
    padding: 15px 28px;
    border-radius: 15px;
  }
  .help_messenger_btns a svg {
    width: 32px;
  }

  .mat_field {
    column-gap: 16px;
  }
  .mat_elem {
    margin-bottom: 16px;
    padding: 10px 14px;
    border-radius: 10px;
  }


}


@media (max-width: 1199px) {

  .mg_title {
    text-align: center;
  }

  .mg_field {
    width: 100%;
    margin-top: 10px;
    flex-shrink: 0;
  }

  .mgwc_2 .mg_tree {
    margin-left: calc(-100% - 30px);
  }
  .mgwc_3 .mg_tree {
    margin-left: calc(-200% - 60px);
  }

  .mgf_back {
    background: var(--color-gray-light);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    opacity: 0;
  }
  .mgwc_2 .mgf_back,
  .mgwc_3 .mgf_back {
    opacity: 1;
  }
  .mgf_back:hover {
    background: var(--color-gray-light-hover);
  }
  .mgf_back svg {
    fill: var(--color-gray);
    width: 18px;
  }


  .event_img {
    width: 28%;
  }
  .event_text {
    justify-content: space-between;
  }
  .event_type,
  .event_desc {
    display: none;
  }

}


@media (min-width: 1200px) {

  .p_img_wrap {
    width: 560px;
  }


  .f_elems .product_elem {
    width: calc(((100% + 30px) / 3) - 30px);
  }

  .table_btns {
    width: 184px;
  }

  .modal_gallery .modal_wrap {
    padding: 20px 30px 30px;
  }
  .modal_gallery .modal-content > .close {
    top: 18px;
    right: 21px;
  }
  .mg_field {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 0 28px rgba(0,0,0,.08);
  }
  .mg_list_content {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .mgle_title {
    font-size: 12px;
  }

  .mg_tree {
    width: 280px;
  }
  .mg_list {
    width: 100%;
  }
  .mg_rf {
    width: 300px;
  }
  .mgf_back {
    display: none;
  }

  .event_img {
    width: 34%;
  }

  .item_elem {
    width: calc(((100% + 30px) / 2) - 30px);
  }

  #help_messenger .modal-dialog {
    max-width: 1140px;
  }
  .help_messenger_text {
    font-size: 34px;
  }

}


@media (max-width: 1359px) {

  .mg_list_bottom {
    flex-direction: column;
  }
  .mg_list_add {
    width: 100%;
    max-width: 440px;
  }

}


@media (min-width: 1360px) {

  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .mt-0 {
    margin-top: 10px !important;
  }
  .mt-1 {
    margin-top: 15px !important;
  }
  .mt-2 {
    margin-top: 25px !important;
  }
  .mt-3 {
    margin-top: 40px !important;
  }
  .mt-4 {
    margin-top: 65px !important;
  }
  .mt-5 {
    margin-top: 100px !important;
  }

  .mb-0 {
    margin-bottom: 10px !important;
  }
  .mb-1 {
    margin-bottom: 15px !important;
  }
  .mb-2 {
    margin-bottom: 25px !important;
  }
  .mb-3 {
    margin-bottom: 40px !important;
  }
  .mb-4 {
    margin-bottom: 65px !important;
  }
  .mb-5 {
    margin-bottom: 100px !important;
  }

  .sidebar {
    width: 280px;
  }
  .content_right {
    width: calc(100% - 320px);
  }

  .tf_img {
    width: 70%;
  }

  .as_text {
    gap: 25px;
  }
  .as_title {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_subtitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
  }
  .as_descr {
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2;
  }
  .as_dop {
    margin-top: 20px;
    font-size: 19px;
    line-height: 1.2;
  }

  .pc_field {
    gap: 70px;
  }
  .pc_right {
    width: 350px;
  }

  .mg_list_content {
    grid-template-columns: repeat(4, 1fr);
  }
  .mg_list_bottom .pagination {
    justify-content: start;
  }

  .mat_field {
    column-count: 3;
  }

}


@media (min-width: 1500px) {

  .container,
  .cart_total .container {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
  }

  .pc_field {
    width: 1440px;
  }
  .pc_right {
    width: 400px;
  }

  .flex_grid.prline .vendor_elem {
    width: calc(((100% + 30px) / 6) - 30px);
  }
  .vendor_field .vendor_elem {
    width: calc(((100% + 30px) / 5) - 30px);
  }
  .flex_grid .publication_pin_elem {
    width: calc(((100% + 30px) / 4) - 30px);
  }

  .mg_list_content {
    grid-template-columns: repeat(6, 1fr);
  }

}


@media (min-width: 1700px) {

  .mg_list_content {
    grid-template-columns: repeat(8, 1fr);
  }

}







/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>> about page >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


.slogan_about_wrap,
.logo_about {
  justify-content: center;
}
.slogan_about,
.slogan_about_f,
.slogan_about_f span {
  text-align: center;
}
.slogan_about_f {
  font-weight: 500;
  line-height: 1.3;
}
.btn_reg {
  background: var(--color-main);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}
.btn_reg:hover {
  background: var(--color-main-act);
  color: #fff;
}

.b_title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.b1_elem {
  background: #f5f5f5;
}

.b1_elem div,
.b2_elem div,
.b3_elem div {
  font-weight: 500;
  text-align: center;
}

.b1_elem span {
  width: 100%;
}
.b1_elem span strong {
  font-weight: 500;
}
.b1_cert {
  fill: #ccc;
  width: 130px;
}
.b2_elem svg {
  fill: var(--color-main);
}

.b3_elem {
  border: 2px solid #bfccde;
}


@media (min-width: 1px) {

  .p_1 {
    padding: 17px 25px;
  }
  .p_2 {
    padding: 15px;
  }
  .p_3 {
    padding: 18px;
  }

  .mt_1 {
    margin-top: 10px;
  }
  .mt_2 {
    margin-top: 25px;
  }
  .mt_3 {
    margin-top: 28px;
  }
  .mt_4 {
    margin-top: 35px;
  }
  .mt_5 {
    margin-top: 45px;
  }
  .mt_6 {
    margin-top: 120px;
  }

  .rounded {
    border-radius: 12px !important;
  }

  .logo_about svg {
    width: 200px;
  }
  .slogan_about {
    font-size: 16px;
  }
  .btn_reg {
    font-size: 15px;
  }

  .b_title {
    font-size: 18px;
  }

  .b1,
  .grid {
    gap: 15px;
  }

  .b2,
  .b3 {
    grid-template-columns: repeat(1, 1fr);
  }

  .b1_elem img {
    width: 150px;
  }
  .b1_elem div,
  .b2_elem div,
  .b3_elem div {
    font-size: 16px;
  }
  .b1_elem span,
  .b3_elem span {
    font-size: 13px;
  }
  .b1_elem span + span {
    margin-top: 6px;
  }

  .b2_elem svg {
    width: 100px;
  }

  .slogan_about_f {
    font-size: 19px;
  }

}


@media (max-width: 767px) {

  .b1 {
    flex-wrap: wrap;
  }

  .b1_elem {
    width: 100%;
  }

}


@media (min-width: 768px) {

  .p_1 {
    padding: 18px 28px;
  }
  .p_2 {
    padding: 18px;
  }
  .p_3 {
    padding: 20px;
  }

  .mt_3 {
    margin-top: 32px;
  }
  .mt_4 {
    margin-top: 45px;
  }
  .mt_5 {
    margin-top: 65px;
  }
  .mt_6 {
    margin-top: 150px;
  }

  .slogan_about_wrap {
    padding: 0 50px;
  }

  .logo_about svg {
    width: 230px;
  }
  .slogan_about {
    font-size: 20px;
  }
  .btn_reg {
    font-size: 18px;
  }

  .b_title {
    font-size: 23px;
  }

  .b1,
  .grid {
    gap: 20px;
  }

  .b2 {
    grid-template-columns: repeat(4, 1fr);
  }
  .b3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .b1_elem:nth-child(1),
  .b1_elem:nth-child(3) {
    width: 30%;
  }
  .b1_elem:nth-child(2) {
    width: 40%;
  }

  .b1_elem img {
    width: 150px;
  }
  .b1_elem div {
    font-size: 18px;
  }
  .b2_elem {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 100%);
  }
  .b2_elem svg {
    width: 100px;
  }
  .b2_elem div {
    font-size: 15px;
  }

  .b3_elem div {
    font-size: 17px;
  }

  .slogan_about_f {
    font-size: 24px;
  }

}


@media (min-width: 992px) {

  .scale:hover {
    transform: scale(1.05);
  }

  .p_1 {
    padding: 20px 30px;
  }
  .p_2 {
    padding: 22px;
  }
  .p_3 {
    padding: 25px;
  }

  .mt_1 {
    margin-top: 12px;
  }
  .mt_2 {
    margin-top: 30px;
  }
  .mt_3 {
    margin-top: 40px;
  }
  .mt_4 {
    margin-top: 60px;
  }
  .mt_5 {
    margin-top: 80px;
  }
  .mt_6 {
    margin-top: 200px;
  }

  .rounded {
    border-radius: 15px !important;
  }

  .slogan_about_wrap {
    padding: 0 110px;
  }

  .logo_about svg {
    width: 260px;
  }
  .slogan_about {
    font-size: 22px;
  }
  .btn_reg {
    font-size: 20px;
  }

  .b_title {
    font-size: 28px;
  }

  .b1,
  .grid {
    gap: 26px;
  }

  .b1_elem img {
    width: 200px;
  }
  .b1_elem div {
    font-size: 22px;
  }
  .b1_elem span {
    font-size: 15px;
  }
  .b1_elem span + span {
    margin-top: 8px;
  }

  .b2_elem svg {
    width: 120px;
  }
  .b2_elem div {
    font-size: 17px;
  }

  .b3_elem div {
    font-size: 18px;
  }
  .b3_elem span {
    font-size: 15px;
  }

  .slogan_about_f {
    font-size: 30px;
  }

}


@media (min-width: 1360px) {

  .p_1 {
    padding: 22px 40px;
  }
  .p_2 {
    padding: 30px;
  }
  .p_3 {
    padding: 40px;
  }

  .mt_1 {
    margin-top: 15px;
  }
  .mt_2 {
    margin-top: 35px;
  }
  .mt_3 {
    margin-top: 50px;
  }
  .mt_4 {
    margin-top: 80px;
  }
  .mt_5 {
    margin-top: 100px;
  }
  .mt_6 {
    margin-top: 300px;
  }

  .slogan_about_wrap {
    padding: 0 150px;
  }

  .logo_about svg {
    width: 300px;
  }
  .slogan_about {
    font-size: 26px;
  }
  .btn_reg {
    font-size: 22px;
  }

  .b_title {
    font-size: 32px;
  }

  .b1,
  .grid {
    gap: 34px;
  }
  
  .b1_elem img {
    width: 250px;
  }
  .b1_elem div {
    font-size: 26px;
  }
  .b1_elem span {
    font-size: 16px;
  }
  .b1_elem span + span {
    margin-top: 10px;
  }

  .b2_elem svg {
    width: 150px;
  }
  .b2_elem div {
    font-size: 20px;
  }

  .b3_elem div {
    font-size: 22px;
  }
  .b3_elem span {
    font-size: 16px;
  }

  .slogan_about_f {
    font-size: 36px;
  }

}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<< about page <<<<<<<<<<<<<<<<<<<<<<<<<<<<< */











/* !!!!!!!!!!!!!!!!!!!!!!!!!  20.09.2021 */

.f_field {
  align-items: start;
  justify-content: space-between;
}

.filter {
  background: #f5f5f5;
  width: 280px;
  padding: 20px 25px;
  margin-right: 40px;
  border-radius: 18px;
  top: 30px;
  position: sticky;
  flex-shrink: 0;
}

.filter fieldset {
  margin: 15px 0 0;
  border: none;
}

.filter fieldset:first-child {
  margin-top: 0;
}

.filter h4 {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  color: #885369;
  float: left;
}

.tree_row {
  width: 100%;
  border-top: 1px dotted #e4e4e4;
  margin-bottom: 0;
  padding: 5px 15px 6px 0;
  float: left;
  position: relative;
}
.tree_row:first-of-type {
  border-top: none;
}

.checkbox_icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  border: 1px solid #888;
  border-radius: 1px;
  position: relative;
  float: left;
}
input:checked + .checkbox_icon:after {
  content: "";
  background: #e75d77;
  width: 10px;
  height: 10px;
  border-radius: 1px;
  top: 2px;
  left: 2px;
  position: absolute;
}

.filter label {
  width: 100%;
  margin: 4px 0px 3px;
  font-size: 14px;
  line-height: 16px;
  float: left;
}

.filter label sup {
  color: #aaa;
}

.tree_row[meta-level="1"] label {
  padding-left: 17px;
  border: none;
  font-size: 14px;
}

.filter_arrow {
  width: 15px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

.filter_arrow div {
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -3px;
  top: 50%;
  right: 4px;
  position: absolute;
}

.filter_arrow.up div {
  border-width: 0 4px 6px;
  border-color: transparent transparent #888;
}

.filter_arrow.down div {
  border-width: 6px 4px 0;
  border-color: #888 transparent transparent;
}

.filter_arrow.up:hover div {
  margin-top: -4px;
}

.filter_arrow.down:hover div {
  margin-top: -2px;
}

.mFilter_wrapper {
  width: 100%;
  margin: 10px 0 8px;
  font-size: 14px;
  text-align: center;
  float: left;
}

.mFilter_slider.ui-widget-content {
  width: 100%;
  margin-bottom: 15px;
  border-color: #65815a;
  float: left;
}

.filter .input-small {
  width: 70px;
}

.ui-widget-content {
  background: #f6c3cd !important;
  border: none !important;
}

.mFilter_slider.ui-slider .ui-slider-range {
  background: #e75d77 !important;
}

.mFilter_slider.ui-widget-content .ui-state-default {
  background: #272122;
  border-color: #272122;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
  margin-left: -2px !important;
}

.ui-slider .ui-slider-handle {
  width: 12px !important;
  height: 12px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px !important;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px !important;
}

.ui-slider-horizontal {
  height: 5px !important;
}


.sort_wrap,
.limit_wrap {
  min-width: 1px;
  height: 20px;
  float: left;
  flex-shrink: 0;
}
.sort {
  font-size: 15px;
  float: left;
}

.sort b {
  font-weight: 500;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  main  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  cart  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}

.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
}


.cart_field .table-striped {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.cart_field .table > tbody > tr > th,
.cart_field .table > tbody > tr > td {
    line-height: 20px;
    vertical-align: middle;
    text-align: center;
}
.cart_field .table > tbody > tr > th {
  font-weight: 500;
}

.cart_field .table > tbody > tr > th.title,
.cart_field .table > tbody > tr > td.title {
    text-align: left;
}

.cart_field .table-striped > tbody > tr.cart_titles {
  background: #eee;
}

.cart_field .table-striped > tbody > tr.cart_titles:last-child {
  border-bottom: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}

.cart_product_img {
  width: 80px;
}

.form-inline .form-control {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-inline .input-sm {
  width: 70px;
}

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
#ms2_order_cost {
  white-space: nowrap;
}

#msOrder h3 {
  font-size: 20px;
  font-weight: 500;
}

.ms2_cost {
  color: #e75d77;
  display: inline;
}

.table-responsive > .table > tbody > tr > td.title {
  white-space: normal;
}

#msCart td.title {
  line-height: 1.2;
}

.title .small {
  margin-top: 6px;
}

.cart_del_product_btn {
  background: none;
  border: none;
  color: #333;
  opacity: 0.5;
    filter: alpha(opacity=50);
}

.cart_del_product_btn:hover {
  background: none;
  opacity: 1;
    filter: alpha(opacity=100);
}

.cart_field .table-striped > tbody > th.total {
    text-align: center;
}

.cart_order_submit_field {
    width: 100%;
    float: left;
}

.cart_order_submit {
  background: #e75d77;
  width: 100%;
  padding: 15px 20px;
  margin-top: 30px;
  border: none;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
}

.cart_order_submit:hover {
  background: #ef899c;
  color: #fff;
}

#msOrder .span6 {
  margin-bottom: 35px;
}

.order_cancel_field {
  width: 100%;
  display: inline-block;
  text-align: right;
}

.order_cancel {
  margin-bottom: 10px;
  opacity: 0.6;
  display: inline-block;
}

.order_cancel:hover {
  opacity: 1;
}

.glyphicon-remove {
  top: 2px;
}

.cart_field_title_row,
.cart_field_title_row table {
  width: 100%;
  float: left;
}

.cart_field_title_row {
  margin-bottom: 2px;
}

.cart_field_title_row td,
.cart_field_title_row th {
  width: 33%;
  padding: 12px 15px;
  text-align: center;
}

.cart_field_title_row td:first-child,
.cart_field_title_row th:first-child {
  text-align: left;
}

.cart_field_link_row {
  cursor: pointer;
}

.cart_field_link_row td {
  background: #f6f7f6;
}

.cart_field_link_row:hover td,
.cart_field_link_row.active td {
  background: #e75d77;
  color: #fff;
}

.cart_field_hidden_row {
    width: 100%;
    margin-top: -2px;
    border: 2px solid #e75d77;
    float: left;
}

.cart_field_hidden_row table {
    margin: 0;
}

.cart_field_table {
    width: 100%;
    border-bottom: 2px solid #e75d77;
    float: left;
}

.cart_field_question {
    width: 100%;
    float: left;
}

.cart_field_question_title {
    width: 100%;
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    float: left;
}

.question_all_field {
  width: 100%;
    float: left;
}

.comments {
    width: 100%;
    float: left;
}

.comments .ticket-comment {
  width: 100%;
  margin: 20px 0 0;
  float: left;
}

.comments .ticket-comment-text-theme {
    font-style: italic;
  color: #888;
}

.ticket-comment[data-parent="0"] > .ticket-comment-body,
.ticket-comment[data-parent="0"] > .comment-reply {
  background: #f6f6f6;
}

.ticket-comment[data-parent="0"] > .ticket-comment-body {
  padding: 12px 12px 0;
}

.ticket-comment[data-parent="0"] > .comment-reply {
  padding: 4px 12px 12px;
  margin-top: 0;
}

.comment-list {
  padding-left: 0;
  margin-bottom: 0;
}

#comment-new-link a {
  width: 100%;
  border-color: #e75d77;
  font-size: 15px;
  line-height: 2;
  color: #e75d77;
  float: left;
}

#comment-new-link a:hover {
  background: #e75d77;
  border-color: #e75d77;
  color: #fff;
}

.comment-reply {
  margin-top: 4px;
}

.comment-reply .edit {
  margin-left: 5px;
}

.comment-form,
.comment-form .form-group > div {
  width: 100%;
  margin: 0;
  border-radius: 0;
    float: left;
}

.comment-reply + .comment-form {
  margin-top: 8px;
}

.comment-form .markItUp {
  margin: 0;
}

.comment-form .markItUpContainer {
  font-size: 15px;
}

.comment-form .markItUpHeader {
  display: none;
}

.comment-form #comment-editor {
  width: 100%;
  padding: 10px 12px;
}

.form-control:focus,
.comment-form #comment-editor:focus {
  border-color: #888;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#comment-form.comment-form .form-actions {
  width: 100%;
  padding: 0;
  border: none;
  float: left;
}

.comment-form .submit {
  background: #e75d77;
  padding: 7px 35px;
  border: none;
  font-size: 17px;
  color: #fff;
  float: left;
}

.comment-form .submit:hover {
  background: #ef899c;
  color: #fff;
}

.comment-form .time {
    margin: 9px 0 0 15px;
    float: left;
}


.panel-info {
    width: 100%;
    border-color: #7c9978;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-info > .panel-heading {
    background-color: #7c9978;
    border: none;
    border-radius: 0;
    color: #fff;
}

.panel-info > .panel-heading > .panel-title {
    font-size: 16px;
    font-weight: 700;
}

.list-group-item {
    background-color: #f6f7f6;
}

.product_title_field {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  float: left;
}

.product_comments_field {
  width: 100%;
  margin-top: 40px;
  float: left;
}

.product_tabs_field {
  width: 100%;
  margin-bottom: 25px;
  border: none;
  float: left;
}

.product_tabs_field li {
  width: 49.5%;
  margin-left: 0.5%;
  float: left;
}

.product_tabs_field li:first-child {
  margin-left: 0;
  margin-right: 0.5%;
}

.nav-tabs > li.active > a.product_tab_mini {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #333;
}

.nav-tabs > li > a.product_tab {
  background: #f6f7f6;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 48px;
  color: #333;
  text-align: center;
  float: left;
}

.nav-tabs > li > a.product_tab:hover {
  background: #c8e1c8;
}

.nav-tabs > li.active > a.product_tab,
.nav-tabs > li.active > a.product_tab:focus,
.nav-tabs > li.active > a.product_tab:hover {
  background: #e75d77;
  border: none;
  color: #fff;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  cart  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  help  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.table {
  float: left;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}
.table thead th {
  background: #f5f6f7;
  vertical-align: middle;
  font-weight: 500;
}
.table tr:not(.total-tr) {
  border-top: 1px solid #eaebec;
}
.table tr:first-child {
  border-top: none;
}
form.msOrderCheck {
  width: 165px;
  margin-bottom: 0;
}
form.msOrderCheck .form-control,
form.msOrderCheck .input-group-text {
  padding: 5px 8px;
  font-size: 13px;
}
.input-group-text svg {
  fill: #495057;
  height: 1rem;
}


/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  help  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  cabinet  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */


.cabinet_wrap {
  width: 100%;
  margin-top: 35px;
  float: left;
}

.cabinet_content .content_header {
  margin-bottom: 25px;
}

.cabinet_menu {
  width: 100%;
  margin-top: 40px;
  float: left;
}

.cabinet_menu a {
  background: #f6f7f6;
  width: 33%;
  padding: 0 15px;
    margin: 0 0 2px 0.5%;
    color: #333;
    text-align: center;
  float: left;
  position: relative;
}

.cabinet_menu a:hover {
  background: #fbe8ec;
}

.cabinet_menu a.active:hover,
.cabinet_menu a.active {
  background: #e75d77;
    color: #fff;
}

.cabinet_menu a:first-child {
  margin-left: 0;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  cabinet  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */



@media (min-width: 1px) {


  .headline_text {
    font-size: 15px;
    font-weight: 300;
    line-height: 22px;
  }

  .headline_phone {
    background-size: 84px 140px;
    background-position: -6px -2px;
    padding-left: 19px;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
  }
  
  .lng_link {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    top: 27px;
    right: 94px;
    position: absolute;
  }
  
  .lng_link:hover {
      color: #fff;
      text-decoration: underline;
  }


  .fb_title {
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 300;
  }

  .modal .fotorama.owl-carousel .owl-item img,
  .fotorama.owl-carousel .owl-item img {
    height: 70px;
  }

}


@media (max-width: 449px) {
  
  .tovar_name {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
  }

  .new_price {
    font-size: 13px;
    font-weight: 300;
  }

  .old_price {
    font-size: 12px;
    font-weight: 700;
  }

  .elem_tovar_addtc {
    width: 110px;
    margin-left: -55px;
    font-size: 10px;
  }

}


@media (min-width: 450px) {
  
  .tovar_name {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
  }

  .new_price {
    font-size: 16px;
    font-weight: 300;
  }

  .old_price {
    font-size: 16px;
    font-weight: 700;
  }

  .elem_tovar_addtc {
    width: 164px;
    margin-left: -82px;
    font-size: 15px;
  }


}


@media (max-width: 599px) {
  
  .cabinet_menu a {
    font-size: 17px;
    font-weight: 700;
    line-height: 40px;
  }


  .cart_field .image,
  .cart_field .weight,
  .cart_field .total_weight {
    display: none;
  }

  .cart_field .title {
    width: 55%;
  }
  
  .cart_field .count {
    width: 20%;
  }

  .cart_field .price {
    width: 20%;
  }

  .cart_field .remove,
  .cart_field .total_remove {
    width: 5%;
    padding-right: 0;
  }

  .cart_field_table,
  .cart_field_question {
      padding: 8px;
  }

}


@media (min-width: 600px) {
  
  .cabinet_menu a {
    font-size: 21px;
    font-weight: 700;
    line-height: 48px;
  }

  .cart_field_table,
  .cart_field_question {
    padding: 15px;
  }


  .fotorama.owl-carousel .owl-item img {
    height: 100px;
  }

}


@media (max-width: 767px) {

  .headline_wrap {
    background: #373737;
    margin-bottom: 25px;
    position: relative;
    z-index: 4;
  }

  .headline {
    padding: 11px 0;
  }

  .headline_text,
  .search_field {
    display: none;
  }

  .search_field.show {
    background: #555;
    width: 100%;
    padding: 15px;
    top: 45px;
    left: 0;
    position: absolute;
    display: block;
  }

  .search_field input {
    color: #fff;
  }

  .search_field button {
    top: 17px;
    left: 14px;
  }

  .header_top {
    padding: 11px 0;
    float: right;
  }

  .header_top > .container {
    padding-left: 0;
  }

  .cart_link {
    background-size: 90px 150px;
    background-position: -3px -78px;
    min-width: 23px;
    height: 23px;
    padding-left: 26px;
    margin-left: 9px;
    font-size: 0.0001px;
  }

  .cabinet_dropdown {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }

  .dropdown_menu {
    margin: 34px 0 0 -130px;
  }

  .favorite_link {
    background-size: 90px 150px;
    background-position: -3px -129px;
    width: 23px;
    height: 23px;
    padding-left: 26px;
    margin-left: 11px;
    font-size: 0.0001px;
    position: relative;
  }

  .search_mini {
    background: url("../img/sprite.png") no-repeat;
    background-size: 96px 160px;
    background-position: -4px -31px;
    width: 23px;
    height: 23px;
    float: right;
    cursor: pointer;
  }

  .search_mini:hover {
    opacity: 0.7;
  }


  .mm_btn {
    width: 30px;
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }

  .mm_btn span {
    background: #e75d77;
    width: 100%;
    height: 3px;
    margin-top: 6px;
    border-radius: 2px;
    float: left;
  }

  .mm_btn_open span {
    background: #e75d77;
  }

  .mm_btn_close {
    height: 30px;
  }

  .mm_btn_close span {
    background: #fff;
    margin-top: 10px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mm_btn_open span:first-child {
    margin-top: 0;
  }

  .mm_btn_close span:first-child {
    display: none;
  }

  .mm_btn_close span:last-child {
    margin-top: -3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .main_menu.mm_act {
    display: block;
  }

  .main_menu .container {
    padding: 0;
  }

  .main_menu_wrap {
    border-left: 1px solid #eee;
  }

  .main_menu_wrap > li {
    width: 100%;
    float: left;
  }

  .main_menu_wrap > li > a {
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-align: left;
  }

  .main_menu_wrap > li > a:hover {
    color: #eee;
  }

  
  .navbar-header {
    background: url(/assets/img/bg_header.jpg) 50% 0;
    height: 80px;
  }

  .navbar > .container .navbar-brand.logo {
    margin: 0 0 0 15px;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    background: #0f0704;
    border: none;
  }

  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > div {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
  }

  .nav > li > a,
  .nav > li > div {
    display: block;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > li > div:hover,
  .navbar-default .navbar-nav > .active > div,
  .navbar-default .navbar-nav > .active > div:focus,
  .navbar-default .navbar-nav > .active > div:hover,

  .navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .dropdown-menu > .active > a:hover {
    background: #60602e;
    color: #fff;
  }

  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > .open > a:hover {
    background-color: #c0bfa4;
    color: #0f0704;
  }

  .dropdown-toggle.cabinet_link {
    display: none;
  }

  .navbar-nav > li.cabinet > .dropdown-menu {
    background: none;
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    float: none;
  }

  .navbar-default .navbar-nav .dropdown-menu > li > a {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }

  .help {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #756457;
  }

  .navbar-default .navbar-toggle {
    border: 2px solid #fff;
    border-radius: 4px;
    float: right;
    margin: 16px 15px 0 0;
    padding: 9px 10px;
    position: relative;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
    border-radius: 1px;
    display: block;
    height: 4px;
    width: 30px;
  }

  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: rgba(255,255,255,0.2);
  }


  #mItems {
    padding: 0;
  }

  .filter fieldset {
    display: none;
  }

  .filter.visible fieldset,
  .filter fieldset:first-child {
    display: block;
  }

  .filter_btn {
    background: #f6f7f6;
    width: 100%;
    padding: 5px;
    margin: 4px 0 20px;
    font-size: 14px;
    color: #e75d77;
    text-align: center;
    float: left;
    cursor: pointer;
  }

  .filter_btn:hover {
    color: #ef899c;
  }

  .blog_big_img {
    margin-bottom: 20px;
  }


  .search_field .form-control {
    width: 82%;
  }

  .search_field .btn-default {
    width: 18%;
  }


  .breadcrumb {
    margin-top: 40px;
  }


  .footer_block {
    width: 100%;
    margin: 5px 0 15px;
    text-align: center;
    float: left;
  }

  .fb_title {
    margin-bottom: 10px;
    display: inline-block;
  }


  .fb_link_block a {
    margin: 3px 10px;
    display: inline-block;
  }

}


@media (min-width: 768px) {

  .headline {
    background: #373737;
    width: 100%;
    padding: 14px 0;
    margin-bottom: 40px;
  }

  .header_top {
    width: 100%;
    float: left;
  }

  .cart_link {
    background-size: 100px 167px;
    background-position: -3px -88px;
    padding-left: 28px;
    margin: 5px 0 0 28px;
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
  }

  .dropdown_menu {
    margin: 10px 0 0 -10px;
  }

  .favorite_link {
    background-size: 100px 167px;
    background-position: -3px -143px;
    width: 25px;
    height: 25px;
    margin: 5px 0 0 28px;
    font-size: 0.0001px;
  }


  .search_field {
    width: 200px;
  }


  .main_menu_wrap > li > a {
    padding: 2px;
    margin: 6px;
    font-size: 15px;
    line-height: 1;
    color: #666;
  }


  .navbar > .container .navbar-brand.logo {
    margin-left: 0;
  }

  .lng_link {
    top: 5px;
    right: 15px;
  }

  .navbar-nav > li.cabinet > .dropdown-menu {
    background: #0f0704;
    min-width: auto;
    border: none;
    border-radius: 4px;
    margin: 6px 0 0;
    left: -35px;
    overflow: hidden;
  }

  .navbar-nav > li.cabinet > .dropdown-menu > li > a {
    font-size: 17px;
    color: #fff;
    padding: 5px 12px;
  }

  .navbar-nav > li.cabinet > .dropdown-menu > li > a:focus,
  .navbar-nav > li.cabinet > .dropdown-menu > li > a:hover {
    background-color: #60602e;
    color: #fff;
  }


  .filter_btn {
    display: none;
  }
}
/* /!!!!!!!!!!!!!!!!!!!!!!!!!  20.09.2021 */





.ace_editor {
  font-family : monospace !important;
  font-size: 14px !important;
  direction:ltr !important;
  text-align:left !important;
}
.dropdown-divider {
  margin: 2.5rem 0;
}
@media (min-width: 767px) {
  .dropdown-divider {
    margin: 1.9rem 0;
  }
}

/* /!!!!!!!!!!!!!!!!!!!!!!!!!  FILTERS */

.mse2_number_slider {
  background: #eee !important;
  margin: 15px 6px 0;
}
.mse2_number_slider .ui-slider-range {
  background: var(--color-main) !important;
  height: 6px;
}
.mse2_number_slider .ui-slider-handle {
  background: #fff !important;
  width: 12px !important;
  height: 18px !important;
  margin: -2px 0 0 -6px !important;
}
.mse2_number_inputs label {
  width: calc(50% - 4px);
}
.mse2_number_inputs label:nth-child(2) {
  margin-left: 8px;
}
.mse_slider_fieldset {
  border: none;
  width: 100%;
  margin: 0;
}
.mse_slider_fieldset input {
  margin-top: 5px;
}
.filters-title {
  margin: 15px 0 5px;
  font-size: 13px;
  line-height: 1;
  font-weight: lighter;
  color: #495057;
}
#mse2_filters > .filters-title:first-child,
#mse2_filters div:first-child .filters-title:first-child,
#mse2_filters fieldset:first-child .filters-title:first-child {
  margin-top: 0;
}
.widget-filter {
  font-weight: normal;
  color: #495057;
  margin-left: 1px;
  margin-top: 5px;
}
.filters .custom-checkbox.custom-control {
  min-height: 1.6rem;
  padding-left: 0;
}
.filters .custom-checkbox .custom-control-label {
  padding-left: 25px;
  font-size: 14px;
  line-height: 19px;
}
.filters .custom-checkbox .custom-control-label:before,
.filters .custom-checkbox .custom-control-label:after {
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.filters .custom-checkbox .custom-control-label:after {
  background: no-repeat 50%;
}
.filters .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--color-main);
  background-color: var(--color-main);
}
.filters .dropdown-menu {
  font-size: 0.85rem;
}
.filters .form-control {
  height: auto;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 17px;
}
#filters-buttons-wrapper {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #btn-show-filters-wrapper, #btn-hide-filters-wrapper {
    display: none;
  }
}
#mse2_mfilter .bootstrap-select .btn-light {
  background: #fff;
  width: auto;
  padding: 0;
  border: none;
}
.bootstrap-select.show > .dropdown-toggle:after {
  border-top: 0;
  border-bottom: .3em solid;
}
.dropdown .btn-light.focus,
.dropdown .btn-light:focus,
.dropdown .btn-light:not(:disabled):not(.disabled).active:focus,
.dropdown .btn-light:not(:disabled):not(.disabled):active:focus,
.dropdown.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none;
  outline: 0 !important;
}
#mse2_mfilter .bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #757575;
}
.filters-button {
  font-size: 10px;
  color: var(--color-gray-dark);
  border-radius: 15px;
  border: 1px solid #d8dde1;
  margin-right: 3px;
  margin-bottom: 3px;
  display: inline-flex;
  align-items: center;
}
.filters-button:hover {
  border-color: var(--color-gray-dark);
}
.filters-button .icon {
  fill: #b3b3b3;
  height: 12px;
  padding-left: 5px;
}
.filters-button .icon:hover  {
  color: var(--color-gray-dark);
}
#search-result-counter-wrapper {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  cursor: pointer;
  padding-right: 5px;
  border-radius: 8px;
}
#search-result-counter1 {
  border-radius: 5px;
  background: #fff;
  color: #495057;
  padding: 3px;
  margin-left: 8px;
  min-width: 32px;
  display: inline-block;
}

@media (min-width: 992px) {
  #search-result-counter-wrapper {
      display: none;
  }

  .order-wrapper-tr td {
    padding-bottom: 20px;
  }
  .product-tr:first-child td,
  .order-wrapper-tr + .product-tr td,
  .total-tr th {
    padding-top: 20px;
  }
}

.collapsing {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.breadcrumbs-start {
  display: flex;
  height: 38px;
  line-height: 24px;
}
.breadcrumbs-start-link {
  border-radius: 50%;
  overflow: hidden;
}
.breadcrumbs-start-menu {
  width: 38px;
  height: 38px;
  margin-left: -10px;
  margin-right: 3px;
  border-radius: 50%;
  font-size: 22px;
  color: var(--color-gray-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs-start-menu svg {
  fill: var(--color-gray-blue);
  width: 100%;
}
.breadcrumbs-start .dropdown-divider {
  margin: 0.2rem 0;
  border-top: 1px solid #e4e4e4;
}
.bootstrap-select .dropdown-menu {
  min-width: auto;
  right: auto;
}
.bootstrap-select .dropdown-menu.inner {
  position: relative;
}
.bootstrap-select .dropdown-menu:not(.inner) {
  max-width: calc(100vw - 40px);
  min-height: 0 !important;
}
.bootstrap-select .dropdown-menu:not(.inner) > .inner {
  min-height: 0 !important;
}
.breadcrumbs-start .dropdown-menu,
.dropdown .dropdown-menu {
  background: #fff;
  width: auto;
  min-width: auto;
  padding: 6px;
  margin: .5rem 0 0;
  border-radius: 8px;
  border: none;
  box-shadow: 0 1px 2px 1px rgba(0,0,0,.15);
  flex-direction: column;
}
.breadcrumbs-start .dropdown-menu.show,
.dropdown .dropdown-menu.show {
  max-width: 350px;
  display: flex;
}
.breadcrumbs-start .dropdown-item,
.dropdown-menu .dropdown-item {
  padding: 4px 10px;
  margin: 1px 0;
  border-radius: 5px;
  white-space: normal;
}
.bootstrap-select .dropdown-menu li {
  float: left;
}
.dropdown-menu .dropdown-header {
  padding: 6px 10px;
  font-size: 12px;
}
.bootstrap-select .dropdown-menu li a.opt {
  padding-left: 10px;
}
.dropdown-divider {
  margin: 5px 0;
  border: none;
}
.dropdown-icon-spacer {
  width: 21px;
  display: flex;
  color: #858a8e;
}
.dropdown-icon-spacer i{
  width: 20px;
}
.dropdown-icon-spacer svg{
  fill: #858a8e;
  height: 15px;
}
.breadcrumbs-start .dropdown-item {
  display: flex;
  align-items: center;
  gap: 3px;
}
.breadcrumbs-start .dropdown-inner .dropdown-item {
  padding-left: 22px;
}
.dropdown-item:hover,
.active .dropdown-item {
  background: rgba(0,0,0,.05);
}
.dropdown-inner a {
  color: #212529;
}
.dropdown-menu .btn-label i {
  width: 20px;
}
.toggle.btn {
  min-height: 28px;
}
.toggle.btn label {
  padding: 5px 8px;
  font-size: 14px;
  line-height: 18px;
}
.popover-header {
  text-align: right;
  padding: 0.25em 1.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
/* Cards */
#cards-holder .card {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
  color: #fff;
}
#cards-holder .card .card-statistic-3 .card-icon-large .fas, .workplace .card .card-statistic-3 .card-icon-large .far, .workplace .card .card-statistic-3 .card-icon-large .fab, .workplace .card .card-statistic-3 .card-icon-large .fal {
  font-size: 110px;
}
#cards-holder .card .card-statistic-3 .card-icon {
  text-align: center;
  line-height: 50px;
  margin-left: 15px;
  color: #000;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.1;
}
#cards-holder .card .card-statistic-3 .card-icon svg {
  width: 100px;
}
#cards-holder .card p {
  font-size: 12px;
  opacity: 80%;
}
#cards-holder .card .text-right {
  font-size: 18px;
}
#cards-holder .card .text-right svg {
  fill: #fff;
  height: 18px;
}
/* Gradients */
#cards-holder .card-wrapper:nth-child(1) .card {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
}
#cards-holder .card-wrapper:nth-child(2) .card {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
}
#cards-holder .card-wrapper:nth-child(3) .card {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
}
#cards-holder .card-wrapper:nth-child(4) .card {
  background: linear-gradient(to right, #493240, #f09) !important;
}
#cards-holder .card-wrapper:nth-child(5) .card {
  background: linear-gradient(to right, #f9900e, #ffba56) !important;
}
#cards-holder .card-wrapper:nth-child(6) .card {
  background: linear-gradient(to right, #373b44, #4286f4) !important;
}
#cards-holder .card-wrapper:nth-child(7) .card {
  background: linear-gradient(to right, #0a504a, #38ef7d) !important;
}
#cards-holder .card-wrapper:nth-child(8) .card  {
  background: linear-gradient(to right, #493240, #f09) !important;
}
.user_settings .card-header {
  font-size: 18px;
  color: var(--color-gray-dark);
}

.user_settings .list-group-item {
  font-size: 12px;
  color: var(--color-gray-dark);
}
.user_settings .card-body{
padding: .55rem 1.25rem !important;
}
.user_settings .alert-secondary{
  margin-top: -4px;
  text-align: center;
  font-size: 15px;
  padding: 5px;
}
.user_settings .referal_code {
  font-size: 16px;
}

#form-panel {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 18px;
}
#form-panel .tree-tags {
  padding-bottom: 8px;
  display: inline-block;
}
.form_video {
  padding: 10px 0;
}

.form_view {
  font-size: 1rem;
}
.form_view svg {
  height: 1rem;
  margin-right: 8px;
}
.form_file {
  display: flex;
  align-items: center;
}
#pagetitle.form_view {
  font-weight: 500;
  line-height: 1.1;
  font-size: 2rem;
}
.prline_title,
#longtitle.form_view {
  font-weight: 500;
  line-height: 1.1;
}
.prline_title {
  float: left;
}
h1.prline_title {
  font-weight: 700;
}
.prline_title_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prline_title:not(:hover) {
  color: #000;
}
.prline_title svg {
  fill: #000;
  margin-left: 1px;
  opacity: 0;
}
.prline_title:hover svg {
  fill: var(--color-main-act);
  margin-left: 3px;
  opacity: 1;
}
#description.form_view {
  font-size: 1.2rem;
}
#content.form_view {
  font-size: 1rem;
}

.tree-tags,
.bootstrap-tagsinput {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.tree-tags .label-info {
  border-radius: 4px;
  font-size: .9rem;
  color: #fff;
}

.tag_elem {
  padding: .4rem .6rem;
  border: 1px solid #888;
  border-radius: 20px;
  font-size: .8rem;
  line-height: 1;
  color: #888;
}
.bootstrap-tagsinput .tag {
  background: none;
  padding: .4rem .6rem;
  border: 1px solid #888;
  border-radius: 20px;
  font-size: .8rem;
  line-height: 1;
  font-weight: normal;
  color: #888;
}
.bootstrap-tagsinput .twitter-typeahead {
  font-size: .8rem;
  line-height: 1;
  font-weight: normal;
}
.bootstrap-tagsinput .tt-input {
  padding: .4rem .6rem;
}
a.tag_elem {
  border-color: #000;
  color: #000;
}
a.tag_elem:hover {
  border-color: var(--color-main);
  color: var(--color-main);
}
.tag_elem [data-role="remove"],
.bootstrap-tagsinput .tag [data-role="remove"] {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0ibTE3LjMwOCAxOC43MTYtNS4zLTUuMy01LjMgNS4zYTEuMDAyIDEuMDAyIDAgMSAxLTEuNDIxLTEuNDE0bDUuMy01LjMtNS4zLTUuM2ExLjAwMiAxLjAwMiAwIDEgMSAxLjQxNC0xLjQyMWw1LjMgNS4zIDUuMy01LjNhMSAxIDAgMSAxIDEuNDE1IDEuNDE0bC01LjMgNS4zIDUuMyA1LjNhMSAxIDAgMSAxLTEuNDE0IDEuNDE0WiI+PC9wYXRoPjwvc3ZnPg==");
  width: .8rem;
  height: .8rem;
  margin-left: 3px;
  display: inline-block;
  vertical-align: middle;
  opacity: .4;
  cursor: pointer;
}
.tag_elem [data-role="remove"]:hover,
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  opacity: .8;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  display: none;
}

.hummingbird-treeview {
  max-height: 200px;
  overflow-y: auto;
}
.hummingbird-base {
  margin: 0;
}


.file_icon {
  width: 32px;
  padding-bottom: 8px;
}
.file_text{
  padding: 0 0 8px 7px;
  width: 70%;
}
.file_title{
  font-size: 14px;
}
.file_name{
  font-size: 12px;
}
.file_size{
  font-size: 20px;
  line-height: 0.9;
  text-align: right;
}
#spinner {
  width: 14px;
  height: 14px;
}
#spinner:not(.hidden) + svg {
  display: none;
}
.only_icon {
  width: 40px;
}
.form_view i{
  padding-right: 7px;
}
.active .cat_elem {
  display: none;
}
.catalog_link {
  display: flex;
  margin-bottom: 4px;
}
.catalog_menu {
  display: inline;
}
#itemConferenceLink_wrapper input {
background: #f8f8f8 !important;
}
#itemConferenceLink_wrapper .input-group-link {
  cursor: pointer;
}
.product-tr {
  font-size: 12px;
  -line-height: 1;
}
.header-tr,
.total-tr {
  font-size: 15px;
  line-height: 1;
}
.order-wrapper-tr {
  border-bottom: 1px solid #d8dadd;
  font-size: 13px;
}
.input_img_text input::placeholder {
  color: #e0e0e0;
  opacity: 1;
}

.input_img_text input:-ms-input-placeholder {
  color: #e0e0e0;
}

.input_img_text input::-ms-input-placeholder {
  color: #e0e0e0;
}
.legal-notice-sm {
  font-size: 11px;
}
#img_crop_modal .modal-dialog {
  height: 90%;
}
.rcrop-wrapper img {
  width: 100%;
}

#player_contain {
  width: 100%;
  display: flex;
  padding: 15px;
}
.player_img_wpap {
  display: flex;
  justify-content: center;
  background-color: #e3e3e3;
  height: 100%;
  margin-top: -46px;
}
.player_tools{
  display: flex;
  justify-content: end;
}
.mgf_right {
  background: #f9f9f9;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 1;
  margin: 10px 10px 0;
  z-index: 1;
}
.mgf_right svg {
  fill: var(--color-gray);
  width: 18px;
}
.mgrf_img {
  cursor: pointer;
}

.mgle_img {
  display: flex;
  justify-content: space-between;
}

.mgle_video_prop_holder {
  position: relative;
  font-size: 10px;
  height: 6px;
  color: #888;
  margin-top: 8px;
}

.vertical_center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 4px;
  border-radius: 4px;
  border: solid #cacaca  1px;
  background: rgba(0,0,0,.05);
}

#itemVideoFile_img_duration {
  position: absolute;
  color: #fff;
}
#itemVideoFile_img_duration .vertical_center {
  border: 1px solid rgba(255,255,255,.7);
  background: rgba(0,0,0,.3);
}

.mgrf_img .mgle_video_prop_holder {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  width: 54px;
  height: 100%;
}
#img_duration {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  height: 6px;
}
#img_duration .mgle_img_duration {
  top: 10px;
}
.mgrf_img .mgle_img_play_btn {
  padding: 6px 18px;
  border-radius: 9px;
  left: 0;
  background: rgba(176, 176, 176, 0.44);
}
.mgrf_img .mgle_img_play_btn svg {
  height: 16px;
}

.mgle_img_duration {
  cursor: default;
  left: 2px;
}

.mgle_img_play_btn {
  left: -22px;
  cursor: pointer;
}
.mgle_img_play_btn svg {
  height: 16px;
  margin-top: -1px;
}

.video-js button.vjs-big-play-button {
  font-size: 50px;
  width: 70px;
  height: 70px;
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  padding: 10px;
  opacity: .7;
  border: none;
  border-radius: 50%;
  line-height: 1;
  background-color: rgba(0,0,0,.5);
  transition: opacity 0.2s ease;
}
.video-js button.vjs-big-play-button:focus,
.video-js:hover button.vjs-big-play-button {
  background-color: rgba(0,0,0,.5);
  opacity: 1;
  transition: opacity 0.2s ease;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
}
.video-js .vjs-big-play-button span.vjs-icon-placeholder:before {
  position: relative;
}

.mgaf_folder_title::-webkit-input-placeholder {
  color: #ae4a4a;
}
.mgaf_folder_title::placeholder {
  color: #ae4a4a;
  opacity: 1;
}
.mgaf_folder_title::-ms-input-placeholder {
  color: #ae4a4a;
}

.img_error {
  font-size: 12px;
  margin: 12px 0 0 0;
}


/* image-picker */

.image_picker_selector.bieslider_wrap {
  margin-bottom: 0;
  gap: 8px;
}
.image_picker_selector li {
  height: 120px;
}
.image_picker_selector li .thumbnail {
  height: 100%;
  padding: 3px;
  border: 2px solid transparent;
  border-radius: 15px;
}
.image_picker_selector li .thumbnail:hover {
  z-index: 0;
}
.image_picker_selector li .thumbnail.selected {
  border-color: var(--color-main);
}

/* image-picker */


/* bieslider */

.ilazy,
.bieslider_n svg {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.ilazy {
  opacity: 0;
}
.ilazy-loaded {
  opacity: 1;
}

.hidden {
  display: none !important;
}
.hide {
  visibility: hidden !important;
}

.bieslider_field,
.bieslider {
  width: 100%;
  float: left;
}
.bieslider_field {
  position: relative;
}
.bieslider_s {
  height: 100%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.bieslider_sl {
  background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.bieslider_sr {
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.bieslider_sl,
.bieslider_nl {
  left: 0;
}
.bieslider_sr,
.bieslider_nr {
  right: 0;
}
.bieslider_nl {
  justify-content: end;
}
.bieslider_nr {
  justify-content: start;
}
.bieslider_n {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 2;
  cursor: pointer;
}
.bieslider_n svg {
  fill: #fff;
  background-color: rgba(0,0,0,.5);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: .6;
}
.bieslider_n:hover svg {
  opacity: 1;
}
.bieslider_s.hide,
.bieslider_n.hide {
  animation: hide .3s ease;
  animation-fill-mode: forwards;
}
.bieslider_s:not(.hide),
.bieslider_n:not(.hide) {
  animation: nohide .3s ease;
  animation-fill-mode: forwards;
}
@keyframes hide {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes nohide {
  0% {
    opacity: 0;
    visibility: visible;
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.bieslider {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.bieslider::-webkit-scrollbar { 
  display: none;
}
.bieslider_wrap {
  min-width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  float: left;
}
.img_slider_l .bieslider_wrap {
  justify-content: left;
}
.img_slider_r .bieslider_wrap {
  justify-content: right;
}
.bieslider_e {
  position: relative;
  cursor: pointer;
}
.dragging {
  cursor: move;
}
.dragging .bieslider_e {
  pointer-events: none;
}
.bieslider_e img {
  height: 100%;
  border-radius: 12px;
  pointer-events: none;
}
.bieslider_ev video {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}
.bieslider_ev.playing video {
  z-index: auto;
}

@media (min-width: 1px) {
  .bieslider_wrap {
    padding: 0 15px;
    gap: 12px;
  }
  .bieslider_s {
    width: 15px;
  }
  .bieslider_e {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .bieslider_n {
    display: none;
  }
}

@media (min-width: 768px) {
  .bieslider_wrap {
    padding: 0 20px;
  }
  .bieslider_s {
    width: 150px;
  }
  .bieslider_e {
    height: 200px;
  }
}

@media (min-width: 992px) {
  .bieslider_wrap {
    padding: 0 30px;
    gap: 20px;
  }
  .bieslider_s {
    width: 170px;
  }
  .bieslider_e {
    height: 260px;
  }
}

@media (min-width: 1200px) {
  .bieslider_wrap {
    gap: 24px;
  }
  .bieslider_e {
    height: 300px;
  }
}

@media (min-width: 1360px) {
  .bieslider_wrap {
    gap: 30px;
  }
  .bieslider_e {
    height: 360px;
  }
}

.blueimp-gallery,
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity .2s linear;
  -moz-transition: opacity .2s linear;
  -ms-transition: opacity .2s linear;
  -o-transition: opacity .2s linear;
  transition: opacity .2s linear;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .slides > .slide > .slide-content > img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
}
.blueimp-gallery-contain > .slides > .slide > .slide-content,
.blueimp-gallery-contain > .slides > .slide > .slide-content > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.blueimp-gallery {
  position: fixed;
  z-index: 999999;
  overflow: hidden;
  background: #000;
  opacity: 0;
  display: none;
  direction: ltr;
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.blueimp-gallery-carousel {
  position: relative;
  z-index: auto;
  margin: 1em auto;
  padding-bottom: 56.25%;
  box-shadow: 0 0 4px rgba(0,0,0,.1);
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom;
  display: block;
}
.blueimp-gallery-display {
  display: block;
  opacity: 1;
}
.blueimp-gallery > .slides {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.blueimp-gallery-carousel > .slides {
  position: absolute;
}
.blueimp-gallery > .slides > .slide {
  visibility: hidden;
  position: relative;
  float: left;
  height: 100%;
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-gallery > .slides > .slide > .video-content > iframe,
.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.blueimp-gallery > .slides > .slide > .video-content > .video-cover {
  background: center no-repeat;
  background-size: contain;
}
.blueimp-gallery > .slides > .slide > .video-iframe > .video-cover {
  background-color: rgba(0,0,0,.7);
}
.blueimp-gallery > .slides > .slide > .video-content > .video-play,
.bieslider_ev button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MCA4MCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTU2LjI1IDM2LjkxOWEzLjU2IDMuNTYgMCAwIDEgMCA2LjE2MUwzMS4zMTcgNTcuNTE2YTMuNTYgMy41NiAwIDAgMS01LjM0My0zLjA4MXYtMjguODdhMy41NiAzLjU2IDAgMCAxIDUuMzQzLTMuMDgxWiIvPjwvc3ZnPg==");
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: -40px auto 0;
  width: 80px;
  height: 80px;
  opacity: .8;
}
.bieslider_ev button:hover {
  opacity: 1;
}
.blueimp-gallery > .slides > .slide > .video-playing > .video-play,
.blueimp-gallery > .slides > .slide > .video-playing > .video-cover,
.bieslider_ev.playing button {
  display: none;
}
.blueimp-gallery > .slides > .slide-prev,
.blueimp-gallery > .slides > .slide-active,
.blueimp-gallery > .slides > .slide-next {
  visibility: visible;
}
.blueimp-gallery > .slides > .slide-loading,
.blueimp-gallery > .slides > .slide > .video-loading > .video-play,
.bieslider_ev.loading button {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KPGcgdHJhbnNmb3JtPSJyb3RhdGUoMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyIiByeD0iMyIgcnk9IjMuNiIgd2lkdGg9IjYiIGhlaWdodD0iMjQiIGZpbGw9IiNiZGJkYmQiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMC42MjVzIiBiZWdpbj0iLTAuNTcyOTE2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjUyMDgzMzMzMzMzMzMzMzNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDYwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjIiIHJ4PSIzIiByeT0iMy42IiB3aWR0aD0iNiIgaGVpZ2h0PSIyNCIgZmlsbD0iI2JkYmRiZCI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIwLjYyNXMiIGJlZ2luPSItMC40Njg3NDk5OTk5OTk5OTk5NHMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoOTAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjQxNjY2NjY2NjY2NjY2NjYzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxMjAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjM2NDU4MzMzMzMzMzMzMzI2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxNTAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjMxMjQ5OTk5OTk5OTk5OTk0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgxODAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjI2MDQxNjY2NjY2NjY2NjYzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyMTAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjIwODMzMzMzMzMzMzMzMzMxcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyNDAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjE1NjI0OTk5OTk5OTk5OTk3cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjEwNDE2NjY2NjY2NjY2NjY2cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzMDAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49Ii0wLjA1MjA4MzMzMzMzMzMzMzMzcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgzMzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMiIgcng9IjMiIHJ5PSIzLjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjI0IiBmaWxsPSIjYmRiZGJkIj4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjAuNjI1cyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPgo8L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
.blueimp-gallery > .slides > .slide-loading > .slide-content {
  opacity: 0;
}
.blueimp-gallery > .slides > .slide-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PHBhdGggZmlsbD0icmVkIiBkPSJNMCAzMEEzMCAzMCAwIDAgMSAzMCAwYTMwIDMwIDAgMCAxIDMwIDMwIDMwIDMwIDAgMCAxLTMwIDMwQTMwIDMwIDAgMCAxIDAgMzBabTcgMGEyMy4wMjYgMjMuMDI2IDAgMCAwIDIzIDIzIDIzLjAyNiAyMy4wMjYgMCAwIDAgMjMtMjNBMjMuMDI2IDIzLjAyNiAwIDAgMCAzMCA3IDIzLjAyNiAyMy4wMjYgMCAwIDAgNyAzMFptMjcuOTUgMTAuNjA2TDMwIDM1LjY1NmwtNC45NSA0Ljk1YTQgNCAwIDAgMS01LjY1NyAwIDQgNCAwIDAgMSAwLTUuNjU2bDQuOTUtNC45NS00Ljk1LTQuOTVhNCA0IDAgMCAxIDAtNS42NTcgNCA0IDAgMCAxIDUuNjU2IDBsNC45NSA0Ljk1IDQuOTUtNC45NWE0IDQgMCAwIDEgNS42NTcgMCA0IDQgMCAwIDEgMCA1LjY1N0wzNS42NTYgMzBsNC45NSA0Ljk1YTQgNCAwIDAgMSAwIDUuNjU2IDMuOTg2IDMuOTg2IDAgMCAxLTIuODI4IDEuMTcyIDMuOTg4IDMuOTg4IDAgMCAxLTIuODI4LTEuMTcxWiIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
}
.blueimp-gallery > .slides > .slide-error > .slide-content {
  display: none;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next,
.blueimp-gallery-display > .close,
.blueimp-gallery > .slides > .slide > .video-content > .video-play,
.bieslider_ev button {
  background-color: rgba(0,0,0,.5);
  border-radius: 50%;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next,
.blueimp-gallery-display > .close {
  width: 46px;
  height: 46px;
}
.blueimp-gallery-display > .prev,
.blueimp-gallery-display > .next {
  position: absolute;
  top: 50%;
  margin-top: -23px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}
.blueimp-gallery-display > .prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTI0LjcwNyAzMy45NDItOC4zNTctOS45NThhMS40OTQgMS40OTQgMCAwIDEtLjM1LS45ODUgMS41IDEuNSAwIDAgMSAuMzUtLjk4NWw4LjM1Ny05Ljk1OGExLjUgMS41IDAgMCAxIDIuMTEzLS4xODQgMS41IDEuNSAwIDAgMSAuMTg1IDIuMTEzTDE5LjQ0IDIzbDcuNTY1IDkuMDE1YTEuNSAxLjUgMCAwIDEtLjE4NSAyLjExMyAxLjQ5MyAxLjQ5MyAwIDAgMS0uOTYzLjM1MSAxLjUgMS41IDAgMCAxLTEuMTUtLjUzN1oiLz48L3N2Zz4=");
  left: 15px;
}
.blueimp-gallery-display > .next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0ibTIxLjI5MyAzMy45NDIgOC4zNTctOS45NThhMS40OTQgMS40OTQgMCAwIDAgLjM1LS45ODUgMS41IDEuNSAwIDAgMC0uMzUtLjk4NWwtOC4zNTctOS45NThhMS41IDEuNSAwIDAgMC0yLjExMy0uMTg0IDEuNSAxLjUgMCAwIDAtLjE4NSAyLjExM0wyNi41NiAyM2wtNy41NjUgOS4wMTVhMS41IDEuNSAwIDAgMCAuMTg1IDIuMTEzIDEuNDkzIDEuNDkzIDAgMCAwIC45NjMuMzUxIDEuNSAxLjUgMCAwIDAgMS4xNS0uNTM3WiIvPjwvc3ZnPg==");
  right: 15px;
}
.blueimp-gallery-display > .close {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NiA0NiIgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTMwLjQ4NSAzMi42MDYgMjMgMjUuMTIxbC03LjQ4NSA3LjQ4NWExLjUgMS41IDAgMCAxLTIuMTIxIDAgMS41IDEuNSAwIDAgMSAwLTIuMTIxTDIwLjg3OSAyM2wtNy40ODUtNy40ODVhMS41IDEuNSAwIDAgMSAwLTIuMTIxIDEuNSAxLjUgMCAwIDEgMi4xMjEgMEwyMyAyMC44NzlsNy40ODUtNy40ODVhMS41IDEuNSAwIDAgMSAyLjEyMSAwIDEuNSAxLjUgMCAwIDEgMCAyLjEyMUwyNS4xMjEgMjNsNy40ODUgNy40ODVhMS41IDEuNSAwIDAgMSAwIDIuMTIxIDEuNDk0IDEuNDk0IDAgMCAxLTEuMDYuNDM5IDEuNSAxLjUgMCAwIDEtMS4wNjEtLjQzOVoiLz48L3N2Zz4=");
  position: absolute;
  top: 15px;
  right: 15px;
  display: none;
}
.blueimp-gallery > .title {
  position: absolute;
  top: 27px;
  left: 25px;
  margin: 0 70px 0 0;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 0 2px #000;
  opacity: .8;
  display: none !important;
}
.blueimp-gallery-controls > .prev,
.blueimp-gallery-controls > .next,
.blueimp-gallery-controls > .close,
.blueimp-gallery-controls > .title {
  display: block;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.blueimp-gallery-single > .prev,
.blueimp-gallery-left > .prev,
.blueimp-gallery-single > .next,
.blueimp-gallery-right > .next {
  display: none;
}
.blueimp-gallery > .slides > .slide > .slide-content,
.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.blueimp-gallery > .prev:hover,
.blueimp-gallery > .next:hover,
.blueimp-gallery > .close:hover,
.blueimp-gallery > .title:hover,
.blueimp-gallery > .slides > .slide > .video-content > .video-play:hover {
  color: #fff;
  opacity: 1;
}

@media (min-width: 1px) {
  .img_slider .bieslider_e {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .blueimp-gallery-display > .prev,
  .blueimp-gallery-display > .next {
    display: none;
  }
}
@media (max-width: 991px) {
  .img_slider_np {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
  }
  .blueimp-gallery-display > .close {
    display: block;
  }
}
@media (min-width: 992px) {
  .img_slider_np .bieslider_wrap {
    padding: 0;
  }
  .img_slider .bieslider_e {
    height: 225px;
  }
}

/* bieslider */