* {
	margin: 0;
	padding:0;
}

@font-face {
    font-family: helveticaNeueCyr;
    src:url('../fonts/helveticaneuecyrlight.eot');
	src:url('../fonts/helveticaneuecyrlight.ttf') format('truetype'),
        url('../fonts/helveticaneuecyrlight.woff') format('woff'),	
	    url('../fonts/helveticaneuecyrlight.svg#"helveticaNeueCyr"') format('svg');
    font-weight:100;
    font-style:normal;
}

@font-face {
    font-family: helveticaNeueCyr;
    src:url('../fonts/helveticaneuecyrroman.eot');
	src:url('../fonts/helveticaneuecyrroman.ttf') format('truetype'),
        url('../fonts/helveticaneuecyrroman.woff') format('woff'),	
	    url('../fonts/helveticaneuecyrroman.svg#"helveticaNeueCyr"') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family: helveticaNeueCyr;
    src:url('../fonts/helveticaneuecyrbold.eot');
	src:url('../fonts/helveticaneuecyrbold.ttf') format('truetype'),
        url('../fonts/helveticaneuecyrbold.woff') format('woff'),	
	    url('../fonts/helveticaneuecyrbold.svg#"helveticaNeueCyr"') format('svg');
    font-weight: bold;
    font-style:normal;
}

@font-face {
    font-family: FrizQuadrataCTT;
    src:url('../fonts/frizq.eot');
	src:url('../fonts/frizq.ttf') format('truetype'),
        url('../fonts/frizq.woff') format('woff'),	
	    url('../fonts/frizq.svg#"FrizQuadrataCTT"') format('svg');
    font-weight: bold;
    font-style:normal;
}
body {
margin: 0 auto;
padding: 0;
background:#ffffff; 
width:100%;
height: 100%;
}

html, body {	
margin: 0px auto;
height: 100%;
width:100%;
padding: 0px;
}

.timer {
	width: 960px;
	margin: 0 auto
}

.timer h3 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 26px 0 0 0
}

.eTimer {
	position: relative;
	left: 284px;
	width: 400px;
}
/* HEADER */

.header {
	position: relative;	
	background: url(../images/header/bg.jpg) no-repeat center top 0;
	min-width: 1000px;
	height:813px;
	top:0px;
}

.header div{

	width: 960px;
	margin: 0 auto;

}

.header h2 {
	font-family:helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size:22px;
	color:#ba1d4c;
	padding-top:15px;
	line-height:30px
}

.header h2 p{
	font-family:helveticaNeueCyr;
	font-weight: bold;
	text-align: center;
	font-size:22px;
	color:#ba1d4c;
	padding-top:10px;
}

.header h1 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	text-align: left;
	font-size:45px;
	color:#ba1d4c;
	padding-top:40px;
	width:480px;
	line-height:50px

}

nav#menu{
	min-width:960px;
	width: 100%;
	margin: 0 auto;
    text-align:center;
	height: 60px;
    background: #ba1c4c;
}

nav#menu ul.menu-def {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	display: block;
	
}

nav#menu ul.menu-def li{
	position: relative;
	top: 14px;
    font-style: normal;
	color:#000;
    display: inline-block;
}

nav#menu ul.menu-def li a{
	font-family: Scada;
    font-weight: normal;
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration:none;
	color: #fff;
	padding: 4px 10px 4px 10px;
	transition: 0.5s;
	line-height: 19px;
}

nav#menu ul.menu-def li a:hover{
	color: #FFF;
	text-decoration: underline;
	transition:0.5s;
}

.default {
    width:960px;
	margin: 0 auto;
	display: block;
	z-index: 999;
}

.fixed {
    position:fixed;
    width:100%;
    -moz-box-shadow: 5px 5px 20px #000;
    -webkit-box-shadow: 5px 5px 20px #000;
    box-shadow: 0px 5px 10px #000;
	transition:1s;
	background: #cf0200; !important;
	z-index: 999;
	top: 0
 }

h3.h{
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	text-align: left;
	font-size:40px;
	color:#000;
	padding-top:82px;
	line-height:55px
}

