.search {
	padding: 30px 50px 20px 50px;
}
.search input  {
	line-height: 45px;
	min-height: 45px !important;
	padding: 15px !important;
	outline: 0 none !important;
	border: 1px 1px 0px 1px solid #d2d6de !important;
	-webkit-box-shadow: inset 5px 5px 5px rgba(0, 100, 100, 0.1);
	-moz-box-shadow: inset 0 5px 5px rgba(0, 100, 100, 0.1);
	box-shadow: inset 0 5px 5px rgba(0, 100, 100, 0.1);
}
.search input:focus {
	border-color: #ccc;
	-webkit-box-shadow: inset 5px 5px 5px rgba(0, 100, 100, 0.1);
	-moz-box-shadow: inset 0 5px 5px rgba(0, 100, 100, 0.1);
	box-shadow: inset 0 5px 5px rgba(0, 100, 100, 0.1);
}
.paging {
	padding-top: 20px;
}
#results {
	padding: 0 0 10px 0;
}
#results div {
	padding-bottom: 30px;
}
#results img {
	width: 60%;
}
.dl_buttons {
	margin-right: 5px;
	margin-bottom: 5px;
}
#search_title {
	padding-bottom: 15px;
}
.preloader {
	display: none;
	height: 100px;
	background: transparent url('preloader.gif') no-repeat center center;
}
.preloader.active {
	display: block;
}

iframe.api {
	width:130px;
	height:34px;
	border:0;
	overflow:hidden;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
}

iframe.api.load {
	background: #f9f9f9 url('preloader.gif') no-repeat center center;
	background-size: 24px 24px;
}

iframe.api.mp4 {
	width:160px;
}

.buttons-block {
	display: flex;
	justify-content: center;
	align-items: start;
	padding-bottom: 0;
}

@media all and (max-width: 990px) {
	.buttons-block {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
}

.btn.load {
	position: relative;
	cursor: default;
}

.btn::before {
	display: none;
}

.btn.load::before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	background: rgba(255,255,255,.5) url('preloader.gif') no-repeat center center;
	background-size: 24px 24px;
}

.btn.dl_progress {
	min-width: 120px;
	cursor: default;
}