body {
  min-width: 360px;
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: url(../img/fon.jpg) repeat;
}

.bg-white {
  box-shadow: 0 0 10px 1px rgba(217, 213, 213);
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}


/* ----------------------- Шапка --------------------------- */

header .top-1 {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}

header .top-1 .col-1 {
  width: 24%;
  margin-left: 5%;
  margin-top: 10px;
}

header .top-1 .col-1 .search {
  position: relative;
}

header .top-1 .col-1 .search input[type="search"] {
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  color: #4f4949;
  font-size: 15px;
  padding: 12px 42px 9px 20px;
  border: 1px solid #d2d2d2;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
  background: #f9f9f9;
}

header .top-1 .col-1 .search button {
  position: absolute;
  right: 0;
  top: 1px;
  border: none;
  width: 51px;
  height: 45px;
  cursor: pointer;
  background: url(../img/zoom.png) no-repeat center center;
  padding: 0;
}

header .top-1 .col-2 {
  width: 45%;
  text-align: center;
}

header .top-1 .col-3 {
  width: 21%;
  margin-right: 5%;
  margin-top: 10px;
}

header .top-1 .col-3 .social {
  text-align: center;
}

header .top-1 .col-3 .social a {
  margin-left: 5px;
}


/* ----------------------- Меню --------------------------- */

header .top-2 {
  background: #231f20;
  position: relative;
}

header .top-2 {
  display: flex;
  justify-content: space-between;
}

header .top-2 .col-1 {
  margin-left: 30px;
}

header .top-2 .col-1 .navmenu {
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}

header .top-2 .col-1 .navmenu > li {
  margin-right: 22px;
}

header .top-2 .col-1 .navmenu > li a {
  color: #fff;
  text-decoration: none;
  padding-top: 13px;
  padding-bottom: 12px;
  display: inline-block;
}

header .top-2 .col-1 .navmenu > li a:hover {
  text-decoration: underline;
}

header .top-2 .col-1 .navmenu > li.active a {
  text-decoration: underline;
}

header .top-2 .col-1 .navmenu > li.flexMenu-viewMore > a {
  padding-left: 10px;
  padding-right: 10px;
  width: 24px;
  min-height: 24px;
  background: url(../img/open-menu.png) no-repeat center center;
}

header .top-2 .col-1 .navmenu > li.flexMenu-viewMore > a:hover {
  text-decoration: none;
}

header .top-2 .col-1 .flexMenu-popup {
  background: #231f20;
  z-index: 2;
}

header .top-2 .col-1 .flexMenu-popup li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 13px 13px;
  border-bottom: 1px solid #fff;
}

header .top-2 .col-1 .flexMenu-popup li:last-child a {
  border: none;
}

.decor-1 {
  width: 10px;
  height: 63px;
  background: url(../img/left-corner.png) no-repeat;
  position: absolute;
  left: -10px;
  top: -11px;
}

.decor-2 {
  width: 10px;
  height: 63px;
  background: url(../img/right-corner.png) no-repeat;
  position: absolute;
  right: -10px;
  top: -11px;
}


/* ------------ Кнопка Сообщить новость ----------------- */

header .top-2 .col-2 .button a {
  cursor: pointer;
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%),#86c33f;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 13px 50px 13px 50px;
  display: inline-block;
}

header .top-2 .col-2 .button a:hover {
  color: #212121;
}

.block-form-popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: rgba(0, 0, 0, 0.65);
  overflow: auto;
}

