/*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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	color: #4e4e4e;
	line-height: 1;
	margin: 0 auto;
    font-family: 'PT Serif', serif;
}
ol, ul {
    list-style: none;
}

ol li, ul li {
    font-size: 18px;
}

h1 {
    /*border-bottom: 1px solid #4e4e4e;*/
    color: #333;
    font-size: 30px;
    font-weight: 400;
    margin: 30px 0 30px;
}

h2 {
    /*border-bottom: 1px solid #4e4e4e;*/
    color: #4E4E4E;
    font-size: 30px;
    font-weight: 400;
    margin: 20px 0;
    text-align: center;
}

h3 {
    /*border-bottom: 1px solid #4e4e4e;*/
    color: #4E4E4E;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
}

h4 {
    /*border-bottom: 1px solid #4e4e4e;*/
    color: #4E4E4E;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 20px 0;
}

a {
    color: #46A3F0;
    font-size: 18px;
    font-weight: 100;	
}

/*.tags a {
    background: #f7f7f7;
    border: 1px solid #c0c0c0;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 11px;
    color: #c0c0c0;
}*/

a.active {
    border-bottom: 4px solid #46A3F0;
}

a.more {
    background-color: #46A3F0;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    display: block; 
    font-size: 19px;
    height: 45px;
    margin: 10px auto;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 190px;
}

.top__nav-list a:hover {
     border-bottom: 4px solid #46A3F0;
}


.green {
    color: #46A3F0 !important;

}

