

* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    float: left;
    width: 100%;
}
* html #container {
    height: 100%;
}

body {
    margin: 0;
    min-width: 1000px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    overflow-x: auto;
    background:  #f2f2f2;

}


#container {
    overflow: visible;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 3;
	
	   background: url(../img/fon.jpg) bottom center no-repeat #f2f2f2;

}

#container2 {
    overflow: visible;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 4;
    background: #fff;
}




/*minmenu*/

.minmenu {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 250;
    background: #666666;
}

.minmenu2 {
    overflow: visible;
    width: 1100px;
    margin: 0 auto;
    height: 35px;
    position: relative;
}

.logo {
    float: left;
    position: absolute;
    z-index: 300;
    width: 157px;
    height: 131px;
    top: 15px;
    left: 10px;
}

.logo img {
    position: relative;
    width: 157px;
    height: 131px;
}

.logo:hover {

}


.lang {
	float: right;
	width: 358px;
	height: 35px;
	background: url(../img/bg-lang.png) top center no-repeat;
}

.lang span {
	float: left;
	width: 80px;
	margin: 3px 10px 0 50px;
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
}

.lang ul {
    float: left;
    width: auto;
}


.lang ul li {
    float: left;
    width: auto;
	list-style-type: none;
}

.lang ul li a {
    float: left;
    width: auto;
	padding: 6px 10px;
}

.lang ul li a.active {
	background: #cccccc;
}

.lang ul li a:hover {
	background: #e5e5e5;
}

.lang ul li a img {
    float: left;
    width: 33px;
	height: 22px;
}


.vmagaz {
	float: left;
	width: 440px;
	height: 70px;
	margin: 5px 0 0 26%;
	background: url(../img/vmagaz.jpg) no-repeat;
}


/*wapka*/

.wapka {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 25;
}

.wapka2 {
    overflow: visible;
    width: 1100px;
    margin: 0 auto;
    height: 80px;
    background: #fff;
	position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 20px #d9d9d9;
    -moz-box-shadow: 0px 0px 20px #d9d9d9;
    -khtml-box-shadow: 0px 0px 20px #d9d9d9;
    box-shadow: 0px 0px 20px #d9d9d9;
    box-shadow: 0px\9 ;
    behavior: url(js/PIE.htc);
}



.wtel {
    float: right;
    width: 358px;
	margin: 0px 0px 0 0;
}

.wtel li {
    float: left;
    width: 100%;
	list-style-type: none;
    color: #b50233;
    font-size: 18px;
    margin: 1px 0px;
    font-weight: 700;
	text-align: center;
}


.wtel li .min {
    font-size: 13px;
    font-weight: 400;
}

.wtel li.email {
    font-size: 13px;
	color: #4d4d4d;
	text-transform: uppercase;
    font-weight: 300;
}



/*uprmenu*/

.uprmenu {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 190;
}

.uprmenu2 {
    overflow: visible;
    width: 1100px;
    margin: 0 auto;
    height: 50px;
    background: url(../img/bg-uprmenu.png) top center no-repeat;
}

.uprmenu2 ul#menu {
    display: inline;
    float: left;
    overflow: visible;
    height: auto;
	margin: 0px 0 0 130px;
    position: relative;
}

.uprmenu2 ul#menu li,
.uprmenu2 ul#menu li.first,
.uprmenu2 ul#menu li.last {
    display: inline;
    float: left;
    overflow: visible;
    height: auto;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.uprmenu2 ul#menu .ui-state-focus {
    margin: 0 !important;
}

.uprmenu2 ul#menu li a {
    display: inline;
    float: left;
    overflow: visible;
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    height: 50px;
    width: 120px;
    padding: 0px 0px;
	line-height: 2.8;
	text-align: center;
	margin: 0 0px;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
}

.uprmenu2 ul#menu li:hover {
    background: #d9003a;
}

.uprmenu2 ul#menu li a:hover {
    background: #d9003a;
    color: #fff;
}

