/* heebo-300 - latin */
@font-face {
  font-family: 'Heebo';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/heebo-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/heebo-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/heebo-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/heebo-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/heebo-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/heebo-v21-latin-300.svg#Heebo') format('svg'); /* Legacy iOS */
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	font-family: 'Heebo', Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #666666;
	background: #FFFFFF;	
	margin: 0;
	padding: 0;
	overflow-y:scroll;
	-webkit-text-size-adjust: none;
}

p {
	margin-top: 15px;
	line-height: 140%;
	text-align: center;
}

a:link, a:visited {
	color: #7594CC;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #BCCAE3;
	transition: 0.5s;
}

h1 {
	font-weight: bold;
	font-size: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

h2 {
	font-weight: normal;
	font-size: 22px;
	line-height: 125%;
	padding-top: 30px;
}

h3 {
	font-weight: normal;
	font-size: 13px;
	line-height: 140%;
}

.container {
	width: 750px;
	height: 100%;
	min-width: 225px;
	margin: 0 auto;
}

.img {
	height: 176px; 
	margin-top: 30px
}

.linie {
	width: 200px;
	margin: 0 auto;
	border: none; 
	background-color: #BCCAE3; 
	height: 2px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.start {
	float: left;
    width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
    text-align: center;
}
.start span {
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: -0px;
	background: none;
}
.start img {
	position: relative;
	vertical-align: middle;
	border: 0 none;
	background: none;
	width: 650px;
}

.content {
	width: 100%;	
	float: right;
	line-height: 150%;
}

.content1 {
	text-align: center;
	width: 33%;
	padding-bottom: 20px;
	float: left;	
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.content2 {
	width: 100%;
}

.content3 {
	width: 100%;
	padding-top: 10px;
	float: right;	
	text-align: center;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.footer {
	position: relative;
	height: 25px;
	clear: both;
}


@media screen and (max-width: 767px) {

.container {
	width: 100%;
}

.start img {
	width: 90%;
	max-width: 650px;
}	

.img {
	height: auto;
	margin-top: 0px
}

.content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.content1 {
	text-align: center;
	width: 100%;
	float: right;	
}

.content2 {
	width: 450px;
	margin: 0 auto;	
}

.content3 {
	width: 225px;
	float: left;	
}

}

@media screen and (max-width: 450px) {

.img {
	height: auto;
	margin-top: 0px
}

.content2 {
	width: 225px;
	margin: 0 auto;	
}	

}
