@font-face {
    font-family: Proxima; /* Гарнитура шрифта */
    src: url(../fonts/Proxima.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: ProximaBold; /* Гарнитура шрифта */
    src: url(../fonts/Proximabold.otf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: PlayfairBold; /* Гарнитура шрифта */
    src: url(../fonts/Playfairbold.ttf); /* Путь к файлу со шрифтом */
}

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

body {
	color: #666666;
	font-size: 16px;
	font-family: Proxima, Helvetica, Arial, sans-serif;
	background: #fff;
	margin-bottom: 120px
}
body.active {
	overflow: hidden;
	position:fixed; 
	width:100%;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:focus {
	background-color: transparent;
}
h1 {
	color: #000;
	font-size: 30px;
	text-align: center;
	font-family: PlayfairBold, Helvetica, Arial, sans-serif;
	margin-top: 30px;
}
h2 {
	color: #000;
	font-size: 26px;
	text-align: center;
	font-family: PlayfairBold, Helvetica, Arial, sans-serif;
	margin-top: 30px;
}
h2:after, h1:after {
	display: block;
	width: 100px;
	border-top:2px solid #b80410;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -50px;
	margin-bottom: 20px;
	content: "";
}
h3 {
	color: #000;
	font-size: 22px;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: PlayfairBold, Helvetica, Arial, sans-serif;
}
h4 {
	color: #000;
	font-size: 20px;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: PlayfairBold, Helvetica, Arial, sans-serif;
}
table {
	width: 100%;
}
tr {
	min-height: 30px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: left;
}
td:last-child {
	text-align: right;
}
.page-header {
	border: 0;
	padding: 0;
	margin: 0;
}

.head {
	max-width: 960px;
	width: 100%;
	min-height: 80px;
}
.logobg {
	display: table;
	height: 80px;
}
.logo {
	vertical-align: middle;
	display: table-cell;
}
.stagebg {
	display: table;
	height: 80px;
}

.stage {
	display: table-cell;
	font-family: ProximaBold, Helvetica, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bababa;
}
.stagebg-xs {
	display: table;
	text-align: left;
	padding-bottom: 10px;
}
.stage-xs {
	display: table-cell;
	font-family: ProximaBold, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #bababa;
}
.feedbackbg {
	display: table;
	height: 80px;
}
.feedback {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.addressbg {
	display: table;
	height: 80px;
}

.address {
	display: table-cell;
	font-family: Proxima, Helvetica, Arial, sans-serif;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.addressbg-xs {
	display: table;
	text-align: right;
	padding-bottom: 10px;
}
.address-xs {
	display: table-cell;
	font-family: Proxima, Helvetica, Arial, sans-serif;
	text-align: right;
	vertical-align: middle;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.menuiconbg {
	display: table;
	height: 80px;
	text-align: right;
}
.menuicon {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	line-height: 80px;
	font-size: 30px;
	color: #b80410;
	cursor: pointer;
	float: right;
}
.menuicon:hover {
	color: #dc0110;
}
.topbg {
	width: 100%;
	background-color: #b80410;
	height: 40px;
	margin: 0;
	padding: 0; 
}
.top {
	max-width: 960px;
	text-align: center;
	height: 40px;
}
.nav > li {
	cursor: pointer;
	text-align: center;
}
.nav > li > a {
	padding: 0px 25px;
	background: transparent;
	text-align: center;
	line-height: 40px;
}
.nav > li > ul > li > a {
	padding: 0px 25px;
	background: transparent;
	text-align: left;
	line-height: 40px;
	width: 280px;
}
.nav > li > a:hover {
	background: transparent;
	text-align: center;
}
.nav > li > a:active {
	background: transparent;
}
.nav > li > a:focus {
	background: transparent;
}
.menu {
	text-align: center;
	padding: 0;
	margin: 0; 
}
.menu a {
    display: inline-block;
    color: #fff;
	line-height: 40px;
	padding: 12px 25px;
	text-align: center;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
}
 .menu a:active{
 	background-color: transparent;
}

.menu a:hover, .menu a:focus {
    display: inline-block;
    color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
.menu li, .menu li:active {
	cursor: pointer;
	display: inline-block;
	text-decoration: none;
	height: 40px;
	text-align: center;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
}
.menu li:hover, .menu li:focus {
	background-color: #dc0110;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
}
.menu li ul {
	display: none;
	margin: 0;
	width: 280px;
	padding: 0;
	list-style: none;
	position: absolute;
	background-color: #b80410;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
	display: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
}
.menu li:hover ul {
	z-index: 1000000000 !important;
	display: block;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
}
.hover {
	z-index: 1000000000 !important;
	display: block;
	-webkit-transition: all 0.4s ease-out 0.2s;
	-moz-transition: all 0.4s ease-out 0.2s;
	-o-transition: all 0.4s ease-out 0.2s;
	transition: all 0.4s ease-out 0.2s;
}
.menu li ul li, .menu li ul li:active {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0 !important;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 30px;
	font-size: 14px;
	border-bottom: 1px solid #dc0110;
	transition: all 0.3s ease-out;
	color: #fff;
}
.menu li ul li a{
	color: #fff;
	margin: 0;
	padding: 0;
}
.menu li ul li:last-child {
	border-bottom: 0px;
}
.menu li ul li:hover {
	color: #dc0110;
}


.slider {
	min-height: 450px;
	padding: 0px;
	margin: 0px;
}
.slide1 {
	min-height: 450px;

	/*background-attachment: fixed;
	background: url(../img/slider.jpg) no-repeat center center;*/
}

.services {
	max-width: 960px;
}
.service {

}
.service1, .service2, .service3, .service4 {
	transition: all 0.2s ease-out;
	background: #ffffff;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-bottom: 15px;
	min-height: 215px;
}

.service1 {
	background: url(../img/service1.jpg) no-repeat right center;
	background-size: cover;
	transition: all 0.2s ease-out;
}
.service2 {
	background: url(../img/service2.jpg) no-repeat right center;
	background-size: cover;
	transition: all 0.2s ease-out;
}
.service3 {
	background: url(../img/service3.jpg) no-repeat right center;
	background-size: cover;
	transition: all 0.2s ease-out;
}
.service4 {
	background: url(../img/service4.jpg) no-repeat right center;
	background-size: cover;
	transition: all 0.2s ease-out;
}
.service-title {
	width: 60%;
	padding: 10px 20px 0px;
	text-align: left;
}
.service-text {
	width: 60%;
	padding: 0px 20px;
	text-align: left;
	display: block;
}
@media screen and (max-device-width: 767px) {
	.service-text {
	display: none;
	}
	.service1, .service2, .service3, .service4 {
	min-height: 110px;}
	.content {
	text-align: left;
}
}
@media screen and (min-device-width: 768px) {
	.content {
	text-align: justify;
}
}

.service-button {
	border: 1px solid #666;
	border-radius: 4px;
	padding: 5px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-decoration: none;
	color: #666;
	font-size: 14px;
	transition: all 0.2s ease-out;
}
.service-button:hover {
	border: 1px solid #000;
	margin-top: 10px;
	text-decoration: none;
	color: #000;
	transition: all 0.2s ease-out;
}
.container {
	max-width: 960px;
}
.content {
	max-width: 960px;
}
.photos {
	max-width: 960px;
	padding: 0;
}
.photo {
	padding: 4px;
	background-color: #fff;
	width: 288px;
	height: 193px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin: 15px auto;
}
.brands {
	max-width: 960px;
	text-align: center;
	/*border: 1px solid red;*/
}
.brand {
	width: 200px;
	margin: 0 auto;
}
.brands-slick {
	margin: 0 auto;
	width: 100%;
}


.footerbg {
	bottom: 0px;
	margin: 0;
	height: 100px;
	width: 100%;
	position: absolute;
	background-color: #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer {
	max-width: 960px;
	font-size: 14px;
	line-height: 16px;
	display: table;
}
.footer a {
	color: #666;
}
.footercontent1 {
	text-align: left;
	opacity: 0.6;
	display: table-cell;
	vertical-align: middle;
}
.footercontent2 {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}
.footercontent3 {
	text-align: right;
	display: table-cell;
	vertical-align: middle;
}
.btn, .btn-primary, .btn:active, .btn:focus, .btn:visited,
.btn-primary:active, .btn-primary:focus, .btn-primary:visited {
	background-color: transparent;
	color: #b80410;
	border: 1px solid #b80410;
	border-radius: 4px;
	padding: 10px 20px;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
 	transition: all 0.1s ease-out;
}
.btn:hover, .btn-primary:hover {
	background-color: #b80410;
	color: #fff;
	border: 1px solid #b80410;
	-webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
 	transition: all 0.1s ease-out;
}
.btn:active, .btn-primary:active {
	background-color: #b80410 !important;
	color: #fff;
	border: 1px solid #b80410 !important;
}
.menu-button {
	padding: 0 !important;
}
.headbottom {
	width: 100%;
	height: 2px;
	background-color: #b80410;
}
.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background: #000;
	opacity: 0;
	margin: 0px;
	padding: 0px;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
 	display: none;
 	overflow-x: hidden;
	overflow-y: auto;
}
.overlay.active {
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
 	display: block;
}
.sidebarbg {
	overflow-y: auto;
	height: 100%;
}
.sidebar {
	max-width: 250px;
	right: -250px;
	/* left: 100% */
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	text-align: left;
	font-size: 18px;
	color: #000;
	background: #fff;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
	z-index: 10000000000 !important;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	overflow-y: auto;
}
.sidebar.active {
	right: 0;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
 	transition: all 0.3s ease-out;
}
.sidebar-head {
	height: 30px;
}
.sidebar-logo {
	max-width: 200px;
	width: 75%;
	line-height: 50px;
	float: left;
	text-align: left;
	font-size: 20px;
	padding-left: 20px;
	color: #000;
	font-family: Proximabold, Helvetica, Arial, sans-serif;
}
.sidebar-close-icon {
	float: right;
	text-align: right;
	padding-right: 10px;
}
.closeicon {
	cursor: pointer;
	transition: all 0.3s ease-out;
	text-align: right;
	line-height: 40px;
	font-size: 40px;
	color: #000;
}
.closeicon:hover {
	color: #000;
	transition: all 0.3s ease-out;
}
.sidebar li {
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	padding: 0px 20px;
	color: #000;
}
.sidebar li > a {
	color: #000;
}
.sidebar li:last-child {
	border-bottom: 0px solid #ccc;
}
.sidebar li:hover {
	color: #000;


}
.sidebar2-link {
	cursor: pointer;
	background: url(../img/sidebar2-link.png) no-repeat right center;
	background-size: 40px;
}
.sidebar2-link.active {
	background: url(../img/sidebar2-link-active.png) no-repeat right center;
	background-size: 40px;
}
.sidebar2 {
	display: none;
}
.sidebar2 li {
	padding-left: 40px;
}
.sidebar2.active {
	display: block;
}
.sidebar a{
    display: inline-block;
	text-decoration: none;
	color: #000;
	text-align: left;
	width: 100%;
}

.sidebar a:hover{
    display: inline-block;
    color: #000;
	text-decoration: none
	
}
#map {
	width: 100%; 
	height: 100%; 
	min-height: 450px;
	max-height: 450px;
	padding: 0; 
	margin: 0;
}
.map {
	width: 100%;
	max-height: 450px;
	padding: 0px;
	margin: 0px;
}
.contactsphoto {
	margin: 0 auto;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	border: 4px solid #fff;
}
.gallery-item {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	padding: 20px;
	background-color: #fff;
	width: 290px;
	min-height: 430px;
	margin: 0 auto;
}
.gallery-image {
	text-align: center;
	margin: 0 auto;	
}
.gallery-title {
	margin-top: 10px;
	text-align: center;
}
.gallery-text {
	text-align: center;
}
.sale-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.sale-title {
	margin-bottom: 0;
	font-family: ProximaBold, Helvetica, Arial, sans-serif;
	font-size: 22px;
	color: #000;
}
.sale-image {
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	width: 150px;
}
.sale-date {
	color: #000;
	margin-bottom: 10px;
	text-align: left;
}
.review-item {
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.review-name {
	text-align: center;
}
.addreview{
	margin: 0 auto;
	padding: 15px;
	border: 0px solid #ccc;
	width: 100%;
	font-size: 16px;
	padding: 0 auto;
	text-align: center;
}
.submission fieldset {
	border: 0;
}
#item-submission {
	border: 0;
	padding: 0 auto;
}
.jbzoo textarea, .jbzoo select, .jbzoo input[type="text"], .jbzoo input[type="password"] {
    padding: 10px;
    border: 1px solid #D2D2D2;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.04);
    color: #333;
    border-radius: 3px;
    overflow: auto;
    vertical-align: top;
    cursor: text;
    width: 80%;
    height: auto !important;
    margin: 10px auto;

}

.info {
	text-align: center;
	margin-bottom: 20px;
}
.portfolio-image{
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	margin-bottom: 20px;
	width: 290px;
	height: 290px;
	padding: 4px;
	background-color: #fff;
	text-align: center;
	margin: 0 auto;	
	margin-bottom: 10px;
}
.price-h3 {
	text-align: center;
	padding: 0;
	margin-top: 20px;
}