﻿@charset "UTF-8";

.slider {
  width: 570px;
  margin: 40px auto;
  overflow: hidden
}
.main-block .news-img {
  display: block;
  text-align: center;
  margin: 40px auto;
}
.news-img img {
  max-width: 75%;
  height: auto;
}
.news-text {
  padding: 0 5px;
  margin-bottom: 25px;
  line-height: 1.7
}
.news-text p {
  margin: 0;
}
li.first.odd,
li.last.even {
    display: none;
}
.news-text iframe {
    max-width: 100%;
}

@media(max-width:750px){
.main-block img {
  max-width: 100%;
}
}