/*noinspection ALL*/
@font-face {
	font-family: "Ardinvest";
  src: url(/fonts/ard.ttf);
  font-display: swap;
}

a {
	color: #084298;
	text-decoration: none;
}

.form-select {
	color: #495057;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* PWA и офлайн стили */
.offline-indicator {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, #ff6b6b, #ee5a52);
    color: white;
    text-align: center;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
    z-index: 99999;
    transform: translateY(-100%);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.offline-indicator.show {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.offline-indicator::before {
    content: "📡";
    margin-right: 8px;
}

body.offline .offline-indicator {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/* Убираем отступ сверху, чтобы баннер не сдвигал контент */
body.offline {
    padding-top: 0;
}

/* Кнопка установки PWA */
.pwa-install-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: linear-gradient(45deg, #4CAF50, #45a049);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    display: none;
}

.pwa-install-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

.pwa-install-button::before {
    content: "📱";
    margin-right: 8px;
}

/* Анимация загрузки для офлайн контента */
.offline-loading {
    opacity: 0.7;
    pointer-events: none;
}

.offline-loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/* Стили для кэшированного контента */
.cached-content {
    position: relative;
}

.cached-content::before {
    content: "💾";
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    opacity: 0.6;
    z-index: 1;
} 

	    /*
		font-family: "Inter", serif;
		font-optical-sizing: auto;
		font-style: normal;
		font-size: smaller;
*/
}

.form-text {
	font-size: 80%;
	font-weight: 400;
}

@keyframes loader {
	0% {
		transform: rotate(-0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

.loader {
	animation: loader 2s infinite ease-in-out;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("../img/log.png");
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}

.checkbox + label {
	position: relative;
	padding: 0 0 0 60px;
	cursor: pointer;
}

.checkbox + label:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 0;
	width: 50px;
	height: 26px;
	border-radius: 13px;
	background: #cdd1da;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
	transition: 0.2s;
}

.checkbox + label:after {
	content: "";
	position: absolute;
	top: -2px;
	left: 2px;
	width: 22px;
	height: 22px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	transition: 0.2s;
}

.checkbox:checked + label:before {
	background: #9fd468;
}

.checkbox:checked + label:after {
	left: 26px;
}

.checkbox:focus + label:before {
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2),
    0 0 0 3px rgba(255, 255, 0, 0.7);
}

.btn_main {
	background-color: #ffc107d4;
	border: 1px solid #00000054;
}

.block .btn-3:before,
.block .btn-3:after {
	height: 100%;
	transform: skewX(45deg);
	background: #fdda24;
	top: 0;
	left: -5%;
}

.block .btn-3:after {
	left: auto;
	right: -5%;
}

.block .btn-3:hover {
	background: #111111;
	transition: background 0.4s 0.15s;
}

.block .btn-3:hover:before,
.block .btn-3:hover:after {
	width: 110%;
}

.bg-dark {
	background: url(/img/bg.webp);
}

.toast:not(:last-child) {
	margin-bottom: 0;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.toast {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	max-width: none;
	font-size: revert;
	background-color: rgb(0 0 0 / 0%);
	background-clip: inherit;
	border: none;
	box-shadow: none;
	opacity: 0;
	border-radius: revert;
}

.custom-file-label::after {
	display: none;
}

.container-sm {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
}

.jumbotron {
	margin-bottom: 0;
	padding: 15% 0;
	min-height: calc(100vh - 8.5rem);
}

.loader {
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	perspective: 800px;
}

.inner.one {
	left: 0;
	top: 0;
	animation: rotate-one 5s linear infinite;
	background-image: url(../img/log.png);
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
}

@keyframes rotate-one {
	0% {
		transform: rotateX(2deg) rotateY(-2deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(2deg) rotateY(-2deg) rotateZ(360deg);
	}
}

.container-sm {
	padding-right:0 !important;
	padding-left: 0 !important;
	margin-right: auto;
	max-width: 950px;
}

.onoffswitch {
	position: relative;
	width: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 20px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 5px;
	padding: 0;
	line-height: 5px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	box-sizing: border-box;
}

.onoffswitch-inner:before {
	content: "";
	padding-left: 10px;
	background-color: #1cf000;
	color: #ffffff;
}

.onoffswitch-inner:after {
	content: "";
	padding-right: 10px;
	background-color: #eeeeee;
	color: #999999;
	text-align: right;
}

.onoffswitch-switch {
	display: block;
	width: 15px;
	margin: -5px;
	background: #ffffff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	border: 2px solid #999999;
	border-radius: 20px;
	transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0;
}

.del_button {
	float: right;
	line-height: 1;
	opacity: 0.8;
	margin: 7px auto;
	transition: all 0.5s linear 0s;
}

.del_button:hover {
	opacity: 1;
}

.delete_button {
	color: gray;
	float: right;
	line-height: 1;
	opacity: 0.8;
	margin: 7px auto;
	transition: all 1s linear 0s;
	font-size: 24px;
}

.delete_button:hover {
	opacity: 1;
	color: red;
}

.edite_button {
	color: gray;
	float: right;
	line-height: 1;
	opacity: 0.8;
	margin: 7px auto;
	font-size: 24px;
	transition: all 1s linear 0s;
}

.edite_button:hover {
	opacity: 1;
	color: green;
}

.btn-warning-left {
	background: linear-gradient(to left, #fdda24, #f19a24);
}

.btn-warning-right {
	background: linear-gradient(to right, #fdda24, #f19a24);
}

.link {
	color: #c4c3ca;
}

.link:hover {
	color: #ffeba7;
}

.over-hide {
	overflow: hidden;
}

.size-22 {
	font-size: 22px;
}

.section {
	position: relative;
	width: 100%;
	z-index: 1;
	display: block;
}

.full-height {
	min-height: 100vh;
}

.block-diff {
	display: block;
	mix-blend-mode: difference;
}

.card-3d-wrap {
	position: relative;
  /* width: 340px; */
	min-height: 700pt;
	max-width: calc(100% - 20px);
	height: 510px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	perspective: 1000px;
	margin-top: 10px;
}

.card-3d-wrapper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform 700ms 400ms ease-out;
}

.card-front {
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 12px 35px 0 rgba(16, 39, 112, 0.07);
}

.card-back {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 12px 35px 0 rgba(16, 39, 112, 0.07);
}

.card-back {
	transform: rotateY(180deg);
}

.pricing:checked ~ .card-3d-wrap .card-3d-wrapper {
	transform: rotateY(180deg);
	transition: transform 700ms 400ms ease-out;
}

.pricing-wrap {
	position: relative;
	padding-top: 160px;
	width: 100%;
	display: block;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricing-wrap h4 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 22px;
	line-height: 1.7;
	color: #102770;
	transform: translate3d(0, 0, 35px) perspective(100px);
}

.pricing-wrap h4:before {
	position: absolute;
	content: "";
	z-index: -1;
	background: linear-gradient(217deg, #448ad5, #b8eaf9);
	width: 70px;
	height: 70px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 20px 0 rgba(16, 39, 112, 0.3);
	animation: border-transform 6s linear infinite;
}

.card-back .pricing-wrap h4:before {
	background: linear-gradient(217deg, #648946, #a3c984);
}

@keyframes border-transform {
	0%,
  100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

.pricing-wrap h2 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1.1;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap h2 sup {
	font-size: 20px;
}

.pricing-wrap p {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.link {
	position: relative;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	color: #ffeba7;
	background-color: #102770;
	transition: all 200ms linear;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.link:hover {
	color: #102770;
	background-color: #ffeba7;
}

.card-back .link {
	background-color: #0c1c00;
}

.card-back .link:hover {
	color: #0c1c00;
	background-color: #ffeba7;
}

.loader {
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	perspective: 800px;
}

@keyframes rotate-one {
	0% {
		transform: rotateX(2deg) rotateY(-2deg) rotateZ(0deg);
	}

	100% {
		transform: rotateX(2deg) rotateY(-2deg) rotateZ(360deg);
	}
}

#p_prldr {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #343a40;
	z-index: 30;
}

.contpre small {
	font-size: 25px;
}

.contpre {
	width: 250px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 48%;
	margin-left: -125px;
	margin-top: -75px;
	color: #fff;
	font-size: 40px;
	letter-spacing: -2px;
	text-align: center;
	line-height: 35px;
}

.hui:hover {
	background-color: #8ddbe336;
}

/* правки март 2023 */
.green_button {
	background: #445e3b;
	border-radius: 0px;
	border: 2px solid #2c3c26d1;
}

.green_button:hover {
	background: #3c7029;
	border-radius: 0px;
	border: 2px solid #485841d1;
}

span.highlight {
	background-color: #ff04046e;
	cursor: pointer;
	font-weight: bold;
}

span.splink {
	color: #0a5794;
	cursor: pointer;
}

.success_color {
	background: #7efdab69;
}

.baza_color {
	background: #ffeeee;
}

.new_form-check-input:checked {
	background-color: #445e3b;
	border-color: #445e3b;
}

.padingi_list {
	padding: 7px 10px 5px 10px;
}

.new_navbar {
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}

.green_large {
	font-size: x-large;
	color: lawngreen;
}

.ul_user {
	flex-direction: row;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	flex-wrap: wrap;
	align-content: center;
	justify-content: space-around;
	align-items: center;
}

.td_user {
	background: rgb(222,252,186);
	background: linear-gradient(180deg, rgba(222,252,186,0.8155637254901961) 5%, rgba(224,255,203,0.6362920168067228) 16%, rgba(229,252,217,0.8015581232492998) 74%);
}

.sub-form-control {
	color: #999;
	border: 1px solid #bfbdbd;
	padding: 1px;
	margin: 5px 0px 1px;
	background: white;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
	color: #999;
	border: 1px solid #bfbdbd;
	padding: 1px;
	background: white;
	margin: 5px 10px 1px;
	height: 35px;
}

.status:checked {
	background-color: #c7ff70;
	border-color: #c7ff70;
}

.dogovor:checked {
	background-color: #dc3545;
	border-color: #dc354559;
}

.status_baza:checked {
	background-color: #ffc107;
	border-color: #ffd107;
}

.animated {
	background-position: left top;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@media (max-width: 768px) {
	.pidaras {
		width: 100%;
		height: auto;
	}
	/* другие стили для мобильных */
}

.rut_bg {
	background: #ffffff url(../img/background.png) repeat;
}

.full_padd {
	min-height: calc(100vh - 9rem);
	padding: 0 0;
	background: #fff;
}

.btn_result {
	background: #445e3b;
	border-radius: 0px;
	border: 2px solid #2c3c26d1;
	margin: 40px 0px 0px 0px;
	color: #fff;
}

.btn_result:hover {
	background: #145e3b;
	border-radius: 0px;
	border: 2px solid #1c1c26d1;
	margin: 40px 0px 0px 0px;
	color: #fff;
}
#checklist {

    --text: #414856;
    --check: #4F29F0;
    --disabled: #C3C8DE;
    --width: 100%;
    display: grid;
    grid-template-columns: 30px auto;
    align-items: center;
}
#checklist label {
  color: var(--text);
  position: relative;
  cursor: pointer;
  display: grid;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition: color 0.3s ease;
}
#checklist label::before, #checklist label::after {
  content: "";
  position: absolute;
}
#checklist label::before {
  height: 2px;
  width: 8px;
  left: -27px;
  background: var(--check);
  border-radius: 2px;
  transition: background 0.3s ease;
}
#checklist label:after {
  height: 4px;
  width: 4px;
  top: 8px;
  left: -25px;
  border-radius: 50%;
}
#checklist input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  height: 15px;
  width: 15px;
  outline: none;
  border: 0;
  margin: 0 15px 0 0;
  cursor: pointer;
  background: var(--background);
  display: grid;
  align-items: center;
}
#checklist input[type=checkbox]::before, #checklist input[type=checkbox]::after {
  content: "";
  position: absolute;
  height: 2px;
  top: auto;
  background: var(--check);
  border-radius: 2px;
}
#checklist input[type=checkbox]::before {
  width: 0px;
  right: 60%;
  transform-origin: right bottom;
}
#checklist input[type=checkbox]::after {
  width: 0px;
  left: 40%;
  transform-origin: left bottom;
}
#checklist input[type=checkbox]:checked::before {
  -webkit-animation: check-01 0.4s ease forwards;
          animation: check-01 0.4s ease forwards;
}
#checklist input[type=checkbox]:checked::after {
  -webkit-animation: check-02 0.4s ease forwards;
          animation: check-02 0.4s ease forwards;
}
#checklist input[type=checkbox]:checked + label {
  color: var(--disabled);
  -webkit-animation: move 0.3s ease 0.1s forwards;
          animation: move 0.3s ease 0.1s forwards;
}
#checklist input[type=checkbox]:checked + label::before {
  background: var(--disabled);
  -webkit-animation: slice 0.4s ease forwards;
          animation: slice 0.4s ease forwards;
}
#checklist input[type=checkbox]:checked + label::after {
  -webkit-animation: firework 0.5s ease forwards 0.1s;
          animation: firework 0.5s ease forwards 0.1s;
}

