*::-webkit-input-placeholder {
	color: #666;
	opacity: 1;
}
*:-moz-placeholder {
	color: #666;
	opacity: 1;
}
*::-moz-placeholder {
	color: #666;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #666;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: "BebasRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
}
.hidden {
	display: none;
}
.carousel img {
	width: 100%;
	height: auto;
}
.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	position: relative;
}
header {
	background-image: url(../img/topBG.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	min-height: 668px;
	position: relative;
	font-family: 'BebasRegular', sans-serif;
	text-transform: uppercase;
	color: #fff;
}
.top__line {
	min-height: 97px;
	-webkit-box-shadow: rgba(255, 255, 255, .3) 0 0 0 1px;
	box-shadow: rgba(255, 255, 255, .3) 0 0 0 1px;
	width: 100%;
	background-color: rgba(0, 0, 0, .86);
	padding: 22px 0;
	text-align: left;
}
.top__line a {
	color: #fff;
	font-size: 22px;
	border-bottom: 1px dashed #fff;
	transition: all .25s;
}
.top__line a:hover {
	border-bottom: 1px dashed transparent;
}
.top_addr {
	line-height: 26px;
	padding-left: 50px;
	background-image: url("../img/map_icon.png");
	background-repeat: no-repeat;
	background-position: left top;
}
.top_addr strong {
	display: block;
	font-size: 32px;
	color: #d12f22;
}
.logo__wrap {
	position: relative;
	width: 249px;
	margin: auto;
}
.top__line .logo {
	border-bottom: none;
	position: absolute;
	margin-top: -20px;
}
.top__line .logo:hover {
	border-bottom: none;
}
.ta_right {
	background-image: none;
	padding-left: 0;
	text-align: right;
}
.ta_right span {
	color: #fff;
}
header h1 {
	text-align: center;
	color: #fff;
	text-shadow: 0 3px rgba(0, 0, 0, 0.55) ;
	margin-top: 68px;
	font-size: 40px;
}

/* Button */
.button {
	background-color: #d12f22;
	color: #fff;
	font-size: 20px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	padding: 0 25px;
	border-bottom: 4px solid #ac160a;
}
.button:hover {
	background-color: #e64437;
}
.button:active {
	background-color: #b816;
}
.buttons_top {
	position: absolute;
	width: 100%;
	bottom: 32px;
}
.st_button {
	line-height: 16px;
	padding-top: 7px;
	text-align: left;
	padding-left: 63px;
	background-image: url(../img/camera_icon.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;

}
header .button {
	margin-right: 20px;
}

/* Menu */
.top_mnu {
	height: 62px;
	background-color: #242424;
	-webkit-box-shadow: rgba(255, 255, 255, .3) 0 0 0 1px;
	box-shadow: rgba(255, 255, 255, .3) 0 0 0 1px;
	font-family: "BebasRegular", sans-serif;
	text-transform: uppercase;
}
.top_mnu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.top_mnu a {
	color: #fff;
	font-size: 20px;
	padding: 0 26px 0 54px;
	display: block;
	line-height: 62px;
	border-left: 1px solid #3b3b3b;
	background-image: url(../img/menu_icons.png);
	background-repeat: no-repeat;
	background-position: 20px 20px;
}
.top_mnu li {
	float: left;
}
.top_mnu li.active,
.top_mnu li:hover {
	background-color: #050505;
}
.top_mnu li:nth-child(2) a {
	background-position: 20px -72px;
}
.top_mnu li:nth-child(3) a {
	background-position: 20px -164px;
}
.top_mnu li:nth-child(4) a {
	background-position: 20px -252px;
}
.top_mnu li:nth-child(5) a {
	background-position: 20px -344px;
}
.top_mnu li:nth-child(6) a {
	background-position: 25px -438px;
}
.warranty {
	float: right;
	color: #fff;
	cursor: default;
	font-size: 15px;
	border: 3px solid #fff;
	border-radius: 3px;
	padding: 3px 5px;
	line-height: 18px;
	margin-top: 8px;
}
.w_left,
.w_right {
	display: inline-block;
	vertical-align: top;
}
.w_left {
	font-size: 33px;
	font-family: "BebasBold", sans-serif;
	margin-top: 10px;
	margin-right: 7px;
}
.w_left span {
	font-size: 20px;
}
.w_right {
	font-family: "RobotoRegular", sans-serif;
}

.main_services {
	background-color: #191919;
	padding: 40px 0;

}
.main_services h2,
h2.art_header {
	text-transform: uppercase;
	text-align: center;
	color: #c9c9c9;
	font-size: 40px;
}
.main_services h2 strong {
	color: #fff;
}
.main_services h2 span {
	color: #d12f22;
	font-family: "BebasRegular",sans-serif;
}
section h2,
h2.art_header {
	position: relative;
}
.s_black h2::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	background-image: url(../img/lines_img_01.png);
	top:20px;
	margin-left: -68px;
}
.s_black h2::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	background-image: url(../img/lines_img_01.png);
	background-position: -50px 0;
	top: 20px;
	margin-left: 20px;
}


