/* --------- font-family --------- */
@import url(https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700,500italic);

/* --------- reset css --------- */

 /* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
    font: inherit; 
}


h1,h2,h3,h4,h5,h6 {font-weight:normal;}

strong {
	font-weight:bold;
}

 input {
	padding:0;
}
input[type="button"],  input[type="submit"] {
	cursor:pointer;
}

textarea {overflow: auto !important; resize:none;} 

p, li, span, input, div, a, h1, h2, h3, h4, h5, h6, label {
	font-family:inherit; 
}

.check {
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

input, textarea {outline:none; border:0;}

input[type="text"]::-ms-clear, input[type="tel"]::-ms-clear{
	display:none;
}

.clear {
	clear:both;
}


img {
	max-width:100%;
}
a {
	color:inherit;
	text-decoration:none;
}
input {
	font-size:inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:not([type='submit']):focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}



/* ------------- all style --------------- */
html, body {
	height:3682px;	
    font-family: 'Fira Sans', Arial, sans-serif;
	background:#f49800 url(../images/background.jpg) center top no-repeat;
} 
.wrap {
	position:relative;
	width:960px;
	margin:0 auto;
	padding-top:10px;
}
.wrap:after,
.propeties_block:after,
.tehnologies_list:after {
	content:'';
	display:table;
	clear:both;
}


/* header */
header {
	height:376px;
	padding-top:35px;
	margin-bottom:93px;
}
.logo {
	float:left;
}
header h1 {
	clear:both;
	margin-top:82px;
	color: #fff;
	font-size: 82px;
	font-weight:700;
	text-shadow: 1px 4px 5px rgba(210,152,54,.23);

}

/* propeties */
.propeties {
	margin-bottom:200px;
}
.propeties_block {
	position:relative;
}

.propeties_top {
}
.propeties_top  .img {
	float:left;
	position:relative;
	width:480px;
	height:390px;
}
.propeties_top  .img  img {
	display:block;
	margin-top:-85px;
}
.propeties_center {
	text-align:center;
}
.propeties_text {
	line-height:1.2;
	color:#009639;	
}
.propeties_top .propeties_text {
	float:right;
	width:430px;
}
.propeties_center .propeties_text {
	width:415px;
	margin:0 auto;
}

.propeties_text h3 {
	float:left;
	margin-bottom:45px;
	font-size:36px;
	font-weight:700;	
}
.propeties_text p {
	clear:both;
	font-size:23px;
}
.img_a {	position:absolute;}
.img_a1 {
	top:10px;
	left:19px;
}
.img_a2 {
	top:5px;
	right:25px;
}
.img_a3 {
	top:265px;
	left:43px;
}
.img_a4 {
	top:237px;
	right:75px;
}
.man_control {
	display:table;
	margin:195px auto 0;
	overflow:hidden;
}
.man_control .img {	float:left; 	margin-right:24px;}
.man_control .img img {
	display:block;
	border-radius:100%;
}
.man_control p {
	float:left; 
	color:#fff;
	font-size:31px;
	text-align:left;
	text-transform:uppercase;
	line-height:1.2;
	font-weight:700;
}
.man_control p:before {
	content:'';
	display:block;
	height:80px;
	margin-bottom:22px;
	background:url(../images/ok.png) left center no-repeat;
}

/* tehnologies */
.tehnologies {
	margin-bottom:100px;
}
.tehnologies h2 {
	margin-bottom:47px;
	font-size:36px;
	color:#f19800;
	font-weight:700;
	text-align:center;
}
.tehnologies_list{
	counter-reset: list; 		
}
.tehnologies_list li {
	float:left;
	width:256px;
	margin:0 30px 26px;
	font-weight:500;
	list-style-type: none;	
}
.tehnologies_list img {
	display:block;
	margin-bottom:15px;
}
.tehnologies_list div:before{
	counter-increment: list;
	content: counter(list) "";
	float:left;
	width:66px;
	height:66px;
	line-height:69px;
	text-align:center;	
	font-size:45px;
	color:#fff;
	background: rgb(113,193,21); /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxYzExNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNDhmMWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(113,193,21,1) 0%, rgba(36,143,31,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,193,21,1)), color-stop(100%,rgba(36,143,31,1)));
	background: -webkit-linear-gradient(top,  rgba(113,193,21,1) 0%,rgba(36,143,31,1) 100%);
	background: -o-linear-gradient(top,  rgba(113,193,21,1) 0%,rgba(36,143,31,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(113,193,21,1) 0%,rgba(36,143,31,1) 100%); 
	background: linear-gradient(to bottom,  rgba(113,193,21,1) 0%,rgba(36,143,31,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c115', endColorstr='#248f1f',GradientType=0 ); 

	border-radius:100%;
	box-shadow: 3px 3px 5px #b9a608;
}
.tehnologies_list p {
	margin-left:76px;
	font-size:20px;
	color:#e76005;
	line-height:1.2;
}

.composition {
	margin-bottom:85px;
}
.notebook {
	float:left;
	width:480px;
	padding:45px 35px 40px;
	background:#fdf3da;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.notebook  h2 {
	margin-bottom:30px;
	font-size:36px;
	color:#009639;
	line-height:1.3;
	font-weight:bold;
}
.notebook  p {
	margin-bottom:48px;
	font-size:18px;
	color:#010101;
	line-height:1.3;
}
.notebook img {
	display:table;
	margin:0 auto;
}
.mivina {
	position:absolute;
	top: 25px;
	right: -31px;
}

/* footer */
footer {
	text-align:center;
}
.slogan {
	font-size:86px;
	color:#fff7c9;
	font-weight:500;
	font-style:italic;
	margin-bottom:30px;
}
.copy {
	font-size:11px;
	color:#805202;
}




/* media */
@media screen and (max-width:1024px) {
	.mivina {right:0;}
}






