.basic-breadcrumbs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
}
.breadcrumbs-wrapper {
  margin-bottom: 0;
}
.breadcrumbs-wrapper__item {
  position: relative;
  padding-right: 15px!important;
  padding-left: 5px!important;
}
.breadcrumbs-wrapper__item:after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  color: #919191;
  font-size: 14px;
  line-height: 28px;
  content: '';
  display: inline-block;
  background: url(../img/icons/arrow-right.svg) no-repeat center;
  background-size: 100%;
  width: 6px;
  height: 10px;
}
.breadcrumbs-wrapper__item:last-child:after {
  content: none;
}
.breadcrumbs-wrapper__link {
  font-size: 14px;
  line-height: 28px;
  color: #919191;
}
@media (max-width: 1199px) {
  .breadcrumbs-wrapper__link {
    font-size: 11px;
    line-height: 16px;
  }
}
.basic__title {
  margin-top: 0;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 5px;
}
.basic {
  padding-top: 30px;
  padding-bottom: 10px;
}
.basic__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 50px;
  margin-top: 20px;
}
.basic__text {
  margin-top: -6px;
  margin-bottom: 13px;
}
.basic__more {
  font-weight: 600;
  color: #ff0000;
}
.basic-info {
  max-height: 245px;
  -webkit-transition: all 0.25s;
  -khtml-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
  overflow: hidden;
  margin-bottom: 20px;
}
.basic-info.open {
  max-height: 2000px;
}
.basic-news__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  min-height: 200px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.basic-news__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.basic-news__title {
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 20px;
}
.basic-news__text {
  font-size: 18px;
  line-height: 28px;
}
.basic-news__read-more {
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  left: 0;
  bottom: 15px;
}
.basic-news__link {
  color: #ff0000;
}
.btn.basic-news__button {
  position: absolute;
  right: 0;
  bottom: 15px;
}
.basic-news__text {
  margin-bottom: 0;
}
.basic__subtitle {
  font-size: 28px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 20px;
}
.basic__image {
  margin-bottom: 30px;
}
.basic-list {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
.carousel-more__list_basic {
  margin-bottom: 0;
}
.carousel-more__list_basic .carousel-more__item {
  position: relative;
  margin-bottom: 0;
}
.carousel-more__list_basic .carousel-more__image {
  margin-bottom: 0;
}
.carousel-more__list_basic .carousel-more__title {
  font-size: 28px;
  line-height: 33px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .carousel-more__list_basic .carousel-more__title {
    font-size: 18px;
    line-height: 20px;
  }
}
.basic__characteristic {
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  padding: 18px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.basic__characteristic:first-child {
  border-top: none;
}
