body, html {
	height: 100%;
}
body {
	background: #E4E4E4;
	background: url(../img/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

iframe{
    border: none;
}
.wrap {
	position: relative;
	min-height: 100%;
	max-width: 1220px;
	margin: 0 auto;
	background: #fff;
	margin: 20px auto;
	box-shadow: 0 5px 30px rgba(0,0,0,0.5)
}
.header {
	height: 65px;
	padding-top: 10px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
}
	.logo {
		font-size: 35px;
		text-align: center;
		border-bottom: 1px #999 solid;
		width: 100%;
	}
		.logo_image {
			background: url('https://info.moipass.ru/images/logo-b.png') no-repeat left center;
			height: 75px;
			width: 300px;
			display: block;
		}
		.logo_image_w {
			background: url('https://info.moipass.ru/images/logo-w.png') no-repeat left center;
			height: 75px;
			width: 300px;
			display: block;
		}
#placeForWidget {
	border: 0; 
	padding: 10px; 
	display: block;
	box-sizing: border-box;
	height: 700px;
	width: 100%;
	margin: 0 auto;
	border: none;
}
.content {
	padding: 95px 10px 150px 10px;
	box-sizing: border-box;
}
	.partners {
		text-align: center;
		width: 100%;
		color: #444;
	}
		.parners_header {
			height: 75px;
			padding-top: 25px;
			position: relative;
		}
		.parners_header_line {
			background: #999;
			width: 100%;
			height: 1px;
		}
		.parners_header span {
			font-size: 18px;
			padding: 0 5px;
			background: #fff;
			display: inline-block;
			position: relative;
			top: -15px;
			color: #444;
			font-family: 'Georgia', serif;
		}
		.p_logo {
			margin-top: 10px;
			height: 100px;
			width: 100%;
		}
		.p_logo {
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
		}
			.p_logo_laura {
				background-image: url(../img/logo_laura.png);
			}
			.p_logo_kvakva {
				background-image: url(../img/logo_kvakva.png);
			}
			.p_logo_olimp {
				background-image: url(../img/logo_olimp.png);
			}
			.p_logo_minskzoo {
				background-image: url(../img/logo_minskzoo.png);
			}
			.p_logo_olimpiyskiy {
				background-image: url(../img/logo_olimpiyskiy.png);
			}
			.p_logo_gum {
				background-image: url(../img/logo_gum.png);
			}
.footer {
	height: 150px;
	text-align: center;
	width: 100%;
	position: absolute;
	margin-top: -150px;
}
.f_wrap {
	background: #fff;
	max-width: 1220px;
	margin: 0 auto 20px auto;
	background-image: linear-gradient(#1F2124,#1F2124);
	height: 100%;
}
	.copyrights {
		color: #fff;
		width: 100%;
		padding: 30px 10px;
		text-align: right;
	}
		.copyrights a {
			text-align: center;
			color: #fff;
			text-decoration: underline;
		}
		.copyrights a:hover {
			color: #00ff02
		}
		.f_logo {
			background: url(../img/f_logo.png) no-repeat left center;
			height: 68px;
			width: 201px;
			display: block;
			margin-top: 40px;
			opacity: 0.8;
		}
			.f_logo:hover {
				opacity: 1;
			}
	.s_copy {
		display: none;
	}
	.f_copy {
		display: inline;
	}
@media screen and (max-width: 1240px){
	.wrap, .f_wrap {
		margin: 20px;
	}
}
@media screen and (max-width: 767px){
	.f_logo {
		margin: 0 auto;
	}
	.f_wrap {
		height: auto;
		padding: 20px 0;
	}
	.copyrights {
		text-align: center;
	}
}