.table.table-striped {
	/*width: 120%;*/
}
body{
	background: url(/ANS_0767.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment:fixed;
	color: #ffffff;
}
.form-control-message {
	line-height: 3.2;
	display: block;
	width: 100%;
	height: 169px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-feedback{
	/*
	float: left;
	margin-left: 165px;
	margin-top: 51px;
	*/
	margin: auto;
	width: 70%;
	float: right;
}
.imgs-th{
	background-color: #a6b8e0;
}
.btn.btn-danger-bottom.float-left{
	margin-top: -15px;
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.imgs-td2{
	background-color: #ffffff;
}
.imgs-td1{
	background-color: #eaf0ff;
}
.img-padding{
	padding-top:80px;
}

.wrap_imgs{
	width: 1200px;
	margin: auto;
	/*padding-top: 50px;*/
}

.form-feedback-wrap{
	margin-top: 51px;
}




.headers {
	position: absolute;
	top: 20px;
	left: 20px;
}

.headercen {
	position: relative;
	left: 40%;
	right: 50%;
	top: 10px;
	width: 400px;
	font-size: 30px;
}
.row.top-header {
	/*position: absolute;
	top: 0;
	width: 100%;
	*/
}
.top-header-main{
	position: absolute;
	top: 0;
	width: 100%;
}
.text-big{
	font-size: 30px;
	text-align: center;
}

#img_search{
	/**/
	width:50%;
}
.form-index-search{
	width: 100%;
	margin-top: -5%;
}
.message-mobile-feedback{
	display:none;
}

.img_wrap_wrap{
	margin: auto;
}


@media (max-width: 980px){
	.img_wrap .img_wrap_wrap{
		width: 500px;
	}
	
	.img_wrap_wrap img{
		width: 100%;
	}
	
}

@media (max-width: 850px){
	.img_wrap .img_wrap_wrap{
		width: 400px;
	}
}

@media (max-width: 650px){
	.text-big{
		font-size: 22px;
	}
}

@media (max-width: 600px){
	img{
		width: 100%;
	}
	.wrap_imgs{
		/*padding-top: 150px;*/
	}
	#img_search{
		/**/
		
		width:70%;
	}
	
}

@media (max-width: 576px){
	.form-inline .form-group-index-search {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}
	
	.form-inline .form-control-index-search{
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}
}

@media (max-height: 500px){
	.form-index-search{
		margin-top: 15%;
	}
}

@media (max-width: 1200px){
	.wrap_imgs{
		width: 100%;
	}
}

@media (max-width: 767px){
	.form-feedback{
		width: 100%;
	}
	.img-padding{
		/*padding-top:15px;*/
		padding-bottom:15px;
	}
	
	.message-mobile-feedback{
		display:block;
	}
}

@media (max-width: 400px){
	.img_wrap .img_wrap_wrap{
		width: 100%;
	}
}