/*FONTS*/
@font-face{
    font-family: "bebasneue_regular";
    src: url("../fonts/bebasneue_regular.eot");
    src: url("../fonts/bebasneue_regular.eot?#iefix") format("embedded-opentype"),
         url("../fonts/bebasneue_regular.woff") format("woff"),
         url("../fonts/bebasneue_regular.otf") format("truetype")
}


/*GENERAL*/
*{
	-webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
}
p, a, span, td, h1, h2, input, li{
	-webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
}
*::after, *::before{
	-webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -o-user-select: none !important;
}
p::-moz-selection { color: #fbb040;  background: transparent; }
p::selection      { color: #fbb040;  background: transparent; }
a::-moz-selection { color: #fbb040;  background: transparent; }
a::selection      { color: #fbb040;  background: transparent; }
li::-moz-selection { color: #fbb040;  background: transparent; }
li::selection      { color: #fbb040;  background: transparent; }
span::-moz-selection { color: #fbb040;  background: transparent; }
span::selection      { color: #fbb040;  background: transparent; }
h1::-moz-selection { color: #fbb040;  background: transparent; }
h1::selection      { color: #fbb040;  background: transparent; }
h2::-moz-selection { color: #fbb040;  background: transparent; }
h2::selection      { color: #fbb040;  background: transparent; }
td::-moz-selection { color: #fbb040;  background: transparent; }
td::selection      { color: #fbb040;  background: transparent; }
input::-moz-selection { color: #fbb040 !important;  background: transparent; }
input::selection      { color: #fbb040 !important;  background: transparent; }

p, h1, h2{
	cursor: default;
}
a{
	text-decoration: none !important;
}
body{
	font-family: 'Ubuntu', sans-serif;
	overflow-x: hidden;
}

@media (min-width: 992px) and (max-width: 1000px){
	.container{
		width: 100%;
	}
}
@media (min-width: 1001px){
	.container{
		width: 1000px;
	}
}
.container .row{
	font-size: 1em !important;
}
@media (min-width: 992px){
	.only_device{
		display: none;
	}
}
@media (max-width: 991px){
	.container{
		width: 100%;
	}
	.only_desktop{
		display: none;
	}
	.only_device{
		display: block;
	}
	a:hover{
		-webkit-text-shadow: none !important;
		-moz-text-shadow: none !important;
		-o-text-shadow: none !important;
		-ms-text-shadow: none !important;
		text-shadow: none !important;
	}
}
.clear{
	clear: both;
}


/*PRELOADER*/
#preloader{
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: #fff;
}
#preloader img{
	position: fixed;
	width: 50px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


/*BLOCK 1*/
#block_1_bg{
	border-bottom: 1px solid #c5c5c5;
	background: rgba(255,255,255,1)
}
#block_1{
	height: 80px;
}
#top_logo{
    padding-top: 17px;
}
#block_1 .col-md-6 p{
	text-transform: uppercase;
	color: rgb(105, 105, 105);
	margin: 0;
	padding-top: 39px;
	font-weight: 200;
}
.fa-phone-square{
	font-size: 1.4em;
}
#block_1 .col-md-3 p{
	padding-top: 39px;
	margin-bottom: 0;
}
#block_1 .col-md-3 p span{
	position: relative;
	top: -2px;
	font-weight: 200;
	font-size: 1.1em;
	padding-left: 5px;
}
#block_1 .col-md-3 p span:nth-child(2){
	color: rgb(105, 105, 105);
}
#block_1 .col-md-3 p span:nth-child(3){
	color: #111111;
	font-weight: 600;
}

@media (max-width: 991px){
	#block_1{
		height: auto;
		padding-bottom: 16px;
	}
}
@media (max-width: 400px){
	#block_1 .col-md-6 p{
		font-size: 1.1em;
	}
}


/*BLOCK 2*/
#block_2_bg{
    background: rgba(220,220,220,1);
	padding-bottom: 15px;
}
#block_2{
	margin-top: 60px;
}
#block_2 .col-sm-9{
	padding-top: 5px;
}
.grey_text{
	font-weight: 300;
	color: #696969;
	font-size: 1.4em;
	margin-top: 10px;
    margin-bottom: 13px;
}
.grey_text span{
	font-weight: 400;
}
#block_2 .col-sm-9 .hr{
	border-top: 1px solid #bcbcbc;
	border-bottom: 2px solid rgba(223,223,223,1);;
}
.down{
	display: block;
	width: 50px;
	height: 25px;
	cursor: pointer;
	border: 0px solid #000;
}
.down img{
	display: block;
	padding-top: 7px;
	
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
.down:hover img{
	padding-top: 12px;
}
h1{
	text-transform: uppercase;
    color: #1C5486;
    font-family: "bebasneue_regular";
	font-size: 3.3em;
    margin-top: 13px;
}
#block_2 .col-sm-9 p:last-child{
	font-family: Ubuntu;
    font-weight: 500;
	font-size: 1.18em;
	color: #2C6FAB;
}

@media (max-width: 991px){
	#block_2{
		min-height: auto;
	}
}
@media (max-width: 767px){
	h1{
		font-size: 2.5em;
	}
	.grey_text{
		font-size: 1.18em;
	}
}
@media (max-width: 430px){
	h1{
		font-size: 1.9em;
	}
}


