@font-face {
    font-family: 'Bebas Neue';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
		 url('fonts/BebasNeue-webfont.woff2') format('woff2'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#On-AirInline') format('svg');
    font-weight: normal;
    font-style: normal;
}
* {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
body {
    font-family: Bebas Neue, Helvetica, sans-serif;
	font-style: normal;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    margin: 0px 20px 0px 20px;
}
p {
    color: #8c9199;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    margin-left: 20px;
}
h2 {
    color: #000000;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
h4 {
    color: #000000;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
h5 {
    color: #000000;
    text-align: left;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}
#footer {
	text-align: left;
	padding: 0px;
	width: 1440px;
	height: 181px;
	background: url("footer.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	position: relative;
}
#footer .nav{
	width: 1200px;
	margin-left: 210px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.allInfo {
    position: relative;
    width: 1440px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    text-align: center;
    display: block;
}
.heroes {
    margin-right: auto;
    margin-left: auto;
}
.heroesText {
	width: 1440px;
	height: 700px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.midText {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 200px;	
}
.picleft {
	width: 220px;
	height: 220px;
	margin-right: 80px;
	margin-bottom: 30px;
	border-radius:50%;
	float: left;
	display: block;

}
.picright {
	width: 220px;
	height: 220px;
	margin-left: 80px;
	margin-bottom: 30px;
	border-radius:50%;
	float: right;
	display: block;
}
p.left {
	color: #ffffff;
	margin-left: 300px;
}
p.right {
	color: #000000;
	margin-right: 300px;
}
.left {
	color: #ffffff;
	background-color: #f28c8c;
}
.right {
	color: #000000;
	background-color: #a9e8dc;
}

#navigation {
	width: 1000px;
	text-transform: uppercase;
    margin-top: 0px;
    padding-top: 5px;
    padding-left: 170px;
    position: absolute;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
li {
  float: left;
}
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 30px 16px;
  text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(242,242,242,0.50);
}
li.dropdown {
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(242,242,242,0.50);
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color:  rgba(242,242,242,0.50);
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navleft {
  margin-left: 80px;
  margin-right: 20px;
  float: left;
  display: block;
}
/*Меню герои*/
.heroesNav {
    position: relative;
    width: 1440px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	
}
.heroesNav a {
text-decoration: none;
}
.buton {
	font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
	text-transform: uppercase;
	margin-left: 20px;
	margin-right: 20px;
	display: inline;
}
/*Меню герои - край*/
/*Чатбот*/
.chatbotPic {
float: left;
display: block;
}
.chatbotText {
width: 600px;
float: left;
padding: 30px;
display: block;
}