h4{
	font-family: helveticaNeueCyr;
    font-weight:100;
	text-align: left;
	font-size:30px;
	color:#fff;
	padding-top:66px;
	line-height:40px
}

input {
	position: relative;
	top:12px;
	float: left;
	width: 256px;
	height:37px;
	float: left;
	font-family:helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size:16px;
	color:#000;
	padding-left:10px;
	border: #000 1px solid
}

input[type="submit"] {
	background: url(../images/header/off.jpg) no-repeat;
	width:257px;
	height:39px;
	float: left;
	cursor: pointer;
	outline: none;
	margin-left:10px;
	border:0
}

input[type="submit"]:hover {
	background: url(../images/header/on.jpg) no-repeat;
}

h3.enter{
	position:relative;
	font-family: helveticaNeueCyr;
	font-weight: bold;
	text-align: left;
	font-size:24px;
	color:#0f6d12;
	padding-top:24px;
	float: left;
	width:900px
}	

.arrow {
	position: relative;
	width:32px;
	float: left;
	top:-20px;
	left:-60px
}
/* END HEADER */

/* SLIDE 1 */
.slide_1 {
	background:url(../images/slide_1/bg.jpg) no-repeat center;
	height:711px;
	min-width:1000px;
}

.slide_1 div {
	width:960px;
	margin: 0 auto
}

.slide_1 #wrap {
	position: relative;
	width:550px;
	float:right
}
.slide_1 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#FFF;
	text-align: left;
	font-size:45px;
	margin-top:80px;
	margin-left:97px;
	line-height:55px
}

ul.for {
	width:500px;
	float: left;
	margin-left:50px;
	margin-top:30px;
}

ul.for li {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#FFF;
	font-size:22px;
	background: url(../images/slide_1/marker.png)  no-repeat left top;
	padding-left:55px;
	list-style: none;
	margin-bottom:17px
}

/* END SLIDE 1 */


/* SLIDE 2 */
.slide_2 {
	position: relative;
	top: -10px;
	background: url(../images/slide_2/bg.jpg) no-repeat center;
	height:1218px;
	min-width:1000px;
}

.slide_2 div {
	width:960px;
	margin: 0 auto
}

.slide_2 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	padding-top:40px;
}


ul.prog{
	float: left;
	margin-top:20px;
}

ul.prog li.m1 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#FFF;
	font-size:22px;
	background: url(../images/slide_2/marker1.png) no-repeat left top;
	padding-left:75px;
	height:45px;
	list-style: none;
	margin-bottom:2px;
	padding-top:12px;
}

ul.prog li.m2 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#FFF;
	font-size:22px;
	background: url(../images/slide_2/marker2.png) no-repeat left top;
	padding-left:75px;
	height:45px;
	list-style: none;
	margin-bottom:2px;
	padding-top:12px;
}

#but1 {
	position: relative;
	width:349px;
	margin: 0 auto;
	top:25px
}

/* END SLIDE 2 */

/* SLIDE 3 */
.slide_3 {
	position: relative;
	top: -10px;
	margin-bottom: -10px;
	background: url(../images/slide_3/bg.jpg) no-repeat center;
	height:532px;
	min-width:1000px;
}

.slide_3 div {
	width:960px;
	margin: 0 auto
}

.slide_3 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	padding-top: 40px;
}

.slide_3 .master {
	width:400px;
	padding-left:0px;
	padding-top:45px;
	float:left
}
.slide_3  h3 {
	font-family:helveticaNeueCyr;
	font-weight: normal;
	color:#000;
	width:450px;
	float: left;
	font-size:26px;
	padding-left:25px;
	padding-top:40px;
	line-height:28px
}
.slide_3  h3 p{
	font-family:helveticaNeueCyr;
	font-weight: normal;
	font-size:20px;
	padding-top:15px
}


/* END SLIDE 3 */

/* SLIDE 4 */
.slide_4 {
	background: url(../images/slide_4/bg.jpg) no-repeat center;
	height:540px;
	min-width:1000px;
}

.slide_4 div {
	width:960px;
	margin: 0 auto
}

