@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&family=Roboto+Condensed:wght@400;700&subset=latin,cyrillic&display=swap);

:root {
  --c1: #003aae;
  --c2: #444444;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  overflow-y: scroll;
  overflow-x: auto;
  height: 100%;
}

body {
  font: 14px "Roboto Condensed", Arial, Myriad Pro, Tahoma, Geneva, sans-serif;
  line-height: 22px;
  color: #333232;
  background: #fff;
  margin: 0px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

body.overflow {
  overflow: hidden;
}

.big_link div {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0 !important;
  color: white;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 26px;
  position: absolute;
  bottom: 0;
  margin: 0 !important;
  padding: 15px 10px 0 !important;
}

.big_link div span {
  color: #fff !important;
}

.flexslider {
  overflow: hidden;
}

a {
  background: transparent;
  text-decoration: none;
  color: #333232;
}

a:active,
a:hover,
a:focus {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

img {
  border: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  resize: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  margin: 0 0 21px;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
  padding: 0px;
  list-style: none;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.center {
  text-align: center;
}

.clr,
.clear {
  clear: both;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.9;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.9;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.9;
}

.placeholder {
  color: #fff;
  opacity: 0.9;
}

h1,
h2,
h3,
h4 {
  margin: 0px;
}

#wrapper {
  position: relative;
  min-width: 960px;
}

/* .container{
	width: 960px;
	margin: 0 auto;
	padding: 0px 10px;
	position: relative;
} */

/* header */
.header {
  position: relative;
  z-index: 100;
  background-color: #fff;
  color: #fff;
  height: auto;
  margin-bottom: 0;
}

.list-ban-news {
  overflow: hidden;
  padding: 20px 0px;
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.list-ban-news .l-item {
  height: 90px;
  float: left;
  margin: 0px 10px;
  width: 220px;
  position: relative;
  overflow: hidden;
}

.list-ban-news .l-item img {
  height: auto;
  width: 220px;
  margin-top: -50px;
}

.list-ban-news .l-item:hover {
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
}

.list-ban-news .l-item a {
  display: block;
}

.list-ban-news .name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 15px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 1px 1px var(--c2);
  background-color: rgba(51, 51, 51, 0.6);
  padding: 5px 10px;
}

.list-ban-news a:hover .name {
  background-color: rgba(51, 51, 51, 0.9);
}

.header .main-menu {
  position: relative;
  width: 60px;
  margin: 0px 10px 0px 0px;
  float: left;
}

.main-menu .ico-menu {
  display: block;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: url("../images/icons.png") no-repeat scroll 15px 20px #6aae00;
}

.main-menu .ico-menu:hover {
  background-color: #77c300;
}

.header .logo {
  display: block;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  width: 190px;
  cursor: pointer;
  background: url("https://haberion.com/wp-content/themes/news-portal/images/logo_haberion.png")
    no-repeat center center;
  background-size: contain;
  float: left;
}

.dateTime {
  float: left;
  height: 60px;
  font-size: 14px;
  margin: 0px 10px;
  width: 270px;
  padding-top: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #acacac;
}

.search-block {
  float: left;
  padding-top: 15px;
  width: 170px;
  height: 60px;
  position: relative;
}

.search-block .search-fild {
  border: 1px solid #acacac !important;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: none #acacac !important;
  padding: 0px 25px 0px 13px !important;
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font: 14px "Roboto Condensed", Arial, Myriad Pro, Tahoma, Geneva, sans-serif;
}

.search-block .search-fild:focus {
  opacity: 0.8;
}

.search-block .search-btn {
  position: absolute;
  right: 12px;
  top: 17px;
  border: 0px solid #fff;
  width: 20px;
  height: 26px;
  background: url("../images/icons.png") no-repeat scroll -55px 6px;
  text-indent: -9999px;
  overflow: hidden;
}

.header .social-block {
  float: right;
  white-space: nowrap;
  padding: 20px 0;
  display: flex;
}

.header .social-block a {
  display: flex;
  align-items: center;
  zoom: 1;
  margin: 0 10px;
  overflow: hidden;
}

.header_sub_menu {
  height: 60px;
  /*border-bottom: 1px solid var(--c2);*/
  margin-bottom: 10px;
  /*display: none;*/
}

.header_sub_menu .container {
  float: none;
  width: auto;
}

.header_sub_menu ul {
  font-size: 1px;
  line-height: 0px;
  letter-spacing: -1px;
  text-align: justify;
  text-justify: newspaper;
  zoom: 1;
  float: left;
  margin-left: 10px;
}

.header_sub_menu ul:after {
  width: 100%;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  content: "";
  display: inline-block;
}

.header_sub_menu ul li {
  position: relative;
  font-size: 16px;
  /*line-height: 57px;*/
  line-height: 1;
  letter-spacing: normal;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  /*border-bottom: 2px solid var(--c2);*/
  font-weight: 700;
  transition: all 0.3s ease;
}

.header_sub_menu ul li a {
  display: block;
  transition: all 0.3s ease;
  padding: 25px 14px 20px;
}

.header_sub_menu ul li a:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 0;
  background: var(--c1);
  border-radius: 6px;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.header_sub_menu ul li a:hover::before {
  width: 100%;
}

.header_sub_menu ul li span {
  display: block;
  padding: 0 20px;
}

.header_sub_menu ul li a:hover {
  color: var(--c1);
}

.header_sub_menu ul li.current-menu-item {
  position: relative;
}

.header_sub_menu ul li.current-menu-item:before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background: var(--c1);
  border-radius: 6px;
  left: 0;
  bottom: 0;
}

/*.header_sub_menu ul li.current-menu-item.itm1{
	border-bottom: 2px solid #0550e9;
}
.header_sub_menu ul li.current-menu-item.itm2{
	border-bottom: 2px solid #05e930;
}
.header_sub_menu ul li.current-menu-item.itm3{
	border-bottom: 2px solid #cbe905;
	border-bottom: 2px solid red;
}
.header_sub_menu ul li.current-menu-item.itm4{
	border-bottom: 2px solid #e92b05;
}
.header_sub_menu ul li.current-menu-item.itm5{
	border-bottom: 2px solid #05c1e9;
}
.header_sub_menu ul li.current-menu-item.itm6{
	border-bottom: 2px solid #e905d1;
}
.header_sub_menu ul li.current-menu-item.itm7{
	border-bottom: 2px solid #8605e9;
}*/
.main-slider-news {
  overflow: hidden;
  /*background-color: #f7f6ee;*/
  background-color: rgba(248, 248, 250, 0.3);
  margin-bottom: 10px;
}

.slider-content {
  padding-top: 10px;
  width: 940px;
  /*margin: 0 auto;*/
}

.slider-top-news {
  float: left;
  width: 700px;
}

.post-flexslider .flex-control-thumbs {
  background-color: transparent;
}

.list-top-news {
  height: 490px;
  width: 230px;
  position: relative;
  float: right;
}

.content-top-news {
  overflow: auto;
  position: relative;
  height: 490px;
  width: 230px;
  padding: 15px 10px;
}

.list-top-news .t-item {
  margin-bottom: 18px;
}

.list-top-news .date {
  display: block;
  color: #e95505;
  font-size: 12px;
  line-height: 20px;
}

.list-top-news .name {
  display: block;
  color: #111111;
  font-size: 16px;
  line-height: 20px;
}

.list-top-news a:hover .name {
  text-decoration: underline;
}

.list-top-news .top-shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 210px;
  z-index: 10;
  /*background-color: #f7f6ee;*/
  background-color: rgba(248, 248, 250, 0.3);
  height: 20px;
}

.list-top-news .bottom-shadow {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 210px;
  z-index: 10;
  /*background-color: #f7f6ee;*/
  background-color: rgba(248, 248, 250, 0.3);
  height: 20px;
}

.container-news {
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.container-news .item {
  float: left;
  margin: 0px 10px 20px;
  overflow: hidden;
  position: relative;
}

.container-news .item a {
  display: block;
  /* overflow: hidden; */
}

.list-news-oneCategory__image {
  height: 170px;
  overflow: hidden;
}

.container-news .item:hover {
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.4);
}

.container-news .item img {
  width: 100%;
}

.container-news .newsW1 {
  width: 60px;
}

.container-news .newsW2 {
  width: 140px;
}

.container-news .newsW3 {
  width: 220px;
}

.container-news .newsW4 {
  width: 300px;
}

.container-news .newsW5 {
  width: 380px;
}

.container-news .newsW6 {
  width: 460px;
}

.container-news .newsW7 {
  width: 540px;
}

.container-news .newsW8 {
  width: 620px;
}

.container-news .item-2inside {
  float: left;
  width: 480px !important;
}

.container-news .item .name {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0px;
}

.container-news .item h1,
.container-news .item h2,
.container-news .item h3,
.container-news .item h4,
.container-news .item h5 {
  color: #fff;
  text-shadow: 0px 1px 1px var(--c2);
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 20px;
}

.container-news .item h1 {
  font-size: 35px;
  line-height: 40px;
}

.container-news .item h2 {
  font-size: 25px;
  line-height: 30px;
}

