html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

:focus {
  outline: 0; }

body {
  font: normal 75%/150% Georgia, 'robotoregular', Arial, Tahoma, Verdana, sans-serif;
  font-size: 14px;
  min-width: 100%;
  color: #000;
  background: url(../m-img/background.png);
}

a {
  color: #6a410d
}

a:hover {
  color: #a46617;
}

.ps {
  position: relative;
  float: left;
  width: 100%;
}

.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
  width: 100%;
}

.top-wrap {
  z-index: 2;
}

#container {
  min-height: 1000px;
  background: url(../m-img/header.png) top center no-repeat #fffbea;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#header {
  height: 185px;
}

#header .header {
  text-align: center;
  margin-top: 22px;
}

#header .main-name {
  font-size: 75px;
  color: #6a410d;
  font-family: 'blagovestregular';
  line-height: 1em;
  text-shadow: 1px 1px 8px #fff, 0 0 8px #fff;
  /*text-shadow: 1px 1px 2px #fff, 0 0 1em #fff;*/
}

#header .main-name:hover {
	text-decoration: none;
}

#header .main-prev {
  /*font-size: 22px;*/
  font-size: 40px;
  color: #000;
  font-weight: bold;
  text-shadow: 1px 1px 8px #fff, 0 0 8px #fff;
  letter-spacing: 1px;
  font-family: 'blagovestregular';
}

nav.menu {
  background: #232323;
  z-index: 5;
}

nav.menu a {
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 4px 0;
  letter-spacing: 0.5px;
  text-shadow: 0 0 3px #fff;
}

nav.menu ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 5px 35px;
  margin: 0;
}

nav.menu ul li {
  display: block;
  position: relative;
  float: left;
}

nav.menu ul li .sub-menu {
  display: none;
  position: absolute;
  top: 25px;
  line-height: 1.1em;
  left: -6px;
  padding: 4px 6px;
  background: #000;
  border: 1px solid #333333;
  box-shadow: 0 0 5px #333333;
}

nav.menu ul li:hover .sub-menu {
  display: block;
}

nav.menu ul li .sub-menu li {
  position: relative;
  float: left;
  width: 100%;
  color: #000;
  margin: 2px 0;
}

nav.menu ul li .sub-menu li a {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  padding: 2px 0;
  text-shadow: none;
  font-size: 14px;
}

.name-block {
  font-family: 'blagovestregular';
  font-size: 48px;
  color: #6a410d;
  /*line-height: 1.1em;*/
  line-height: 0.7em;
  margin-bottom: 15px;
  text-align: center;
}

.img-border {
	border: 8px solid #fffbea;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	border-radius: 3px;
}

.main-img {
	width: 54%;
	margin: 5px 20px 10px 0;
	float: left;
}

h1 {
  margin: 0;
}

.h1 {
  margin-top: 0;
    font-size: 55px;
    line-height: 42px;
    color: #6a410d;
    margin-bottom: 12px;
    font-family: 'blagovestregular';
}

.content .right-col {
  position: relative;
  float: right;
  width: 21.5%;
  font-size: 14px;
}

.news-block {
  margin: 0 0 15px;
}

.news-block .news {
	margin-bottom: 28px;
  line-height: 1.4em;
  font-size: 16px;
}

.news-block .news .news-link {
  position: relative;
  /*float: right;
  width: 52%;*/
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4em;
  /*font-family: 'robotoblack';*/
}

/*.news-block .news .news-images {
  position: relative;
  float: left;
  width: 45%;
  margin-top: 5px;
  border: 8px solid #fffbea;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
} */


.content {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 16px;
}

.content .left-col {
  position: relative;
  float: left;
  width: 76.5%;
  line-height: 1.4em;
  padding-bottom: 15px;
}

.content .left-col h4 {
  margin-bottom: 12px;
  font-size: 20px;
}

.content .left-col p {
  margin-bottom: 9px;
}

.content .left-col img {
  max-width: 100%;
}


.content .left-col .more-about {
  position: relative;
  float: right;
  width: 250px;
  background: #6a410d;
  color: #fff;
  text-align: center;
  font-family: 'blagovestregular';
  font-size: 20px;
  font-size: 29px;
  padding: 5px 0;
}