.slide_4 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#fff;
	text-align: center;
	font-size:45px;
	padding-top:60px;
}
#container {
	position: relative;
	width:940px;
	height:320px;
	background: #fff;
    -moz-border-radius: 10px;  
    -webkit-border-radius: 10px; 
    -khtml-border-radius: 10px;  
    border-radius: 10px; 
	position:relative;
	top:40px;
	margin:0 auto;
}

#slides {
	position:relative;
	width:860px;
	margin: 0 auto;
	height:270px;
}

#slide {
	width:860px;
	height: 270px;
	margin: 0 auto;
	padding-top:25px
}

.slide_4 #slides .slidesContainer {
}

#slides .slidesNext,#slides .slidesPrevious {
	position:absolute;
	left:-60px;
	width:40px;
	height:40px;
	padding-top:32px;
	display:block;
	z-index:101;
	top: 140px;
	overflow:hidden;
	background: url(../images/slide_4/left.png) no-repeat
}

#slides .slidesNext {
	background: url(../images/slide_4/right.png) no-repeat;
	left: 880px;
}

	Pagination
*/

.slide_4 .slidesPagination {
	position: relative;
	float:right;
	width:150px;
	margin-left:240px
}

.slide_4 .slidesPagination li {
	position:relative;
	float:left;
	margin:0 1px;
	list-style:none;
	top:0px;
	left:412px

}

.slide_4 .slidesPagination li a {
	display:block;
	width:10px;
	height:0;
	padding-top:10px;
	background-position:0 0;
	overflow:hidden;
	margin-right:5px;
	margin-top:20px;

}

.slide_4 .slidesPagination li.slidesCurrent a {
	background-position:0 -11px;
}

/* END SLIDE 4 */


/* SLIDE 5 */
.slide_5 {
	background: url(../images/slide_5/bg.jpg) no-repeat center;
	height:929px;
	min-width:1000px;
}

.slide_5 div {
	width:960px;
	margin: 0 auto
}

.slide_5 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	padding-top:60px;
}


ul.kukly{
	float: left;
	margin-top:35px;
}

ul.kukly li {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#000;
	font-size:24px;
	background: url(../images/slide_5/marker.png) no-repeat left top;
	padding-left:75px;
	height:50px;
	list-style: none;
	margin-bottom:8px;
	padding-top:12px;
}

#but2 {
	position: relative;
	width:349px;
	margin: 0 auto;
	top:40px
}

/* END SLIDE 5 */


/* SLIDE 6 */
.slide_6 {
	background: #e6e6e6;
	height:680px;
	min-width:1000px;
}

.slide_6 div {
	width:960px;
	margin: 0 auto
}

.slide_6 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	line-height:55px;
	padding-top:60px;
}

#bl1 {
	width:345px;
	float: left;
	padding-top:50px
}

#bl2 {
	width:295px;
	float: left;
	padding-top:30px
}

#bl3 {
	width:237px;
	float: left;
	padding-top:50px
}

.slide_6 h3.b1 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#000;
	font-size:20px;
	text-align: center;
	line-height:24px;
	margin-left:-60px;
	margin-top:10px
}

.slide_6 h3.b2 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#000;
	font-size:20px;
	text-align: center;
	line-height:24px;
	margin-left:-100px;
	margin-top:10px
}

.slide_6 h3.b3 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#000;
	font-size:20px;
	text-align: center;
	line-height:24px;
	margin-left:0px;
	margin-top:10px
}
/* END SLIDE 6 */


/* SLIDE 7 */
.slide_7 {
	background: url(../images/slide_7/bg.jpg)no-repeat center top;
	height:710px;
	min-width:1000px;
}

.slide_7 div {
	width:960px;
	margin: 0 auto
}

.slide_7 h2 {
	width: 960px;
	float: left;
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	line-height:55px;
	padding-top:40px;
}

.slide_7 h2.title2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#fff;
	text-align: center;
	font-size:45px;
	line-height:55px;
	padding-top:110px;
	clear:both
}

.slide_7 #bl1 {
	width:304px;
	float: left;
	padding-top:40px
}

.slide_7 #bl2 {
	width:304px;
	float: left;
	padding-top:40px;
	padding-left:20px
}

