@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,700italic,400,700&subset=cyrillic-ext,latin);

:focus {
	outline:none !important;
}

body {
	font-family:'Roboto Condensed';
	background:url('../media/back-top.png') repeat-x;
	color:#283b42;
}

a.dashed {
	text-decoration:none;
	border-bottom:1px dashed;
}
a.dashed:hover,
a.dashed:focus {
	text-decoration:none;
}

.cart-fixed {
	position: fixed;
	z-index: 1001;
	right: 0;
	top: 210px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	padding: 15px 15px;
	background-color: #283b42;
	color: #fff;
	text-decoration: none;
	border-radius: 5px 0 0 5px;
	font-weight: 700;
}
.cart-fixed:hover {
	color: #fff;
	text-decoration: none;
}
.cart-fixed .fa {
	font-size: 20px;
}
.cart-page .table .form-control {
	width: 50px;
	text-align: center;
}
.cart-table-title {
	font-weight: 700;
}
.cart-table-quantity-block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.cart-table-price {
	font-weight: 700;
}
.cart-page .total-sum {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px;
}
.cart-page .form-notice {
	margin-top: 15px;
}

@media(max-width: 767px) {
	.cart-fixed {
		background-color: rgba(40, 59, 66, .7);
	}
}
@media(max-width: 575px) {
	.cart-fixed {
		background-color: #283b42;
		width: 100%;
		left: 0;
		top: unset;
		bottom: 0;
		flex-direction: row;
		justify-content: center;
		gap: 10px;
		border-radius: 0;
	}
}

.top-right {
	font-size:15px;
}
.top-right .phone .fa-stack {
	font-size:16px;
	color:#2a5d78;
}
.top-right .phone .number {
	font-size:28px;
	font-weight:bold;
	vertical-align:-5px;
	color:#283b42;
}

.top-right .phone {
	font-size: 22px;
	font-weight: 700;
}
.top-right .mail {
	margin-top: 5px;
}
.top-right .fa,
.top-right .glyphicon {
	color: #2a5d78;
}

.top-center .btn {
	margin: 5px;
}

@media (max-width:991px) {
	.top-left {
		padding-top:25px;
	}
	.top-center {
		padding:20px 0;
	}
	.top-right {
		padding-bottom:25px;
	}
}
@media (min-width:992px) {
	.top-left {
		padding:45px 0 40px;
	}
	.top-center {
		padding:55px 0 0;
	}
	.top-right {
		padding:35px 0 20px;
	}
}

.navbar {
	text-transform:uppercase;
	border-bottom:none;
	margin-bottom:0;
}
.navbar-right {
	margin-right:0;
}

.navbar-inverse .navbar-toggle {
	border-color:transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color:#1d4052;
}

.breadcrumb {
	margin-bottom:0;
}

article {
	font-size:15px;
	padding:0 0 50px;
}
article.index {
	padding:20px 0 10px;
}

h1 {
	margin-bottom:20px;
}

table th, table td {
	text-align:center;
}
table th {
	background-color:rgba(42,93,120,0.2);
	white-space:nowrap;
}
.table-bordered {
  border: 1px solid #d4dee4;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
  border-bottom-width:0;
}

.block-right h3:first-child {
	margin:30px 0 25px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	border-color: #ddd;
}
.list-group-item {
	display: flex;
	gap: 8px;
}

.btn-custom {
  background-color: #feed01;
  border-color: #feed01;
	color:#000;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #000;
  border-color: #000;
	color:#fff;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #000;
  border-color: #000;
	color:#fff;
}

.text-danger {
	color:#d90000;
}
.label-danger {
	background-color:#d90000;
}

.breadcrumb {
	margin-top: 30px;
}

.catalog {
	text-align:center;
}
.catalog .thumbnail {
	padding:20px 0 10px;
}
.catalog .thumbnail:hover,
.catalog .thumbnail:focus {
	border-color:#2a5d78;
}
.catalog a:hover,
.catalog a:focus {
	text-decoration:none;
}
.catalog h4 {
	font-weight:bold;
	margin: 10px;
}
.catalog .img {
	height: 170px;
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:contain !important;
}

.product {
	font-size: 16px;
}
.product-price {
	font-weight: 700;
	font-size: 30px;
}
.btn-product {
	margin: 20px 0;
}

.fancybox-title {
	text-align:center;
	font-size:18px;
}

#form-comments input,
#form-faq input,
#form-feedback input {
	max-width:300px;
}
#form-comments textarea,
#form-faq textarea,
#form-feedback textarea {
	max-width:600px;
	height:150px;
}
blockquote.faq {
	font-size:15px;
}

footer {
	padding:30px 0;
	background:#2a5d78;
	color:#fff;
}
footer a {
	text-decoration:underline;
	color:#fff;
}
footer a:hover,footer a:focus {
	text-decoration:none;
	color:#fff;
}

.modal h4 {
	line-height:24px;
}

