/*novosti*/

/*header*/
.maincontent-rooms .top-part {
  width: 100%;
  height: auto;
}

.maincontent-news .top-part {
  background: url(/assets/img/banner/solnechny_spa_park_21.jpg) center 33% no-repeat;
  background-size: cover;
}

.news-item,
.best-room-dsc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.news-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  width: 881px;
  top: 0;
}

.news-top a,
.news-top a:hover,
.news-top a:focus,
.news-top a:visited {
  color: #000;
}

.news-top i {
  vertical-align: middle;
  margin-top: -2%;
}

.news-top i:before {
  font-size: 31px;
}

.news-top i.fa-angle-left {
  margin-right: 10px;
}
.news-top i.fa-angle-right {
  margin-left: 10px;
}

.news-top input {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.news-date {
  font-family: 'robotomedium';
  color: #fff;
}

.news-item {  
  width: 100%;
  padding: 36px 20px 0 130px;
}

.news-dsc {
  width: 882px;
  margin-right: 29px;
  position: relative;
}

.news-dsc img {
  width: 100%;
  margin-bottom: 12px;
}

.news-date {
  position: absolute;
  z-index: 3;
  top: 1%;
  right: 1%;
}

.news-dsc p {
  margin-bottom: 24px;
}

.best-rooms {
  width: 470px;
}

.best-rooms li {
  position: relative;
}

.best-room-title {
  position: absolute;
  color: #fff;
  font-size: 30px;
  text-align: center;
  text-shadow: 2px 0px 7px #000;
  width: 100%;
  top: 20px;
}

.best-rooms img {
  display: block;
  margin-bottom: 8px;
  width: 470px;
  height: 250px;
}
.best-rooms li:after {
  position: absolute;
  content: '';
  background: url('/assets/img/news/best-icon.png');
  width: 44px;
  height: 52px;
  top: -9%;
  right: -5%;
}

.best-room-price {
  font-family: 'robotomedium';
}

.best-room-price-num {
  font-size: 24px;
}

.best-room-dsc a {
  font-family: 'robotomedium';
  border-bottom: 1px dashed #047878;
}

.best-rooms li {
  margin-bottom: 40px;
}

.best-rooms li:last-child {
  margin-bottom: none;
}

#news4 .news-dsc ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.special-offers {

  margin-bottom: 50px;
}

@media screen and (max-width: 1400px) {


.news-item {

    padding: 36px 20px 0 20px;
}

.sect-news {
    width: 100%;
    padding: 0 15px;
}

.news-top {

  width: 100%;
}

}

@media screen and (max-width: 750px) {

#news-content h1 {

  padding: 0 10px;
}

.news-item {

    padding: 36px 20px 0 20px;
}

.sect-news {
    width: 100%;
    padding: 0 15px;
}

.news-item {

  display: block;
}

.news-dsc {

    width: 100%;
    margin-right: 0;
    position: relative;
}

.best-rooms {
    margin: 0 auto;
}

}

@media screen and (max-width: 500px) {

.best-rooms {

    width: 300px;
}
}