.slide_7 #bl3 {
	width:304px;
	float: left;
	padding-top:40px;
	padding-left:20px
}

.slide_7 h3.b {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#000;
	font-size:30px;
	text-align: center;
	line-height:32px;
	margin-top:30px
}

.slide_7 h3.b p{
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color:#000;
	font-size:38px;
	text-align: center;
	padding-top:15px;
	line-height:45px

}


.slide_7 h3.price {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	width: 960px;
	float: left;
	color:#000;
	text-align: center;
	font-size:35px;
	text-decoration:line-through;
	line-height:55px;
	padding-top:10px;
}

.slide_7 h4.price {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	width: 960px;
	float: left;
	color:#fff;
	text-decoration: none;
	text-align: center;
	font-size:45px;
    line-height:55px;
	padding-top:10px;
}
#but3 {
	position: relative;
	width:349px;
	margin: 0 auto;
	top:40px
}

.slide_7_2 {
	background: url(../images/content/bg3.jpg) no-repeat center top;
	height:380px;
	min-width:1000px;
}

.slide_7_2 div {
	width:960px;
	margin: 0 auto
}

.slide_7_2 hr {
	width: 150px;
	height: 15px;
	position: relative;
	top: 70px;
	background: #cf4e75;
	margin: 0 auto;
	margin-bottom: 70px;
	outline: none;
	border: none
}

.slide_7_2 h2.title3 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#fff;
	text-align: center;
	font-size:30px;
	line-height: 45px;
	position: relative;
	top: 40px;
}

/* END SLIDE 7*/


/* SLIDE 8 */
.slide_8 {
	background: #f2f2f2;
	height:110px;
	min-width:1000px;
}

.slide_8 div {
	width:960px;
	margin: 0 auto
}

.slide_8 h2 {
	font-family:FrizQuadrataCTT;
	font-weight: bold;
	color:#df648c;
	text-align: center;
	font-size:45px;
	line-height:55px;
	padding-top:40px;
}

.form-2 h3 {
	font-family:helveticaNeueCyr;
	font-weight:100;
	color:#fff;
	font-size:23px;
	text-align: center;
	margin: -25px 0 0 0;
}

.form-2 {
	padding: 30px 0 0 0;
	width: 406px;
}

.gar {
	width:352px;
	float: left;
	margin-top:40px
}

#right {
	width:575px;
	float:left
}

.slide_8 h4 {
	position: relative;
	font-family:helveticaNeueCyr;
	font-weight: normal;
	width: 960px;
	float: left;
	color:#000;
	font-size:22px;
	padding: 0;
	top: 20px;
	text-align: center;
}

.slide_8 h4 p {
	position: relative;
	font-family:helveticaNeueCyr;
	font-weight: normal;
	width: 960px;
	float: left;
	color:#000;
	font-size:13px;
	padding: 0;
	top: 0px;
	text-align: center;
}

.p2 {
	float: left;
	width:277px;
	padding-top:40px
}

.form_slide_1 {
	position:relative;
	background: url(../images/content/form.png) no-repeat;
	width:406px;
	height:340px;
	float: left;
	top:40px
}

h3.formtitle {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	color:#ba1d4c;
	text-align: center;
	font-size:15px;
	line-height: 22px;
	margin-top: 32px;
	padding: 0
}

.form_slide_1 input {
	position: relative;
	top:40px;
	float: left;
	width: 256px;
	height:32px;
	float: left;
	font-family:helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size:16px;
	margin: 0 0 9px 0;
	color:#000;
	left:68px;
	outline: none;
	padding-left:10px;
	border: #c26178 1px solid;
   -moz-border-radius: 4px; 
   -webkit-border-radius: 4px; 
   -khtml-border-radius: 4px; 
   border-radius: 4px;
}

.form_slide_1 input[type="submit"] {
	background: url(../images/slide_8/off.png) no-repeat;
	width:278px;
	height:42px;
	float: left;
	cursor: pointer;
	border: 0;
	outline: none;
	margin-top:17px;
	margin-left: -5px
}

