@import url("reset.css");
@import url("font/stylesheet.css");


body {
	background:url(../images/background.jpg) no-repeat center 112px;
	font-family: 'pf_square_sans_proregular';
	min-width:1300px;     
}

a {
	color:;
	text-decoration:none;
}

a:hover,
a:active {
	text-decoration:underline;
}

h1 {
	font-family: 'pf_square_sans_promedium';
	font-size:38px;
	color:#ffffff;
	margin-bottom:18px;
}

h2 {
	font-family: 'pf_square_sans_promedium';
	font-size:33px;
	color:#ffffff;
	text-align:center;
}

h3 {
	font-size:;
	color:;
}

section {
	width:1000px;
	margin:0 auto;
}

header {
	width:1000px;
	height:100px;
	margin:0 auto;
	padding-top:10px;
}

.logo {
	background:url(../images/logo.png) no-repeat;
	height:101px;
	padding-left:120px;
	float:left;
}

.logo:hover {
	text-decoration:none;
}

.logo strong {
	font-family:'ComicSansMS-Bold';
	font-size:21px;
	color:#ec5250;
	margin:25px 0 10px 0;
	display:block;
}

.logo p {
	font-family:'ComicSansMS-Bold';
	font-size:15px;
	color:#656565;
}

.tel {
	text-align:right;
	margin-top:23px;
	float:right;
}

.tel strong {
	font-family:'ComicSansMS-Regular';
	font-size:21px;
	color:#656565;
	margin-bottom:2px;
	display:block;
}

.tel strong span {
	font-size:26px;
	color:#e22324;
}

.tel p {
	font-family:'ComicSansMS-Regular';
	font-size:16px;
	color:#727272;
}

.title {
	background:url(../images/title.png);
	width:878px;
	height:94px;
	text-align:center;
	margin:90px auto 80px;
	padding-top:17px;
}

.title p {
	font-size:26px;
	color:#ffffff;
}

.form-top {
	background:url(../images/bg-form.png);
	width:363px;
	height:411px;
	color:#ffffff;
	margin-bottom:77px;
	padding:28px 18px 0 23px;
	float:right;
}

.form-top > p,
.form-middle div > p,
.form-bottom div > p {
	font-family: 'pf_square_sans_promedium';
	font-size:21px;
	line-height:24px;
	text-align:center;
	margin-bottom:18px;
}

.form-top form,
.form-middle form,
.form-bottom form {
	margin-left:35px;
}

.form-top form p,
.form-middle form p,
.form-bottom form p {
	font-family: 'pf_square_sans_prolight';
	font-size:17px;
	line-height:24px;
	color:#ffffff;
}

.form-top input[type="text"], 
.form-top input[type="tel"],
.form-middle input[type="text"], 
.form-middle input[type="tel"],
.form-bottom input[type="text"], 
.form-bottom input[type="tel"] {
	background:#eddddb;
	border:1px solid #8a2b20;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:283px;
	height:45px;
	font-size:21px;
	color:#4d4d4d;
	text-align:center;
	margin-bottom:12px;
}

.form-top input[type="submit"],
.form-middle input[type="submit"],
.form-bottom input[type="submit"] {
	background:url(../images/submit.png);
	width:285px;
	height:62px;
	font-size:25px;
	color:#222222;
	margin:20px 0 18px;
}

.form-top a,
.form-middle a,
.form-bottom a {
	font-family: 'pf_square_sans_prolight';
	font-size:15px;
	color:#ffffff;
	text-align:center;
	text-decoration:underline;
	display:block;
}

.form-top a:hover,
.form-middle a:hover,
.form-bottom a:hover {
	text-decoration:none;
}

.why {
	position:relative;
	background:url(../images/bg-why.jpg) no-repeat center top;
	color:#ffffff;
	padding:45px 0 20px;
}

.arrow {
	background:url(../images/arrow.png);
	width:65px;
	height:65px;
	position:absolute;
	left:50%;
	top:-30px;
	margin-left:-45px;
}

.why > p {
	font-family: 'pf_square_sans_promedium';
	font-size:29px;
	text-align:center;
	margin-bottom:44px;
}

.why ul {
	margin:0 auto 22px;
	display:table;
}

.why ul li {
	width:465px;
	margin-right:105px;
	display:table;
	float:left;
}

.why ul li:last-child,
.foto ul li:last-child,
.actors ul li:last-child,
.how ul li:last-child {
	margin:0;
}

.why ul li img {
	margin-right:14px;
	float:left;
}

.why ul li div {
	width:370px;
	float:left;
}