.uprmenu2 ul#menu li a:active,
.uprmenu2 ul#menu li a.active {
    background: #8f0127;
	color: #fff;
}

.uprmenu2 ul#menu li a:active:hover,
.uprmenu2 ul#menu li a.active:hover {
    background: #8f0127;
	color: #fff;
}

.uprmenu2 ul#menu li ul {
    display: none;
    float: left;
    overflow: visible;
    height: auto;
	width: 200px;
	background: #fff;
    margin: 0px 0 0 0px;
	position: absolute;
	top: 50px;
	margin-left: -40px;
    padding: 12px 0 0 0;
	

    z-index: 5;
    -webkit-box-shadow: 0px 0px 1px #999;
    -moz-box-shadow: 0px 0px 1px #999;
    -khtml-box-shadow: 0px 0px 1px #999;
    box-shadow: 0px 0px 1px #999;
    box-shadow: 0px\9 ;
    behavior: url(js/PIE.htc);
}

.uprmenu2 ul#menu li:hover ul {
    display: block;
}

.uprmenu2 ul#menu li ul li {
    width: 100%;
}

.uprmenu2 ul#menu li ul li:hover {
    background: none;
}

.uprmenu2 ul#menu li ul li a {
	font-size: 15px;
	font-weight: 400;
	height: auto;
    width: 100%;
    padding: 5px 0;
	margin: 2px 0;
	color: #bb0535;
	border: 0;
	text-align: center;
    line-height: normal;
}

.uprmenu2 ul#menu li ul li a:hover {
	color: #8c0025;
	background: #f7f7f7;
}

.uprmenu2 ul#menu li ul .end {
	float: left;
	height: auto;
	line-height: normal;
	width: 100%;
	background: #8f0127;
	border: 0;
	padding: 0;
	margin-top: 12px;
	position: relative;
}

.uprmenu2 ul#menu li ul .end img {
    float: left;
    width: 100%;
	opacity: 0.2;
    position: relative;
}

.uprmenu2 ul#menu li ul .end:hover img {
    opacity: 0.3;
}

.uprmenu2 ul#menu li ul .end .emzag {
    float: left;
    width: 100%;
    position: absolute;
	top: 15px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
}

.uprmenu2 ul#menu li ul .end .empodr {
    width: 30px;
	height: 30px;
	background: #83f32c;
    position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 15px;
    z-index: 5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    behavior: url(js/PIE.htc);
}

.uprmenu2 ul#menu li ul .end .empodr:hover {
	background: #50bf00;
}

.uprmenu2 ul#menu li ul .end .empodr img {
    display: block;
    width: 18px;
    height: 18px;
	margin: 6px;
	opacity: 1;
}





/*info*/

/*
.info0 {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin:0 auto;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;
    background: #fff;
}
*/


/*
.info {
    margin: 0 auto;
    overflow: visible;
    width: 100%;
    height: auto;
    margin:0 auto;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;

    margin: 15px 0;
}
*/

/*
.info2 {
    overflow: visible;
    width: 1040px;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 5;
	
    background: #fff;
	

}
*/


/*
.info3 {
    margin: 0 auto;
    overflow: visible;
    width: 1000px;
    height: auto;
    margin:0 auto;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;
    background: #fff;
	   padding: 0 20px;
	   
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 70px #d9d9d9;
    -moz-box-shadow: 0px 0px 70px #d9d9d9;
    -khtml-box-shadow: 0px 0px 70px #d9d9d9;
    box-shadow: 0px 0px 70px #d9d9d9;
    box-shadow: 0px\9 ;
    behavior: url(js/PIE.htc);
	
}
*/





.info {
    overflow: visible;
    width: 1040px;
    margin: 0 auto;
    height: auto;
    position: relative;
    z-index: 5;
    background: #fff;
}