.block-form-popup .center {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.block-form-popup .popup {
  background: #fff;
  padding: 25px 50px 30px 50px;
  max-width: 600px;
  position: relative;
  margin-right: 15px;
  margin-left: 15px;
  box-sizing: border-box;
}

.block-form-popup .popup .close {
  position: absolute;
  top: 8px;
  right: 8px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url(../img/icon-close.png) no-repeat;
  display: inline-block;
}

.block-form-popup .popup .title {
  font-size: 36px;
  color: #212121;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 40px;
}

.block-form-popup .forma ::-webkit-input-placeholder {opacity: 1; color: #000;}
.block-form-popup .forma ::-moz-placeholder {opacity: 1; color: #000;}
.block-form-popup .forma :-moz-placeholder {opacity: 1; color: #000;}
.block-form-popup .forma :-ms-input-placeholder {opacity: 1; color: #000;}

.block-form-popup .forma :focus::-webkit-input-placeholder {opacity: 0; color: transparent;}
.block-form-popup .forma :focus::-moz-placeholder {opacity: 0; color: transparent;}
.block-form-popup .forma :focus:-moz-placeholder {opacity: 0; color: transparent;}
.block-form-popup .forma :focus:-ms-input-placeholder {opacity: 0; color: transparent;}

.block-form-popup .forma input[type="text"],
.block-form-popup .forma input[type="tel"],
.block-form-popup .forma input[type="email"] {
  display: block;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 16px;
  background: #f8f8f8;
  border: 1px solid #dadada;
  color: #000;
  padding: 15px 20px 13px 25px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
}

.block-form-popup .forma input[type="file"] {
  color: #000;
  font-family: inherit;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
}

.block-form-popup .forma textarea {
  display: block;
  margin-bottom: 20px;
  font-family: inherit;
  font-size: 16px;
  background: #f8f8f8;
  border: 1px solid #dadada;
  color: #000;
  padding: 15px 20px 13px 25px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
}

.block-form-popup .forma input[type="submit"] {
  margin: 0 auto;
  display: block;
  font-family: inherit;
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%), #86c33f;
  color: #fff;
  font-size: 17px;
  padding: 15px 50px 13px 50px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.block-form-popup .forma input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.block-form-popup .forma label {
  display: block;
  cursor: pointer;
  margin-bottom: 20px;
  font-size: 14px;
  color: #212121;
}


/* ---------------------Банер--------------------------- */

.hat-banner .wrap {
  margin-top: 30px;
}

.hat-banner img,
.little-banner img,
.big-banner img {
  height: auto;
  width: auto;
}

/*
.hat-banner .wrap {
  background: #ebebeb;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hat-banner .wrap .col-1 {
  width: 25%;
  margin-left: 4%;
}

.hat-banner .wrap .col-1 .text {
  font-size: 36px;
  font-weight: bold;
  line-height: 43px;
  margin-top: 25px;
  color: #212121;
}

.hat-banner .wrap .col-2 {
  width: 47%;
  text-align: center;
}

.hat-banner .wrap .col-3 {
  width: 20%;
  margin-right: 4%;
  margin-top: 30px;
}

.hat-banner .wrap .col-3 .info {
  display: flex;
  flex-direction: column;
}

.hat-banner .wrap .col-3 .tel {
  background: url(../img/icon-tel.png) no-repeat;
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 10px;
}

.hat-banner .wrap .col-3 .mail {
  background: url(../img/icon-mail.png) no-repeat;
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
}

.hat-banner .wrap .col-3 a {
  font-weight: bold;
  line-height: 33px;
  text-decoration: none;
  color: #212121;
}

.hat-banner .wrap .col-3 a:hover {
  text-decoration: underline;
}
*/

/* ------------------Слайдер---------------------- */

.main-news .news {
  padding-top: 40px;
  padding-bottom: 15px;
}

.main-news .news .item {
  display: flex;
  flex-wrap: wrap;
}

.main-news .news .item .cl-1 {
  width: 37%;
}

.main-news .news .item .cl-1 .img {
  text-align: center;
}

.main-news .news .item .cl-2 {
  background: #f8f8f8;
  width: 59%;
  padding-left: 4%;
}

.main-news .news .item .cl-2 .row-1 {
  margin: 20px 0px 15px 0px;
}

.main-news .news .item .cl-2 .row-1 a {
  color: #212121;
}

.main-news .news .item .cl-2 h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
}

.main-news .news .item .cl-2 h2 a {
  color: #212121;
  text-decoration: none;
}

.main-news .news .item .cl-2 h2 a:hover {
  text-decoration: underline;
}

.main-news .news .item .cl-2 p {
  font-size: 17px;
  color: #212121;
  line-height: 24px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.main-news .news .item .cl-2 .row-4 {
  display: flex;
  flex-wrap: wrap;
}

.main-news .news .item .cl-2 .row-4 .cl1 {
  width: 19%;
  margin-right: 2%;
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 10px;
}

.main-news .news .item .cl-2 .row-4 .cl2 {
  width: 54%;
  margin-top: 10px;
}

.main-news .news .item .cl-2 .row-4 .cl2 .chat {
  display: flex;
  margin-left: 25px;
  margin-top: 4px;
}

.main-news .news .item .cl-2 .row-4 span {
  color: #a0a0a0;
}

.main-news .news .item .cl-2 .row-4 .cl2 .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 20px;
}

.main-news .news .item .cl-2 .row-4 .cl2 .chat .c2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
}

.main-news .news .item .cl-2 .row-4 .c3 {
  width: 22%;
  margin-right: 3%;
}

.main-news .news .item .cl-2 .row-4 .button {
  text-align: center;
}

.main-news .news .item .cl-2 .row-4 .button a {
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%),#86c33f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  border-radius: 4px;
  width: 140px;
  height: 40px;
  text-decoration: none;
}

.main-news .news .item .cl-2 .row-4 .button a:hover {
  color: #212121;
}


/* ------------------хештеги---------------------- */

.button1 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #e83030;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button2 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #27b4e5;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button3 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #3eab76;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button4 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #f2a208;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button5 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #aa67e9;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button6 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #9cb82a;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button7 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #ec5ebc;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.button8 {
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background: #6874e9;
  border-radius: 4px;
  padding: 4px 6px 1px 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}


/* ------------------инфо---------------------- */

.info .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 50px;
}

