.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--bs-navbar-active-color);
  font-weight: bold;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2272ff!important;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

.wrapper {
  height: 120px;
  min-width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}

.spin-button {
  display: flex;
  align-items: center;
}

.spin-button input {
  width: 50px;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

.knopka {
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

.impo::after {
  font-size: 0.9em;
  margin-left: 0.2em;
  line-height: 0.7em;
  content: '*';
  color: red;
}

.dost-out:hover {
  border: 1px solid #2272ff;
}

.dost-out {
  border: 1px solid rgba(34,114,255,0);
  transition-duration: 0.4s;
}

.row {
}

@media screen and (max-width: 1199px) {
  .radio-sin {
    width: 100%!important;
    justify-content: center;
  }
}

@media screen and (max-width: 1199px) {
  .text-sin {
    width: 100%!important;
    justify-content: center;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #offcanvas-1 {
    width: 80%!important;
  }
}

.hov-col:hover > div > img {
  transition-duration: 0.5s;
  transform: scale(1.02);
  box-shadow: 0px 0px 20px -5px #00000091;
}

.hov-col:hover {
  border-bottom: 0.1px solid rgba(34,114,255,0.5);
}

.hov-col {
  border-bottom: 0.1px solid rgba(0,0,255,0);
  transition-duration: 0.5s;
}

.bounce {
  animation: bounce .7s 1;
	transform-origin: center bottom;
}
.gray_text {
  color: black!important;
  transition-duration: 1.5s;
}

.gray_text:hover {
  color: gray!important;
}
.tooltip .tooltip-inner {
max-width: none;
text-align: right;
}

.bor-i-p {
  width: 100%;
  padding: 8px 10px;
  border-radius: 4px;
  background-color: #f1f1f1;
  border-color: rgba(255, 255, 255, 0);
}
.invalid {
  border-color: #dc3545; /* Цвет рамки при неправильном вводе */
  transition: border-color 0.3s ease-in-out;
}

.perehod {
  border-color: rgba(255, 255, 255, 0);
  transition: border-color 0.3s ease-in-out;
}


@keyframes bounceAnimation {
  from, 20%, 53%, 80%, to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transform: translate3d(0,0,0);
	}

	40%, 43% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -12px, 0);
	}

	70% {
		animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -6px, 0);
	}

	90% {
		transform: translate3d(0,-1px,0);
	}
}