/* MS item*/
.ms_wrap {
	text-align: center;
	padding: 0;
	position: relative;
}
.ms_item {
	border: 1px solid #353535;
	border-radius: 2px;
}
.ms_item_wrap {
	margin-left: 30px;
	width: 160px;
	display: inline-block;
	text-align: center;
}
.ms_item_wrap_af {
	background-image: url("../img/toggle_arrow_icon.png");
	width: 18px;
	height: 9px;
	margin: 12px 69px;
	position: absolute;
	display: none;
}
.ms_item_wrap:nth-child(1) {
	margin-left: 0;
}
.ms_item_wrap a {
	color: #fff;
}
.ms_item span {
	display: block;
	width: 130px;
	height: 85px;
	background-image: url(../img/Ms_icon.png);
	margin: 15px auto 10px;
}
.ms_item_wrap:nth-child(1) span {
	background-position: 9px 0;
}
.ms_item_wrap:nth-child(2) span {
	background-position: -155px 0;
	font-size: 18px;
}
.ms_item_wrap:nth-child(3) span {
	background-position: -330px 0;
}
.ms_item_wrap:nth-child(4) span {
	background-position: -492px 0;
}
.ms_item_wrap:nth-child(5) span {
	background-position: -666px 0;
}
.ms_item_wrap:nth-child(6) span {
	background-position: -824px 0;
}
.ms_item h4 {
	font-weight: normal;
	font-family: "BebasRegular", sans-serif;
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 7px;
}
.ms_item h4.font {
	font-size: 18px;
}
.ms_item a:hover h4,
.ms_item_wrap.active h4 {
	text-decoration: underline;
}
.ms_item_wrap.active,
.ms_item_wrap:hover {
	background-color: #2a2a2a;
}
.ms_toggle {
	display: inline-block;
	width: 158px;
	background-color: #212121;
	color: #d12f22;
	font-size: 18px;
	cursor: pointer;
}
.ms_item_wrap.active .ms_toggle,
.ms_item_wrap:hover .ms_toggle {
	background-color: #353535;
	color: #fff;
}
body .ms_wrap .ms_item_wrap > ul {
	position: absolute;
	text-align: center;
	font-size: 20px;
	background-color: #353535;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 15px 0;
	list-style-type: none;
	z-index: 10;
	display: none;
	left: 0;
}
.ms_item_wrap.active > ul li {
	display: inline-block;
	font-family: "BebasRegular", sans-serif;
}
.ms_item_wrap.active > ul li a {
	padding: 0 10px;
	text-decoration: underline;
}
.ms_item_wrap.active > ul li a:hover {
	text-decoration: none;
}
.ms_button {
	text-align: center;
	margin-top: 115px;
}

/* Article */
article.content {
	background-color: #e9e9e9;
	color: #050505;
}
article h2.art_header::before {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	background-image: url(../img/lines_img_02.png);
	top:20px;
	margin-left: -58px;
}
article h2::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 20px;
	background-image: url(../img/lines_img_02.png);
	background-position: -50px 0;
	top: 20px;
	margin-left: 10px;
}
article .art_header {
	color: #050505;
	margin-bottom: 25px;
}
.art_text {
	max-width: 790px;
	text-transform: none;
	font-family: "RobotoRegular", sans-serif;
	text-align: center;
	margin: 0 auto;
}

section.content_main {
	background-color: #d6d6d6;
	text-align: center;
	padding: 40px 0;
	margin-top: 25px;
}

.content_item {
	font-family: "RobotoRegular", sans-serif;
	color: #050505;
	font-size: 14px;
	text-align: center;
	margin-bottom: 50px;
}
.content_item img {
	width: 100%;
	border-top: 8px solid #ac160a;
}
.s_bottom {
	padding-top: 32px;
}
.s_bottom img {
	max-width: 90%;
	position: absolute;
	bottom: 0;
}
.sb_header {
	line-height: 50px;
	vertical-align: center;
}
.sb_header h2 {
	font-size: 36px;
	margin: 0;
}
.sb_header.button_cont {
	text-align: right;
}
.sb_content {
	margin-top: 30px;
	font-family: "RobotoRegular", sans-serif;
}

/* Form callback*/
.holder_block {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
	display: none;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: opacity .5s;
}

#callback-pop {
	background: rgba(255,255,255,.7);
	color: #000;
	width: 360px;
	margin: 0 auto;
	z-index: 10010;
	position: fixed;
	top: 0;
	left: calc(50% - 180px);
	display: none;
	opacity: 0;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	font: 400 21px "BebasRegular", "Arial",sans-serif;
	transition: opacity .5s, top 1.5s;
}
#callback-pop fieldset {
	border: 1px solid gray;
	margin: 0 2px;
	padding: .35em .625em .75em;
}
#callback-pop label {
	display: block;
	padding-bottom: 3px;
	margin-right: 10px;
}
#callback-pop input {
	width: 280px;
	margin-top: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	font: 15px "Roboto Light",sans-serif;
	line-height: 22px;
}
#callback-pop input[type=reset], #callback-pop input[type=submit] {
	font: 400 21px "BebasRegular", "Arial",sans-serif;
}
textarea {
	display: inline-block;
	resize: none;
	font: 15px "Roboto Light",sans-serif;
}
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #515151;
	font-style: normal;
	font-size: 28px;
	font-family: "Arial", "Roboto Light",monospace;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}


/* Footer */
footer {
	background-color: #2a2a2a;
	color: #fff;
	padding: 28px 0 35px;
	font-family: "BebasBold", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
}
footer a {
	color: #fff;
	text-decoration: underline;
	padding-right: 25px;
}
footer a:hover {
	text-decoration: none;
}
footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
footer li {
	float: left;
}