@-webkit-keyframes move {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}

@keyframes move {
  50% {
    padding-left: 8px;
    padding-right: 0px;
  }
  100% {
    padding-right: 4px;
  }
}
@-webkit-keyframes slice {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@keyframes slice {
  60% {
    width: 100%;
    left: 4px;
  }
  100% {
    width: 100%;
    left: -2px;
    padding-left: 0;
  }
}
@-webkit-keyframes check-01 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes check-01 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(45deg);
  }
  100% {
    width: 5px;
    top: 8px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes check-02 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@keyframes check-02 {
  0% {
    width: 4px;
    top: auto;
    transform: rotate(0);
  }
  50% {
    width: 0px;
    top: auto;
    transform: rotate(0);
  }
  51% {
    width: 0px;
    top: 8px;
    transform: rotate(-45deg);
  }
  100% {
    width: 10px;
    top: 8px;
    transform: rotate(-45deg);
  }
}
@-webkit-keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
@keyframes firework {
  0% {
    opacity: 1;
    box-shadow: 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0, 0 0 0 -2px #4F29F0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    box-shadow: 0 -15px 0 0px #4F29F0, 14px -8px 0 0px #4F29F0, 14px 8px 0 0px #4F29F0, 0 15px 0 0px #4F29F0, -14px 8px 0 0px #4F29F0, -14px -8px 0 0px #4F29F0;
  }
}
.montaj_input{
	
    display: block;
    padding: 10px;
    margin: auto;
    width: 100%;
}
.montaj_textarea{
	
	display: block;
    width: 95%;
    margin: 1rem 1rem 1rem;
    padding: 0rem 0rem 0rem;
}
.pizdec {
	margin: auto;
	width: 95%;
	padding: 10px 0px 10px 10px;
}
.floating-button {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
	background-color: #845c85;
	color: #dacde7bd;
	border: none;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 50px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.floating-button:hover {
	background-color: #545c85;
}

.rut_nav{
	flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}
@keyframes rotateClockwise {
	from{
		transform:rotate(0deg);
		color:#ff0f00
	 }
	 to{
	   transform:rotate(90deg);
	   color:#8fff00
	 }
}


.rotating-clockwise {
    animation: rotateClockwise 2s linear infinite;
}

.hr_index{
	color: inherit;
        border: 0;
        border-top: 1px solid;
        margin: -2px 0px;
        opacity: 0.1;
}            .animated {
	background-position: left top;

	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
 }

 @-webkit-keyframes fadeOut {
	0% {
	   opacity: 0;
	}

	100% {
	   opacity: 1;
	}
 }

 @keyframes fadeOut {
	0% {
	   opacity: 0;
	}

	100% {
	   opacity: 1;
	}
 }

 .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
 }
 @media (max-width: 768px) {
	.pidaras {
	   width: 100%;
	   height: auto;
	}
 }
 .down_panel {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}


/* .gradilogo {
  background: linear-gradient(-45deg, #95fca9, #2d8857, #3a4835, #1e2c14);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;


  
} */

.gradilogo {
	background: #394431;
	border: 1px #00000082 solid;
	background-image: url(/img/gradi.png);
  }

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/* 
.btnani{
  flex: 1 auto;
  padding:6px 15px;
  text-align:center;
  background:#fdda24;
  transition: all 0.5s ease-out;
  cursor:pointer;
}
*/
/* Стили для плавающей кнопки внутри блока */
.hidden {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease; /* Плавное исчезновение */
}


/* css/fix.css */
.custom-select-button {
    background: white;
    border: 1px solid #bfbdbd;
    text-align: left;
    padding: 10px;
    height: 35px;
    color: #999;
    width: 100%;
}

.custom-select-button .selected-text {
    font-size: 10pt;
}

/*footer*/


.holiday{

	background-color: #e77314 !important;
}