/* GENERAL
* --------------------------------------- */
.link-anchor{
	height:1px; position:absolute; z-index:-100; top:-50px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block{display:block;}
.pointer{cursor:pointer;}
.trans_05{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.col-sm-4-noscale {
    width: 33.33333333%!important;
	float:left!important;
}
.hider{display:none;}
.relative{position:relative;}
.uppercase{text-transform:uppercase;}
.bg_white{background-color:#fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.bg_fafafa{background-color:#fafafa;}
.bg_f3f3f3{background-color:#f3f3f3;}

.bg_333{background-color:#333;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.bg_fafafa{background-color:#fafafa;}

.text-white{color:#fff;}
.text-white:hover{color:#fff;}
.fnt_a{font-family: 'Yanone Kaffeesatz', sans-serif!important; text-shadow: 0 2px 2px #fff;}
.fnt_a_c{color:#eb652c;}
.fnt_s_2{font-size: 2em;}
.fnt_s_1_2{font-size: 1.5em;}
.dashed{border-bottom:1px dashed;}

.lh09{line-height:0.9em;}

.b_r_5{
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.t_s_1{
	text-shadow:0 2px 2px #000;
}
.t_s_2{
	text-shadow:2px -2px 0px #fff;
}
.b_s_1{
	box-shadow: 0 5px 15px #888;
}
.shadow_after:before{display:block; content:""; position:absolute; bottom:-15px; left:0px; width:100%; height:15px;
	background-image:url(../images/shadow.png);
	background-size: 100% 15px;
	 -webkit-background-size: 100% 15px;
	 -o-background-size: 100% 15px;
	  -moz-background-size: 100% 15px;
	background-position: top center;
	background-repeat: no-repeat;
	z-index:100;
	}
.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}
.bg-header-dark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}

.mobile{display:none;}
@media (max-width: 479px) {
	.mobile{display:block;}
	.laptop{display:none!important;}
}

.z-index-up{
	z-index:200;
}
.outer_name{
	display:inline-block;
	position:relative;
	width:auto;
	height:auto;
	color:#eb652c;
	 -webkit-text-stroke: 1px #fff;	
}
.inner_name{
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	overflow: hidden;
	height:55%;
	color:#fff;
	 -webkit-text-stroke: 0px;	
}

/* BOTTOM BLOCKS VARIABLES
* --------------------------------------- */
#bottom_rassr{display:none;}

/* MESSAGES
* --------------------------------------- */
#mess_warning_block{
	display:none;
	position: fixed;
	bottom:20px;
	left:20px;
	z-index:1000000;
	width:auto;
}
#mess_warning_img{
	display:inline-block;
}
#mess_warning_text{
	display:inline-block;
	position:relative;
	padding:12px 18px;
	border:1px solid #195afe;	
	width:auto;
	height:auto;
	bottom:20px;
	left:5px;
	background-color: rgba(41, 39, 34, 0.75);
	color:#fff;
	font-size:16px;
}
#mess_warning_text_insert i.fa{
	padding-right:10px;
	font-size:22px;
	display:inline-block;
	position:relative;
	bottom:-2px;
	color:yellow;	
}
span#closeme{
	display:block;
	position:absolute;
	top:-14px;
	right:-14px;
	cursor:pointer;
	width:30px;
	height:30px;
	font-size:14px;
	line-height:30px;
	text-align:center;
	background-color:#195afe;
	border:1px solid #195afe;
	-moz-border-radius: 100%; -webkit-border-radius: 100%; border-radius: 100%;
	
}
@media (max-width: 768px) {
	span#closeme{	
		top:-24px;	
		right:2px;	
	}
}
#mess_success_block{
	display:none;
}
.mess_time{
	font-size:14px;
}


/* FORMS
* --------------------------------------- */
form{
	position:relative;
}
.phone_main:hover, .phone_main:focus{
	background-color: rgba(41, 39, 34, 0.75);
	box-shadow: none;
	color:#fff;
}
.form_phone, .form_button{
	display:inline-block;
	position:relative;
}
.form_phone i.fa{
	display:block;
	position:absolute;
	left:20px;
	top:33px;
	font-size:2rem;
	color:#fff;
	text-shadow:0 2px 2px #444;
}
.form_button span.btn-lg{
	padding-left:4rem;
}
@media (max-width: 479px) {
	.form_phone i.fa{
		left:16px;	
		top:29px;
	}
	.form_button span.btn-lg{
		padding-left:3rem;
	}		
}
.form_button i.fa{
	display:block;
	position:absolute;
	left:20px;
	top:33px;
	font-size:2rem;
	color:#fff;
	text-shadow:0 2px 2px #444;
}

.form_phone:hover > i.fa, .form_button:hover > i.fa{
		-webkit-transform: scale(1.2, 1.2);
		-ms-transform: scale(1.2, 1.2);
		transform: scale(1.2, 1.2);
		transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s; /* Safari */
}

.form_footer{
	display:block;
	background-color:#fff;
	padding:20px 15px 20px;
	text-align:center;
	border:1px solid #ddd;
}
.form_footer .footer_button_block{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}		
@media (max-width: 1199px){
	.btn-md-cust{
	    padding-right: 15px;
		padding-left: 15px;
	}
	.footer_button_block .form_button i{display:none;}
}
.form_footer h3{color:#666; font-size:1rem;}


/* TITLE BG
* --------------------------------------- */
.bg-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2) url("../images/bg-pattern.png");
    background-size: 2px 2px;
}

