#head_background
{
	position: absolute;
	width: 100%;
	height: 1280px;
	background: url(media/head/background-1/background.jpg) no-repeat; background-size: contain;
	transition: background 0.5s;
	z-index: 2;
}
#head_overlay_blured
{
	position: absolute;
	width: 1200px;
	height: 1200px;
	border-radius: 1200px;
	top: -40px;
	left: -780px;
	opacity: 1;
	box-shadow: inset -40px -10px 180px rgba(0,0,0,0.5);
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    filter: blur(2px);
	background: url(media/head/background-1/background.jpg) no-repeat; background-size: cover;
	transition: background 0.5s;
	z-index: 3;
}
#head_overlay_normal
{
	position: absolute;
	width: 1000px;
	height: 1000px;
	border-radius: 1000px;
	top: 60px;
	left: -680px;
	box-shadow: inset -80px -20px 180px rgba(0,0,0,0.4);
	background: url(media/head/background-1/background.jpg) no-repeat;
	background-size: 120% 120%;
	background-position: 670px -120px;
	transition: background 0.5s;
	z-index: 4;
}
#head_circle_arc_1
{
	position: absolute;
	width: 467px;
	height: 518px;
	top: 300px;
	left: -220px;
	background: url(media/head/circle/arc1.png) no-repeat;
	background-size: contain;
	z-index: 5;
	/*animation: head_circle_arc_1_animation 15s linear infinite;*/
	animation: head_circle_arc_1_animation_1 1s ease 1; animation-fill-mode: forwards;
	transform-origin: 0 50%;
}
@keyframes head_circle_arc_1_animation_1
{
	0% { transform: rotate(-60deg); }
	100% { transform: rotate(0deg); }
}
/*@keyframes head_circle_arc_1_animation_2
{
	0% { transform: rotate(0deg); }
	100% { transform: rotate(720deg); }
}*/
#head_circle_arc_2
{
	position: absolute;
	width: 820px;
	height: 726px;
	top: 190px;
	left: -140px;
	background: url(media/head/circle/arc2.png) no-repeat;
	background-size: contain;
	background-position-x: right;
	z-index: 5;
	animation: head_circle_arc_2_animation_1 1s ease 1; animation-fill-mode: forwards;
	transform-origin: 0 50%;
}
@keyframes head_circle_arc_2_animation_1
{
	0% { transform: rotate(-70deg); }
	100% { transform: rotate(-55deg); }
}
#head_circle_arc_3
{
	position: absolute;
	width: 635px;
	height: 638px;
	top: 300px;
	left: -84px;
	background: url(media/head/circle/arc1.png) no-repeat;
	background-size: contain;
	background-position-x: right;
	z-index: 5;
	animation: head_circle_arc_3_animation 1s ease 1; animation-fill-mode: forwards;
	/*animation: head_circle_arc_debug_animation 0.3s linear infinite; animation-direction: alternate;*/
	transform-origin: 0 50%;
}
@keyframes head_circle_arc_3_animation
{
	0% { transform: rotate(90deg); }
	100% { transform: rotate(40deg); }
}
@keyframes head_circle_arc_debug_animation
{
	0% { transform: rotate(50deg); }
	100% { transform: rotate(35deg); }
}
.head_background_whitebox
{
	position: absolute;
	width: 215px;
	height: 400px;
	background-color: white;
	top: 885px;
	z-index: 5;
}
.head_circle_overflow_1
{
	position: absolute;
	width: 213px;
	height: 160px;
	top: 885px;
	left: 202px;
	background: url(media/head/circle/overflow1.svg) no-repeat; background-size: contain;
	z-index: 5;
}
.anvil_logo
{
	position: absolute;
	/*top: 24px; left: 250px; width: 84px; height: 84px;*/
	top: 30px;
	left: 270px;
	width: 84px;
	height: 89px;
	background: url(media/Logos/Anvil_Color.png) no-repeat; background-size: contain;
	-webkit-filter: saturate(0) brightness(5);
	-moz-filter: saturate(0) brightness(5);
	filter: saturate(0) brightness(5);
	cursor: pointer;
	transition: filter 0.2s;
	z-index: 20;
}
.anvil_logo:hover
{
	-webkit-filter: saturate(1) brightness(1.4);
	-moz-filter: saturate(1) brightness(1.4);
	filter: saturate(1) brightness(1.4);
}
.head_textbox
{
	position: absolute;
	top: 280px;
	left: 510px;
	height: 215px;
	padding: 30px;
	list-style-type: none;
	color: white;
	background: rgba(0,0,0,0);
	/*box-shadow: inset -10px -10px 130px rgba(0,0,0,0.1);*/
	text-shadow: 1px 1px 1px black;
	border-radius: 6px;
}
.button_type1
{
	position: relative;
	background-color: rgba(0,0,0,1);
	font-family: CodeProLightLC;
	border-radius: 30px;
	font-size: 18px;
	opacity: 0.6;
	cursor: pointer;
	line-height: 15px;
	padding: 7px;
	margin: 20px;
	text-align: center;
	transition-duration: 0.1s;
	transition-property: background;
}
.button_type1:hover
{
	background-color: rgba(60,60,60,1);
}
.head_menu
{
	position: absolute;
	color: white;
	left: 580px;
	top: 24px;
	z-index: 10;
}
.head_menu > a
{
	color: white;
	text-decoration: none;
}
.head_menu_button
{
	position: relative;
	display: inline-block;
	line-height: 70px;
	font-family: CodeProLC;
	margin: 14px;
	font-size: 14px;
	opacity: 0.9;
	cursor: pointer;
	z-index: 11;
}
.head_menu_button:hover
{
	opacity: 1;
}
#head_menu_search_input
{
	width: 2px;
	outline: none;
	background-color: rgba(255,255,255,0.6);
	border: none;
	margin-left: -10px;
	transition-property: width;
	transition-duration: 0.4s;
	font-family: CodeProLC;
}
.head_menu_search_button
{
	height: 12px;
	width: 12px;
	background: url(media/search-icon.png) no-repeat; background-size: contain;
	display: inline-block;
	margin-left: 18px;
}
.title_box
{
	position: absolute;
	top: 1000px;
	right: 40px;;
	border: 2px dotted black;
	height: 480px;
	width: 640px;
	z-index: 10;
}
.button_type_2, .button_type_3
{
	position: absolute;
	background-color: rgba(107,170,190,1);
	font-family: CodeProLightLC;
	color: white;
	border-radius: 12px;
	font-size: 18px;
	cursor: pointer;
	text-align: center;
	transition-duration: 0.1s;
	transition-property: background;
	width: auto;
	padding: 6px;
	height: 15px;
	line-height: 15px;
}
.button_type_2:hover
{
	background-color: rgba(202,122,69,0.6);
}
.button_type_3
{
	background-color: rgba(255,114,68,1);
}
.button_type_3:hover
{
	background-color: rgba(107,170,190,0.6);
}
.circle_type_1, .circle_type_2
{
	position: absolute;
	width: 150px;
	height: 150px;
	background: url(media/circle-1-colormatic.png) no-repeat; background-size: contain;
	z-index: 5;
}
.circle_type_1
{
	-webkit-filter: saturate(0) brightness(0.6);
	-moz-filter: saturate(0) brightness(0.6);
	filter: saturate(0) brightness(0.6);
}
#projects_background
{
	position: absolute;
	width: 100%;
	height: 512px;
	background: url(media/projects/slider/background-1.jpg) no-repeat; background-size: contain;
	z-index: 8;
	top: 1360px;
	transition: background 0.4s;
}
.projects_textbox
{
	position: absolute;
	top: 80px;
	left: 0;
	height: 360px;
	width: 580px;
	background: rgba(255,255,255,1);
}
.projects_textbox_shadow
{
	position: absolute;
	top: 80px;
	left: 0;
	height: 360px;
	width: 680px;
	background: url(media/projects/grid.png);
	opacity: 0.3;
}
.circle_play
{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	top: 0;
	left: 0;
	background-color: rgba(255,114,68,1);
	transition: background 0.2s;
}
.circle_play_click:hover .circle_play
{
	background-color: rgba(107,170,190,0.6);
}
.circle_play_button
{
	position: absolute;
	width: 16px;
	height: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 23px;
	border: 12px solid transparent;	border-left: 16px solid white;
}
.circle_play_click
{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}
.company_container
{
	position: absolute;
	top: 1870px;
	height: 400px;
	width: 100%;
	text-align: center;
}
.company_container > span
{
	font-size: 60px;
	color: black;
	line-height: 150px;
	font-family: CodeProLightLC;
	opacity: 0.7;
}
.company_container_block
{
	position: absolute;
	width: 900px;
	left: 0;
	right: 0;
	margin: auto;
	top: 200px;
	height: 260px;
}
.company_logotype
{
	position: relative;
	display: inline-block;
	height: 250px;
	margin: 5px;
	width: auto;
	margin-left: 40px;
	margin-right: 40px;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: saturate(0);
	-moz-filter: saturate(0);
	filter: saturate(0);
	transition: filter 0.15s;
	cursor: pointer;
}
.company_logotype:hover
{
	-webkit-filter: saturate(1);
	-moz-filter: saturate(1);
	filter: saturate(1);
}
#location_background
{
	position: absolute;
	top: 2900px; /* 2380 2800 2650 */
	width: 100%;
	height: 707px;
	background: url(media/contacts/location.jpg) no-repeat; background-size: contain;
	text-align: center;
}
#location_background > span
{
	font-size: 48px;
	color: white;
	line-height: 340px;
	font-family: CodeProLightLC;
}
.contacts_container
{
	position: absolute;
	top: 3242px; /* 2760 3180 3030 */
	width: 100%;
	height: 700px;
}
.contacts_map_container
{
	position: absolute;
	width: 640px;
	height: 480px;
	left: 80px;
	top: 80px;
	z-index: 11;
}
.contacts_map_container_shadow
{
	position: absolute;
	width: 760px;
	height: 480px;
	left: 80px;
	top: 80px;
	background-color: lightgray;
	-webkit-mask-image: url(media/line_small_45.svg); -webkit-mask-size: 5px 5px;
	mask-image: url(media/line_small_45.svg); mask-size: 5px 5px;
	z-index: 10;
}
.bottom_icons_container
{
	position: absolute;
	top: 145px;
	left: 840px;
	height: 60px;
	width: 260px;
}
.bottom_icons_container_icon
{
	position: relative;
	margin: 5px;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-filter: saturate(0) brightness(1);
	-moz-filter: saturate(0) brightness(1);
	filter: saturate(0) brightness(1);
	display: inline-block;
	transition: filter 0.1s;
}
.bottom_icons_container_icon:hover
{
	-webkit-filter: saturate(0) brightness(0.8);
	-moz-filter: saturate(0) brightness(0.8);
	filter: saturate(0) brightness(0.8);
}
#project_textbox_back_button
{
	position: absolute;
	width: 40px;
	height: 40px;
	background: url(media/slider-arrow-left.svg) no-repeat; background-size: contain;
	top: 0;
	bottom: 0;
	margin: auto;
	left: 20px;
	-webkit-filter: brightness(0.5);
	-moz-filter: brightness(0.5);
	filter: brightness(0.5);
	cursor: pointer;
}
#project_textbox_back_button:hover
{
	-webkit-filter: brightness(0.1);
	-moz-filter: brightness(0.1);
	filter: brightness(0.1);
}
.project_textbox_marker_container
{
	position: absolute;
	display: block;
	height: 20px;
	width: 200px;
	right: 20px;
	bottom: -40px;
	text-align: right;
}
.project_textbox_marker_container_marker
{
	position: relative;
	color: #fff;
	display: inline-block;
	height: 8px;
	width: 8px;
	border: 2px solid white;
	cursor: pointer;
}
.project_textbox_marker_container_marker_selected
{
	position: absolute;
	top: 1px;
	left: 1px;
	height: 6px;
	width: 6px;
	border-radius: 6px;
	background-color: #fff;
	opacity: 0;
	transition: opacity 0.1s;
}
.location_background_whitebox
{
	position: absolute;
	height: 140px;
	background-color: white;
	bottom: 218px;
	z-index: 5;
}
.location_background_overflow
{
	position: absolute;
	width: 200px;
	height: 160px;
	top: 349px;
	left: 919px;
	background: url(media/contacts/overflow.svg) no-repeat; background-size: contain;
	z-index: 5;
}
#location_circle_arc
{
	position: absolute;
	width: 190px;
	height: 778px;
	top: 100px;
	left: 681px;
	background: url(media/line-1.svg) no-repeat;
	background-size: contain;
	z-index: 9;
	transform: rotate(51.7deg);
	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}
#projects_window
{
	position: absolute;
	top: 0;
	left: 0;
	height: 360px;
	width: 580px;
	background: white;
	z-index: 20;
	display: none;
	opacity: 0;
	transition: all 0.3s;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}
#projects_window_id_title
{
	padding: 20px;
	font-size: 48px;
	line-height: 40px;
	background-color: #efefef;
	cursor: pointer;
}
#projects_window_id_title:hover
{
	background-color: #fafafa;
}
#projects_window_id_close
{
	position: absolute;
	font-size: 22px;
	line-height: 50px;
	top: 10px;
	right: 10px;
	color: #ccc;
	cursor: pointer;
}
#projects_window_id_information
{
	font-family: CodeProLC;
	font-size: 22px;
	padding: 25px;
	color: black;
}
.head_slider_marker_container
{
	position: absolute;
	display: block;
	height: 20px;
	width: 200px;
	right: 50px;
	top: 830px;
	text-align: right;
}