body {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
}
header {
	background: url("../images/bg-header.png");
	background-size:cover;
	width:100%;
	height:964px;
}
header .top{
	height:auto;
	padding-top:30px;
	border-bottom:1px solid #A8A8A8;
	position:relative;
	display:block;
	padding-bottom: 13px;
	font-weight:600;
}
header .top_height{
	min-height:107px;
}
header .top.h-sticky {
    padding-top:20px;
    height:auto;
    color:#3C3C3B;
    z-index:999;
	position: fixed;
	top:0;
    width: 100%;
	transition:.3s;
	background: rgba(47,47,47, 1);
	border-bottom:1px solid transparent;
}

header .nav{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}
header .nav li{
margin:0 15px;
list-style:none;
}
header .nav li a{
	padding:30px 0;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	border-bottom:5px solid transparent;
	transition:.3s;
}
header .nav li a:hover{
	border-bottom:5px solid #E75757;
}
header .nav li.active a:hover{
	border-bottom:5px solid #E75757;
}
header .phone_header {
	display:flex;
	align-items: center;
	justify-content: space-around;
}
header .phone_header .mail {
	display:flex;
	align-items: center;
	justify-content: space-beetwin;
}
header .phone_header .mail a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-left:10px;
}
header .phone_header .tel {
	display:flex;
	align-items: center;
	justify-content: space-beetwin;
}
header .phone_header .tel a{
	color:#fff;
	text-decoration:none;
	font-size:16px;
	margin-left:10px;
}
header .first_ekran{
	display:block;
	padding-top:250px;
}
header .first_ekran h1{
	color:#fff;
	font-size:60px;
	line-height:70px;
	font-weight:300;
}
header .form_header{
	background: rgba(79,78,93, 0.7);
	
	padding:30px;
	height:auto;
	width:590px;
	margin:0 auto;
}
header .form_header h3{
	color:#fff;
	font-weight:600;
	font-size:25px;
	line-height:30px;
	position:relative;
}
header .form_header h3:after{
	content: '';
	position:absolute;
	bottom:-20px;
	left:0;
	width:64px;
	height:6px;
	background:#E75757;
}
header .form_header form{
	display:flex;
	align-items: flex-start;
	flex-direction: column;
	padding:30px 0;
	transition:.3s;
}
header .form_header form .input_group{
	width:388px;
	margin-bottom:20px;
	padding:15px;
	background:transparent;
	outline:none;
	border-top:none;
	border-left:none;
	border-right:none;
	color:#fff;
	border-bottom:1px solid #727375;
}
header .form_header form .btn{
	width:290px;
	padding:20px ;
	border:none;
	outline:none;
	border-radius:50px;
	background: rgb(216,103,103);
	background: linear-gradient(180deg, rgba(216,103,103,1) 0%, rgba(191,65,65,1) 100%);
	cursor:pointer;
	font-weight:600;
	font-size:17px;
	color:#fff;
	margin-top:20px;
	transition:.3s;
-webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.75);
}
header .form_header form .btn:hover{
	background: rgb(216,103,103);
	background: linear-gradient(0deg, rgba(216,103,103,1) 0%, rgba(191,65,65,1) 100%);
}

.menu {
    text-align: right;
    display: none;
}

.menu__icon {
   display: none;
   width: 45px;
   height: 35px;
   position: relative;
   cursor: pointer;
   margin-top:10px;
}

.menu__icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  opacity: 1;
  right: 0;
  top:15px;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
  
  border:1px solid rgba(255, 255, 255, 0.1);
  border-radius:2px;
}
.menu__icon span:nth-child(1) {
  top: 0px;
  width:30%;
}

.menu__icon span:nth-child(2), .menu__icon span:nth-child(3) {
  top: 10px;
  width:60%;
}

.menu__icon span:nth-child(4) {
  top: 20px;
 }