/*BLOCK FREE*/
#block_free_bg{
    background: rgba(220,220,220,1);
}
#block_free{
	height: 70px;
	border: 0px solid #000;
}
#free{
	float: left;
	width: 76px;
	height: 70px;
	border-radius: 5px 5px 0 0;
    background: #276BA8;
	cursor: pointer;
}
#free img{
	width: 100%;
}
#block_free p{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
	line-height: 70px;
	color: #696969;
	margin-bottom: 0;
    padding-left: 99px;
}

@media (max-width: 991px){
	#block_free > div{
		padding-right: 0;
	}
	#block_free p{
		padding-right: 0;
		padding-left: 91px;
	}
}
@media (max-width: 767px){
	#block_free p{
		
	}
}


/*BLOCK 3*/
#block_3_bg{
	background: #276BA8;
}
#block_3{
	height: 84px;
}
#form > div{
	float: left;
	position: relative;
	width: 25%;
	border: 0px solid #fff;
	top: 22px;
	padding-left: 15px;
}
#form input{
	height: 42px;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 40px;
}
#form input.warning{
	box-shadow: 3px 3px 3px red;
}
#form input.name{
	background: url(../img/name.png) no-repeat 1px #fff;
}
#form input.email{
	background: url(../img/email.png) no-repeat 1px #fff;
}
#form input.phone{
	background: url(../img/phone.png) no-repeat 1px #fff;
}
#form input.go{
	background: rgba(100,198,11,1);
	color: #fff;
	text-align: center;
	font-size: 1.15em;
	font-weight: 400;
    text-shadow: 0 2px #5EB312;
	border-bottom: 3px solid #59AB0E;
	padding-left: 0 !important;
	padding-right: 0;
	text-transform: uppercase;
}
#form input.go:hover{
	padding-top: 2px;
	margin-top: 2px;
	border-bottom: 2px solid #59AB0E;
	height: 40px;
}
.alarm{
	position: absolute;
    margin-bottom: 0;
    top: -21px;
    color: #FBB040;
    font-size: 1.04em;
	display: none;
}
.alarm.warning{
	display: block;
}

@media (max-width: 1200px){
	#form > div:last-child{
		padding-right: 15px;
	}
	#form input.go{
		font-size: 0.9em;
		line-height: 39px;
	}
}

@media (max-width: 767px){
	#block_3{
		height: auto;
		padding-bottom: 23px;
	}
	#form > div{
		top: 25px;
		width: 100%;
		float: none;
		padding-right: 15px;
		margin-bottom: 25px;
	}
	#form input.go {
		font-size: 1.3em;
		line-height: 38px;
	}
}


/*BLOCK 4*/
#block_4_bg{
	background: rgba(255,255,255,1);
}
#block_4{
	border: 0px solid #000;
	padding-top: 45px;
}
#block_4 > p:first-child{
	font-weight: 500;
    color: #696969;
    font-size: 1.7em;
	padding: 0 15px;
}
#service{
	width: 100%;
	margin-top: 50px;
	min-height: 173px;
}
#service > div{
	float: left;
	width: 20%;
	border: 0px solid red;
	text-align: center;
	padding: 0 15px;
	min-height: 173px;
}
#service > div p{
	font-weight: 400;
	color: #696969;
	font-size: 1.1em;
}
.down.center{
	clear: both;
	margin: 37px auto;
}
.economy{
    text-transform: uppercase;
    text-align: center;
	margin-top: 35px;
    font-size: 1.71em;
    font-weight: 500;
    color: #276BA8;
    line-height: 1.7em;
    padding: 0 133px;
}
.orange_cont{
	float: none;
}
.orange_button{
	position: relative;
	margin: 40px auto 53px;
    text-transform: uppercase;
    display: block;
    width: 343px;
    height: 50px;
    background: rgba(247,148,29,1);
    color: #fff !important;
    font-size: 1.15em;
    line-height: 49px;
    text-align: center;
    border-bottom: 3px solid #ec8306;
	cursor: pointer;
}
.orange_button:hover{
	top: 2px;
	border-bottom: 1px solid #ec8306;
}