.info .items .item {
  width: 29%;
  background: #f8f8f8;
  margin-left: 3%;
  margin-top: 35px;
}

.info .items .item .metka {
  margin-left: 25px;
  margin-top: 20px;
}

.info .items .item .metka a {
  color: #212121;
}

.info .items .item h3 {
  margin: 15px 10px 15px 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}

.info .items .item h3 a {
  color: #212121;
  text-decoration: none;
}

.info .items .item h3 a:hover {
  text-decoration: underline;
}

.info .items .item .views {
  display: flex;
  margin-left: 25px;
  margin-bottom: 25px;
}

.info .items .item .views .data {
  font-size: 16px;
  color: #a0a0a0;
}

.info .items .item .views .chat {
  display: flex;
  margin-left: 25px;
}

.info .items .item .views span {
  color: #a0a0a0;
}

.info .items .item .views .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 20px;
  margin-top: 4px;
}

.info .items .item .views .chat .c2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
  margin-top: 3px;
}


/* ------------------Баннер-2---------------------- */

.little-banner {
  margin-top: 20px;
  margin-bottom: 30px;
}

.little-banner .items {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
}

.little-banner .items .item {
  background: #ebebeb;
  width: 29%;
  margin-left: 3%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.little-banner .items .item .img {
  text-align: center;
}

.little-banner .items .item .advertising {
  padding: 25px;
}

.little-banner .items .item .advertising .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 29px;
  color: #212121;
  margin-bottom: 15px;
}

.little-banner .items .item .advertising .tel {
  background: url(../img/icon-tel.png) no-repeat;
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
  margin-bottom: 10px;
}

.little-banner .items .item .advertising .mail {
  background: url(../img/icon-mail.png) no-repeat;
  display: inline-block;
  padding-left: 40px;
  font-size: 18px;
}

.little-banner .items .item .advertising a {
  font-weight: bold;
  line-height: 33px;
  text-decoration: none;
  color: #212121;
}

.little-banner .items .item .advertising a:hover {
  text-decoration: underline;
}


/* ------------------инфо-2---------------------- */

.all-info {
  margin-top: 15px;
  margin-bottom: 45px;
}

.all-info .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 40px;
}

.all-info .items .item {
  width: 21%;
  background: #f8f8f8;
  margin-left: 3%;
  margin-top: 35px;
}

.all-info .items .item .metka {
  margin-left: 18px;
  margin-top: 20px;
}

.all-info .items .item .metka a {
  color: #212121;
}

.all-info .items .item h4 {
  margin: 15px 10px 25px 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
}

.all-info .items .item h4 a {
  color: #212121;
  text-decoration: none;
}

.all-info .items .item h4 a:hover {
  text-decoration: underline;
}

.all-info .items .item .views {
  display: flex;
  margin-left: 18px;
  margin-bottom: 25px;
}

.all-info .items .item .views .data {
  font-size: 14px;
  color: #a0a0a0;
}

.all-info .items .item .views .chat {
  display: flex;
  margin-left: 20px;
  margin-top: 3px;
}

.all-info .items .item .views span {
  color: #a0a0a0;
  font-size: 14px;
}

.all-info .items .item .views .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 10px;
}

