@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i&display=swap&subset=cyrillic");
/* Extra Small */
/* Small */
/* Medium */
/* Large */
body {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
}

p {
  font-family: "Open Sans", sans-serif;
}

.type-bg-1 {
  background-color: #C6D697;
}

.type-bg-2 {
  background-color: #FFF000;
}

.type-bg-3 {
  background-color: #99C9DD;
}

.type-bg-4 {
  background-color: #2C85A5;
}

.type-bg-5 {
  background-color: #68A96F;
}

.type-bg-6 {
  background-color: #95711D;
}

.type-bg-7 {
  background-color: #A66FFF;
}

.type-bg-8 {
  background-color: #E96FFE;
}

.type-bg-9 {
  background-color: #823A8E;
}

.type-bg-10 {
  background-color: #01AA81;
}

.type-bg-11 {
  background-color: #CAB025;
}

.type-bg-12 {
  background-color: #494f7a;
}

.type-bg-13 {
  background-color: #767c9f;
}

.type-bg-14 {
  background-color: #ca7c99;
}

.type-bg-15 {
  background-color: #c9b025;
}

.type-bg-16 {
  background-color: #b82c61;
}

.type-bg-17 {
  background-color: #99D689;
}

.type-bg-18 {
  background-color: #FF834B;
}

.type-bg-19 {
  background-color: #B2552C;
}

.type-bg-20 {
  background-color: #5FBEC0;
}

.type-bg-21 {
  background-color: #008B86;
}

.type-bg-22 {
  background-color: #5C4F46;
}

.type-bg-23 {
  background-color: #C4C4C4;
}

.label-custom {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  color: #fff;
  background-color: #666;
  text-transform: uppercase;
}

.label-custom:before {
  content: '';
  position: absolute;
}

.label-custom:not(.label-custom--big) {
  padding: 2px 10px 4px 10px;
}

.label-custom:not(.label-custom--big):before {
  left: 0;
  bottom: -6px;
  border: 4px solid transparent;
  border-left: 5px solid;
  border-top: 5px solid;
  border-top-color: #666;
  border-left-color: #666;
}

.label-custom--big {
  padding: 6px 16px 8px 16px;
  margin: 0 0 20px 0;
}

