@charset "UTF-8";
/* prettier-ignore */
svg {
  fill: currentColor;
}

.form-label {
  padding-bottom: 0.15rem !important;
  padding-left: 0rem !important;
  text-transform: unset !important;
  font-size: unset !important;
  line-height: unset !important;
}

.bm-form-readonly-value {
  margin: 0.1rem 0.1rem 0.1rem 1.3rem;
}

h2 {
  margin-bottom: 0.5rem !important;
}

.bm-optional-label {
  font-size: 0.8em;
  color: #a9adba;
}

.card-header {
  background-color: #F7F7F7;
}

.p-box {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1rem 1rem;
}

label.required::after {
  content: "*";
  color: #c93a3a;
}

.img-title {
  width: 1rem;
}

.p-icon {
  width: 1rem;
}

/* Target only text inputs that are readonly */
input[type=text][readonly] {
  background-color: #f5f5f5;
}

.breadcrumb-item {
  margin: 0.25rem 0rem !important;
}

.bm-btn-main:hover {
  color: #FF5622;
  background-color: #fff;
  border: 2px solid #FF5622;
}
.bm-btn-main:active {
  background-color: #f36e45 !important;
}

.bm-btn-main-outline {
  color: #FF5622;
  background-color: #fff;
  border: 2px solid #FF5622;
}
.bm-btn-main-outline:hover {
  color: #fff;
  background-color: #FF5622;
}
.bm-btn-main-outline:active {
  background-color: #e54a1a !important;
}

.bm-editable-card {
  padding: 2rem 1.5rem 1.125rem;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 0.375rem;
  margin: 2.25rem 0 0;
  position: relative;
  background-color: white;
}
.bm-editable-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 1rem;
  padding: 0.5rem 0.9375rem;
  position: absolute;
  left: 1.4375rem;
  top: -1.0625rem;
  z-index: 1;
  background-color: rgb(248, 249, 250);
}
.bm-editable-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.1rem 1rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 2rem;
  color: #FF5622;
  position: absolute;
  right: 1.5rem;
  top: -1.0625rem;
  border: 0.0625rem solid rgb(222, 226, 230);
  border-radius: 1rem;
  background-color: rgb(248, 249, 250);
}
.bm-editable-card__link svg {
  fill: currentColor;
  width: 1rem;
  height: 1rem;
}
.bm-editable-card__link:hover {
  color: #e54a1a;
}
.bm-editable-card__link:active {
  color: #be3910;
}

.bm-static-alert--hint {
  background-color: rgba(255, 86, 34, 0.0509803922);
  color: #495057;
  border: 0px;
}
.bm-static-alert--hint .fa-regular {
  color: #FE9900;
}
.bm-static-alert--warn {
  background-color: #ffe5d0;
  color: #495057;
  border: 0px;
}
.bm-static-alert--warn .fa-regular {
  color: #FD9843;
}
.bm-static-alert--error {
  background-color: #f8d7da;
  color: #495057;
  border: 0px;
}
.bm-static-alert--error .fa-regular {
  color: #E35D6A;
}
.bm-static-alert--success {
  background-color: #D1E7DD;
  color: #495057;
  border: 0px;
}
.bm-static-alert--success .fa-regular {
  color: #479F76;
}

.static-alert {
  border-radius: 0.375rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  padding: 1rem 1.0625rem;
  position: relative;
}
.static-alert__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
  margin: 0 0 0.3125rem;
}
.static-alert__title {
  font-size: 0.75rem;
  font-weight: 500;
  color: #212529;
  letter-spacing: 0.02em;
}
.static-alert__text {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  color: #495057;
}
@media (min-width: 560px) {
  .static-alert__text {
    width: 90%;
  }
}
.static-alert__close {
  position: absolute;
  top: 1.3125rem;
  right: 1.1875rem;
  z-index: 1;
  width: 0.4rem;
  height: 0.4rem;
  color: #212529;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.static-alert__close:hover {
  color: #FF5622;
}
.static-alert.static-alert-hint {
  background-color: rgba(255, 86, 34, 0.05);
}
.static-alert.static-alert-warn {
  background-color: #ffe5d0;
}
.static-alert.static-alert-error {
  background-color: #f8d7da;
}
.static-alert.static-alert-success {
  background-color: #D1E7DD;
}

.select2 {
  font-family: "Roboto" !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #FF5622 !important;
  color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #FF5622 !important; /* Bootstrap primary blue color */
  color: #fff !important; /* Text color */
  border: 1px solid #ff5622 !important; /* Border color */
}

/* Style for the remove/close button (×) */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fab39e !important; /* Slightly transparent white */
  margin-right: 5px !important;
}

/* Hover state for the remove button */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fed0c2 !important;
  background-color: #FF5622 !important;
}

/* Fix Select2 inside input groups */
.input-group > .select2-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1% !important;
}

.input-group > .select2-container .select2-selection--single,
.input-group > .select2-container .select2-selection--multiple {
  height: 100%;
  line-height: 1.5;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 2rem;
}

.input-group > .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.875rem;
}

.bm-input-group-icon {
  padding: 0px 10px;
}

