

/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?15523701962964*/
.pagenavigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .pagenavigation__prev, .pagenavigation__next {
    background-color: #ECECEC;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    height: 38px;
    width: 38px; }
    .pagenavigation__prev:hover, .pagenavigation__next:hover {
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: #EDAD01;
    }
    .pagenavigation__prev_disabled:hover, .pagenavigation__next_disabled:hover {
      background-color: #ECECEC;
    }
    .pagenavigation__prev:after, .pagenavigation__next:after {
      content: '';
      display: block;
      position: absolute;
      font-size: 24px;
      left: 37%;
      top: 30%;
      width: 15px;
      height: 15px;
      border-top: 2px solid #FECF77;
      border-left: 2px solid #FECF77;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .pagenavigation__prev_disabled, .pagenavigation__next_disabled {
      opacity: 0.6; }
  .pagenavigation__next:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    left: 24%; }
  .pagenavigation__list {
    margin: 0 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
  .pagenavigation__item {
    height: 38px;
    width: 38px;
    margin: 0 4px; }
  .pagenavigation__link {
    background-color: #ECECEC;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-right: 12px;
    padding: 5px 13.4px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .pagenavigation__link:hover {
      transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
      background-color: #EDAD01; }
    .pagenavigation__link_active {
      background-color: #FECF77;
      color: #fff; }
      .pagenavigation__link_active:hover {
        background-color: #FECF77; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/trail-rated/style.css?15547935695577*/
.video-wrapper {
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 1023px) {
  .container-fluid_no-paddings {
    padding: 0 !important; } }

.model-banner {
  height: 30vw;
  background: #000; }
  .model-banner__video {
    position: absolute;
    background: black;
    background-size: 100% 100%;
    top: -40%;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 767px) {
      .model-banner__video {
        position: static; } }
  .model-banner__video-info {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 6%;
    padding: 10px 40px;
    width: 750px;
    position: absolute;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 1023px) {
      .model-banner__video-info {
        margin: 0;
        padding-top: 40px;
        transform: translate(0, 0);
        width: 100%;
        position: static;
        background: #000; } }
  .model-banner__subtitle {
    margin-top: 0;
    font-size: 20px;
    font-weight: bold; }
  .model-banner__title {
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }
  .model-banner__link {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857;
    font-weight: lighter; }

.specs__wrapper {
  margin: 0 auto;
  padding: 100px 45px;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .specs__wrapper {
      padding: 100px 15px; } }

.specs__header {
  padding: 80px 0;
  align-items: center;
  justify-content: center;
  position: relative;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff; }
  .specs__header:before {
    content: "";
    display: block;
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #000;
    margin-top: -6px;
    bottom: 0;
    transform: translateY(100%); }

.specs__title {
  margin-top: 0;
  font-size: 35px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase; }

.specs__desc {
  margin: 0;
  padding: 0 20px;
  max-width: 672px;
  text-align: center; }

.specs__img {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .specs__img {
      margin-top: 40px; } }
  .specs__img img {
    max-width: 100%; }

.specs__slider {
  padding: 15px 0;
  position: relative;
  }
  .slick-slide {
    border: 0 !important;
    border-bottom: 1px solid #fff !important;
  }
  .specs-slider_height .specs-slider__slide {
    min-height: 140px;
  }
  .specs-slider__slide {
    align-items: center;
    padding: 15px 7px;
    min-height: 75px;
    display: flex !important;
    border-left: 4px solid transparent;
    box-sizing: border-box;
    background: #e7e7e7; }
    .specs-slider__slide:hover {
      background: #bdbdbd; }
    .specs-slider__slide_active {
      border-left: 4px solid #ffba00; }
  .specs-slider__img {
    max-width: 45px; }
  .specs-slider__info {
    padding-left: 10px; }
  .specs-slider__title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0; }
  .specs-slider__desc {
    margin: 5px 0 0;
    font-size: 12px;
    font-weight: 100; }
  .slick-prev, .slick-next {
    padding: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 15px;
    font-size: 10px;
    position: absolute;
    display: flex;
    background: #ffba00; }
  .slick-prev {
    top: 0; }
  .slick-next {
    top: auto;
    bottom: 0; }
  @media only screen and (max-width: 1023px) {
    .specs-info {
      margin-top: 40px; } }
  .specs-info__title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px;
    max-width: 100%;
    margin-top: 0;
    text-transform: uppercase; }
  .specs-info__video {
    overflow: hidden; }
    .specs-info__modal-link {
      float: left;
      position: relative;
      cursor: pointer; }
    .specs-info__modal-link:before {
      content: '';
      width: 40%;
      height: 40%;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      background: url('/img/icons/video_icon.png') no-repeat center center / contain; }
    .specs-info__modal-link img {
      height: 100px;
      max-width: 100%; }
  .specs-info__video-desc {
    margin-top: 0;
    margin-left: 195px;
    font-size: 14px;
    font-weight: bold;
    color: #636363; }
  .specs-info__characteristic {
    margin-top: 20px; }
  .specs-info__detailed {
    margin-bottom: 0;
    color: #636363; }
  .specs-info__more {
    margin-top: 0;
    padding-right: 80px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    display: flex; }
    .specs-info__more-title {
      color: #636363;
      font-size: 12px;
    }
    .specs-info__more-item {
      font-size: 32px;
    font-weight: 700;
    }
  .specs-info__nums {
    padding-left: 8px; }
  .specs-info__link-btn {
    padding: 12px 20px;
    width: 200px;
    border: 0;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    background-color: #ffba00;
    color: black; }
    .btn-wrapper{
      margin-top: 30px;
    }

/* End */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?15523701962964 */
/* /local/templates/.default/components/bitrix/news.list/trail-rated/style.css?15547935695577 */
