@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  height: 100%;
  margin: 0; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

#wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1240px;
  margin: 0 auto; }

header {
  background: #f5f5f5;
  padding: 30px 0; }

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.header__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%; }

.logo img {
  width: 100%; }

.slider {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.slider__group {
  width: 100%; }

.header__baner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding: 7px 12px; }

.baner__img {
  width: 20%; }

.baner__img img {
  width: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%; }

.baner__description {
  width: 80%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 15px;
  font-family: 'PT Sans', sans-serif;
  font-size: .875rem; }

.baner__text {
  margin: 0; }

.baner__author {
  width: 100%;
  text-align: center; }

.header__search {
  width: 50%;
  padding: 0 20px;
  display: flex;
  margin: auto 0;
  justify-content: center; }

form.search {
  /* margin-bottom: 1%; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  align-items: center; }
  /* form.search:hover input[type="search"] {
    border: 2px solid #919191; }
  form.search:hover input[type="submit"] {
    background: #919191; } */

.form__group {
  border: none;
  margin: 0;
  padding: 0;
}

.search input {
  padding: 8px 8px 1px;
  border: none;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  cursor: pointer;
  color: #323232;
  font-size: .875rem;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .search input:focus {
    outline: none; }

.search input[type="search"] {
  text-align: center;
  width: 70%;
  background-color: transparent;
  border-bottom: 2px solid #363636; }
  
#search {
    background-color: transparent !important;
  border-bottom: 2px solid #363636 !important;
}
  
.search input[type="searchdate"] {
  text-align: center;
  width: 30%;
  border: 2px solid gainsboro; }

.search input[type="submit"] {
  font-weight: bold;
  text-transform: uppercase; }
  
#wrapper > header > div > div > div.header__search > form > fieldset > input[type=submit]:nth-child(3) {
    background: url(../img/searchmagnifierinterfacesymbol_79894.png) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.feedback {
    width: 50%;
}

.video {
    margin-top: 20px;
}


.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.social__item {
  display: inline-block;
  margin: 2%;
  padding: 5px;
  min-width: 30px;
  background: #363636; }
  .social__item:hover i {
    color: #c82b21; }

.social__item i {
  width: 100%;
  color: #f5f5f5;
  font-size: 14px;
  text-align: center;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

#data {
  text-align: center;
  font-weight: bold;
  letter-spacing: .04rem;
  color: #383838; }

#menu .mm-navbar .mobile__link {
  color: #ccc;
  font-size: 1rem; }

.mobile-menu {
  text-decoration: none;
  color: #c82b21;
  font-size: 1.2rem;
  display: none; }

.nav__line {
  background: #3b3b3b;
  padding: 0;
  height: 50px; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.menu__item {
  list-style-type: none; }
  
#ban02 {
    display: none;
}

.menu__link {
  display: block;
  color: whitesmoke;
  padding: 20px 40px;
  text-transform: uppercase;
  text-decoration: none;
  background: #3b3b3b;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .menu__link:hover {
    background: #ce1616; }

.content {
    width: 48%;
    margin: 0 1%;
}

.file__btn {
    display: none;
}

#Calendar{
       margin-top:5px;
       margin-bottom:15px
   
   }
       #Calendar .calendar {
    width: 100%;
        padding:10px
 
}
#Calendar .event {
      max-height: 200px;
      border: 4px solid #dcdcdc;
}
#Calendar a.lk{
       text-decoration:none;
       color:#000
   }
   
#Calendar .calendar {
        margin-bottom: 20px;
}

.content__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 30px 0; }

#ban01 {
    margin-bottom: 4%;
}

.left-sidebar {
  width: 25%; }
  
.left-sidebar-mod {
    width: 70%;
}
  
.news-left-sidebar {
   width: 25%; 
}

.content {
  width: 50%; 
}

.right-sidebar {
  width: 25%; }
  
.news-right-sidebar {
  width: 28%; }

/* Базовый контейнер табов */
.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0; }

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none; }

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none; }

.r-tabs .r-tabs-accordion-title {
  display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block; }

