*::-webkit-input-placeholder {
	color: #c1c1c1;
	opacity: 1;
}
*:-moz-placeholder {
	color: #c1c1c1;
	opacity: 1;
}
*::-moz-placeholder {
	color: #c1c1c1;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #c1c1c1;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {

}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	font-weight: normal;
}
ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}	
a{
	text-decoration: none;
	color: #000;
}
img{
	max-width: 100%;
	vertical-align: bottom;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: "RobotoRegular", sans-serif;
	overflow-x: hidden;
	color: #000;
	margin: 0;
	background-color: #ececec;

}
header{
	position: absolute;
	width: 100%;
	z-index: 999;
}
.container{
	max-width: 1640px;
	margin: 0 auto;
}
.mejs-controls {
  display: none !important;
  visibility: hidden !important;
  }
.flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.brands_sec .owl-carousel .owl-item img{
	max-height: 100%;
}




.top_mnu {
    margin-left: 30px;
}
.top_mnu ul li{
	display: inline-block;
	margin: 0 25px;
}
.top_mnu ul li a{
	font-family: "RobotoMedium", sans-serif;
	padding-bottom: 5px;
	color: #fff;
}
.top_mnu ul li a:hover{
	border-bottom: 1px solid #fff;
}
.top_mnu ul .current-menu-item a{
	font-family: "RobotoBold", sans-serif;
	border-bottom: 1px solid #fff;
}
.top_phone div{
	display: inline-block;
	font-family: "RobotoBold", sans-serif;
	color: #fff;
}
.top_phone div a{
	color: #fff;
}
.top_line .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
}
.phone_ic{
	margin-right: 25px;
}
.phone_ic img{
	vertical-align: middle;
}
.first_screen{

	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 30px;
}
.first_screen img,.first_screen video{
	width: 100%;
}
.first_screen video {
	max-width: 100%;

	vertical-align: bottom;
}
.first_screen::before{
	position: absolute;
	left: 0;
	bottom: -30px;
	height: 30px;
	width: 100%;
	background-color: #1200ae;
	content: '';
	display: none;
}
.top_line{
	padding: 53px 0 0;
	-webkit-animation-delay: .3s;
	-o-animation-delay: .3s;
	animation-delay: .3s;
}
.first_screen .text_wrap{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 630px;
	z-index: 99;
}
h1{
	font-size: 60px;
	font-family: "RobotoBold", sans-serif;
	line-height: 80px;
	margin-bottom: 25px;
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	animation-delay: .5s;
	-webkit-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	color: #fff;
	z-index: 2;
}
.home h1 {
	color: #000;
}
.first_screen .text_wrap p{
	color: #000;
	font-size: 18px;
	-webkit-animation-delay: .7s;
	-o-animation-delay: .7s;
	animation-delay: .7s;

}
.video_wrap{
	margin-top: 50px;
}
.post_sec{
	padding: 200px 0;
	position: relative;
}
.posts{
	padding-top: 245px;
	overflow: hidden;
}
.impressum__inner {
	padding: 50px 0;
}
.impressum__inner h1 {
	color: #000;
}
.impressum__inner a {
	text-decoration: underline;
}
.post_title, .posts h3{
	font-size: 48px;
	font-family: "RobotoBold", sans-serif;
}
.post_sec p{
	margin-top: 40px;
	color: #8d8d8d;
}
 .posts p{
 	margin-top: 28px;
 	color: #8d8d8d;
 }
.post_sec .img_wrap,.post_sec .text_wrap{
    width: 48.4%;

}

.posts .img_wrap, .posts .text_wrap{
	width: 49.4%;
   position: relative;	
}
.post_sec .text_wrap .text_wrap_cont, .posts .text_wrap .text_wrap_cont{
	width: 500px;
	margin: 0 auto;
}
.text_wrap .btn{
	margin: 80px 0 0 0;
	width: 211px;
}
 .posts .text_wrap .big_title{
 		left: -55px;
    top: -95px;
    font-size: 156px;	
 }
