body {margin: 0}
:focus {outline: none}
.nopadding {padding: 0 !important}
.nomargin {margin: 0 !important}
.text-white {color: #fff}
.display_flex {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.navbar-fixed-bottom, .navbar-fixed-top {z-index: 990;}



/*common style*/
body{
	font: 14px 'MullerRegular';
	color: #222;
	line-height: 28px !important;
}
a{
	color: #222;
	text-decoration: none;
	transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
}
a:hover{
	color: #000;
	text-decoration: none;
}
a:active{
	color: #000;
	text-decoration: none;
}
.preview_text{
	max-width: 714px;
	width: 100%;
	font-size: 16px;
	color: #757575;
	margin: auto;
	line-height: 28px;
}
.btn,
.btn:focus{
	position: relative;
	border: none;
	background: #ff1053;
	background: linear-gradient(125deg,#ff1053,#3452ff);
	font-size: 18px;
	padding: 12px 34px;
	color: #fff;
	border-radius: 5px;
	-ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	-webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
	transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.btn:hover,
.btn:active:hover,
.btn:active:focus,
.btn:active{
    color: #fff;
}
.btn:not(.btn_buy),
.btn:not(.btn_buy):focus{
	opacity: 0.9;
}
.btn:not(.btn_buy):hover,
.btn:not(.btn_buy):active:hover,
.btn:not(.btn_buy):active:focus,
.btn:not(.btn_buy):active{
	-ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
    opacity: 1;
}
.btn:not(.btn_buy):before,
.btn:not(.btn_buy):focus:before{
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    opacity: 0;
    background: #3452ff;
    border-radius: inherit;
}
.btn:not(.btn_buy):hover:before,
.btn:not(.btn_buy):active:hover:before,
.btn:not(.btn_buy):active:focus:before,
.btn:not(.btn_buy):active:before{
	opacity: 1;
}
.btn:not(.btn_buy)>span{
	-webkit-transform: translateX(0);
    transform: translateX(0);
    transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
    position: relative;
}
.btn.btn_buy,
.btn.btn_buy:focus{
	background: none;
	opacity: 0.75;
    transition: opacity 0.2s ease,color 0.2s ease;
    padding: 4px 20px;
    border: 2px solid #fff;
}
.btn.btn_buy:hover,
.btn.btn_buy:active:hover,
.btn.btn_buy:active:focus,
.btn.btn_buy:active{
	transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    color: #fff;
    opacity: 1;
}
.btn .fa{
	margin-left: 14px;
}
h2{
	font-size: 30px;
}
h1, h2, h3{
	line-height: 36px !important;
}



/*header*/
#main_header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: block;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition: height 0.5s, background 0.5s;
    -moz-transition: height 0.5s, background 0.5s;
    transition: height 0.5s, background 0.5s;
    padding: 22px 0;
}
#main_header .container{
	height: inherit;
}
.logo{
	display: block;
	transition: .3s;
}
.logo:hover{
	opacity: .8;
}
.logo img{
	max-width: 100%;
}
.header_left{
	text-align: left;
}
.header_right{
	text-align: right;
}



/*preview*/
.preview_block{
	/*min-height: 100vh;*/
    min-height:370px;
	/*background-position: center;
	background-size: cover;
	background-repeat: no-repeat;*/
	padding-bottom: 30px;
}
.preview_content{
	padding-top: 150px;
	text-align: center;
	color: #fff;
}
.preview_content .btn{
	margin-top: 50px;
}
h1{
	font: 44px 'MullerBold';
	text-transform: uppercase;
	margin: 8px 0 16px;
}
.preview_heading{
	font-size: 24px;
	text-transform: uppercase;
}



/*modern design*/
.modern_design_text{
	/*padding: 110px 0;*/
	padding: 80px 0 0;
	text-align: center;
}
.modern_design_text h2{
	margin: 0 0 30px;
}
.template,
.template:focus{
	display: block;
	position: relative;
	text-decoration: none;
}
.template.new:before{
	position: absolute;
	top: 14px;
	left: 16px;
	display: block;
    border-radius: 50px;
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    line-height: 16px;
    font-size: 16px;
    content: 'New';
    z-index: 100;
    transform: scale(0.9) translateZ(0);
    backface-visibility: hidden;
    transition: transform 0.3s cubic-bezier(.21, .6, .35, 1);
    background-color: #3452ff;
}
.template.new:hover:before{
	transform: translateY(-32px) translateZ(0) scale(1);
}
.template:hover .template_img{
	transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1)!important;
    -webkit-transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1)!important;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    box-shadow: 0 30px 65px rgba(0,0,0,0.15);
}
.template .template_img{
	transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
}
.template_img img{
	width: 100%;
}
.template h3,
.template h3:focus{
	font-size: 20px;
	color: #222;
}
.template_text,
.template_text:focus{
	color: #757575;
	font-size: 16px;
	line-height: 28px;
}