.info2 {
    margin: 0 auto;
    overflow: visible;
    width: 1000px;
    height: auto;
    margin: -15px auto 0px;
    float: left;
    display: inline;
    height: auto;
    position: relative;
    z-index: 4;
    background: #fff;
    padding: 15px 20px 30px 20px;
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 70px #d9d9d9;
    -moz-box-shadow: 0px 0px 70px #d9d9d9;
    -khtml-box-shadow: 0px 0px 70px #d9d9d9;
    box-shadow: 0px 0px 70px #d9d9d9;
    box-shadow: 0px\9 ;
    behavior: url(js/PIE.htc);
}





/*


.info {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 190;
}

.info2 {
    overflow: visible;
    width: 1000px;
    margin: 0 auto;
    height: auto;
    background: #fff;
}
*/









.info .mainzag {
    float: left;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin: 25px 0 10px;
    color: #404040;
    font-weight: 700;
    text-transform: uppercase;
}









/*
mainslider
*/




.slider {
    width: 100%;
    margin: 0px 0%;
    position: relative;
    z-index: 5;
    display: inline;
    float: left;
    overflow: hidden;

    height: 400px;
	border-top: 1px solid #fff;
}




#owl-demo .item {
    float: left;
    width: 100%;
    margin: 0 0%;
    border: 0;
	height: auto;
	overflow: hidden;
	height: 400px;
}

#owl-demo .item img {
    display: block;
    width: 100%;
    height: auto;
}

#owl-demo .item .slopis {
    float: left;
    width: 100%;
    background: url(../img/bg-mainsl-opis.png) repeat;
    position: absolute;
    z-index: 500;
    bottom: 0px;
	padding-bottom: 10px;
}


#owl-demo .item .slzag {
    overflow: visible;
	float: left;
    width: 66%;
	padding: 10px 2%;
    height: auto;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
}




.owl-carousel .owl-wrapper-outer {
    height: auto;
    overflow: hidden;
}

.owl-theme .owl-controls {
}

.customNavigation {
}

.owl-buttons {
}

.owl-pagination {
    display: none;
	
	position: relative;
	z-index: 900;
	margin-top: -40px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    z-index: 6;
    width: 40px;
    height: 40px;
    background: url(../img/owl-prev.png) center no-repeat #83f32c;
    left: -5px;
    top: 140px;
    padding: 0px !important;
    margin: 0 !important;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    z-index: 6;
    width: 40px;
    height: 40px;
    background: url(../img/owl-next.png) center no-repeat #83f32c;
    right: -5px;
    top: 140px;
    padding: 0px !important;
    margin: 0 !important;
    border: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}





/*
zapis
*/

.mainnabor {
	float: left;
	width: 100%;
	background: url(../img/naborsbor.jpg) center no-repeat;
	margin: 10px 0 10px 0;
}