/* Базовые стили табов */
.r-tabs {
  position: relative;
  background-color: #f1f1f1;
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
          border-radius: 4px; }
  .r-tabs .r-tabs-nav .r-tabs-tab {
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
    text-align: center;
     }
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 3px 15px;
    text-decoration: none;
    font-size: .875rem;
    color: #555;
    text-align: center; }
  .r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5; }
  .r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    text-shadow: none;
    background-color: white;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px; }
  .r-tabs .r-tabs-panel {
    background-color: white;
    border-bottom: 4px solid white;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #f1f1f1;
    color: #555;
    text-decoration: none;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #555; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5; }

#news-tab, #marketing-tab {
  padding: 0; }

button {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  line-height: 100%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  vertical-align: middle;
  font-weight: bold;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #00c5ad;
  -webkit-box-shadow: 0px 3px 0px 0px #00ab94;
          box-shadow: 0px 3px 0px 0px #00ab94;
  cursor: pointer; }

/* Info bar */
.info {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 10px 20px;
  width: 300px;
  line-height: 100%;
  font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 14px;
  color: #00c5ad;
  border: 2px solid #00ab94;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer; }

#news-list__tabs .nav__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  #news-list__tabs .nav__tabs li a {
    width: 100%;
    padding: 10%; }
    #news-list__tabs .nav__tabs li a:focus, #news-list__tabs .nav__tabs li a :active {
      border-top: 1px solid #c82b21; }