.form_slide_1 input[type="submit"]:hover {
	background: url(../images/slide_8/on.png) no-repeat;
}
#elm {
	position: relative;
	height: 20px;
	width: 900px;
	top: -120px
}

#elm1 {
	position: relative;
	height: 20px;
	top: -60px;
	width: 900px;
}

#elm2 {
	position: relative;
	height: 20px;
	top: -40px;
	width: 900px;
}

#elm3 {
	position: relative;
	height: 10px;
	top: -60px;
	width: 900px;
}

#elm4 {
	position: relative;
	height: 10px;
	top: -60px;
	width: 900px;
}

#elm5 {
	position: relative;
	height: 10px;
	top: -64px;
	width: 900px;
}

/* END SLIDE 8*/


/* SLIDE_9 */

.slide_9 {
	background: #fff;
	height:1110px;
	min-width:1000px;
}

.slide_9 div{
	width: 960px;
	margin: 0 auto
}

.slide_9 h2 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color:#ba1d4c;
	text-align: center;
	font-size:45px;
	line-height: 55px;
	padding-top: 47px;
}

#dip {
	position: relative;
	background: url(../images/slide_9/bg.jpg) no-repeat center;
	width: 560px;
	height: 724px;
	padding: 0 0 44px 0
}

.hbut2 {
	position: relative;
	top: 102px;
	left: 323px;
	width: 313px;
}
/* END SLIDE_9 */

/* SLIDE_13 */

.slide_13 {
	background: #fff;
	height:1620px;
	min-width:1000px;
}

.slide_13 div{
	width: 960px;
	margin: 0 auto
}

.slide_13 h2 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color: #ba1d4c;
	padding-top: 30px;
	padding-bottom: 20px;
	line-height: 20px;
	font-size: 40px;
	text-align: center
}

.slide_13 .paket_title {
	width:435px;
	float: left;
	padding-top:34px
}

.paket_title .bg_1 {
	width:435px;
	height:74px;
	background:#ebebeb;
}

.paket_title .bg_1 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:26px;
	line-height:23px
}

.paket_title .bg_2 {
	width:435px;
	height:130px;
	position: relative;
	background:#f5f5f5;
	clear: both
}

.paket_title .bg_2 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}


.paket_title .bg_11 {
	width:435px;
	height:80px;
	position: relative;
	background:#fff;
	clear: both
}

.paket_title .bg_11 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:18px;
	line-height:23px
}

.paket_title .bg_3 {
	width:435px;
	height:86px;
	background:#ebebeb;
}

.paket_title .bg_3 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.paket_title .bg_4 {
	width:435px;
	height:86px;
	background:#f5f5f5;
}

.paket_title .bg_4 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.paket_title .bg_5 {
	width:435px;
	height:62px;
	background:#ebebeb;
}

.paket_title .bg_5 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.paket_title .bg_6 {
	width:435px;
	height:152px;
	background:#f5f5f5;
}

.paket_title .bg_6 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	width: 260px;
	float: left;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.g1 {
	float: right;
	width: 133px;
	height:152px;
	position: relative;
	top: -134px
}

.paket_title .bg_9 {
	width:435px;
	height:152px;
	background:#ebebeb;
}

.paket_title .bg_9 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	float: left;
	width: 240px;
	padding-left:27px;
	padding-top:19px;
	line-height:23px;
}

.paket_title .bg_10 {
	width:435px;
	height:152px;
	background:#f5f5f5;
}

.paket_title .bg_10 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	float: left;
	width: 240px;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}
.paket_title .bg_7 {
	width:435px;
	height:80px;
	background:#ebebeb;
}

.paket_title .bg_7 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	word-spacing: -2px;
	line-height:23px;
}

.paket_title .bg_8 {
	width:435px;
	height:80px;
	background:#f5f5f5;
}

.paket_title .bg_8 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}



.paket_title .bg_12 {
	width:435px;
	height:80px;
	background:#ebebeb;
}

.paket_title .bg_12 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;
	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.paket_title .bg_13 {
	width:435px;
	height:106px;
	background:#ebebeb;
}

.paket_title .bg_13 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: left;

	font-size: 18px;
	color: #000;
	padding-left:27px;
	padding-top:19px;
	line-height:23px
}