.container-news .item h3 {
  font-size: 15px;
  line-height: 20px;
}

.container-news .item h4 {
  font-size: 14px;
  line-height: 20px;
  padding: 5px 20px;
}

.container-news .item h3.sz17 {
  font-size: 17px !important;
  line-height: 20px;
  padding: 5px 10px;
}

.container-news .item a:hover h1,
.container-news .item a:hover h3,
.container-news .item a:hover h4,
.container-news .item a:hover h5 {
  background-color: rgba(51, 51, 51, 0.95);
}

.banner970x90 {
  width: 970px;
  margin: 20px auto 30px;
}

.post-banner {
  margin: 20px auto 10px;
}

.list-news-oneCategory {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.name-category {
  position: absolute;
  /*z-index: 100;*/
  z-index: 50;
  top: 10px;
  left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
}

.front-news .name-category {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  padding-bottom: 42px;
  font-family: "Nunito Sans", sans-serif;
}

.front-news .name-category:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 5px;
  border-radius: 6px;
  background: var(--c1);
  content: "";
}

.front-news .name-category:after {
  position: absolute;
  left: 40px;
  bottom: 0;
  width: 90px;
  height: 5px;
  border-radius: 6px;
  background: var(--c1);
  content: "";
}

.front-news .container-news .item {
  margin: 0;
  box-sizing: border-box;
  padding: 8px;
  width: 20%;
  box-shadow: none;
  min-height: 245px;
  background: white;
  transition: all 0.3s ease;
}

.front-news .container-news .item:hover {
  background: #e8e8e8;
  border-radius: 10px;
}

.front-news .container-news .item:first-child {
  width: 40%;
}

@media screen and (max-width: 1071px) {
  .front-news .container-news .item:first-child {
    width: 100%;
  }

  .front-news .container-news .item {
    width: 33.3333%;
    min-height: 225px;
  }
}

@media screen and (max-width: 550px) {
  .front-news .container-news .item {
    width: 50%;
  }
}

.front-news .container-news .item:first-child .img-item-container {
  height: 275px;
}

.front-news .container-news .item .name {
  position: initial;
}

.front-news .container-news .item a:hover h3 {
  background: none;
  text-decoration: none;
}

.front-news .container-news .item:first-child a h3 {
  font-size: 25px;
}

.front-news .container-news .item:first-child a {
  height: auto;
}

.front-news .group-category-wrapper {
  margin-left: -8px;
  margin-right: -8px;
}

.front-news .container-news .item .img-item-container {
  width: 100%;
  height: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.front-news .container-news .item .img-item-container:hover {
  filter: grayscale(0.7);
}

.name-category a {
  display: block;
  color: #fff;
  padding: 0 18px;
}

.front-news .name-category a {
  color: var(--c2);
  display: inline-block;
  padding: 0 16px 0 0;
  position: relative;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

front-news .name-category a:hover {
  color: var(--c1);
}

.name-category span {
  display: block;
  color: #fff;
  padding: 0px 18px;
}

.main-slider-news {
  position: relative;
}

.main-slider-news .name-category {
  left: 0px;
}

.name-category.cat-pink {
  background-color: rgba(233, 5, 209, 0.6);
}

.name-category.cat-darkblue {
  background-color: rgba(5, 80, 233, 0.6);
}

.name-category.cat-green {
  background-color: rgba(5, 233, 48, 0.6);
}

.name-category.cat-yellow {
  background-color: rgba(203, 233, 5, 0.6);
}

.name-category.cat-red {
  background-color: rgba(233, 43, 5, 0.6);
}

.name-category.cat-blue {
  background-color: rgba(5, 193, 233, 0.6);
}

.name-category.cat-fiolin {
  background-color: rgba(134, 5, 233, 0.6);
}

.name-category.cat-oranj {
  background-color: rgba(233, 75, 5, 0.6);
}

.category-news-column {
  float: left;
  width: 640px;
}

.pagination {
  margin: 0px 10px;
  clear: both;
  overflow: hidden;
  font-family: "Open Sans Condensed", sans-serif;
  padding-bottom: 30px;
}

.pagination ul {
  height: 23px;
  margin-bottom: 20px;
}

.pagination ul li {
  float: left;
  font-weight: 700;
  width: 22px;
  display: block;
}

.pagination ul li a {
  display: block;
  height: 23px;
  line-height: 23px;
  padding: 0px 8px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.pagination ul li a:hover {
  color: #fff;
  background-color: #6aae00;
}

.pagination ul li span {
  background-color: #333;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 3px;
}

.pagination .status-page {
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
}

.navigation.pagination {
  display: none;
}

.status-page .prev {
  float: left;
  border-bottom: 2px solid var(--c2);
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0px 20px 0px 27px;
  color: #fff;
  background: url("../images/page_arrow.png") no-repeat scroll 9px 13px
    var(--c2);
}

.status-page .next {
  float: right;
  border-bottom: 2px solid var(--c2);
  height: 40px;
  line-height: 40px;
  display: block;
  padding: 0px 27px 0px 20px;
  color: #fff;
  background: url("../images/page_arrow.png") no-repeat scroll 132px -30px var(--c2);
}

.status-page .prev:hover,
.status-page .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.status-page .current {
  color: #bbbbbb;
  height: 40px;
  line-height: 40px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

.container-news .item.horizontal-news img {
  width: 140px;
  float: left;
}

.container-news .item.horizontal-news .name {
  position: relative;
  float: right;
  width: 140px;
  margin-left: 10px;
}

.container-news .item.horizontal-news h3,
.container-news .item.horizontal-news h4 {
  background: transparent;
  color: #111111;
  text-shadow: 0px 0px 0px var(--c2);
  padding: 0px;
  text-transform: none;
}

.container-news .item.horizontal-news h3 {
  font-size: 20px;
  line-height: 20px;
}

.container-news .item.horizontal-news h4 {
  font-size: 15px;
  line-height: 20px;
}

.container-news .item.horizontal-news a:hover h3,
.container-news .item.horizontal-news a:hover h4 {
  background: transparent;
  text-decoration: underline;
}

.container-news .item.horizontal-news:hover {
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.4);
}

.container-news .item .reed-news {
  display: none;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #6aae00;
  border-bottom: 2px solid #589000;
  height: 40px;
  line-height: 40px;
}

.container-news .item .reed-news .more {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  line-height: 40px;
  padding-right: 15px;
  background: transparent url("../images/page_arrow.png") no-repeat scroll right -30px;
}

.container-news .item a:hover .reed-news {
  display: block;
}

.container-news .item .video-show {
  display: none;
  position: absolute;
  left: 50%;
  top: 17%;
  width: 68px;
  height: 68px;
  background: url("../images/video.png") no-repeat scroll 0px 0px transparent;
  margin-left: -34px;
  z-index: 99;
}

.container-news .item a:hover .video-show {
  display: block;
}

.right-news-column {
  float: right;
  width: 320px;
  overflow: hidden;
}

.right-news-column > div {
  overflow: hidden !important;
}

.news-accordion {
  /*background-color: #f7f6ee;*/
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 10px;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 7px 20px 5px 10px;
  position: relative;
  font-size: 15px;
  line-height: 15px;
  height: 46px;
  overflow: hidden;
  border-top: 1px solid #ccc;
  background: url("../images/accordion.png") no-repeat scroll right 10px
    transparent;
}

.ui-accordion .ui-accordion-header .ui-icon {
  background: none !important;
}

/*.ui-accordion .ui-accordion-header:first-child {
	border-top: 0px solid #ccc;
}*/
.ui-helper-reset {
  border: 0 none;
  font-size: 100%;
  line-height: 1.3;
  list-style: outside none none;
  margin: 0;
  outline: 0 none;
  padding: 0;
  text-decoration: none;
}

.ui-accordion .ui-accordion-content {
  border-top: 0 none;
  overflow: auto;
  padding: 0;
  position: relative;
}

.ui-accordion .ui-accordion-content .reed {
  position: absolute;
  right: 0px;
  top: 90px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  height: 20px;
  padding: 0px 22px 0px 10px;
  background: url("../images/read_arrow.png") no-repeat scroll right 6px
    var(--c2);
}

.ui-accordion .ui-accordion-content img {
  width: 100%;
  object-fit: cover;
}

.post-flexslider {
  margin-left: 10px;
}

.main-post {
  margin-left: 10px;
}

.main-post h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #333232;
  margin-bottom: 15px;
  margin-top: 15px;
}

.main-post .descript {
  font-size: 18px;
  line-height: 22px;
  color: #3b3b3b;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 20px;
}

.main-post .info-post {
  overflow: hidden;
  margin-bottom: 10px;
}

.main-post .info-post .soc-status {
  /*	float: left;
        width: 93px;
    */
}

.descript .details {
  padding: 20px 0;
}

.main-post .info-post .source {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("../images/icons2.png") no-repeat scroll 0px 6px transparent;
  padding-left: 15px;
  margin-left: 15px;
}

.main-post .info-post .autor {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("../images/icons2.png") no-repeat scroll 0px -33px transparent;
  padding-left: 15px;
  margin-left: 15px;
}

.main-post .info-post .category {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: -5;
  *display: inline;
  background: url("../images/category.png") no-repeat scroll 0 transparent;
  padding-left: 17px;
  margin-left: 15px;
}

/* ----- news-category ----- */

.news-category {
  width: 100%;
  margin: 0 0 30px;
  background-color: #f4f4f5;
  font-size: 18px;
  line-height: 30px;
  padding: 0 7px;
  color: #523f77;
  font-weight: 300;
  text-transform: uppercase;
}

/* ----- /news-category ----- */
.article__meta {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  /* width: 160px; */
  margin-bottom: 15px;
}

.article-single {
  position: relative;
}

.article__author svg {
  width: 15px;
  height: 15px;
  margin-right: 7px;
}

.article-read-more {
  background: #dcdcdc;
}

.article-read-more a {
  text-decoration: underline;
  font-weight: bold;
}

/* ----- latest-news ----- */
.latest-news {
  width: 100%;
  max-width: 490px;
}

.latest-news__list li {
  position: relative;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}

.latest-news__list li:first-child {
  width: 100%;
  margin-bottom: 10px;
}

.latest-news__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding-bottom: 20px;
}

.latest-news__time {
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 40px;
  font-size: 11px;
  color: #523f77;
}

.latest-news__title {
  display: inline-block;
  width: 95%;
  margin-top: 60px;
  padding-left: 15px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 500;
  vertical-align: top;
}

/* ----- /latest-news ----- */
/* ----- news ----- */
.all-news__header {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #523f77;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.all-news__header span {
  position: relative;
}

.all-news__header span:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #523f77;
  opacity: 1;
  transition: 0.3s opacity ease;
}