.news-preview__item {
  display: block;
  text-decoration: none;
  color: #555;
  margin-bottom: 5%; }
  .news-preview__item:last-child {
    margin-bottom: 0; }
  .news-preview__item:hover {
    font-weight: bold; }
  .news-preview__item:hover time {
    color: #c82b21; }
  .news-preview__item:hover i.fa-camera {
    color: #00b8ff; }
  .news-preview__item:hover i.fa-video {
    color: #ff008d; }

.news-preview__text {
  margin: 0; }
  .news-preview__text time {
    margin-right: 2%; }

.title_hidden {
  display: none;
  white-space: nowrap; }

.general__news_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
/*  .general__news_header.general__news_header:hover .general__news_title {
    display: none; }
  .general__news_header.general__news_header:hover .title_hidden {
    display: block; }
*/
.general__news_img img {
  width: 100%; }

.general__news_title,
.title_hidden {
  color: #ce1616;
  /*font-family: 'XXII Centar Regular';*/
  font-weight: bold;
  font-size: 2rem;
  margin: 1% 3% 0;
  text-align: center;
  height: 90px;
  margin: 0; }

.general__news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 20px 0; }

.general_news_item {
  display: block;
  text-decoration: none;
  width: 45%;
  margin: 0 10% 3% 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }
  .general_news_item:hover .news__item_img::after {
    content: 'Читать'; }
  .general_news_item:hover .news__item_img img {
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }

.general_news_item:nth-child(even) {
  margin: 0 0 3% 0; }

.news__title {
  margin: 0;
  width: 100%;
  text-align: left;
  color: #3d3d3d; }

.news__item_img {
  position: relative; }

.news__item_img::after {
  content: 'Вольск';
  text-transform: uppercase;
  padding: 5px 5px 5px 2px;
  font-size: .75rem;
  color: white;
  font-weight: bold;
  letter-spacing: .1rem;
  position: absolute;
  top: 5%;
  left: -3.9%;
  background: #b7261c; }

.news__item_img::before {
  content: '';
  position: absolute;
  top: 20%;
  left: -3.9%;
  border-top: 10px solid #691915;
  border-left: 10px solid transparent; }

.news__item_img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

.marketing_item {
  width: 100%;
  text-decoration: none;
  display: block;
  margin-bottom: 3%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  .marketing_item:hover {
    -webkit-filter: brightness(75%);
            filter: brightness(75%); }

.marketing_item img {
  width: 100%; }

.priority-marketing_mobile {
  display: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .priority-marketing_mobile .marketing_item_mobile {
    width: 48%;
    margin: 1%; }
    .priority-marketing_mobile .marketing_item_mobile img {
      width: 100%; }

#feedback {
  padding: 0;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 10%; }

.send-news, .send-marketing {
  width: 100%;
  padding: 3%; }
  .send-news input, .send-news textarea, .send-marketing input, .send-marketing textarea {
    width: 100%;
    padding: 4%;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3%;
    border: 1px solid #555; }
  .send-news::-webkit-input-placeholder, .send-marketing::-webkit-input-placeholder {
    color: #555; }
  .send-news::-moz-placeholder, .send-marketing::-moz-placeholder {
    color: #555; }
  .send-news:-ms-input-placeholder, .send-marketing:-ms-input-placeholder {
    color: #555; }
  .send-news::-ms-input-placeholder, .send-marketing::-ms-input-placeholder {
    color: #555; }
  .send-news::placeholder, .send-marketing::placeholder {
    color: #555; }
  .send-news textarea, .send-marketing textarea {
    resize: none; }
  .send-news input[type="submit"], .send-marketing input[type="submit"] {
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: .05rem;
    color: #c82b21;
    cursor: pointer;
    background: #dcdcdc;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }
    .send-news input[type="submit"]:hover, .send-marketing input[type="submit"]:hover {
      background: #8c8c8c;
      color: #fff; }

.file__btn {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 8%;
  background: #fff;
  border: 1px solid darkgray;
  text-align: center;
  margin-bottom: 3%; }
  .file__btn input[type="file"] {
    display: none; }
  .file__btn:hover {
    background: #8c8c8c; }
  .file__btn:hover span {
    color: #fff; }
  .file__btn label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .file__btn span {
    font-size: 1rem;
    color: #555;
    position: absolute;
    top: 25%;
    left: 20%; }

.marketing__mini {
  border: 1.5px solid #ccc;
  padding: 3%;
  font-size: .9rem; }
  .marketing__mini .marketing__mini_title {
    margin: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 8%;
    color: #c82b21;
    font-weight: bold; }
  .marketing__mini .marketing__mini_link {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 3%;
    color: #555; }
    .marketing__mini .marketing__mini_link:hover {
      font-weight: bold; }
    .marketing__mini .marketing__mini_link:hover i {
      color: #c82b21; }

footer {
  background: #f5f5f5; }

.footer__content {
  padding: 3% 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.footer__nav {
  width: 20%; }

.contacts {
  width: 30%; }

.footer__description {
  width: 40%; }

.footer__nav_title {
  margin: 0;
  width: 100%;
  font-weight: bold;
  color: #c82b21;
  margin-bottom: 4%; }

.footer__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding-left: 5%; }

.footer__link {
  display: block;
  text-decoration: none;
  padding: 1% 3%;
  color: #373737; }
  .footer__link i {
    display: none;
    margin-left: 3%; }
  .footer__link:hover i {
    display: inline; }
  .footer__link:hover {
    font-weight: bold; }

.footer__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.footer__text p {
  margin: 5% 0 0 0; }

.footer__link_red {
  text-decoration: none;
  color: #c82b21;
  font-weight: bold; }
  .footer__link_red:hover {
    color: #ff0f00; }

.contacts__title {
  margin: 0;
  font-weight: bold;
  color: #c82b21;
  width: 100%;
  text-align: center;
  margin-bottom: 5%; }

.contacts__description {
  margin-left: 10%; }
  .contacts__description p {
    margin: 0;
    color: #555;
    margin-bottom: 3%; }
    .contacts__description p:last-child {
      margin-bottom: 0; }
    .contacts__description p .mail__link {
      text-decoration: none;
      color: #555; }

.license {
  width: 100%; }
  .license p {
    margin: 1% 0 0 0;
    font-size: .7rem;
    text-align: center;
    color: #888; }

.footer__line {
  background: #373a3e;
  padding: 1% 0; }

.footer__line_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.copywriting {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
          
.copywriting  p {
    margin: 0;
}

#mobile_lenta {
    display: none;
}

.top-banner a img {
    width: 100%;
    margin: 20px 0 -15px;
}

.smart {
  width: 30%; }
  .smart .smart__title {
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 3%; }
  .smart .smart__title-mobile {
    display:none;
    margin: 0;
    text-align: center;
    color: #fff;
    margin-bottom: 3%; }

.smart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.smart-item__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  color: #fff;
  width: 45%;
  padding: 2%;
  border: 2px solid #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  margin-bottom: 5%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }
  .smart-item__link:last-child {
    margin-bottom: 0; }
  .smart-item__link p {
    margin: 0; }
  .smart-item__link:hover {
    color: #c82b21;
    border: 2px solid #c82b21; }

.news__content {
  width: 48%;
  /* padding: 0 1%; */
  }

.news__photo {
  width: 100%; }
  .news__photo img {
    width: 100%;
    -webkit-border-radius: 1%;
            border-radius: 1%; }

.news__header time, .news__view {
  color: #666;
  font-weight: bold;
  font-size: .875rem; }
  
.news__time {
  display: flex;
}

.news__view {
  margin-left: 10px;
}

.view {
  margin-left: 5px;
}

.news-right-sidebar {
    width: 25%;
}

.news__header h2 {
  margin: 0;
  color: #c82b21;
  width: 100%;
  font-size: 1.625rem; }

.news__body p {
  color: #555;
  font-size: 1.125rem;
  font-family: 'PT Sans', sans-serif; }

.news__slider {
  padding: 0 5%;
  margin: 25px 0;}
  
.slick-next {
    right: -10px;
}

.slick-prev {
    left: -10px;
}

.slick-next:before, .slick-prev:before {
    color: black;
}

.head-banner {
      display:flex; }
}

button {
    box-shadow: none;
}

/* .news__slider_item {
  margin: 0 10px;
  width: 500px;}
  .news__slider_item:hover img {
    -webkit-filter: opacity(75%);
            filter: opacity(75%); } */
  .news__slider_item img {
    width: 100%; }

.news__baner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.baner__item {
  display: block;
  padding: 1%; }
  .baner__item:hover img {
    -webkit-filter: opacity(75%);
            filter: opacity(75%); }
  .baner__item img {
    width: 100%;
    -webkit-border-radius: 1.5%;
            border-radius: 1.5%;
    -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease; }

@media screen and (max-width: 1240px) {
  body {
    font-size: 14px;
    line-height: 1.42; }
  .container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 992px;
    margin: 0 auto; }
  .social__item {
    padding: 3%;
    min-width: 35px; }
  .baner__description {
    font-size: .7rem; }
  .left-sidebar {
    width: 31%;
    margin-right: 1%; }
  .left-sidebar-mod {
      width: 100%;
      margin-right: 1%;
  }
  .news-left-sidebar {
    width: 31%;
    margin-left: 1%;
  }
  .news-right-sidebar {
    display: none;
  }
  .content, .news__content {
    width: 65%;
    margin: 0 1%; }
  .general__news_title {
    font-size: 1.3rem;
    height: auto; }
  .title_hidden {
    display: none; }
  .header__baner {
    width: 99%; }
  .right-sidebar {
    display: none;
  }
  .header__search {
      width: 60%;
  }
  .header__logo {
      width: 38%;
  }
}

@media screen and (max-width: 1012px) {
  body {
    font-size: 12px;
    line-height: 1.42; }
  .container {
    padding-left: 7px;
    padding-right: 7px;
    max-width: 790px;
    margin: 0 auto; }
  .social__item {
    min-width: 25px; }
  .footer__social .social__item {
    min-width: 35px; }
  .gsInformer {
    display: none; }
  #news-list__tabs .nav__tabs li a {
    padding: 1% 0;
    font-size: .8rem; }
    #news-list__tabs .nav__tabs li a:focus, #news-list__tabs .nav__tabs li a :active {
      border-top: none; }
  .r-tabs .r-tabs-panel {
    padding: 3%; }
  .news-preview__item {
    margin-bottom: 1%; }
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 3px 0;
    font-size: .65rem; }
  .file__btn span {
    top: 20%;
    left: 15%;
    font-size: 1rem; }
  .news__header h2 {
    font-size: 1.2rem; }
  .news__body p {
    font-size: 16px; }
  .pogoda {
      display: none;
  }
  #ban01{
      display: none;
  }
  #ban02 {
      display: block;
      margin: 25px 0;
  }
}
  

@media screen and (max-width: 804px) {
  body {
    font-size: 10px; }
  .container {
    padding-left: 7px;
    padding-right: 7px;
    max-width: 630px;
    margin: 0 auto; }
  header {
    padding: 20px 0; }
  .header__logo, .header__search {
    width: 85%; }
  .slider {
    display: none; }
  .menu__link {
    padding: 10% 20px; }
  .r-tabs .r-tabs-nav .r-tabs-tab {
    width: 100%; }
    .r-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
      width: 100%; }
  .send-news input, .send-news textarea, .send-marketing input, .send-marketing textarea {
    font-size: .5rem; }
  .file__btn span {
    font-size: .5rem; }
  .general__news_title {
    font-size: 1rem; }
  .general__news {
    padding: 10px 7px 0; }
  .content__body {
    padding: 20px 0; }
  #news-list__tabs .nav__tabs li a, .r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: .55rem; }
  .marketing__mini {
    font-size: .65rem; }
  .smart-item__link {
    border: 1px solid #fff; }
  .news__item_img::before, .news__item_img::after {
    display: none; }
  .news__title {
    font-size: .5rem; }
  .social__item, .footer__social .social__item {
    min-width: 40px; }
  .footer__text p {
    margin: 0;
    font-size: .5rem;
    text-align: center; }
  .footer__content {
    padding: 1.5%; }
  .license p {
    font-size: .4rem; }
  .social__item i {
      font-size: 18px;
  }
  .ya-share2__container_size_m .ya-share2__item {
      margin: 0 10px 0 0;
  }
  .header__search {
      width: 50%;
  }
  }
  .header__logo {
      width: 50%;
  }
  .social__item, .footer__social .social__item {
      min-width: 30px;
  }
  .head-banner {
      display:none; }
  .top-banner a img {
    width: 100%;
    margin: 20px 0;
}
}

@media screen and (max-width: 644px) {
  body {
    font-size: 10px; }
  .container {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 514px;
    margin: 0 auto; }
  .nav__line {
    display: none; }
  .smart-item__link {
    width: 55%; }
  header {
    position: relative; }
/*   .mobile-menu {
  display: block;
  position: absolute;
  top: 40%;
  left: 1%; } 
   */
}

@media screen and (max-width: 514px) {
  body {
    font-size: 10px; }
  .container {
    padding-left: 5px;
    padding-right: 5px;
    max-width: 350px;
    margin: 0 auto; }
  header {
    padding: 25px 0; }
  #data {
    display: none; }
  .header__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .search, form.search {
        width: 100%;
        margin-top: 3%;}
  .feedback {
      display: none;
  }
  .header__search {
    width: 100%; }
  .priority-marketing_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .right-sidebar, .news-right-sidebar {
    display: none; }
  .content {
    width: 100%; }
  .left-sidebar, .news-left-sidebar {
    width: 25%;
    display: none;}
  #news-list__tabs .r-tabs-tab {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    #news-list__tabs .r-tabs-tab .r-tabs-anchor {
      font-size: .45rem; }
  .news-preview__item {
    margin-top: 3%; }
    .news-preview__item:last-child {
      margin-top: 0; }
  .news-preview__text {
    font-size: 16px; }
  .general_news_baner {
      margin-bottom: 18px;
  }
  .r-tabs .r-tabs-panel {
    padding: 1.5%; }
  .general__news_title {
    font-size: 18px;
    line-height: 1.1; }
  .news__title {
    font-size: .35rem; }
  .general__news {
    padding: 5px 3px 0; 
    display: none;
  }
  #mobile_lenta {
      display: block;
  }
  .footer__line {
      padding: 4% 0;
  }
  .footer__content {
    display: none; }
  .smart {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .smart__title {
    display: none; }
  .smart .smart__title-mobile {
    display: block;
    width: 100%;
    font-size: .7rem; }
  .smart-item {
    width: 100%; }
    .smart-item .smart-item__link {
      width: 50%; }
  .copywriting p {
    font-size: .6rem; }
  .social__item {
    max-width: 20px;
    padding: 6%; }
  .news__content {
    width: 100%; }
  .social__item {
      margin: 5%;
  }
  .social__item, .footer__social .social__item {
    min-width: 40px;
  }
  .header__logo {
    width: 75%;
  }
}

/* Accordion responsive breakpoi,t Адаптив для табов стандартный. Не трогать его! */
@media only screen and (max-width: 1012px) {
  #feedback .r-tabs .r-tabs-nav {
    display: none; }
  #feedback .r-tabs .r-tabs-accordion-title {
    display: block; }
  #feedback .r-tabs .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 3px 0; }
}
    
.mce-left-border-red {
    border-left: 3px solid #c82b21;
    padding: 1% 0 1% 2%;
    margin-left: 3%;
    background-color: #5555551a;
    font-weight: bold;
    display: block;
    
}

.newway {
    color: #fff;
}

.newway a {
    text-decoration: none;
    background: linear-gradient(90deg, #fbad40, #f04436);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.newway a:hover {
    text-decoration: underline;
    transition: all .9s ease;
        background: linear-gradient(90deg, #fab142, #92c640);
    -webkit-background-clip: text;
    color: transparent;
}