.mainnabor p {
    float: left;
    width: 66%;
    margin: 10px 3%;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.mainnabor a {
    float: right;
	display: block;
    width: auto;
    margin: 18px 2% 0 0;
	padding: 7px 2%;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
	background: url(../img/bg-zayav.png) top repeat-x #b50233;
	border: 2px solid #d9d9d9;
	text-decoration: none;
	position: relative;
	z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.mainnabor a:hover {
    background: #8f0127;
}
































/*
mainall
*/

.mainall {
	width: 28%;
	display: block;
	float: left;
	margin: 20px 36%;
	background: url(../img/bg-all-button.png) top center repeat-x #b50233;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
	padding: 6px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	height: auto;
    position: relative;
    z-index: 5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    behavior: url(js/PIE.htc);
}

.mainall:hover {
    background: #8f0127;
}

/*
trenera
*/




.trenera {
	float: left;
	width: 100%;
	background: #f2f2f2;
}

.trenera ul {
    float: left;
    width: 100%;
}

.trenera ul li,
.trenera ul li.first {
    float: left;
    width: 23%;
	margin: 10px 1%;
	list-style-type: none;
	height: 310px;
	overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.trenera ul li.first {
    width: 48%;
}

.trenera ul li a,
.trenera ul li.first a {
    float: left;
    width: 100%;
	background: #4d4d4d;
	position: relative;
	z-index: 1;
}

.trenera ul li a .img,
.trenera ul li.first a .img {
    float: left;
    width: 50%;
	height: 310px;
	overflow: hidden;
	position: relative;
}

.trenera ul li a .img {
	width: 100%;
}

.trenera ul li a .img img,
.trenera ul li.first a .img img {
    float: left;
    width: 100%;
}

.trenera ul li a .zag,
.trenera ul li.first a .zag {
    float: left;
    width: 100%;
    position: absolute;
	z-index: 50;
}

.trenera ul li.first a .zag {
	top: 0;
}

.trenera ul li a .zag {
	bottom: 0;
}

.trenera ul li a .zag .dolgn,
.trenera ul li.first a .zag .dolgn,
.trenera ul li a .zag .name,
.trenera ul li.first a .zag .name {
    float: left;
    width: 100%;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 7px 0;
}


.trenera ul li a .zag .dolgn,
.trenera ul li.first a .zag .dolgn {
    color: #fff;
	text-transform: uppercase;
	background: #b50233;
}

.trenera ul li a .zag .name,
.trenera ul li.first a .zag .name {
	border: 0;
    color: #404040;
	background: url(../img/bg-tren-name.png) top repeat-x #83f52c;
}

.trenera ul li a .zag .name {
    border-top: 1px solid #83f52c;
}

.trenera ul li.first a .zag .dolgn,
.trenera ul li.first a .zag .name {
    float: left;
    width: 50%;
}

.trenera ul li a .text,
.trenera ul li.first a .text {
    float: left;
    width: 46%;
	margin: 0 2%;
    background: #4d4d4d;
	position: relative;
	display: block;
}

.trenera ul li.first a .text {
	padding-top: 60px;
}

.trenera ul li a .text {
	display: none;
}

.trenera ul li a .text p,
.trenera ul li.first a .text p {
    float: left;
    width: 100%;
    color: #fff;
	margin: 0 0 7px 0;
	font-size: 14px;
	font-weight: 300;
}



/*dopmenu*/

.dopmenu {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
    background: #fff;
    padding: 15px 0;
}


.dopm {
    float: left;
    width: 100%;
}

.dopm li {
    float: left;
    width: 18%;
    height: 230px;
    margin: 10px 1% 10px;
    list-style-type: none;
    position: relative;
}

.dopm li .img {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    behavior: url(js/PIE.htc);
}


.dopm li .img img {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 5;
}

.dopm li .img .preimfon {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    background: url(../img/bg-preim-fon.png) no-repeat;
}

.dopm li p {
    float: left;
    margin: 0;
    padding: 5px 0%;
    width: 100%;
    color: #8f0127;
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}











/*dopmenu2*/

.slider-preimush {
	float: left;
	width: 100%;
}

.dopmenu {
    display: inline;
    float: left;
    overflow: visible;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 15;
    background: #fff;
    padding: 15px 0;
}


.dopm2 {
    float: left;
    width: 100%;
}

.dopm2 a {
    float: left;
    width: auto;
    height: auto;
    margin: 10px auto 10px;
    list-style-type: none;
    position: relative;
}

.dopm2 a .img {
	display: block;
	margin: 0 auto;
    width: 180px;
    height: 180px;
	overflow: hidden;
    position: relative;
    z-index: 5;
    border-radius: 90px;
    -moz-border-radius: 90px;
    -webkit-border-radius: 90px;
    -khtml-border-radius: 90px;
    behavior: url(js/PIE.htc);
}


.dopm2 a .img img {
    float: left;
    width: 180px;
    height: 180px;
	position: relative;
	z-index: 5;
}

.dopm2 a .img .preimfon {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 50;
	background: url(../img/bg-preim-fon.png) no-repeat;
}

.dopm2 a p {
    float: left;
    margin: 0;
    padding: 5px 2%;
    width: 96%;
    color: #8f0127;
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}














/*block*/

.main {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.block12 {
    float: left;
    width: 47%;
    margin: 0px 1.5%;
}

.block13 {
    float: left;
    width: 30.33%;
    margin: 0px 1.5%;
}

.block23 {
    float: left;
    width: 63.66%;
    margin: 0px 1.5%;
}


.block1 {
    float: left;
    width: 75%;
}

.block2 {
    float: left;
    width: 23%;
	margin: 0 0 0 2%;
}

.block3 {
    float: left;
    width: 100%;
}

.bgint {
	background: #f5edf7;
}

/*
zag
*/

.block13 .zag {
    float: left;
    width: 89%;
    margin: 7px 0 7px 1%;
    padding: 0 0 0 10%;
    color: #181818;
    font-size: 18px;
    background: url(../img/bg-zag.png) left 5px no-repeat;
	font-weight: 700;
}

.block3 .zag {
    float: left;
    width: 96%;
    margin: 7px 0 7px 1%;
    padding: 0 0 0 3%;
    color: #181818;
    font-size: 25px;
    background: url(../img/bg-zag.png) left 12px no-repeat;
    font-weight: 700;
}

h1 {
    float: left;
    width: 100%;
    color: #404040;
    font-size: 28px;
    font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
}


/*
content
*/

.content {
    float: left;
    width: 100%;
    padding: 0px 0 20px 0;
}

.content p {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #000;
    font-size: 16px;
	line-height: 1.6;
}

.spis {
	float: left;
	width: 100%;
}

.spis li {
    float: left;
    width: 95%;
	list-style-type: none;
	margin: 7px 0;
	padding-left: 5%;
	background: url(../img/bg-spis.png) left center no-repeat;
}

.video100,
.video {
    float: left;
    width: 100%;
	border: 3px solid #fff;
	
    position: relative;
    z-index: 5;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.video {
    width: auto;
}

.video100 iframe {
    float: left;
    width: 100%;
}

,
.video iframe {
    float: left;
}





/*
internal
*/


.img100 {
    float: left;
    width: 100%;
    margin: 10px 0;
}




/*
formzak
*/

#fzform {
	float: left;
	width: 90%;
	padding: 10px 5%;
	background: #e6e6e6;
	
    position: relative;
    z-index: 5;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.formzak {

        display: inline;
    float: left;
    overflow: visible;
    height: auto;
    width: 100%;
    padding-bottom: 10px;
   
    background: transparent;
margin: 10px 0 10px 0;

}

.formzak p {
        float: left;
           width: 100%; 
    color: #3b3b3b;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 5px;
	text-align: center;
}

.formzak div {
        display: inline;
    float: left;
    overflow: visible;
    height: auto;
    width: 100%;
}

.formzak div {
       width: 100%; 
}

.formzak div input#contact_name,
.formzak div input#contact_phone,
.formzak div input#contact_email,
.formzak div textarea#contact_message {

    border: 1px solid #ccc; 
    border-radius: 3px;
    float: left;

    width: 90%; 
    padding: 7px 5%; 
    margin: 5px 0 0 0%; 
}


.formzak div label {
    width: auto; 

float: left;
}

.formzak div label .error {
    width: auto; 
float: left;
padding: 1px 0 3px 0;
font-size: 10px;
color: red;
}

.formzak div input#submit {
    float: left;
    height: auto;
    background: none;
    border: 0;
    width: 100%;
    margin: 10px auto 10px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-top: 30px;
    color: #fff;
    background: url(../img/bg-all-button.png) top center repeat-x #b50233;
    z-index: 10;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}



.formzak div input#submit:hover {
    margin-top: 30px;
    color: #fff;
    background: #8f0127;
    cursor: pointer;

}




/*news*/



.news  {
    float: left;
    width: 100%;
}

.news ul {
    float: left;
    width: 100%;
}

.news  li {
    float: left;
    width: 48%;
    margin: 15px 1%;
    list-style-type: none;
	background: #f2f2f2;
    height: 180px;
}

.news  li .img {
    float: left;
    overflow: hidden;
    width: 50%; 
    height: 180px; 
    margin: 0;
    position: relative;
    z-index: 5;
}

.news  li .img img {
    float: left;
	width: 100%;
}

.news  li .img .date {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	position: absolute;
	z-index: 5;
	bottom: 0;
	right: 0;
	background: #50bf00;
	padding: 5px 10px;
}

.news  li .text {
    overflow: visible;
    float: left;
    width: 46%;
	margin: 0 2%;
}

.news  li .text .zag {
	float: left;
    width: 100%;
    font-size: 15px;
    color: #b50233;
	font-weight: 700;
    text-decoration: none;
	background: none;
	margin: 3px 0 0 0;
	padding: 0;
}

.news  li .text .zag:hover {
    color: #8f0127;
}

.news  li .text p {
    float: left;
    width: 100%;
    margin: 3px 0;
    font-size: 12px;
    color: #343434;
}






/*
mapa
*/

.mapa {
	float: left;
	width: 100%;
}

.karta {
	float: left;
	width: 100%;
	background: #666666;
	position: relative;
    z-index: 10;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(js/PIE.htc);
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 3px #000;
    -moz-box-shadow: 0px 0px 3px #000;
    -khtml-box-shadow: 0px 0px 3px #000;
    box-shadow: 0px 0px 3px #000;
    box-shadow: 0px\9 ;
    behavior: url(js/PIE.htc);
}

.karta .img {
    float: left;
    width: 75%;
	height: 300px;
	overflow: hidden;
}

.karta .img img {
    float: left;
    width: 100%;
}

.karta .img:hover img {
    opacity: 0.8;
}

.karta .kartatext {
	float: left;
	width: 25%;
	background: #666666;
    height: 300px;
    overflow: hidden;
}

.karta .kartatext p {
    float: left;
    width: 84%;
	padding: 10px 8%;
    background: none;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
	text-transform: uppercase;
}

.karta .kartatext .stadion {
	background: #404040;
    font-size: 24px;
    font-weight: 700;
}

.karta .kartatext .metro {
    background: #b50233;
    font-size: 20px;
    font-weight: 700;
}

/*
pagenav
*/

ul.pagenav {
    overflow: visible;
    width: auto;
    float: left;
    display: inline;
    height: auto;
    margin: 10px 0 20px 1%;
    width: 98%;
}

ul.pagenav li {
    list-style-type: none;
    float: left;
	width: auto;
}

ul.pagenav li a {
    width: auto;
    height: auto;
    overflow: visible;
    float: left;
    display: inline;
    background: #fff;
    border: 1px solid #d9d9d9;

    position: relative;
    z-index: 4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    behavior: url(js/PIE.htc);
}

ul.pagenav li a {
    width: auto;
    height: 30px;
    text-align: center;
    overflow: visible;
    float: left;
    display: inline;
    padding: 0px 12px;
    line-height: 1.8;
    font-size: 17px;
    color: #8f0127;
    text-decoration: none;
    margin: 0 1px;
}

ul.pagenav li a:hover {
    border: 1px solid #b50233;
    background: #b50233;
    color: #fff;
}

ul.pagenav li a:hover p {
    font-size: 17px;
    color: #fff;
}

ul.pagenav li a:active, ul.pagenav li a.active {
    background: #8f0127;
    border: 1px solid #8f0127;
    color: #fff;
}



/*
footer
*/

#podfooter {
    overflow: hidden;
    clear: both;
    position: relative;
    bottom: 0px;
    width: 100%;
    height: 50px;
    *height: 0px;
}

#footer {
    overflow: visible;
    margin-top: -50px;
    width: 100%;
    background: #8f0127;
    height: 50px;
    position: relative;
    z-index: 5;
    *margin-top: 0px;
}