.all-news__header:hover span:after {
  opacity: 0;
}

.news__header {
  display: block;
  width: 100%;
  max-width: 490px;
  font-size: 16px;
  color: #523f77;
  font-weight: 700;
  border-bottom: 2px solid #f21f1f;
  text-align: left;
  text-transform: uppercase;
  margin: 0 auto 25px;
}

.news__header a,
.news__header span,
.sidebar__header {
  position: relative;
  font-size: 14px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  background-color: #f21f1f;
}

.news__header a:before,
.news__header span:before,
.sidebar__header:before {
  position: absolute;
  content: " ";
  width: 16px;
  height: 16px;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  background-color: #f21f1f;
  z-index: -1;
}

.sidebar__header {
  margin-bottom: 20px;
  background-color: var(--c2);
  font-size: 16px;
}

.sidebar__header:before {
  background-color: var(--c2);
}

.sidebar-social__header {
  width: 220px;
  text-align: center;
}

.small-news__item {
  /* padding: 25px 20px 15px; */
  /* margin-bottom: 10px; */
  border-bottom: 1px solid #ccc;
  transition: all 0.2s;
}

.small-news__item:last-child {
  margin-bottom: 0;
}

.small-news__item:hover {
  background: #f2f0ed;
}

.small-news__item a {
  padding: 25px 20px 15px;
  display: flex;
}

.small-news__image {
  width: 120px;
  height: 95px;
  margin-right: 10px;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.small-news__image img {
  width: 100%;
  height: auto;
}

.small-news__image_ml {
  margin-right: 0;
  margin-left: 10px;
}

.small-news__title {
  /* color: var(--c2); */
  font-size: 14px;
  line-height: 1.3;
  max-width: 150px;
}

.small-news__item:hover span.small-news__title {
  color: #577f20;
}

.small-news__category {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
}

.news__item {
  width: 100%;
  max-width: 490px;
  height: 275px;
  position: relative;
  background-size: cover;
  overflow: hidden;
  margin: 0 auto 25px;
}

.news__link {
  display: block;
  height: 100%;
}

.news__link:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 85%;
  background: rgba(207, 203, 201, 0);
  background: -moz-linear-gradient(
    top,
    rgba(207, 203, 201, 0) 0%,
    rgba(207, 203, 201, 0) 0%,
    rgba(36, 32, 30, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(207, 203, 201, 0) 0%,
    rgba(207, 203, 201, 0) 0%,
    rgba(36, 32, 30, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(207, 203, 201, 0) 0%,
    rgba(207, 203, 201, 0) 0%,
    rgba(36, 32, 30, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(207, 203, 201, 0) 0%,
    rgba(207, 203, 201, 0) 0%,
    rgba(36, 32, 30, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(207, 203, 201, 0) 0%,
    rgba(207, 203, 201, 0) 0%,
    rgba(36, 32, 30, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfcbc9', endColorstr='#24201e', GradientType=0);
}

.news__label {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  font-size: 12px;
  color: #523f77;
  text-transform: uppercase;
  background-color: #f4f4f5;
}

.all__news__label {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
}

.news__label__link {
  color: var(--c1);
  font-family: "Roboto Condensed", sans-serif;
}

.news__views {
  padding-left: 3px;
}

.news__views:before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 15px;
  height: 13px;
  background: url(assets/img/icon-views.svg) no-repeat;
  background-size: cover;
  margin-right: 1px;
}

.news__title {
  display: block;
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 15px 10px;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.category .news__link:before {
  display: none;
}

.news__item-img {
  width: 100%;
  max-width: 490px;
  height: 275px;
  object-fit: cover;
}

.main-post .info-post .tag {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("../images/tag.png") no-repeat scroll 0 transparent;
  padding-left: 17px;
  margin-left: 15px;
}

.main-post .info-post .date {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: url("../images/icons2.png") no-repeat scroll 0px -76px transparent;
  padding-left: 17px;
  margin-left: 15px;
}

.goReedNews {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--c2);
  border-bottom: 2px solid var(--c2);
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  margin: 0;
}

.goReedNews:hover {
  /*background-color: #77c300;*/
}

.paginator-post {
  overflow: hidden;
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.paginator-post .prev-post,
.paginator-post .next-post {
  padding-top: 10px;
  padding-bottom: 10px;
}

.paginator-post .prev-post {
  background: url("../images/prev.png") no-repeat scroll 7px center transparent;
  padding-left: 40px;
  padding-right: 10px;
  float: left;
  width: 310px;
}

.paginator-post .next-post {
  background: url("../images/next.png") no-repeat scroll 277px center
    transparent;
  float: right;
  padding-right: 40px;
  padding-left: 10px;
  width: 310px;
}

.paginator-post .prev-post:hover,
.paginator-post .next-post:hover {
  background-color: #f7f6ee;
}

.fixed-news {
  position: fixed;
  width: 140px;
  top: 40%;
  left: 50%;
}

.fixed-news:hover {
  -webkit-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.3);
  text-decoration: underline;
}

.fixed-news.left-fixed-news {
  margin-left: -630px;
}

.fixed-news.right-fixed-news {
  margin-left: 490px;
}

.fixed-news .name {
  color: #111111;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 10px;
}

.fixed-news a:hover .name {
  text-decoration: underline;
}

.fixed-news.left-fixed-news .name {
  text-align: right;
  padding-left: 30px;
  background: url("../images/prev.png") no-repeat scroll 7px center #f7f6ee;
}

.fixed-news.right-fixed-news .name {
  padding-right: 30px;
  background: url("../images/next.png") no-repeat scroll 117px center #f7f6ee;
}

.with-news-day {
  overflow: hidden;
}

.with-news-day .news-accordion {
  width: 220px;
  margin-left: 0px;
  margin-right: 20px;
  float: left;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  height: 32px;
  overflow: hidden;
  padding: 0 !important;
}

.with-news-day .ui-accordion .ui-accordion-header {
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.with-news-day .ui-accordion .ui-accordion-content .reed {
  top: auto;
  bottom: 0px;
  padding-left: 0;
  padding-right: 20px;
  text-indent: -9999px;
  overflow: hidden;
}

.with-news-day .title-accordion {
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 12px;
  background-color: #333333;
  height: 20px;
  line-height: 20px;
}

.bottom-shadow {
  display: none;
}

.soc-status ul {
  margin: 15px 0;
  overflow: hidden;
}

.soc-status li:first-child {
  margin: 0;
}

.soc-status ul li {
  position: relative;
  list-style: none;
  float: left;
  padding: 0;
  margin: 0 0 0 25px;
}

a.s-facebook {
  background: #5262b7;
  border-bottom: #4b5aa6 2px solid;
}

a.s-twitter {
  background: #5e7ba3;
  border-bottom: #567094 2px solid;
}

a.s-odnoklassniki_ru.foursquare {
  background-color: #fc7d19;
  border-bottom: #ff6e03 2px solid;
}

.soc-status a {
  display: block;
  width: 193px;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 7px 0;
  color: #fff;
  text-transform: uppercase;
}

/*
иконки соцсетей до замены на большие кнопки
.soc-status a{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	float: left;
	margin-right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.soc-status a span{
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 20px;
	height: 20px;
}
.soc-status a span.icon-odnoklassniki_ru{
	background: url("../images/soc.png") no-repeat scroll 0px 0px transparent;
}
.soc-status a span.icon-facebook{
	background: url("../images/soc.png") no-repeat scroll -30px 0px transparent;
}
.soc-status a span.icon-twitter{
	background: url("../images/soc.png") no-repeat scroll -60px 0px transparent;
}
*/
.group-category {
  position: relative;
  clear: both;
}

.footer {
  background-color: #555;
  color: #fff;
  padding: 30px 0 40px;
  width: 100% !important;
}

.footer .container {
  overflow: hidden;
  width: auto;
}

.footer .foot-menu {
  float: left;
  width: 140px;
  margin-right: 20px;
}

.footer .foot-menu a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}

.footer .foot-menu a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer .foot-info {
  width: 460px;
  float: left;
}

.footer .copy {
  border-bottom: 1px solid #575757;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 13px;
  padding-bottom: 17px;
}

.footer .info {
  font-size: 16px;
  line-height: 24px;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  text-decoration: underline;
}

.footer li.current-menu-item a {
  text-decoration: underline;
}

.additional-info {
  float: right;
  width: 220px;
}

.additional-info .rss {
  position: relative;
  padding-left: 20px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.additional-info .rss .ico {
  position: absolute;
  top: 6px;
  left: 0px;
  width: 14px;
  height: 14px;
  background: url("../images/icons.png") no-repeat scroll 0px -75px transparent;
}

.footer .age18 {
  margin-bottom: 10px;
}

.footer .contact-link {
  margin-bottom: 10px;
}

#Date {
  float: left;
}

.hidden {
  display: none;
}

.hidden_desc {
  display: none;
}

.fixed-news img {
  width: 140px;
  height: auto;
}

.entry-title {
  margin-bottom: 20px;
}

.name2 {
  position: absolute;
  top: 26%;
  left: 15%;
  color: var(--c2);
  font-size: 32px;
  line-height: 31px;
  width: 450px;
}

.name2:hover {
  text-decoration: underline;
}

.newsW3 img {
  text-align: center;
  position: relative;
  margin: 0 auto;
  display: block;
  object-fit: cover;
}

.item-2inside img {
  height: auto !important;
  width: 100% !important;
  left: 0;
  position: relative;
}

.item-2inside a {
  height: 150px;
  text-align: center;
}

.newsW4 img {
  width: auto !important;
}

.newsW4 h1 {
  font-size: 25px !important;
}

.main_acc img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#accordion div {
  overflow: hidden;
  max-height: 300px;
}

.single_acc div {
  overflow: hidden;
  max-height: 80px !important;
}

.single_acc img {
  overflow: hidden;
  margin-top: -50px;
}

.category-news-column .newsW4 img {
  /*left: -50%;*/
  position: relative;
}

.cont1 .newsW4 img {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto;
}

.archive_latest .horizontal-news img {
  width: 140px !important;
}

.group-category .newsW6 h3 {
  font-size: 25px;
}

.group-category .newsW6 .newsW3 h3 {
  font-size: 15px;
}

.group-category .newsW6 .newsW6 h3 {
  font-size: 15px;
}

.group6 .item-2inside .newsW3 a {
  height: 320px;
}

.group6 .item-2inside .newsW3 img {
  height: 320px !important;
  width: auto !important;
  margin-left: -50%;
}

.grup6 .item .newsW6:first-child h3 {
  font-size: 25px;
}

.big_link {
  overflow: hidden;
}

.big_link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
}

.big_link a:before {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  transition: all 0.3s;
  z-index: 2;
  background: url(../images/arrow_slider.png) no-repeat scroll 0px 0px
    transparent;
  width: 35px;
  height: 70px;
}

.big_link a:after {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
  content: "";
  transition: all 0.3s;
  z-index: 2;
  background: url(../images/arrow_slider.png) no-repeat scroll right 0px
    transparent;
  width: 35px;
  height: 70px;
}

.big_link {
  position: relative;
}

.big_link:after {
  opacity: 0.8;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
  content: url(../images/zoom-in.svg);
  transition: all 0.3s;
  z-index: 3;
}

.big_link img {
  transition: all 0.2s;
}

.big_link:hover img {
  transform: scale(1.1);
}

.big_link:hover a:before,
.big_link:hover a:after {
  opacity: 1;
}

.big_link span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3px 10px;
  background-color: rgba(128, 128, 128, 0.3);
  color: #fff;
  font-weight: bold;
}

.read_comments a {
  font-size: 17px;
  background-color: #eee;
  color: black;
  border-bottom: #ccc 2px solid;
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}

.banner_column {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  display: block;
}

#wrapper.banner_column_with {
  width: 980px;
  margin: 0px auto;
  background-color: white;
  position: relative;
  z-index: 100;
}

.container-news .section .container-news div.item a {
  height: 320px;
  background: rgba(51, 51, 51, 0.9);
  width: 220px;
}

.container-news .section .container-news div.item a img {
  max-height: none;
  width: 100% !important;
  height: auto;
  left: 0;
}

.container-news.cont1 div.item a {
  height: 328px !important;
  width: auto !important;
  background: rgba(51, 51, 51, 0.9);
}

div#M357311Composite608444 .newsW6,
div#M357311Composite608444 .newsW6 a {
  width: 460px !important;
}

