@import url(https://fonts.googleapis.com/css?family=Roboto:400italic,700italic,400,700&subset=cyrillic-ext,latin);

:focus {
	outline: none !important;
}

/** {
	border-radius: 0 !important;
  -moz-border-radius: 0 !important;
}*/

body {
	font-family: 'Roboto';
	padding-top: 45px;
}

.text-danger {
	color: #e54337;
}

.top {
	background: #393185;
	color: #fff;
	padding: 10px 0;
	/*font-weight: 700;*/
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1010;
}
.top a {
	color: #fff;
}
.top .phone,
.top .cart {
	padding-top: 5px;
}
.top .cart a {
	text-decoration: none;
	border-bottom: 1px dashed;
}

header {
	padding: 10px 0 20px;
}
header .menu {
	padding-top: 35px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
}
header .menu a {
	display: inline-block;
	color: #333;
	margin: 0 10px;
	border-bottom: 1px solid transparent;
}
header .menu a:focus,
header .menu a:hover,
header .menu a.active {
	color: #e54337;
	text-decoration: none;
	border-bottom: 1px solid #e54337;
}
header .right {
	padding-top: 27px;
	color: #fff;
}
header .right a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 15px;
	background-color: #e54337;
	font-size: 16px;
}
header .logo img {
	margin: 14px 0 5px 0;
	max-width: 100%;
}
header .toggle {
	padding-top: 10px;
	font-size: 18px;
}

.width {
	display: table;
	width: 100%;
}

.navbar {
	text-transform: uppercase;
}
.navbar-right {
	margin-right: 0;
}

.breadcrumb {
	background-color: #fff;
	border-radius: 0;
}

article {
	background: #f7f7f7;
	padding: 50px 0;
}

h1 {
	margin: 0 0 30px;
	font-size: 26px;
	font-weight: 700;
}

.block-left .left {
	background: #fff;
	padding: 20px 25px;
}
.block-left .left .title {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px;
}
.block-left .left a {
	display: block;
		padding: 10px 15px;
	margin-bottom: 5px;
	color: #777;
	text-decoration: none;
	font-weight: 700;
	background: #eee;
}
.block-left .left a.active,
.block-left .left a:hover,
.block-left .left a:focus {
	color: #fff;
	background-color: #e54337;
}
.block-left .left a .img {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}
.block-left .left li {
	background: #777;
}
.block-right .right {
	padding: 0 0 0 30px;
}

.catalog {
	text-align: center;
}
.catalog a.thumbnail {
	color: #777;
	padding: 10px;
	border-radius: 0;
}
.catalog a.thumbnail:hover,
.catalog a.thumbnail:focus {
	color: #333;
	text-decoration: none;
}
.catalog .img {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}
.catalog .title {
	margin: 25px 0 15px;
	font-size: 18px;
	font-weight: 700;
}

.product-list .block {
	padding: 15px 15px 20px;
	margin-bottom: 30px;
	border: 1px solid #ddd;
	text-align: center;
	background: #fff;
	-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.product-list .block:hover,
.product-list .block:focus {
	/*border: 1px solid #e54337;
	-webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;*/
}
.product-list .block a.link-block {
	display: block;
	text-decoration: none;
}
.product-list .block .img {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.product-list .block .img.contain {
	background-size: contain !important;
}
.product-list .block .title {
	font-size: 16px;
	margin: 15px 0 10px;
	font-weight: 700;
	color: #333;
}
.product-list .block .notice {
	padding: 0 10px;
	color: #777;
}
.product-list .block .price {
	margin: 5px 0 20px;
	color: #e54337;
	font-size: 16px;
	font-weight: 700;
}
.product-list .block .btn-cart {
	color: #fff;

}
.product-list .block .btn-cart img {
	vertical-align: top;
}

.product .img {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.product h1 {
	text-align: left;
	margin-bottom: 20px;
}
.product .price {
	color: #393185;
	font-size: 21px;
	font-weight: 700;
	margin: 10px 0 20px;
}
.product del {
	color: #999;
	font-size: 16px;
	font-weight: 700;
	text-decoration: line-through;
}
.product .form-inline .input-group .form-control {
	width: 60px;
	text-align: center;
}
.product .form-inline .input-group {
	margin-right: 5px;
}
.product .list-group-item {
	border-radius: 0;
	padding: 20px;
	text-transform: uppercase;
}
.product .list-group-item.active {
	font-weight: 700;
}
.product .list-group-item.selected {
	color: #d6040d;
}
.product .block-right {
	padding-left: 40px;
}
.product .value {
	color: #666;
}
.product .thumbnail {
	border-radius: 0;
}

.carousel {
	margin-bottom: 50px;
}
.carousel .img {
	height: 360px;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: cover !important;
}
.carousel .img.height {
	height: 300px;
}

.img-left {
	float: left;
	margin: 5px 20px 20px 0;
}
.img-right {
	float: right;
	margin: 5px 0 20px 20px;
}
.img-width {
	max-width: 100%;
}

.gallery .img {
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
}

.fancybox-title {
	text-align: center;
	font-size: 18px;
}
.fancybox-wrap a {
	border: none;
}

#form-comments input,#form-faq input {
	max-width: 300px;
}
#form-comments textarea,#form-faq textarea {
	max-width: 600px;
	height: 150px;
}
blockquote.faq {
	font-size: 15px;
}

footer {
	padding: 20px 0;
	font-size: 13px;
}
footer a {
	color: #333;
	text-decoration: none;
}

.modal h4 {
	line-height: 24px;
}
.modal h4 {
	line-height: 24px;
	font-weight: 700;
}
.modal-text .cart-btn {
	padding: 10px 0;
}
.modal-text .cart-btn .btn {
	margin: 5px 2px;
	font-size: 13px;
}
.total-sum {
	padding: 10px 20px;
	background: #fff;
	margin: 25px 0;
	font-size: 16px;
}

@media (max-width: 767px) {
	header .menu a {
		display: block;
		border: none;
		padding: 3px 0;
	}
	header .menu a:focus,
	header .menu a:hover,
	header .menu a.active {
		border-bottom: none;
	}
	header .right {
		padding-top: 20px;
	}
	.product .form-inline .input-group {
		width: 120px;
		margin-bottom: 10px;
	}
}
}
@media (max-width: 991px) {
	header .menu {
		padding: 15px 0 0;
	}
	footer .text-center {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
@media (max-width: 1200px) {
	header .menu {
		font-size: 14px;
	}
	header .menu a {
		margin: 0 5px;
	}
}