/* Общие стили */
html, body {
    margin: 0;
    padding: 0;
}
* {outline:none;}
body {
    cursor: default;
    font-family: Georgia, Arial;
    font-weight: 400;
    color: #2c2c2e;
    position: relative;
}
 a {color:#006699;}
.clear {
    clear: both;
}
.clear:after {
    content: ' ';
    display: block;
    clear: both;
}
 
* {
    box-sizing: border-box;
}
/*
input, select, textarea {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-family: inherit;
    font-size: 16px;
    padding-left: 21px;
    padding-right: 21px;
    height: 50px;
    color: inherit;
    position: relative;
}
*/
input:hover, select:hover, textarea:hover {background-color: #ececec;}
input:focus, select:focus, textarea:focus {background-color: #e0e0e0;}

select {
    height: 200px;
}
textarea {
    height: 150px;
    padding-top: 15px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit;
}
input:-moz-placeholder,
textarea:-moz-placeholder { /* Firefox 18- */
    color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {  /* Firefox 19+ */
    color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit;
}
input.error,
textarea.error,
.ui-selectmenu-button.error {
    color: red !important;
    box-shadow: 0 0 10px rgba(255,0,0,0.7);
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
    color: red !important;
}
input.error:-moz-placeholder,
textarea.error:-moz-placeholder { /* Firefox 18- */
    color: red !important;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {  /* Firefox 19+ */
    color: red !important;
}
 
div {position:relative;}
/* Site Styles Rev01: */

.wrap {
    width: 960px;
    margin: 0 auto;
	    min-height: 100%;
}
#header {
    height: 192px;
    width: 100%;
    border-bottom: 2px solid #ffffff;
    background: #2c2c2e;
	z-index:10;
}
.nomenu #header {
    height: 140px;
    width: 100%;
    border-bottom: 2px solid #ffffff;
    background: #2c2c2e;
	z-index:10;
}
#header > .wrap > ins {}
#header > .wrap > .logo {
    width: 500px;
    height: 120px;
    position: absolute;
    top: 20px;
    left: 0px;
}
#header > .wrap > .logo span {
    color: #ffffff;
    display: block;
}
#header > .wrap > .logo .titl0 {
    font-size: 24px;    color: #fff;
    display: block;
    padding-bottom: 15px;text-decoration:none;
}
#header > .wrap > .logo .titl1 {
    font-size: 14px;
    font-style: italic;
    line-height: 1.6em;
}
#header > .wrap > .langs {
    width: 35px;
    height: 130px;
    position: absolute;
    right: 0px;
    top: 20px;
    color: #ffffff;
    font-size: 14px;
    
}
#header > .wrap > .langs a {
    color: #fff;
    font-size: 14px;
    line-height: 35px;
	font-family: Arial;
}
#header > .wrap > .langs a:hover {text-decoration: none;}
#header > .wrap > .langs a.active {
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
#header > .wrap > .form_search {
    background: url(../img/search.png) 0 0 no-repeat;
    width: 219px;
    position: absolute;
    right: 0px;
    bottom: 10px;
    overflow: hidden;
    display: block;
    height: 31px;
}
#header>.wrap>.form_search input[type="text"] {
    width: 190px;
    height: 31px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: transparent;
    border: none;
    color: #FFFFFF;
    padding: 0px 10px;
    line-height: 1;
    font-style: italic;
}
#header > .wrap > .form_search input[type="text"]::-webkit-input-placeholder {color:#ffffff;font-style:italic;}
#header > .wrap > .form_search input[type="text"]::-moz-placeholder          {color:#ffffff;font-style:italic;}/* Firefox 19+ */
#header > .wrap > .form_search input[type="text"]:-ms-input-placeholder      {color:#ffffff;font-style:italic;}
#header > .wrap > .form_search input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 31px;
    height: 31px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0px;
}
#header > .wrap > .menu {
    width: 900px;
    height: 40px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 0px;
    margin: 0px;
}
#header > .wrap > .menu > li {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0px;
    font-size: 12px;
    text-transform: uppercase;
    list-style: none;
    color: #ffffff;position: relative;
}
#header > .wrap > .menu > li:after {content:"";}
#header > .wrap > .menu > li.submenus:after {
    content: "";
    background: url(../img/str_down.png) 0 0 no-repeat;
    width: 7px;
    height: 12px;
    display: block;
    position: absolute;
    right: 12px;
    top: 14px;
}