.bm-icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
}
.bm-icon-btn__count {
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% + 0.5px);
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.5625rem;
  color: #ffffff;
  text-align: center;
  display: none;
}
.active .bm-icon-btn__count {
  display: block;
}
.bm-icon-btn--menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bm-icon-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  -webkit-transition: color 0.2s linear, -webkit-filter 0.2s linear;
  transition: color 0.2s linear, -webkit-filter 0.2s linear;
  -o-transition: color 0.2s linear, filter 0.2s linear;
  transition: color 0.2s linear, filter 0.2s linear;
  transition: color 0.2s linear, filter 0.2s linear, -webkit-filter 0.2s linear;
}
.bm-icon-btn--empty .bm-icon-btn__icon svg {
  fill: transparent;
  stroke: #212529;
  stroke-width: 1.5px;
  -webkit-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
  transition: fill 0.2s linear;
}
.bm-icon-btn__title {
  font-size: 0.75rem;
  color: #adb5bd;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.bm-icon-btn svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
.bm-icon-btn--gray .bm-icon-btn__icon {
  color: #54595e;
}
.bm-icon-btn--gray .bm-icon-btn__title {
  color: #adb5bd;
}
.bm-icon-btn--gray:hover .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--gray.active .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--gray.active:hover .bm-icon-btn__icon {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.bm-icon-btn--white .bm-icon-btn__icon {
  color: #fff;
}
.bm-icon-btn--white:hover .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--white.active .bm-icon-btn__icon {
  color: #FF5622;
}
.bm-icon-btn--white.active:hover .bm-icon-btn__icon {
  -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.5));
}
.bm-icon-btn--empty:hover .bm-icon-btn__icon svg {
  fill: #212529;
}
.bm-icon-btn--empty.active .bm-icon-btn__icon svg {
  fill: #212529;
}
.bm-icon-btn--menu {
  gap: 0.25rem;
}
.bm-icon-btn--menu .bm-icon-btn__icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #adb5bd;
}
.bm-icon-btn--menu .bm-icon-btn__link {
  font-size: 0.625rem;
  color: #dee2e6;
}

.bm-btn-select-lang {
  color: #fff;
  padding: 0px;
}
.bm-btn-select-lang--white {
  color: #ffffff;
}
.bm-btn-select-lang--gray {
  color: #adb5bd;
}
.bm-btn-select-lang:hover {
  color: #FF5622;
}
.bm-btn-select-lang:active {
  color: #fab39e !important;
}

.bm-navbar-vertical .nav-link {
  margin: 0px !important;
  border-radius: 0% !important;
}
.bm-navbar-vertical .nav-link-icon {
  font-size: x-large !important;
  width: 1.5rem !important;
}
.bm-navbar-vertical .nav-link-icon .fa-solid {
  font-size: 1.2rem !important;
}
.bm-navbar-vertical .nav-link-icon .fa-regular {
  font-size: 1.2rem !important;
}
.bm-navbar-vertical .navbar-vertical-content .navbar-vertical-label {
  font-size: medium !important;
}
.bm-navbar-vertical .navbar-vertical-content .nav-link {
  padding: 0.5rem 0.5rem 0.5rem 0.8rem !important;
}
.bm-navbar-vertical .navbar-vertical-content .nav-link:hover {
  color: #FF5622 !important;
}

.navbar-top .nav-link:hover {
  color: #FF5622 !important;
}
.navbar-top .nav-link .fa-regular {
  font-size: 1.5rem !important;
  vertical-align: middle !important;
}

.nav-underline .nav-link {
  border-bottom: var(--phoenix-nav-underline-border-width) solid !important;
}

.main-content {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}

.section-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: #444;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 0.75rem;
}

/* Dropzone styling */
.dropzone-wrapper {
  margin-bottom: 2rem;
}

.custom-dropzone {
  border: 2px dashed var(--primary-color);
  border-radius: 8px;
  background-color: var(--light-bg);
  min-height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.custom-dropzone:hover {
  background-color: #eef2ff;
}

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

.dz-message h3 {
  color: var(--primary-color);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.dz-message p {
  color: #666;
  font-size: 0.9rem;
}

/* Hide default dropzone preview */
.dropzone .dz-preview {
  display: none;
}

/* Images container */
.images-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 1.5rem;
}

.no-images-message {
  text-align: center;
  color: #666;
  padding: 2rem;
  background-color: var(--light-bg);
  border-radius: 8px;
  grid-column: 1/-1;
}

/* Image item */
.image-card {
  background-color: white;
  border-radius: 8px;
  border: 1px solid var(--border-color);
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s;
  transition: transform 0.2s, box-shadow 0.2s, -webkit-transform 0.2s, -webkit-box-shadow 0.2s;
}

.image-card:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem 1rem;
  background-color: #f8f9fa;
  border-bottom: 1px solid var(--border-color);
}

.image-title {
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 200px;
}

