#header .gradient
{ 
	position:absolute;
	bottom:125px; 
	height:260px;
	width:100%;
	z-index:500;
	/* если градиент не поддерживается - сплошная заливка */
	/* chrome 2+, safari 4+;*/
	background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.32,rgba(0, 0, 0, 0)),color-stop(0.66,rgba(0, 0, 0, .10)));
	/* chrome 10+, safari 5.1+ */
	background-image:-webkit-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .10));
	/* firefox;*/
	background-image:-moz-linear-gradient(top,rgba(0, 0, 0, 0),rgba(0, 0, 0, .10));
	/* ie 6+ */
	/* ie8 + */
	/* ie10 */
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .10));
	/* opera 11.1 */
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .10));
	/* "стандарт" */
	background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, .10));
	}
.header_content	{ height:505px; z-index:2200; position:relative; width:980px; margin:0 auto;}
.floor					{ height:126px; min-height:20px !important; width:100%; position:absolute; z-index:2100; top:505px;}
.floor img.floor_img	{ margin:0 auto; display:block;min-height:20px !important;}



.header_left	{ width:310px; padding:40px 0 0 36px; position:absolute; z-index:2200; float:left;}
.header_left .arrow_text1			{ color:#97af8d; font-size:30px; line-height:44px; margin:0 0 0 20px;}
.header_left .arrow_text1 .text1	{ display:inline-block; position:absolute; bottom:49px; left:35px; 
	bottom:60px !important; 
	left:35px; 
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);
	}
.header_left .arrow_text1 .text2	{ display:inline-block; position:absolute; bottom:40px; left:86px;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
}

