[data-bs-theme=light] {
/*	--bs-primary: #09c82c;
	--bs-primary-rgb: 9, 200, 44;
	--bs-primary-text-emphasis: #05650b;
	--bs-primary-bg-subtle: #cfffd0;
	--bs-primary-border-subtle: #9efea1;
	--bs-link-color: #09c82c;
	--bs-link-color-rgb: 9, 200, 44;
	--bs-link-decoration: underline;
	--bs-link-hover-color: #0aca14;
	--bs-link-hover-color-rgb: 10, 202, 20;*/
	--bs-link-color: #bf613e;
	--bs-link-color-rgb: 191, 97, 62;
	--bs-link-hover-color: #c24313;
	--bs-link-hover-color-rgb: 194, 67, 19;

	--m-color-green: #09c82c;
	--m-color-dark-grey: #525252;
	--m-color-pale-green: rgba(9, 200, 44, 0.1);
	--m-color-gray-yellow: #f0b000;
	--m-color-pale-yellow: rgba(240, 177, 0, 0.1);
}

[data-bs-theme=dark] {
  
}

.btn-outline-secondary {
  --bs-btn-color: #768f9a;
  --bs-btn-border-color: #768f9a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #768f9a;
  --bs-btn-hover-border-color: #768f9a;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #768f9a;
  --bs-btn-active-border-color: #768f9a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #768f9a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #768f9a;
  --bs-gradient: none;
}

.btn-light-brown {
  --bs-btn-color: #000;
  --bs-btn-bg: #f7e6c5;
  --bs-btn-border-color: #f7e6c5;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8d89c;
  --bs-btn-hover-border-color: #f7d492;
  --bs-btn-focus-shadow-rgb: 247, 234, 208;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f7d492;
  --bs-btn-active-border-color: #fccd74;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f7e6c5;
  --bs-btn-disabled-border-color: #f7e6c5;
}

.btn-brown {
  --bs-btn-color: #fff;
  --bs-btn-bg: #bf613e;
  --bs-btn-border-color: #bf613e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b84b23;
  --bs-btn-hover-border-color: #b84b23;
  --bs-btn-focus-shadow-rgb: 217, 122, 87;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b84b23;
  --bs-btn-active-border-color: #b84b23;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #bf613e;
  --bs-btn-disabled-border-color: #bf613e;
}

.btn-outline-brown {
  --bs-btn-color: #bf613e;
  --bs-btn-border-color: #bf613e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bf613e;
  --bs-btn-hover-border-color: #bf613e;
  --bs-btn-focus-shadow-rgb: 191, 97, 62;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bf613e;
  --bs-btn-active-border-color: #bf613e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #bf613e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #bf613e;
  --bs-gradient: none;
}

.btn-green {
	--bs-btn-color: #fff;
	--bs-btn-bg: #9bd963;
	--bs-btn-border-color: #9bd963;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #409c65;
	--bs-btn-hover-border-color: #409c65;
	--bs-btn-focus-shadow-rgb: 46, 208, 76;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #409c65;
	--bs-btn-active-border-color: #079621;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #9bd963;
	--bs-btn-disabled-border-color: #9bd963;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #bf613e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 97, 62, 0.25);
}

.form-check-input:focus {
  border-color: #bf613e;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(191, 97, 62, 0.25);
}
.form-check-input:checked {
  background-color: #bf613e;
  border-color: #bf613e;
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #bf613e;
  border-color: #bf613e;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23f7e6c5'/%3e%3c/svg%3e");
}

.nav-underline .nav-link.active {
  font-weight: 700;
  color: #bf613e;
  border-bottom-color: currentcolor;
}

.text-bg-palegreen {
	color: var(--m-color-green);
	background-color: var(--m-color-pale-green) !important;
}

