aside {
  padding-top: 20px;
}

.aside-block,
.aside-top-block {
  padding: 15px;
  background: #ededed;
}

.aside-block {
  display: block;
  border-bottom: 1px solid #d8d8d8;
}

.aside-block .addition {
  font-size: 12px;
}

.aside-top-block {
  border-top: 2px solid #e79411;
  margin-bottom: 20px;
}

.aside-top-block span {
  font-size: 16px;
}

.aside-btn {
  display: blockl;
  width: 100%;
  color: #fff;
  background: #1c75c0;
}

.aside-btn:hover {
  color: #fff;
  background: #1C75A3;
}

.aside-btn:focus {
  color: #fff;
}

.custom-news-block .news-item {
  margin-top: 10px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .custom-news-block .news-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
  .custom-news-block .news-item {
    -ms-flex: 1;
        flex: 1;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .custom-news-block .aside-span-block .caption {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .custom-news-block .aside-span-block h3 {
    font-size: 14px;
  }
  .custom-news-block .preview img {
    max-height: 170px;
    width: auto;
  }
}

.inner-aside {
  padding-top: 20px;
}

.inner-aside {
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.aside-container {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .aside-container {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .inner-aside {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex: 0 0 295px;
        flex: 0 0 295px;
    padding-left: 30px;
  }
  .aside-container {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .inner-wrapper {
    margin-bottom: 20px;
  }
}

.aside-span-block {
  color: #fff;
}

.aside-span-block .title-bold {
  padding-right: 30px;
}

.aside-span-block .caption {
  position: relative;
  padding: 15px;
}

.aside-span-block .caption h3, .aside-span-block .caption h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
}

.aside-span-block .caption .date {
  color: #77acd9;
}

.aside-span-block .fa {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}

.aside-span-block .fa:hover {
  color: #e3e3e3;
  -ms-transform: scale(1.1);
      transform: scale(1.1);
}

.fa-rss {
  margin-right: 15px;
}

.aside-options-btn {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.aside-btn {
  width: 100%;
}

.aside-container .aside-block:last-child {
  border-bottom: none;
}

.aside-btn:focus {
  color: #fff;
}

.rss-title {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.adide-settings-tab form {
  height: 100%;
}

.adide-settings-tab form .aside-block {
  height: calc(100% - 36px);
}

.aside-span-block .carousel .fa-angle-left, .aside-span-block .carousel .fa-angle-right {
  position: absolute;
  top: 5px;
  font-size: 32px;
}

.aside-span-block .carousel .fa-angle-left:hover, .aside-span-block .carousel .fa-angle-right:hover {
  color: #c3c3c3;
}

.aside-span-block .carousel .fa-angle-left {
  right: 45px;
}

.aside-span-block .carousel .fa-angle-right {
  right: 15px;
}

.aside-span-block .carousel .addition {
  padding-right: 50px;
}

@media (min-width: 992px) {
  .md-12 {
    width: 100%;
  }
}

.aside-news-scroll {
	overflow-y: scroll;
	max-height: 450px;
}