.slide_13 .paket_1 {
	position: relative;
	width:164px;
	float: left;
	left:10px;
	top:-22px
}

.paket_1 .econom {
	position: relative;
	width:164px;
	top:58px;
	margin-bottom: 58px;
	background: #2eb7f7;
	height:72px;
}


.paket_1 .econom h3 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	padding-top:27px;
	color: #FFF;
}

.paket_1 .bg_1 {
	width:164px;
	height:58px;
	background:#ebebeb;
}


.paket_1 .bg_2 {
	width:164px;
	height:130px;
	background:#f5f5f5;
}

.paket_1 .bg_3 {
	width:164px;
	height:86px;
	background:#ebebeb;
}


.paket_1 .bg_4 {
	width:164px;
	height:86px;
	background:#f5f5f5;
}


.paket_1 .bg_5 {
	width:164px;
	height:62px;
	background:#ebebeb;
}

.paket_1 .bg_6 {
	width:164px;
	height:152px;
	background:#f5f5f5;
}


.paket_1 .bg_7 {
	width:164px;
	height:80px;
	background:#ebebeb;
}


.paket_1 .bg_8 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}


.paket_1 .bg_9 {
	width:164px;
	height:152px;
	background:#ebebeb;
}

.paket_1 .bg_10 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}

.paket_1 .bg_11 {
	width:165px;
	height:80px;
	background:#fff;
}

.paket_1 .bg_12 {
	width:165px;
	height:80px;
	background:#ebebeb;
}

.paket_1 .bg_13 {
	width:165px;
	height:106px;
	background:#ebebeb;
}

.paket_1 h4 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}

.paket_1 h6.price {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}
.check_1 {
	position: relative;
	left:70px;
	top:22px;
	width:20px;
}

.slide_13 .paket_2 {
	position: relative;
	width:164px;
	float: left;
	left:20px;
	top:-22px
}

.paket_2 .baz {
	position: relative;
	width:164px;
	top:58px;
	margin-bottom: 58px;
	background: #8535d4;
	height:72px;
}


.paket_2 .baz h3 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	padding-top:27px;
	color: #FFF;
}

.paket_2 .bg_1 {
	width:164px;
	height:58px;
	background:#ebebeb;
}


.paket_2 .bg_2 {
	width:164px;
	height:130px;
	background:#f5f5f5;
}

.paket_2 .bg_3 {
	width:164px;
	height:86px;
	background:#ebebeb;
}


.paket_2 .bg_4 {
	width:164px;
	height:86px;
	background:#f5f5f5;
}


.paket_2 .bg_5 {
	width:164px;
	height:62px;
	background:#ebebeb;
}

.paket_2 .bg_6 {
	width:164px;
	height:152px;
	background:#f5f5f5;
}


.paket_2 .bg_7 {
	width:164px;
	height:80px;
	background:#ebebeb;
}


.paket_2 .bg_8 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}


.paket_2 .bg_9 {
	width:164px;
	height:152px;
	background:#ebebeb;
}

.paket_2 .bg_10 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}

.paket_2 .bg_11 {
	width:165px;
	height:80px;
	background:#fff;
}

.paket_2 .bg_12 {
	width:165px;
	height:80px;
	background:#ebebeb;
}

.paket_2 .bg_13 {
	width:165px;
	height:106px;
	background:#ebebeb;
}

.paket_2 h4 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}

.paket_2 h6.price {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}
.check_2 {
	position: relative;
	left:70px;
	top:46px;
	width:20px;
}

.check_3 {
	position: relative;
	left:70px;
	top:36px;
	width:20px;
}

.check_4 {
	position: relative;
	left:70px;
	top:66px;
	width:20px;
}

.slide_13 .paket_3 {
	position: relative;
	width:164px;
	float: left;
	left:30px;
	top:-22px
}

.paket_3 .prem {
	position: relative;
	width:164px;
	top:58px;
	margin-bottom: 58px;
	background: #00a1a2;
	height:72px;
}


.paket_3 .prem h3 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	text-align: center;
	font-size: 21px;
	padding-top:27px;
	color: #FFF;
}