.all-info .items .item .views .chat .c2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
}

.all-info .button {
  text-align: center;
}

.all-info .button a {
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%),#86c33f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  border-radius: 4px;
  width: 180px;
  height: 50px;
  text-decoration: none;
}

.all-info .button a:hover {
  color: #212121;
}


/* ------------- Рекламная сеть google ------------------ */

.google-net {
  padding-bottom: 40px;
}

.google-net .wrap {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}

.google-net .wrap .item {
  background: #ebebeb;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.google-net .wrap .item .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #bababa;
  margin-top: 100px;
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
}


/* ------------------------- Слайдер2 ------------------------- */

.newsweek {
  padding-bottom: 30px;
}

.newsweek h2 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 5px;
}

.newsweek .line {
  background: url(../img/i-line.jpg) no-repeat #ebebeb;
  height: 3px;
  margin-bottom: 42px;
  margin-left: 50px;
  margin-right: 50px;
}

.newsweek .slider-newsweek .item {
  background: #f8f8f8;
  margin-left: 14px;
  margin-right: 14px;
}

.newsweek .slider-newsweek .item h3 {
  margin: 20px 10px 20px 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}

.newsweek .slider-newsweek .item h3 a {
  color: #212121;
  text-decoration: none;
}

.newsweek .slider-newsweek .item h3 a:hover {
  text-decoration: underline;
}

.newsweek .slider-newsweek .item .views {
  display: flex;
  margin-left: 25px;
  margin-bottom: 10px;
}

.newsweek .slider-newsweek .item .views .data {
  font-size: 16px;
  color: #a0a0a0;
}

.newsweek .slider-newsweek .item .views .chat {
  display: flex;
  margin-left: 25px;
  margin-top: 4px;
}

.newsweek .slider-newsweek .item .views span {
  color: #a0a0a0;
}

.newsweek .slider-newsweek .item .views .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 20px;
}

.newsweek .slider-newsweek .item .views .chat .c2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
}

.newsweek .slider-newsweek .item .more {
  font-size: 18px;
  margin-left: 25px;
  padding-bottom: 25px;
}

.newsweek .slider-newsweek .item .more a {
  color: #1577af;
}

.newsweek .slider-newsweek .item .more a:hover {
  text-decoration: none;
}


/* ------------- Рекламная сеть yandex ------------------ */

.yandex-net .wrap {
  background: #f8f8f8;
  display: flex;
  flex-wrap: wrap;
}

.yandex-net .wrap .item {
  background: #ebebeb;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.yandex-net .wrap .item .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #bababa;
  margin-top: 100px;
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
}


/* ------------------------- Слайдер3 ------------------------- */

.newskontakt h2 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 5px;
}

.newskontakt .line {
  background: url(../img/i-line.jpg) no-repeat #ebebeb;
  height: 3px;
  margin-bottom: 30px;
  margin-left: 50px;
  margin-right: 50px;
}

.newskontakt .slider-newskontakt .item {
  padding-left: 14px;
  padding-right: 14px;
}

.newskontakt .slider-newskontakt .item > .r1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.newskontakt .slider-newskontakt .item > .r1 a {
  color: #212121;
  text-decoration: none;
  font-size: 18px;
}

.newskontakt .slider-newskontakt .item > .r1 a:hover {
  text-decoration: underline;
}

.newskontakt .slider-newskontakt .item  > .r1 img {
  border-radius: 50%;
  margin-right: 15px;
}

.newskontakt .slider-newskontakt .item > .r1 .date a {
  color: #a0a0a0;
  text-decoration: none;
  font-size: 14px;
}

.newskontakt .slider-newskontakt .item .text {
  margin-bottom: 10px;
}

.newskontakt .slider-newskontakt .item .text a {
  color: #212121;
  text-decoration: underline;
}

.newskontakt .slider-newskontakt .item .text a:hover {
  text-decoration: none;
}

.newskontakt .slider-newskontakt .item .attachPhotos a {
  display: none;
}

.newskontakt .slider-newskontakt .item .attachPhotos a:first-child {
  display: block;
  max-height: 220px;
  overflow: hidden;
}

.newskontakt .slider-newskontakt .item .attachVideo_info a {
  color: #212121;
  text-decoration: underline;
}

.newskontakt .slider-newskontakt .item > .r2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  color: #adadad;
}