.posts:nth-child(2n) .block .img_wrap,.posts:nth-child(2n+1) .block .text_wrap{
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}
.posts:nth-child(2n) .block .text_wrap,.posts:nth-child(2n+1) .block .img_wrap{
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}
.posts:nth-child(2n+1) .block .img_wrap{
	text-align: right;
}
.posts h4{
	font-size: 18px;
	font-family: "RobotoMedium", sans-serif;
	color: #000;
	margin-top: 16px;
}
.posts_titles_wrap{
	position: relative;
	margin-bottom: 170px;
}
.posts_titles_wrap .big_title{
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -63px;
}
.posts_title{
	font-size: 36px;
	font-family: "RobotoBold", sans-serif;
	color: #000;
	text-align: center;
	padding-bottom: 45px;
	position: relative;
}
.posts_title::before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 50px;
	height: 2px;
	background-color: #000;
}
.angebot_sec p{
    margin-bottom: 32px;
    color: #8d8d8d;
    margin-top: 20px;

}
.post_small_title, .posts span{
	display: block;
}
.angebot_sec .post_title{
	vertical-align: top;
}
.angebot_sec .text_wrap_cont{
	display: inline-block;
	width: 562px;
	margin-left: 99px;
}
.angebot_sec .post_title{
	display: inline-block;
}
.angebot_sec .text_wrap{
    padding-left: 154px;
}
.card{
	height: 740px;
	position: relative;
	padding: 90px 70px;
	z-index: 1;
	width: 25%;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;

}

body .on{
	opacity: 1 !important;
}
.card:hover .img_wrap::before{
	background-color: rgba(236,236,236,.6);
}
.card:hover .card_title{
	color: #000;
	padding-bottom: 20px;
	border-bottom: 1px solid #000;
}
.card:hover p{
	color: #000;
}
.card .img_wrap::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(37,37,37,.6);
	z-index: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;	
}
.card_title{
	font-size: 36px;
	text-transform: uppercase;
	font-family: "RobotoBold", sans-serif;
	color: #fff;
	display: inline-block;	
}
.card p{
    position: absolute;
    display: flex;
	top: 66%;
    width: 270px;
    color: #8d8d8d;
}
section.angebot_sec{
	padding-top: 20px;
	position: relative;
}
section.cards_sec{
	padding-top: 86px;
}
section.cards_sec .img_wrap{
    display: block;
    position: absolute;
    left: 0;
    z-index: -2;
    top: 0;	
}
.card_icon{
	margin-bottom: 35px;
	width: 60px;
	height: 60px;
}
.card .card_icon .card__icon--hover {
	display: none;
}
.card:hover .card_icon .card__icon--hover {
	display: block;
}
.card:hover .card_icon .card__icon--main {
	display: none;
}
.banner_img{
	padding-top: 200px;
	text-align: center;
}
.experten_sec .icon_wrap{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #8d8d8d;
	text-align: center;
	line-height: 70px;
	vertical-align: middle;
	margin-right: 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.experten_sec .icon_wrap img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.experten_sec .icon_wrap svg path{
	fill: #8d8d8d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.experten_sec .item:hover .icon_wrap svg path{
	fill: #fff;
}
.experten_sec .icon_wrap .card__icon--hover {
	display: none;
}
.experten_sec .item:hover .icon_wrap .card__icon--hover {
	display: inline;
}
.experten_sec .item:hover .icon_wrap .card__icon--main {
	display: none;
}
.experten_sec .icon_wrap img{
	vertical-align: middle;
}
.experten_sec .item{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	width: 45%;
	margin-bottom: 42px;
	cursor: pointer;

}
.experten_sec .item:hover .icon_wrap{
	background-color: #3f3f3f;
	border: 1px solid #3f3f3f;
}
.experten_sec .item:hover p{
	color: #000;
}
.experten_sec .block{
    max-width: 1085px;
    margin: 0 auto;
    padding-top: 81px;
}
.experten_sec .item p{
	color: #8d8d8d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.exp_titles{
	text-align: center;
}
section.experten_sec{
	padding-top: 106px;
	position: relative;
}
section.experten_sec .text_wrap{
	width: 79%;
}
.owl-carousel .owl-item img{
	width: auto !important;
}
.brand_slide{
	width: 240px;
	height: 125px;
	border: 1px solid #000000;
	display: block;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin: 0 auto 13px;
	position: relative;

	padding: 10px;
}
.brand_slide::before{
    position: absolute;
    content: '';
    right: -13px;
    height: 100%;
    width: 1px;
    background-color: #5b5b5b;
    bottom: -13px;
}
.brand_slide::after{
    position: absolute;
    content: '';
    right: -13px;
    height: 1px;
    width: 100%;
    background-color: #5b5b5b;
    bottom: -13px;	
}
section.brands_sec{
	padding-top: 204px;
	position: relative;
}
.brands_slider{
	margin-top: 120px;

}
.brands_sec{
	padding-bottom: 230px;
}

.brands_sec  .owl-prev{
    top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);		
	position: absolute;
	left: -70px;
	width: 30px;
	height: 30px;
	background-color: #3f3f3f;
	background-image: url(../img/arr_left.png);
	background-repeat: no-repeat;
	background-position: center;

}
.brands_sec  .owl-next{
    top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);		
	position: absolute;
	right: -70px;
	width: 30px;
	height: 30px;
	background-color: #3f3f3f;
	background-image: url(../img/arr_right.png);
	background-repeat: no-repeat;
	background-position: center;

}
.facebook_sec{
	margin-top: 80px;
	padding-bottom: 226px;
	padding-top: 80px;	
	position: relative;
	margin-bottom: 188px;
}
.facebook_sec::before{
	position: absolute;
	height: 100%;
  width: 19.5%;
	background-color: #3f3f3f;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
}
.facebook_sec::after{
	position: absolute;
	height: 100%;
    width: 5.8%;
	background-color: #c1c1c1;
	top: 0;
	right: 0;
	content: '';
	z-index: -1;
}
.facebook_sec .exp_titles{
	text-align: left;
	color: #fff;

}
.facebook_sec .exp_titles .post_title{
	font-family: "RobotoMedium", sans-serif;
}

