@font-face {
    font-family: ClearSansBold;
    src: url('fonts/clearsans-bold.eot');
    src: url('fonts/clearsans-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-bold.woff') format('woff'),
         url('fonts/clearsans-bold.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: ClearSansRegular;
    src: url('fonts/clearsans-regular.eot');
    src: url('fonts/clearsans-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-regular.woff') format('woff'),
         url('fonts/clearsans-regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: ClearSansItalic;
    src: url('fonts/clearsans-italic.eot');
    src: url('fonts/clearsans-italic.eot?#iefix') format('embedded-opentype'),
         url('fonts/clearsans-italic.woff') format('woff'),
         url('fonts/clearsans-italic.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'PTSansBold';
	src: url('fonts/PTS75F_W.eot');
	src:
	     url('fonts/PTS75F_W.eot?#iefix') format('embedded-opentype'),
	     url('fonts/PTS75F_W.woff') format('woff'),
	     url('fonts/PTS75F_W.ttf') format('truetype'),
	     url('fonts/PTS75F_W.svg#PTSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansItalic';
	src: url('fonts/PTS56F_W.eot');
	src:
	     url('fonts/PTS56F_W.eot?#iefix') format('embedded-opentype'),
	     url('fonts/PTS56F_W.woff') format('woff'),
	     url('fonts/PTS56F_W.ttf') format('truetype'),
	     url('fonts/PTS56F_W.svg#PTSans-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'PTSansRegular';
	src: url('fonts/PTS55F_W.eot');
	src:
	     url('fonts/PTS55F_W.eot?#iefix') format('embedded-opentype'),
	     url('fonts/PTS55F_W.woff') format('woff'),
	     url('fonts/PTS55F_W.ttf') format('truetype'),
	     url('fonts/PTS55F_W.svg#PTSans-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
    height: 100%;
    background-color: #011126;
	padding: 0px;
	margin: 0px;
}

* html .page_wrapper {
    height: 100%;
}

* {
	padding: 0px;
	margin: 0px;
}

a, a:visited {
	color: #f2eed8;
	font-family: ClearSansItalic;
	font-size: 20px;
	color: #f2eed8;
	transition: 0.5s;
}

img {
	border: 0px;
}

a:hover {
	color: #e0440b;
	transition: 0.5s;
}

.paragraph {
	padding: 10px 10px 0px 10px;
}

ul {
	padding: 0px 10px 0px 50px;
}

.about {
	font-family: PTSansRegular;
	color: #f2eed8;
	background-color: #025059;
	height: 40px;
	width: 100%;
	min-width: 1200px;
	float: left;
	position: relative;
}

.main {
	width: 1200px;
}	

.about_block {
	width: 100%;
	min-width: 1200px;
	background-color: #012e40;
	margin: 10px 0px 10px 0px;
	padding: 1px 0px;
}

.header {
	position: relative;
	right: 410px;
	width: 360px;
}

.header_block {
	width: 100%;
	min-width: 1200px;
	height: 120px;
	background-color: #012e40;
	/*background: linear-gradient(to top, #012e40, #025059);*/
}

.header_name {
	font-family: PTSansBold;
	color: #f2eed8;
	font-size: 45px;
	text-align: right;
}
	
.header_profession {
	font-family: PTSansItalic;
	color: #f2eed8;
	font-size: 30px;
	text-align: right;
}

.header_info {
	font-family: PTSansItalic;
	font-size: 22px;
	color: #f2eed8;
	width: 378px;
	position: relative;
	top: -57px;
	right: -479px;
}

.header_lang {
	font-family: PTSansItalic;
	font-size: 10px;
	color: #f2eed8;
	width: 378px;
	position: relative;
	top: -73px;
	right: -403px;
}

.header_underline {
	width: 100%;
	min-width: 1200px;
	background-color: #025059; 
	height: 10px; 
	position: absolute;
	top: 110px;
	left: 0px;
}

.work_main_big, .work_main_small_left, .work_main_small_right, .work_image_block {
	background-color: #025059;
	transition: 0.5s;
}

.work_main_big:hover, .work_main_small_right:hover, .work_main_small_left:hover, .work_image_block:hover {
	background-color: #e0440b;
	transition: 0.5s;
}

.work_main_big {
	margin: 0px 0px 10px 0px;
	width: 1200px;
	height: 330px;
	float: left;
	transition: 0.5s;
}

.work_main_small_left, .work_main_small_right {
	width: 595px;
	float: left;
	transition: 0.5s;
}

.work_main_small_left {
	margin: 0px 5px 10px 0px;
	transition: 0.5s;
}

.work_main_small_right {
	margin: 0px 0px 10px 5px;
	transition: 0.5s;
}

.work_image, .work_image_detail {
	background-color: #012e40;
	transition: 0.5s;
}

.work_image {
	height: 320px;
}

.work_image_detail {
	width: 1200px;
}

.work_image_block {
	margin: 10px 0px 10px 0px;
}

.work_description {
	height: 10px;
}

.about_button {
	font-family: PTSansItalic;
	font-size: 22px;
	color: #f2eed8;
	border-bottom: 2px dashed #f2eed8;
	padding: 4px 0px 0px 0px;
    display: inline-block;
	line-height: .95;
	cursor: pointer;
	transition: 0.5s;
}

.about_button:hover {
	color: #e0440b;
	border-bottom: 2px dashed #e0440b;
	transition: 0.5s;
}

.about_button_block {
	background-color: #025059;
	width: 100%;
	height: 30px;
	margin: -1px;
}

.about_text {
	font-family: PTSansRegular;
	text-align: left;
	color: #f2eed8;
	font-size: 22px;
	width: 1200px;
	display: none;
	padding-bottom: 20px;
}

.footer_block {
	font-family: PTSansRegular;
	color: #f2eed8;
	background-color: #025059;
	height: 65px;
	width: 100%;
	min-width: 1200px;
	float: left;
	position: relative;
	padding: 10px 0px;
}

.not_found {
	font-family: PTSansBold;
	font-size: 250px;
	color: #f2eed8;
	width: 1200px;
}

.not_found_description {
	font-family: PTSansItalic;
	font-size: 46px;
	color: #f2eed8;
	width: 1200px;
}

.not_found_text {
	font-family: PTSansItalic;
	font-size: 22px;
	color: #f2eed8;
	width: 1200px;
	padding: 10px;
}

.page_wrapper {
    min-height: 100%;
    margin-bottom: -40px;
}

.page_buffer {
    height: 40px;
}

.about_desc {
	font-family: PTSansItalic;
	font-size: 17px;
	border-radius: 7px;
	background: #012e40;
	padding: 10px;
	color: #f2eed8;
	transition: 0.5s;
	
	border: 10px;
	border-color: #000000;

}

.about_desc a, .about_desc a:hover, .about_desc a:visited{
	font-family: PTSansItalic;
	font-size: 17px;
	transition: 0.5s;
}

.sites_buttons {
	height: 20px;
	width: 400px;
	color: #f2eed8;
}

.sites_buttons_background {
	font-family: PTSansItalic;
	font-size: 17px;
	background: #012e40;
	position: relative;
	padding: 10px 0px;
	height: 20px;
	width: 100%;
	color: #f2eed8;
	float: left;
}

.button {
	float: left;
	padding: 0px 10px;
}

.buy_button {
	font-family: PTSansItalic;
	font-size: 23px;
	border-radius: 7px;
	background: #f90710;
	padding: 10px;
	color: #f2eed8;
	width: 150px;
	transition: 0.5s;
	position: relative;
	float: right;
	top: -64px;
}
.buy_button_desc {
	font-family: PTSansRegular;
	font-size: 12px;
}