.newskontakt .slider-newskontakt .item .comment {
  display: inline-block;
  background: url(../img/chat.png) no-repeat left center;
  padding-left: 25px;
}

.newskontakt .slider-newskontakt .item .like {
  display: inline-block;
  background: url(../img/i-like.png) no-repeat left center;
  padding-left: 22px;
  margin-right: 10px;
}

.newskontakt .slider-newskontakt .item .repost {
  display: inline-block;
  background: url(../img/i-repost.png) no-repeat left center;
  padding-left: 22px;
}


/* -------------------- футер ------------------------- */

.footer {
  background: #231f20;
  display: flex;
  flex-wrap: wrap;
  padding: 35px 50px 30px 50px;
  margin-top: 50px;
}

.footer .cl-1 {
  width: 23%;
  margin-right: 3%;
}

.footer .cl-1 .social {
  margin-top: 30px;
}

.footer .cl-1 .social a {
  margin-right: 8px;
}

.footer .cl-2 {
  width: 48%;
  margin-right: 5%;
}

.footer .cl-2 .tx1 {
  color:#fff;
  margin-bottom: 10px;
}

.footer .cl-2 .tx2 {
  color:#fff;
  line-height: 20px;
  margin-bottom: 45px;
}

.footer .cl-3 {
  width: 21%;
}

.footer .cl-3 .rw1 {
  margin-bottom: 45px;
}

.footer .cl-3 .rw1 .tx1 {
  margin-bottom: 10px;
}

.footer .cl-3 .rw1 .tx1 a {
  color:#fff;
}

.footer .cl-3 .rw1 .tx2 a {
  color:#fff;
}

.footer .cl-3 .rw1 a:hover {
  text-decoration: none;
}

.footer .cl-3 .rw2 a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer .cl-3 .rw2 img {
  margin-left: 10px;
}

.footer .cl-3 .rw2 a:hover {
  text-decoration: underline;
}


/* -------------------------------------------------- */

#toTop {
  width: 52px;
  height: 52px;
  background: url(../img/arrow-up.png) no-repeat 0px 0px;
  display: inline-block;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
}


/* ------------- Внутренние страницы ------------------ */

/* --------------------Категория---------------------- */

.category {
  margin-top: 30px;
  margin-bottom: 40px;
}

.category > h1 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 5px;
}

.category .line {
  background: url(../img/i-line.jpg) no-repeat #ebebeb;
  height: 3px;
  margin-left: 45px;
  margin-right: 45px;
}

.category .items {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10px;
  margin-bottom: 40px;
}

.category .items .item {
  width: 29%;
  background: #f8f8f8;
  margin-left: 3%;
  margin-top: 35px;
}

.category .items .item .metka {
  margin-left: 25px;
  margin-top: 20px;
}

.category .items .item .item-image {
  max-height: 190px;
  overflow: hidden;
  text-align: center;
}

.category .items .item .page-header {
  margin: 25px 10px 20px 25px;
}

.category .items .item .page-header h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}

.category .items .item .page-header h2 a {
  color: #212121;
  text-decoration: none;
}

.category .items .item .page-header h2 a:hover {
  text-decoration: underline;
}

.category .items .item .views {
  display: flex;
  margin-left: 25px;
  margin-bottom: 10px;
}

.category .items .item .views .data {
  font-size: 16px;
  color: #a0a0a0;
}

.category .items .item .views .chat {
  display: flex;
  margin-left: 25px;
}

.category .items .item .views span {
  color: #a0a0a0;
}

.category .items .item .views .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 20px;
  margin-top: 4px;
}

.category .items .item .comment {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
  margin-top: 3px;
  color: #a0a0a0;
}

.category .items .item .comment a {
  color: #a0a0a0;
  text-decoration: none;
}

.category .items .item .comment a:hover {
  text-decoration: underline;
}

.category .button {
  text-align: center;
}

.category .button a {
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%),#86c33f;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  color: #fff;
  border-radius: 4px;
  width: 180px;
  height: 50px;
  text-decoration: none;
}

.category .button a:hover {
  color: #212121;
}


/* -------------------- Материал ---------------------- */

/* ------------------- Сама новость ------------------ */

.material-news {
  margin: 30px 50px 40px 50px;
}

.material-news .page-header h1 {
  font-size: 34px;
  color: #212121;
  font-weight: bold;
  line-height: 36px;
}