/*owl sliders*/
#screen_design .btn,
#services_design .btn{
	margin-top: 60px;
}
#screen_design,
#services_design{
	/* margin-top: 154px; */
	margin-top: 100px;
}
#screen_design h2,
#services_design h2{
	margin-top: 0;
}



/*wide functionality*/
.functionality_text{
	text-align: center;
}
.funcs_cnt{
	overflow: hidden;
	padding: 30px 0;
}
.func_block{
	margin: 0 !important;
	padding-top: 158px;
	padding-left: 50px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    min-height: 550px;
    width: 25%;
    display: block;
    float: left;
    position:relative;
    -webkit-transform: scale(1.006);
    -moz-transform: scale(1.006);
    -o-transform: scale(1.006);
    transform: scale(1.006);
    -webkit-transition: -webkit-transform .1s linear;
    -moz-transition: -moz-transform .1s linear;
    -o-transition: -o-transform .1s linear;
    transition: transform .1s linear;
}
.func_content{
	position: absolute;
	z-index: 1;
	transform: scale(0.9);
	-webkit-transition: -webkit-transform .3s linear;
    -moz-transition: -moz-transform .3s linear;
    -o-transition: -o-transform .3s linear;
    transition: transform .3s linear;
}
.func_opacity{
	display: block;
    content: '';
    background-color: rgba(40,40,40,0.65);
    transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);

	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.func_block:hover .func_opacity{
	opacity: 0.0;
}
.func_block:hover .func_content{
	transform: scale(1);
}
.func_icon{
	height: 80px;
}
.func_block h3{
	font: 32px 'MullerBold';
	color: #fff;
	word-spacing: 50%;
}
.func_text{
	font-size: 18px;
	color: #bdbdbd;
}
.func_block.func_hover{
	z-index: 2;
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform .9s linear;
    -moz-transition: -moz-transform .9s linear;
    -o-transition: -o-transform .9s linear;
    transition: transform .9s linear;
}
.functionality_text{
	/* padding: 110px 0; */
	padding: 80px 0;
}
.functionality_text h2{
	margin: 0 0 30px;
}



#autoservice_site{
	background-image: url(../img/wheel.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 130px 0 160px;
	text-align: center;
	background-size: 24%;
}
.increased_heading{
	font-size: 60px;
    line-height: 56px;
}
.increased_preview_text{
	font-size: 30px;
	color: #616161;
    line-height: 56px;
}
#autoservice_site .btn{
	margin-top: 40px;
}



/*owl*/
.owl-carousel {
	position: relative;
}
.owl-dots {
	margin-top: 49px !important;
}
.owl-theme .owl-dots .owl-dot span {
	background: none;
	background-color: #a7a7a7;
	width: 6px;
	height: 6px;
	transition: all 0.1s ease;
	margin: 12px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	width: 12px;
	height: 12px;
	border: 2px solid #212121;
	margin: 9px;
}