ins#aswift_1_anchor > iframe {
  /*max-width: 640px;*/
}

.ok_group {
  margin-bottom: 20px;
}

.ok_group a {
  display: inline-block;
  max-width: 630px;
}

.ok_group img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  bottom: 0;
}

.main-slider-news .flex-control-thumbs img {
  object-fit: cover;
}

.outstream-unit-container {
  margin: 20px 0;
}

#sidebar-left {
  float: left;
  width: 300px;
  margin-left: -100%;
  position: relative;
}

.news-block {
  border: 1px solid #ccc;
  border-bottom: 0;
  margin: 8px 0;
}

.news-block_noborder {
  border: none;
}

.box {
  color: #fff;
  font-size: 15px;
  background: var(--c2);
  text-transform: uppercase;
  border-bottom: 1px solid var(--c2);
  clear: both;
  max-width: 650px;
}

#wrapper.banner_column_with h1 {
  line-height: 1.1;
  padding-bottom: 15px;
}

.with-news-day .news-accordion .title-accordion {
  height: auto;
  padding: 10px 0;
  font-size: 14px;
}

.get-click-teaser .container-news .newsW4 {
  height: 200px;
}

.category-news-column .pagination .navigation {
  display: none;
}

.category-news-column .entry-header .entry-title {
  font-weight: bold;
}