#foot {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
}




.fabout {
    float: left;
    width: 25%;
	margin: 5px 0 0 0;
}
.fabout p,
.fabout .flogo {
    float: left;
    width: 100%;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}

.fabout .flogo {
	font-weight: 700;
}

.ftext {
    float: right;
    width: 200px;
    margin: 0px 0px 0 0;
}

.ftext li {
    float: left;
    width: 100%;
    list-style-type: none;
    color: #fff;
    font-size: 16px;
    margin: 1px 0px;
    font-weight: 700;
    text-align: right;
}


.ftext li .min {
    font-size: 12px;
    font-weight: 400;
}



.fsoc {
    float: left;
    overflow: visible;
    width: auto;
    margin: 0 auto;
    height: 33px;
    margin: 10px 0 0 15%;
}

.fsoc ul {
    display: block;
    overflow: visible;
    height: auto;
    width: auto;
    margin: 0 auto;
}

.fsoc ul li {
    display: inline;
    float: left;
    overflow: visible;
    height: auto;
    width: auto;
    margin: 0 3px;
    list-style-type: none;
}

.fsoc ul li a {
    display: inline;
    float: left;
    overflow: visible;
    height: 32px;
    width: auto;
}

.fsoc ul li a img {
    display: inline;
    float: left;
    overflow: visible;
    height: 32px;
    width: auto;
}