.remove-btn {
  background-color: transparent;
  border: none;
  color: var(--danger-color);
  cursor: pointer;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.remove-btn:hover {
  background-color: rgba(244, 67, 54, 0.1);
}

/* Cropper wrapper */
.cropper-wrapper {
  height: 280px;
  background-color: #f1f1f1;
  position: relative;
}

/* Image info */
.image-info {
  padding: 0.75rem 1rem;
  font-size: 0.8rem;
  color: #666;
  border-top: 1px solid var(--border-color);
}

.image-info p {
  margin: 0;
}

/* Upload button */
.submit-area {
  text-align: center;
  margin-top: 2rem;
}

.upload-btn {
  background-color: var(--primary-color);
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.1s;
  transition: background-color 0.2s, -webkit-transform 0.1s;
  -o-transition: background-color 0.2s, transform 0.1s;
  transition: background-color 0.2s, transform 0.1s;
  transition: background-color 0.2s, transform 0.1s, -webkit-transform 0.1s;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.upload-btn:hover {
  background-color: var(--secondary-color);
}

.upload-btn:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.upload-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/* Enhance cropper visuals */
.cropper-view-box {
  outline: 2px solid white;
  outline-color: rgba(255, 255, 255, 0.8);
}

.cropper-line {
  background-color: rgba(255, 255, 255, 0.8);
}

.cropper-point {
  background-color: white;
  width: 8px;
  height: 8px;
}

.cropper-face {
  background-color: transparent;
  border: 2px solid var(--primary-color);
}

/* Media queries */
@media (max-width: 768px) {
  .images-container {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
  .main-content {
    padding: 1.5rem;
  }
}
@media (max-width: 480px) {
  .images-container {
    grid-template-columns: 1fr;
  }
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.bm-input-counter {
  font-size: 0.8rem;
  color: #6c757d;
}
.bm-input-counter--absolute-position {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.form-floating .bm-input-counter {
  bottom: 2.5rem;
}

.page-loader-wrapper {
  z-index: 99999999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  overflow: hidden;
  text-align: center;
}

.page-loader-wrapper p {
  font-size: 13px;
  margin-top: 10px;
  font-weight: bold;
  color: #444;
}

.page-loader-wrapper .loader {
  position: relative;
  top: calc(40% - 30px);
}

.page-loader-wrapper .line {
  -webkit-animation: loader-expand-line 1s ease-in-out infinite;
  animation: loader-expand-line 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 4px;
  width: 2px;
  height: 25px;
}

.page-loader-wrapper .line:nth-child(1) {
  background: #f31e58;
}

.page-loader-wrapper .line:nth-child(2) {
  -webkit-animation-delay: 180ms;
  animation-delay: 180ms;
  background: #258cce;
}

.page-loader-wrapper .line:nth-child(3) {
  -webkit-animation-delay: 360ms;
  animation-delay: 360ms;
  background: #f6a724;
}

.page-loader-wrapper .line:nth-child(4) {
  -webkit-animation-delay: 540ms;
  animation-delay: 540ms;
  background: #83c541;
}

@-webkit-keyframes loader-expand-line {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes loader-expand-line {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.ajax-loader {
  position: fixed;
  z-index: 1099999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.ajax-loader:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.ajax-loader:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ajax-loader:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

.ajax-loaderBox {
  z-index: 1099999; /*99999 - sweetalert*/
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
}

/* Transparent Overlay */
.ajax-loaderBox:before {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.ajax-loaderBox:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ajax-loaderBox:not(:required):after {
  content: "";
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content {
  padding-bottom: 1rem;
}

.card-title {
  font-weight: bold !important;
  margin-bottom: 0px !important;
}

.bm-card-localization-item .card-header {
  padding: 0.5rem;
}

.section-divider-label {
  text-align: center;
  margin-bottom: -10px;
  position: relative;
  z-index: 1;
}

.section-divider-label .section-divider-icon {
  vertical-align: middle;
}

.section-divider-label span {
  display: inline-block;
  color: #6d6e70;
  background-color: rgb(245, 247, 250);
  padding: 0 10px;
  font-weight: 500;
  font-size: 1.1rem;
}

hr.section-divider {
  border-top: 1px solid #ccc;
  margin-top: 0;
  position: relative;
  z-index: 0;
}

@media (max-width: 767.98px) {
  .bm-mobile-px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .bm-mobile-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .bm-mobile-px-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.logo-text-header {
  font-weight: 700;
  font-size: 1.5rem;
  color: white !important;
  text-decoration: none;
}
.logo-text-header:hover {
  text-decoration: none;
}
.logo-text-header .logo-todoevent-part2 {
  background-color: #FF5622 !important;
  padding: 2px;
  color: black !important;
  margin: 4px;
}

.bm-btn-outline-lang-white {
  color: white;
  padding: 0.5rem;
}

.bm-container {
  width: 100%;
  margin: 0 auto;
  max-width: 71.25rem;
  padding: 0 0.75rem;
}
.bm-container--long {
  max-width: 84rem;
}

.bm-title {
  margin: 0;
  line-height: 1.2;
}
.bm-title--dark {
  color: #212529;
}
.bm-title--white {
  color: #ffffff;
}
.bm-title--blue {
  color: #212529;
}
.bm-title--gray {
  color: #495057;
}
.bm-title--center {
  text-align: center;
}
.bm-title--sm {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.035em;
}
.bm-title--mini {
  line-height: 1;
  font-size: 0.875rem;
}
.bm-title--small {
  line-height: 1;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .bm-title--small {
    letter-spacing: -0.01em;
  }
}
.bm-title--mid {
  line-height: 1;
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  .bm-title--mid {
    letter-spacing: -0.01em;
  }
}
.bm-title--bold {
  font-weight: bold;
}

.bm-icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  gap: 0.5625rem;
}
.bm-icon-link__icon {
  width: 1rem;
  height: 1rem;
}
.bm-icon-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-icon-link__text {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
}
.bm-icon-link:hover {
  color: #FF5622;
}

.vo-simple-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.5rem;
  border-radius: 1.25rem;
  padding: 0.25rem 0.625rem;
  letter-spacing: 0.04em;
}
.vo-simple-badge--orange {
  color: #ffffff;
  background-color: #FF5622;
}

.bm-simple-link {
  display: block;
}
.bm-simple-link--gray-mid {
  font-size: 1rem;
  font-weight: 600;
  color: #adb5bd;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.bm-simple-link--gray-mid:hover {
  color: #FF5622;
}
.bm-simple-link--gray-small {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #667580;
}
.bm-simple-link--gray-small:hover {
  color: #FF5622;
}
.bm-simple-link--orange-small {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #FF5622;
}
.bm-simple-link--orange-small:hover {
  color: #be3910;
}
.bm-simple-link--orange-mid {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #FF5622;
}
.bm-simple-link--orange-mid:hover {
  color: #be3910;
}
.bm-simple-link--blue-mini {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: #212529;
}
.bm-simple-link--blue-mini:hover {
  color: #FF5622;
}
.bm-simple-link--gray-mini {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #adb5bd;
}
.bm-simple-link--gray-mini:hover {
  color: #FF5622;
}
.bm-simple-link--underline {
  border-bottom: 1px solid;
}

.bm-simple-text {
  margin: 0;
}
.bm-simple-text--gray-def {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.02em;
  color: #6c757d;
}

.bm-img-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  color: #212529;
  gap: 0.4375rem;
}
.bm-img-link__img {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  overflow: hidden;
}
.bm-img-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bm-img-link__text {
  font-size: 0.75rem;
}
.bm-img-link .bm-img-link__text {
  font-size: 0.875rem;
}
.bm-img-link[href]:hover {
  color: #FF5622;
}

.bm-plus-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  gap: 0.5625rem;
}
.bm-plus-link__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.bm-plus-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-plus-link__text {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
.bm-plus-link:hover {
  color: #FF5622;
}

.bm-back-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  gap: 0.5rem;
}
.bm-back-link__icon {
  width: 1rem;
  height: 1rem;
}
.bm-back-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-back-link__text {
  font-size: 0.875rem;
}
.bm-back-link:hover {
  color: #FF5622;
}

.bm-eye-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9ca2a8;
  gap: 8px;
}
.bm-eye-link__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.bm-eye-link__icon svg {
  width: 100%;
  height: 100%;
}
.bm-eye-link__text {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
}
@media (min-width: 1200px) {
  .bm-eye-link__text {
    font-size: 1rem;
  }
}
.bm-eye-link:hover {
  color: #FF5622;
}

.bm-logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.bm-logo--header {
  width: 5.6875rem;
  height: 1.3125rem;
  margin: 0 auto 0 0;
}
@media (min-width: 640px) {
  .bm-logo--header {
    width: 8.75rem;
    height: 2.125rem;
  }
}
.bm-logo--header img {
  width: 100%;
  height: 100%;
}
.bm-logo--footer {
  width: 8.75rem;
  height: 2.125rem;
}
@media (max-width: 559px) {
  .bm-logo--footer {
    margin: 0 auto;
  }
}
.bm-logo--footer img {
  width: 100%;
  height: 100%;
}
.bm-logo--big {
  width: 100%;
  max-width: 21.5625rem;
}
.bm-logo--big img {
  width: 100%;
  height: auto;
}

.bm-footer li {
  list-style: none;
  list-style-type: none;
}

.bm-footer {
  background-color: #212529;
  padding: 2.375rem 0 5.625rem;
}
@media (min-width: 901px) {
  .bm-footer {
    padding: 2.375rem 0;
  }
}
.bm-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
@media (min-width: 560px) {
  .bm-footer__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .bm-footer__top {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.bm-footer__top .bm-title {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  margin: 0 0 1.1875rem;
}
.bm-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.3125rem 0 0;
  gap: 0.75rem;
}
@media (min-width: 560px) {
  .bm-footer__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 1.375rem;
  }
}
.bm-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
  margin: 1rem 0 0;
}
@media (min-width: 560px) {
  .bm-footer__right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .bm-footer__right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 0;
  }
}
@media (min-width: 992px) {
  .bm-footer__right > .bm-icon-btn {
    margin: auto 0 0.5625rem;
  }
}
.bm-footer__right-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.375rem;
}
@media (min-width: 992px) {
  .bm-footer__right-top {
    margin: 0 0 0.5rem 0;
  }
}
@media (min-width: 1200px) {
  .bm-footer__right-top {
    margin: -0.5625rem -1.125rem 0.5rem 0;
  }
}
.bm-footer__columns {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625rem 2.5rem;
  margin: 1.25rem 0 1rem;
}
@media (min-width: 560px) {
  .bm-footer__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .bm-footer__columns {
    margin: 0;
    padding: 0 3%;
  }
}
@media (min-width: 1200px) {
  .bm-footer__columns {
    padding: 0 8% 0 3%;
  }
}
@media (max-width: 991px) {
  .bm-footer__columns {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
@media (max-width: 559px) {
  .bm-footer__columns .bm-footer-btn {
    width: 100%;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
.bm-footer__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 559px) {
  .bm-footer__column:first-child {
    grid-column: 1/3;
  }
}
.bm-footer__column .bm-simple-link {
  margin: 0 0 0.375rem;
}
.bm-footer__column .bm-simple-link + .bm-simple-link:last-child {
  margin: 0 0 20px;
}
.bm-footer__column .bm-footer-btn {
  margin: auto 0 0;
}
.bm-footer__ul {
  padding: 0;
  margin: 0.375rem 0 0;
}
.bm-footer__ul li {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #adb5bd;
  position: relative;
  padding: 0 0 0 0.75rem;
}
.bm-footer__ul li + li {
  margin: 0.375rem 0 0;
}
.bm-footer__ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0;
  z-index: 1;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #adb5bd;
  border-radius: 100%;
}
.bm-footer__ul li a {
  display: block;
  color: #adb5bd;
}
.bm-footer__ul li a:hover {
  color: #FF5622;
}

.bm-copy {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  color: #ffffff;
}

.vo-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.1s linear;
  -o-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
}
@media (max-width: 900px) {
  .vo-header {
    border-color: #dee2e6;
  }
}
.vo-header__top-wrap {
  position: relative;
  z-index: 2;
  background-color: #f8f9fa;
  border-bottom: 1px solid transparent;
}
.vo-scroll .vo-header__top-wrap {
  border-color: #dee2e6;
}
.vo-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8125rem 0;
}
@media (min-width: 901px) {
  .vo-header__top {
    padding: 0.9375rem 0;
  }
}
@media (max-width: 1199px) {
  .vo-header__top .vo-geo-block {
    display: none;
  }
}
.vo-header__top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}
@media (min-width: 901px) {
  .vo-header__top-right {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .vo-header__top-right {
    gap: 1.5rem;
  }
}
@media (max-width: 900px) {
  .vo-header__top-right > *:not(.vo-lang-block):not(.vo-burger) {
    display: none;
  }
}
@media (min-width: 901px) {
  .vo-header .vo-lang-block {
    margin: 0 -0.625rem;
  }
}
.vo-header--short .vo-lang-block {
  margin: 0;
}

.vo-burger {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  padding: 0px;
  background: transparent;
  border: none;
}
.vo-burger:focus {
  color: #FF5622;
}
.vo-burger::after {
  content: "";
  display: block;
  position: absolute;
  width: 120%;
  height: 120%;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vo-burger img {
  width: 100%;
  height: 100%;
}
@media (min-width: 901px) {
  .vo-burger {
    display: none;
  }
}

.vo-top-block {
  background-color: #FF5622;
  -webkit-transition: margin-top 0.2s linear;
  -o-transition: margin-top 0.2s linear;
  transition: margin-top 0.2s linear;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .vo-top-block:not(.vo-top-block--profile) {
    display: none;
  }
}
.vo-top-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
}
.vo-top-block__search {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 700px) {
  .vo-top-block--profile {
    background-color: #e54a1a;
  }
}
.vo-top-block--profile .vo-top-block__body {
  display: grid;
  grid-template-columns: 1fr 3.5rem;
  grid-gap: 0;
  min-height: 2.75rem;
}
@media (min-width: 700px) {
  .vo-top-block--profile .vo-top-block__body {
    grid-template-columns: 16.25rem 1fr 6rem;
  }
}
@media (min-width: 901px) {
  .vo-top-block--profile .vo-top-block__body {
    grid-template-columns: 16.25rem 1fr 16.25rem;
    grid-gap: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .vo-top-block--profile .vo-top-block__body {
    grid-template-columns: 19.875rem 1fr 19.875rem;
  }
}
.vo-top-block--profile .vo-top-block__body .bm-title {
  margin: 0 0 -0.1875rem;
}
@media (max-width: 900px) {
  .vo-top-block--profile .vo-top-block__body .bm-title {
    text-align: center;
    font-size: 1rem;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .vo-top-block--profile .vo-top-block__body .bm-title {
    text-align: left;
  }
}
.vo-top-block--profile .vo-top-block__body .vo-categ-button {
  width: 100%;
  height: 4.75rem;
}
@media (max-width: 700px) {
  .vo-top-block--profile .vo-top-block__body .vo-categ-button:first-child {
    display: none;
  }
}
.vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child {
  position: relative;
  cursor: pointer;
}
@media (max-width: 900px) {
  .vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child .vo-categ-button__title {
    display: none;
  }
}
@media (max-width: 700px) {
  .vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child {
    padding: 0;
    height: 100%;
  }
}
.vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child:hover .vo-categ-button__arr {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child:hover .vo-secondary-dropdown {
  opacity: 1;
  pointer-events: all;
}
.vo-scroll .vo-top-block--profile .vo-top-block__body .vo-categ-button:last-child:hover .vo-secondary-dropdown {
  opacity: 0;
  pointer-events: none;
}
.vo-scroll .vo-top-block {
  margin-top: -5rem;
}

.vo-secondary-dropdown {
  min-width: 16.25rem;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: #ffffff;
  width: 100%;
  border-radius: 0 0 0.375rem 0.375rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.vo-secondary-dropdown .bm-img-link {
  margin-left: 2.9375rem;
  padding: 0.875rem 0;
}
.vo-secondary-dropdown .bm-img-link + .bm-img-link {
  border-top: 1px solid #f8f9fa;
}
.vo-secondary-dropdown .bm-plus-link {
  border-top: 1px solid #f8f9fa;
  padding: 1.25rem 0 1.25rem 1rem;
}

.vo-categ-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 11.25rem;
  padding: 1.25rem 0.9375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #e54a1a;
}
@media (min-width: 1200px) {
  .vo-categ-button {
    width: 14.375rem;
    padding: 1.625rem 0.9375rem;
  }
}
.vo-categ-button__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.vo-categ-button__icon img {
  width: 100%;
  height: 100%;
}
.vo-categ-button__icon + .vo-categ-button__title {
  margin: 0 0 0 0.5rem;
}
.vo-categ-button__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.0625rem;
  margin: 0 0 0 0.5rem;
}
.vo-categ-button__text {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0 0 0.5rem;
}
.vo-categ-button__title {
  font-size: 1rem;
  font-weight: bold;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .vo-categ-button__title {
    font-size: 1.125rem;
  }
}
.vo-categ-button__sub {
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
}
.vo-categ-button__arr {
  width: 1rem;
  height: 1rem;
  margin: 0 0 0 auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.vo-categ-button__arr img {
  width: 100%;
  height: 100%;
}
.vo-active .vo-categ-button__arr {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.vo-categ-button--secondary .vo-categ-button__icon {
  width: 2.25rem;
  height: 2.25rem;
}
.vo-categ-button--menu {
  width: 100%;
  background-color: transparent;
}
.vo-categ-button--menu .vo-categ-button__title {
  color: #212529;
}
.vo-categ-button--menu .vo-categ-button__sub {
  color: #212529;
}

.vo-mob-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.vo-mob-menu.show {
  opacity: 1;
  pointer-events: all;
}
.vo-mob-menu__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.25rem;
  padding: 0 0.75rem;
  border-bottom: 1px solid var(--gray3-color);
}
.vo-mob-menu__close {
  width: 1rem;
  height: 1rem;
  color: var(--dark-blue-color);
  margin: -0.1875rem 0.25rem 0 0;
}
.vo-mob-menu__close svg {
  width: 100%;
  height: 100%;
}
.vo-mob-menu__body {
  width: 100%;
  height: calc(100% - 52px);
  padding: 0 0 0.875rem;
  overflow: auto;
}
.vo-mob-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0.875rem 0 1.25rem;
  padding: 0 0.875rem;
}
.vo-mob-menu__acc {
  border-top: 1px solid var(--gray3-color);
  border-bottom: 1px solid var(--gray3-color);
}
.vo-mob-menu__acc.active {
  padding-bottom: 1.125rem;
}
.vo-mob-menu .vo-categ-button--secondary {
  border-bottom: 1px solid var(--gray3-color);
}
.vo-mob-menu__acc-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125rem;
  padding: 0 0.875rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}

.vo-profile-link {
  display: block;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s linear, background-color 0.2s linear;
  -o-transition: border-color 0.2s linear, background-color 0.2s linear;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.vo-profile-link__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #212529;
  cursor: pointer;
  padding: get-rem(16) get-rem(16);
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.vo-profile-link__icon {
  width: get-rem(24);
  height: get-rem(24);
  -webkit-transition: margin-left 0.2s linear;
  -o-transition: margin-left 0.2s linear;
  transition: margin-left 0.2s linear;
}
.vo-profile-link__icon svg {
  width: 100%;
  height: 100%;
}
.vo-profile-link__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  width: get-rem(24);
  height: get-rem(24);
  background-color: #FF5622;
  color: #f8f9fa;
  font-size: get-rem(12);
  margin: 0 0 0 auto;
}
.vo-profile-link__text {
  font-size: get-rem(12);
  font-weight: 500;
  margin: 0 get-rem(8);
  letter-spacing: 0.04em;
}
.vo-profile-link__arrow {
  width: get-rem(16);
  height: get-rem(16);
  margin: 0 0 0 auto;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.active .vo-profile-link__arrow {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.vo-profile-link__arrow svg {
  width: 100%;
  height: 100%;
}
.vo-profile-link__hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: get-rem(2) 0 0 get-rem(50);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  -o-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear;
}
.vo-profile-link__hidden .bm-img-link + .bm-img-link {
  margin: get-rem(8) 0 0;
}
.vo-profile-link__hidden .bm-plus-link {
  margin: get-rem(18) 0 get-rem(15) get-rem(-34);
}
@media (min-width: 1200px) {
  .vo-profile-link:hover {
    border-color: #dee2e6;
    background-color: #ffffff;
  }
  .vo-profile-link:hover .profile-link__icon {
    margin-left: get-rem(12);
  }
  .vo-profile-link:hover .profile-link__top {
    color: #FF5622;
  }
}
.vo-profile-link.active {
  border-color: #dee2e6;
  background-color: #ffffff;
}
.vo-profile-link.active .vo-profile-link__icon {
  margin-left: get-rem(12);
}
.vo-profile-link.active .vo-profile-link__top {
  color: #FF5622;
}

.services-block {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.services-block__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
  margin: 0 0 2.5rem;
}
@media (min-width: 860px) {
  .services-block__top {
    margin: 0 0 1.6875rem;
  }
}
.services-block__top .button {
  min-height: 2rem;
}
@media (max-width: 859px) {
  .services-block__top .button {
    font-size: 0.75rem;
  }
}
.services-block__filter {
  background-color: #fff;
  border-radius: 0.375rem;
  position: relative;
  margin: 0 0 2.5rem;
}
@media (max-width: 859px) {
  .services-block__filter {
    background-color: transparent;
    position: sticky;
    top: 4.375rem;
    z-index: 3;
  }
}
@media (max-width: 640px) {
  .services-block__filter {
    top: 3.75rem;
  }
}
@media (min-width: 860px) {
  .services-block__filter {
    padding: 1.0625rem;
  }
}
@media (min-width: 1080px) {
  .services-block__filter {
    padding: 1.0625rem 3rem 1.0625rem 1.125rem;
  }
}
@media (min-width: 1260px) {
  .services-block__filter .form-item {
    max-width: 16.0625rem;
  }
}
.services-block__filter .form-item + .form-item {
  margin: 0;
}
.services-block__filter label.text-danger {
  right: initial;
  left: 0;
  text-align: left;
}
.services-block__filter > .close-filter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (max-width: 1079px) {
  .services-block__filter > .close-filter {
    display: none;
  }
}
.services-block__filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1.25rem;
}
@media (max-width: 1259px) {
  .services-block__filter-body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 2%;
  }
  .services-block__filter-body .search-filter {
    max-width: 100%;
    margin: 0 0 2%;
  }
  .services-block__filter-body .form-item {
    width: 49%;
  }
}
@media (max-width: 859px) {
  .services-block__filter-body {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% - 4px);
    width: 100%;
    z-index: 5;
    background-color: #fff;
    padding: 0.875rem;
    border: 1px solid #FF5622;
    border-top: none;
    border-radius: 0 0 0.375rem 0.375rem;
  }
}
@media (max-width: 560px) {
  .services-block__filter-body {
    gap: 0.875rem;
  }
  .services-block__filter-body .search-filter {
    margin: 0;
  }
  .services-block__filter-body .form-item {
    width: 100%;
  }
}
.services-block__mob-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 1rem;
  background-color: #FF5622;
  border-radius: 0.375rem;
}
@media (min-width: 860px) {
  .services-block__mob-filter {
    display: none;
  }
}
.services-block__mob-filter .title {
  color: #ffffff;
}
.services-block__mob-filter .close-filter {
  -webkit-transform: rotate(90deg) scaleX(-1);
  -ms-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
  margin: 0 0.75rem 0 0;
  height: 2.625rem;
  background-color: transparent;
}
.is-active .services-block__mob-filter .close-filter {
  -webkit-transform: rotate(90deg) scaleX(1);
  -ms-transform: rotate(90deg) scaleX(1);
  transform: rotate(90deg) scaleX(1);
}
.active .services-block__mob-filter {
  border-radius: 0.375rem 0.375rem 0 0;
}
.services-block__mob-filter.is-active ~ .services-block__filter-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.services-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 1.125rem 0 0;
}
.services-block__list {
  position: relative;
}
.services-block__list .side-btn {
  right: initial;
  left: calc(100% - 3.0625rem);
  top: 3.0625rem;
}
@media (max-width: 1365px) {
  .services-block__list .side-btn {
    left: calc(100% - 3.0625rem);
  }
}
@media (max-width: 1199px) {
  .services-block__list .side-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1079px) {
  .services-block__list .side-btn {
    display: none;
  }
}