.content .left-col .more-about:hover {
  text-decoration: none;
  background: #a46617;
}

.pattern-line {
  height: 32px;
  background: url(../m-img/puttern.png) center center no-repeat;
}

.pattern-line.pattern-line-first {
  margin: 37px 0 20px;
}

.one-news-main {
  /*margin-bottom: 21px;*/
  margin-bottom: 30px;
}

.one-news-main .news-left {
  position: relative;
  float: left;
  width: 20%;

  border: 8px solid #fffbea;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 3px;
}

.one-news-main .news-right {
  position: relative;
  float: right;
  width: 78%;
}

.one-news-main .news-title {
  font-weight: bold;
  margin-bottom: 6px;
}

.center-video {
  padding: 0 12%;
  margin: 10px 0 20px;
}

.center-video .center-video-text {
  text-align: center;
}

.center-video .fix-video {
  border: 8px solid #fffbea;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 3px;
  margin-bottom: 11px;
}

.help {
  padding-bottom: 15px;
}

.help .help-text {
  padding: 0 12%;
}

.help .ya-button {
  text-align: center;
}

footer {
  background: #6a410d;
  color: #fff;
  margin-top: -30px;
}

#footer {
  height: 130px;
}

#footer .copiright {
  position: absolute;
  top: 70px;
  left: 20px;
  color: #fff;
  font-family: 'blagovestregular';
  font-size: 35px;
}


#bread-crumbs {
  /*margin-bottom: 5px;*/
  margin-bottom: 19px;
  color: #000;
  text-align: left;
  z-index: 2;
  font-family: 'blagovestregular';
  font-size: 23px;
}


#bread-crumbs a {
  color: #000;
  z-index: 2;
}




.project-line {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
}



.project-block {
  position: relative;
  width: 24%;
  /*margin: 5px 0.5%;*/
  margin: 5px 0.8% 5px 0;
  float: left;
  height: 201px;
  overflow: hidden;
  border: 1px solid #bdc0c5;
}

.project-block img {
  max-width: none !important;
}

@media(max-width: 1180px){
  .project-block {
    width: 201px;
  }
}

@media(max-width: 700px){
  .project-line{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5px;
   }
  .project-block {
    width: 32%;
    height: auto;
    margin: 5px 0;
  }

}

.fix-horizont-width {
  height: auto !important; 
  width: 100% !important;
}

.fix-horizont-height {
  height: 100% !important; 
  width: auto !important;
}




#pagin {
  text-align: left;
  margin: 20px 0 20px;
}

#pagin li {
  margin-left: 0;
  list-style: none;
  display: inline-block;
  padding: 0 !important;
  background: none !important;
}

#pagin li a, #pagin li span {
  display: block;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #6a410d;
  margin: 0 9px 0 0; 
  width: 43px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#pagin li.active a, #pagin li.active span, #pagin li a:hover {
  background: #6a410d;
  color: #fff !important;
}



#video .video_block {
  display:inline-block;
  vertical-align:top;
  width:47%;
  font-size:12px;
  margin-bottom:20px;
}

#video .video_block .video_code {
  position:relative;
  float:left;
  width:100%;
  margin-bottom:5px;
}

#video h3 {
  font-size: 17px;
}

#video .video_block.left {
  margin-right:1.8%;
}

#video .video_block.right {
  margin-left:1.8%;
}

@media (max-width: 950px) {
  #video .video_block {
    width:100%;
  }
  #video .video_block.left {
    margin-right:0;
  }
  #video .video_block.right {
    margin-left:0;
  }
}

.banner {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom:15px;
}

.banner img {
  max-width:100%;
}

#buttons-line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

#buttons-line .button {
  position: relative;
  float: left;
  width: 300px;
  height: 38px;
  background: url(../m-img/button-1.png) no-repeat;
  text-align: center;
  color: #fff;
  font-family: 'blagovestregular';
  font-size: 29px;
  text-transform: lowercase;
  padding-top: 7px;
  letter-spacing: 0.5px;
}

.voprosy-nastoyatelyu {
  position: relative;
  float: left;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 15px;
  background: url(../m-img/button-1.png) center center no-repeat;
  background-size: 100% auto;
  padding: 4px 0;
  margin-bottom: 9px;
}