/*bread*/

.breadcrumbs {
    float: left;
    width: 94%;
	padding: 10px 3%;
	background: #ededed;
	
    margin: 0 0 10px 0;
    font-size: 14px;
	
    position: relative;
    z-index: 4;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    behavior: url(js/PIE.htc);
}

.breadcrumbs a {
    color: #000;
}

.breadcrumbs a:hover {
    text-decoration: none;
    color: #ed5d1f;
}


/*
afisha
*/


.afisha {
	float: left;
	width: 100%;
}

.afisha ul {
    float: left;
    width: 100%;
}

.afisha ul li {
    float: left;
    width: 100%;
    margin: 15px 0%;
    list-style-type: none;
    height: auto;
}

.afisha ul li a {
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
	background: #50bf00;
}

.afisha ul li a .img {
    float: left;
    overflow: hidden;
    width: 100%; 
    height: 300px; 
    margin: 0;
    position: relative;
    z-index: 5;
}

.afisha ul  li a .img img {
    float: left;
    width: 100%;
}

.afisha ul  li a .text {
    overflow: visible;
    float: left;
    width: 100%;
    margin: 0;
}



.afisha ul  li a .text .date {
    float: left;
    overflow: hidden;
    width: 20%; 
    height: auto; 
	background: #50bf00;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
    padding: 10px 0%;
}