.facebook_slider {
    width: 570px !important;
    position: absolute !important;
    left: 41%;
    border: 60px solid #c1c1c1;
    top: -73px;
}
.facebook_slider .slide{
	width: 449px;
	background: #fff;
}

.facebook_slider  .owl-prev,.face_prev{
    top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);		
	position: absolute;
	left: -197px;
	width: 30px;
	height: 30px;
	background-color: #3f3f3f;
	background-image: url(../img/arr_left.png);
	background-repeat: no-repeat;
	background-position: center;

}
.facebook_slider  .owl-next,.face_next{
    top: 50%;
    -webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	-o-transform: translateY(-50%);
    	transform: translateY(-50%);		
	position: absolute;
	right: -197px;
	width: 30px;
	height: 30px;
	background-color: #3f3f3f;
	background-image: url(../img/arr_right.png);
	background-repeat: no-repeat;
	background-position: center;

}
.form_inp{
    padding: 3px 0 17px;
    border: none;
    border-bottom: 1px solid #c1c1c1;
    font-size: 15px;
    margin-bottom: 30px;
    outline: none;
    background-color: transparent;
    display: inline-block;
    width: 100%;
   

}
.wpcf7-form-control-wrap{
	 width: 47%;
}
.form_inp:focus{
	border-bottom: 1px solid #3f3f3f;
}
.contact_form{
    width: 1073px;
    margin: 0 auto;
    padding: 125px 0 65px;
    border: 60px solid #3f3f3f;
    border-bottom: none;
    position: relative;
}
.contact_form .block{
    width: 493px;
    margin: 0 auto;
    padding-top: 53px;
}
section.contact_sec{
	padding-top: 190px;
}
.contact_form .post_title{
	text-transform: uppercase;
}
.textarea-848{
	width: 100%;
	max-height: 88px !important;
	margin-bottom: 25px;
}
.textarea-848 textarea {
	max-height: 88px !important;
}
.btn{
    width: 170px;
    background-color: #3f3f3f;
    color: #fff;
    text-transform: uppercase;
    margin: 11px auto;
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
    display: block;
    text-align: center;
    padding: 13px 0;
    border: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #3f3f3f;
    cursor: pointer;
}
.btn:hover{
	color: #3f3f3f;
	background-color: transparent;
}
footer{
	background-color: #3f3f3f;
	padding-top: 110px;
	padding-bottom: 130px;
}
.foot_title{
	color: #fff;
	font-family: "RobotoMedium", sans-serif;
	margin-bottom: 20px;
}
.foot_cont p,.foot_cont a{
	color: #c1c1c1;
	font-size: 13px;
	display: block;
	font-family: "RobotoLight", sans-serif;
}
.foot_tranporte{
	font-size: 24px;
	font-family: "RobotoMedium", sans-serif;
	color: #fff;
}
footer .block{
	-ms-align-items: normal;
	align-items: normal;
	padding: 0 88px;
}
.impres_link a{
	color: #fff;
	font-size: 16px;
	font-family: "RobotoMedium", sans-serif;
	color: #fff;
}
.foot_cont {
    height: 85px;
}
.impres_link {
    margin-top: 44px;
}
.copyright{
	font-size: 11px;
	color: #f1f1f1;
  margin-top: -20px;
  padding: 0 72px;	
	font-family: "RobotoLight", sans-serif;
}
.copy{
	text-transform: uppercase;
    margin-bottom: 10px;
}
.create a{
	color: #f1f1f1;
	font-family: "RobotoLight", sans-serif;
}
.soc_icons{
	margin-top: 20px;
}
.soc_icons a{
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 5px;

}
.soc_icons a svg path{
	fill: #8d8d8d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;	
}
.soc_icons a:hover svg path{
	fill: #fff;
}
.big_title{
    position: absolute;
    text-transform: uppercase;
    font-family: "RobotoBlack", sans-serif;
    color: #8d8d8d;
    font-size: 169px;

    z-index: -1;
    opacity: .05;
}
.post_sec .big_title{
	  left: 835px;
    top: 188px;
}
.angebot_sec .big_title{
    top: -65px;
    left: -9px;
    font-size: 166px;	
}
.experten_sec .big_title{
    top: -13px;
    left: 300px;	
}
.brands_sec .big_title{
    top: 91px;
    left: 477px;

}
.contact_form .big_title{
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.toggle_mnu{
	display: none;
}
.top_mnu_wrap .top_phone{
	display: none;
}
.img_wrap_ipad{
	display: none;
}

.face_nav{
	display: none;
}
.breadcrumbs{
	position: relative;

}
.breadcrumbs_wrap{
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}
.breadcrumb{
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
}
.bread_active{
	font-family: "RobotoMedium", sans-serif;
}
.breadcrumbs_wrap ul{
	padding-bottom: 30px;
	position: relative;
}
.breadcrumbs_wrap ul::before{
	position: absolute;
	content: '';
	height: 2px;
	width: 50px;
	background-color: #000000;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.breadcrumb_title{
	font-size: 48px;
	font-family: "RobotoBold", sans-serif;
	text-align: center;
}
.breadcrumbs .img_wrap{
	position: relative;

}
.breadcrumbs .img_wrap::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(225,225,225,.8);
	content: '';
}
.container2{
	max-width: 1410px;
	margin: 0 auto;
}
.galerie_sec .item{
	margin-bottom: 50px;
	width: 30.5%;	
}
.galerie_sec .block .item:first-child{
	width: 100%;
}
.galerie_sec .block .item:nth-child(8){
    width: 65.5%;
}
.gallery__inner {
	max-height: 2440px;
    overflow: hidden;
}
.gallery__full {
	max-height: 100%;
}
.gallery_item{
	position: relative;
	display: block;
}
.gallery_item img {
	object-fit: cover;
	height: 560px;
}
.gallery_item .play {
	height: auto;
}
.galerie_sec .btn{
	margin-top: 120px;
}
.galerie_sec{
	margin-bottom: 210px;
}
.galerie_sec .block .gallery_item:hover .overlay{
	opacity: 1;
}
.overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(63,63,63,.55);	
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.play_wrap{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

#form{
	background-color: #f5f5f6;
	border: none;
	width: 780px;
	padding: 100px 150px 50px;	
	position: relative;
}
#form::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background-color: #1904d9;
}
.mfp-auto-cursor .mfp-content{
	padding: 40px 0;
}
#form .big_title{
	opacity: .1;
	font-size: 100px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 0;
	top: 68px;

}
#form .btn{
	margin-left: 0;
	margin-right: 0;
}
.hidden{
	display: none;
}
.over::before{
	content: '';
	position: absolute;
	background-color: rgba(63,63,63,.64);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.menu{
    font-size: 24px;
    font-family: "RobotoBold", sans-serif;
    margin-left: 10px;
}
.top_mnu_wrap .flex{

    display: none;
}
.breadcrumbs .img_wrap img{
	width: 100%;
}
.galerie_sec{
	margin-top: 200px;
}
footer .container{
	position: relative;
}
.scroll_top{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #c1c1c1;
    right: 15px;
    bottom: 17px;
    cursor: pointer;
}
.scroll_top img{
	position: absolute;
	top: 50%;
	left: 50%;
	vertical-align: middle;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.first_screen .videoo_wrap::before, .first_screen .img_wrap_ipad::before, .first_screen .img_wrap_phone::before{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}
.first_screen .videoo_wrap::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 1;	
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, rgba(236,236,236,.1) 6%,rgba(236,236,236,1) 100%,rgba(236,236,236,25) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(236,236,236,.1) 6%,rgba(236,236,236,1) 100%,rgba(236,236,236,25) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(236,236,236,.1) 6%,rgba(236,236,236,1) 100%,rgba(236,236,236,25) 100%);
}
.videoo_wrap{
	position: relative;
}
.first_screen {
	position: relative;
}
.logo{
	width: 270px;
}
.logo2{
	width: 270px;
}
.logo2 svg path {
	fill: #fff;
}
