header .logo span
{
    display: flex;

    height: 100%;
    padding: 5px;

    background: #f0f0f0;

    justify-content: center;
    align-items: center;
}

.b-counter__ul {
  margin: 38px 0 70px 0;
}

.b-counter__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  list-style-type: none;
}

.b-counter__ul li a {
  padding: 0 8px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.b-counter__ul li a:hover, .b-counter__ul li a:focus {
  color: #325cff;
}

.b-counter__more {
  position: relative;
}

.b-counter__more:before {
  content: "+";
  position: absolute;
  bottom: 4px;
  left: 2px;
  width: 12px;
  height: 3px;
  border-bottom: 1px dashed #000;
}

.b-counter__prev {
  width: 21px;
  height: 21px;
  position: relative;
}

.b-counter__prev:before {
  content: "<";
  position: absolute;
  top: 0px;
  left: -16px;
  width: 21px;
  height: 21px;
}

.b-counter__next {
  width: 21px;
  height: 21px;
  position: relative;
}

.b-counter__next:before {
  content: ">";
  position: absolute;
  top: 0px;
  right: -16px;
  width: 21px;
  height: 21px;
}

.error_text {
    color: #ff8383;
}
.success {
    color: #73ff73;
}
.news::before {
    /*height: 55%;*/
}
.news_in::before {
    display: none !important;
}
.news_in .item_news .name a {
    color: #000;
}
.news_in .flex_cont {
    flex-wrap: wrap;
}
.news_in .item_news {
    width: 25%;
    padding: 20px;
}
.news_in .flex_cont {
    justify-content: left;
}

.item_photo {
    margin-bottom: 25px;
}
.success {
    text-align: center;
}

@media (max-width: 1023px)
{
    .news_in {
        background-color: transparent !important;
    }
    .news_in .item_news .text,
    .news_in .item_news .name,
    .news_in .item_news .date {
        color: #000 !important;
    }
    .news_in .item_news .more a {
        color: #325cff;
    }
    .news_in .item_news .more a::before {
        background-position: 0 0;
    }
    .news_in .item_news {
        width: 33%;
        padding: 20px;
    }
}
@media (max-width: 767px)
{
    .news_in .item_news {
        width: 50%;
    }
}
@media (max-width: 479px)
{
    .news_in .item_news {
        width: 100%;
        padding: 10px;
    }
}

.section_foto .item_photo{
	width: 24.5%;
}

.section_foto .item_photo img{
	width: 100%;
	height: 100%;
}

@media (max-width: 1023px)
{
	.section_foto .item_photo{
		width: 33%;
	}
}

@media (max-width: 767px)
{
	.section_foto .item_photo{
		width: 49.5%;
	}
}

@media (max-width: 479px)
{
    .section_foto .item_photo{
		width: 100%;
	}
}