.afisha ul  li a .text .zag {
    float: left;
    overflow: hidden;
    width: 74%; 
	padding: 10px 3%;
    height: auto; 
    background: #8f0127;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
}







/*
sbornaya
*/

.sbornaya {
    float: left;
    width: 100%;
}

.sbornaya ul {
    float: left;
    width: 100%;
}

.sbornaya ul li {
    float: left;
    width: 100%;
    margin: 1px 0%;
    list-style-type: none;
    height: auto;
}

.sbornaya ul li a {
    float: left;
    width: 100%;
    margin: 0;
    height: auto;
    background: #e6e6e6;
}

.sbornaya ul li a table,
.sbornaya ul li a table tbody {
    float: left;
    width: 100%;
}

.sbornaya ul li a table tr,
.sbornaya ul li a table tbody tr {
    float: left;
    width: 100%;
}

.sbornaya ul li a .num,
.sbornaya ul li a .photo,
.sbornaya ul li a .posit,
.sbornaya ul li a .name,
.sbornaya ul li a .inform {
    float: left;
    margin: 0;
    height: auto;
}


.sbornaya ul li a .num {
    width: 4%;
	background: #e6e6e6;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.sbornaya ul li a .photo {
    width: 4%;
}

.sbornaya ul li a .photo img {
	float: left;
    width: 100%;
}

.sbornaya ul li a .posit {
    width: 19%;
	padding: 0 1%;
    background: #666666;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
	text-align: left;
}

.sbornaya ul li a .name {
    width: 28%;
    padding: 0 1%;
	background: #82f42b;
	color: #414141;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
    text-align: left;
}

.sbornaya ul li a .inform {
    width: 38%;
    padding: 0 1%;
}

.sbornaya ul li a .inform p {
    float: left;
	width: 100%;
	color: 333;
	font-size: 12px;
	margin: 2px 0;
}



