@font-face {
	font-family: 'Calibri Light';
	src: url('fonts/calibril.ttf');
	src: url("fonts/calibril.eot");
	src: url("fonts/calibril.eot?#iefix") format("embedded-opentype"),
	url("fonts/calibril.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: 'Bebas-Neue';
	src: url('fonts/bebas-neue-bold.ttf');
url("fonts/BebasNeue.woff") format("woff"),
url("bebas-neue-bold.ttf") format("truetype");
	font-style: normal;
}

@font-face {
	font-family: 'Calibri Bold';
	src: url('fonts/Calibri Bold.ttf');
	src: url("fonts/Calibri-Bold.eot");
	src: url("fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"),
	url("fonts/Calibri-Bold.woff") format("woff"),
	url("fonts/Calibri Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold;
}

@font-face {
	font-family: 'Calibri Italic';
	src: url('fonts/Calibri-Italic.eot') format('embedded-opentype');
	src: url('fonts/Calibri Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
}

@font-face {
	font-family: 'Calibri Regular';
	src: url('fonts/Calibri Regular.ttf');
	src: url("fonts/Calibre-Regular.eot");
	src: url("fonts/Calibre-Regular.eot?#iefix") format("embedded-opentype"),
	url("fonts/Calibri Regular.ttf") format("truetype");
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

html,
body {
	height: 100%;
	font-family: 'Calibri Light', serif;
	font-size: 18px;
	color: #676767;
	-webkit-font-smoothing: antialiased;
}

p, li, a, td {
	font-family: 'Calibri Light', serif;
	font-size: 18px;
	color: #2c2c2e;
}

#wrapper h1 {
	font-family: 'Calibri Light', serif;
	font-size: 36px;
	color: #2c2c2e;
	text-transform: uppercase;
	margin: 16px 0 24px;
}

#wrapper h1.title {
	font-family: 'Calibri Light', serif;
	font-size: 42px;
	color: #2c2c2e;
	text-transform: uppercase;
	margin: 40px 0 10px;
}

#wrapper h2 {
	font-family: 'Calibri Light', serif;
	font-size: 42px;
	color: #2c2c2e;
	text-transform: uppercase;

}

.row {
	margin-right: 0 !important;
}

.title_3 {
	font-size: 28px;
}

a:active, a:focus {
	outline: none;
}

a:active, a:focus {
	outline: none !important;
}

a::-moz-focus-inner {
	border: 0 !important;
}

/**/
#wrapper {
	position: relative;
	min-height: 100%;
	background: #e9e9e9;
}

#header {
	padding: 0;
	min-height: 148px;
}

#header .logo {
	max-width: 325px;
	padding: 0;
	margin-top: 4px;
}

#header .phone {
	float: right;
	line-height: 27px;
	margin-top: 60px;
	padding-right: 0;
	text-align: right;
}

#header .slogan {
	line-height: 33px;
	margin-top: 54px;
	padding-left: 39px;
	text-align: left;
}

#header .phone span {
	font-family: 'Calibri Bold', serif;
	color: #202222;
	font-size: 27px;
}

#header .phone span.code {
	color: #ffa800;
}

.fon_bg_header {
	background: url('/images/fon-bg.png') no-repeat center 0 #fff !important;
}

.bold {
	font-family: 'Calibri Bold', serif;
}

.content_block {
	padding-bottom: 80px;
	/*background:#e9e9e9;*/
}

#wrapper a:hover {
	text-decoration: none;
}

.font-18 {
	font-size: 18px;
}

.font-15 {
	font-size: 15px;
}

.font-16 {
	font-size: 16px;
}

.content_ul {
	margin-left: 20px;
}

.content_ul li {
	list-style-image: url('/images/content_ul_2.png');
	font-size: 16px;
}

.slogan span {
	font-family: 'Bebas-Neue', serif;
	font-size: 30px;
	color: #141515;
}

.slogan span.color {
	color: #ffa800;
}

.fon_bg {
	background: #e9e9e9;
}

.fon_bg_fff {
	background: #fff;
}

.img_about {
	margin: 16px 0;
	width: 100%;
}

/*footer*/
#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	/*padding-top: 80px;*/
	background: #fff;
}

.copy {
	color: #25221d;
	font-size: 14px;
	font-family: 'Calibri Regular', serif;
	background: #e7e7e7;
	padding: 18px 0;
	margin-top: 35px;
}

.copy .center {
	text-align: center;
}

.copy .center a.user-agreement-link{
	font-size: 13px;
	text-decoration: underline;
}

.copy .right {
	text-align: right;
}

.footer_top {

	border-top: 6px solid #eeeeee;
	border-bottom: 6px solid #eeeeee;
	background: #202222;
}

