/*
@media (min-width: 1300px) {
    [data-layout=vertical] .topbar {
        width: calc(100% - 270px);
        left: 270px;
    }
}
@media (min-width: 1300px) {
    [data-layout=vertical] body[data-sidebartype=mini-sidebar] .topbar {
        width: calc(100% - 87px);
        left: 87px;
    }
}
@media (min-width: 1300px) {
    [data-layout=vertical] body .page-wrapper {
        position: relative;
        left: 270px;
    }
}
*/
/* ===== Colaba mini-theme (Р±РµР· РґСѓР±Р»РµР№) ===== */
    /* аккуратные добивки, чтобы в Modernize выглядело плотнее */
    .container, .container-fluid { max-width: 1240px; }
    .hero .btn { padding-top: .55rem; padding-bottom: .55rem; }
    .icon-badge{
      width:48px;height:48px;border-radius:14px;
      display:flex;align-items:center;justify-content:center;
      background: var(--c-bg-soft); border:1px solid var(--c-line);
      color: var(--c-brand);
    }
    .service-card .bi{ font-size: 1.25rem; }
    .pricing .price{ font-family: Montserrat, system-ui; font-weight:800; color: var(--c-brand); }
    .muted{ color: var(--c-muted); }
    .shadow-soft{ box-shadow: var(--shadow); }
    .divider{ height:1px; background: var(--c-line); }
    .pill{ border:1px solid var(--c-line); background: var(--c-bg-soft); border-radius:999px; padding:.35rem .75rem; }
    .brand-grad{ background: linear-gradient(90deg, rgba(0,39,56,1) 49%, rgba(0,73,132,1) 100%); }
    .mini-note{ font-size: .92rem; color: var(--c-muted); }
    :root{
      --c-brand:#004984; --c-brand-700:#0b3d52; --c-accent:#ccc; --c-accent-700:#3c94c7;
      --c-ink:#0f172a; --c-ink-2:#334155; --c-muted:#64748b; --c-line:#e6eef5; --c-bg:#fff; --c-bg-soft:#f7fbff;
      --r-lg:20px; --r-md:12px; --shadow:0 10px 30px rgba(14,75,102,.08); --shadow-strong:0 12px 36px rgba(14,75,102,.12);
      --h1:clamp(32px,4vw,48px); --h2:clamp(26px,3vw,36px); --h3:clamp(20px,2.2vw,24px); --lead:clamp(16px,1.6vw,18px);
      --bs-body-font-family:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif; --bs-body-color:var(--c-ink); --bs-body-bg:var(--c-bg);
      --bs-primary:var(--c-brand); --bs-info:var(--c-accent); --bs-secondary:var(--c-muted); --bs-border-color:var(--c-line);
      --bs-link-color:var(--c-brand); --bs-link-hover-color:var(--c-brand-700);
    }
    body{color:var(--c-ink); background:var(--c-bg)}
    h1{font-family:Montserrat,system-ui,sans-serif;font-weight:800;font-size:var(--h1);letter-spacing:.02em}
    h2{font-family:Montserrat,system-ui,sans-serif;font-weight:800;font-size:var(--h2)}
    h3{font-family:Montserrat,system-ui,sans-serif;font-weight:700;font-size:var(--h3)}
	.text-brand{color:#004984}
    .lead{font-size:var(--lead);color:var(--c-ink-2)}
    .section-label{font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:var(--c-muted)}
    a{text-underline-offset:2px} a:hover{text-decoration:underline}
    .btn-brand{--bs-btn-bg:var(--c-brand);--bs-btn-border-color:var(--c-brand);--bs-btn-hover-bg:var(--c-brand-700);--bs-btn-hover-border-color:var(--c-brand-700);--bs-btn-color:#fff;--bs-btn-hover-color:#fff;border-radius:9px;padding:.3rem 1.1rem;font-weight:600;box-shadow:0 6px 18px rgba(14,75,102,.15)}
    .btn-accent{--bs-btn-bg:var(--c-accent);--bs-btn-border-color:var(--c-accent);--bs-btn-hover-bg:var(--c-accent-700);--bs-btn-hover-border-color:var(--c-accent-700);--bs-btn-color:#062533;--bs-btn-hover-color:#062533;border-radius:9px;padding:.3rem 1.1rem;font-weight:600;box-shadow:0 6px 18px rgba(86,167,213,.20)}
    .btn-outline-secondary{border-radius:9px;font-weight:600; padding-top:10px;}
    .btn:focus-visible,.form-control:focus{box-shadow:0 0 0 .2rem rgba(86,167,213,.35)}
    .rounded-4{border-radius:var(--r-lg)!important}.rounded-3{border-radius:var(--r-md)!important}
    .card,.service-card,.pricing .card,.accordion-item,.modal-content{border:1px solid var(--c-line);border-radius:var(--r-lg);    position: relative;    overflow: hidden;}
    .card:hover,.service-card:hover{box-shadow:var(--shadow)}
    .kpi{font-family:Montserrat,system-ui;font-weight:800;color:var(--c-brand)}
    .wordmark{position:relative;display:inline-block;color:var(--c-brand);font-family:Montserrat;font-weight:800;letter-spacing:.08em}
    .wordmark::after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,rgba(255,255,255,0)25%,rgba(255,255,255,.9)50%,rgba(255,255,255,0)75%);transform:translateX(-120%);mix-blend-mode:screen;animation:shine 4.2s linear infinite}
    @keyframes shine{to{transform:translateX(120%)}}
.bg-brand{
	background: #002738;
	background: linear-gradient(90deg,rgba(0, 39, 56, 1) 49%, rgba(0, 73, 132, 1) 100%);
	}
    /* NAV */
    .navbar{backdrop-filter:saturate(120%) blur(6px)}
    .navbar-brand{font-weight:800;letter-spacing:.08em;color:var(--c-brand)!important}
    .navbar .nav-link{color:var(--c-ink-2)} .navbar .nav-link:hover{color:var(--c-brand)}

    /* HERO with background particles */
    .hero{position:relative;padding-top:3rem;padding-bottom:4rem; min-height:90vh;}
    .hero > .container{position:relative;z-index:1}
    .hero-canvas{
	 position:absolute;
	 inset:0;
	 z-index:0;
	 pointer-events:none;
	 width:100%;
	 height:100%;
	 object-fit:cover;
}
    .trust-badges img{height:100px;opacity:.85;filter:grayscale(1)}
    /* SVG hex */
    #hexWrap{background:rgb(255,255,255, 0);border:0px solid var(--c-line)}
    #hexSvg{display:block;width:100%;height:340px}
    /* Logo strip */
    .logo-strip{padding-block:.75rem;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line)}
    .logo-strip img{filter:grayscale(0);opacity:.85;transition:.2s}
    .logo-strip img:hover{filter:grayscale(1);opacity:1}
    /* Services */
    #services .service-card{transition:box-shadow .2s, transform .2s}
    #services .service-card:hover{transform:translateY(-2px)}
    #services .service-card .bi{width:2.25rem;height:2.25rem}
    /* Pricing */
    .pricing .card.pop{border:2px solid var(--c-accent);box-shadow:var(--shadow-strong)}
    /* Footer */
    footer{background:#0b1f2b;color:#cbd5e1} footer a{color:#cbd5e1}
    footer .form-control{background:rgba(255,255,255,.06);border-color:transparent;color:#cbd5e1}
    footer .btn{border-radius:9px}
    /* Sticky mobile bar */
    .sticky-quick{position:fixed;bottom:0;left:0;right:0;z-index:1030;display:none;background:#fff;border-top:1px solid var(--c-line)}
    @media (max-width: 991.98px){ .sticky-quick{display:block} }
    @media (max-width:640px){ .hero{padding-top:6rem} #hexSvg{height:300px}}
	 /* canvas{opacity:0.1}*/

.header-logo{
	max-height:45px;
}

	.case-img{
	height: 250px;
    width: auto;
    object-fit: cover;
    object-position: top;
	}
.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    min-height: 50px;
	background:transparent;
}
.bg-none{
	background:transparent;
}
a{
	color:#334155;
	text-decoration:none;
}

.dark-logo, .light-logo{
	max-height:45px;
	maw-width:100%;
}

	@keyframes opaque {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes resizeanim {
  0%,to {
      opacity: 0
  }
}

.apexcharts-canvas {
  position: relative;
  user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)
}

.apexcharts-inner {
  position: relative
}

.apexcharts-text tspan {
  font-family: inherit
}

.legend-mouseover-inactive {
  transition: .15s ease all;
  opacity: .2
}

.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

.apexcharts-series-collapsed {
  opacity: 0
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255,255,255,.96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30,30,30,.8)
}

.apexcharts-tooltip * {
  font-family: inherit
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0,0,0,.7);
  border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,.apexcharts-tooltip-text-goals-value:empty,.apexcharts-tooltip-text-y-label:empty,.apexcharts-tooltip-text-y-value:empty,.apexcharts-tooltip-text-z-value:empty,.apexcharts-tooltip-title:empty {
  display: none
}

.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0!important
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px
}

.apexcharts-custom-tooltip,.apexcharts-tooltip-box {
  padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
  margin: 4px 0
}

.apexcharts-tooltip-box span.value {
  font-weight: 700
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}

.apexcharts-xaxistooltip,.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px
}

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%
}