.material-news .row-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  margin-bottom: 20px;
}

.material-news .row-1 span {
  color: #a0a0a0;
}

.material-news .row-1 .data {
  font-size: 16px;
  color: #a0a0a0;
  /*margin-left: 25px;*/
  margin-top: 1px;
}

.material-news .row-1 .chat1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin: 3px 25px 0px 25px;
}

.material-news .row-1 .chat2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
  margin: 3px 25px 0px 0px;
}

.material-news .row-1 .chat3 {
  background: url(../img/person.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  padding-top: 1px;
  line-height: 17px;
  margin-top: 3px;
}

.material-news > .row-2 {
  text-align: center;
}

.material-news .row-2 .item-image img {
  width: 100%;
  height: auto;
}

.material-news .row-3 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.material-news .row-3 a {
  color: #212121;
}

.material-news .row-3 a:hover {
  text-decoration: none;
}

.material-news .row-3 p {
  font-size: 19px;
  color: #212121;
  line-height: 30px;
  margin-top: 15px;
  text-align: justify;
}

.material-news .row-3 .text-2 {
  font-size: 22px;
  color: #212121;
  margin-top: 15px;
  font-weight: bold;
  display: flex;
  justify-content: flex-end;
}

.material-news .line {
  background: #ebebeb;
  height: 1px;
}

.material-news .row-4 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px;
}

.material-news .row-4 .col-1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-right: 40px;
}

.material-news .row-4 .col-1 .cl1 {
  margin-top: 3px;
  margin-right: 7px;
}

.material-news .row-4 .col-1 .cl1 img {
  margin-right: 3px;
}

.material-news .row-4 .col-1 .cl2 {
  font-size: 17px;
  color: #212121;
  font-weight: bold;
}

.material-news .row-4 .col-2 {
  display: flex;
  flex-wrap: wrap;
}

.material-news .row-4 .col-2 .cl1 {
  font-size: 17px;
  color: #212121;
  font-weight: bold;
  /*margin-top: 10px;*/
  margin-right: 20px;
}

.material-news .row-4 .col-2 .cl2 a {
  margin-right: 5px;
}

.material-news .big-banner {
  margin-top: 30px;
}

.material-news iframe {
  max-width: 100% !important;
}


/* ------------------- Коментарии ------------------ */

.commentaries {
  margin: 40px 50px 40px 50px;
}

.commentaries h2 {
  font-size: 34px;
  color: #212121;
  font-weight: bold;
}

.commentaries .row1 {
  background: #f8f8f8;
  padding: 25px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.commentaries .row1 .rw1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}

.commentaries .row1 .rw1 .name {
  display: flex;
  flex-wrap: wrap;
}

.commentaries .row1 .rw1 .name .tx1 {
  font-size: 18px;
  color: #212121;
  margin-right: 30px;
  font-weight: bold;
}

.commentaries .row1 .rw1 .name .tx2 {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}

.commentaries .row1 .rw1 .name .tx3 {
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 2px;
  margin-left: 20px;
}

.commentaries .row1 .rw1 .activity {
  display: flex;
  flex-wrap: wrap;
}

.commentaries .row1 .rw1 .activity .tx4 {
  margin-right: 12px;
  margin-top: 3px;
}

.commentaries .row1 .rw1 .activity .tx5 {
  margin-right: 12px;
  margin-top: 4px;
}

.commentaries .row1 .rw1 .activity .tx6 {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}

.commentaries .row1 .rw2 {
  margin-bottom: 12px;
}

.commentaries .row1 .rw2 .tx7 {
  font-size: 17px;
  color: #212121;
  line-height: 28px;
}

.commentaries .row1 .rw3 a {
  font-size: 17px;
  color: #1577af;
  letter-spacing: 0.03em;
}

.commentaries .row1 .rw3 a:hover {
  text-decoration: none;
}

.commentaries .row2 {
  background: #f8f8f8;
  padding: 25px;
}

.commentaries .row2 .rw1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 18px;
}

.commentaries .row2 .rw1 .name {
  display: flex;
  flex-wrap: wrap;
}

.commentaries .row2 .rw1 .name .tx1 {
  font-size: 18px;
  color: #212121;
  margin-right: 30px;
  font-weight: bold;
}

.commentaries .row2 .rw1 .name .tx2 {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}