.text-bg-paleyellow {
	color: var(--m-color-gray-yellow);
	background-color: var(--m-color-pale-yellow) !important;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

.b-example-divider {
	width: 100%;
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
	flex-shrink: 0;
	width: 1.5rem;
	height: 100vh;
}

.bi {
	vertical-align: -.125em;
	fill: currentColor;
}

.nav-scroller {
	position: relative;
	z-index: 2;
	height: 2.75rem;
	overflow-y: hidden;
}

.nav-scroller .nav {
	display: flex;
	flex-wrap: nowrap;
	padding-bottom: 1rem;
	margin-top: -1px;
	overflow-x: auto;
	text-align: center;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.btn-no-stretch {
	line-height: 1.5;
	white-space: nowrap;
	overflow: hidden;
}


.btn-bd-primary {
	--bd-violet-bg: #712cf9;
	--bd-violet-rgb: 112.520718, 44.062154, 249.437846;

	--bs-btn-font-weight: 600;
	--bs-btn-color: var(--bs-white);
	--bs-btn-bg: var(--bd-violet-bg);
	--bs-btn-border-color: var(--bd-violet-bg);
	--bs-btn-hover-color: var(--bs-white);
	--bs-btn-hover-bg: #6528e0;
	--bs-btn-hover-border-color: #6528e0;
	--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
	--bs-btn-active-color: var(--bs-btn-hover-color);
	--bs-btn-active-bg: #5a23c8;
	--bs-btn-active-border-color: #5a23c8;
}


.bd-mode-toggle {
	z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
	display: block !important;
}

.form-signin {
	width: 100%;
	margin: auto;
}

	.form-signin .checkbox {
	font-weight: 400;
}

	.form-signin .form-floating:focus-within {
	z-index: 2;
}

	.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

	.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border-top-left-radius: 0;
}

	.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

body * {
  font-family: "IBM Plex Sans", sans-serif;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }

@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

.w-15 {
  width: 15% !important;
}

.w-16 {
  width: 16% !important;
}

.color-yellow {
	color: var(--bs-yellow);
}

.blog-pagination {
  margin-bottom: 4rem;
}


.listing-post {
  margin-bottom: 4rem;
}
.listing-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

.listing-post .quote{
	margin-top: 2rem;
    margin-bottom: 2rem;
}

.quote .borderquote{
	padding-block-end: 0.5rem;
    padding-inline-end: 0.5rem;
    border-block-end: 5px solid #f68741;
    border-inline-end: 5px solid #f68741;
}

.borderquote blockquote{
	font-weight: 700;
}
.borderquote .quotemark{
	text-align: left;
    font-size: 4rem;
    color: #f68741;
    line-height: 0.5;
    padding-top: 0.5rem;
}
.quote small{
	font-size: 1rem;
	color: #f68741;

	&:before{
		content: "\2014 \0020";
		width: 5px;
	}
}

.listing-post .image-post small{
	color: #666;
	font-size: 0.675em;
}

.listing-post a{
	text-decoration: none;
}

ul.explanation {
	list-style-type: none;
	padding-left: 30px;
}

ul.explanation li {
	position: relative;
	margin-bottom: 1rem;
}

ul.explanation li::before {
	content: '*';
	color: #f68741;
	position: absolute;
	left: -15px;
	top: 0;
	font-size: 1.2rem;
}

.breadcrumb li {
	font-size: 0.7em;
}

.breadcrumb li a {
	color: #768f9a;
}

.breadcrumb li a:hover {
	color: #667b85;
}

form #imagePreviewList {
    touch-action: none;
    display: flex;
    flex-wrap: wrap;
}
form .sortable-fallback {
    opacity: 0.9 !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 9999 !important;
    pointer-events: none;
}

form .sortable-ghost {
    opacity: 0.3;
    background: #ccc;
}

.news .news-list .news-item .news-preview-img {
	width: 269px;
	height: 123px;
}

.news-item .news-headline {
	font-weight: bold;
	--bs-text-opacity: 1;
	color: inherit !important;
	text-decoration: none !important;
	font-size: 1.25rem;
}

.carousel-item, .main-image {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: .25rem;
}

/* Размытие фона */
.carousel-item::before, .main-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	backdrop-filter: blur(60px);
	background: rgba(255, 255, 255, 0.2);
	border-radius: .25rem;
}

.listing .listing-image-wrapper {
	height: 200px;
	border-radius: .25rem;
    background-color: #eee;
}
.listing .listing-image-wrapper.loading {
    background-image: linear-gradient(90deg, #eee, #f5f5f5, #eee);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s infinite;
}

.listing .listing-image-wrapper.loaded {
    animation: none;
    background: none;
}

@keyframes skeleton-loading {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.listing .listing-image-wrapper img {
    display: block;
    position: relative;
    z-index: 1;
	width: 100%;
	height: 200px;
	object-fit: contain;
}

.listing .listing-name {
	font-size: calc(0.825rem + .9vw);
}

.listing .listing-name a {
	text-decoration: none;
	color: var(--bs-emphasis-color);
	font-weight: 600;
}

@media (min-width: 1200px) {
	.listing .listing-name {
		font-size: 1.5rem;
	}
}

.listing .listing-price .price {
  color: var(--m-color-green);
  font-weight: 600;
}

.listing .listing-price .bargaining {
  color: var(--m-color-dark-grey);
  font-size: 0.6rem;
}

@media (min-width: 576px) {
	.listing .listing-price .price {
	  display: block;
	}

	.listing .listing-price .bargaining {
	  display: block;
	}
}

.listing .listing-text-truncated p, .listing .listing-text-full p {
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
}

.listing .listing-footer {
	
}

.listing .listing-status {
	padding: 0.2rem 1rem;
	margin-bottom: 0.3rem;
}
.listing .listing-status-moderation {
	color: var(--bs-primary-text-emphasis);
	background-color: var(--bs-primary-bg-subtle);
}
.listing .listing-status-rejected {
	color: var(--bs-danger-text-emphasis);
	background-color: var(--bs-danger-bg-subtle);
}



.comments .comments-header {
	font-size: 1.5em;
}

.comments .comments-list .comment .comment-header {
	height: 50px;
}

.comment .comment-header {
	text-decoration: none !important;
}

.comment-header .comment-avatar {
	width: 50px;
	height: 50px;
}

.comment-header .comment-username {
	font-weight: bold;
}

.comment .comment-text {
	margin-top: 0.3em;
}

.comment .comment-text p {
	margin-bottom: 0.9rem;
	font-size: 0.9rem;
}

.comment .comment-footer a {
	text-decoration: none !important;
	font-size: 0.6em;
	margin-right: 1em;
}

.comment .comment-thread {
	margin-left: 3rem !important;
	margin-top: .25rem !important;
}


.drop-area-file {
	border: 2px dashed #ccc;
	border-radius: 20px;
	width: 480px;
	font-family: sans-serif;
	margin: 20px auto;
	padding: 20px;
	text-align: center;
	transition: background-color .3s ease;
}
	.drop-area-file.highlight {
	border-color: purple;
	background-color: rgba(128, 0, 128, 0.2);
}
	.drop-area-file p {
	margin-top: 0;
}