/* Include */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:700);
@import url("./fonts/font-awesome.min.css");

/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Roboto', 'sans-serif';
	font-size:14px;
	width: 100%;
}

b {
font-weight:bold;
}

a {
    color: #f4645a;
    line-height: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}

h1,h2,h3,h4,h5,h6{
	display:inline;
}

.clr
{
	clear: both;
}

.s_line 
{
	min-width: 320px;
	width:100%;
	height:60px;
	position:relative;
}

.hs_line 
{
	min-width: 320px;
	width:100%;
	height:126px;
	position:relative;
}

.line 
{
	left:0;
	top:0;
	min-width: 320px;
	width:100%;
	height:126px;
	position:fixed;
	background-color: #242b32;
	z-index:999;
}

.line .line_cont 
{
	width: 1200px;
	height:126px;
	position:relative;
	margin:0 auto;
}

.line .line_cont .line_l_c
{
	width: 350px;
	height:126px;
	position:relative;
	margin:0 auto;
	float:left;
}

.line .line_cont .line_l_r
{
	width: 700px;
	height:126px;
	position:relative;
	margin-left:500px;
}

.line .line_cont .line_l_r .line_l_r_tel
{
	width: 200px;
	top:50px;
	height:30px;
	position:relative;
	float:left;
	font-size:21px;
}

.line .line_cont .line_l_r .line_l_r_tel a
{
	color:#fff;
	transition: all 0.2s ease-in-out 0s;
}

.line .line_cont .line_l_r .line_l_r_tel a:hover
{
	color:#777777;
	transition: all 0.1s ease-in-out 0s;
}

