@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');
@import url("/template/icon/bootstrap-icons.min.css");

* {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

html {
    position: relative;
    min-height: 100%;
}

body {
	color: #666;
	background: #f8f8f3;
}
a {
	color: #1366B9;
}
h1, h2, h3, h4, h5 {
	color: #000;
}
h2 > strong {
	font-size: 2rem;
}

.btn-success {
	background: #5baa00;
	border-color: #5baa00;
}
.text-success {
	color: #5baa00 !important;
}

.basket {
	text-decoration: none;
}

.navbar {
	z-index: 2;
	background: #eee;
}

.social {
	display: block;
	float: left;
	margin-right: 10px;
}
.social img {
	width: 20px;
	color: #000;
	filter: brightness(100%);
}	
.social:hover img {
	filter: grayscale(1);
	filter: brightness(80%);
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #ffc107;
}

.list-group-item.active2 {
	background-color: #ffc107;
}

.modal-backdrop {
  z-index: 10;
}

.navbar a {
	font-size: 14px;
}

.mapadress {
	position: absolute;
	background: #fff;
	border: 2px solid #5baa00;
	border-radius: 5px;
	left: 0;
	top: 15vh;
	padding: 2rem;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3.5rem;
  line-height: 3.5rem;
  background-color: #fff;
}
.footer .copy, .footer .copy a {
	font-size: 11px;
	color: #aaa;
}

.list-group-item a {
	text-decoration: none;
}
.list-group-item.active a {
	color: #fff !important;
	text-decoration: none;
}


.row .item:hover .card {
	border: 1px solid #5baa00;
}

.items:hover {
	background: #eee;
}

.item-link {
	text-decoration: none;
}

.editable-popup {
	background: #FEFBD3;
	border: 1px solid #ddd;
	padding: 5px;
}

.carousel-item .img-fluid {
	max-height: 400px !important;
}

table.table-hover-vertical {
    overflow: hidden; 
   }
   .table-hover-vertical td {
    position: relative;
   } 
   .table-hover-vertical td:hover::before {
    content: '';
    background: #eee;
    position: absolute;
    height: 2000px;
    width: 100%;
    left: 0;
    top: -1000px;
    z-index: -1;
   } 

.imagecontainer {
	height: 300px;
}

.nav-pills.dark .nav-link {
	color: #000;
}
.nav-pills.dark .nav-link.active, .nav-pills.dark .show > .nav-link {
	color: #fff;
  background-color: #000;
}

.number {
	display: inline-block;
	position: relative;
	width: 80px;
}
.number input[type="number"] {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
.number-minus {
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	width: 20px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	border-right: 1px solid #ddd;
	font-size: 16px;
	font-weight: 600;
}
.number-plus {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 20px;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	border-left: 1px solid #ddd;
	font-size: 16px;
	font-weight: 600;
}

.carousel-about {
	position: relative;
	height: 600px;
	overflow: hidden;
}
.carousel-about h2 {
	position: absolute;
	z-index: 55;
	top: 5%;
	width: 90%;
}

@media (min-width: 768px) {
	.carousel-about h2 {
		position: absolute;
		z-index: 55;
		top: 40%;
		width: 60%;
	}
  .sidenav {
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100vh - 3.5rem);
    margin-top: 2.5rem;
    background: #eee;
    box-sizing: border-box;
  }

  .navbar-expand-lg .sidenav {
    flex-direction: column;
  }

  .content-wrapper {
    margin-left: 230px;
  }

  .footer {
    width: 100%;
  }
}

/* Новости */
.start_news {
	padding: 0;
}

/* END Новости */