#header > .wrap > .menu > li.submenus.active:after{content:""; background: url(../img/str_dn.png) 0 0 no-repeat;}
#header > .wrap > .menu > li.submenus:hover:after{content:""; background: url(../img/str_up.png) 0 0 no-repeat;}
#header > .wrap > .menu > li.submenus > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 25px;
    padding-left: 20px;
    padding-right: 30px;
}
#header > .wrap > .menu > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-family: Arial;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 25px; 
}
#header > .wrap > .menu > li:hover, #header > .wrap > .menu > li.active {
    background: #ffffff;
    color: #2c2c2e;
}
#header > .wrap > .menu > li:hover > a, #header > .wrap > .menu > li.active > a { color: #2c2c2e;}
#header > .wrap > .menu > li > ul {
    display: none;
}
@media (min-width: 768px) {
#header>.wrap>.menu>li:hover>ul {
    display: block;
    position: absolute;
    background: #fff;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: center;
    min-width: 100%;
}

#header>.wrap>.menu>li:hover>ul>li {
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-family: Arial;
    list-style: none;
    display: block;
    width: auto;
    padding: 0px 10px;
    min-width: 100%;
}
#header > .wrap > .menu > li:hover > ul > li > a {
    color: #2c2c2e;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0px 10px;
}

#header > .wrap > .menu > li:hover > ul > li:hover {background: #2c2c2e;}
#header > .wrap > .menu > li:hover > ul > li:hover > a {color: #ffffff;}
}












.index_promo {
    width: 100%;
    height: 410px;
    position: relative;
    overflow: hidden;background:#2c2c2e;
}
.index_promo #minigal {
    position: relative;
    height: 100%;
    font-size: 0;
	/*
	-webkit-transition: left 0.3s linear;
     -moz-transition: left 0.3s linear;
     -o-transition: left 0.3s linear;
     transition: left 0.3s linear;
	 */
}
.index_promo #minigal > div {
    height: 100%;
    width: 480px;
    display: block;
    float: left;
	background-size: cover !important;
    background-repeat: no-repeat !important;
}
.index_promo #minigal > div > img {display:none;}
.index_promo #minigal > div > ins {}
.index_promo #minigal > div > ins > span {}
.index_promo #minigal > div > ins > .i {}
.index_promo #minigal > div > ins > .b {}
 
.index_promo .mg_show {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0px;
    left: 0px;
}
.index_promo .wrap ins {
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 30px;
    color: #fff;
    text-decoration: none;
    padding-right: 80px;
}
.index_promo .wrap {}
.index_promo .wrap a {}
.index_promo .wrap a {
    display: block;
    background: url(../img/str_left.png) center center no-repeat;
    width: 33px;
    height: 61px;
    position: absolute;
    left: 10px;
    top: 170px;
    cursor: pointer;
    z-index: 10;
}
.index_promo .wrap .mg_next { background: url(../img/str_right.png) center center no-repeat;left: auto;right:10px;}
.index_promo .wrap .text {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 480px;
    background: #2c2c2e;
    height: 100%;
    overflow: hidden;
}
.index_promo .wrap span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    font-style: italic;
    margin: 0px;
    padding: 0px;
    padding-bottom: 0;
    height: 35px;
    line-height: 48px;
}
.index_promo .wrap .i {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-style: italic;
    line-height: 1.7em;
}
.index_promo .wrap .b {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6em;
}