.paket_3 .bg_1 {
	width:164px;
	height:58px;
	background:#ebebeb;
}


.paket_3 .bg_2 {
	width:164px;
	height:130px;
	background:#f5f5f5;
}

.paket_3 .bg_3 {
	width:164px;
	height:86px;
	background:#ebebeb;
}


.paket_3 .bg_4 {
	width:164px;
	height:86px;
	background:#f5f5f5;
}


.paket_3 .bg_5 {
	width:164px;
	height:62px;
	background:#ebebeb;
}

.paket_3 .bg_6 {
	width:164px;
	height:152px;
	background:#f5f5f5;
}


.paket_3 .bg_7 {
	width:164px;
	height:80px;
	background:#ebebeb;
}


.paket_3 .bg_8 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}


.paket_3 .bg_9 {
	width:164px;
	height:152px;
	background:#ebebeb;
}

.paket_3 .bg_10 {
	width:164px;
	height:80px;
	background:#f5f5f5;
}

.paket_3 .bg_11 {
	width:165px;
	height:80px;
	background:#fff;
}

.paket_3 .bg_12 {
	width:165px;
	height:80px;
	background:#ebebeb;
}

.paket_3 .bg_13 {
	width:165px;
	height:106px;
	background:#ebebeb;
}

.paket_3 h4 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}

.paket_3 h6.price {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	text-align: center;
	font-size: 17px;
	line-height: 22px;
	color: #000;
	padding-top:30px
}


.slide_13 h5 {
	font-family: izhitsa;
	font-weight: normal;
	text-align: center;
	font-size: 24px;
	color: #000;
	width:500px;
	float: right;
	padding-top:45px
}

.button {
	padding-top:30px;
}

.disk {
	float: right
}
/* END SLIDE_13 */


/* SLIDE_14 */

.slide_14 {
	background: url(../images/slide_14/bg.jpg) no-repeat center;
	height:454px;
	min-width:1000px;
}

.slide_14 div{
	width: 960px;
	margin: 0 auto
}

.slide_14 h2 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color: #e95d87;
	padding-top: 90px;
	line-height: 20px;
	font-size: 60px;
	float: left;
	padding-left: 40px;
	text-align: center
}

.gar {
	width: 352px;
	float: left;
	padding-top: 13px
}

.slide_14 h3 {
	font-family: helveticaNeueCyr;
	font-weight: normal;
	color: #fff;
	padding-top: 47px;
	font-size: 20px;
	line-height: 30px;
	float: right;
	width: 565px;
	text-align: left
}
/* END SLIDE_14 */


/* SLIDE_15 */

.slide_15 {
	background: #fff repeat;
	min-height:100px;
	overflow: auto;
	min-width:1000px;
	padding-bottom: 120px
}

.slide_15 div{
	width: 960px;
	margin: 0 auto
}

.slide_15 h2 {
	font-family: FrizQuadrataCTT;
	font-weight: bold;
	color: #ba1d4c;
	padding-top: 77px;
	line-height: 20px;
	font-size: 50px;
	text-align: center
}
#wrapper {
	position: relative;
	top: 60px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}
h2.sl15 {
	position: relative;
	font-size:20px;
	color:#fff;
	background: url(../images/slide_15/line.png) no-repeat center;
	height: 54px;
	text-align:left;
	font-family: helveticaNeueCyr;
	font-weight: normal;
	padding-top:32px;
	padding-left: 30px;
}

.togglebox1 {
	/* Rounder Corner */
	-moz-border-radius: 7px;
    -webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	overflow: hidden;
	font-size: 1.2em;
	width: 295px;
	clear: both;
	margin-bottom:10px;
}
.togglebox1 .block {
	padding-left: 6px;
	width: 920px;
}
h3.sl15 {
	position: relative;
	font-size:20px;
	line-height: 28px;
	color:#000;
	text-align:left;
	font-family: helveticaNeueCyr;
	font-weight: normal;
	margin-bottom:5px;
	padding-left: 8px;
}
.hbut5 {
	position: relative;
	top: 100px;
	padding-bottom: 30px;
	left: 184px;
	width: 598px;
}
/*  END SLIDE_15 */