/* TITLE VIDEO
* --------------------------------------- */

#fullscreen-bg {
    overflow: hidden;
    position: relative;
    height: 100%;
    width: 100%;

}
#fullscreen-bg__video {
    position: fixed;
    top: 0;
    left: 0;
	    z-index: 0;
}

@media (max-width: 800px) {
	#fullscreen-bg__video{display:none;}
	#fullscreen-bg__title{display:block;}
	.video_overlay {background-color: rgba(41, 39, 34, 0.25);}
}

/* NAVBAR
* --------------------------------------- */

.navbar-left{
	padding:24px 10px 0;
}
.navbar-toggle {padding: 19px 10px;}
#bs-example-navbar-collapse-1{margin-top:0px; border-top:0px;}
.menu-brand-scroll{max-width:80%!important; padding-top:7px; transition:all 0.5s;}
.menu-brand-top{max-width:100%!important; padding-top:0px; transition:all 0.5s;}
@media (max-width: 768px) {
	.menu-brand-top{max-width:60%!important; padding-top:17px;}
	.menu-brand-scroll{max-width:60%!important; padding-top:10px;}
}
@media (max-width: 479px) {
	.menu-brand-top{display:none!important;}
	.menu-brand-scroll{display:none!important;}
}

/* NAVBAR CONTACTS
* --------------------------------------- */
.navbar-contacts{position:absolute; top:7px; right:0; padding: 0px 15px; text-align: left; width:auto;}
a.top-contacts{display:block; font-size:22px; color:#333;line-height:22px; padding:7px 0 3px;}
.navbar-default.small a.top-contacts{display:block; font-size:22px; color:#333;line-height:22px; padding:3px 0 1px;}
a.top-contacts span{display:inline-block; font-size:0.7em; color:#666; padding-right:2px;}
a.top-contacts img{display:inline-block; width:22px; height:17px; margin-top:-5px; margin-right:2px;}
div.top-location{display:block; font-size:12px; color:#333;line-height:16px;}
div.top-working{display:block; font-size:11px; color:#333;line-height:16px;}



@media (max-width: 991px) {
.navbar-contacts{position:absolute; top:4px; right:100px;}

}
@media (max-width: 479px) {
.navbar-brand img {max-width:80%!important; padding-top:5px;}
.navbar-contacts{position:absolute; top:5px; right:60px;}
a.top-contacts{display:block; font-size:14px; line-height:20px;}
}

/* MAIN HOME
* --------------------------------------- */
.main_home_top h1 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'open_sansbold';
    font-size: 4.143rem;
    line-height: 4.5rem;
    color: #fff;
    letter-spacing: .1rem;
    text-shadow: 0 2px 2px #444;
}
.main_home_top h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'open_sansbold';
    font-size: 2.143rem;
    line-height: 2.3rem;
    color: #fff;
    letter-spacing: .1rem;
    text-shadow: 0 2px 2px #444;
}
.main_home_bottom{
    background-color: rgba(255, 255, 255, 0.75); 
	margin-bottom:20px;
	position:relative;
	z-index:200;
	padding:10px;
	border:6px dashed #195afe;
	box-shadow:0 2px 10px #222;
}
@media (min-width: 768px){
	.main_home_bottom {
		border-radius: 4px;
	}
}
.home_btn {
	display:block;
	text-align:center;
    margin: 0px auto;
}
/* TITLE-PROMO_BLOCK
* --------------------------------------- */
.promo-block{
	display:block;
	text-align:center;	
	margin-top:5px;
	margin-bottom:0px;
	font-size:1em;
	color:#195afe;
	text-shadow:0 1px 2px #fff;	
    font-weight: 800;	
}
.promo-block span#promo-number{
	font-size:1.5em;
	padding-left:5px;
}
.promo-text{
	display:block;
	font-size:0.8em;
	color:#333;
}
img.promo-icons{
	display:block;
	position:absolute;
	bottom:0;
	height:200px;
	width:auto;
	z-index:100;	
}

/* TITLE-ACTION
* --------------------------------------- */
@media (min-width: 768px){
	.title-action:before{display:block; content:""; position:absolute; top:-110px; right:10px; width:150px; height:150px;
		background-image:url(../images/bg_action.png);
		background-size: 100% 100%;
		 -webkit-background-size: 100% 100%;
		 -o-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		z-index:-1;
		}
	.title-action:after{display:block; content:""; position:absolute; top:-30px; left:-20px; width:104px; height:104px;
		background-image:url(../images/bg_arrow_empty.png);
		background-size: 100% 100%;
		 -webkit-background-size: 100% 100%;
		 -o-background-size: 100% 100%;
		  -moz-background-size: 100% 100%;
		background-position: center center;
		background-repeat: no-repeat;
		z-index:-1;
		}
}

/* STIKERS AND ARROWS FOR BLOCKS
* --------------------------------------- */

.action:before, .rassrochka:before, .bonuscode:before, .liderproduct:before, .newproduct:before, .exclusive:before{
	display:block; content:""; position:absolute; top:-120px; right:10px; width:150px; height:150px;
	background-size: 100% 100%;
	 -webkit-background-size: 100% 100%;
	 -o-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:10;
	}
.action:after, .rassrochka:after, .bonuscode:after, .liderproduct:after, .newproduct:after, .exclusive:after{
	display:block; content:""; position:absolute; top:20px; left:10px; width:150px; height:150px;
	background-size: 100% 100%;
	 -webkit-background-size: 100% 100%;
	 -o-background-size: 100% 100%;
	  -moz-background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:10;
}
.action:before{
	background-image:url(../images/bg_action.png);
}	
.action:after{
	background-image:url(../images/bg_arrow.png);
}
.rassrochka:before{
	background-image:url(../images/bg_rassr.png);
}
.rassrochka:after{
	background-image:url(../images/bg_arrow_rassr.png);
}
.bonuscode:before{
	background-image:url(../images/bg_action.png);
}
.bonuscode:after{
	background-image:url(../images/bg_arrow_bonus.png);
}
.liderproduct:before{
	background-image:url(../images/bg_lider.png);
}
.liderproduct:after{
	background-image:url(../images/bg_arrow_lider.png);
}
.newproduct:before{
	background-image:url(../images/bg_new.png);
}
.newproduct:after{
	background-image:url(../images/bg_arrow_new.png);
}
.exclusive:before{
	background-image:url(../images/bg_exclusive.png);
}
.exclusive:after{
	background-image:url(../images/bg_arrow_ex.png);
}

/* HISTORY
* --------------------------------------- */	

.history{border-top:0px solid #ddd;}
.single_history_img img{display:block; width:100%; height:100%; margin:0; padding:0;}
.single_history_img img.img_fit{display:block; margin:0 auto; padding:0;}

/* PORTFOLIO
* --------------------------------------- */	
.single_portfolio .single_history_content p{
	display:block;
	padding:10px 15px;
	background-color:#fff;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	border:1px solid #ddd;
    font-size:1rem;
	line-height:1.5rem;
}
.single_portfolio .single_history_content p a{
	color:#195afe;
	border-bottom:1px dotted #195afe;
}
#portfoliowork_short1 .single_portfolio:before{display:block; content:""; position:absolute; bottom:10px; right:10px; width:50px; height:25px;
	background-image:url(../images/logo.png);
	background-size: contain;
	 -webkit-background-size: contain;
	 -o-background-size: contain;
	  -moz-background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index:100;
	opacity:1;
    background-color: rgba(255,255,255,.8);
	-moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;	
}
/*#portfoliowork_short1 .single_portfolio:after{display:block; content:""; position:absolute; top:0px; left:0px; width:100%; height:10px;
	z-index:100;
	opacity:.8;
    background-color: #f3f3f3;
	box-shadow:0 2px 2px #333;
}*/
/* FEATURE
* --------------------------------------- */
.separation:after{
    position: absolute;
    left:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-right: 860px solid transparent;
}
.separation:before{
    position: absolute;
    right:0;
    bottom:0;
    content: "";
    width: 0;
    height: 0;
    border-left: 860px solid transparent;
}
.separation_white:before, .separation_white:after{
    border-bottom: 60px solid #fff;
}
.separation_f3f3f3:before, .separation_f3f3f3:after{
    border-bottom: 60px solid #f3f3f3;
}
/* CALCULATOR
* --------------------------------------- */
.calc_slider .slick-disabled{display:none!important;}

.calc_slider .calc_prev{position:absolute; bottom:-50px; left:0; z-index:100;}
.calc_slider .calc_next{position:absolute; bottom:-50px; right:0; z-index:100;}

.single_calc_img img{display:block; margin:0 auto; padding:0;}

.single_calc_img img.hometypeimg, .single_calc_img img.pototypeimg  {
	display: none;
}
.single_calc_img img.hometypeimg.active, .single_calc_img img.pototypeimg.active {
	display:block;
}

.single_calc_choice_block{}
.form-control-choice{
	height: 70px;
	line-height:38px!important;
	font-size:1.8rem!important;
	color:#eb652c!important;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	/*border:0px solid #ddd;
	padding-left:68px;
	border-bottom: 1px solid #eb652c;
	border-left: 6px solid #eb652c;
	background-color:transparent;
	z-index:1;*/
	padding-left:34px;
}
.single_calc_choice_block span.arrow{display:block; position:absolute; width:70px; height:70px; left:38px; top:10px; background-color:#fff;font-size:36px;;z-index:-1;}
.single_calc_choice_block span.blank{display:block; position:absolute; width:70px; height:70px; right:0; bottom:6px; background-color:#fff;line-height:1rem;z-index:2;}

.calc_icon_block{display:inline-block;margin:0px 5px 10px;}
.calc_icon_block img{display:block; width:100px; height:100px;-moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;}
.calc_icon_block span{display:block;width:100%;text-align:center;}

@media  (max-width: 768px) {
	.form-control-choice{
		padding-left:0px;
	}
}

/* PROJECT
* --------------------------------------- */
.project_slider i, .feeds_slider i{
    display:block;
	text-align:center;
}
.project_slider i.nextprevleft, .feeds_slider i.nextprevleft{
	padding-right:4px;
    width:40px;
    height: 40px;
    line-height: 40px;
    color:#eb652c;
    background: transparent;
    float: left;
    position: absolute;
    z-index: 999;
    top: 40%;
    font-size:1.5rem;
    transition: all 0.6s;
    left:-60px;
	cursor:pointer;
	borfer:0px;
	border-right:4px solid #eb652c;
}
.project_slider i.nextprevright, .feeds_slider i.nextprevright{
	padding-left:2px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #eb652c;
    background: transparent;
    float: right;
    position: absolute;
    z-index: 999;
    top: 40%;
    font-size:1.5rem;
    transition: all 0.6s;
    right: -60px;
	cursor:pointer;
	border:0px;	
	border-left:4px solid #eb652c;	
}
.project_slider i.nextprevleft:hover, .feeds_slider i.nextprevleft:hover{
    color:#fff;
    background: #eb652c;
}
.project_slider i.nextprevright:hover, .feeds_slider i.nextprevright:hover{
    color: #fff;
    background: #eb652c;
}
.project_price{
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	padding:10px;
	z-index:100;
	color:#fff;
	font-size:0.8rem;
	text-shadow:0 2px 2px #333;
	text-align:center;
}
.project_price div{
	display:block;
	margin-top:10px;
	padding:10px;
	background: rgba(235,101,44,0.75);
    float: left;
    margin-right: 10px;	
}
.project_price div span{
	display:block;
	font-size:1.2rem;
	font-weight:bold;	
}
.project_price div span i{
	display:inline-block;
	color:yellow;
}

/* CONTACTS
* --------------------------------------- */
#map{
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

@media  (max-width: 768px) {
	#map{
		margin-bottom:40px;
		height:400px;
	}
}

.form-control-footer{
	height: 70px;
	line-height:38px!important;
	font-size:1.8rem!important;
	color:#eb652c!important;
	font-family: 'Yanone Kaffeesatz', sans-serif!important;
	/*border:0px solid #ddd;
	padding-left:68px;
	border-bottom: 1px solid #eb652c;
	border-left: 6px solid #eb652c;
	background-color:transparent;
	z-index:1;*/
	padding-left:15px;
	padding-right:15px;
}
.footer_header{padding-left:20px; border-left:2px solid #eb652c; color:#333;}

/* CALLME
* --------------------------------------- */
.callme-block {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: url(../images/callme.png) no-repeat;
    font-size: 10px;
    text-indent: -9999px;
    text-align: center;
    display: none;
    z-index: 9999;
	opacity:0.6;
    transition: all 0.6s;	
}
.callme-block:hover{
	opacity:1;
}

/* CALLCOUNT
* --------------------------------------- */
.callcount{background-color:#333;}
.callcount-block{
    line-height: 25px;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
	padding:20px 5px 10px;
    display: block;
	margin:20px auto 0px;
    z-index: 9999;
    transition: all 0.6s;
	color:#888;
	border-bottom:1px solid #444;
}
.callcount-block div{display:inline-block; padding:0 10px;}
.callcount-block div i{display:inline-block; padding-right:5px;}
.callcount-block div a{border-bottom:1px dotted #666;}