*::-webkit-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
	font-style: italic;
}
*:-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6{
  margin: 0;
}
*::-moz-placeholder {
	color: #a0a0a0;
	opacity: 1;
	font-style: italic;
}
*:-ms-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
	font-style: italic;
}
*{
	padding:0; margin:0;outline: none !important;
}
html {
	height: 100%;
}
img{
	border:none;
}
input{
  padding-right: 10px;
}
textarea{
  padding-top: 14px;
  resize: none;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	border:red 3px solid
}
body input:required:valid,
body textarea:required:valid {
	border: green 3px solid
}
body{
	background:#fff;
	font-size:13px;
	font-family: 'Open Sans';
    font-weight: 400;	
/*     font-family: 'Open Sans' Arial, Helvetica, sans-serif; */
	color:#969696;
	height: 100%;
	line-height:1.3;
	background-color: #fff;
	/*	background: url(../img/bg2.jpg) no-repeat 50% 0;
  	opacity: 0.5;*/
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.var2 .ya-share2{
    margin-bottom:25px;
    float:left;
}
.ya-share2{
    margin-bottom:25px;
    float:right;
}


/*
lazyload для видео
*/
.lazyVid {
    max-width: 680px;
    margin: 60px auto;
    padding: 0 20px;
}

.youtube {
    background-color: #000;
    margin-bottom: 10px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/* lazy popup youtube */
.youtube_popup .youtube_iframe{
    display: none;
}
@media only screen and (max-width : 991px) {
    .youtube_iframe iframe{
        max-width: 700px;
        max-height: 500px;
    }
}
@media only screen and (max-width : 767px) {
    .youtube_iframe iframe{
        max-width: 460px;
        max-height: 300px;
    }
}
@media only screen and (max-width : 479px) {
    .youtube_iframe iframe{
        max-width: 300px;
        max-height: 200px;
    }
}


/* Header
-----------------------------------------------------------------------------*/
/*Хлебные крошки*/
.breadcrumb {
    list-style: none;
    margin-bottom: 32px;
}
.breadcrumb li {
    float: left;
}
.breadcrumb li a {
    font-size: 14px;
  color: rgb( 50, 50, 50 );
    line-height: 1.286;
}
.breadcrumb li a:hover{
	text-decoration: underline;
}
.breadcrumb li.active {
  color: #fdaa40;
    font-size: 14px;
    line-height: 1.286;
}
.breadcrumb li::after {
    content: "/";
  color: rgb( 50, 50, 50 );
    margin-right: 4px;
    margin-left: 4px;
}
.breadcrumb li.active::after {
    content: "";
}
/*Пагинация*/
.pagination ul.pagination {
    list-style: none;
    text-align: center;
    margin-bottom: 28px;
}
.pagination {
    padding-top: 2px;
}
.pagination li {
    display: inline-block;
    text-align: center;
}
.pagination li a:hover, .pagination li.active a {
  color: #fdaa40;
} 	
.pagination li a {
    font-size: 30px;
    color: #323232;
    font-weight: bold;
  line-height: 1.6;
    text-align: center;
    display: block;
    padding: 0 8px;
	font-family: 'Open Sans';
    font-weight: 700;	
  /* font-family: 'Open Sans Bold'; */
}

/*Теги текстового блока*/
.text .table table td {
    height: 50px;
    padding-left: 25px;
}
.text{
	margin-bottom: 45px;
}
.text p {
  font-size: 14px;
  color: rgb( 50, 50, 50 );
  line-height: 1.714;
  margin-bottom: 20px;
}
.text h2 {
  font-size: 18px;
	font-family: 'Open Sans';
    font-weight: 700;
	/* font-family: 'Open Sans Bold', arial; */
  color: rgb( 50, 50, 50 );
  font-weight: bold;
  line-height: 1.333;
  margin-bottom: 30px;
}
.text ul{
	list-style: none;
	margin-left: 15px;
	margin-bottom: 40px;
}
.text ul li,
.text ol li{
  font-size: 14px;
  color: rgb( 50, 50, 50 );
  line-height: 1.714;
  padding-left: 22px;
  position: relative;
  margin-bottom: 11px;
}
.text ul li:before{
	content:" ";
	position: absolute;
    left: 0px;
	width: 7px;
	height: 7px;
	background-color: #fdaa40;
	border-radius: 50%;
	display: inline-block;
	float: left;
	margin-top: 9px;
}
.text ol{
  counter-reset: myCounter;
  margin-left: 14px;
}

.text ol li{
  list-style: none;
}

.text ol li:before {
  counter-increment: myCounter;
  content:counter(myCounter);
  color: #fdaa40;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
	position: absolute;
    left: 0px;
  line-height: 1.714;
}
.text .table table{
	width: 100%;
	border: 1px solid #e8e8e8;
	  font-size: 14px;
	  color: rgb( 50, 50, 50 );
	  line-height: 1.714;
	  margin-bottom: 50px;
}
.text .table table thead{
	background-color: #e8e8e8;
}
.text .video {
    margin-bottom: 40px;
    width: 100%;
}
.text .video img{
	width: 100%;
	display:block;
}
.text>.img{
	margin-bottom: 15px;
	float: right;
	margin-left: 25px;
}
/*Сайтбар навигация*/
.nav_site .osn_title {
  color:#fff;
  text-align: center;
  margin-bottom: 18px;
}
.nav_site {
    background: url(../img/bg_nav.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 31px 21px 14px 15px;
}
.nav_site ul{
	list-style: none;
	margin-bottom: 5px;
}
.nav_site ul li a {
    background-color: transparent;
    width: 100%;
    padding-bottom: 12px;
    display: block;
    padding-left: 10px;
    padding-top: 8px;
    text-align: left;
    position: relative;
    margin-bottom: 17px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
}
.bg_fon .nav_site ul li a{
	text-align: center;
}
.bg_fon .nav_site {
    margin: 0 -35px 0 -15px;
    padding: 30px 35px;
}
.nav_site ul li a:hover {
  color: #323232;
  background-color: #fdaa40;
  border:1px solid #fdaa40;
}
.nav_site ul li ul{
	margin-left: 30px;
	margin-bottom: 0;
}
.nav_site ul li ul li a{
	padding-top: 25px;
}

/*Сайтбар Форма подписки*/
.btn_form_rss{
    padding: 24px 15px 38px;
    background: url(../img/bg_form1.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.top_btn_form{
	margin-bottom: 55px;
}
.top_btn_form .btn_form_rss{
    padding: 24px 15px 38px;
    background: url(../img/bg_forn_rss.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height:200px;
    margin-right:-15px;
    overflow:hidden;
}
.btn_form_rss .osn_title{
  font-size: 30px;
  color: rgb( 255, 255, 255 );
  margin-bottom: 20px;
  text-align: center;
  line-height:1.1;
}
.btn_form_gadanie .osn_title{
  font-size: 30px;
  color: rgb( 49, 66, 65 );
  margin-bottom: 20px;
  text-align: center;
  line-height:1.1;
}
.btn_form_gadanie{
    padding: 30px 15px;
    background: url(../img/bg_form2.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin-bottom: 50px;
}
.top_btn_form .btn_form_gadanie{
    padding: 30px 15px;
    height:200px;
    overflow:hidden;
    margin-left:-15px;
    background: url(../img/bg_form_sesh.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.btn_form_default{
	border:none;
  border-radius: 3px;
  background-color: rgb( 253, 170, 64 );
  width: 100%;
  display: block;
  height: 41px;
  font-size: 14px;
	font-family: 'Open Sans';
    font-weight: 600;
  /* font-family: 'Open Sans Semibold'; */
  color: rgb( 50, 50, 50 );
  text-transform: uppercase;
  text-align: center;
  /*padding-top: 12px;*/
  line-height:41px;
}
.btn_form_default:hover{
  background-color: #314241;
  color: #fff;
}
.btn_form_undefault{
	border:none;
  border-radius: 3px;
  background-color: #314241;
  width: 100%;
  display: block;
  height: 41px;
  font-size: 14px;
	font-family: 'Open Sans';
    font-weight: 600;
 /*  font-family: 'Open Sans Semibold'; */
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  text-align: center;
  padding-top: 12px;
}
button.btn_form_undefault,
button.btn_form_default{
	padding:0 !important;
}
.btn_form_undefault:hover{
  background-color: rgb( 253, 170, 64 );	
  color: rgb( 50, 50, 50 );
}
.top_btn_form .btn_form_rss,
.top_btn_form .btn_form_gadanie{
	margin: 0 -15px;
	padding-left: 260px;
}
.banner img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
/*Фиксированое меню*/
.navigation {
  background-color: #FFF;
  height: 115px;
    width: 100%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    font-size: 14px;
	padding-bottom: 0;
    position: relative;
    top: 0;
}
.header_fix .container {
    position: relative;
}
.menu{
	float: left;
}
.menu a:hover {
	text-decoration: underline;
}
.navigation.fixed{
	    position: fixed;
	    top: 0;
	    z-index: 20;
	    width: 100%;
  background: #fff;
	}
	.header_fix {
	    width: 100%;
	    clear: both;
	    position: relative;

	}
.q{
	width: auto;
	float: right;
	padding-top: 22px;
}
.q i {
  font-size: 36px;
	color: #fff;
  text-transform: uppercase;
  margin-right: 12px;
}

/*Модальное окно форма*/
.modal_form_wrapp_rss {
    width: 420px;
    overflow: hidden;
}
.modal_form_wrapp_sesh .modal_form{
	width: 420px;
	border-radius: 3px;
    padding: 30px 27px;
    background: url(../img/bg_form.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.modal_form_wrapp_rss .modal_form{
	width: 420px;
	border-radius: 3px;
    padding: 30px 27px;
    background: url(../img/bg-rss.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.modal_form_wrapp_sesh .btn_form_undefault{
	width: 210px;
	margin:  0 auto;
}
.modal_form_wrapp_rss .btn_form_default{
	width: 210px;
	margin:  0 auto;
}
.modal_form .title {
	font-family: 'Open Sans';
    font-weight: 700;
       /*  font-family: 'Open Sans Bold'; */
  font-size: 24px;
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}
.modal_form input {
    border: none;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 27px;
    padding-left: 15px;
}
.modal_form textarea {
	border: none;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    height: 40px;
    margin-bottom: 27px;
    height: 150px;
	padding-top: 14px;
    padding-left: 15px;
    display:none;
} 
.modal_form select {
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.modal_form .btn_undefault{
	width: 100%;
}
.modal_form{
	position: relative;
}
.close_button {
  border-radius: 50%;
  background-color: #314241;
  position: absolute;
  right: -17px;
  top: -17px;
  width: 34px;
  height: 34px;
  text-align: center;
  display: block;
}
.modal_form_wrapp_rss .close_button {
  background-color: #fdaa40;
}
.modal_form.form_articles {
    width: 100%;
    margin-bottom: 25px;
}
.close_button i{
  font-size: 20px;
  color: #fff;
  line-height: 1.60;
  text-align: center;
}
/*Стили Поста*/
.video_gallery .item {
    margin-bottom: 36px;
    overflow: hidden;
}
.last_in_sprav .item {
    border-bottom: 1px solid #adb1b1;
    margin-bottom: 28px;
    padding-bottom: 22px;
}
.footer .last_in_sprav .item{
	border-bottom: none;
	margin-bottom: 0;
}
.video_gallery .item .img {
    margin-bottom: 40px;
}
.last_in_sprav .item .img img, .video_gallery .item .img img {
    display: block;
    width: 100%;
}
.net .item .date, .video_gallery .item .date, .post .date{
  font-size: 14px;
  color:#fdaa40;
  display: block;
font-style: italic;
margin-bottom: 20px;
}
.date i{
	margin-right: 15px;
}
.net .title a, .top_foot .item .title a, .video_gallery .title a, .video_gallery .title{
    font-size: 16px;
    color: #323b3c;
	font-family: 'Open Sans';
    font-weight: 600;
    display: block;
    line-height: 1.36;
    margin-bottom: 20px;
    overflow: hidden;
    height: 63px;
}

.articles_list .title a{
    height: auto;
    display: inline-block;
}

.articles_list .item .btn_default{
    display: inline-block;
}

.net .title a:hover, .top_foot .item .title a:hover, .video_gallery .title a:hover{
	text-decoration: underline;
}
.net .item .text, .video_gallery .item .text, .top_foot .item .text {
    font-size: 14px;
    color: rgb( 50, 50, 50 );
    line-height: 1.429;
    margin-bottom: 20px;
}
.footer .net .title a,
.footer .item .text{
	color:#fff;
}
.net .item .btn_default{
	text-align: left;
}
.btn_default {
    text-align: center;
  	border-radius: 20px;
  	background-color: transparent;
    text-align: center;
    border: none;
    display: block;
    cursor: pointer;
    font-size: 14px;
  color: #fdaa40;
  font-style: italic;
    z-index: 5;
    margin: 0 auto;
}
.sidebar .btn_default{
	width: 100%;
	height: auto;
}
.net{
	margin-bottom: 31px;
}
button .btn_default{
	padding: 0;
}
.btn_default:hover{
	text-decoration: underline;
}
.sidebar .btn_undefault{
	width: 100%;
}
.btn_undefault{
  background-color: rgb( 246, 112, 90 );
  width: 150px;
  height: 45px;
  padding-top: 12px;
  font-size: 16px;
  color: rgb( 255, 255, 255 );
  text-transform: uppercase;
  display: block;
  border:none;
  cursor: pointer;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
}
.form_podpiska input[type="submit"]{
	border:none !important;
  border-radius: 3px !important;
  background-color: rgb( 253, 170, 64 ) !important;
  width: 210px !important;
  display: block !important;
  height: 41px !important;
  font-size: 14px !important;
	font-family: 'Open Sans' !important;
    font-weight: 600 !important;
  color: rgb( 50, 50, 50 ) !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 auto !important;
}
button.btn_undefault{
	padding-top: 0;
}
.form_podpiska input[type="submit"]:hover{
  background-color: #314241 !important;
  color: #fff !important;
}
.btn_undefault:hover{
  	background-color: #00ad5d;	
}
.form_confid {
    display: block;
    padding: 0 0 15px;
    font-size:14px;
    color:#fff;
    text-align: center;
}
.form_confid a {
    font-size:14px;
    color:#444444;
    text-decoration: none;
}
.form_confid a:hover {
	text-decoration: underline;
}
.form_podpiska .form_confid {
    color: #fff;
    margin-top: -25px;
}
.form_podpiska .form_confid a {
    color: #fdaa40;
}
p a, span a {
	color:#fdaa40;
	text-decoration: none;
}
p a:hover, span a:hover {
	text-decoration: underline;
}
/* Middle
-----------------------------------------------------------------------------*/
.form_podpiska .mc-field-group{
	width: 100%;
	margin-bottom: 20px;
}
.form_podpiska input{
	width: 100%;
	background-color: #fff;
	padding-left: 15px;
	height: 40px;
	border:none;
	border-radius: 3px;
}
.form_podpiska h2{
  font-size:30px !important;
	font-family: 'Open Sans' !important;
    font-weight: 700 !important;
  color: rgb( 255, 255, 255 ) !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin-bottom: 20px;
}
.form_podpiska label{
	text-align: center;
  font-size: 14px;
  display: block;
  width: 100%;
  margin-bottom: 8px;
  color: rgb( 255, 255, 255 );
}
.footer .search{
	margin-top: 22px;
}
.top_block_cont {
    padding: 40px 0 2px;
    margin-bottom: 30px;
    margin-top: 30px;
    margin-right: 30px;
}
.top_block_cont h1 {
    margin-top: 0px;
    margin-bottom: 32px;
    text-transform: none;
    color: #fff !important;
    font-size: 36px;
	font-family: 'Open Sans';
    font-weight: 700;
    font-style:italic;
    /* font-family: 'Open Sans Bold Italic', arial; */
}
.top_block_cont h1 .img{
	float: left;
	margin-right: 25px;
}
.top_block_cont h1 img{
	display: block;
}
.top_block_cont .text p {
    font-size: 16px;
    color: rgb( 255, 255, 255 );
    line-height: 1.875;
}
/*Поиск*/
.search{
	overflow: hidden;
	margin-bottom: 30px;
}
.search form{
	position: relative;
}
.search input{
	width: 96%;
	border:none;
	padding-left: 10px;
	position: relative;
	height: 40px;
	border-radius: 3px;
}
.search button {
    font-size: 15px;
    color: rgb( 50, 50, 50 );
    position: absolute;
    right: 16px;
    background-color: transparent;
    border: none;
    top: 9px;
}
.bg_fon {
    background: url(../img/bg_fon_top.jpg) 0 100% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.var2 .osn_cont h1,
.var2 .osn_cont .osn_title{
	text-align: center;
}
.var2 .header{
	margin-bottom: 0 !important;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	position: relative;
	background-color: #fff;
}
.foot_wrapp{
	margin: 0 -15px;
}
/* FIX */
.mse2-row .title .search-link {
    height: auto;
}

/**/
#mc_embed_signup {
    background-color: transparent !important;
}

.pol_rebonka_block input[type="text"], .pol_rebonka_block select {
    width: 115px;
    margin-left: 15px;
}
.pol_rebonka_block td {
    padding: 5px 0;
}
.pol_rebonka_block.test_pol table{
    border-collapse: collapse;
    border-spacing: 0;
    width: 50%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
}

.form_block_gadanie .btn_form_default {
    width: auto;
    padding: 0 25px;
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.8;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('../img/icon_top.png') no-repeat;
	z-index:1000;
}

/*------Стили блоков контента для мобилок--------------*/
@media only screen and (max-width: 767px) {
   blockquote, .text_edit blockquote {
     font-size: 14px;
     padding: 25px 30px;
   }
   blockquote .skobka_up, .text_edit blockquote .skobka_up {
     left: 10px;
     top: 10px;
     width: 16px;
   }
   blockquote .skobka_down, .text_edit blockquote .skobka_down {
     bottom: 10px;
     right: 10px;
     width: 16px;
   }
   .text_block_tpl_icon svg {
     height: 15px;
     width: 30px;
   }
   .text_block_tpl_icon {
     height: 30px;
     line-height: 30px;
     width: 30px;
   }
   .text_block_tpl_text {
     padding: 0 0 0 40px;
   }
}



.articles_list.articles_list-list .item{
    display: table;
    width: 100%;
}
.articles_list.articles_list-list .item > *{
    display: table-cell;
    vertical-align: top;
}
.articles_list.articles_list-list .item_preview{
    width: 200px;
}
.articles_list.articles_list-list .item_content{
    padding-left: 20px;
}

@media only screen and (max-width: 599px){
    .articles_list.articles_list-list .item{
        display: block;
    }
    .articles_list.articles_list-list .item > *{
        display: block;
    }
    .articles_list.articles_list-list .item_preview{
        margin-bottom: 20px;
    }
    .articles_list.articles_list-list .item_content{
        padding-left: 0;
    }
}