@media (min-width: 992px) {
  .label-custom--big {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .label-custom--big {
    font-size: 20px;
  }
}

.label-custom--big:before {
  left: 0;
  bottom: -10px;
  border: 5px solid transparent;
  border-left: 5px solid;
  border-top: 5px solid;
  border-top-color: #666;
  border-left-color: #666;
}

.label-custom.type-bg-1 {
  background-color: #C6D697;
}

.label-custom.type-bg-1:before {
  border-top-color: #C6D697;
  border-left-color: #C6D697;
}

.label-custom.type-bg-2 {
  background-color: #FFF000;
}

.label-custom.type-bg-2:before {
  border-top-color: #FFF000;
  border-left-color: #FFF000;
}

.label-custom.type-bg-3 {
  background-color: #99C9DD;
}

.label-custom.type-bg-3:before {
  border-top-color: #99C9DD;
  border-left-color: #99C9DD;
}

.label-custom.type-bg-4 {
  background-color: #2C85A5;
}

.label-custom.type-bg-4:before {
  border-top-color: #2C85A5;
  border-left-color: #2C85A5;
}

.label-custom.type-bg-5 {
  background-color: #68A96F;
}

.label-custom.type-bg-5:before {
  border-top-color: #68A96F;
  border-left-color: #68A96F;
}

.label-custom.type-bg-6 {
  background-color: #95711D;
}

.label-custom.type-bg-6:before {
  border-top-color: #95711D;
  border-left-color: #95711D;
}

.label-custom.type-bg-7 {
  background-color: #A66FFF;
}

.label-custom.type-bg-7:before {
  border-top-color: #A66FFF;
  border-left-color: #A66FFF;
}

.label-custom.type-bg-8 {
  background-color: #E96FFE;
}

.label-custom.type-bg-8:before {
  border-top-color: #E96FFE;
  border-left-color: #E96FFE;
}

.label-custom.type-bg-9 {
  background-color: #823A8E;
}

.label-custom.type-bg-9:before {
  border-top-color: #823A8E;
  border-left-color: #823A8E;
}

.label-custom.type-bg-10 {
  background-color: #01AA81;
}

.label-custom.type-bg-10:before {
  border-top-color: #01AA81;
  border-left-color: #01AA81;
}

.label-custom.type-bg-11 {
  background-color: #CAB025;
}

.label-custom.type-bg-11:before {
  border-top-color: #CAB025;
  border-left-color: #CAB025;
}

.label-custom.type-bg-12 {
  background-color: #494f7a;
}

.label-custom.type-bg-12:before {
  border-top-color: #494f7a;
  border-left-color: #494f7a;
}

.label-custom.type-bg-13 {
  background-color: #767c9f;
}

.label-custom.type-bg-13:before {
  border-top-color: #767c9f;
  border-left-color: #767c9f;
}

.label-custom.type-bg-14 {
  background-color: #ca7c99;
}

.label-custom.type-bg-14:before {
  border-top-color: #ca7c99;
  border-left-color: #ca7c99;
}

.label-custom.type-bg-15 {
  background-color: #c9b025;
}

.label-custom.type-bg-15:before {
  border-top-color: #c9b025;
  border-left-color: #c9b025;
}

.label-custom.type-bg-16 {
  background-color: #b82c61;
}

.label-custom.type-bg-16:before {
  border-top-color: #b82c61;
  border-left-color: #b82c61;
}

.label-custom.type-bg-17 {
  background-color: #99D689;
}

.label-custom.type-bg-17:before {
  border-top-color: #99D689;
  border-left-color: #99D689;
}

.label-custom.type-bg-18 {
  background-color: #FF834B;
}

.label-custom.type-bg-18:before {
  border-top-color: #FF834B;
  border-left-color: #FF834B;
}


h1, h2, h3 {
  font-weight: 300;
}

a {
  color: #4b507b;
}

.news-detail a{
  color: #00f;
}
.news-detail h1 a, .news-detail h2 a, .news-detail h3 a, .news-detail h4 a {
  color: #4b507b;
}
.news-detail a{
  color: #00f;
}

a:hover {
  color: #b82c61;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
}

.flex-item-3 {
  -webkit-flex-grow: 3;
  flex-grow: 3;
}

.part-news--preview_photo {
  overflow: hidden;
  transition: 0.3s;
  position: relative;
  display: block;
  background: #FAF9FE;
  width: 100%;
  min-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .part-news--preview_photo {
    padding-bottom: 55%;
  }
}

@media (max-width: 991px) {
  .part-news--preview_photo {
    padding-bottom: 40%;
  }
}

.part-news--preview_photo .img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

.part-news--preview_photo:hover {
  opacity: 0.9;
}

.part-news--preview_photo .tranding,
.part-news--preview_photo .label-custom {
  z-index: 1;
}

.part-news--preview_photo .news-tranding {
  transition: 0.3s;
  position: absolute;
  top: 6px;
  right: 6px;
}

.part-news--preview_photo .news-tranding + .news-tranding {
  margin-right: 40px;
}

.part-news p {
  color: #666;
  font-weight: 300;
}

.part-news .news-icon {
  position: absolute;
  display: block;
  border-radius: 33px;
  width: 33px;
  height: 33px;
  right: 6px;
  top: 6px;
}

.part-news .news-date {
  display: inline-block;
  padding: 5px 10px;
  border: 2px solid #ECD99E;
  color: #4b507b;
  font-weight: 300;
}

.part-news .news-date + .news-time,
.part-news .news-time + .news-date {
  margin-left: 13px;
}

.part-news .news-time {
  display: inline-block;
  color: #666;
  font-weight: 300;
  background: url(../../style/img/icon-clock-gray.png) no-repeat 0 4px;
  padding-left: 18px;
}

.part-news .news-time--white {
  color: #fff;
  background: url(../../style/img/icon-clock-white.png) no-repeat 0 4px;
}

.part-news .news-types {
  display: inline-block;
  height: 24px;
  border-left: 1px solid #D1D1D1;
}

.part-news .news-types .type {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}

.part-news .news-types * > span {
  font-size: 10px;
  margin-left: 3px;
  color: #666;
  font-weight: 300;
  text-transform: uppercase;
}

.part-news .news-tranding {
  z-index: 1;
  display: inline-block;
  width: 34px;
  height: 34px;
  border-radius: 34px;
  background-image: url(../../style/img/icon-tranding.png);
  background-repeat: no-repeat;
}

.part-news .news-tranding-hot {
  background-position: 0 0;
}

.part-news .news-tranding-thunder {
  background-position: 0 -34px;
}

.part-news--preview:not(:last-child),
.part-news--popular figure:not(:last-child) {
  border-bottom: 1px dashed #D1D1D1;
}

.part-news--preview .news-types {
  margin-top: 6px;
  float: right;
}

.part-news--preview h3 {
  margin-top: 15px;
}

.part-news--preview:not(:last-child) {
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.part-news--popular figure:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.part-news--popular .label-custom {
  margin-bottom: 15px;
}

.part-news--popular .news-types {
  float: none !important;
  margin-left: 15px;
  top: -4px;
  position: relative;
}

.part-news--popular_title {
  display: block;
  font-size: 18px;
  padding-bottom: 6px;
}

.part-news--popular_descr {
  padding-bottom: 6px;
}

.part-categories {
  font-size: 18px;
  font-weight: normal;
}

.part-categories--link {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 44px;
  margin: 0;
}

.part-categories--link:not(:last-child) {
  margin-bottom: 10px;
}

.part-categories--link:hover .count {
  color: #b82c61;
}

.part-categories--link .count {
  border-left: 1px solid #D1D1D1;
  color: #666;
  font-size: 13px;
  color: #666;
  font-weight: 300;
  padding-left: 15px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 34px;
}

.part-categories--link *[class^="type-bg-"] {
  position: absolute;
  left: 0;
  top: 2px;
  display: inline-block;
  width: 4px;
  height: 20px;
}

.part-archive {
  /*
  .panel-title {
    display: block;

    .panel+.panel,
    .panel .panel-default {
      padding: 0;
      margin: 0;
    }

    .panel-heading {
      border: none;
      padding: 0;
      margin: 0;
    }



    &:not(:last-child) {
      margin-bottom: 10px;
    }

    .count {
      float: right;
      display: inline-block;
      border-left: 1px solid $color-border;
      color: $color-gray;
      padding-left: 15px;
      font-size: $font-size;
      color: $color-gray;
      font-weight: 300;
    }

    &:nth-child(1) {
      border-left-color: #C6D697
    }
    &:nth-child(2) {
      border-left-color: #FFF000
    }
    &:nth-child(3) {
      border-left-color: #99C9DD
    }
    &:nth-child(4) {
      border-left-color: #2C85A5
    }
    &:nth-child(5) {
      border-left-color: #68A96F
    }
    &:nth-child(6) {
      border-left-color: #95711D
    }
    &:nth-child(7) {
      border-left-color: #A66FFF
    }
    &:nth-child(8) {
      border-left-color: #E96FFE
    }
    &:nth-child(9) {
      border-left-color: #823A8E
    }
    &:nth-child(10) {
      border-left-color: #01AA81
    }
    &:nth-child(11) {
      border-left-color: #CAB025
    }


  }
  */
}

.part-archive .panel-group {
  margin: 0;
}

.part-archive .panel + .panel {
  margin-top: 0;
}

.part-archive .panel-archive {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  margin: 0 20px 0 10px;
}

.part-archive .panel-archive .panel-heading {
  border-radius: 0;
  padding: 12px 0;
  margin: 0;
  box-shadow: none;
}

.part-archive .panel-archive .panel-heading .panel-title {
  cursor: pointer;
}

.part-archive .panel-archive .panel-heading .panel-title a {
  position: relative;
  display: block;
  color: #4b507b;
  text-decoration: none;
  padding-right: 28px;
}

.part-archive .panel-archive .panel-heading .panel-title a:hover {
  color: #b82c61;
}

.part-archive .panel-archive .panel-heading .panel-title a:hover:before {
  background-position: left bottom;
}

.part-archive .panel-archive .panel-heading .panel-title a:before {
  position: relative;
  display: inline-block;
  content: "";
  width: 6px;
  height: 9px;
  margin-right: 1px;
  background: url(../../style/img/icon-arrows-small.png) no-repeat;
  background-position: left top;
}

.part-archive .panel-archive .panel-heading .panel-title a:not(.collapsed):before {
  top: -3px;
  transform: rotate(90deg);
}

.part-archive .panel-archive .panel-heading .panel-title a.collapsed:before {
  top: -2px;
}

.part-archive .panel-archive .panel-heading .panel-title .count {
  position: absolute;
  top: 3px;
  right: -10px;
  width: 34px;
  display: inline-block;
  border-left: 1px solid #D1D1D1;
  color: #666;
  padding-left: 15px;
  font-size: 13px;
  color: #666;
  font-weight: 300;
}

.part-archive .panel-archive .panel-body {
  border-top: 0 !important;
  border-left: 2px solid #767CA0;
  padding: 10px 0 10px 20px;
  margin: 0 0 15px 4px;
}

.part-archive .panel-archive .panel-body a {
  font-size: 16px;
  font-weight: 300;
  color: #666;
  display: block;
}

.part-archive .panel-archive .panel-body a:hover {
  color: #b82c61;
  text-decoration: underline;
}

.part-archive .panel-archive .panel-body a:not(:last-child) {
  margin-bottom: 10px;
}

.part-slider {
  width: 100%;
  margin-bottom: 40px;
}

.part-slider:hover .part-slider__photo {
  opacity: 0.9;
}

.part-slider__photo {
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}

.part-slider__photo .img {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .part-slider__photo .img {
    width: 120%;
    left: -10%;
  }
}

.part-slider__photo .tranding,
.part-slider__photo .label-custom {
  z-index: 1;
}

.part-slider__photo .tranding {
  position: absolute;
  top: 15px;
  right: 15px;
}

.part-slider__photo .tranding .news-tranding {
  width: 50px;
  height: 50px;
  background-image: url(../../style/img/icon-tranding-big.png);
}

.part-slider__photo .tranding .news-tranding + .news-tranding {
  margin-left: 5px;
}

.part-slider__photo .tranding .news-tranding-hot {
  background-position: 0 0;
}

.part-slider__photo .tranding .news-tranding-thunder {
  background-position: 0 -50px;
}

.part-slider__content {
  position: relative;
  padding: 20px 30px;
  color: #fff;
  background-color: #4b507b;
}

@media (max-width: 767px) {
  .part-slider__content {
    padding: 20px 20px;
  }
}

.part-slider__content .content-title {
  margin-top: 4px;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .part-slider__content .content-title {
    font-size: 18px;
  }
}

.part-slider__content .content-icons {
  opacity: .5;
}

@media (min-width: 992px) {
  .part-slider__content .content-icons {
    position: absolute;
    right: 30px;
    bottom: 25px;
    text-align: right;
    vertical-align: text-bottom;
    align-self: flex-end;
  }
}

@media (max-width: 991px) {
  .part-slider__content .content-icons {
    margin-top: 10px;
    margin-left: 5px;
  }
}

.part-slider__content .content-icons .icon-views,
.part-slider__content .content-icons .icon-edit {
  align-self: flex-end;
  margin-left: 15px;
  font-size: 300;
  font-size: 13px;
}

.part-slider__content .content-icons .icon-views {
  padding-left: 26px;
  background-size: 26px;
  background: url(../../style/img/icon-eye.png) no-repeat left center;
}

.part-slider__content .content-icons .icon-edit {
  padding-left: 23px;
  background-size: 23px;
  background: url(../../style/img/icon-edit.png) no-repeat left center;
}

.part-slider__content .content-title,
.part-slider__content .news-time {
  margin-left: 30px;
}

@media (max-width: 991px) {
  .part-slider__content .content-title,
  .part-slider__content .news-time {
    margin-left: 20px;
  }
}

.part-slider__content .content-title,
.part-slider__content .news-date {
  color: #fff;
}

.part-slider__content .news-date {
  height: fit-content;
  font-size: 16px;
  padding: 14px 12px;
  max-width: 65px;
  text-align: center;
}

.carousel-inner .item,
.carousel-inner .item:hover {
  text-decoration: none;
}

.carousel-title {
  border: 1px solid #D1D1D1;
  margin-bottom: 20px;
}

.carousel-title .label-custom {
  margin-bottom: 0;
}

.carousel-title .controls {
  position: absolute;
  width: 65px;
  height: 30px;
  right: 0;
  top: 6px;
  border-left: 1px solid #D1D1D1;
}

@media (max-width: 991px) {
  .carousel-title .controls {
    top: 4px;
  }
}

.carousel-title .controls .carousel-control {
  opacity: 1;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../../style/img/icon-slider.png) no-repeat;
}

.carousel-title .controls .carousel-control.right {
  background-position: 0 0;
}

.carousel-title .controls .carousel-control.right:hover {
  background-position: 0 -29px;
}

.carousel-title .controls .carousel-control.left {
  background-position: -30px 0;
}

.carousel-title .controls .carousel-control.left:hover {
  background-position: -30px -29px;
}

.carousel-indicators {
  position: absolute;
  bottom: 12px;
}

.carousel-indicators li {
  width: 6px;
  height: 6px;
  opacity: .3;
  border: 1px solid transparent;
  transition: 0.3s;
  background-color: #4b507b;
  margin: 0 1px !important;
}

.carousel-indicators .active {
  opacity: 1;
  width: 6px;
  height: 6px;
  background-color: #4b507b;
}

.main-wrapper .aside {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .main-wrapper .aside {
    padding-left: 30px;
  }
}

.main-wrapper .aside .aside-block {
  margin-bottom: 20px;
}

.main-wrapper .aside .part-categories,
.main-wrapper .aside .part-archive,
.main-wrapper .aside .part-news {
  background: #FAF9FE;
}

.main-wrapper .aside .part-news figure {
  margin-left: 20px;
  margin-right: 20px;
}

.main-wrapper .aside .part-categories,
.main-wrapper .aside .part-archive,
.main-wrapper .aside .part-news figure {
  padding-bottom: 20px;
}

.main-wrapper .aside .part-categories figure {
  margin-top: 10px;
}

.main-wrapper .aside .label-custom--big {
  width: 100%;
}

.main-wrapper .content-area {
  margin-bottom: 50px;
}

.section-breadcrumb {
  background-color: #FAF9FE;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif;
}
.section-breadcrumb + .section-breadcrumb {
  margin-top: -30px;
}

.section-breadcrumb .breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 11px 0;
}