.voprosy-nastoyatelyu.v-green {
  background: url(../m-img/button-1-green.png) center center no-repeat;
  background-size: 100% auto;
}

.voprosy-nastoyatelyu:hover {
  color: #fff;
}

.donations-form {
  border-top: 1px solid #6a410d;
  border-bottom: 1px solid #6a410d;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 59%;
}

.donations-form h4 {
  margin-bottom: 12px;
}

.donations-form span {
  font-size: 14px;
}

.donations-form .donations {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid #6a410d;
  margin-bottom: 12px;
  padding: 2px 4px;
}

.donations-form .donations-text {
  height: 240px;
}

.donations-list {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 18px;
  width: 38%;
  background: #fff;
  box-shadow: 0 0 15px #bbb;
  padding: 18px 10px;
  overflow-y: auto;
}

@media(max-width: 1100px){
  .donations-form .donations {
    width: 100%;
  }
}

.donations-list-title {
  text-align: center;
  color: #6a410d;
  font-family: 'blagovestregular';
  font-size: 38px;
}

.donations-list-subtitle {
  text-align: center;
  color: #6a410d;
  font-family: 'blagovestregular';
  font-size: 24px;
  margin: 10px 0;
}

.donations-sum {
  font-size: 16px !important;
  color: red !important;
  font-weight: bold;
}

.table-rasp td {
  padding: 0 5px;
  border: 1px solid #bbb;
  font-size: 19px;
}





#ads .one-ads {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom:10px;
  border-bottom: 1px solid #bbb;
}

#ads .one-ads-text {
  position: relative;
  float: left;
  width: 100%;
  margin:0 0 5px 0;
}

#ads-menu {
 
  width: 100%;
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; /* Обрезаем содержимое */
    text-overflow: ellipsis;
    color: red;
    text-shadow: 1px 1px 2px #eee;
  font-size: 17px;
  margin-bottom: 15px;
}

#ads-menu .ads-prev {
  display: none;
}

#ads-menu a {
  color: red;
}

#ads-menu .ads-prev.active {
  display: inline !important;
}





#set-review-form {
  margin-top: 12px;
}

#set-review-form .order-line-agreed {
  font-size: 13px;
}

#set-review-form .order-line-agreed a {
  color: #c32640;
}

#reviews-set {
  padding-top: 30px;
  padding-bottom: 30px;
}

#reviews-set .set-review-line {
  margin-bottom: 12px;
}

#reviews-set .reviews-set-title {
  font-size: 22px;
}

#reviews-set .rev-line-title {
  font-size: 13px;
}

#reviews-set .review-input {
  border: 1px solid #bbb;
  position: relative;
  float: left;
  min-width: 300px;
  width: 100%;
  padding: 8px 5px;
  margin-bottom: 7px;
  font-size: 14px;
  border-radius: 4px;
}

#reviews-set .review-textarea {
  min-height: 110px;
  border-radius: 3px;
}

#reviews-set .review-select {
  border: 1px solid #bbb;
  position: relative;
  float: left;
  min-width: 300px;
  width: 100%;
  padding: 8px 5px;
  font-size: 14px;
  border-radius: 4px;
}

#reviews-set .set-review-submit {
  float: right;
  background: #232323;
  width: 150px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  border: none;
  padding: 8px 0;
  text-transform: uppercase;
}

#reviews-set .set-review-submit:hover {
  background: #6a410d;
}

#reviews-page {
  padding: 20px 0;
}

#reviews-page .review-block {
  padding: 25px 0;
  color: #606060;
  border-bottom: 1px solid #bbb;
  line-height: 21px;
}

#reviews-page .review-block .review-block-text {
  /*margin-bottom: 15px;*/
  margin-bottom: 5px;
  font-style: italic;
}

#reviews-page .review-block .review-block-doc, #reviews-page .review-block .review-block-author {
  font-weight: bold;
}

#reviews-page .review-block .review-block-doc, #reviews-page .review-block .review-block-author span {
  font-weight: normal;
}

#reviews-page .review-block .answer {
  margin-top: 11px;
  font-style: italic;
}

.warning {
  background: #ff9d9d !important;
}