

/* Start:/local/templates/2019/components/bitrix/catalog/moto/bitrix/catalog.element/.default/style.css?175430136914326*/
@charset "UTF-8";
.breadcrumbs__wrap {
  z-index: 2; }

.moto-head {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  z-index: 2;
  position: relative; }
  .moto-head__left {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .moto-head__right {
    padding-left: 45px;
    flex: 0 0 170px;
    max-width: 170px;
    box-sizing: content-box;
    text-align: right; }

.video-link, .content .video-link {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
  color: #fafafa;
  font-size: 15px; }
  .video-link .icon, .content .video-link .icon {
    font-size: 30px; }
    .video-link .icon + span, .content .video-link .icon + span {
      margin-left: 8px; }

.video-link-wrap {
  font-size: 0; }
  @media (max-width: 749px) {
    .video-link-wrap {
      margin-top: 30px; } }
  @media (max-width: 749px) {
    .video-link-wrap + .moto-anchor-wr {
      margin-top: 30px; } }

.moto-slider-wrap {
  position: relative;
  overflow: hidden;
  margin-top: -110px; }
  @media (max-width: 749px) {
    .moto-slider-wrap {
      margin-top: 0; } }
  .moto-slider-wrap .slider__dots {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%; }
  .moto-slider-wrap .slider__controls {
    max-width: 1120px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1239px) {
      .moto-slider-wrap .slider__controls {
        max-width: 900px; } }
    .moto-slider-wrap .slider__controls .owl-prev {
      padding-left: 100%; }
    .moto-slider-wrap .slider__controls .owl-next {
      padding-right: 100%; }
    .moto-slider-wrap .slider__controls .owl-prev, .moto-slider-wrap .slider__controls .owl-next {
      color: #d6d6d6; }
      .moto-slider-wrap .slider__controls .owl-prev .icon, .moto-slider-wrap .slider__controls .owl-next .icon {
        font-size: 27px; }

.moto-slider {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0; }
  .moto-slider__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 550px;
    overflow: hidden;
    white-space: normal; }
    @media (max-width: 1239px) {
      .moto-slider__item {
        height: 430px; } }
    @media (max-width: 1019px) {
      .moto-slider__item {
        height: 340px; } }
    @media (max-width: 749px) {
      .moto-slider__item {
        height: 180px; } }
  .moto-slider__pic-area {
    display: block;
    position: relative;
    height: 100%; }
  .moto-slider__pic {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%; }
    @media (max-width: 1239px) {
      .moto-slider__pic {
        max-height: 430px; } }
    @media (max-width: 1019px) {
      .moto-slider__pic {
        max-height: 340px; } }
    @media (max-width: 749px) {
      .moto-slider__pic {
        max-height: 180px; } }

.moto-anchor {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: #212121; }
  .moto-anchor__wrap {
    position: relative;
    overflow: hidden;
    height: 73px; }
  .moto-anchor.isStuck {
    margin-top: 0;
    width: 100%;
    z-index: 300; }

.moto-anchor-wr {
  height: 73px; }

.moto-anchor-menu {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  display: block;
  font-size: 0;
  text-align: center;
  justify-content: center; }
  .moto-anchor-menu__item {
    display: inline-block;
    vertical-align: middle; }
  .moto-anchor-menu .moto-anchor-menu__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 25px 20px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none; }
    .moto-anchor-menu .moto-anchor-menu__link span {
      border-bottom: 2px solid transparent; }
    html:not(.bx-touch) .moto-anchor-menu .moto-anchor-menu__link:hover span, .bx-touch .moto-anchor-menu .moto-anchor-menu__link:active span {
      border-bottom: 2px solid #f26522; }
    .moto-anchor-menu .moto-anchor-menu__link.active span {
      border-bottom: 2px solid #f26522; }
  .moto-anchor-menu:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-linear-gradient(left, rgba(33, 33, 33, 0), #212121);
    background-image: -moz-linear-gradient(left, rgba(33, 33, 33, 0), #212121);
    background-image: linear-gradient(to right, rgba(33, 33, 33, 0), #212121);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(33, 33, 33, 0)', EndColorStr='#212121, GradientType=1')"; }
  .moto-anchor-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-image: -webkit-linear-gradient(left, #212121, rgba(33, 33, 33, 0));
    background-image: -moz-linear-gradient(left, #212121, rgba(33, 33, 33, 0));
    background-image: linear-gradient(to right, #212121, rgba(33, 33, 33, 0));
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#212121', EndColorStr='rgba(33, 33, 33, 0), GradientType=1')";
    z-index: 2; }

.moto-info__left {
  text-align: left;
  min-width: 140px; }
  .moto-info__left .matrix {
    margin: 5px 0 -10px 0; }

.moto-info__right {
  text-align: left; }

.moto-info__year {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 35px; }

.moto-info__stock {
  margin-top: 30px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600; }

.moto-info__add {
  margin-bottom: 15px;
  font-size: 13px;
  white-space: nowrap; }
  .moto-info__add .moto-info__stock {
    margin-top: 0;
    font-size: 13px;
    text-transform: none;
    margin-left: 15px; }
  .moto-info__add span {
    font-weight: 500; }

.moto-info__gallery {
  position: relative;
  overflow: hidden; }
  @media (max-width: 749px) {
    .moto-info__gallery {
      margin-bottom: 20px; } }
  .moto-info__gallery .detail-slider__slide {
    padding-top: 67.64%; }
  .moto-info__gallery .detail-thumb-slider {
    margin-left: 0;
    max-width: 550px; }
  .moto-info__gallery .detail-thumb-slider__area {
    text-align: left;
    margin: 0 0 0 -10px; }
  .moto-info__gallery .slick-track {
    margin-left: 0; }
  .moto-info__gallery .detail-thumb-slider__slide {
    margin: 0 10px; }
  .moto-info__gallery .detail-thumb-slider__item {
    width: 50px;
    height: 50px;
    border: 1px solid #757575;
    background: transparent; }
    .moto-info__gallery .detail-thumb-slider__item .ratio-box {
      background: #ffffff; }

.moto-info__no-photo {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }
  @media (max-width: 749px) {
    .moto-info__no-photo {
      padding-bottom: 230px; } }
  @media (max-width: 529px) {
    .moto-info__no-photo {
      padding-bottom: 200px; } }

.moto-info__no-photo-area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.detail-slider-wrap.hide {
  opacity: 0;
  height: 0; }

.color {
  font-size: 0;
  white-space: nowrap;
  cursor: pointer; }
  .color__pic {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px; }
  .color__text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    font-size: 14px; }
  .color .icon {
    display: none; }
  .color--selected {
    pointer-events: none; }
    .color--selected .icon {
      display: inline-block;
      font-size: 15px;
      color: #ffffff; }
  .color--white .icon {
    color: #212121; }

.prices {
  margin-bottom: 30px; }
  @media (max-width: 749px) {
    .prices {
      margin-bottom: 20px; } }
  .prices__discount {
    font-size: 14px;
    color: #a6a6a6;
    white-space: nowrap;
    text-decoration: line-through; }
  .prices__price {
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 3px;
    white-space: nowrap; }
  .prices__econom {
    font-size: 14px;
    color: #8abf1b;
    white-space: nowrap; }

.moto-table {
  font-weight: 300; }
  .moto-table__head {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 20px 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
    background-color: rgba(255, 255, 255, 0.05); }
    @media (max-width: 749px) {
      .moto-table__head {
        text-align: left;
        padding: 20px 15px; } }
  .moto-table__tr:nth-child(2n) .moto-table__td {
    background-color: rgba(255, 255, 255, 0.05); }
    @media (max-width: 1019px) {
      .moto-table__tr:nth-child(2n) .moto-table__td {
        background-color: transparent; } }
  @media (max-width: 1019px) {
    .moto-table__tr .moto-table__tr--gray .moto-table__td {
      background-color: rgba(255, 255, 255, 0.05); } }
  .moto-table__td {
    padding: 20px; }
  .moto-table__inner {
    display: table;
    width: 100%; }
  .moto-table__cell {
    display: table-cell;
    vertical-align: top; }

.moto-table-xs {
  display: table;
  width: 100%; }
  .moto-table-xs .moto-table__td {
    display: table-cell; }
    .moto-table-xs .moto-table__td:last-child {
      text-align: right; }

.minus {
  position: relative;
  padding-left: 20px; }
  .minus:before {
    content: '−';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600; }

.plus {
  position: relative;
  padding-left: 20px; }
  .plus:before {
    content: '+';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600; }

.video-block-wr {
  margin-top: 60px;
  border-top: 1px solid #707070; }

.video-slider-wrap {
  position: relative;
  overflow: hidden;
  padding: 0 190px 23px; }
  @media (max-width: 1239px) {
    .video-slider-wrap {
      padding: 0 80px 23px; } }
  @media (max-width: 1019px) {
    .video-slider-wrap {
      padding: 0 0 23px; } }
  .video-slider-wrap__item {
    display: inline-block;
    vertical-align: middle;
    height: 417px;
    width: 100%; }
    @media (max-width: 749px) {
      .video-slider-wrap__item {
        height: 280px; } }
    @media (max-width: 529px) {
      .video-slider-wrap__item {
        height: 100%; } }
  .video-slider-wrap .slider__dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .video-slider-wrap .slider__controls {
    max-width: 1120px;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 1239px) {
      .video-slider-wrap .slider__controls {
        max-width: 900px; } }
    .video-slider-wrap .slider__controls .owl-prev {
      padding-left: 150px;
      left: 0; }
      @media (max-width: 1239px) {
        .video-slider-wrap .slider__controls .owl-prev {
          padding-left: 45px; } }
    .video-slider-wrap .slider__controls .owl-next {
      padding-right: 150px;
      right: 0;
      left: auto; }
      @media (max-width: 1239px) {
        .video-slider-wrap .slider__controls .owl-next {
          padding-right: 45px; } }
    .video-slider-wrap .slider__controls .owl-prev, .video-slider-wrap .slider__controls .owl-next {
      color: #d6d6d6; }
      .video-slider-wrap .slider__controls .owl-prev .icon, .video-slider-wrap .slider__controls .owl-next .icon {
        font-size: 20px; }

.video-slider {
  white-space: nowrap;
  overflow: hidden; }

.desc-block-wr {
  margin-top: 60px;
  border-top: 1px solid #707070; }
  .desc-block-wr .content-spoiler .content-spoiler__area {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #fafafa;
    position: relative; }
    .desc-block-wr .content-spoiler .content-spoiler__area:after {
      content: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      opacity: 0.5;
      background-image: -webkit-linear-gradient(left, #2e2e2e, #474747);
      background-image: -moz-linear-gradient(left, #2e2e2e, #474747);
      background-image: linear-gradient(to right, #2e2e2e, #474747);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#2e2e2e', EndColorStr='#474747, GradientType=1')"; }
      @media (max-width: 529px) {
        .desc-block-wr .content-spoiler .content-spoiler__area:after {
          content: ''; } }


.js-content-text {
  max-height: 100px;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.js-content-text.open {
  max-height: none;
  overflow: visible;
}

.show-more span {
  border-bottom: 1px dotted white;
  padding-bottom: 3px;
}

.show-more {
  font-size: 12px;
  padding: 15px 0 3px;
  text-align: center;
  cursor: pointer;
}

.block {
  width: 100%;
  margin: 0 auto;
}

.js-content-text-toggle {
  display: none;
}

@media (min-width: 768px) {
  .js-content-text-toggle {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .js-content-text-block.active .js-content-text-toggle {
    display: block;
  }

  .block {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .block img {
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: scale-down;
    margin: 0 auto;
  }
}

.moto-models {

}

.moto-models h2 {
  text-transform: uppercase;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

.moto-models .moto-models__items {
  display: grid;
  grid-template-columns: repeat(5, auto);
  width: 100%;
  column-gap: 15px;
  row-gap: 15px;
}
.moto-models .moto-models__items .moto-models__item {
  height: fit-content;
  width: fit-content;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 400;
  line-height: normal;
  font-size: 13px;
}
.moto-models .moto-models__items .moto-models__item:hover {
  text-decoration: underline;
}

@media (max-width: 1239px) {
  .moto-models .moto-models__items {
    grid-template-columns: repeat(4, auto);
  }
}
@media (max-width: 1019px) {
  .moto-models .moto-models__items {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 768px) {
  .moto-models .moto-models__items {
    grid-template-columns: repeat(2, auto);
  }
  .moto-models .moto-models__items .moto-models__item {
    font-size: 13px;
  }
}
@media (max-width: 490px) {
  .moto-models .moto-models__items {
    grid-template-columns: repeat(1, auto);
  }
}
/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/section.btn.form/style.css?16882762842189*/
.btn-form-group {
  bottom: 0;
  right: -164px;
  position: fixed;
  top: 256px;
  display: inline-table;
  z-index: 400;
  transition: all .5s ease-in-out;
  margin: -3px -10px; }
  @media (max-width: 1019px) {
    .btn-form-group {
      display: block;
      transition: none;
      top: auto;
      left: 0;
      right: 0;
      height: auto;
      font-size: 0;
      margin: -3px; } }
  .btn-form-group__item {
    margin: 3px 0; }
    @media (max-width: 1019px) {
      .btn-form-group__item {
        border-left: 2px solid #212121;
        display: inline-block;
        vertical-align: middle;
        width: 50%; }
        .btn-form-group__item:first-child {
          border-left: 2px solid transparent; } }
  .btn-form-group.active {
    right: 10px; }
  .content .btn-form-group .btn {
    justify-content: left;
    width: 225px;
    color: #212121;
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 10px 9px 5px; }
    @media (max-width: 1019px) {
      .content .btn-form-group .btn {
        justify-content: center;
        width: 100%;
        padding: 17px 13px;
        height: 60px; } }
    @media (max-width: 749px) {
      .content .btn-form-group .btn {
        display: block;
        text-align: center;
        padding: 5px 13px; } }
    .content .btn-form-group .btn .icon {
      font-size: 23px; }
      .content .btn-form-group .btn .icon--moto {
        font-size: 16px; }
    .content .btn-form-group .btn__ico {
      width: 43px;
      height: 23px;
      line-height: 23px;
      text-align: center; }
      @media (max-width: 1019px) {
        .content .btn-form-group .btn__ico {
          margin-right: 15px; } }
      @media (max-width: 749px) {
        .content .btn-form-group .btn__ico {
          margin-right: 0;
          margin-bottom: 6px;
          display: inline-block;
          height: 23px; } }
    html:not(.bx-touch) .content .btn-form-group .btn:hover, .bx-touch .content .btn-form-group .btn:active {
      color: #212121;
      background: #f26522; }
    @media (max-width: 749px) {
      .content .btn-form-group .btn span {
        font-size: 11px;
        margin-left: 0;
        white-space: nowrap; } }

/* End */
/* /local/templates/2019/components/bitrix/catalog/moto/bitrix/catalog.element/.default/style.css?175430136914326 */
/* /local/templates/2019/components/teamprofi/empty/section.btn.form/style.css?16882762842189 */