.why ul li strong {
	font-family: 'pf_square_sans_promedium';
	font-size:20px;
	margin-bottom:5px;
	display:block;
}

.why ul li p {
	font-size:17px;
	line-height:21px;
}

.foto {
	background:url(../images/bg-foto.jpg) no-repeat center top;
	padding:60px 0 100px;
}

.foto h2,
.reviews h2 {
	font-size:43px;
	color:#5e5e5d;
	margin-bottom:140px;
}

.foto h2 span,
.reviews h2 span {
	color:#e22324;
}

.foto ul {
	margin:0 auto 23px;
	display:table;
}

.foto ul li {
	border:2px solid #e22324;
	width:232px;
	height:168px;
	margin-right:20px;
	float:left;
}

.screenplay {
	background:url(../images/bg-screenplay.jpg) no-repeat center top;
	padding-bottom:95px;
}

.screenplay h2 {
	font-size:43px;
	color:#5e5e5d;
}

.screenplay > p {
	font-family: 'pf_square_sans_promedium';
	font-size:34px;
	color:#e22324;
	text-align:center;
	margin-bottom:145px;
}

.text {
	position:relative;
	width:920px;
	text-align:center;
	margin:0 auto;
}

.text:after {
	position:absolute;
	top:-113px;
	left:-89px;
	background:url(../images/quote1.jpg);
	width:89px;
	height:72px;
	content:'';
}

.text:before {
	position:absolute;
	bottom:-74px;
	right:-89px;
	background:url(../images/quote2.jpg);
	width:89px;
	height:72px;
	content:'';
}

.text p {
	font-size:20px;
	line-height:21px;
	color:#373636;
	margin-bottom:18px;
}

.form-middle {
	background:url(../images/bg-form-middle.jpg) no-repeat center top;
	padding:234px 0 85px;
}

.form-middle div,
.form-bottom div {
	background:url(../images/bg-form2.png);
	width:363px;
	height:411px;
	color:#ffffff;
	margin:0 auto;
	padding:28px 18px 0 23px;
}

.actors {
	position:relative;
	background:url(../images/bg-foto.jpg) no-repeat center top;
	padding:35px 0 90px;
}

.arrow2 {
	background:url(../images/arrow-scroll.jpg);
	width:26px;
	height:25px;
	position:absolute;
	top:-15px;
	left:50%;
	margin-left:4px;
}

.arrow3 {
	background:url(../images/arrow.png);
	width:65px;
	height:65px;
	position:absolute;
	top:-38px;
	left:50%;
	margin-left:-16px;
	z-index:10;
}

.actors h2 {
	font-size:43px;
	color:#e22526;
	margin-bottom:160px;
}

.actors ul {
	margin:0 auto 40px;
	display:table;
}

.actors ul li {
	width:236px;
	text-align:center;
	margin-right:20px;
	float:left;
}

.actors ul li a {
	border:2px solid #e22324;
	width:232px;
	height:168px;
	margin-bottom:12px;
	display:block;
}

.actors ul li p {
	font-size:21px;
	color:#313131;
}

.prices {
	background:url(../images/bg-prices.jpg) no-repeat center top;
	padding:50px 0 85px;
}

.prices h2 {
	font-size:52px;
	text-shadow:3px 3px 0 #000000;
	margin-bottom:80px;
}

.table {
	background:url(../images/bg-prices.png);
	border:3px solid #f8b527;
	width:810px;
	height:360px;
	margin:0 auto 60px;
	padding:33px 19px 0 32px;
}

.row {
	width:810px;
	height:34px;
	margin-bottom:16px;
	display:table;
}

.row > span {
	width:455px;
	font-size:21px;
	line-height:34px;
	color:#303030;
	float:left;
}

.price {
	position:relative;
	background:#e9e4e4;
	border:1px solid #baacab;
	width:329px;
	height:32px;
	padding:0 10px;
	float:right;
}

.price strong {
	width:205px;
	font-size:21px;
	line-height:32px;
	color:#303030;
	float:left;
}

.price span {
	font-size:21px;
	line-height:32px;
	color:#c13131;
}

.price p {
	font-size:17px;
	line-height:32px;
	color:#303030;
	float:left;
}

#hidden,
#hidden1,
#hidden2,
#hidden3,
#hidden4,
#hidden5,
#hidden6 {
	position:absolute;
	top:35px;
	left:-1px;
	background:#e9e4e4;
	border:1px solid #baacab;
	width:329px;
	padding:0 10px;
	display:none;
	z-index:1;
}

.price a {
	background:url(../images/hider.png);
	width:14px;
	height:7px;
	margin-top:13px;
	float:right;
}