.content {}
.content .text {
    padding: 65px 0px;    padding-bottom: 45px;
}
.content .text p {
    font-size: 18px;
    line-height: 1.9em;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.content .text p i {font-style:italic;}
.content .text p b, .content .text p strong {font-weight:bold;}
.content .text p u {text-decoration:underline;}
.content .text p > .bukvitsa {
    font-size: 66px;
    display: block;
    float: left;
    line-height: 67px;
    margin-right: 7px;
}
.content .blocks {}
.content h2 {
    margin: 0px;
    padding: 0px;
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 10px;
}
.content .blocks .mininews {
    font-size: 0;
    text-align: center;
}
.content .blocks .mininews .mininewsitem {
    width: 230px;
    height: auto;
    display: inline-block;
    font-size: 14px;
    margin: 0px 5px;
    border: 1px solid #e3e3e3;
    text-align: left;    overflow: hidden;
}
.content .blocks .mininews .mininewsitem img {width:230px;height:230px;}
.content .blocks .mininews .mininewsitem .date {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 0px !important;
    text-align: left;
    margin-bottom: 0px;
}
.content .blocks .mininews .mininewsitem p {
    display: block;
    padding: 0px 15px;
    line-height: 1.7em;
    margin: 0;
    padding-bottom: 15px;
}
.content .blocks .mininews .mininewsitem a {
    color: #2c2c2e;
}
.content .blocks .btn {
    background: url(../img/button1.png) 0 0 no-repeat;
    width: 192px;
    height: 38px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
}
.content {padding-bottom:50px;}

@keyframes levitate {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 50px);
  }
}
@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 50px);
  }
}
#boat {
    display: none; 
    animation: levitate 3s alternate ease-in-out infinite;
    -webkit-animation: levitate 3s alternate ease-in-out infinite;
    background: url(../img/boat.png) center center no-repeat; 
    position: absolute;
    width: 397px;
    height: 600px;top:-30px;
    z-index: -1;left: 35%;
	display:none;
	/*
	animation: rocking 5s ease infinite, fly 45s linear infinite;
    -webkit-animation: webkit-rocking 5s ease infinite, webkit-fly 45s linear infinite;
	*/
}



@keyframes rocking {
    0%   {transform: rotate(10deg);}
    50%  {transform: rotate(-10deg);}
    100% {transform: rotate(10deg);}
}
@keyframes fly {
    0%   {left: 10%;} 
	50% {left:60%;} 
    100% {left: 10%;}
}
@-webkit-keyframes webkit-fly {
    0%   {left: 10%;} 
	50% {left:60%;} 
    100% {left: 10%;}
}
@-webkit-keyframes webkit-rocking {
    0%   {-webkit-transform: rotate(10deg);}
    50%  {-webkit-transform: rotate(-10deg);}
    100% {-webkit-transform: rotate(10deg);}
}


.content.boated {overflow-x:hidden;}
.content.boated #boat {display:block;    opacity: 0.35;}