p {
    color: #000;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

p strong {
    font-size: 20px;
    font-weight: 600;
}

p.bread {
    font-size: 14px;
    margin: 10px 0 0;
}

p.bread a {
    font-size: 14px;
    margin: 10px 0 0;
}

blockquote {
    background: #fcfcfc;
    border-left: 5px solid #46A3F0;
    font-size: 18px;
    padding: 5px 0 5px 10px;
}

.tags span {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    color: #ccc;
    display: block;
    float: left;
    margin: 10px 15px;
    padding: 6px;
}

b, strong {
	font-weight: 500;
}

span {
	color: #4e4e4e;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
.clearfix {
  zoom: 1; /* ie 6/7 */
}

.wrapall, .wrapper {
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
}

.tophead {
    height: 130px;
    overflow: hidden;
}

.logo {
    float: left;
    height: 65px;
    margin: 20px 0 0 0;
    width: 210px;
}

.weather {
    float: left;
    width: 440px;
    margin: 45px 0 0 150px;
    font-size: 18px;
}

.social {
    float: right;
    width: 300px;
    margin: 30px 0 0 100px;
    font-size: 18px;
    text-align: right;
}

.social img {
    border-radius: 50%;
    height: 30px;
    margin-left: 10px;
}

.one-string {
    border: 1px solid #46A3F0;
    box-sizing: border-box;
    font-size: 13px;
    min-height: 29px;
    max-height: auto;
    margin: 5px 0 0;
    padding: 0px;
    position: relative;
    width: 100%;
}

.os {
    background: #4e4f51;
    color: #fff;
    float: left;
    font-size: 12px;
    left: 0;
    padding: 5px;
    position: absolute;
    text-transform: uppercase;
    width: 115px;
    bottom: 0;
    height: 67%;
}

.one-string__wrapper {
    position: absolute;
    display: none;
    height: 28px;
}

.one-string__time {
    background: #46A3F0;
    float: left;
    padding: 7px;
}

.one-string__content {
    float: left;
    padding: 5px;
}

nav.mobile_top, .mobile-menu, .mobile-menu__container  {
    display: none;
}

nav.topnav{
    position: absolute;
}

nav.topnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.topnav ul li {
    float: left;
    list-style-type: none;
    padding: 7px 5px;
    position: relative;
}

nav.topnav ul li a {
    color: #333;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.search {
    float: right;
}

.search input[type=text] {
    background: #fff;
    border: 1px solid #46A3F0;
    box-sizing: border-box;
    float: right;
    font-size: 16px;
    height: 35px;
    padding: 5px 10px;
    width: 245px;
}

.wideplacement {
    height: 91px;
    width: 100%;
}

.topnews {
    float: left;
    margin: 5px 5px 0 0;
    width: 900px;
}

.first {
    background: #c0c0c0;
    float: left;
    height: 380px;
    position: relative;
    width: 630px;
}

.first__desc {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    /*font-family: 'Lato';*/
    font-size: 20px;
    height: 30%;
    padding: 20px 8px;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0s;
    width: 100%;
}

.first img {
    height: 380px;
    width: 630px;
}

.second, .third {
    background: #c0c0c0;
    float: left;
    height: 185px;
    margin: 0 0 0 7px;
    position: relative;
    width: 260px;
}

.second img, .third img {
    height: 185px;
    width: 260px;
}

.third {
    margin-top: 10px;
}

.second img, .third img {
    height: 185px;
    width: 260px;
}

.sec__desc {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    /*font-family: 'Lato';*/
    font-size: 18px;
    height: 100%;
    line-height: 23px;
    padding: 45px 8px;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0s;
    width: 100%;
}

.stream {
    border: 1px solid #46A3F0;
    height: 505px;
    float: left;
    margin-top: 5px;
    overflow: hidden;
    width: 293px;
}

.content-1{
    overflow: hidden;
    height: 465px;
}

.content-1.long{
    overflow: hidden;
    height: 640px;
}

.stream.stream_inner {
    height: 700px;
}

.stream__newslist-top {
    background: #46A3F0;
    color: #fff;
    font-size: 20px;
    height: 25px;
    text-align: center;
    font-weight: 500;
    padding: 5px 45px;
}

.stream__newslist-item {
    box-sizing: border-box;
    padding: 5px 20px;
}

.stream__newslist-item a {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    width: 100%;
}

.stream__newslist-item b, .stream__newslist-item strong {
    color: #608321;
    font-weight: 600;
}

.stream__newslist-item.best {
        background: #F7E5BE;
}

.shortplacement {
    height: 110px;
    width: 897px;
    margin: 15px 0 0 0;
}

.main_news {
    float: left;
    width: 820px;
}

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

.main_news__more > .main_news__newsblock:nth-child(3n+3) {
    margin-right: 0;
}

/*.tpl-block-list > .main_news__newsblock:nth-child(3n+3) {
    margin-right: 0;
}*/

.main_news__newsblock {
    /*background: #c0c0c0;*/
    float: left;
    height: 243px;
    margin: 15px 30px 7px 0;
    position: relative;
    width: 380px;
}

.main_news__newsblock img {
    height: 100%;
    width: 100%;
}

.main_news__newsblock a > .sec__desc {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    /*font-family: 'Lato';*/
    font-size: 18px;
    height: 50%;
    line-height: 23px;
    padding: 30px 8px;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0s;
    width: 100%;
}

.main_news__date {
    background-color: #46A3F0;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    height: 30px;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 20px;
    width: 120px;

}

.main_news__placement {
    background: #c0c0c0;
    float: left;
    height: 240px;
    margin: 15px 15px 7px 0;
    width: 380px;
}

.articletext img {
    height: auto !important;
    max-width: 100% !important;
}

.wideblock {
    width: 100% !important;
}

.imgover {
    height: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.wideblock__over {
    background-color: rgba(0,0,0,.7);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 26px;
    height: 35%;
    line-height: 23px;
    padding: 30px 8px;
    position: absolute;
    text-align: center;
    transition: all .5s ease 0s;
    width: 100%;
}

.wideblock__over h1 {
    color: #fff;
}

.placement {
    float: right;
    width: 380px;
}

.miniplacement {
    background: #ff00ff;
    float: left;
    height: 240px;
    margin: 15px 15px 7px 0;
    width: 380px;
}

.newscontent {
    float: left;
    margin: 25px 5px 0 0;
    width: 900px;
}

.main__newsblock {
    width: 890px;
}

.main__newsblock img {
    width: 100%;
}

/*.main__newsblock a {
    color: #46A3F0;
    font-size: 18px;
}*/

.main__newsblock ul {
    list-style-type: disc;
}

.main__newsblock ul li {
    color: #333;
    font-size: 18px;
    font-weight: 100;
}

/*.main__newsblock a:hover {
    background: #46A3F0;
    color: #fff;
    font-size: 18px;
}*/

.right {
    width: 295px;
    float: left;
}

.zone {
    margin-top: 10px;
}

footer {
    background: #282828;
    height: 400px;
    margin-top: 40px;
}

nav.footernav{
    display: block;
    margin: 20px auto;
    width: 980px;
}

nav.footernav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav.footernav ul li {
    float: left;
    list-style-type: none;
    padding: 7px 5px;
    position: relative;
}

nav.footernav ul li a {
    color: #fff;
    font-size: 18px;
    font-family: "Lato";
    font-weight: 500;
    text-decoration: none;
}

footer a {
    font-size: 14px;
}

.address {
    color: #c0c0c0;
    font-size: 14px;
    float: left;
    margin: 65px 0 25px 0;
    width: 440px;
}

.copy {
    color: #c0c0c0;
    font-size: 14px;
    float: right;
    margin: 130px 0 0 ;
    text-align: right;
}

.counter {
    clear: both;
    margin-top: 20px;
}

hr.inner {
   color:  #46A3F0;
}

div.inner {
    background-color:  #46A3F0;
    height: 1px;
    margin: 10px 0;
 }

.crdate {
    float: left;
    font-size: 13px;
    text-decoration: none;
}

.username {
    float: right;
    font-size: 13px;
    text-decoration: none;
}

.tpl-block-pagination {
    width: 500px;
    margin: 20px auto;
    height: 50px;
    color: #fff;
}

.timestamp p, .timestamp a {
    font-size: 14px;
}

#browse_cc {
    font-size: 18px;
    margin: 20px 0 0;
}

.bzone1 {
    overflow: hidden;
}

.bzone1 img {
    width:100%
}

/*Вкладки справочника*/
.tabs { width: 100%; padding: 0px; margin: 0 auto; }
.tabs>input { display:none; }
.tabs>div {
    display: none;
    padding: 12px;
    border: 1px solid #C0C0C0;
    background: #FFFFFF;
}
.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: #666666;
    border: 1px solid #C0C0C0;
    background: #E0E0E0;
    cursor: pointer;
}
.tabs>input:checked + label {
    color: #000000;
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: #FFFFFF;
}
#tab_1:checked ~ #txt_1,
#tab_2:checked ~ #txt_2,
#tab_3:checked ~ #txt_3,
#tab_4:checked ~ #txt_4,
#tab_5:checked ~ #txt_5,
#tab_6:checked ~ #txt_6, 
#tab_7:checked ~ #txt_7, 
#tab_8:checked ~ #txt_8, 
#tab_9:checked ~ #txt_9,
#tab_10:checked ~ #txt_10 { display: block; }

/* СЛАДЙЕР */
.slider {
    max-height: 450px;
    position: relative;
    overflow: hidden;
  }

  .slider__wrapper {
    display: flex;
    transition: transform 0.6s ease;
  }

  .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

 
  .slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .5);
  }

  .slider__control:hover,
  .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
  }

  .slider__control_left {
    left: 0;
  }

  .slider__control_right {
    right: 0;
  }

  .slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }

  .slider__control_left::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }

  .slider__control_right::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }

  .slider__item>div {
    line-height: 250px;
    font-size: 100px;
    text-align: center;
  }

/*##################################################################*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container.b_wide_2 {
    margin-top: 10px;
}
.swiper-container.b_medium_1 {
    margin-bottom: 10px;
}
.swiper-container.b_medium_2 {
    margin-top: 10px;
}
.swiper-container.b_side_1 img,
.swiper-container.b_side_2 img {
    height: 243px;
}
.swiper-container.b_medium_1 img,
.swiper-container.b_medium_2 img,
.swiper-container.b_medium_11 img,
.swiper-container.b_medium_22 img {
    width: 100%;
}
.swiper-container.b_side_11 .swiper-slide:not(.swiper-slide-active),
.swiper-container.b_side_22 .swiper-slide:not(.swiper-slide-active),
.swiper-container.b_side_33 .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}