.menu .menu__links {
  display: none; 
transition: .3s;  
text-align:center;
}
.menu__links-item {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.menu__links-item:hover {
    text-decoration: underline;
}

.menu.menu_state_open .menu__icon span:nth-child(1) {
  top: 18px;
  width: 0%;
  opacity:0;
}

.menu.menu_state_open .menu__icon span:nth-child(2) {
  transform: rotate(45deg);
    background: #fff;
}

.menu.menu_state_open  .menu__icon span:nth-child(3) {
  transform: rotate(-45deg);
    background: #fff;
}

.menu.menu_state_open  .menu__icon span:nth-child(4) {
  top: 18px;
  width: 0%;
  opacity:0;
}

.menu.menu_state_open .menu__links {
  display: flex; 
    align-items: center;
	flex-direction: column;  
}
.menu.menu_state_open .phone_m {
  display: block;  
}


.sevices {
	/*background: url('../images/Background 2 screen.png') no-repeat;
	background-position:bottom left;*/
	margin-top:40px;
	padding-bottom:150px;
}
.section_title {
	color:#fff;
	font-size:40px;
	line-height:47px;
	font-weight:600;
	text-align:center;
	position:relative;
	margin:0px 0 100px 0;
}
.section_title:after{
	content: '';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:164px;
	margin-left:-82px;
	height:6px;
	background:#E75757;
	
}
.block_services {
	width:176px;
	height:176px;
	position:relative;
	border:1px solid transparent;
	text-align:center;
}
.block_services span{
	position:absolute;
	bottom:-50px;
	left:0;
	width:100%;
	padding:20px 0 20px 0px;
	color:#fff;
	font-size:18px;
	text-align:center;
}


.benefits {
	/*background: url('../images/Group 135.png') no-repeat;*/
	background-size:cover;
	padding-bottom:150px;
}
.benefits .section_title {
	color:#000;
	font-size:40px;
	line-height:47px;
	font-weight:400;
	text-align:center;
	position:relative;
	margin:80px 0 200px 0;
}
.benefits .section_title:after{
	content: '';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:164px;
	margin-left:-82px;
	height:6px;
	background:#E75757;
	
}
.benefits .block_benefits {
	width:250px;
	height:auto;
	position:relative;
	display: flex;
  flex-direction: column;
  align-items: center;
  text-align:center;
}
.benefits .block_benefits .img_wrapper{
	height:80px;
}
.benefits .block_benefits span {
	margin-top:0px;
	color:#000;
	font-weight:600;
}


.auto {
	/*background: url('../images/Subtraction 6.png') no-repeat;
	background-position:top right;*/
	background-color:#fff;
	padding-bottom:150px;
}
.auto .section_title {
	color:#000;
	font-size:40px;
	line-height:47px;
	font-weight:400;
	text-align:center;
	position:relative;
	margin:80px 0 200px 0;
}
.auto .section_title:after{
	content: '';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:164px;
	margin-left:-82px;
	height:6px;
	background:#E75757;
	
}
.auto .block_uber {
	margin-bottom:100px;
}
.auto .block_uber p{
	margin-top: 20px;
    line-height: 30px;
}
.auto .block_uber img{
	max-width:620px;
	width:100%;
}
.auto .block_uber ul{
	
}
.auto .block_uber ul li{
	list-style:none;
	padding-left:50px;
	position:relative;
	margin: 30px 0;
	
}
.auto .block_uber ul li:before{
	content: '';
	position:absolute;
	top:7px;
	left:0;
	width:34px;
	margin-left:-22px;
	height:4px;
	background:#E75757;
}
.auto .hr{
	width:70%;
	margin:0 auto;
	border:1px solid #ccc;
}
	.block_unsere_left img {
	width:100%;
}
.block_unsere_right img {
	width:100%;
}
.form_static {
	background: url('../images/Group 143.png') no-repeat;
	background-size:cover;
	padding-bottom:250px;
}
.form_static .section_title {
	color:#fff;
	font-size:40px;
	line-height:47px;
	font-weight:400;
	text-align:center;
	position:relative;
	margin:80px 0 200px 0;
}
.form_static .section_title:after{
	content: '';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:164px;
	margin-left:-82px;
	height:6px;
	background:#E75757;
	
}
.form_static form{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-beetwin;
}
.form_static form .input_group{
	width:470px;
	margin-right:30px;
	padding:30px;
}
.form_static form .btn{
	width:300px;
	padding:30px ;
	border:none;
	outline:none;
	border-radius:50px;
	background: #E75757;
	cursor:pointer;
	text-transform:uppercase;
	font-weight:600;
	font-size:17px;
	color:#fff;
    transition: .3s;
}
.form_static form .btn:hover{
	background: rgb(191,65,65) !important;
}

.kontakt {
	/*background: url('../images/Subtraction 8.png') no-repeat;
	background-position:top left;*/
	background-color:#fff;
	padding-bottom:150px;
}
.kontakt .section_title {
	color:#000;
	font-size:40px;
	line-height:47px;
	font-weight:400;
	text-align:center;
	position:relative;
	margin:80px 0 200px 0;
}
.kontakt .section_title:after{
	content: '';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:164px;
	margin-left:-82px;
	height:6px;
	background:#E75757;
	
}
.kontakt .title{
	font-size:24px;
	margin-bottom:20px;
	font-weight:600;
}
.map {
	background: url('../images/map.png') no-repeat;
	background-size:cover;
	background-position: center;
	width:100%;
	height:500px;
}
.impressum {
	width:100%;
	height:auto;
	background:#fff;
	background-size:cover;
	background-position:center;	
	margin-top:0px;
	position:relative;
}
.impressum .section_title {
	font-size:45px;
	font-weight:bold;
	line-height:50px;
	color:#000;
	margin:80px 0 120px 0;
	position:relative;
	text-align:center;
}
.impressum .section_title:after {
	content:'';
	position:absolute;
	bottom:-30px;
	left:50%;
	width:120px;
	height:10px;
	margin-left:-60px; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a13f3d+0,ff3535+100 */
background: #a13f3d; /* Old browsers */
background: -moz-linear-gradient(top,  #a13f3d 0%, #ff3535 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #a13f3d 0%,#ff3535 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #a13f3d 0%,#ff3535 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a13f3d', endColorstr='#ff3535',GradientType=0 ); /* IE6-9 */
}
.impressum  .content {
font-size:18px;
}
a>.exit {
padding:20px 20px 20px 35px;
background: #EBEBEB; 
border:none;
border-radius:0 7px 7px 0;
position:absolute;
top:60px;
left:0;
z-index: 99;
font-size:22px;
text-decoration:none;
transition: .3s;
color:#000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
a>.exit span{
margin-right:10px;
transition: .3s;
}
a:hover>.exit{
padding:20px 20px 20px 20px;
}

a:hover>.exit span{
margin-right:5px;
}
.show_m {
	display:none;
}


footer {
	background:#292929;
	padding:35px 0;
}
footer .nav_footer{
	display:flex;
	align-items: center;
	justify-content: flex-start;
}
footer .nav_footer li{
margin:0 20px;
list-style:none;
}
footer .nav_footer li a{
	padding:0px 0;
	font-size:18px;
	text-decoration:none;
	color:#fff;
	transition:.3s;
}
footer .nav_footer li a:hover{
	border-bottom:5px solid #E75757;
}
footer .impressum_url {
	height:100%;
	display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}
footer .impressum_url a{
	font-size:18px;
	text-decoration:none;
	margin-top: 5px;
	color:#fff;
	border-bottom:5px solid transparent;
	transition:.3s;
}
footer .impressum_url a:hover{
	border-bottom:5px solid #E75757;
}
.copywrite {
	position: absolute;
    right: 0;
    bottom: -10px;
    color: #9A9A9A;
    font-size: 10px;
}
#map {
        height: 500px;
		width:100%;
      }



