#footer .phone {
	line-height: 66px;
	padding-left: 10px;
}

#footer .phone p {
	display: inline;
}

#footer .phone span {
	font-family: 'Calibri Regular', serif;
	color: #fff;
	font-size: 24px;
}

#footer .phone span.code {
	color: #ffa800;
}

#footer .address {
	font-size: 16px;
	font-family: 'Calibri Regular', serif;
	color: #fff;
	text-align: right;
	margin-top: 15px;
	padding: 0;
}

#footer .address a {
	font-size: 16px;
	font-family: 'Calibri Regular', serif;
	color: #f8a300;
	margin-top: 15px;
	text-decoration: underline;
}

#footer .address a:hover {
	text-decoration: none;
}

.footer1 {
	padding-left: 0 !important;
	margin-top: 15px;
}

.footer2 {
	border-left: 1px solid #d2d3d4;
	padding-left: 53px !important;
	margin-top: 15px;
	border-right: 1px solid #d2d3d4;
}

.footer3 {
	margin-top: 15px;
	padding-left: 50px !important;
}

.bottom_section_menu {
	list-style: none;
}

.bottom_section_menu li {
	line-height: 19px;
}

.bottom_section_menu li a {
	color: #25221d;
	font-size: 14px;
	text-decoration: none;
	font-family: 'Calibri Regular', serif;
}

.bottom_section_menu li a:hover {
	color: #f8a300;
}

.name_block_footer {
	margin-bottom: 4px;

}

.name_block_footer a {
	color: #25221d;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Calibri Bold', serif;
}

.content_inner {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	padding: 23px 26px;
	margin-bottom: 33px;
}

.content_inner_nopadding {
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin-bottom: 33px;
}

.img_block {
	text-align: center;
}

.margin_33_0 {
	margin: 33px 0;

}

/*404*/
div.error404 {
	text-align: center;
	width: 50%;
	margin: 33px auto;
}

.big_404 + p {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Calibri Regular', serif;

}

.big_404 {
	font-size: 62px;
	text-transform: uppercase;
	font-family: 'Calibri Bold', serif;
	margin: 10px 0 0;
}

div.error404 a {
	display: block;
	margin-top: 45px;

}

.button_block {
	background: #fff;
	padding: 45px 0;
	margin-bottom: 33px;
	text-align: center;
	justify-content: space-between;
	display: flex;
}

.button_block a {
	background: #f8a300;
	font-size: 22px;
	color: #fff;
	font-family: 'Calibri Regular', serif;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 64px;
	max-width: 385px;
	text-align: center;
	float: left;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.button_block .num1 {

}

.button_block .num1,
.button_block .num2 {
	margin-right: 32px;
}

.button_block a:hover {
	text-decoration: none;
	color: #fff;
}

.container.bottom_page {
	clear: left;
	padding: 50px 0 50px 0;
	margin-top: 78px;
	margin-bottom: 75px;
	max-width: 1200px;
}

.partnership_info {
	text-align: center;
	clear: left;

}

.partnership_info p {
	color: #676767;
	font-size: 22px;
	font-weight: bold;
	font-family: 'Calibri Bold', serif;
	margin: 0;
	line-height: 24px;
}

.partnership_info span.phone {
	color: #202222;
	font-family: "Calibri Bold", serif;
	font-size: 32px;
}

.partnership_info span.phone .code {
	color: #f8a300;
	font-family: "Calibri Bold", serif;
	font-size: 32px;
}

.partnership_info a {
	color: #f8a300;
	font-family: "Calibri Light", serif;
	font-size: 22px;
	border-bottom: 1px solid #f8a300;
}

.partnership_info a:hover {
	border-bottom: none;
}

/*контакты*/
.map_tabs {
	background: #fff;
	padding: 10px 0;
}

#wrapper .map_tabs .tab-pane {
	position: relative;
	overflow: hidden;
}

#wrapper .map_tabs .nav-tabs li {
	background: #fff;
	border: none;
	width: 33%;
	text-align: center;
}

#wrapper .map_tabs .nav-tabs {
	border: none;

}

#wrapper .map_tabs .nav-tabs li a {
	font-size: 22px;
	background: #202222;
	color: #fff;
	font-family: 'Calibri Regular', serif;
	border: none;
	border-bottom-color: transparent;
	text-transform: uppercase;
	border-radius: 0;
	line-height: 44px;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.map_tabs .nav-tabs > li.active a,
.map_tabs .nav-tabs > li a:hover,
.map_tabs .nav-tabs > li a:focus {
	background: #f8a300 !important;
	color: #fff;
	background-color: #f8a300 !important;
}

