﻿

/* --------------- Style to null --------------- */
input[type="text"], input[type="password"], textarea, input[type="email"], input[type="phone"], input[type="number"] {
    font: 12px Arial, Helvetica, sans-serif;
}
body {
    color: #000;
    background: #fff;
}
input, select, button, textarea {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}
a {
color: rgb(143, 4, 24);
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.8;
}
::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
.placeholder {
    color: #000;
}
::selection {
    background: rgb(143, 4, 24);
    color: rgb(255, 255, 255);
}
/* --------------- /Style to null --------------- */

/* --------------- fonts --------------- */
@font-face {
    font-family: "a_russdecor";
    src: url("../fonts/a_russdecor.eot");
    src: url("../fonts/a_russdecor.eot?#iefix") format("embedded-opentype"),
    url("../fonts/a_russdecor.woff") format("woff"),
    url("../fonts/a_RussDecor.ttf") format("truetype");
}
/* --------------- /fonts --------------- */

/* --------------- site --------------- */
.site {
    min-height: 100%;
    min-width: 995px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url("../pics/site-bkg.jpg");
    font-family: 'PT Sans', sans-serif;;
}
.site:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 302px;
}
.site__content {

}
.maintext{
    margin-right:15px;}
.maintext p, .maintext li {
    font-size: 14px;
    color: #454140;
    margin-bottom: 19px;
    line-height: 20px;
    padding: 0 20px 0 0;
}
.site .orangeText {
    padding: 5px 10px 7px 10px;
    margin-left: 25px;
    color: rgb(143, 4, 24);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(221, 221, 221) inset, 0 1px 1px rgb(255, 255, 255);
    background: rgb(241, 236, 236);
}
.site .faqdata {
    color: rgb(143, 4, 24);
}
/* --------------- /site --------------- */

/* --------------- header --------------- */
.header {
    position: relative;
    width: 995px;
    margin: 0 auto;
    height: 183px;
    background: url("../pics/head-bkg.png");
    z-index: 5;
    overflow: hidden;

}
/* --------------- /header --------------- */

/* --------------- logo --------------- */
.logo {
    width: 163px;
    height: 119px;
    position: absolute;
    top: 0;
    left: 0;
}
.logo img {
    border: 1px solid #fff;
}
/* --------------- /logo --------------- */


