body {
  font-family: "Roboto", sans-serif;
  background-color: #f5f6f7;
  min-width: 320px;
  font-size: 14px;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
.row > * {
  padding-left: 0;
  padding-right: 0;
}

#top {
  /* background-color: #1d9c5a; */
  background: linear-gradient(145deg, #0d47a1, #42a5f5);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

#top a {
  color: #fff;
  text-decoration: none;
}

#top .langs a {
  text-transform: uppercase;
  margin-right: 15px;
}

#top .langs a.active {
  background-color: #fff;
  border-radius: 5px;
  padding: 3px 8px;
  color: #000;
}

#top a:hover {
  text-decoration: underline;
}

.search-form input {
  font-size: 12px;
  color: #c5c5c5;
}

.content {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  font-size: 14px;
  padding: 20px 20px;
  margin-bottom: 30px;
}

.content h1 {
  font-size: 32px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
}

.content h1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: green;
  margin: -1px 0;
}

.content h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 10px;
}

.content h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: green;
  margin: -1px 0;
}

.content h3.red::after {
  background-color: #f1453d;
}

.content h3.orange::after {
  background-color: #fdc02f;
}

.col-md-9.col-left {
  padding-right: 25px;
}

/*=== Верхнее меню ===*/
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  padding: 7px 0;
}

.navbar ul li a {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}

.navbar .nav-item {
  padding-right: 10px;
}

.navbar img.logo {
  height: 40px;
}

/*=== ТОП ===*/
#hot {
  margin: 20px 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.24);
  padding: 7px 15px;
  font-size: 12px;
  color: #f1453d;
}

#hot #act {
  text-transform: uppercase;
  margin: 0 7px;
}

#hot i:before {
  color: #f1453d;
  animation: pulse 2s infinite;
}

#hot #my-text a {
  text-decoration: none;
  color: #f1453d;
}

#hot #my-text a:hover {
  text-decoration: underline;
}

/*=== Главные новости ===*/
.news-top-content {
  padding: 0 15px;
}

.news-top img {
  width: 100%;
  height: 252px;
}

.news-top a {
  color: #fff;
}
.news-top a:hover,
.news-top-2 a:hover {
  text-decoration: underline;
}

.news-top .news-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  overflow: hidden;
  z-index: 1;
  padding: 0 15px;
  color: #fff;
  font-size: 20px;
  height: 35%;
  line-height: 1.2;
}

.news-top-2 {
  padding-left: 15px;
  margin-bottom: 12px;
}

.news-top-2 .news-title-2 {
  padding-left: 10px;
  font-weight: bold;
  line-height: 1.3;
}

.news-top-2 .news-title-2 .date {
  font-size: 12px;
  font-weight: normal;
  margin: 5px 0;
  color: #afafb3;
}

.news-top-2 img {
  width: 100%;
  height: 74px;
}
.news-top-2 a {
  color: #000;
}
/*=== Новости центр ===*/
.news-center {
  margin: 15px 0;
}

.news-center img {
  width: 100%;
}

.news-center .news-title {
  font-size: 18px;
  margin-top: -5px;
  margin-left: 10px;
}

.news-center .news-text {
  text-align: justify;
  color: #afafb3;
  margin-bottom: 5px;
  margin-left: 10px;
}

.news-center .news-date {
  color: #afafb3;
  font-size: 12px;
  margin-left: 10px;
}

/*=== Новости блоками ===*/
.news-block img {
  width: 90%;
  height: 250px;
}

.news-block .news-title {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
  line-height: 1.3;
}

.news-block .news-date {
  color: #afafb3;
  font-size: 12px;
}

.news-bottom {
  margin-bottom: 15px;
}

.news-bottom img {
  width: 100%;
  height: 70px;
}

.news-bottom .news-title {
  font-size: 14px;
  font-weight: 500;
  word-break: break-all;
  margin: 0;
  line-height: 1.3;
  text-align: justify;
}

.news-bottom .news-date {
  color: #afafb3;
  font-size: 12px;
}

/*=== Новости подвал ===*/
.col-news-bottom-1 {
  padding-right: 10px;
}

.col-news-bottom-2 {
  padding-left: 10px;
}

/*=== Материал ===*/
.mat-info {
  font-size: 12px;
  color: #999;
}

/*=== Отзывы ===*/
.feed {
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.5s;
}

.feed.black {
  background-color: #333;
  color: #fff;
}

