		body {
		padding-top:94px;
		}

		a {
			text-decoration:none !important;
		}
		.item-description a {
			color:#325d88;
		}
      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

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

      .nav-scroller .nav {
		  font-size:14px;
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
a.link-body-emphasis {
	display:block;
	position:relative;
	padding-right:20px;
}	  
a.link-body-emphasis:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc; /* цвет "угла" */
}	  


.badge {
	font-weight:normal !important;
}
.bg-cover {
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.top-contacts a {
	margin-left:20px;
	text-decoration:none !important;
	color:inherit;
}
a.link-w {
	padding-left:20px;
	border-left:#dedede 1px solid;
}

.svg-danger svg {
	color:#d9534f;
}
@media all and (max-width:991px) {
.bg-cover {
	padding-bottom:40px;
}	
body {
	padding-bottom:40px;
}
.svg-danger svg {
	color:inherit;
}	
	.top-contacts {
		position:fixed;
		left:0;
		right:0;
		bottom:0;
		overflow-x:hidden;
	}
	.top-contacts a {
		display:block;
		position:relative;
		text-decoration:none !important;
		color:#fff;
		padding:7px 14px;
		border-radius:6px;
		border:0 !important;
	}
	a.link-w {
		background:#93c54b;
		width:40%;
		margin-left:2px;
		margin-right:12px;
		margin-bottom:4px;
	}
	a.link-p {
		background:#29abe0;
		width:60%;
		
		margin-left:12px;
		margin-right:2px;
		margin-bottom:4px;
	}
}
.navbar-brand {
	margin-top:-8px;
}

@media all and (min-width:992px) {
	.sticky-md-top.side-bar {
		top:118px;
	}
	.zakaz .badge {
		display:none;
	}
	.zakaz:hover .badge {
		display:block;
	}
	
}
.card .border-bottom:last-child {
	border-bottom:0 !important;
}

.responsive-video {
  width: 100%;
  height: auto;
  display: block;
  border: none;
  outline: none;
  background: transparent;
  transform: scaleX(-1); /* зеркальное отражение по горизонтали */
  object-fit: cover; /* опционально */
}
.link-dark, .link-primary, .link-success {
	text-decoration:none !important;
}
.img-fluid {
	width:100% !important;
}
.card-list .list-unstyled li a {
	display:block;
	color:inherit;
	text-decoration:none;
	position:relative;
	width:100%;
	line-height:24px;
	padding:0 10px 0 34px;
}
.card-list .list-unstyled li a:hover {
	color:#325d88;
}
.card-list {
	padding:7px 0;
}
.card-list .list-unstyled li {
	display:block;
	position:relative;
	width:100%;
}
.card-list .list-unstyled li:last-child {
	font-weight:bold;
}
.card-list .list-unstyled li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0.3em;
  width: 1em;
  height: 1em;
  background: url(check-all.svg) no-repeat center;
  background-size: contain;
}
.card-header {
	font-weight:bold;
}
table a {
	color:inherit;
	text-decoration:none;	
}
.table.table-condensed td {
	white-space:nowrap;
}
.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}
.badge {
	text-decoration:none !important;
}
.comment-wrapper {
  width: 100%;
  margin: 0 0 10px 0;
}

.comment-bubble {
  background: #f8f5f0;
  padding: 1rem 1.2rem;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  line-height: 1.4;
  position: relative;
  font-style:italic;
}

.comment-tail {
  margin-top: 0;
  padding-left: 30px;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f5f0;
  margin-bottom: 0.2rem;
}

.comment-author span {
  font-weight: bold;
}