/* ToTop */
#toTop {
	text-align:center;
	position:fixed;
	bottom:-100px;
	right:20px;
	cursor:pointer;
	z-index: 999;
	height: 50px;
	width: 50px;
	background-color: #999;
	font-size: 1.5em;
	color: #fff;
	transition: color 300ms, background-color 300ms, opacity 300ms;
	-moz-transition: color 300ms, background-color 300ms, opacity 300ms;
	-o-transition: color 300ms, background-color 300ms, opacity 300ms;
	-webkit-transition: color 300ms, background-color 300ms, opacity 300ms;
	z-index: 9;
	transition: .5s;
	border-radius: 99px;
	background: linear-gradient(125deg,#ff1053,#3452ff);
	opacity: 0;
}
#toTop:hover {
	opacity: 1 !important;
}
.totop_cnt {
	width: 100%;
	height: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}



/*__________________Медиа запросы___*/

@media (min-width: 1920px) {
	.func_block{
		padding-left: 100px;
	}
}

@media (max-width: 1599px) {
	.func_block{
		padding-left: 20px;
	}
	.func_block h3{
		font-size: 28px;
	}
}

@media (max-width: 1199px) { /*_0-md_*/
	.func_block{
		min-height: 440px;
		padding-top: 128px;
		padding-left: 20px;
		padding-top: 80px;
	}
	.func_block h3{
		font-size: 22px;
	}
	#screen_design .btn, #services_design .btn {
	    margin-top: 48px;
	}
	/*.preview_block{
		min-height: 500px;
	}*/
	.increased_heading{
		font-size: 52px;
	}
	.functionality_text{
		padding: 80px 0;
	}
	#screen_design,
	#services_design{
		margin-top: 120px;
	}
	.owl-dots{
		margin-top: 40px !important;
	}
	#autoservice_site{
		padding: 100px 0 120px;
	}
	.func_icon{
		height: 60px;
	}
}

@media (max-width: 991px) { /*_0-sm_*/
	.func_block{
		width: 50%;
		min-height: 400px;
		padding-top: 80px;
		padding-left: 40px;
	}
	#screen_design .btn, #services_design .btn {
	    margin-top: 32px;
	}
	h1{
		font-size: 36px;
	}
	.preview_heading{
		font-size: 20px;
	}
	/*.preview_block{
		min-height: 100vh;
	}*/
	.modern_design_text{
		padding: 80px 0;
	}
	.increased_heading{
		font-size: 44px;
	}
	.increased_preview_text{
		font-size: 24px;
	}
	.btn .fa{
		display: none;
	}
	.template{
		padding-bottom: 30px;
	}
	.functionality_text{
		padding: 80px 0 40px;
	}
	#screen_design,
	#services_design{
		margin-top: 80px;
	}
	.owl-dots{
		margin-top: 30px !important;
	}
	#autoservice_site{
		padding: 60px 0 80px;
	}
}

@media (max-width: 767px) { /*_0-xs_*/
	.func_block{
		width: 100%;
		min-height: 300px;
		padding-top: 40px;
	}
	#screen_design .btn, #services_design .btn {
	    margin-top: 16px;
	}
    #screen_design .btn{
        margin-bottom:16px;
	}
	h1{
		font-size: 26px;
	}
	.preview_heading{
		font-size: 16px;
	}
	.modern_design_text{
		padding: 40px 0;
	}
	.increased_heading{
		font-size: 32px;
	}
	.increased_preview_text{
		font-size: 20px;
	}
	.template{
		padding-bottom: 40px;
	}
	.functionality_text{
		padding: 80px 0 20px;
	}
	#screen_design,
	#services_design{
		margin-top: 40px;
	}
	.owl-dots{
		margin-top: 20px !important;
	}
	#screen_design_owl .owl-dots{
		text-align: center;
	}
	#autoservice_site{
		padding: 40px 0 60px;
	}
	#autoservice_site .btn{
		margin-top: 20px;
	}



	.display_flex {
		display: block;
	}
	.footer_left,
	.footer_center,
	.footer_right {
		text-align:center;
		margin-bottom: 15px;
	}

	.nopadding_left_xs{
		padding-left: 0;
	}
}