.readmoremobile {
  display: none;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.readmoremobile .fade {
  background: -webkit-linear-gradient(
    bottom,
    #fff 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 3.5rem;
  height: 18rem;
  position: absolute;
  width: 100%;
}

.readmoremobile .show-button {
  background-color: #0063b1;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  height: 3.5rem;
  border: none;
  border-radius: 20px;
  padding: 0 28px;
}

.header_sub_menu .menu-item-37367 {
  display: none;
}

.read_comments {
  max-width: 497px;
}

.frontpage .left-sidebar {
  margin: 0;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
}

.col-2-3 {
  width: 75%;
  float: left;
}

.col-1-3 {
  width: 25%;
  float: left;
}

.col-1-3 .left-sidebar {
  float: right;
}

.frontpage .slider-content {
  margin: 0;
  padding-top: 0;
}

.front-news .container-news {
  /* margin: 0;
    margin-left: -10px; */
}

.front-news .name-category {
  background-color: #fff !important;
  width: 100%;
}

.front-news .group-category {
  margin: 15px 0 24px;
  padding: 20px;
  border: 1px solid var(--c2);
  border-radius: 10px;
}

.frontpage .name h3 {
  line-height: 1.2;
  text-shadow: none;
  color: var(--c2);
  padding: 10px 0;
  text-transform: none;
}

.container-news.category {
  margin: 0;
  width: auto;
}

.tags-cat {
  float: left;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.6;
  height: 29px;
  margin: 3px 0;
}

.category .category-news-column {
  margin-left: -10px;
}

@media screen and (max-width: 970px) {
  .front-news .container-news {
    padding: 0;
  }
}

.article__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.content__center {
  max-width: 665px;
  float: left;
}

/* ------------ comment__button ------------ */
.comment__button-wrap {
  display: flex;
  margin: auto;
}

a.comment__button {
  width: 200px;
  line-height: 35px;
  background-color: var(--c2);
  color: #fff;
  font-size: 16px;
  text-align: center;
  transition: all 0.1s;
  text-decoration: none;
}

.comment__button:hover {
  background-color: #ccc;
  color: var(--c2);
}

/* ------------ /comment__button ------------ */

/* ------------ social share ------------ */
.social-sharing {
  display: flex;
}

.social-sharing__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 7px;
  margin-right: 15px;
  color: white;
  border-radius: 2px;
  cursor: pointer;
  min-width: 100px;
}

.social-sharing__item:last-child {
  margin-right: 0;
}

.social-sharing__item_fd {
  background-color: #3b5998;
}

.social-sharing__item_ok {
  background-color: #f58133;
}

.social-sharing__icon {
  width: 20px;
  fill: #fff;
}

.social-sharing__text {
  color: #fff;
}

/* ------------ /social share ------------ */

/* ------------ bottom-news ------------ */
.bottom-news {
  /*float: left;*/
  margin: 15px auto 0 auto;
  max-width: 670px;
}

@media screen and (min-width: 768px) {
  .bottom-news {
    float: left;
  }
}

.bottom-news__heading {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.bottom-news-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.bottom-news-list__item {
  width: 30%;
  margin-bottom: 25px;
  overflow: hidden;
}

.bottom-news-list__image {
  height: 100px;
  margin-bottom: 7px;
  overflow: hidden;
}

.bottom-news-list__item img {
  width: 100%;
  height: auto;
}

.bottom-news-list__item p {
  display: block;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}

/* ------------ /bottom-news ------------ */

/* ------------ 404 error ------------ */
.error-page__heading {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}

.error-page__heading span {
  font-size: 140px;
}

.error-page .bottom-news {
  float: none;
  margin-top: 100px;
}

/* ------------ /404 error ------------ */

/* ------------ /figcaption article ------------ */
.main-news .wp-block-image figcaption {
  display: none;
}

/* ------------ /figcaption article ------------ */

@media screen and (max-width: 1330px) {
  .frontpage .left-sidebar,
  .category .left-sidebar {
    display: none;
  }

  .frontpage .slider-content {
    margin: 0 auto;
  }

  .front-news .container-news {
    margin: 0 auto;
  }

  .col-2-3,
  .col-1-3 {
    width: auto;
    float: none;
  }

  .container-news.category {
    width: 960px;
    margin: 0 auto;
  }

  .category .category-news-column {
    margin-left: 0;
    margin: 0 auto;
  }

  .category .right-news-column {
    float: left;
  }
}

@media screen and (max-width: 1280px) {
  .fixed-news {
    display: none;
  }

  /*	body {
            padding-bottom: 300px;
        }*/
  .content-top-news {
    width: auto;
  }
}

@media screen and (max-width: 1070px) {
  .header_sub_menu .container {
    float: left;
  }

  .header_sub_menu {
    border-bottom: none;
  }

  .category .right-news-column {
    display: none;
  }

  .container-news.category {
    width: 100%;
  }

  .category-news-column .list-news-oneCategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .category-news-column {
    width: 100%;
  }

  .right-news {
    display: none;
  }

  .content__center {
    max-width: 100%;
  }

  .article__bottom {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }

  a.comment__button {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 970px) {
  .banner970x90 {
    padding: 0 10px;
    box-sizing: border-box;
  }

  .container,
  .container-news,
  .container-news.category {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  #wrapper.banner_column_with {
    width: 100%;
    min-width: 100%;
  }

  .slider-top-news {
    width: 75%;
  }

  .list-top-news {
    width: 25%;
  }

  .dateTime {
    display: none;
  }

  .header .container {
    display: flex;
    justify-content: space-between;
  }

  .header_sub_menu {
    height: auto;
  }

  .header_sub_menu ul {
    text-align: left;
  }

  .group-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .container-news .item {
    width: 49%;
    height: auto;
    margin-left: 0;
    margin-right: 0%;
  }

  .group6 .item-2inside .newsW3 a {
    height: 200px;
  }

  .container-news .item-2inside {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .group6 .item-2inside .newsW3 img {
    margin-left: 0;
    width: 100% !important;
  }

  .sidebar,
  .right-news-column {
    display: none;
  }

  .category-news-column {
    width: 100%;
    max-width: 650px;
    /*padding: 0 10px;*/
    box-sizing: border-box;
    margin: 0 auto;
    float: none;
  }

  .category-news-column .newsW4 img {
    height: auto;
    width: 100%;
  }

  .list-news-oneCategory {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .big_link a {
    width: 100%;
  }

  .post-flexslider,
  .main-post {
    margin-left: 0;
  }

  .footer {
    padding: 30px 10px 40px;
  }

  .footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .foot-menu {
    margin-right: 90px;
    margin-bottom: 20px;
  }

  .footer .foot-info {
    order: 3;
  }

  .big_link div {
    background: none !important;
  }

  .container-news .item-2inside {
    width: 100% !important;
  }

  .slider-content {
    width: auto;
  }

  .list-top-news .bottom-shadow {
    width: 100%;
  }
}

@media screen and (max-width: 820px) {
  .read_comments {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header .social-block,
  .search-block {
    display: none;
  }

  .slider-top-news {
    display: none;
  }

  .list-top-news {
    width: 100%;
    padding-top: 35px;
    height: 200px;
  }

  .list-top-news .content-top-news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 175px;
  }

  .list-top-news .t-item {
    width: 48%;
  }

  .group-category .newsW6 h3,
  .container-news .item h2 {
    font-size: 15px;
  }

  .container-news .item img {
    width: 100%;
    height: auto;
  }

  .zoom_icon:before,
  .zoom_icon:after {
    display: block;
  }

  .flexslider .slides .text_block {
    width: auto;
    opacity: 1;
  }

  .flexslider .slides .text_block .title {
    margin-bottom: 5px;
  }

  .readmoremobile {
    display: block;
  }

  .article-text {
    max-height: 100%;
    overflow: hidden;
  }
}

@media screen and (max-width: 675px) {
  .header .social-block,
  .search-block {
    display: none;
  }

  .header_sub_menu ul {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
  }

  .header_sub_menu ul li {
    /* width: 50%; */
  }

  .row-news {
    padding-left: 10px;
  }

  .row-news span {
    display: inline-block;
    margin-bottom: 5px;
  }

  .soc-status ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .soc-status ul li {
    float: none;
    margin-left: 0;
    margin-bottom: 5px;
  }

  .main-post .info-post .details {
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
  }

  .main-post .info-post .category {
    background: url("../images/category.png") no-repeat scroll transparent;
  }

  .main-post .info-post .tag {
    margin-bottom: 7px;
  }

  .post-tags-wrap {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 599px) {
  .with-news-day .news-accordion {
    width: 100%;
    margin-right: 0;
  }

  .container-news .item {
    width: 100%;
  }

  .list-top-news .t-item {
    width: 100%;
  }

  .photo-page__image {
    width: 100%;
  }

  .goReedNews {
    margin-bottom: 35px;
  }

  .paginator-post {
    flex-direction: column;
    text-align: center;
  }

  .paginator-post .prev-post {
    margin-bottom: 20px;
    padding-left: 0;
    text-align: center;
  }

  .status-page .current {
    display: none;
  }

  .footer .foot-menu {
    margin-right: 30px;
    width: 100px;
  }

  .additional-info {
    width: 150px;
  }

  .paginator-post .prev-post {
    padding-left: 15px;
  }

  .category-news-column .video-container {
    display: none;
  }

  .main-post center > span {
    font-size: 16px;
  }

  .ci-351340 .mgbox {
    width: 300px !important;
  }

  .container-news .item img {
    height: auto !important;
  }

  .category-news-column .name-category.cat-pink {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .banner_column_with .big_link div p {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .flexslider .slides .text_block {
    background: none;
  }

  .flexslider .slides .text_block .title {
    padding: 15px 10px;
    background: black;
    opacity: 0.8;
    margin-bottom: 0;
  }

  .big_link a {
    background: none;
  }

  .bottom-news-list__item img {
    display: block;
    margin-bottom: 7px;
  }

  .bottom-news-list__item p {
    height: 70px;
  }

  .bottom-news-list__item {
    width: 45%;
  }
}

@media screen and (max-width: 370px) {
  .banner_column_with .big_link div {
    padding: 15px 25px 0 !important;
    line-height: 1.2;
  }

  .status-page .prev {
    margin-bottom: 15px;
  }
}

/* Styles for categories */

.list-news-oneCategory .item.newsW8,
.list-news-oneCategory .item.newsW4 {
  width: 288px;
}

.list-news-oneCategory .item.newsW8:hover,
.list-news-oneCategory .item.newsW4:hover {
  box-shadow: none;
}

/* .list-news-oneCategory .item.newsW8 a,
.list-news-oneCategory .item.newsW4 a {
	height: 165px;
} */

.container-news .list-news-oneCategory .item .name {
  position: relative;
}

.container-news .list-news-oneCategory .item h2 {
  font-size: 16px;
  text-transform: none;
  background: none;
  color: var(--c2);
  text-shadow: none;
  line-height: 21px;
  padding: 5px;
  min-height: 60px;
  cursor: pointer;
}

.container-news .list-news-oneCategory .item h2:hover {
  /*color: #F21F1F;*/
  text-decoration: underline;
}

.container-news .list-news-oneCategory .item img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Styles for categories */

/* Styles for homepage */

.slider-content {
  width: inherit;
}

.latest-news {
  width: 100%;
  max-width: inherit;
}

.latest-news .latest-news__list li {
  display: inline-block;
  overflow: hidden;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.6);
  width: 25%;
  /*	padding-left: 8px;
        padding-right: 8px;*/
  float: left;
  box-sizing: border-box;
  height: 175px;
  margin: 0;
  border: 8px solid #fff;
  border-radius: 20px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.latest-news .latest-news__list li:after {
  clear: both;
}

.latest-news .latest-news__list li:first-child {
  width: 50%;
  height: 350px;
}

@media screen and (max-width: 1071px) {
  .latest-news .latest-news__list li {
    width: 50%;
    height: 200px;
  }

  .latest-news .latest-news__list li:first-child {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .latest-news .latest-news__list li {
    width: 100%;
  }
}

.latest-news .latest-news__list li:first-child .latest-news__title {
  font-size: 32px;
  line-height: 1.05;
}

.latest-news__list {
  margin-left: -8px;
  margin-right: -8px;
}

.latest-news__list .latest-news__title {
  padding: 15px 15px 0;
  margin: 0;
  width: 100%;
}

.latest-news__list li .latest-news__link {
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color 0.3s ease;
}

.latest-news__list li:hover .latest-news__link {
  background-color: transparent;
}

.latest-news__list .all__news__label {
  top: 20px;
  left: 20px;
  padding: 3px 15px;
  background: rgba(255, 255, 255, 0.8);
  color: var(--c1);
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  display: inline-block;
  font-weight: 700;
}

/*.latest-news__list .news__label__link {*/
/*    background: none;*/
/*    border-left: 3px solid var(--c2);*/
/*    padding: 0;*/
/*    line-height: 1;*/
/*    font-size: 14px;*/
/*    padding-left: 8px;*/
/*    color: #d3d3d3;*/
/*}*/

/*.latest-news__list .news__label__link:before {*/
/*    display: none;*/
/*}*/

.latest-news__list a[href$="politika/"] {
  border-left: 2px solid red;
}

.latest-news__list a[href$="obshhestvo/"] {
  border-left: 2px solid green;
}

/* Styles for homepage */

/* Styles for tags */

.tags-wrap > a {
  border-left: 1px solid #dcdcdc;
  padding: 5px 10px;
  display: inline-block;
  text-transform: capitalize;
  line-height: 1.6;
  min-width: 30px;
  text-align: center;
  float: left;
  margin: 3px 0;
}

.tags-wrap > a:last-child {
  border-right: 1px solid #dcdcdc;
}

.tags-wrap > a:hover {
  background: #f2f0ed;
}

.tags-wrap {
  padding-bottom: 15px;
  padding-top: 0;
}

/* Styles for tags */

.main__btn-link {
  display: inline-block;
  font-size: 24px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 300;
  padding: 0 35px;
  border: 0;
  background-color: #f21f1f;
  text-transform: uppercase;
}

.main__btn-link {
  padding: 15px 35px 15px 45px;
  line-height: normal;
  margin-left: 10px;
  background: -webkit-linear-gradient(left, #222 50%, #333 50%) repeat scroll
    right bottom/200% 100% transparent;
  background: -o-linear-gradient(left, #222 50%, #333 50%) repeat scroll right
    bottom/200% 100% transparent;
  background: linear-gradient(to right, #222 50%, #333 50%) repeat scroll right
    bottom/200% 100% transparent;
  transition: background 350ms ease-in-out;
}

.main__btn-link:hover {
  background-position: left bottom;
}

.main__btn-link:after {
  content: "";
  width: 40px;
  height: 25px;
  display: inline-block;
  background: url(../images/arrow2.png) no-repeat center;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

@media screen and (max-width: 620px) {
  .list-news-oneCategory {
    justify-content: center;
  }

  .container-news .list-news-oneCategory .item h2 {
    min-height: 60px;
  }

  .container-news .list-news-oneCategory .item {
    margin-bottom: 5px;
  }

  .tags > a {
    display: none;
  }
}

@media screen and (max-width: 1070px) and (min-width: 540px) {
  .category-news-column .list-news-oneCategory .item {
    width: 50%;
    margin: 0;
    padding: 0 10px;
  }

  .category-news-column .list-news-oneCategory {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/*End of Styles for tags */

/* Styles Styles for categories */

.col-2-3 {
  display: flex;
  justify-content: space-between;
  width: auto;
  float: none;
}

.category .category-news-column {
  margin-right: -10px;
  float: none;
}

.right-news-column {
  float: left;
}

.col-1-3 {
  width: auto;
}

.col-2-3 .category-news-column {
  width: 616px;
}

.category .news-accordion {
  margin-left: 10px;
}

@media screen and (max-width: 1330px) {
  .category .category-news-column {
    margin-right: auto;
  }
}

@media screen and (max-width: 860px) {
  .header .logo {
    margin: 2px 66px 2px 55px;
  }

  .article__meta {
    display: none;
  }
}

/* End of Styles for categories */

.top-content-block {
  margin-bottom: 10px;
}

@media (max-width: 425px) {
  .container-news .list-news-oneCategory .item {
    width: 100%;
  }

  .tags-cat {
    display: block;
    float: none;
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    height: auto;
  }

  .tags-wrap > a {
    display: none;
  }

  .name-category {
    display: block;
    height: auto;
  }
}

/* from=home */
.container_home {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.header_home .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__button {
  /*display: none;*/
  width: 90px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  background-color: #1ca728;
  text-align: center;
  border-radius: 3px;
  float: right;
  font-family: Arial, sans-serif;
}

.header__button:hover {
  opacity: 0.8;
}

.main__title {
  position: relative;
  width: 100%;
  height: 24px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  background-color: var(--c2);
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main__title p {
  margin: 0;
  font-family: inherit;
  color: #fff;
}

.main-top__main {
  width: 100%;
  max-width: 450px;
}

.main-top__other {
  width: 100%;
  max-width: 450px;
}

@media screen and (max-width: 1070px) {
  .container_home {
    max-width: 750px;
  }
}

@media screen and (max-width: 970px) {
  .main-top__main,
  .main-top__other {
    max-width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .container_home {
    flex-direction: column;
  }

  .main-top__main,
  .main-top__other {
    max-width: 450px;
    margin: 0 auto 20px;
  }
}

/*informers*/

.ci-689744 .mgresponsive {
  display: inherit;
}

.ci-689744 .mgbox {
  padding: 0 !important;
  position: relative !important;
  text-align: center;
  vertical-align: top !important;
  margin: 0 auto;
  border-style: solid;
  border-width: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 100% !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ci-689744 .mgbox {
  width: 100%;
  max-width: 100%;
}

.ci-689744 div.mcimg {
  padding: 0px;
  text-align: center;
}

.ci-689744 img.mcimg {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px;
  width: 100% !important;
  height: auto !important;
  max-width: 492px;
  max-height: 328px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.ci-689744 .mctitle {
  text-align: left;
  height: 45px;
  overflow: hidden;
  padding: 0 7px;
}

.ci-689744 .mctitle a {
  font-size: 14px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: var(--c2);
  font-family: "Nunito Sans";
}

.ci-689744 .mcdesc {
  display: none;
  text-align: center;
}

.ci-689744 .mcdesc a {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  font-family: "Nunito Sans";
}

.ci-689744 .mcdomain {
  display: block;
  text-align: left;
}

.ci-689744 .mcdomain a {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  text-decoration: none;
  color: #7f7f7f;
  font-family: "Nunito Sans";
  padding: 4px;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
}

.ci-689744 .mcdomain a img.mcimgsrc {
  vertical-align: bottom;
  margin-bottom: -3px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ci-689744 .mgline {
  background: none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  display: inline;
  padding: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px;
  width: 32.33333333%;
  max-width: 32.33333333%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 0.5%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  word-wrap: break-word;
}

.ci-689744 .mgline .image-container {
  position: relative;
}

.ci-689744 .mgline .image-container .mcimgad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.ci-689744 .mgline {
  vertical-align: top;
}

.ci-689744 .mgline,
.ci-689744 .mgbox {
  min-width: 90px;
}

.ci-689744 .mgline[max-width~="120px"] .mcdesc {
  display: none !important;
}

@supports not (flex-wrap: wrap) {
  .ci-689744 .mgbox {
    display: block !important;
  }

  .ci-689744 .mgline {
    display: inline-block !important;
  }
}

.ci-689744 .text-elements a {
  text-decoration: none;
}

.ci-689744 div.mcprice {
  text-align: center;
}

.ci-689744 div.mcprice span {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.ci-689744 div.mgbuybox,
.ci-689744 div.mgarrowbox {
  display: none;
}

.ci-689744 div.mgbuybox,
.ci-689744 div.mgarrowbox,
.ci-689744 div.mcprice {
  display: none;
}

.ci-689744 span.mcpriceold {
  text-decoration: line-through !important;
}

@media (max-width: 480px) {
  .ci-689744 .mgline {
    width: 48% !important;
    margin: 1% !important;
    max-width: 48% !important;
  }
}

@media (max-width: 480px) {
  .ci-689744 .mgline {
    width: 98% !important;
    margin: 1% !important;
    max-width: 98% !important;
  }
}

.ci-689744 .mgpopular {
  background-color: rgba(255, 0, 0, 0.2) !important;
  border-color: rgba(255, 90, 0, 0.3) !important;
}

.ci-689744 .mgline .image-container .mcimgad {
  width: 70px;
}

.ci-689744 span.mghead {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  min-height: 15px;
}

.ci-689744 .mghead {
  font-family: "Nunito Sans" !important;
  color: var(--c2) !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.ci-689744 .mcdomain a {
  color: #7f7f7f;
}

.ci-689744 .mgheader {
  width: 100% !important;
}

.ci-689744 .mgheader a {
  top: 25px !important;
}

.ci-689744 .widgets_logo {
  position: static !important;
}

.ci-689744 .mgbox {
  padding-bottom: 25px !important;
}

.ci-689744 .mgline {
  position: relative;
}

.ci-689744 .mgline .fake {
  visibility: hidden;
  position: relative;
  padding-top: 4px;
}

.ci-689744 .mgline div.mcprice {
  background-color: #7f7f7f;
  padding: 3px 0;
}

.ci-689744 .mgline .mctitle {
  margin-top: 2px;
  line-height: 1 !important;
}

.ci-689744 .mgline .mcdesc {
  padding-top: 7px;
}

.ci-689744 .mgline .mcdomain {
  padding-top: 3px;
}

.ci-689744 .mgline .mcdiscount {
  display: none;
}

.ci-689744 .mgline .mcprice .mcpriceold {
  font-size: 10px;
  color: #bbbbbb;
}

.ci-689744 .mgline .image-with-text,
.ci-689744 .mgline .mgtobottom {
  width: 100% !important;
  margin: 0 auto;
}

.ci-689744 .mgline .image-with-text,
.ci-689744 .mgline .mgtobottom {
  max-width: 492px;
}

.ci-689744 .mgline .mgtobottom {
  left: 0;
  right: 0;
}

.ci-689744 .mgline .mctitle {
  margin-top: 5px;
  min-height: 35px;
  overflow: hidden;
  padding: 0 7px;
}

.ci-689744 .mgline .mcdesc {
  padding: 7px 20px 0;
}

.ci-689744 .mgline .mcdomain {
  padding: 3px 5px 0;
}

.ci-689744 .mcdomain a {
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.ci-689744 .mcdomain a img.mcimgsrc {
  margin-right: 5px;
}

.ci-689744 .mg-slider-overlay {
  overflow: hidden;
  position: relative;
}

.ci-689744 .mg-slider-overlay .mg-slider-wrap {
  min-height: 200px;
  position: relative;
  width: 100%;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.ci-689744 .mg-slider-overlay .mg-slider-wrap .mg-slider-box {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.ci-689744 .mg-pagination {
  text-align: center;
}

.ci-689744 .mg-pagination .mg-pagination-list {
  display: inline-block;
}

.ci-689744 .mg-pagination .mg-pagination-item {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ci-689744 .mg-pagination .mg-pagination-item-prev,
.ci-689744 .mg-pagination .mg-pagination-item-next {
  background: #f7f7f7;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  width: 29px;
}

.ci-689744 .mg-pagination .mg-pagination-item-prev:after,
.ci-689744 .mg-pagination .mg-pagination-item-next:after {
  background: url(https://images.dable.io/static/i/prevnext2.png?3) no-repeat 0
    0;
  background-size: 17px 11px;
  content: "";
  display: inline-block;
  height: 13px;
  width: 9px;
}

.ci-689744 .mg-pagination .mg-pagination-item-next:after {
  background-position: -10px 0;
  width: 8px;
}

.ci-689744 .mg-pagination .mg-pagination-item-current {
  background: #508eef;
}

.ci-689744 .mgline:hover {
  -webkit-box-shadow: 0 0 5px 1px #e7371a;
  box-shadow: 0 0 5px 1px #e7371a;
  /*background-color: #FDEBE8;*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ci-689745 .mgresponsive {
  display: inherit;
}

.ci-689745 .mgbox {
  padding: 0 !important;
  position: relative !important;
  text-align: center;
  vertical-align: top !important;
  margin: 0 auto;
  border-style: solid;
  border-width: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 100% !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ci-689745 .mgbox {
  width: 100%;
  max-width: 100%;
}

.ci-689745 div.mcimg {
  padding: 0px;
  text-align: center;
  float: left;
  display: none !important;
}

.ci-689745 img.mcimg {
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px;
  width: 100% !important;
  height: auto !important;
  max-width: 90px;
  max-height: 90px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.ci-689745 .mctitle {
  margin-top: 10px;
  text-align: left;
}

.ci-689745 .mctitle a {
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: var(--c2);
  font: 14px "Nunito Sans", Arial, Myriad Pro, Tahoma, Geneva, sans-serif;
}

.ci-689745 .mcdesc {
  display: none;
  text-align: center;
}

.ci-689745 .mcdesc a {
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  text-decoration: none;
  color: #666666;
  font-family: "Nunito Sans";
}

.ci-689745 .mcdomain {
  display: block;
  text-align: left;
}

.ci-689745 .mcdomain a {
  font-weight: normal;
  font-size: 13px;
  line-height: 13px;
  font-style: italic;
  text-decoration: none;
  color: #7f7f7f;
  font-family: "Nunito Sans";
  padding: 4px;
  display: block;
  overflow: hidden;
  text-transform: capitalize;
}

.ci-689745 .mcdomain a img.mcimgsrc {
  vertical-align: bottom;
  margin-bottom: -3px;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.ci-689745 .mgline {
  background: none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  zoom: 1;
  display: inline;
  padding: 0 !important;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*margin: 0px 0.5%;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  word-wrap: break-word;
}

.ci-689745 .mgline .image-container {
  position: relative;
}

.ci-689745 .mgline .image-container .mcimgad {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
}

.ci-689745 .mgline {
  vertical-align: top;
}

.ci-689745 .mgline,
.ci-689745 .mgbox {
  min-width: 90px;
}

.ci-689745 .mgline[max-width~="120px"] .mcdesc {
  display: none !important;
}

@supports not (flex-wrap: wrap) {
  .ci-689745 .mgbox {
    display: block !important;
  }

  .ci-689745 .mgline {
    display: inline-block !important;
  }
}

.ci-689745 .text-elements a {
  text-decoration: none;
}

.ci-689745 div.mcprice {
  text-align: center;
}

.ci-689745 div.mcprice span {
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
}

.ci-689745 div.mgbuybox,
.ci-689745 div.mgarrowbox {
  display: none;
}

.ci-689745 div.mgbuybox,
.ci-689745 div.mgarrowbox,
.ci-689745 div.mcprice {
  display: none;
}

.ci-689745 span.mcpriceold {
  text-decoration: line-through !important;
}

@media (max-width: 480px) {
  .ci-689745 .mgline {
    width: 48% !important;
    margin: 1% !important;
    max-width: 48% !important;
  }
}

@media (max-width: 480px) {
  .ci-689745 .mgline {
    width: 98% !important;
    margin: 1% !important;
    max-width: 98% !important;
  }
}

.ci-689745 .mgpopular {
  background-color: rgba(255, 0, 0, 0.2) !important;
  border-color: rgba(255, 90, 0, 0.3) !important;
}

.ci-689745 .mgline .image-container .mcimgad {
  width: 70px;
}

.ci-689745 span.mghead {
  float: left;
  font-weight: bold;
  margin-left: 7px;
  /*min-height: 15px;*/
}

.ci-689745 .mghead {
  font-family: "Nunito Sans" !important;
  color: var(--c2) !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.ci-689745 .mcdomain a {
  color: var(--c2);
  font-size: 10px;
  font-weight: bold;
  margin: -5px 0 0 0px;
  font-style: normal;
}

.ci-689745 .mgheader {
  width: 100% !important;
}

.ci-689745 .mgheader a {
  top: 25px !important;
}

.ci-689745 .widgets_logo {
  position: static !important;
}

.ci-689745 .mgbox {
  padding-bottom: 25px !important;
}

.ci-689745 .mgline {
  position: relative;
}

.ci-689745 .mgline .fake {
  visibility: hidden;
  position: relative;
  padding-top: 4px;
}

.ci-689745 .mgline div.mcprice {
  background-color: #7f7f7f;
  padding: 3px 0;
}

.ci-689745 .mgline .mctitle {
  margin-top: 2px;
  line-height: 1 !important;
}

.ci-689745 .mgline .mcdesc {
  padding-top: 7px;
}

.ci-689745 .mgline .mcdomain {
  padding-top: 3px;
}

.ci-689745 .mgline .mcdiscount {
  display: none;
}

.ci-689745 .mgline .mcprice .mcpriceold {
  font-size: 10px;
  color: #bbbbbb;
}

.ci-689745 .mgline .image-with-text,
.ci-689745 .mgline .mgtobottom {
  width: 100% !important;
  margin: 0 auto;
}

.ci-689745 .mgline .image-with-text,
.ci-689745 .mgline .mgtobottom {
  max-width: 100%;
}

.ci-689745 .mgline .mgtobottom {
  left: 0;
  right: 0;
}

.ci-689745 .mgline .mctitle {
  /*margin-top: 5px;*/
  min-height: 35px;
  overflow: hidden;
  padding: 0 24px 0 8px;
}

.ci-689745 .mgline .mcdesc {
  padding: 7px 20px 0;
}

.ci-689745 .mgline .mcdomain {
  padding: 3px 5px 0;
}

.ci-689745 .mcdomain a {
  line-height: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.ci-689745 .mcdomain a img.mcimgsrc {
  margin-right: 5px;
}

.ci-689745 .mg-slider-overlay {
  overflow: hidden;
  position: relative;
}

.ci-689745 .mg-slider-overlay .mg-slider-wrap {
  min-height: 200px;
  position: relative;
  width: 100%;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.ci-689745 .mg-slider-overlay .mg-slider-wrap .mg-slider-box {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.ci-689745 .mg-pagination {
  text-align: center;
}

.ci-689745 .mg-pagination .mg-pagination-list {
  display: inline-block;
}

.ci-689745 .mg-pagination .mg-pagination-item {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 8px;
  height: 8px;
  margin: 0 2px;
  background: #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.ci-689745 .mg-pagination .mg-pagination-item-prev,
.ci-689745 .mg-pagination .mg-pagination-item-next {
  background: #f7f7f7;
  border: 1px solid #cecece;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: inline-block;
  height: 11px;
  margin: 0 10px;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  width: 29px;
}

.ci-689745 .mg-pagination .mg-pagination-item-prev:after,
.ci-689745 .mg-pagination .mg-pagination-item-next:after {
  background: url(https://images.dable.io/static/i/prevnext2.png?3) no-repeat 0
    0;
  background-size: 17px 11px;
  content: "";
  display: inline-block;
  height: 13px;
  width: 9px;
}

.ci-689745 .mg-pagination .mg-pagination-item-next:after {
  background-position: -10px 0;
  width: 8px;
}

.ci-689745 .mg-pagination .mg-pagination-item-current {
  background: #508eef;
}

.ci-689745 .mgline {
  border-bottom: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  padding: 0;
  border-right: 1px solid #e4e4e4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ci-689745 .image-with-text {
  display: block;
  padding: 10px 10px 10px 20px;
}

.ci-689745 .mgline:hover {
  -webkit-box-shadow: 0 0 5px 1px #e7371a;
  box-shadow: 0 0 5px 1px #e7371a;
  /*background-color: #FDEBE8;*/
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.ci-689745 .mglogo {
  width: 100%;
  width: 100%;
  height: 20px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  line-height: 20px;
  background-color: #222;
  text-align: center;
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ci-689745 .newslogolt {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-decoration: none;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 11px;
  text-align: center;
}

.ci-689745 .mcdomain a {
  display: none !important;
}

.ci-689745 .mgline .mctitle {
  width: 80%;
  float: left;
}

.ci-689745 .mgline .mcdomain {
  padding: 5px 0 0 0;
  width: 5%;
  float: left;
}

/* end__from=home */
/*vitrina*/
.vitrina {
  display: flex;
  justify-content: space-between;
  margin: 0px auto;
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.vitrina__part--left {
  width: calc(100% - 320px);
}

.vitrina__part--right {
  width: 320px;
}

@media screen and (max-width: 1070px) {
  .vitrina__part--left {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .vitrina__part--right {
    display: none;
  }
}

/* end vitrina*/

/*share*/
.share__item {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 5px 0;
}

.share__item > .share__item_star {
  flex: none;
  padding: 0 15px;
  opacity: 1;
  transition: none;
  width: auto;
  height: auto;
}

.share__item_text {
  font-family: sans-serif;
  font-size: 18px;
  padding: 0 10px 0 35px;
  position: relative;
  line-height: 2;
}

.share__item_text:before {
  content: "";
  display: block;
  width: 28px;
  height: 27px;
  background: url(../images/google-yandex.png);
  position: absolute;
  left: 0;
  top: 0;
}

/*.share__item_button {*/
/*    background-image: linear-gradient(transparent,transparent),url(../images/googlenews.svg);*/
/*    width: 136px;*/
/*    height: 24px;*/
/*    display: inline-block;*/
/*    background-repeat: no-repeat;*/
/*    -webkit-background-size: contain;*/
/*    background-size: contain;*/
/*    background-position: center center;*/
/*    vertical-align: middle;*/
/*    text-align: center;*/
/*    padding: 11px 0;*/
/*}*/

.share__item_link {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  min-width: 190px;
  min-height: 46px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 46px;
  margin-right: 12px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.share__block {
  text-align: center;
  padding: 10px 0 15px;
}

@media screen and (max-width: 550px) {
  .share__item > .share__item_star {
    padding: 0 10px;
  }

  .share__item {
    flex-flow: column;
  }

  .share__item_text:before {
    top: 5px;
  }
}

/* fixes */
.front-news .container-news .item .name {
  height: 100px;
  overflow: hidden;
}

/* burger menu */
@media only screen and (max-width: 1070px) {
  .header .logo {
    outline: none;
    margin: 0;
  }

  #menu-footer-menu {
    display: flex;
    flex-direction: column;
  }

  .header .wrap {
    align-items: center;
    flex-direction: row-reverse;
    padding: 0 12px;
  }

  .header__btn {
    top: unset;
    left: unset;
    border: 1px solid white;
  }

  .header .header__wrapper {
    position: fixed;
    max-width: 300px;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
  }

  .header_sub_menu .container ul {
    display: flex;
    flex-direction: column;
  }

  .header_sub_menu ul li a {
    color: white;
  }

  .header .header__btn {
    display: block;
    width: 40px;
    height: 40px;
    background: black;
    border-radius: 6px;
    position: relative;
  }

  .header .header__btn span {
    left: 7px;
    width: 24px;
    background-color: white;
  }

  .header .header__btn span::before {
    background-color: white;
  }

  .header .header__btn span::after {
    background-color: white;
  }

  .header .social-block {
    display: none !important;
  }

  .header__btn.active span:before {
    transform: rotate(135deg);
  }

  .header__btn.active span:after {
    transform: rotate(-135deg);
  }

  .header__btn.active span {
    background-color: transparent;
  }
}

@media (min-width: 1071px) {
  .header .header__btn {
    display: none;
  }
}

.main-news .big_link a {
  z-index: 0 !important;
}

/* END burger menu */

.big_link2 .big_arrows:before {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 0;
  content: "";
  transition: all 0.3s;
  z-index: 2;
  background: url(../images/arrow_slider.png) no-repeat scroll 0px 0px
    transparent;
  width: 35px;
  height: 70px;
  pointer-events: none;
}
.big_link2 .big_arrows:after {
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 0;
  content: "";
  transition: all 0.3s;
  z-index: 2;
  background: url(../images/arrow_slider.png) no-repeat scroll right 0px
    transparent;
  width: 35px;
  height: 70px;
  pointer-events: none;
}
.big_link2:after {
  opacity: 0.8;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
  width: 40px;
  height: 40px;
  content: url(../images/zoom-in.svg);
  transition: all 0.3s;
  z-index: 3;
}
.big_link2 {
  position: relative;
}
figure.wp-block-image {
  position: relative;
  cursor: pointer;
}

.openGalleryButton {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: #014eb3;
  padding: 7px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  right: 10px;
  bottom: 10px;
  pointer-events: none;
  text-align: left;
  border-radius: 2px;
  font-family: graphik, Arial, sans-serif;
  cursor: pointer;
}
.openGalleryButton .imageCount {
  position: initial;
  font-size: 17px !important;
  font-weight: 600;
  height: 21px;
  color: #fff;
  padding: 0px 0px 0px 32px !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMTUuMTY3IDguMTY3YTMuNSAzLjUgMCAxIDAgMCA3IDMuNSAzLjUgMCAwIDAgMC03em04LjE2NiAwYTEuMTY2IDEuMTY2IDAgMSAxIDAtMi4zMzMgMS4xNjYgMS4xNjYgMCAwIDEgMCAyLjMzM3pNMTUuMTY3IDE3LjVhNS44MzMgNS44MzMgMCAxIDEgMC0xMS42NjcgNS44MzMgNS44MzMgMCAwIDEgMCAxMS42Njd6bS0xMC41IDBhMS4xNjYgMS4xNjYgMCAxIDEtMi4zMzQgMFY3YTEuMTY3IDEuMTY3IDAgMCAxIDIuMzM0IDB2MTAuNXpNMjQuNSAyLjMzM0gxMi44MzNWMS4xNjdDMTIuODMzLjUyMyAxMi4zMTEgMCAxMS42NjcgMEg1LjgzM0M1LjE5IDAgNC42NjcuNTIzIDQuNjY3IDEuMTY3djEuMTY2SDMuNWEzLjUgMy41IDAgMCAwLTMuNSAzLjVWMTcuNUEzLjUgMy41IDAgMCAwIDMuNSAyMWgyMWEzLjUgMy41IDAgMCAwIDMuNS0zLjVWNS44MzNhMy41IDMuNSAwIDAgMC0zLjUtMy41eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+Cjwvc3ZnPgo=)
    no-repeat 0 !important;
  background-size: 28px 21px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.openGalleryButton .viewGalleryText {
  position: initial;
  font-size: 12px !important;
  font-weight: 400;
  margin-top: 3px !important;
  color: #fff;
  background: transparent !important;
  padding: unset !important;
  line-height: unset;
}
.article-text {
  position: relative;
  margin-bottom: 20px;
}