

/* Start:/local/templates/media_default/components/bitrix/news.list/section/style.css?167422855012664*/
.l-line-widget {
  position: relative;
  padding-left: 15px; }
  .l-line-widget:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #e6e6e6; }

.rating-row {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  margin: 0;
  border-top: 1px solid #e5e5e5; }
  .rating-row img {
    margin-right: 30px; }
  .rating-row .b-section-item__body {
    width: 100%; }
  .rating-row .b-section-item__title {
    max-width: 89%; }
  .rating-row .b-section-item__title a {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px; }
  .rating-row .main-rating-link {
    font-size: 15px;
    font-weight: 500;
    font-style: italic;
    line-height: 1.27;
    color: #c61c00;
    text-decoration: underline; }
  .rating-row .main-rating-link:hover {
    color: #c61c00; }

.b-section-item {
  margin-bottom: 14px;
  /* Sibling item*/
  /* /Sibling item*/
  /* Wide item */
  /* /Wide item */
  /* Big half & big */ }
  .b-section-item__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .b-section-item__picture {
    margin-bottom: 10px;
    line-height: 0; }
  .b-section-item__picture a {
    display: inline-block; }
  .b-section-item__picture a:hover img {
    opacity: 0.85; }
  .b-section-item__picture img {
    width: 100%;
    max-width: 100%;
    height: 255px; }
  .b-section-item__picture img.is-lazy-img {
    opacity: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(#f6f7f8), color-stop(20%, #edeef1), color-stop(40%, #f6f7f8), to(#f6f7f8));
    background-image: -webkit-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: -o-linear-gradient(right, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-image: linear-gradient(to left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
    background-repeat: no-repeat;
    background-color: #f6f7f8;
    background-size: 450px 700px;
    -webkit-animation: lazyloadeffect 1s infinite linear forwards;
         -o-animation: lazyloadeffect 1s infinite linear forwards;
            animation: lazyloadeffect 1s infinite linear forwards;
    height: auto; }
  .b-section-item__title {
    font-size: .875rem;
margin-bottom: 2px;
word-break: break-word; }
  .b-section-item__title a {
    color: #212529; }
  .b-section-item__title a:hover {
    text-decoration: none;
    color: #0098f7; }
  .b-section-item__meta {
    margin-bottom: 3px;
    line-height: 20px; }
  .b-section-item__meta > * {
    display: inline-block;
    margin-right: 4px; }
  .b-section-item__desc {
    margin-top: 0;
    font-size: 14px;
    color: #202428;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-section-item__btns {
    margin: 10px 0 15px 0; }
  .b-section-item__btns .btn {
    font-size: 0.8125rem; }
  .b-section-item--sibling .b-section-item__picture {
    position: relative;
    margin-bottom: 0; }
  .b-section-item--sibling .b-section-item__title {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 10px 20px 0;
    color: #343a40;
    display: block;
    font-weight: 600; }
  .b-section-item--sibling .b-section-item__title:hover {
    color: #0098f7; }
  .b-section-item--sibling .b-section-item__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
         -o-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    z-index: 8; }
  .b-section-item--sibling .b-section-item__icon:before {
    border: 3px solid #fff;
    display: block;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 50px;
    font-size: 50px;
    background: rgba(0, 0, 0, 0.3);
    font-family: FontAwesome;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s; }
  .b-section-item--previous .b-section-item__icon:before {
    content: "\f104";
    letter-spacing: 5px; }
  .b-section-item--next .b-section-item__icon:before {
    content: "\f105";
    letter-spacing: -5px; }
  .b-section-item--sibling .b-section-item__picture a:hover .b-section-item__icon:before {
    background: rgba(0, 0, 0, 0.6); }
  .b-section-item--wide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
  .b-section-item--wide .b-section-item__picture {
    margin-bottom: 0;
    margin-right: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .b-section-item--wide .b-section-item__picture img {
    width: 110px; }
  .b-section-item--wide .b-section-item__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
       -moz-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .b-section-item__body--row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .b-section-item__body--row .b-section-items {
      max-width: 80%; }
    .b-section-item__body--row .b-section-item__btns {
      margin-top: 0 !important; }
  .b-section-item--big, .b-section-item--bighalf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-section-item--bighalf .b-section-item__picture {
    width: 100%; }
  .b-section-item--bighalf .b-section-item__picture,
  .b-section-item--big .b-section-item__picture {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-section-item--border {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .b-section-item--biggest {
    margin-bottom: 40px; }
  *:last-child > *:last-child > .b-section-item--biggest {
    margin-bottom: 0; }
  .b-section-item--big .b-section-item__title,
  .b-section-item--bighalf .b-section-item__title {
    font-size: 1.25rem;
    line-height: 1.4; }
  .b-section-item--line {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2; }
  .b-section-item--line:last-child {
    margin-bottom: 0;
    padding-bottom: 0px; }
  .b-section-item--line .b-section-item__meta {
    display: block;
    line-height: 0.75rem;
    margin-bottom: 5px; }
  .b-section-item--line .b-meta-item {
    display: block; }
  .b-section-item--line .b-section-item__title {
    color: #343a40;
    font-weight: 600;
    line-height: 1.4;
    display: block;
    margin-bottom: 0; }
  .b-section-item--line:before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: #e6e6e6;
    border: 0.1875rem solid #fffc;
    position: absolute;
    left: -1.25rem;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .b-section-item--line:hover .b-section-item__title {
    color: #0098f7; }
  .b-section-item--line:hover:before {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
         -o-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
         -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
            transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    background: #0098f7; }

.spec-info {
  clear: both;
  margin-top: 30px; }
  .spec-info .spec_title {
    font-weight: bold;
    line-height: 1.38;
    color: #c61c00;
    margin-bottom: 10px; }
  .spec-info .spec_section-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.69;
    color: #000;
    margin-bottom: 5px; }
  .spec-info .spec_section-desc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .spec-info .spec_section-desc a {
      font-size: 13px;
      line-height: 1.69;
      text-decoration: underline;
      margin-bottom: 5px; }
      .spec-info .spec_section-desc a:last-child {
        margin-bottom: 15px; }

@media (min-width: 576px) {
  .b-section-item--border {
    padding-bottom: 24px;
    margin-bottom: 24px; }
  .b-section-item--bighalf {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-section-item--bighalf .b-section-item__picture {
    width: 48%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 44%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 44%;
            flex: 1 0 44%;
    margin-right: 4%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-section-item--bighalf .b-section-item__body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-section-item--big .b-section-item__desc,
  .b-section-item--bighalf .b-section-item__desc {
    display: block; } }

@media (max-width: 767.98px) {
  .b-section-item__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-section-item__desc {
    margin-top: 15px; } }

@-webkit-keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

@-o-keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

@keyframes lazyloadeffect {
  from {
    background-position: -400px 0; }
  to {
    background-position: 200px 0; } }

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/media_default/components/bitrix/news.list/section/style.css?167422855012664 */