.line .logo {
	position:absolute;
	min-height: 125px;
	width:350px;
	background-image: url(/image/turbologonoborder.png);
    background-position: 50% 50%;
    background-size: cover;
	top:0;
	left:0px;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 400px;
	position:relative;
	text-align:center;
	color: #fff;
	letter-spacing: 2px;
	font-weight: bold;
	min-width: 1200px;
	width:100%;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(/image/header.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	background-attachment:fixed;
}

.header .head_1 {
	padding-top:40px;
	height: 70px;
	position:relative;
	font-size:60px;
	text-transform: uppercase;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.header .head_2 {
	height: 50px;
	position:relative;
	font-weight: 600;
	font-size:30px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.header .head_6 {
	padding-top:20px;
	position:relative;
}

.header .btn-call {
    background-color: #f05f40;
    border-color: #f05f40;
	font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
	margin: 0 auto;
	padding: 13px;
}

.header a {
    color: #fff;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	position:relative;
	min-height: 500px;
	min-width: 1200px;
	width:100%;
	background-color: #f4f4f4;
    border-top: 5px solid #f1f1f1;
}

.content .titl_in {
	position:relative;
	min-height: 100px;
	width:1200px;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
    letter-spacing: -1px;
	margin:0 auto;
	text-align:center;
}

.content .titl_us {
	position:relative;
	min-height: 200px;
	width:1200px;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
    letter-spacing: -1px;
	margin:0 auto;
	text-align:center;
}


.content .titl_us .block_l {
	position:relative;
	min-height: 100px;
	width:200px;
	float:left;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
    letter-spacing: -1px;
	text-align:center;
}


/* Chein
-----------------------------------------------------------------------------*/

.chein {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height: 500px;
}

.chein .s_line_title {
	position:relative;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
	text-align:center;
	
}

.chein .block_ch {
	position:relative;
	height: 140px;
	width:600px;
	float:left;
	color: #777;
	line-height: 24px;
	text-align:left;
}

.chein .block_ch .text_s {
	position:relative;
	height: 140px;
	width:560px;
	float:left;
	color: #777;
	line-height: 24px;
	text-align:left;
}

.chein .block_ch .text_s_h1 {
	font-weight: 600;
	height:40px;
	margin-left:30px;
}

.backcovers {
	position:relative;
	margin:0 auto;
	width:1200px;
	height:350px;
	background-image: url(/image/remont-turbonaduva.jpg);
    background-position: 50% 50%;
    background-size: cover;
}

/* About
-----------------------------------------------------------------------------*/

.about {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height: 300px;
}

.about .s_line_title {
	position:relative;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
	text-align:center;
}

.about .s_text_about {
	position:relative;
	min-height: 140px;
	width:1200px;
	font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    letter-spacing: 0px;
}

/* About_c
-----------------------------------------------------------------------------*/

.about_c {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height: 300px;
}

.about_c .about_c_l {
	position:relative;
	width:600px;
	height:250px;
	float:left;
	font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    letter-spacing: 0px;
}

.about_c .about_c_r {
	position:relative;
	min-height: 250px;
	width:550px;
	background-image: url(/image/remont-turbin.jpg);
    background-position: 50% 50%;
    background-size: cover;
	margin-left:600px;
}

/* About_b
-----------------------------------------------------------------------------*/

.about_b {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height: 300px;
}

.about_b .about_b_l {
	position:relative;
	min-height: 300px;
	width:500px;
	background-image: url(/image/turbo.jpeg);
    background-position: 50% 50%;
    background-size: cover;
	float:left;
}

.about_b .about_b_r .s_line_title {
	position:relative;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
	text-align:center;
}

.about_b .about_b_r {
	position:relative;
	width:650px;
	min-height:250px;
	font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    letter-spacing: 0px;
	margin-left:550px;
}

/*  Comments
----------------------*/

.back_comments {
	position:relative;
	margin:0 auto;
	min-width: 1200px;
	width:100%;
	min-height: 300px;
	background-color: #f4f4f4;
}

.comments {
	position:relative;
	margin:0 auto;
	width:1200px;
	min-height: 300px;
}

.comments .s_line_title {
	position:relative;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
	text-align:center;
}

.owl-carousel .owl-item img.client-img {
    width: 110px;
    margin: 30px auto;
    border-radius: 50%;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.testimonials-single {
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.blockquote {
    color: #7a767a;
    font-weight: 300;
}

.owl-next.disabled,
.owl-prev.disabled {
    opacity: 0.5;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 60px;
}

.owl-theme .owl-dots .owl-dot span {
    background: #e7d9eb;
    width: 35px;
    height: 8px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff487e;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #ff487e;
    box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}

.blockquote {
    font-weight: 300;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

blockquote {
    margin: 0 0 1rem;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

.namecom {
    font-size: 28px;
    font-weight: 300;
    color: #f4645a;
    margin-bottom: 0.7rem;
}

/* Maps
-----------------------------------------------------------------------------*/

.maps {
	position:relative;
	margin:0 auto;
	min-width:1200px;
	width:100%;
	min-height: 300px;
}

.maps .s_line_title {
	position:relative;
	color: #2e353e;
	font-weight: 600;
    font-size: 27px;
    line-height: 42px;
	text-align:center;
}

.about .s_text_about {
	position:relative;
	min-height: 140px;
	width:1200px;
	font-weight: 400;
    font-size: 14px;
    color: #777;
    line-height: 24px;
    letter-spacing: 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	min-width:1200px;
	width:100%;
	height: 100px;
	border-top: 1px solid #e4e4e4;
}

.footer .copyright {
	width:1200px;
	margin:0 auto;
	text-align:center;
	line-height:25px;
}

.footer .s_line 
{
	min-width: 320px;
	width:100%;
	height:30px;
	position:relative;
}

#hidecssmenu
{
	display:none;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: Raleway, sans-serif;
  line-height: 1;
}
#cssmenu > ul {
  background: #242b32;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #242b32;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: #f4645a;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover {
  color: #f4645a;
  -webkit-transform: rotateX(90deg) translateY(-23px);
  -moz-transform: rotateX(90deg) translateY(-23px);
  transform: rotateX(90deg) translateY(-23px);
  -ms-transform: none;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: #f4645a;
  background: #19799f;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -ms-transform: translateY(- -18px);
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #242b32;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: #f4645a;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 16px 20px;
  cursor: pointer;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #242b32;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid #f4645a;
  border-bottom: 2px solid #f4645a;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #f4645a;
}