.reviews {
	padding:60px 0 65px;
}

.reviews h2 {
	margin-bottom:95px;
}

#slider {
	position:relative;
	width:1000px;
	margin:0 auto;
}

#slider a[href="#prev"], 
#slider a[href="#next"] {
	width:42px;
	height:40px;
	position:absolute;
	top:67px;
	left:0px;
	background:url(../images/arrow-slider.png) bottom left;
}

#slider a[href="#next"] {
	left:auto;
	right:0px;
	background-position:right bottom;
}

#slider .wrapp {
	width:775px;
	height:225px;
	margin:0 auto;
	overflow:hidden;
}

#slider .wrapp ul {
	position:relative;
}

#slider .wrapp ul li {
	width:775px;
	float:left;
}

#slider ul li .acount {
	width:179px;
	float:left;
}

#slider ul li .acount p {
	font-size:19px;
	line-height:23px;
	color:#5e5e5d;
	margin-left:18px;
}

#slider ul li .text-acount {
	background:#f2f2f2;
	border:2px solid #e22324;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width:500px;
	height:154px;
	padding:23px 11px 0 20px;
	float:right;
}

#slider ul li .text-acount p {
	font-size:17.9px;
	color:#5e5e5d;
}

.pagination {
	position:absolute;
	bottom:-40px;
	width:100%;
}

.pagination ul {
	margin:0 auto;
	display:table;
}

.pagination ul li {
	margin-right:6px;
	float:left;
}

.pagination ul li a {
	background:url(../images/pagin.jpg);
	width:14px;
	height:14px;
	display:block;
}

.pagination ul li a:hover,
.pagination ul li a.active {
	background-position:bottom;
}

.how {
	background:url(../images/bg-how.jpg) no-repeat center top;
	padding:60px 0 80px;
}

.how h2 {
	background:url(../images/bg-h2.png) no-repeat center 23px;
	font-family: 'pf_square_sans_proregular';
	font-size:46px;
	text-shadow:3px 3px 0 #000000;
	margin-bottom:80px;
}

.how ul {
	margin:0 auto;
	display:table;
}

.how ul li {
	width:205px;
	color:#ffffff;
	text-align:center;
	margin-right:80px;
	float:left;
}

.how ul li strong {
	font-family: 'pf_square_sans_promedium';
	font-size:21px;
	margin-bottom:8px;
	display:block;
}

.how ul li p {
	font-size:16px;
	line-height:18px;
}

.form-bottom {
	background:url(../images/form-bottom.jpg) no-repeat center top;
	padding:233px 0 85px;
}

.map {
	position:relative;
	height:539px;
}

.block-map {
	position:absolute;
	top:75px;
	left:50%;
	background:url(../images/block-map.png);
	width:213px;
	height:200px;
	color:#002e4c;
	padding:44px 0 0 122px;
}

.block-map strong {
	font-family:'ComicSansMS-Bold';
	font-size:15px;
	margin-bottom:12px;
	display:block;
}

.block-map p {
	font-size:16px;
	line-height:22px;
}

.block-map a {
	background:url(../images/button.jpg);
	width:201px;
	height:39px;
	font-size:16px;
	line-height:38px;
	color:#002e4c;
	text-align:center;
	margin-top:10px;
	display:block;
}

.popup {
	position:fixed;
	left:50%;
	z-index:1000;
	display:none;
}

.call {
	background:#ffffff;
	width:390px;
	padding:12px;
}

.call form {
	background:#E22526;
	padding:10px;
}

.call a,
.confidentiality a {
	position:absolute;
	top:-14px;
	right:-15px;
	background:url(../images/cross.png);
	width:28px;
	height:29px;
}

.call input[type="text"],
.call input[type="tel"] {
	width:360px;
	height:35px;
	margin-bottom:20px;
	padding:0 5px;
}

.call input[type="submit"] {
	background:#ff5f3f;
	width:370px;
	height:35px;
	font-weight:bold;
	font-size:16px;
	color:#ffffff;
	text-transform:uppercase;
}

.call input[type="submit"]:hover {
	background:#285e7c;
    transition:all 0.4s ease 0s;
}

.call p {
	color:#ffffff;
	margin-bottom:5px;
}

#overlay {
    background:#777;
	opacity:0.7;
    display:none;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:500;
}

.confidentiality {
	background:#ffffff;
	width:700px;
	padding:10px 10px 25px;
}

.confidentiality p {
	color:#333;
	line-height:30px;
	margin-bottom:10px;
}

.confidentiality strong {	
	font-family: 'pf_square_sans_promedium';
	color:#000000;
}