.feed.blue {
  /* background-color: #1dadeb; */
  background: linear-gradient(145deg, #0d47a1, #42a5f5);
  color: #fff;
}

.feed.green {
  background-color: #1d9c5a;
  color: #fff;
}
.feed:hover {
  opacity: 0.5;
}

.feed i {
  margin-right: 10px;
}
.feed a {
  text-decoration: none;
  color: #fff;
}

/*=== Баннеры ===*/
.banners img {
  width: 100%;
  margin-bottom: 20px;
}

.banner-samples {
  border: 1px solid #ccc;
  background-color: #daebfc;
  padding: 10px 15px;
  margin-bottom: 10px;
  line-height: 1.3;
}
.banner-samples i {
  font-size: 24px;
  margin-right: 10px;
}
.banner-samples span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.banner-extrem {
  background-color: #333;
  color: #fff;
  padding: 8px 15px;
  font-size: 12px;
}
.banner-extrem a {
  color: #fff;
}
.banner-extrem i {
  font-size: 18px;
  margin-right: 15px;
}

/*=== Соц.сети ===*/
.soc {
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  transition: 0.5s;
}

.soc:hover {
  opacity: 0.5;
}

.soc a {
  color: #fff;
}

.soc i {
  margin-right: 10px;
}

.soc-yt {
  color: #fff;
  background-color: #a93d93;
}

.soc-fa {
  color: #fff;
  background-color: #3c5b97;
}

.soc-tw {
  color: #fff;
  background-color: #1dadeb;
}

.soc-inst {
  color: #fff;
  background-color: #1dadeb;
}

/*=== Категории ===*/
.categories {
  margin-bottom: 10px;
  display: inline-block;
}

.categories a {
  text-decoration: none;
  color: #000;
}

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

.categories .text-end {
  color: #afafb3;
}

.table .date {
  color: #afafb3;
}

/*=== Кнопки ===*/
.btn.btn-sm {
  /* background-color: #1d9c5a; */
  background: linear-gradient(145deg, #0d47a1, #42a5f5);
  color: #fff;
  font-size: 12px;
}
.btn i {
  margin-right: 10px;
}

/*=== Отзывы ===*/
.sud-comment {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0;
}
.sud-comment i {
  font-size: 22px;
}
.sud-comment .name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sud-comment .comment-text {
  text-align: justify;
}

/*=== Футер ===*/
#footer {
  background-color: #333;
  padding: 20px 0;
  color: #fff;
}

#footer span.sitename {
  margin: 0;
}

#footer a {
  color: #fff;
}

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

#footer .light {
  color: #c5c5c5;
}

#footer span {
  margin: 0 15px;
}

#footer .created {
  color: #ccc;
  text-align: right;
}

/*!* Extra Small Devices, Phones *! */
@media only screen and (max-width: 576px) {
  .sm-none {
    display: none;
  }
  #top {
    padding-left: 10px;
  }

  .navbar {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-top-title a {
    margin-top: 10px;
    font-weight: bold;
  }
  .news-top-content {
    padding: 0px;
    padding-top: 10px;
  }

  .news-top-2 img {
    width: 100%;
    height: 90px;
  }

  .news-center .news-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: -5px;
    margin-left: 10px;
  }

  .news-block img {
    width: 95%;
    height: auto;
  }
  .news-block .news-title {
    font-size: 16px;
  }

  .news-bottom img {
    width: 100%;
    height: 90px;
  }

  .news-bottom .news-title a {
    font-weight: bold;
  }

  .material-img img {
    width: 100%;
    height: auto;
  }
  .content .material-text a {
    color: green;
    text-decoration: underline;
    font-weight: bold;
  }

  .banner-samples i {
    font-size: 28px;
    margin-right: 0px;
  }
  .banner-extrem {
    font-size: 14px;
  }
  .banner-extrem i {
    font-size: 28px;
    margin-top: 5px;
  }

  #footer .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .col-md-6.created {
    text-align: left;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .col-md-9.col-left {
    padding-right: 0px;
  }

  .news-top-2 {
    padding-left: 0px;
    margin: 15px 0;
  }

  .news-center .news-text {
    display: none;
  }

  .col-news-bottom-1 {
    padding: 0;
  }

  .col-news-bottom-2 {
    padding: 0;
  }
}

@media only screen and (max-width: 991px) {
  .news-center .news-text {
    display: none;
  }
}