.header_left h1.name	{ font-size:150px; line-height:96px; color:#d1caaa; letter-spacing:-11px; font-weight:normal; padding:0; margin:0; background:url("images/h1_name_bg.png") no-repeat 7px 0; width:258px; height:228px; padding:1px 0 0 0; margin:-10px 0 25px 0;}
.header_left .label	{ width:238px; height:61px; font-size:18px; line-height:24px; padding:12px 0 0 0; background:url("images/header_left_label.png") no-repeat; margin:0 0 0 15px; text-align:center; color:#97af8d; text-transform:uppercase;}

.basilgloo_txt	{ background:url("images/basilgloo_bg.png") 3px 1px no-repeat; width:130px; height:115px; position:absolute; font-size:60px; top:525px; left:0; color:#d1caaa; line-height:40px; letter-spacing:-5px; display:none;}

.header_right		{ width:300px; float:right; padding:34px 0 0 0; position:absolute; z-index:2500; right:0;}
.social_icons		{ height:35px; margin:0; padding:0 0 75px 0; position:relative; top:0px;}
.social_icons li	{ padding:0 17px 19px 0; margin:0; height:34px; list-style:none; position:relative;}

.social_icons li .arrow_top	{ background:url("../images/social_arrows.png") no-repeat right; top:-27px;}
.social_icons li .arrow_bot	{ background:url("../images/social_arrows.png") no-repeat left; bottom:-27px;}
.social_icons li .arrow		{ position:absolute; width:23px; height:12px; left:50%; margin-left:-20px;}
.social_icons li:last-child	 .arrow	{ margin-left:-13px;}

.social_icons li:last-child	{ padding:0;}
.social_icons li a			{ height:34px; width:37px; display:inline-block;}
.social_icons li .skype		{ background:url("../images/social_icons.png") 0 0 no-repeat;}
.social_icons li .gp		{ background:url("../images/social_icons.png") -109px 0 no-repeat;}
.social_icons li .in		{ background:url("../images/social_icons.png") -160px 0 no-repeat;}
.social_icons li .fb		{ background:url("../images/social_icons.png") -211px 0 no-repeat;}
.social_icons li .twitter	{ width:38px; background:url("../images/social_icons.png") -52px 0 no-repeat;}
.social_icons li .email		{ background:url("../images/social_icons.png") -262px 0 no-repeat;}
	
.header_right_txt	{ background:url("images/header_right_txt_bg.png") 2px 0 no-repeat; width:258px; height:152px; font-size:30px; line-height:36px; text-transform:uppercase; font-weight:normal; color:#d1caaa; padding:22px 0 0 0;}
.header_right_txt2	{ line-height:27px; font-size:18px; padding:40px 0 0 0;}	
.content	{ height:100%; background:rgba(0, 0, 0, .15) url("images/lines_bg3.jpg") center repeat-y; padding:585px 0 0 0;}
.scroll_down		{ width:155px; height:79px; background:url("images/arrow_scrolldown.png") no-repeat; margin:0 auto; position:relative; color:#d4cdad; font-size:24px; line-height:24px; text-transform:uppercase; letter-spacing:-1px; cursor:pointer; bottom:1px; z-index:2100;} 
.scroll_down .text1	{ display:inline-block; position:absolute; top:24px; left:22px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
	}
.scroll_down .text2	{ display:inline-block; position:absolute; bottom:36px; left:76px; font-size:22px;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
	}

.bg_mask	{ position:absolute; bottom:-30px; height:31px; width:100%; z-index:1500; background:url("images/bg_mask.png") center no-repeat; z-index:2000;}


.nthyears_block	{ width:270px; height:435px; position:relative; color:#d6ceae; margin:0 auto;}
.nthyears_block	.text	{ position:absolute;}

.nthyears_block .text1	{ background:url("images/ive_bg.png") 4px 0 no-repeat; width:140px; height:101px; font-size:80px; line-height:53px; bottom:303px; z-index:100;}
.nthyears_block .text2	{ background:url("images/beeninthe.png") 2px 0 no-repeat; width:215px; height:73px; font-size:42px; line-height:26px; letter-spacing:-1px; bottom:268px; z-index:200;}
.nthyears_block .text3	{ background:url("images/industy_bg.png") 4px 0 no-repeat; width:199px; height:93px; font-size:51px; line-height:36px; letter-spacing:-1px; bottom:212px; z-index:300;}
.nthyears_block .text4	{ background:url("images/forthe.png") 2px 0 no-repeat; width:185px; height:87px; font-size:60px; line-height:40px; letter-spacing:-1px; bottom:175px; z-index:400;}
.nthyears_block .text5	{ background:url("images/past_bg.png") 4px 0 no-repeat; width:178px; height:127px; font-size:78px; line-height:46px; letter-spacing:-2px; bottom:90px; z-index:500;}
.nthyears_block .text6	{ background:url("images/years_bg.png") 4px 0 no-repeat; width:229px; height:104px; font-size:98px; line-height:28px; letter-spacing:-1px; bottom:50px; z-index:600;}
.nthyears_block .text7	{ background:url("images/7bg.png") 8px 0 no-repeat; font-size:322px; width:162px; height:247px; line-height:195px; top:95px; left:206px;  z-index:50;}
.nthyears_block .text7_number	{font-size:322px; width:154px; height:247px; line-height:195px; top:95px; left:206px; z-index:700;}
.nthyears_block .text8	{ background:url("images/arrow_text2.png"); width:221px; height:112px; bottom:-42px; z-index:800; left:20px; text-transform:uppercase; letter-spacing:-1px;}

.nthyears_block .text8 .arrow8_text1	{display:inline-block; position:absolute; top:30px; left:35px; font-size:26px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */}
	
.nthyears_block .text8 .arrow8_text2	{display:inline-block; position:absolute; bottom:45px; left:105px; font-size:32px;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */}
	
.nthyears_block .arrow8_text3	{ position:absolute; font-size:51px; left:95px; top:-30px;}	
	
.projects100_block			{ height:250px; width:380px; margin:135px auto 0 auto; position:relative; color:#d6ceae;}
.projects100_block .text		{ position:absolute;}
.projects100_block .text1	{ background:url("images/projects_100_bg.png") no-repeat 8px 0; width:188px; height:126px; left:89px; top:0; font-size:154px; line-height:96px; letter-spacing:-11px; z-index:900;}
.projects100_block .text1 .digit1	{ margin:0 -10px 0 0;}
.projects100_block .text2	{ background:url("images/projects_txt_bg.png") no-repeat 3px 0; width:159px; height:38px; left:117px; top:115px; font-size:36px; line-height:20px; text-transform:uppercase; letter-spacing:-2px; z-index:1000;}
.projects100_block .text3	{ background:url("images/arrow_text2.png"); width:221px; height:112px; top:138px; left:79px; z-index:900;}
.projects100_block .star1	{ position:absolute; top:38px; left:12px;}
.projects100_block .star2	{ position:absolute; top:38px; left:312px;}

.projects100_arrow			{ text-transform:uppercase; letter-spacing:-1px;}
.projects100_arrow_text1	{ display:inline-block; position:absolute; bottom:40px; left:47px; font-size:43px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
	}
.projects100_arrow_text2	{ display:inline-block; position:absolute; bottom:40px; left:88px; font-size:25px;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
	}

.project_pics		{ width:470px; margin:26px auto 0 auto;}
.project_pics li	{ width:130px; height:177px; background:url("images/project_pic_bg.png"); display:inline-block; vertical-align:middle; position:relative; margin-left:40px;}
.project_pics li img	{ display:block; margin:0 auto; position:relative;}
.project_pics li span		{ text-align:center; position:absolute; bottom:34px; display:inline-block; width:130px;}
.project_pics li span a		{ display:inline-block; color:#d6ceae; font-size:18px; background:url("images/bg.png"); text-decoration:none; line-height:16px; padding:0 2px 3px 2px;}
.project_pics li:first-child		{ margin-left:0;}
.project_pics li:first-child img	{ margin-top:33px; left:5px; }
.project_pics li:nth-child(2) img	{ margin-top:28px; left:-5px;}
.project_pics li:nth-child(3) img	{ margin-top:33px;}

.project_txt	{ text-align:center; padding:20px 0 0 0;}
.project_txt div	{ margin:0 0 3px 0;}

.arrow_available	{ background:url("images/arrow_text2.png"); height:112px; width:221px; margin:57px auto 0 auto; text-transform:uppercase; letter-spacing:-1px; color:#d6ceae; position:relative;}
.arrow_available .arrow_available_text1	{ display:inline-block; font-size:21px; position:absolute; left:40px; bottom:42px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
	}
.arrow_available .arrow_available_text2	{ display:inline-block; font-size:39px; position:absolute; left:101px; bottom:37px;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
	}
.arrow_available_text3	{ position:absolute; left:93px; top:5px; font-size:24px; text-transform:none;}

.work_pic		{ margin-top:-33px;}	
.work_pic img	{ margin-left:103px;}	
	
.my_projects					{ margin:48px auto 0 auto; width:472px; height:168px; background:url("images/my_projects_bg.png") no-repeat; color:#d6ceae; text-align:center;}
.my_projects div:first-child	{ font-size:18px; line-height:1em; padding:55px 0 0 0;}	
.my_projects div:nth-child(2)	{ font-size:24px; line-height:1em; padding:8px 0 3px 0; text-transform:uppercase;} 	
.my_projects div:nth-child(3)	{ font-size:24px; line-height:1em; text-transform:uppercase;}

.projects_list		{ width:980px; margin:0 auto;}
.projects_list li	{ width:300px; height:210px; display:inline-block; margin:40px 40px 0 0; position:relative;}

.projects_list li .thumb_hover			{ background:url("images/thumb_hover.png"); width:280px; padding:75px 10px 0 10px; height:135px; position:absolute; text-align:center; color:#d6ceae;}
.projects_list li .thumb_hover .icons	{ margin-left:5px;}
.projects_list li .thumb_hover .icons img{ margin:0 7px; vertical-align:top;}
.projects_list li .thumb_hover h1		{ font-size:24px; line-height:1.25em; height:2.5em; font-weight:normal; text-transform:uppercase; padding:0; margin:0;}
.projects_list li .thumb_hover .category		{ font-size:18px; display:inline-block; position:relative;}
.projects_list li .thumb_hover .category .left	{ left:-40px; top:50%; position:absolute;}
.projects_list li .thumb_hover .category .right	{ right:-40px; top:50%; position:absolute;}

.projects_list li:nth-child(3n-2)	{ }
.projects_list li:nth-child(3n-1)	{ }
.projects_list li:nth-child(3n)		{ margin:40px 0 0 0;}	

.projects_list li:nth-child(3n-2) .box		{ position:absolute; bottom:0; right:0; width:300px; height:210px; background:url("images/box1.png") bottom right no-repeat;}
.projects_list li:nth-child(3n-2) .thumb	{ position:absolute; top:0; left:0;}

.projects_list li:nth-child(3n-1) .box		{ position:absolute; bottom:0; right:0; width:300px; height:210px; background:url("images/box2.png") bottom right no-repeat;}
.projects_list li:nth-child(3n-1) .thumb	{ position:absolute; top:0; left:0;}

.projects_list li:nth-child(3n) .box		{ position:absolute; bottom:0; left:0; width:300px; height:210px; background:url("images/box3.png") bottom left no-repeat;}
.projects_list li:nth-child(3n) .thumb		{ position:absolute; top:0; right:0;}

.projects_list li a	{ color:#d6ceae; text-decoration:none;}
.projects_list li a:hover	{ text-decoration:underline;}

.like_block	{ width:300px; height:280px; margin:105px auto 0 auto;  color:#d6ceae; text-transform:uppercase; position:relative;}
.like_block .text1	{ background:url("images/like1.png") no-repeat 1px 0; width:176px; height:42px; font-size:42px; line-height:29px; letter-spacing:-1px; position:absolute; top:-20px; z-index:1000;}
.like_block .text2	{ background:url("images/like2.png") no-repeat 5px 0; width:178px; height:80px; font-size:94px; line-height:59px; letter-spacing:-2px; margin:0 0 0 -5px; position:absolute; top:13px; z-index:1000;}
.like_block .text3	{ background:url("images/like3.png") no-repeat; width:235px; height:58px; font-size:37px; line-height:25px; letter-spacing:-1px; position:absolute; top:86px; z-index:1000;}
.like_block .text3 span	{ display:block; font-size:21px; line-height:27px; letter-spacing:0;}
.like_block .text4	{ background:url("images/like4.png") no-repeat; width:169px; height:168px; position:absolute; top:-24px; left:124px; z-index:500;}
.like_block .text5	{ background:url("images/arrow_text3.png") no-repeat; width:261px; height:131px; position:absolute; top:105px; left:15px; z-index:400;}

.object8_text1	{ display:inline-block; font-size:34px; position:absolute; left:60px; bottom:32px;
	-moz-transform: rotate(45deg);  /* Firefox */
	-o-transform: rotate(45deg);  /* Opera */
	-webkit-transform: rotate(45deg);  /* Safari y Chrome */
	}
.object8_text2	{ display:inline-block; font-size:24px; letter-spacing:-1px; position:absolute; left:132px; bottom:47px; z-index:1500;
	-moz-transform: rotate(-45deg);  /* Firefox */
	-o-transform: rotate(-45deg);  /* Opera */
	-webkit-transform: rotate(-45deg);  /* Safari y Chrome */
	}
	
.object9				{ position:relative; width:348px; min-height:342px; margin:0 auto; overflow:hidden;}
.object9 .email			{ margin:0 auto; width:260px; padding:20px 20px 180px 20px; background:url("images/email_bg.jpg") repeat-y; position:relative; bottom:0; z-index:3000;}
.object9 .letter		{ width:348px; height:197px; background:url("images/letter_open.png") no-repeat; position:absolute; bottom:0; z-index:3000;}
.object9 .letter_top	{ width:348px; height:145px; background:url("images/letter_top.png"); position:absolute; bottom:197px; z-index:1000;}


.object9 .letter_label	{ bottom:15px; position:absolute; width:348px; text-align:center; z-index:3000; cursor:pointer;}
.object9 .letter_label:active span	{ position:relative; top:1px;}
.object9 .letter_label span	{ font-size:99px; line-height:0.7em; padding:10px; text-transform:uppercase; display:inline-block; color:#d6ceae; background:url("images/bg_grey_dark.png"); }
.object9 .letter_label .thank	{ font-size:72px; line-height:0.8em;}

.object9 .letter_top{
	-moz-transform-origin:  45% 100% 0;
	-webkit-transform-origin: 45% 100% 0;
}	

.copyright	{ position:absolute; width:100%; z-index:1000;}
.copyright img	{ float:right; position:relative; margin:30px 20px 0 0;}

.arrow_top2	{ display:block; margin:70px auto 0 auto; cursor:pointer; width:221px; height:61px; padding:50px 0 0 0; text-align:center; line-height:40px; color:#d6ceae; font-size:40px; text-transform:uppercase; background:url("images/arrow_top.png") no-repeat; z-index:8000; position:relative;}



.object9 .letter_line	{ width:300px; height:8px; background:url("images/letter_line.png"); position:absolute; bottom:189px; left:23px; z-index:1000;}

.contact_form			{}
.contact_form label		{ display:block; text-align:center; color:#24201b;}
.contact_form input		{ background:url("images/input_line.png") 0 22px no-repeat; border:none; text-align:center; width:260px; font-size:18px; line-height:28px; height:28px; padding:0; font-family: 'UnderwoodChampionRegular'; margin-bottom:1.5em;}
.contact_form textarea		{ background:url("images/input_lines.png") top left; border:none; min-height:7.5em; resize:none; width:260px; font-size:18px; line-height:27px; font-family: 'UnderwoodChampionRegular';}
.contact_form .submit_btn	{ display:none;}
.letter_ok	{ display:none;}

.noscroll {
    overflow: hidden;
}

.hiddendiv {
    display: none;
    white-space: pre-wrap;
    width: 260px;
    min-height:7.5em;
    font-size:18px; line-height:27px; 
	font-family: UnderwoodChampionRegular;
    overflow: hidden;}​
.clearfix::after{content:"";display:table;clear:both}