.search-filter {
  width: 100%;
  max-width: 21.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.search-filter__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FF5622;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-radius: 0 0.375rem 0.375rem 0;
  color: #ffffff;
  gap: 0.5rem;
  padding: 0 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.search-filter__btn span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 1299px) {
  .search-filter__btn span {
    display: none;
  }
}
.search-filter__btn:hover {
  background-color: #e54a1a;
}
.search-filter__input {
  width: 100%;
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-right: none;
  border-radius: 0.375rem 0 0 0.375rem;
  padding: 0 0 0 1.0625rem;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #212529;
  letter-spacing: 0.04em;
}
.search-filter__input::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #adb5bd;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.04em;
}
.search-filter__input::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #adb5bd;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.04em;
}
.search-filter__input:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #adb5bd;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.04em;
}
.search-filter__input::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #adb5bd;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.04em;
}
.search-filter__input::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #adb5bd;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  letter-spacing: 0.04em;
}
.search-filter__input:focus::-webkit-input-placeholder {
  opacity: 0.3;
}
.search-filter__input:focus::-moz-placeholder {
  opacity: 0.3;
}
.search-filter__input:focus:-ms-input-placeholder {
  opacity: 0.3;
}
.search-filter__input:focus::-ms-input-placeholder {
  opacity: 0.3;
}
.search-filter__input:focus::placeholder {
  opacity: 0.3;
}
.search-filter__input::-webkit-search-cancel-button {
  display: none !important;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  border-radius: 0.375rem;
  gap: 0.5rem;
  padding: 0 0.8125rem 0.9375rem 0;
  background-color: #fff;
}
@media (min-width: 560px) {
  .service-item {
    gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .service-item {
    gap: 1.5rem;
  }
}
@media (max-width: 860px) {
  .service-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 559px) {
  .service-item {
    padding: 0 0 0.9375rem;
  }
}
.service-item + .service-item {
  margin: 1.25rem 0 0;
}
.service-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  gap: 1rem;
  width: calc(100% - 320px);
}
@media (min-width: 1200px) {
  .service-item__body {
    gap: 1.5rem;
  }
}
@media (max-width: 1199px) {
  .service-item__body {
    width: calc(100% - 276px);
  }
}
@media (max-width: 860px) {
  .service-item__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 320px);
  }
}
@media (max-width: 640px) {
  .service-item__body {
    width: calc(100% - 270px);
  }
}
@media (max-width: 559px) {
  .service-item__body {
    width: 100%;
    padding: 0 1rem;
  }
}
.service-item__left {
  width: 100%;
  max-width: 18.375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .service-item__left {
    max-width: 15.625rem;
  }
}
@media (max-width: 1079px) {
  .service-item__left {
    max-width: 18.375rem;
  }
}
@media (max-width: 640px) {
  .service-item__left {
    max-width: 15.625rem;
  }
}
@media (max-width: 559px) {
  .service-item__left {
    max-width: 100%;
  }
}
.service-item__left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.service-item__left-body {
  padding: 0.75rem 1rem 0;
}
.service-item__left-template {
  font-size: 0.875rem;
  margin: 9px 0 0;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.service-item__left-template span {
  font-weight: bold;
  margin-right: 2px;
}
.service-item__middle {
  width: 100%;
  max-width: 13.75rem;
  padding: 0.375rem 0 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media (min-width: 1200px) {
  .service-item__middle {
    max-width: 17.0625rem;
  }
}
@media (max-width: 1079px) {
  .service-item__middle {
    max-width: initial;
  }
}
.service-item__title {
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #212529;
  font-size: 0.875rem;
  line-height: 1.2;
  margin: 0 0 0.4375rem;
}
.service-item__text {
  font-size: 0.875rem;
  color: #6c757d;
  line-height: 1.4;
  letter-spacing: 0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .service-item__text {
    font-size: 0.75rem;
  }
}
.service-item__badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0.625rem 0 0;
  gap: 0.25rem 0.125rem;
}
.service-item__badges .badge {
  background-color: rgb(83, 86, 88) !important;
}
.service-item__table {
  width: 100%;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 861px) {
  .service-item__table {
    max-width: 21.125rem;
    padding-top: 2.75rem;
  }
}
.service-item__table .simple-link {
  margin: 1.25rem 0.1875rem 0.3125rem auto;
}
@media (min-width: 861px) {
  .service-item__table .simple-link {
    margin: auto 0.1875rem 0.3125rem auto;
  }
}
.service-item__table table {
  width: 100%;
  font-size: 0.75rem;
  border-spacing: 0;
  letter-spacing: 0.04em;
}
.service-item__table table td {
  height: 2rem;
}
.service-item__table table thead tr td {
  font-weight: bold;
  color: #212529;
}
.service-item__table table thead tr td:last-child {
  width: 4.8125rem;
  text-align: right;
}
.service-item__table table tbody td {
  border-top: 1px solid #e9ecef;
}
.service-item__table table tbody td:first-child {
  color: #6c757d;
  letter-spacing: 0.03em;
  font-weight: 400;
  padding-right: 0.3125rem;
}
.service-item__table table tbody td:last-child {
  color: #212529;
  text-align: right;
  font-weight: bold;
  border-left: 1px solid #e9ecef;
}
.service-item__img {
  width: 100%;
  max-width: 9.5rem;
  height: 7.125rem;
  overflow: hidden;
  border-radius: 0.375rem 0 0 0;
}
@media (max-width: 559px) {
  .service-item__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 10rem;
  }
}
.service-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-item__img-icons {
  min-width: 8.875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 559px) {
  .service-item__img-icons {
    width: calc(100% - 160px);
  }
}
.service-item__icons-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.0625rem;
  margin-top: 0.0625rem;
}
@media (max-width: 860px) {
  .service-item__icons-info .count-icon {
    width: 100%;
    min-width: auto;
  }
}
@media (min-width: 861px) {
  .service-item__icons-info {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
  }
  .service-item__icons-info .count-icon:first-child {
    border-radius: 0 0 0 0.375rem;
  }
  .service-item__icons-info .count-icon:last-child {
    border-radius: 0 0.375rem 0 0;
  }
}
.service-item .eye-link {
  margin: 0 0 0.875rem;
}
@media (min-width: 861px) {
  .service-item .eye-link {
    margin: 0 0 1.4375rem;
  }
}

.icon-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  padding: 0.625rem 0 0.625rem 0.75rem;
  border-bottom: 1px solid #dee2e6;
}
.icon-info__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}
.icon-info__icon img {
  width: 100%;
  height: 100%;
}
.icon-info__text {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.count-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6c757d;
  color: #ffffff;
  min-width: 3.0625rem;
  height: 2.25rem;
  padding: 0 0.375rem;
  gap: 0.1875rem;
}
.count-icon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
}
.count-icon__icon img {
  width: 100%;
  height: 100%;
}
.count-icon__text {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.multiselect__tag {
  background-color: #FF5622 !important;
}
/*# sourceMappingURL=vo-all.css.map */