/* --------------- search --------------- */
.search{
    position: absolute;
    top: 29px;
    right: 51px;
}
.search input[type=search] , .search input[type=text]{
    background-color: #ffffff;
    border: solid 1px #322325;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 131px;
    height: 24px;
    font-size: 12px;
    position: relative;
    padding-left: 30px;
}
.search input[type=search]:-moz-placeholder  {
    color: #cdcdc6;
    font-style: italic;
}
.search input[type=search]::-webkit-input-placeholder {
    color: #cdcdc6;
    font-style: italic;
}
.search:before{
    content: '';
    background: url("../pics/head-serch.png");
    width: 12px;
    height: 15px;
    position: absolute;
    left: 8px;
    top: 5px;
    z-index: 10;
}
.search input[type=submit]{
    width: 34px;
    height: 24px;
    text-transform: uppercase;
    color: #bfd5e9;
    position: absolute;
    right: -33px;
    top: 0;
    border: solid 1px #322325;
    background: #d1cecc;
    background: -moz-linear-gradient(top,  #d1cecc 0%, #736c66 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d1cecc), color-stop(100%,#736c66));
    background: -webkit-linear-gradient(top,  #d1cecc 0%,#736c66 100%);
    background: -o-linear-gradient(top,  #d1cecc 0%,#736c66 100%);
    background: -ms-linear-gradient(top,  #d1cecc 0%,#736c66 100%);
    background: linear-gradient(to bottom,  #d1cecc 0%,#736c66 100%);
}
.search input[type=submit]:hover{
    color: #cfe6fa;
    background: #736c66;
    background: -moz-linear-gradient(top,  #736c66 0%, #d1cecc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#736c66), color-stop(100%,#d1cecc));
    background: -webkit-linear-gradient(top,  #736c66 0%,#d1cecc 100%);
    background: -o-linear-gradient(top,  #736c66 0%,#d1cecc 100%);
    background: -ms-linear-gradient(top,  #736c66 0%,#d1cecc 100%);
    background: linear-gradient(to bottom,  #736c66 0%,#d1cecc 100%);
}
.mainsearch{
    margin: 0 20px 0 20px;
    font-size: 14px;
    color: rgb(69, 65, 64);
    margin-bottom: 19px;
    line-height: 20px;
    padding: 0 20px 0 0;
}
/* --------------- /search --------------- */

/* --------------- social --------------- */
.social{
    position: absolute;
    right: 18px;
    top: 62px;
}
.social a{
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 1px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.social a:hover{
    background-position: 0 -23px;
}
.social .soc1{
    background: url("../pics/head-soc-1.png");
}
.social .soc2{
    background: url("../pics/head-soc-2.png");
}
.social .soc3{
    background: url("../pics/head-soc-3.png");
}
.social .soc4{
    background: url("../pics/head-soc-4.png");
}
.social .soc5{
    background: url("../pics/head-soc-5.png");
}
.social .soc6{
    background: url("../pics/head-soc-6.png");
}
.social .soc7{
    background: url("../pics/head-soc-7.png");
}
/* --------------- /social --------------- */

/* --------------- header__menu --------------- */
.header__menu{
    position: absolute;
    bottom: 30px;
    left: 0;
    height: 32px;
    width: 100%;
    background: #5d5d5e;
    background: -moz-linear-gradient(top,  #5d5d5e 0%, #141310 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5e), color-stop(100%,#141310));
    background: -webkit-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -o-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -ms-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: linear-gradient(to bottom,  #262523 0%,#141310 100%);

    border-top: solid 1px #b4b4b4;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.header__menu:after{
    content: '';
    height: 0;
    width: 100%;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #777777;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.header__menu dl{
    position: relative;
    height: 31px;
    text-align: justify;
}
.header__menu dl:after{
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}
.header__menu dt{
    display: inline-block;
    height: 100%;
}
.header__menu dt a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    color: #ffffff;
    height: 31px;
    display: inline-block;
    line-height: 31px;
    position: relative;
    padding: 0 11px;
}
.header__menu dt a:hover{
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#babbbe 100%);
    z-index: 15;
    color: #322325;
}
.header__menu .active a{
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#f5f5f6 100%);
    z-index: 15;
    color: #322325;
}
.header__menu dt:first-child{
    margin-left: 0;
}
.header__menu dd{
    position: absolute;
    bottom: -30px;
    height: 29px;
    border-bottom: solid 1px #777777;
    width: 100%;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#e4e4e6 100%);

}
.header__menu dl dd{
    display: none;
    text-align: justify;
}
.header__menu dl dd:after{
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}
.header__menu .active + dd {
    display: block;
}
.header__menu dd a{
    font-size: 16px;
    color: #322325;
    line-height: 30px;
    float: left;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 0 6px;
}
.header__menu dd a:hover{
    text-decoration: underline;
}
/* --------------- /header__menu --------------- */

.breadcrumbs {
    font: normal 11px/0px Arial;
    height: 25px;
    color: rgb(120, 143, 151);
padding: 0 20px;
}

/* --------------- site__content --------------- */
.site__content{
    width: 993px;
    margin: 0 auto;
    border: solid 1px #ffffff;
    background-color: #f7f8f8;
    overflow: hidden;
    position: relative;
}
.site__content:after{
    content: '';
    width: 991px;
    bottom: 0;
    left: 1px;
    height: 1px;
    background-color: #e4e4e5;
    position: absolute;
}
.site__content .topic__type{
    display: block;
    line-height: 30px;
    padding: 0 0 0 22px;
    border-bottom: solid 1px #777777;
    width: 710px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #5a5959;
    font-weight: normal;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: linear-gradient(to bottom,  #eaeaec 0%,#e2e2e4 100%);

    margin: 0 0 20px 0;
}

.site__content .topic__type a{
    color: #5a5959;
	}
.site__content .topic__type a:hover{
    text-decoration:underline;
	}
.site__content .topic__type__dark{
    display: block;
    line-height: 30px;
    padding: 0 0 1px 22px;
    width: 710px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background: #5d5d5e;
    background: -moz-linear-gradient(top,  #5d5d5e 0%, #141310 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5e), color-stop(100%,#141310));
    background: -webkit-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -o-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -ms-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: linear-gradient(to bottom,  #302f2d 0%,#302f2d 100%);

  /*  margin: 0 0 22px 0;*/
}
.site__content .topic__type__dark__long{
    display: block;
    line-height: 30px;
    padding: 0 0 1px 22px;
    width: 971px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    background: #5d5d5e;
    background: -moz-linear-gradient(top,  #5d5d5e 0%, #141310 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5e), color-stop(100%,#141310));
    background: -webkit-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -o-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -ms-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: linear-gradient(to bottom,  #302f2d 0%,#302f2d 100%);

  /*  margin: 0 0 22px 0;*/
}
/* --------------- /site__content --------------- */

/* --------------- content__wrap --------------- */
.content__wrap{
    width: 732px;
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 0;
    float: left;
}
.content__wrap h3{
    margin: 0 0 11px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
}
.content__wrap h3 a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    color: #322325;
    font-weight: normal;
    line-height: 28px;
}
.content__wrap h3 a:hover{
    text-decoration: underline;
}
/* --------------- /content__wrap --------------- */

/* --------------- picture-of-the-day --------------- */
.picture-of-the-day{
    border-right: solid 1px #e4e4e5;
    vertical-align: top;
    padding: 0 0 3px 0;
}
/* --------------- /picture-of-the-day --------------- */

/* --------------- main__news --------------- */
.main__news{
    width: 475px;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0;
}
.main__news >a {
    display: block;
    margin: 0 0 9px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 474px;
    height: 315px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}
.past__news h3 {
    margin: 0 0 6px 0;
}
.past__news .imgdiv{
	 width: 474px;
	 height: 315px;
	 overflow:hidden;
}
.past__news .imgdiv img{
	 width: 474px;
	 height: auto;
	 min-height: 315px;
}
.main__news >a:hover{
    opacity: 0.8;
}

.main__news .main__news-text{
    margin: 0 0 0 22px;
}
.main__news-text p{
    font-size: 14px;
    color: #231f1e;
    line-height: 18px;
}
/* --------------- /main__news --------------- */
.news12{
    width: 732px;
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0;
    overflow: hidden;
}

.news12  img{
	 width: 700px;
	 height: 472;
	 border:#aaa 1px solid;
         border-bottom: solid 4px #8f0418;
	 margin:0 14px; 
}
.news12 >a:hover{
    opacity: 0.8;
}
.news12 .news_title, .news12 .news_title a {
  color:#231f1e;
  font-family:'PT Sans Narrow', sans-serif;
  font-weight:normal;;
}
.news12 .news_title{
  margin:4px 10px 10px 22px;
}
.news12 .news_title a:hover{
	text-decoration:underline;
	}
/* --------------- news__right-side --------------- */
.news__right-side{
    display: inline-block;
    vertical-align: top;
    width: 220px;
}
/* --------------- /news__right-side --------------- */

/* --------------- past__news --------------- */
.past__news .image-wrap a {
    margin: 0 0 9px 0;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 216px;
    height: 145px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}
.past__news {
    width: 220px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.main__news  .image-wrap a {
    display: block;
    margin: 0 0 9px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 474px;
    height: 315px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}

.image-wrap{
    position: relative;
}

.photo-report, .video-report{
    position: absolute;
    right: 29px;
    bottom: 0;
    background: url("../img/photography.png");
    width: 16px !important;
    height: 16px !important;
    overflow: hidden;
    text-indent: -5000px;
    border: none  !important;
}

.video-report{
    right: 36px;
    background: url("../img/showreel.png");
}

.main__news  .image-wrap a {
    display: block;
    margin: 0 0 9px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 474px;
    height: 315px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}

.image-wrap{
    position: relative;
}

.photo-report, .video-report{
    position: absolute;
    right: 12px;
    bottom: 0;
    background: url("../img/photography.png");
    width: 16px !important;
    height: 16px !important;
    overflow: hidden;
    text-indent: -5000px;
    border: none  !important;
}

.video-report{
    right: 36px;
    background: url("../img/showreel.png");
}

 
.past__news >a{
    margin: 0 0 9px 0;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 216px;
    height: 145px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}
.past__news >a:hover{
    opacity: 0.8;
}
.past__news .imgdiv{
	 width: 216px;
	 height: 144px;
	 overflow:hidden;
}
.past__news .imgdiv img{
	 width: 216px;
	 height: auto;
	 min-height: 144px;
}
.past__news h3 a{
    font-size: 16px;
    line-height: 19px;
}
.past__news .date__publication{
    font-size: 10px;
    margin:  0 0 5px 0;
}
/* --------------- /past__news --------------- */

/* --------------- date__publication --------------- */
.date__publication{
    font-size: 12px;
    color: #979795;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.date__publication span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15px;
}
.date__publication span:before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #979795;
    position: absolute;
    display: block;
    left: -8px;
    top: 1px;

}
/* --------------- /date__publication --------------- */

/* --------------- publication --------------- */
.publication{
    position: relative;
    padding: 0 0 25px 0;
    border-right: solid 1px #e4e4e5;
}

.publication .past__news{
    margin:  0 0 0 13px;
}
.publication .past__news .date__publication{
    margin: 0 0 6px 0;
}
.publication .past__news h3 a{
    font-size: 17px;
    line-height: 20px;
}
.publication .all__publication{
    position: absolute;
    right: 19px;
    bottom: 11px;
    font-size: 16px;
    color: #282725;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: underline;
}
.publication .all__publication:hover{
    text-decoration: none;
    cursor: pointer;
}
/* --------------- /publication --------------- */

/* --------------- photo-video --------------- */
.photo-video{
    border-right: solid 1px #e4e4e5;
    border-bottom: solid 1px #e4e4e5;
}
.photo-video > div{
    width: 355px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 17px;
}
.photo-video div:first-child{
    margin: 0;
    float: left;
}
.photo-video .topic__type{
    width: 333px;
    padding: 0 0 2px 22px;
    margin: 0 0 1px 0;
}
.photo-video .imgdiv{
	 width: 355px;
	 height: 236px;
	 border:#aaa 1px solid;
	 overflow:hidden;
}
.photo-video .imgdiv img{
	 width: 355px;
	 height: auto;
	 min-height: 236px;
}
.photo-video >div >a{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 355px;
    height: 236px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}
.photo-video >div >a:hover{
    opacity: 0.8;
}

.photo-video >div >a{
    display: inline-block;
    margin: 0 0 5px 0;
}
.photo-video h3{
    margin: 0 0 12px 22px;
}
.photo-video h3 > a{
    font-size: 17px;
    line-height: 23px;
}
/* --------------- /photo-video --------------- */

/* --------------- calendar --------------- */
.calendar{
    border-right: solid 1px #e4e4e5;
    border-bottom: solid 1px #e4e4e5;
    padding: 0 0 11px 0;
}
.calendar > a{
    display: inline-block;
    vertical-align: top;
    margin: 1px 15px 0 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 118px;
    height: 160px;
    overflow: hidden;
}
.calendar > a:hover{
    opacity: 0.8;
}

.calendar .calendar__info{
    display: inline-block;
    vertical-align: top;
    width: 530px;
}
.calendar .calendar__info h3 > a{
    font-size: 18px;
    line-height: 20px;
}
.calendar .calendar__info  span{
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 0 5px 0;
}
.calendar .calendar__info p{
    font-size: 13px;
    margin: 13px 0 4px 2px;
    line-height: 16px;
}
.calendar .calendar__info p img{
    display: inline-block;
}
.calendar .calendar__info .brown-span{
    font-size: 13px;
    margin: 0 0 0 2px;
    color: #322325;
    font-family: 'PT Sans', sans-serif;
}
/* --------------- /calendar --------------- */

/* --------------- news-announcements --------------- */
.news-announcements{
    border-right: solid 1px #e4e4e5;
    padding: 0 0 15px 0;
}
.news-announcements > div{
    width: 355px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 19px;
    position: relative;
    padding: 0 0 20px 0;
}
.news-announcements > div:first-child{
    margin: 0;
}
.news-announcements .topic__type{
    width: 333px;
    padding: 0 0 2px 22px;
    margin: 0 0 1px 0;
}
.news-announcements .news__wrap{
    margin: 20px 0 25px 22px;
    border-bottom: solid 4px #8f0418;
    padding: 0 0 1px 0;
}
.news-announcements .news__info{
    display: inline-block;
    vertical-align: top;
    width: 165px;
}

.news-announcements .imgdiv{
	 width: 141px;
	 height: 94px;
	 overflow:hidden;
}
.news-announcements .imgdiv img{
	 width: 141px;
	 height: auto;
	 min-height: 94px;
}
.news-announcements >div >div >a:hover{
    opacity: 0.8;
}
.news-announcements >div >div >a{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    height: 93px;
    overflow: hidden;
    margin: 0 15px 0 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.news-announcements .date__publication{
    font-size: 10px;
    margin: 0 0 3px 0;
}
.news-announcements h3{
    margin: 0 0 0 -1px;
    width: 175px;
}
.news-announcements h3 > a{
    font-size: 16px;
    line-height: 18px;
}
.announcements .news__wrap{
    margin-left: 0;
}
.news-announcements .announcements {
    width: 333px;
}
.news-announcements > div > a{
    position: absolute;
    left: 0;
    bottom: 13px;
    font-size: 16px;
    color: #282725;
    font-family: 'PT Sans Narrow', sans-serif;
    text-decoration: underline;
}
.news-announcements > div:first-child > a{
    left: 22px;
}
.news-announcements > div > a:hover{
    text-decoration: none;
}
/* --------------- /news-announcements --------------- */

/* --------------- right__side --------------- */
.right__side{
    border-left: 1px solid #E4E4E5;
    float: right;
    margin: -1px 0 0 -2px;
    overflow: hidden;
    padding-left: 2px;
    vertical-align: top;
    width: 259px;
}
.right__side .topic__type__dark{
    padding: 0 0 2px 15px;
    color: #fff;
    margin: 0;
}
.right__side .topic__type{
    margin: 0 0 1px 0;
    padding: 0 0 0 15px;
}
.right__side .date__publication {
    display: inline;
    font-size: 10px;
    margin: 0 0 0 25px;
    color: #740213;
}

/* --------------- /right__side --------------- */

/* --------------- right__side-info --------------- */
.right__side-info {
    position: relative;
    border-bottom: solid 4px #8f0418;
    display:block;
}
.right__side-info:hover span{
    text-decoration: underline;
}
.right__side-info span{
    position: absolute;
    display: block;
    top: 55px;
    background-color: rgba(255 , 255 , 255, 0.4);
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    line-height: 27px;
    padding: 15px 0 15px 0;
    font-family: 'PT Sans Narrow', sans-serif;
}
/* --------------- /right__side-banner --------------- */

/* --------------- comment-of-the-day --------------- */
.comment-of-the-day .comment__wrap{
	width:260px;
	height:172px;
    border-bottom: none;
    margin: 0 0 3px 0;
}
.comment-of-the-day .comment__img__wrap{
    width: 85px;
    height: 117px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 12px 0 0;
}
.comment-of-the-day .comment__img__wrap img{
    position: absolute;
    left: 0;
    bottom: 0;
}
.comment-of-the-day .comment{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    padding: 10px 5px 0 100px;
}
.comment-of-the-day .comment a{
	color:#000;
}
.comment-of-the-day .comment a:hover{
	text-decoration:underline;
}
.comment-of-the-day .comment p{
    display: inline;
    position: relative;
    font-size: 13px;
}
.comment-of-the-day .comment p:before{
    content: '';
    background: url("../pics/quotes-open.png");
    width: 14px;
    height: 15px;
    position: absolute;
    left: -21px;
    top: -1px;
}
.comment-of-the-day .comment p:after{
    content: '';
    background: url("../pics/quotes-closed.png");
    width: 14px;
    height: 15px;
    position: absolute;
    right: -24px;
    bottom: 1px;
}
.comment-of-the-day .author{
    background-color: #302f2d;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    color: #322325;
    margin: 1px 0 0 0;
    padding: 5px 0 7px 8px;
}
.comment-of-the-day .author h3{
    font-weight: normal;
    color: #ffffff;
}
.comment-of-the-day .author span{
    color: #999696;
}
.comment-of-the-day >a{
    font-size: 16px;
    color: #740213;
    text-decoration: underline;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 4px 0 13px 7px;
    display: inline-block;
}
.comment-of-the-day >a:hover{
    text-decoration: none;
}
.comment-of-the-day > span{
    font-size: 13px;
    color: #231f1e;
    display: block;
    margin: 0 20px 5px 30px;
    line-height: 15px;
}
/* --------------- /comment-of-the-day --------------- */

/* --------------- questions --------------- */
.questions{
    border-top: none;
}
.questions .date__publication{
    margin: 0;
}
.questions h2 + .question__wrap{
    padding: 12px 0 0 12px;
}
.questions .question__wrap{
    padding: 6px 0 0 12px;
}
.questions .question__wrap a{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    color: #141310;
}
.questions .question__wrap a:hover{
    text-decoration: none;
}
.questions .question__wrap-text{
    padding: 8px 15px 0 25px;
    position: relative;
}
.questions .question__wrap-text:before{
    content: '';
    background: url("../pics/comment-icon.png");
    width: 15px;
    height: 15px;
    position: absolute;
    left: -2px;
    top: 15px;
}
.questions .question__wrap a:before{
    content: '';
    width: 14px;
    height: 15px;
    position: absolute;
    left: -19px;
    top: 4px;
}
.questions .question__wrap a:after{
    content: '';
    width: 14px;
    height: 15px;
    position: absolute;
    right: -18px;
    bottom: 2px;
}
.questions>a{
    font-size: 16px;
    color: #740213;
    text-decoration: underline;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 6px 0 13px 14px;
    display: inline-block;
}
.questions a:hover{
    text-decoration: none;
}
/* --------------- /questions --------------- */

/* --------------- hagiographies --------------- */
.hagiographies{
    margin: 1px 0 2px 0;
    border-top: none;
    padding: 0 0 12px 0;
}
.hagiographies > div{
    padding: 16px 15px 13px;
    overflow: hidden;
}
.hagiographies >div >a{
    margin: 0 0 6px 0;
    display: block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.hagiographies > div >a:hover {
    opacity: 0.8;
	text-decoration:underline;
}

.hagiographies > div >a>span{
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
    white-space: pre-line;
    line-height: 19px;
	color: #000;
}
.hagiographies .imgdiv{
	 width: 227px;
	 height: 151px;
	 border:#aaa 1px solid;
	 overflow:hidden;
}
.hagiographies .imgdiv img{
	 width: 227px;
	 height: auto;
	 min-height: 151px;
}
.hagiographies .date__publication{
    margin: 0 0 9px 0;
    font-size: 18px;
    font-weight: normal;
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
}
.hagiographies>a{
    font-size: 16px;
    color: #740213;
    text-decoration: underline;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 0 7px 14px;
    display: inline-block;
}
.hagiographies a:hover{
    text-decoration: none;
}
.hagiographies >ul{
    margin: 0 0 10px 39px;
    width: 200px;
	padding:0;
}
.hagiographies li{
    margin-bottom: 5px;
    position: relative;
}
.hagiographies li:before{
    content: '';
    background: url("../pics/point-brown.png");
    width: 6px;
    height: 6px;
    position: absolute;
    left: -19px;
    top: 6px;
}
.hagiographies li a{
   font-size: 13px;
    color: #231f1e;
}
.hagiographies li a:hover{
    text-decoration: underline;
}
/* --------------- /hagiographies --------------- */

/* --------------- footer --------------- */
.footer {
    z-index: 2;
    position: relative;
    margin-top: -302px;
    font-family: 'PT Sans', sans-serif;
}
.footer__layout {
    width: 993px;
    margin: 0 auto;
    position: relative;
    border-left: solid 1px #ffffff ;
    border-right: solid 1px #ffffff ;
    height: 302px;
}
/* --------------- /footer --------------- */

/* --------------- footer__menu --------------- */
.footer__menu{
    position: absolute;
    left: 0;
    top: 0;
    height: 190px;
    width: 100%;
    background: #f8f8f8;
    background: -moz-linear-gradient(top,  #f8f8f8 0%, #babbbe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#babbbe));
    background: -webkit-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -o-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: -ms-linear-gradient(top,  #f8f8f8 0%,#babbbe 100%);
    background: linear-gradient(to bottom,  #f8f8f8 0%,#babbbe 100%);

}
.footer__menu:after{
    content: '';
    height: 0;
    width: 100%;
    border-bottom: solid 1px #ffffff;
    border-top: solid 1px #444445;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 10;
}
.footer__menu > ul{
    margin: 16px 0 0 21px;
    position: relative;
    text-align: justify;
}
.footer__menu > ul:after{
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
}
.footer__menu a:hover{
    text-decoration: underline;
}
.footer__menu > ul > li{
    display: inline-block;
    position: relative;
    width: 16%;
    text-align: left;
}
.footer__menu > ul > li > a{
    font-size: 16px;
    color: #322325;
    display: inline-block;
    font-family: 'PT Sans Narrow', sans-serif;
}
.footer__menu >ul>li>ul{
    position: absolute;
    top: 28px;
}
.footer__menu >ul>li>ul a{
    font-size: 14px;
    color: #4f4e4d;
    margin-bottom: 6px;
    font-family: 'PT Sans Narrow', sans-serif;
    display: block;
}
/* --------------- /footer__menu --------------- */

/* --------------- footer__wrap --------------- */
.footer__wrap{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 110px;
    background: #5d5d5e;
    background: -moz-linear-gradient(top,  #5d5d5e 0%, #141310 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5d5d5e), color-stop(100%,#141310));
    background: -webkit-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -o-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: -ms-linear-gradient(top,  #5d5d5e 0%,#141310 100%);
    background: linear-gradient(to bottom,  #5d5d5e 0%,#141310 100%);

}
/* --------------- /footer__wrap --------------- */

/* --------------- footer__links --------------- */
.footer-links_left{
    position: absolute;
    text-align: left;
    left: 23px;
    top: 18px;
}
.footer-links_right{
    position: absolute;
    text-align: right;
    right: 21px;
    top: 18px;
}
.footer-links_left span , .footer-links_right span{
    font-size: 12px;
    color: #ffffff;
    display: block;
    line-height: 18px;
}
.footer-links_left  span a , .footer-links_right span a{
    color: #ffffff;
	text-decoration: none;
	cursor:text;
}
.footer-links_left  a:hover , .footer-links_right span a:hover{
    text-decoration: underline;
}
/* --------------- /footer__links --------------- */

/* --------------- social__copy --------------- */
.social__copy{
    left: 402px;
    top: 23px;
}
/* --------------- /social__copy --------------- */


/* --------------- novost --------------- */

/* --------------- novost right__side --------------- */
.novost .right__side .date__publication{
    font-size: 11px;
    color: #979795;
    font-weight: bold;
    margin: -1px 0 4px 0;
    display: block;
}
.novost .right__side .date__publication span{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 0 12px;
    font-size: 10px;
}
.novost .right__side .date__publication span:before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #979795;
    position: absolute;
    display: block;
    left: -8px;
    top: 1px;
}
.novost .right__side .news h2{
    margin: 0 0 22px 0;
}
.novost .right__side .news > a{
    font-size: 16px;
    text-decoration: underline;
    color: #740213;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 4px 0 38px 18px;
    display: inline-block;
}
.novost .right__side .news > a:hover{
    text-decoration: none;
}
.novost .right__side .past__news{
    padding: 0 0 14px 20px;
}
.novost .right__side .past__news a{
    font-size: 17px;
    color: #322325;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 21px;
    font-weight: normal;
}
/* --------------- novost right__side --------------- */
.novost .picture-of-the-day h1{
    font-size: 28px;
    color: #322325;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    margin: 0 0 19px 0;
}
.novost .picture-of-the-day h2{
    font-size: 26px;
    color: #322325;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    margin: 0 0 19px 0;
}
.novost .picture-of-the-day h3{
    font-size: 24px;
    color: #322325;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    margin: 0 0 19px 0;
}
.novost .picture-of-the-day h4{
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: normal;
    margin: 0 0 19px 0;
}
.picture-of-the-day__wrap {
    margin: 0 0 0 20px
}
.news-topic{
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin: 0 0 17px 0;
}
.news-topic dl {
    margin: 7px 0 0 0;
}
.news-topic dl dt{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px;
    color: #740213;
    display: inline-block;
    vertical-align: top;
}
.news-topic dl dd{
    display: inline-block;
    vertical-align: top;
    color: #282725;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 1px 0 0 0;
}
.news-topic time{
    font-size: 16px;
    color: #740213;
    font-family: 'PT Sans Narrow', sans-serif;
}
.picture-of-the-day__wrap .links{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: -2px 0 0 0;
}
.links a{
    font-size: 13px;
    color: #231f1e;
    position: relative;
    display: inline-block;
    margin: 0 0 9px 0;
    padding: 0 0 0 30px;
    line-height: 16px;
}
.links a:hover{
    text-decoration: underline;
}
.links .print{
    background: url("../pics/print-icon.png") no-repeat 8px -1px ;
}
.links .ya{
    background: url("../pics/ya-icon.png") no-repeat 11px -2px ;
}
.news-info .big-img {
    display: block;
    margin: 0 0 24px 0;
    width: 595px;
    height: 397px;
    overflow: hidden;
    padding-bottom: 1px;
    border-bottom: solid 4px #8f0418;
}
 .big-img img{
	width:595px;
	height:397px;
}
.news-info p, .news-info li {
    font-size: 14px;
    color: #454140;
    margin-bottom: 19px;
    line-height: 20px;
    padding: 0 20px 0 0;
}
.centeredText{
    border-bottom: 1px solid rgb(210, 211, 212);
    border-top: 1px solid rgb(210, 211, 212);
    padding: 25px 30px;
}
.photos{
    margin: 34px 0 47px 3px;
	width:100%;
	overflow: auto;
}
.photos a:hover{
    opacity: 0.8;
}
.photos a{
	display:block;
	width:125px;
	height:96px;
	float:left;
    border: solid 1px #aaaaaa;
    line-height: 0;
    margin: 0 6px 8px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding: 2px;
	overflow:hidden;
}
.photos a img{
	width:125px;
	min-height:96px;
	height:auto;	
}
.news-info .tags{
    margin: 0 0 23px 3px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.news-info .tags dt{
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
    background-color: #8f0418;
    line-height: 20px;
    padding: 0 13px;
}
.news-info .tags dd {
    display: inline-block;
    vertical-align: top;
	margin-left:3px;
}
.news-info .tags dd a{
    color: #ffffff;
    background-color: #919090;
    line-height: 20px;
    padding: 0 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin: 0 0 5px 0;
    display: inline-block;
    vertical-align: top;
}
.news-info .tags dd a:hover{
    background-color: #ac988c;
}
.rating{
    width: 690px;
    border: solid 1px #dac3c6;
    padding: 6px 0 3px 7px;
    margin: 0 0 8px 0;
}
.rating > span{
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.rating dl , .rating dt , .rating dd{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.rating .dislike{
    margin: 0 8px 0 0;
}
.rating .red{
    color: #ff0200;
}
.rating >span:hover{
    opacity: 0.8;
    cursor: pointer;
}
.social-2{
    margin: 0 0 8px 0;
}
.comment__author{
    width: 680px;
    border: solid 1px #dac3c6;
    padding: 6px 0 7px 10px;
    margin: 0;
    font-size: 14px;
    color: #740213;
}
.comment__author time{
    margin-left: 8px;
    font-size: 13px;
    position: relative;
}
.comment__author time:before{
    content: '';
    height: 12px;
    width: 1px;
    background-color: #740213;
    position: absolute;
    left: -5px;
    top: 3px;
}
.news__comment .comment__wrap dd{
    font-size: 13px;
    color: #231f1e;
    padding: 9px 0 30px 13px;
    background-color: #f2f0f0;
    width: 679px;
}
.news__comment .comment__wrap{
    margin: 0 0 16px 0;
}
.news__comment .new-comment h3{
    width: 647px;
    border: solid 1px #dac3c6;
    padding: 7px 0 7px 42px;
    margin: 0 0 14px 0;
    font-size: 13px;
    color: #740213;
    font-family: 'PT Sans', sans-serif;
    background: url("../pics/book.png") no-repeat 7px 3px;
}
.new-comment fieldset{
    width: 350px;
    margin: 0 0 9px 9px;
}
.new-comment label{
    font-size: 13px;
    color: #231f1e;
    display: inline-block;
    vertical-align: top;
    width: 58px;
    margin: 3px 0 0 0;
}
.new-comment input[type=text]{
    width: 250px;
    height: 21px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #dac3c6;
    background-color: #f2f0f0;
    margin: 0 0 18px 0;
    padding: 0 5px;
}
.new-comment textarea{
    width: 250px;
    height: 108px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #dac3c6;
    background-color: #f2f0f0;
    margin: 0 0 11px 0;
    padding: 1px 5px;
}
.new-comment input[type=submit]{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: #ffffff;
    background: #8f0418;
    border: none;
    float: right;
    margin: 5px 41px 0 0;
    padding: 2px 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.new-comment input[type=submit]:hover{
    background: #c60622;
}
.liveComments {
    overflow: hidden;
    padding: 0;
    margin: 0 35px 10px 25px;
    font-size: 14px;
    color: #454140;
    line-height: 20px;
}
.headCmment {
    overflow: hidden;
}
.writedComments {
    overflow: hidden;
    margin-top: 0px;
}
.box {
    border: 1px solid rgb(218, 195, 198);
}
.writedComments ul {
    height: 16px;
    padding: 8px 10px;
    list-style: none;
    margin: 0;
}
.writedComments ul li {
    float: left;
    border-left: 1px solid rgb(55, 81, 114);
    padding: 0 5px;
}
.orangeText {
    color: rgb(143, 4, 24);
}
.commentText {
    background: rgb(242, 240, 240);
    padding: 5px 0px 2px 10px;
    color: rgb(67, 67, 81);
    font-size: 13px;
    margin: 0 0 14px 0;
}
.topic__type__dark span {
    background: url(../img/rss.png) no-repeat right 11px;
    padding-right: 17px;
}
.topciType4 {
    background: rgb(238, 238, 238) url(../img/thisnk.png) no-repeat;
    width: 380px;
    font-weight: normal;
    padding: 5px 10px 7px 10px;
    color: rgb(143, 4, 24);
    font-size: 16px;
    box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
    background: rgb(241, 236, 236);
}
.rating {
    width: 682px;
    border: solid 1px rgb(218, 195, 198);
    padding: 6px 0 3px 7px;
    margin: 0 0 8px 0;
    font-size: 14px;
}
.topciType5 {
    width: 647px;
    border: solid 1px rgb(218, 195, 198);
    padding: 7px 0 7px 42px;
    margin: 0 0 14px 0;
    font-size: 13px;
    color: rgb(116, 2, 19);
    font-family: 'PT Sans', sans-serif;
    background: url("../img/book.png") no-repeat 7px 3px;
}
.commentForm .lineContainer {
    overflow: hidden;
    margin-bottom: 10px;
}
.commentForm label {
    float: left;
    width: 150px;
    color: rgb(143, 4, 24);
}
.commentForm .inputWrap {
    height: 19px;
    width: 248px;
    border: 1px solid rgb(218, 195, 198);
    background: rgb(242, 240, 240);
    float: left;
}
.commentForm .inputWrap input {
    background: none;
    border: none;
    width: 238px;
    height: 19px;
    padding: 0 5px;
}
.commentForm textarea {
    height: 49px;
    padding: 5px;
    float: left;
    width: 238px;
    border: 1px solid rgb(218, 195, 198);
    background: rgb(242, 240, 240);
}
.e-Button {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    background: rgb(143, 4, 24);
    border: none;
    margin: 5px 41px 0 218px;
    padding: 2px 14px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* --------------- /novost --------------- */

/* --------------- novosti --------------- */
.paginator {
    margin: 29px 0 14px 22px;
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #740213;
    width: 689px;
    padding: 0 0 8px 0;
}
.paginator_top{
    border-bottom: solid 4px #740213;
    margin: 29px 0 40px 22px;
}
.paginator > span span{
    display: inline-block;
    background-color: #740213;
    vertical-align: top;
    color: #ffffff;
    padding: 2px 9px;
    margin: -2px 0 0 1px;
}
.paginator > span {
    position: relative;
    margin: 0 26px 0 0;
}
.paginator > span:after{
    content: '';
    width: 1px;
    height: 14px;
    background-color: #740213;
    position: absolute;
    right: -10px;
    top: 4px;
}
.paginator ul, .paginator li{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
.paginator li{
    margin: 0 -3px 0 0;
}
.paginator a{
    font-size: 16px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #740213;
    display: inline-block;
    padding: 0 5px 2px;
}
.paginator a:hover{
    text-decoration: underline;
}
.paginator .active{
    background-color: #919090;
    color: #ffffff;
}
.paginator .active:hover{
    cursor: default;
    text-decoration: none;
}
.news__item{
    margin: 0 0 20px 20px;
    border-bottom: solid 4px #8f0418;
    width: 694px;
}
.news__item_search{
    margin: 0 0 20px 0;
    border-bottom: solid 4px #8f0418;
    width: 694px;
}
.news__item  > a{
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news__item img{
	 width:437px;
	 height:290px;
}
.news__item > a:hover{
    opacity: 0.8;
}
.news__item  >  span {

    Display: inline-block;
}
.item__info{
    display: inline-block;
    vertical-align: top;
    width: 235px;
    padding: 0 0 0 17px;
}
.item__info time{
    font-size: 17px;
    color: #740213;
    font-family: 'PT Sans Narrow', sans-serif;
    margin: 0 0 12px 0;
    display: block;
}
.item__info h3 a {
    font-size: 17px;
    color: #322325;
    font-weight: normal;
    font-family: 'PT Sans Narrow', sans-serif;
    line-height: 21px;
    margin-bottom: 18px;
    display: block;
}
.item__info a:hover{
    text-decoration: underline;
}
.item__info p{
    font-size: 14px;
    color: #454140;
    line-height: 20px;
}
.media_copyright {
    margin: -13px 0 0;
    font: normal 11px/0px Arial;
    height: 5px;
    color: rgb(120, 143, 151);
}
.media_copyright_video {
    margin: -5px 0 0;
    font: normal 11px/0px Arial;
    height: 5px;
    color: rgb(120, 143, 151);
}
.media_copyright_text {
    margin: 5px 0 0;
    font: normal 11px/0px Arial;
    height: 5px;
    color: rgb(120, 143, 151);
}
.media_copyright_photo {
  font: normal 12px/0px Arial;
  color: rgb(120, 143, 151);
}
/* --------------- /novosti --------------- */

blockquote {
margin: 0 0 10px -30px;
padding: 15px 30px;
background: rgb(241, 236, 236);
font: normal 17px/24px PT Sans', sans-serif;
color: rgb(0, 0, 0);
clear: both;
}


/* --------------- table --------------- */

table {
    *border-collapse: collapse; /* Для IE7 и старше */
    border-spacing: 0;
    width: 100%;    
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;     
}

.bordered tr:hover {
    background: #efeded;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #dce9f9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.bordered th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

/*----------------------*/

.zebra td, .zebra th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;    
}

.zebra tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
}

.zebra th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255,255,255,.5); 
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image:    -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image:     -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image:      -o-linear-gradient(top, #f5f5f5, #eee); 
    background-image:         linear-gradient(top, #f5f5f5, #eee);
}

.zebra th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;  
}

.zebra th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.zebra tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1;  
}

.zebra tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.zebra tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
} 
div.v-t {
    width: 1em;
}
/* --------------- /table --------------- */

/* --------------- questions --------------- */

.questionsBlock{
    margin-left: 35px;
    margin-right: 20px;
    overflow: hidden;
    color: #434351;
    padding-top: 20px;
}
.questionsText{
    border-bottom: 1px solid #a7a9ae;
    padding: 0 20px 0 20px;
    font-size: 14px;
    color: #454140;
    line-height: 20px;
}
.questionsBlock p{
    font-style: italic;
    margin-bottom: 20px;
}
.questCreater{
    margin-top: 20px;
    padding: 0 25px;
    font-size: 16px;
    color: #740213;
    font-family: 'PT Sans Narrow', sans-serif;
}
.questCreater dl{
    overflow: hidden;
    margin-bottom: 10px;
}
.questCreater dt{
    float: left;
}

.socialList{
    float: right;
    margin-top: 20px;
}
.socialList li{
    float: left;
    margin-left: 5px;
}
.socialList li a {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -5000px;
}
.socialList  .submut{
    display: block;
    background: url(../img/submit.png);
    width: 121px;
    height: 19px;
    text-indent: -5000px;
}
.questionTopic{
    margin-bottom: 20px;
}
.questionTopic h1{
    padding: 0 25px;
}
.questionTopic p{
    margin-top: 20px;
    padding: 0 25px;
    font-size: 16px;
    color: rgb(116, 2, 19);
    font-family: 'PT Sans Narrow', sans-serif;
}
.userQuestion{
    background: #f1ecec;
    padding: 35px 0px 35px;
    line-height: 20px;
    margin-bottom: 20px;
    text-indent: 30px;
}
.userQuestion p{
    position: relative;
    padding: 0;
}
.userQuestion p:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url("../img/qota1.png");
    width: 30px;
    height: 20px;
}
.userQuestion p:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../img/qota2.png");
    width: 30px;
    height: 20px;
}
.unswer{
    color: #434351;
    border-bottom: 1px solid #a7a9ae;
    padding-bottom: 20px;
}
.unswer p{
    margin-bottom: 15px;
    margin: 0 35px 10px 25px;
    font-size: 14px;
    color: #454140;
    line-height: 20px;
}
.unswer li{
    margin-bottom: 15px;
    margin: 0 35px 10px 25px;
    font-size: 14px;
    color: rgb(69, 65, 64);
    line-height: 20px;
}
.unswer .orangeText{
    padding: 5px 10px 7px 10px;
    margin-left: 25px;
    color: rgb(143, 4, 24);
    border-radius: 5px;
    box-shadow: 0 0 0 1px #ddd inset, 0 1px 1px #fff;
    background: rgb(241, 236, 236);
}
.unswer .orangeText:hover{
    color: #fff;
    background: rgb(143, 4, 24);
    text-decoration: underline;
    box-shadow: none;
}
.questionFormWrap .headCmment{
    margin-top: 20px;
}
.messageList li {
    background: url("../img/line.png") no-repeat bottom center;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.dateAutor span {
    font-style: italic;
}
/* --------------- /questions --------------- */

#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: none;
    cursor: pointer;
} 

.spe, .spe a, span.spe{
	font-size:10px;
	color: #666;
	font-family: Arial;
}
/* --------------- navigator-container --------------- */
#navigator-container {
	overflow: hidden;
}
#navigator-projects {
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	height: 18px;
	border-top: 1px solid rgb(238, 238, 238);
	border-bottom: 1px solid rgb(218, 218, 218);
	margin-bottom: 0px;
	padding-top: 9px;
	margin: 0 auto;
	background: linear-gradient(top, #f5f5f5, #e7e8e9);
	background-image: -moz-linear-gradient(top , #f5f5f5, #e7e8e9);
	background-image: -webkit-gradient( linear, left top, left bottom, from(rgb(248, 248, 248)), to(rgb(242, 242, 242)) );
	-moz-box-shadow: 0 0 4px #3f3f3f;
	-webkit-box-shadow: 0 0 4px rgb(63, 63, 63);
	box-shadow: 0 0 4px rgb(63, 63, 63);
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=180, Strength=3) progid:DXImageTransform.Microsoft.Shadow	(color='#999999', Direction=125, Strength=3) progid:DXImageTransform.Microsoft.Shadow(color='#999999', Direction=235, Strength=3);
}
#navigator-projects li {
	display: inline-block;
	color: rgb(104, 104, 104);
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 1px 0px rgb(255, 255, 255);
}
#navigator-projects li a {
	color: rgb(143, 4, 24);
		padding: 0 4px;
font-size: 11px;
}
/* --------------- /navigator-container --------------- */

/* --------------- raskryv_text --------------- */
.help_item > {
	margin-bottom: 1em;
	font-size: 1.2em;
}
.child_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	color: #454140;
	line-height: 20px;
}
.child > .title {
	padding: 10px 0px 0px 4px;
}
.help_item .child_list > .child > .content1 {
	line-height: 140%;
	display: none;
	color: #000000;
	font-family: Tahoma,Arial,Verdana,Helvetica,Sans-serif;
	font-size: 100%;
	padding: 0.5em 1.4em;
	width: 304px;
	background: #fff;
	border-radius: 7px;
	text-shadow: 0px 0px #000;
	margin: 0px 100px;
}
.pagetitle {
	color: #000000;
	font-size: 19px;
	padding: 10px 30px 15px;
}
/* --------------- /raskryv_text --------------- */

.fotogal {
     display: block;
     background-color: #fafafa;
     padding-bottom:10px;
     padding-left:60px;
/*     border-top: #aaa dotted 1px;     */
}

.imgfotogal{    
     display: block;
     width: 145px;
     height: 101px;    
     overflow:hidden;
     margin: 6px 5px;
     border: #aaa solid 1px;
     float: left;
}
.imgfotogal .imgr{
     display: block;
     width: 143px;
     height: 98px;
     margin: 1px;
     overflow:hidden;
/*     border:#aaf solid 1px;*/
}
.imgfotogal .imgr img {
     width: 143px;
     height: auto;    
     min-height:104px;
     border: none;
     padding: none;
}
.recomended {
     border-top: 1px solid rgb(227, 228, 229);
     border-bottom: 1px solid rgb(227, 228, 229);
     padding: 10px 0;
     margin-bottom: 10px;
}