.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before {
  top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-yaxistooltip {
  padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px
}

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before {
  left: 100%
}

.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before {
  right: 100%
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1
}

.apexcharts-yaxistooltip-hidden {
  display: none
}

.apexcharts-xcrosshairs,.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0
}

.apexcharts-selection-rect {
  cursor: move
}

.svg_select_boundingRect,.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible

}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center
}

.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg {
  fill: #6e8192
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333
}

.apexcharts-menu-icon,.apexcharts-selection-icon {
  position: relative
}

.apexcharts-reset-icon {
  margin-left: 5px
}

.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon {
  transform: scale(.85)
}

.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  transform: scale(.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px
}

.apexcharts-pan-icon {
  transform: scale(.62);
  position: relative;
  left: 1px;
  top: 0
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0,0,0,.7);
  color: #fff
}

@media screen and (min-width:768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
      opacity: 1
  }
}

.apexcharts-canvas .apexcharts-element-hidden,.apexcharts-datalabel.apexcharts-element-hidden,.apexcharts-hide .apexcharts-series-points {
  opacity: 0
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}
.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-datalabels,.apexcharts-pie-label {
  cursor: default;
  pointer-events: none
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease
}

.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-point-annotation-label,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-xaxis-annotation-label,.apexcharts-yaxis-annotation-label,.apexcharts-zoom-rect {
  pointer-events: none
}