.commentaries .row2 .rw1 .name .tx3 {
  font-size: 16px;
  color: #a0a0a0;
  margin-top: 2px;
  margin-left: 20px;
}

.commentaries .row2 .rw1 .activity {
  display: flex;
  flex-wrap: wrap;
}

.commentaries .row2 .rw1 .activity .tx4 {
  margin-right: 12px;
  margin-top: 3px;
}

.commentaries .row2 .rw1 .activity .tx5 {
  margin-right: 12px;
  margin-top: 4px;
}

.commentaries .row2 .rw1 .activity .tx6 {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
}

.commentaries .row2 .rw2 {
  font-size: 18px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 10px;
}

.commentaries .row2 .rw3 {
  background: #e8eef7;
  padding: 20px;
  font-size: 17px;
  line-height: 28px;
  font-style: italic;
  color: #212121;
}

.commentaries .row2 .rw4 {
  font-size: 17px;
  color: #212121;
  margin-top: 23px;
  margin-bottom: 12px;
}

.commentaries .row2 .rw5 a {
  font-size: 17px;
  color: #1577af;
  letter-spacing: 0.03em;
}

.commentaries .row2 .rw5 a:hover {
  text-decoration: none;
}


/* --------------- Добавить коментарий --------------------- */

.add-comment {
  margin: 30px 0px 50px 0px;
}

.add-comment h4 {
  font-size: 30px;
  color: #212121;
  font-weight: bold;
  margin-bottom: 15px;
}

.add-comment .row-1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.add-comment .row-1 .col-1 {
  width: 34%;
  margin-right: 3%;
}

.add-comment .row-1 .col-1 [type="text"] {
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  background: #f8f8f8;
  border: 1px solid #dadada;
  padding: 14px 20px 12px 25px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
  font-weight: bold;
  font-size: 18px;
  color: #212121;
}

.add-comment .row-1 .col-2 {
  width: 34%;
  margin-right: 3%;
}

.add-comment .row-1 .col-2 [type="text"] {
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  background: #f8f8f8;
  border: 1px solid #dadada;
  color: #000;
  padding: 14px 20px 12px 25px;
  width: 100%;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
  font-weight: bold;
  font-size: 18px;
  color: #212121;
}

.add-comment .row-1 .col-3 {
  width: 26%;
  margin-top: 20px;
}

.add-comment .row-2 {
  margin-bottom: 30px;
}

.add-comment .row-2 textarea {
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  background: #f8f8f8;
  border: 1px solid #dadada;
  padding: 15px 20px 40px 25px;
  width: 100%;
  border-radius: 20px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
  font-weight: bold;
  font-size: 18px;
  color: #212121;
}

.add-comment .row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.add-comment .row-3 .captcha {
  margin-right: 30px;
}

.add-comment .row-3 .button {
  margin-top: 5px;
}