.outline_table {
	border: 1px solid #d1d1d1;
	width: 100%;
}

.outline_table td {
	line-height: 20px;
	padding: 16px 9px 0 9px !important;
	vertical-align: top;
	font-family: 'Calibri Light', serif;
	font-size: 16px;
}

.outline_table td p {
	font-family: 'Calibri Light', serif;
	font-size: 16px;
	line-height: 19px;
}

.outline_table td b {
	font-family: 'Calibri Bold', serif;
}

.outline_table tr {

	border: 1px solid #d1d1d1;
}

.outline_table .font-18 {
	text-transform: uppercase;
	font-family: 'Calibri Bold', serif;

}

.title_outline {
	font-size: 22px;
	text-transform: uppercase;
	font-family: 'Calibri Regular', serif;

}

.outline_table td p.title {
	margin-bottom: 5px;
}

.title_outline span {
	color: #f8a300;
}

.outline_table .map_td {
	padding: 0 !important;
}

.content_block .block_form {
	margin-top: 25px;
}

.outline_table .map_td img {
	width: 100%;
}

.block_form .content_inner {
	padding: 20px 26px 38px;
}

.contact_info {
	position: relative;
	overflow: hidden;
	padding-top: 14px;
}

.contact_left_info {
	float: left;
	width: 80%;
	padding-left: 20px;
}

.contact_left_info a {
	color: #f8a300;
	text-decoration: underline;
}

.contact_right_info {
	float: right;
	width: 20%;
}

.contact_info td {
	vertical-align: top;
	font-family: 'Calibri Light', serif;
	font-size: 16px;
	padding: 4px 27px 3px 0;
}

.contact_right_info td {
	padding: 2px 27px 2px 0;
}

.contact_right_info td + td {
	padding: 2px 0 2px 11px;
}

.contact_right_info .time {
	padding: 0 0 10px 0;
	text-align: right;

}

.contact_info td b {
	font-family: 'Calibri Bold', serif;
	font-size: 18px;
}

span.metro {
	background: url(/images/metro.png) no-repeat left center;
	color: #f8a300;
	padding-left: 29px;
	line-height: 26px;
	height: 25px;
	display: block;
}

span.metro2 {
	background: url(/images/metro-2.png) no-repeat left center;
	color: #f8a300;
	padding-left: 29px;
	line-height: 26px;
	height: 25px;
	display: block;
}

#print {
	float: right;
	cursor: pointer;
	margin-top: -17px;
	background: #202222;
	line-height: 44px;
	width: 213px;
	text-align: center;
}

#print:hover,
.o_marke:hover {
	background: #f8a300;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.feedback input[type="submit"]:hover {
	background: #202222 !important;
}

.title_outline {
	font-size: 22px;
	margin: 46px 0 22px 20px;

}

.red {
	color: #ed3a3a;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.container.contact {
	margin-top: -76px;
	/*background: #fff;*/
	z-index: 200;
	position: relative;
}

#wrapper .map_tabs .nav-tabs li#google_map + li {
	width: 34%;
}

.home_text {
	padding-bottom: 60px;
	line-height: 24px;
}

.contact_line {
	padding-bottom: 12px;
}

.partnership-list {
	margin-bottom: 35px;
}

.button_block a:hover,
#load-items:hover,
.cat_link:hover {
	background: #2c2c2e;
}

.brands_home h2 {
	margin-bottom: 20px;
}

.search-page a {

}

.search-page a:hover {
	color: #f8a300;
	text-decoration: none;
}

.search-page input[type="submit"]:hover {
	background: #202222 !important;
	color: #fff;
}

.search-page input[type="submit"] {
	line-height: 50px;
	color: #fff;
	border: none;
	padding: 0 30px;
	font-family: 'Calibri Regular', serif;
	font-size: 22px;
	background: #f8a300;
	text-transform: uppercase;
	-webkit-transition-property: background;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

.search-page input[type="text"] {
	line-height: 46px;
	padding: 0 10px;
	float: left;
	font-style: italic;
}

font.notetext {
	color: #f8a300;

	font-family: 'Calibri Regular', serif;
}

.tab-content ul,
.default_li {
	padding-left: 25px;
}

.tab-content li,
.default_li li {
	font-family: 'Calibri Light', serif;
	font-size: 18px;
	color: #676767;
}

ul.image_in_text {
	padding-left: 0;
}

#up {
	position: fixed;
	right: 20px;
	bottom: 100px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url("images/up-button-arrow.png") 50% 50% no-repeat #f8a300;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1.5px 5px rgba(0, 0, 0, 0.6);
	border-radius: 50px;
	z-index: 10000;
	display: none;
}