@media (max-width: 767px){
	#service > div p{
		font-size: 1em;
	}
	.economy{
		font-size: 1.3em;
	}
}

@media (max-width: 650px){
	#service > div{
		float: none;
		width: 100%;
		margin-top: 20px;
		min-height: auto;
	}
	#service > div p{
		width: 150px;
		margin: auto;
	}
	.down.center{
		display: none;
	}
	#block_4 > p:first-child{
		text-transform: uppercase;
		text-align: center;
		font-size: 1.2em;
	}
	.economy{
		font-size: 1.1em;
		padding: 0 15px;
	}
}

@media (max-width: 380px){
	.orange_button{
		width: 100%;
		font-size: 1em;
	}
}



/*BLOCK 5*/
#block_5_bg{
	background: rgba(30,24,28,1);
}
#block_5{
	min-height: 296px;
}
#block_5 > div{
	min-height: 296px;
	border: 0px solid #fff;
}
#block_5 .col-sm-4{
	float: right;
	position: relative;
	padding: 0 0;
}
#block_5 .col-sm-4 img{
	position: absolute;
	bottom: 0;
	left: -1px;
}
#block_5 .col-sm-8{
	float: left;
}
#block_5 .col-sm-8 p:first-child{
    text-transform: uppercase;
    font-family: verdana,geneva,sans-serif;
    font-size: 1.68em;
    font-weight: 600;
    text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
    color: #d3d3d3;
}
#block_5 .col-sm-8 p:last-child{
    width: 100%;
    max-width: 578px;
    margin: auto;
    border-radius: 2px;
    padding: 20px 28px;
    font-size: 1.05em;
    color: #fff;
    font-weight: 300;
    border: 1px solid #909090;
}


@media (max-width: 991px){
	#block_5 .col-sm-4 img{
		width: 100%;
		height: auto;
	}
	#block_5 .col-sm-8 p:first-child{
		font-size: 1.4em;
	}
}

@media (max-width: 767px){
	#block_5{
		height: auto;
	}
	#block_5 > div{
		float: none !important;
		min-height: auto;
	}
	#block_5 .col-sm-4{
		text-align: right;
		border-bottom: 1px solid #909090;
	}
	#block_5 .col-sm-4 img{
		position: static;
		width: auto;
	}
	#block_5 .col-sm-8{
		padding-bottom: 40px;
		background: -webkit-linear-gradient(top, #3B3939 0%, rgba(30,24,28,1) 100%);
		background: -moz-linear-gradient(top, #3B3939 0%, rgba(30,24,28,1) 100%);
		background: -ms-linear-gradient(top, #3B3939 0%, rgba(30,24,28,1) 100%);
	}
	#block_5 .col-sm-8 p:first-child{
		margin-top: 0;
		padding-top: 45px;
	}
}
@media (max-width: 340px){
	#block_5 .col-sm-4 img{
		width: 100%;
		height: auto;
	}
}


/*BLOCK 4*/
#block_6_bg{
	background: rgba(255,255,255,1)
}
#block_6{
	border: 0px solid #000;
	height: 112px;
}
#block_6 > div{
	border: 0px solid #000;
}
#bottom_logo{
	padding-top: 36px;
}
#block_6 .col-md-4{
	text-align: center;
}
#block_6 .col-md-4 p{
    color: rgb(128, 128, 128);
	margin-bottom: 0;
	padding-top: 55px;
}
#block_6 .col-md-4 p::before{
	content: url(../img/point.png);
	position: relative;
    top: 5px;
}
#block_6 .col-md-3:nth-child(3) p{
	color: rgba(170,169,169,1);
	padding-top: 58px;
	margin-bottom: 0;
}
#block_6 .col-md-2{
	padding: 50px 0 0 0;
}
#social_links{
	margin-bottom: 0;
}
#social_links li{
	position: relative;
	top: 0;
	list-style: none;
	display: inline-block;
	padding: 3px;
	
	-webkit-transition: 0.1s ease-out;
	-moz-transition: 0.1s ease-out;
	transition: 0.1s ease-out;
}
#social_links li:hover{
	top: -3px;
}

@media (max-width: 991px){
	#block_6 > div p{
		text-align: left;
		padding-top: 25px !important;
	}
	#block_6 .col-md-2{
		padding: 25px 15px 30px 15px;
	}
}
@media (max-width: 360px){
	#block_6_bg{
		padding-bottom: 25px;
	}
	#block_6 .col-md-4 p{
		font-size: 0.97em;
	}
	#social_links li{
		display: block;
		float: left;
		width: 20%;
		text-align: center;
	}
	#social_links li img{
		width: 60%;
		height: auto;
		max-width: 40px;
	}
}