body {
	font-family: "Arial","Helvetica CY","Nimbus Sans L","Sans-serif";
	margin:0;
	padding:0;

}
.block {
	float: left;
	width: 100%;
}
.block_1 {
	width: 1000px;
	margin: 0 auto;
}
.block_1_1{
	margin: 1em 0;
	float: left;
	width: 100%;
}
.block_2 {
	width: 1000px;
	margin: 0 auto;
}
.block_2_1{
	margin: 1em 0;
	float: left;
	width: 100%;
}
.block_3 {
	width: 1000px;
	margin: 0 auto;
	border-top: 1px solid #eeeeee;
}
.logo{
	float: left;
	width: 30%;
}
.search{
	width: 70%;
	float: right;
	border-bottom: 1px solid;
}
.search_text{
	margin-top: 2.5em;
	width: 80%;
	padding: 1em;
	border: 0;
	font-size: 1em;
}
.search_icon{
	background:#ffffff url('/img/search-icon.png');
	border: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 3em;
}
.pic_movies{
	float: left;
	border-left: 4px solid red;
}
.pic_movies img{
	width: 150px;
	height: 150px;
	object-fit: cover;
	padding: 0 1em;
}
.id_movies{
	float: left;
}
.result{
	margin: 1em 0;
	float: left;
	width: 100%;
}
.result_label{
	color:red;
	font-size:1.2em;
	font-weight:bold;
	float: left;
	width: 5%;
}
.result_info{
	float: left;
	width: 95%;
}
.result_info a {
	color:black;
}
.result i{
	font-size: 12px;
}

.footer {
	background: #ecf0f1;
	padding: 10px;
	position: fixed;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer.relative {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}
.footer--copy {
	margin-top:5px;
	font-size: 12px;
	/*  line-height: 31px;*/
}
.footer--banner {
	display: block;
}
.footer--banner img {
	display: block;
}
.right {
	float: right;
}

textarea:focus, input:focus{
	outline: none;
}

.footer a
{
	color:black;
	text-decoration: underline;
}

.footer a:hover
{
	text-decoration: none;
}