.footer {
    width: 100%;
    padding: 35px 0px;
    background: #2c2c2e;
}
.footer .wrap {}
.footer .sitemap {font-size:0px;color:#ffffff;}
.footer .sitemap > div {
    display: inline-block;
    width: 270px;
    font-size: 14px;
    color: #fff; 
    vertical-align: top;
    /* padding: 0px 20px; */
    text-align: left;
}
.footer .sitemap > div.min {width:140px}
.footer .sitemap > div:nth-child(1) {width:150px !important;}
.footer .sitemap > div:nth-child(2) {width:140px !important;}
.footer .sitemap > div:nth-child(3) {width:180px !important;}
.footer .sitemap > div:nth-child(4) {width:250px !important;}
.footer .sitemap > div:nth-child(5) {width:160px !important;}
.footer .sitemap > div:nth-child(6) {width:80px !important;}
.footer .sitemap > div.mid {width:120px;}
.footer .sitemap > div a {
    display: block;
    color: #fff;
    padding-top: 20px;font-weight: bold;
}
.footer .sitemap > div a.big {    text-transform: uppercase;}
.footer .sitemap > div a.sub {
    font-weight: normal;
    font-style: normal;
    padding-top: 8px;
    text-indent: 1em;
}
.footer .copyright {
    padding-top: 120px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.footer .copyright img {}
.footer .copyright p {
    font-size: 16px;
}
.footer .copyright a {color: #fff;}
.footer .paysystems {
    text-align: center;
    padding-top: 10px;
}
.footer .paysystems img {
	    padding-left: 17px;

}
#header .menu > .gall:before {
    content: "";
    background: url(../img/head_photo.png) 0 0 no-repeat;
    width: 106px;
    height: 191px;
    display: block;
    position: absolute;
    right: 0px;
    z-index: -1;
    top: -151px;
}



body.chroniq .content {padding:0px;}
.noborder #header {border:none;}
.breadcrumbs {
    height: 55px;
    line-height: 53px;
    font-size: 14px;
    font-style: italic;
}
.breadcrumbs a {
    color: #2c2c2e; 
}
.breadcrumbs a:after {
    content: "";
    background: url(../img/brnext.png) center 3px no-repeat;
    width: 30px;
    display: inline-block;
    height: 16px;
}
.breadcrumbs span {}
.chronique {
    width: 100%;
    height: 750px;
    overflow: hidden;
}
.chronique .cleft {
    width: 50%;
    box-shadow: 2px -3px 15px 0px rgba(0, 0, 0, 0.54);
    height: 100%;
    overflow: hidden;
}
.chronique .navigator {
    height: 110px;
    border-bottom: 1px solid #c8caca;
   box-shadow: -9px 10px 45px 22px #fff;
    z-index: 1;
}
.chronique .navigator .wrap {
    width: 490px;
    position: absolute;
    right: 0px;
    top: 0px;
}


.chronique .text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 105px;
    bottom: 0;
       box-shadow: 0px -20px 51px 7px #fff;
    display: block;
}
.chronique .navigator .navigate {
    font-size: 0px;
}
.chronique .navigator .navigate a {
    display: block;
    float: left;
    border: 2px solid #4dbbd3;
    width: 57px;
    height: 27px;
    line-height: 21px;
    text-decoration: none;
    color: #2c2c2e;
    font-size: 14px;
    text-align: center;
    position: relative;
    margin-right: 12px;
}
.chronique .navigator .navigate a:after {
    content: "";
    display: block;
    background: url(../img/navigate.png) 0 0 no-repeat;
    width: 12px;
    height: 5px;
    position: absolute;
    float: left;
    left: 55px;
    top: 9px;
}
.chronique .navigator .navigate a.last:after {display:none;}
.chronique .navigator .navigate a.active {background: #4dbbd3;cursor:default;}
.chronique .text {
    width: 100%;
    padding: 10px 0px;
    position: relative;
    left: 0px;height: 100%;
}

.chronique .text .wrap {
    width: 480px;
    position: absolute;
    right: -25px;
    padding-right: 25px;
    height: 640px;
    overflow-y: scroll;
	padding-bottom:200px;
}
.chronique .wall {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 50%;
    z-index: -1;
}
.chronique .wall img {
    min-width: 100%;
    min-height: 100%;display:none;
}
.chronique .wall img.active {display:block;}



body.booki.content .breadcrumbs{text-align:center;}
body.booki .content {}





.book {
    margin: 20px 0px;
	    font-size: 0px;
}
.book .cover {
    background: url(../img/bookbg.png) 0 0 no-repeat;
    width: 561px;
    height: 656px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
.book .cover img {
    width: 410px;
    height: 550px;
    position: absolute;
    left: 65px;
    top: 39px;
    border-radius: 8px;
}
.aubook .cover img {
	height: auto !important;
	width: 395px !important;
}
.aubook .cover {
	background-size: 561px 470px !important;
	background-position-y: 10px !important;
	height: 470px !important;
	background: url(../img/abookcover.png) 0 0 no-repeat !important;
}
.book .bookinfo {
    display: inline-block;
    vertical-align: top;
    padding-top: 55px;
    margin-left: -30px;
/*    height: 600px;*/
    width: 420px;
}
.book .bookinfo h1 {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    padding: 0;
    padding-bottom: 10px;
}
.book .bookinfo h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
}
.book .bookinfo .stat {
    font-size: 14px;
    padding-top: 15px;
        padding-bottom: 5px;
}
.book .bookinfo .stat span {
    font-style: italic;
    display: block;
    padding-bottom: 4px;
}
.book .bookinfo .stat span.b {font-weight:bold;}
.book .bookinfo .introtext {
    font-size: 16px;
    line-height: 1.7em;
/*    height: 320px;*/
}
.book .bookinfo .introtext p {}
.book .bookinfo .introtext ul {
    padding-left: 15px;
}
.book .bookinfo .introtext ul li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}
img.ruble-img {
    height: 24px;
}
    span.dot { position:absolute; text-indent: -1000em; }
.book .bookinfo .introtext ul li:before {
    content: "";
    width: 30px;
    height: 20px;
    background: url(../img/li.png) center 5px no-repeat;
    display: block;
    float: left;
}
.book .bookinfo .introtext .book_buy {
/*    position: absolute;*/
    bottom: 0px;
    left: 10px;
    width: 280px;
}
.book .bookinfo .introtext .price {
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
}
.book .bookinfo .introtext a {
    background: url(../img/btn_buy.png) 0px 0px no-repeat;
    width: 162px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    color: #fff;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 17px;
    font-family: arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
}
body.booki .content .text {padding-top:15px;}


body.shadowed {width:100%;height:100%;position:absolute;overflow:hidden;}
.shadow {
    background: rgba(0, 0, 0, 0.71);
    position: fixed;
    top: 0px;display:none;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;z-index: 10000;
}
.shadow.active { display: block;
}
.shadow .window {
    margin: 0 auto;
    background: #ffffff;
    display: block;
    position: relative;
    height: auto !important;
    top: 10%;
    padding: 45px;
}
.shadow .window.booksale {width:960px;height:490px;}
.shadow .window.booksale h2 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.shadow .window.booksale p {
    font-size: 18px;
    line-height: 1.9em;
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 35px;
}
.shadow .window.booksale form {
    width: 500px;
    margin: 0 auto;
}
.shadow .window.booksale label{
    padding: 10px 0 5px 0;
    display: block;
}
.shadow .window.booksale form input[type="email"], .shadow .window.booksale form select{
    width: 500px;
    height: 47px;
    border: 2px solid #000000;
    font-style: italic;
    font-size: 20px;
    font-family: Georgia, Arial;
    color: #2c2c2e;    padding: 0px 15px;
}
.shadow .window.booksale form input[type="email"]::-webkit-input-placeholder {color:#2c2c2e;font-style:italic;}
.shadow .window.booksale form input[type="email"]::-moz-placeholder          {color:#2c2c2e;font-style:italic;}/* Firefox 19+ */
.shadow .window.booksale form input[type="email"]:-ms-input-placeholder      {color:#2c2c2e;font-style:italic;}
.shadow .window.booksale form input[type="submit"] {
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    display: block;
    background: url(../img/btn_buy.png) 0px 0px no-repeat;
    width: 162px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color: #fff;
    font-size: 17px;
    font-family: arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.41);
    cursor: pointer;
    border: none;
}


.book .bookinfo .introtext a.dload {
 
    right: auto;  left:0px;
}
ul.download {}
ul.download li { 
    line-height: 40px !important;cursor: pointer; }
.book .bookinfo .introtext ul.download li:before {
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/libig.png) 0px 0px no-repeat;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
}
.book .bookinfo .introtext ul.download li.active:before{background-position:0px -18px;}

p.bold {font-weight:bold;}
p.italic {font-style:italic;}
p.green {color:#037000;}


.chronique.simple .navigator {
	height: 60px;
    border-bottom: none;
}
.chronique.simple .text .wrap {
        width: 515px;
}
.breadcrumbs.centered {
    text-align: center;
}
.content.lined {
    padding-bottom: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #cacaca;
}
.content.nomargin {
    padding-bottom: 0px;
    margin-bottom: 10px; 
}
.izdatelstvo {
    width: auto; /*447px;*/
    height: 40px;
    margin: 0px auto;
    border: 2px solid #4abdd7;
    margin-bottom: 10px;
	    display: table;    padding: 1px;
}
.izdatelstvo a {
    width: 220px;
    height: 34px;
    color: #2c2c2e;
    display: block;
    float: left;
    margin-top: 0;
    margin-left: 0;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    display: table-cell;
}
.izdatelstvo a.active { background: #4abdd7;color: #fff;cursor:default;}

.book .bookinfo .introtext a.more {left:0px;right:auto;}
.book .bookinfo .introtext p {
    display: block;
    max-height: 240px;
    overflow: hidden;
}

.moreevents {
    background: url(../img/moreevents.png) 0 0 no-repeat;
    width: 262px;
    height: 38px;
    display: block;
    margin: 20px auto;
    text-align: center;
    line-height: 37px;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.49);
}
.event {
    margin-top: 60px;
    margin-bottom: 30px;
    height: 200px;
    overflow: hidden;
    clear: both;
    padding-bottom: 30px;
    box-sizing: content-box;
}
.event .cover {
    display: inline-block;
    vertical-align: top;
    width: 250px;
}
.event .cover img {
    width: 225px;
    height: 200px;
}
.event .eventinfo {
    display: inline-block;
    vertical-align: top;
    width: 700px;
}
.event .eventinfo h1 {
    font-size: 20px;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.event .eventinfo h1 a {
    color: #2c2c2e;
}
.event .eventinfo .date {
    display: block;
    font-size: 14px;
    margin-bottom: 0px;
}
.event .eventinfo .introtext {
    font-size: 16px;
    height: 130px;
    overflow: hidden;
    line-height: 1.7em;
}
.event .eventinfo .introtext p {}



.evnt .content .date {
    font-style: italic;
    font-size: 14px;
    color: #2c2c2e;
    text-align: center;
    display: block;
    margin-top: 20px;
    margin-bottom: 7px;
}
.evnt .content h1 {
    font-size: 24px;
    text-align: center;
    margin: 0;
    padding: 0;
}
.evnt .content img {
    display: block;
    margin: 10px auto;
    max-width: 900px;
}
.content .text a {}
.evnt .content .text .blue, .evnt .content .text .blue a {color:#0b9bb5;}
.evnt .content .text .bold {font-weight:bold;}


.media .izdatelstvo {margin:20px auto;}
.media .content {padding:0px;}
.media .albums {
    width: 100%;
}
.media .albums .album {
    border-bottom: 2px solid #ffffff;
    display: block;
    width: 100%;
    height: 470px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: cover;position: relative;
}
.media .albums .album span {
    font-size: 36px;
    color: #ffffff;
    display: block;
    position: absolute;
    bottom: 30px;
    right: 00px;
    font-style: italic;
}
.media .content .text {padding: 25px 0px;}
.media .content .text p {
    margin-bottom: 15px;
    line-height: 1.7em;
}
.media .photos {
    text-align: left;
    font-size: 0px;
}
.media .photos > div {
    width: 220px;
    height: 220px;
    display: inline-block;
    vertical-align: top;
    margin: 0px;
    margin-right: 20px;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.media .photos > div > img {
    width: 220px;
    height: 220px;
}
.media .photos > div > p {
    font-size: 14px;
    display: block;
    width: 170px;
    margin: 0 auto;
    line-height: 1.3em;
    height: 60px;
    overflow: hidden;text-align: center;
    margin-top: 10px;
}
.text.nomargin { padding: 0;}



.sotrudniki {}
.sotrudniki > div {
    width: 233px;
    height: 365px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e3e3e3;
    margin-right: 4px;background:#fff;text-align: center;
}
.sotrudniki > div img {
    width: 231px;
    height: 231px;
    display: block;
}
.sotrudniki > div p {
    display: block;
    margin: 10px auto;
    font-size: 14px;
    line-height: 1.3em;
}
.sotrudniki > div b {
    font-style: italic;
}
.sotrudniki > div a {
    color: #2c2c2e;
}

.p404 {
    height: 850px;
    overflow: hidden;
    text-align: center;
}
.p404 h1 {
    font-size: 72px;
    font-weight: normal;
    padding-top: 300px;    margin: 0;
}
.p404 h2 {
    font-size: 32px;
    margin-top: 15px;
}
.content.p404.boated #boat {
    opacity: 0.15;
    margin-top: 150px;
}
.error {}
.error h1 {
    color: #ff3300;
    text-align: center;
    margin-top: 150px;
}
.error h1:before {
    content: "";
    display: block;
    background: url(../img/error.png) 0 0 no-repeat;
    width: 69px;
    height: 67px;
    display: block;
    position: relative;
    bottom: 16px;
    left: 45.7%;
}
.error p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 200px;
    display: block;
}


.videoitem {
    margin-bottom: 60px;
}
.videoitem .cover {
    width: 500px;
    display: inline-block;
    vertical-align: top;position:relative;
}
.videoitem .cover img {
    width: 480px;
    height: 345px;
}
.videoitem .cover span {
    position: absolute;
    color: #fff;
    font-size: 18px;
    bottom: 20px;
    font-weight: bold;
    right: 40px;
}
.videoitem .videoinfo {
    width: 450px;
    display: inline-block;
    vertical-align: top;
}
.videoitem .videoinfo h1 {
    font-size: 20px;
}
.videoitem .videoinfo h1 a {
    color: #2c2c2e;
    font-size: 20px;
}
.videoitem .videoinfo .date {
    display: block;
    font-size: 14px;
}
.videoitem .videoinfo .introtext {
    height: 260px;
    overflow: hidden;
    line-height: 1.7em;
    font-size: 16px;
}
.videoitem .videoinfo .introtext p {}

#videoPlayer { 
    background: rgba(0, 0, 0, 0.81);
}
#videoPlayer .window {
    background: #000;
    width: 920px;
    height: 500px !important;
    top: 100px;
}
#videoPlayer #player {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#videoPlayer ._close {
    background: url(../img/close.png) 0 0 no-repeat;
    display: block;
    width: 28px;
    height: 29px;
    position: absolute;
    right: -35px;
    top: 0px;
    cursor: pointer;
}


#ytplayer  {z-index:13000;}


.sz18 {
    font-size: 18px;
    margin-bottom: 40px;
    display: block;
}
.results {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.results li {
    margin-bottom: 50px;
    font-size: 18px;
    list-style-position: outside;
}
.results li span {
    font-size: 14px;
    display: block;
    margin-bottom: 6px;
    font-style: italic;
}
.results li a {
    color: #2c2c2e;
    font-size: 18px;
}
.results li p {
    font-size: 16px;
    line-height: 1.7em;
}

@media (min-width: 768px) {
#header > .wrap > .menu > li:hover > ul > li  {
    padding: 0;
}
#header > .wrap > .menu > li:hover > ul > li:hover > a {
    color: #ffffff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}
}

.chronique.simple .navigator {
    height: 60px;
    border-bottom: none;
    box-shadow: -9px -5px 45px 22px #fff;
}
.chronique.simple .text:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 50px;
    box-shadow: 0px -6px 21px 7px #fff;
    display: block;
}