.apexcharts-marker {
  transition: .15s ease all
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.contract-trigger:before,.resize-triggers,.resize-triggers>div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.resize-triggers>div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto
}

.contract-trigger:before {
  overflow: hidden;
  width: 200%;
  height: 200%
}

.apexcharts-bar-goals-markers{
  pointer-events: none
}

.apexcharts-bar-shadows{
  pointer-events: none
}

.apexcharts-rangebar-goals-markers{
  pointer-events: none
}

.dropdown-menu-1 {
    max-width: 350px; /* Ограничение ширины меню */
    right: 10px !important; /* Смещение внутрь */
    left: auto !important;
    transform: translateX(-10px); /* Подстраивает появление */
}

@media (max-width: 768px) {
    .dropdown-menu {
        right: 5px !important; /* Коррекция для маленьких экранов */
        transform: translateX(0);
    }
}
.imgprev{
	width:100%;
	object-fit: contain;
}
.tab-img{
	max-width:100%;
}
.resizable-wrapper {
  position: relative;
}
	.resizable-wrapper {
  resize: both;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  min-width: 50px;
  min-height: 50px;
  border-radius: 4px;
  background: linear-gradient(135deg, #ffffff, #f0f0f0);
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);

}

.resizable-wrapper:hover {
  border-color: #007bff; /* ярче при наведении */
}
	.resizable-wrapper::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #007bff;
  border-bottom: 2px solid #007bff;
  pointer-events: none;
}
