@charset "utf-8";
.h2 {
	font-size: 32px;
	font-weight: bold;
}
.h3 {
	font-size: 22px;
	font-weight: bold;
}
.scr2,
#contact .scr5 {
	background: url(../img/scr2.jpg) center center #F1F1F1;
	background-size: cover;
}
.scr2 .cell img[src*='scr2-d'],
.scr2 .cell img[src*='scr2-u'],
.scr2 .cell img[src*='scr2-p'] {
	min-width: 68px;
}
.scr2 .cell {
	vertical-align: top;
}
.scr2 .ot {
	background: #FFFFFF;
	padding: 20px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.scr2 .ot .cell:first-child {
	width: 140px;
}
.scr3 {
	background: url(../img/scr3.jpg) center top #fff;
	background-size: cover;
}
.scr3 .cell {
	vertical-align: middle;
}
.scr3 .cell:first-child {
	width: 68px;
}
.scr5 {
	background: url(../img/scr5.jpg) center 70% #333;
	background-size: cover;
	color: #FFFFFF;
}
#contact .scr5 {
	color: inherit;
}
.scr5 .cell.img {
	width: 300px;
}
.scr5 .form {
	max-width: 500px;
	background: #FFFFFF;
	color: #171717;
	margin: auto;
	padding: 20px;
}
#obo-mne .scr5 .form,
#contact .scr5 .form {
	border: 1px solid #CCCCCC;
	background: #f6f1f1;
}
#obo-mne .scr5 .form .name {
	border: 1px solid #dd0000;
}
.popup .btn,
.scr5 .form .btn {
	width: 100%;
	padding: 8px 15px;
}
.popup .btn input,
.scr5 .form .btn input {
	display: none;
}
.scr5 .pl {
	background: url(../img/scr5-pl.png);
	color: #FFFFFF;
	padding: 17px 45px;
}
.scr5 .list {
	font-family: 'Uni Sans', Impact, sans-serif;
	font-weight: 100;
	font-size: 22px;
	padding: 0;
	list-style: none;
}
.scr5 .list li + li {
	margin-top: 30px;
}
.scr5 .list li {
	position: relative;
	padding-left: 55px;
}
.scr5 .list li:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: -10px;
	width: 40px;
	height: 40px;
	background: #ffc700;
	border-radius: 100%;
}
.scr5 .list li:after {
	content: '';
	display: block;
	position: absolute;
	color: #FFFFFF;
	border-left: 4px solid;
	border-bottom: 4px solid;
	width: 20px;
	height: 13px;
	left: 10px;
	top: 0;
	transform: rotate(-45deg);
}
.scr5 .form .name {
	padding: 20px;
	margin: -21px -21px 20px;
	background: #d41f1b;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.scr6 {
	background: url(../img/scr6.jpg) center center #333;
	background-size: cover;
	color: #FFFFFF;
}
.scr6 .pak {
	background: rgba(255,255,255,0.90);
	padding: 20px;
	color: #2A2A2A;
}
.scr6 .pak hr {
	display: block;
	border: none;
	border-top: 1px solid #737373;
	background: none;
	height: 0;
	margin: 20px 0;
}
.button {
	background: #fad61d;
	color: #2D2D2D;
	transition: 0.2s;
	cursor: pointer;
	border-radius: 4px;
	padding: 8px 20px;
	display: inline-block;
	text-decoration: none;
}
.button:hover {
	background: #e33b3b;
	color: #FFFFFF;
}
.scr6 .button {
	font-size: 18px;
	padding: 8px 40px;
}
.scr7 .cell {
	vertical-align: baseline;
	width: 20%;
}
.scr-footer {
	padding: 20px 10px;
	background: #FFFFFF;
	border-top: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
	.scr3,
	.scr-footer * {
		text-align: center;
	}
}

img.zoom {
	cursor: pointer;
}
.popups {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	cursor: zoom-out;
}
.popup_bg {
	background:rgba(0,0,0,0.6);
	position:fixed;
	z-index:1;
	height:100%;
	width:100%;
}
.popup_img {
	position: relative;
	margin:0 auto;
	z-index:2;
	max-height:94%;
	max-width:94%;
	top: 50%;
	transform: translateY(-50%);
}