.add-comment .row-3 .button a {
  font-family: 'Circe', Helvetica, Arial, sans-serif;
  background: linear-gradient(to top, #6ea82a 5%, transparent 60%),#86c33f;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 17px;
  padding: 15px 50px 13px 50px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}

.add-comment .row-3 .button a:hover {
  color: #212121;
}


/* ------------------- Слайдер4 --------------------- */

.last-material {
  background: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.last-material h2 {
  font-size: 36px;
  color: #212121;
  font-weight: bold;
  margin-left: 50px;
  margin-bottom: 5px;
}

.last-material .line {
  background: url(../img/i-line.jpg) no-repeat #ebebeb;
  height: 3px;
  margin-bottom: 42px;
  margin-left: 50px;
  margin-right: 50px;
}

.last-material .slider-material .item {
  background: #fff;
  margin-left: 14px;
  margin-right: 14px;
}

.last-material .slider-material .item h3 {
  margin: 20px 10px 20px 25px;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
}

.last-material .slider-material .item h3 a {
  color: #212121;
  text-decoration: none;
}

.last-material .slider-material .item h3 a:hover {
  text-decoration: underline;
}

.last-material .slider-material .item .views {
  display: flex;
  margin-left: 25px;
  margin-bottom: 10px;
}

.last-material .slider-material .item .views .data {
  font-size: 16px;
  color: #a0a0a0;
}

.last-material .slider-material .item .views .chat {
  display: flex;
  margin-left: 25px;
  margin-top: 4px;
}

.last-material .slider-material .item .views span {
  color: #a0a0a0;
}

.last-material .slider-material .item .views .chat .c1 {
  background: url(../img/eye.png) no-repeat;
  display: inline-block;
  padding-left: 30px;
  line-height: 16px;
  margin-right: 20px;
}

.last-material .slider-material .item .views .chat .c2 {
  background: url(../img/chat.png) no-repeat;
  display: inline-block;
  padding-left: 25px;
  line-height: 17px;
}

.last-material .slider-material .item .more {
  font-size: 18px;
  margin-left: 25px;
  padding-bottom: 25px;
}

.last-material .slider-material .item .more a {
  color: #1577af;
}

.last-material .slider-material .item .more a:hover {
  text-decoration: none;
}


/* -------------- Материал Яндекс ---------------- */

.yandex-material .wrap {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}

.yandex-material .wrap .item {
  background: #ebebeb;
  width: 92%;
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.yandex-material .wrap .item .text {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  color: #bababa;
  margin-top: 100px;
  margin-bottom: 100px;
  text-transform: uppercase;
  text-align: center;
}

.tooltip {
  display: none !important;
}

.pagination {
  text-align: center;
}

.pagination .counter {
  margin-bottom: 10px;
}

.pagination li {
  display: inline-block;
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a {
  color: #000;
}

.pagination li a:hover {
  text-decoration: none;
}

.tags {
  display: none;
}

.bg-white > .search {
  padding-top: 35px;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
}

.bg-white > .search .row-1 {
  display: flex;
  flex-wrap: wrap;
}

.bg-white > .search .row-1 .col-1 {
  width: 45%;
  margin-right: 10%;
}

.bg-white > .search .row-1 .col-2 {
  width: 45%;
}

.bg-white > .search .btn-toolbar {
  margin-bottom: 20px;
}

.bg-white > .search .btn-toolbar .btn-group {
  position: relative;
}

.bg-white > .search .btn-toolbar label {
  margin-bottom: 5px;
  display: inline-block;
}

.bg-white > .search .btn-toolbar input {
  font-family: inherit;
  background: #f8f8f8;
  border: 1px solid #dadada;
  padding: 14px 50px 12px 25px;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(215, 207, 207, 0.5);
  font-weight: bold;
  font-size: 18px;
  color: #212121;
  width: 100%;
}

.bg-white > .search .btn-toolbar button {
  position: absolute;
  right: 0;
  top: 4px;
  border: none;
  width: 50px;
  height: 45px;
  cursor: pointer;
  background: url(../img/zoom.png) no-repeat center center;
  padding: 0;
}

.bg-white > .search .searchintro {
  margin-bottom: 20px;
}

.bg-white > .search .phrases {
  margin-bottom: 20px;
  border: none;
  padding: 0;
}

.bg-white > .search .phrases legend {
  padding: 0;
  margin-bottom: 5px;
}

.bg-white > .search .phrases .phrases-box {
  margin-bottom: 5px;
}

.bg-white > .search .ordering-box select {
  font-family: inherit;
}

.bg-white > .search .only,
.bg-white > .search .form-limit,
.bg-white > .search .counter {
  display: none;
}

.bg-white > .search .search-results .highlight {
  background: yellow;
}

.bg-white > .search .search-results .item {
  margin-bottom: 20px;
  background: #f8f8f8;
  padding: 20px;
}

.bg-white > .search .search-results .item a {
  color: #1776ae;
  text-decoration: underline;
}

.bg-white > .search .search-results .item a:hover {
  text-decoration: none;
}

.bg-white > .search .search-results .item .result-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.bg-white > .search .search-results .item .result-category {
  margin-left: 0;
  margin-bottom: 5px;
  font-size: 16px;
}

.bg-white > .search .result-text {
  margin-left: 0;
  margin-bottom: 5px;
}

.bg-white > .search .result-created {
  margin-left: 0;
  font-style: italic;
  font-size: 16px;
}

.item-pageerror-404 .page-header {
  text-align: center;
}

.item-pageerror-404 .row-1 {
  display: none;
}

.item-pageerror-404 .error_404 {
  text-align: center;
}

.item-pageerror-404 .error_404 .text_1 {
}

.item-pageerror-404 .error_404 .text_2 {
  font-size: 100px;
}

.item-pageerror-404 .error_404 .text_3 {
  font-size: 22px;
}