.chronique.simple .text .wrap {
    width: 525px;
    padding-right: 45px;
}



	.chronique .text .wrap {  width: 515px;     padding-right: 35px;}
	.book .bookinfo h1 a {
    font-size: 20px;text-decoration:none;color: #2c2c2e;
    margin: 0;
    font-weight: bold;
    padding: 0; 
	} 
	.dloads .book_buy a {display:none !important;}
	.dloads .book_buy a.active {display:block !important;}
.cartt {}
.cartt h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 25px 0px;margin-bottom: 10px;
}
.cartt p.mail {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #7f7f7f;
    padding-bottom: 20px;
}
.cartt table {}
.cartt table td {vertical-align: top;}
.cartt .im {}
.cartt .im a {
    width: 200px;
    display: block;
    background: url(/img/bookbg.png) 0 0 no-repeat;
    height: auto;
    vertical-align: top;
    background-size: cover;
}
.cartt .im a img {
    width: 175px;
    display: block;
    position: relative;
    top: 10px;
    box-shadow: 3px 3px 12px -3px #000;
}
.cartt .ds {}
.cartt .ds .titl1 {
    margin-bottom: 5px;
    padding-bottom: 0px;
}
.cartt .ds .titl1 a {
    color: #2c2c2e;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}
.cartt .ds .titl2 {
    margin-top: 10px;
    font-size: 16px;
}
.cartt .ds .dss, .cartt .ds .dss p {
    font-size: 14px;
    line-height: 1.6em;
    color: #2d2d2e;
}
.cartt .pr {
    width: 220px;
    text-align: right;
}
.cartt .pr span {
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
}
.cartt .pr input[type="submit"] {
    background: url(/img/btn_buy.png) 0px 0px no-repeat;
    width: 162px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-family: arial;
    text-shadow: 1px 1px 2px rgba(0,0,0,.41);
    border: none;
    cursor: pointer;
}

.pay_btn {
    background: url(/img/btn_buy.png) 0px 0px no-repeat;
    width: 162px;
    height: 38px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-family: arial;
    text-shadow: 1px 1px 2px rgba(0,0,0,.41);
    border: none;
    cursor: pointer;
}

#helpfund form select{
    width: 356px;
    height: 47px;
    border: 2px solid #000000;
    font-style: italic;
    font-size: 20px;
    font-family: Georgia, Arial;
    color: #2c2c2e;
    padding: 0px 15px;
}

.social-icon {
	text-decoration:none;
}