

/* Start:/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/style.css?17756378693276*/
.banner-new-year {
  background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/images/sneg_1_ubrat.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/images/sneg_2_ubrat.png"), linear-gradient(to top, #ffcc00 0%, #ffcc00 78%, #ffcc00 100%);
  background-position: 0 center, 100% center, center;
  background-repeat: repeat-y;
  position: relative;
  display: block;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .banner-new-year {
    background-image: linear-gradient(to top, #ffcc00 0%, #ffcc00 78%, #ffcc00 100%);
  }
}
.banner-new-year__container {
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .banner-new-year__container {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  .banner-new-year__container {
    text-align: center;
  }
}
.banner-new-year__text {
  text-transform: uppercase;
  font-size: 27px;
}
@media (max-width: 530px) {
  .banner-new-year__text {
    width: 100%;
  }
}
.banner-new-year__text span {
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .banner-new-year__text span {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .banner-new-year__text span {
    justify-content: center;
    margin-right: 0;
  }
}
.banner-new-year__text span:after {
  content: "";
  display: block;
  background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/images/gift_ubrat.png");
  width: 85px;
  height: 51px;
  background-position: center;
  margin-left: 41px;
  margin-right: 49px;
}
@media (max-width: 991px) {
  .banner-new-year__text span:after {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-new-year__text span:after {
    content: none;
  }
}
.banner-new-year__text:first-child {
  margin-right: 27px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .banner-new-year__text:first-child {
    width: 100%;
    margin-right: 0;
    text-align: center;
    justify-content: center;
  }
}
.banner-new-year__text:first-child:before {
  content: "";
  display: block;
  background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/images/gift_ubrat.png");
  width: 85px;
  height: 51px;
  background-position: center;
  margin-right: 28px;
  margin-left: -19px;
}
@media (max-width: 991px) {
  .banner-new-year__text:first-child:before {
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-new-year__text:first-child:before {
    content: none;
  }
}
@media (max-width: 530px) {
  .banner-new-year__button {
    margin-top: 15px;
  }
}
.banner-new-year__button .first-button.call-check-price-form {
  white-space: nowrap;
  border-color: transparent;
  font-size: 14px;
  background-color: #d80f0f;
  color: #fff;
}
.banner-new-year__button .first-button.call-check-price-form:hover {
  background-color: #a30202;
  color: #fff;
  border-color: transparent;
}
.banner-new-year__button .first-button.inverse {
  white-space: nowrap;
  border-color: transparent;
  font-size: 14px;
  background-color: #d80f0f;
  color: #fff;
}
.banner-new-year__button .first-button.inverse:hover {
  background-color: #a30202;
  color: #fff;
  border-color: transparent;
}

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

/* End */


/* Start:/bitrix/templates/sale_redesign2017/components/bitrix/catalog.section.list/catalog_main_sections/style.css?17557835291751*/
.catalog-main-sections {
  background-color: #1d2730;
  text-align: center;
}

@media (max-width: 991px) {
  .catalog-main-sections {
    display: none;
  }
}

.catalog-main-sections .container .section-item-wrapper {
  display: inline-block;
  margin-right: -5px;
  width: 10.5%;
  padding: 15px 7px;
  vertical-align: top;
  max-height: 148px;
  height: 100%;
}

.catalog-main-sections .container .section-item-wrapper.active {
  padding-bottom: 0;
  border-bottom: 15px solid #8eb210;
  position: relative;
}

.catalog-main-sections .container .section-item-wrapper.active:before {
  content: "";
  display: block;
  position: absolute;
  top: -webkit-calc(100% - -15px);
  top: -moz-calc(100% - -15px);
  top: calc(100% - -15px);
  left: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #8eb210;
  border-left-color: #8eb210;
}

.catalog-main-sections .container .section-item-wrapper .section-item {
  display: block;
  text-decoration: none;
}

.catalog-main-sections .container .section-item-wrapper .section-item .image-wrapper {
  line-height: 74px;
  height: 74px;
  margin-bottom: 10px;
}

.catalog-main-sections .container .section-item-wrapper .section-item .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.catalog-main-sections .container .section-item-wrapper .section-item .name {
  line-height: normal;
  color: #fff;
  font-size: 12px;
  max-height: 64px;
}

.catalog-main-sections .container .section-item-wrapper .section-item:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .catalog-main-sections .container .section-item-wrapper {
    width: 25%;
  }
}

@media (max-width: 500px) {
  .catalog-main-sections .container .section-item-wrapper {
    width: 50%;
  }
}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/luidor/style.css?1581586395158*/
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb .breadcrumb-item {
  display: inline-block;
  vertical-align: middle;
}

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

/* End */


/* Start:/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?172552887627479*/
@charset "UTF-8";
.sale-banner {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .sale-banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sale-banner {
    margin-bottom: 15px;
    justify-content: center;
  }
}
.sale-banner__container {
  color: #171616;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .sale-banner__container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sale-banner__container {
    margin-bottom: 15px;
    text-align: center;
  }
}
.sale-banner.sale-banner--mod2 {
  padding: 1px 15px;
  background-color: #8eb210;
}
@media (min-width: 1024px) {
  .sale-banner.sale-banner--mod2 {
    position: relative;
    background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/gruz_car_left.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/gruz_car_right.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/round.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/round.png");
    background-position: -1% center, 99% center, 10% bottom, 95% top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
}
.sale-banner.sale-banner--mod2 .sale-banner__text {
  background-color: #8eb210;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
}
.sale-banner.sale-banner--mod2 .sale-banner__text span {
  font-size: 27px;
  font-weight: bold;
  line-height: 50px;
}
.sale-banner.sale-banner--mod2 .sale-banner__container {
  padding: 0 115px;
}
.sale-banner.sale-banner--mod2 .sale-banner__button .first-button.inverse {
  white-space: nowrap;
  border-color: #fff;
  font-size: 14px;
  background-color: #fff;
  color: #1d2730;
}
.sale-banner.sale-banner--mod2 .sale-banner__button .first-button.inverse:hover {
  background-color: #8eb210;
  color: #fff;
}

.catalog-element .direct-block-wrapper {
  background-color: #f4f4f4;
}
.catalog-element .direct-block-wrapper .title-block {
  text-transform: uppercase;
  font-size: 30px;
  color: #266fa3;
  padding: 20px 0;
}
.catalog-element .direct-block-wrapper .title-block .auto-title {
  font-weight: bold;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper {
  width: 65px;
  padding-right: 15px;
  float: left;
  text-align: center;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper img {
  max-width: 100%;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .name {
  color: #266fa3;
  vertical-align: top;
  width: calc(100% - 65px);
  float: right;
  margin-bottom: 10px;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .name .big {
  font-size: 3em;
  line-height: 100%;
  font-weight: bold;
  vertical-align: top;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .name .little {
  line-height: 100%;
  font-weight: bold;
  vertical-align: top;
  font-size: 16px;
}
.catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .description {
  font-size: 12px;
  width: calc(100% - 65px);
  float: right;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .catalog-element .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv {
    margin: 30px 0;
  }
}
.catalog-element .element-title {
  background-color: #f7f7f7;
  padding: 20px 0;
}
.catalog-element .element-title h1 {
  text-transform: uppercase;
  margin: 0;
  font-weight: normal;
}
.catalog-element .element-title.can-tuning h1 {
  float: left;
}
.catalog-element .element-title.can-tuning .can-tuning-block {
  color: #8eb210;
  font-size: 2em;
  font-weight: bold;
  padding-left: 50px;
  background-image: url(/bitrix/templates/.default/images/can-tuning-min.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 40px;
  line-height: 40px;
  cursor: pointer;
}
.catalog-element .element-title.can-tuning .can-tuning-block:hover {
  color: #b3e114;
}
.catalog-element .element {
  padding: 50px 0;
}
.catalog-element .element .colors-wrapper {
  text-align: center;
  margin-top: 20px;
}
.catalog-element .element .colors-wrapper .color-type-wrapper {
  display: inline-block;
  vertical-align: top;
}
.catalog-element .element .colors-wrapper .color-type-wrapper:not(:last-child) {
  margin-right: 15px;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .color-type-title {
  text-align: center;
  margin-bottom: 10px;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list {
  text-align: center;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper {
  display: inline-block;
  max-width: 70px;
  vertical-align: top;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper:not(:last-child) {
  margin-right: 5px;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper.active .offer-color-image:before {
  border-bottom: 3px solid #8eb210;
  border-left: 3px solid #8eb210;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: translate3d(50%, 120%, 0) rotate(-45deg);
  transform: translate3d(50%, 120%, 0) rotate(-45deg);
  width: 20px;
  z-index: 2;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper.metallic .offer-color-image:after {
  background: linear-gradient(112deg, transparent, transparent 30.9%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 0.5) 35.9%, transparent 37%, transparent 38.9%, rgba(255, 255, 255, 0.5) 41%, rgba(255, 255, 255, 0.5) 65.9%, transparent 67%, transparent);
  content: "";
  height: calc(100% - -2px);
  left: -1px;
  position: absolute;
  top: -1px;
  width: calc(100% - -2px);
  z-index: 1;
  border-radius: 50%;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper .offer-color-image {
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper .offer-color-image.bordered {
  border-color: #f4f4f4;
}
.catalog-element .element .colors-wrapper .color-type-wrapper .offer-list .offer-wrapper .offer-color-name {
  margin-top: 5px;
  text-align: center;
}
.catalog-element .element .action {
  background-color: #f3f3f3;
  padding: 13px 31px 17px;
  max-width: 527px;
  width: 100%;
  position: relative;
  margin: 20px auto 0;
}
.catalog-element .element .action__title {
  margin-bottom: 11px;
  font-size: 15.4px;
  line-height: 15px;
  font-weight: 400;
  color: #000;
}
.catalog-element .element .action-button-prev, .catalog-element .element .action-button-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  cursor: pointer;
  margin: auto;
}
.catalog-element .element .action-button-prev:before, .catalog-element .element .action-button-next:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  width: 14px;
  height: 23px;
  position: absolute;
  background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/action/arrow_action.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.catalog-element .element .action-button-prev.swiper-button-disabled, .catalog-element .element .action-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.catalog-element .element .action-button-prev {
  left: 0;
}
.catalog-element .element .action-button-prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.catalog-element .element .action-button-next {
  right: 0;
}
.catalog-element .element .action-button-next:before {
  right: 14px;
  left: auto;
}
.catalog-element .element .left-column .element-banner {
  text-align: center;
  margin-bottom: 1em;
}
.catalog-element .element .left-column .image-wrapper {
  position: relative;
}
.catalog-element .element .left-column .image-wrapper .individual-discount {
  width: 132px;
  height: 132px;
  position: absolute;
  color: #fff;
  transform: rotate(-45deg);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/../../../../../../../images/ind_dis_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.catalog-element .element .left-column .image-wrapper .individual-discount .size-1 {
  font-size: 9px;
}
.catalog-element .element .left-column .image-wrapper .individual-discount .size-2 {
  font-size: 26px;
}
.catalog-element .element .left-column .image-wrapper .individual-discount .size-3 {
  font-size: 14px;
}
.catalog-element .element .left-column .image-wrapper .sale-banner {
  background-color: #f7ce23;
  color: #171616;
  display: flex;
  padding: 10px 15px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner {
    margin-bottom: 15px;
    justify-content: center;
  }
}
.catalog-element .element .left-column .image-wrapper .sale-banner__title {
  font-family: "AGLettericaCondensedLight";
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 531px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner__title {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner__title {
    width: 100%;
  }
}
.catalog-element .element .left-column .image-wrapper .sale-banner__date {
  font-family: "AGLettericaCondensed";
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 310px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner__date {
    margin-right: 15px;
  }
}
@media (max-width: 309px) {
  .catalog-element .element .left-column .image-wrapper .sale-banner__date {
    margin: 5px 0 15px;
    width: 100%;
  }
}
.catalog-element .element .left-column .image-wrapper .sale-banner__date span {
  font-size: 24px;
}
.catalog-element .element .left-column .image-wrapper .sale-banner__button .first-button.inverse {
  border-color: #171616;
  font-size: 14px;
  background-color: transparent;
}
.catalog-element .element .left-column .image-wrapper .sale-banner__button .first-button.inverse:hover {
  background-color: #171616;
  color: #f7ce23;
}
.catalog-element .element .left-column .image-wrapper__element-sticker {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale {
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Square {
  border: 2px solid #b41f18;
  padding: 10px 25px;
  display: inline-block;
  top: 0px;
  left: 51px;
  background: white;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Square > span {
  display: block;
  font-weight: bold;
  text-align: left;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Square > span:nth-child(1) {
  padding: 0 8px;
  font-size: 16px;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Square > span:nth-child(2) {
  font-size: 20px;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Square > span span {
  color: #b41f18;
}
.catalog-element .element .left-column .image-wrapper .TS_Sale.TS_Sale_Circle {
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 5px;
  width: 119px;
  height: 119px;
  top: 61px;
  left: 122px;
  background: #8e0002;
  background: linear-gradient(to right, #8e0002 0%, #b41f18 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  transform: rotate(-18deg);
  line-height: 1;
  font-size: 21px;
  cursor: pointer;
}
.catalog-element .element .left-column .image-wrapper .lizing-sale {
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 3px solid #b41f18;
  padding: 23px 25px 28px;
  display: inline-block;
  top: 0px;
  left: 51px;
  right: 0;
  background: white;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  color: #282828;
  max-width: 461px;
}
@media (max-width: 1200px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale {
    left: 0;
    padding: 25px 10px;
  }
}
@media (max-width: 768px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale {
    margin: auto;
  }
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale {
    font-size: 20px;
  }
}
@media (max-width: 350px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale {
    padding: 10px;
  }
}
.catalog-element .element .left-column .image-wrapper .lizing-sale > span {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale > span {
    font-size: 25px;
  }
}
.catalog-element .element .left-column .image-wrapper .lizing-sale > span span {
  color: #b41f18;
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  color: #cd0001;
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale > span span {
    font-size: 30px;
  }
}
.catalog-element .element .left-column .image-wrapper .lizing-sale-button {
  position: absolute;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 5px;
  width: 132px;
  height: 132px;
  top: 61px;
  left: 52px;
  background: #8e0002;
  background: linear-gradient(to right, #8e0002 0%, #b41f18 100%);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(-18deg);
  font-size: 19.5px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  flex-direction: column;
  cursor: pointer;
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button {
    font-size: 16px;
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 1200px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button {
    left: 0;
  }
}
@media (max-width: 768px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button {
    margin: auto;
    right: 0;
    left: -45%;
  }
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button {
    left: 0;
    right: auto;
  }
}
.catalog-element .element .left-column .image-wrapper .lizing-sale-button > span {
  font-size: 23px;
  line-height: 25px;
}
@media (max-width: 500px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button > span {
    font-size: 19px;
  }
}
.catalog-element .element .left-column .image-wrapper .lizing-sale-button + img {
  max-height: 350px;
  margin-top: 66px;
}
@media (max-width: 450px) {
  .catalog-element .element .left-column .image-wrapper .lizing-sale-button + img {
    margin-top: 80px;
  }
}
.catalog-element .element .left-column .image-wrapper img {
  max-width: 100%;
}
.catalog-element .element .left-column .image-wrapper .new-engine-plane {
  padding: 10px 20px;
  background-color: #8eb210;
  color: #fff;
  position: absolute;
  right: 20%;
  top: 20%;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  vertical-align: middle;
}
.catalog-element .element .left-column .image-wrapper .new-engine-plane:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -250%;
  right: 24%;
  border: 3px solid transparent;
  border-top: 85px solid #8eb210;
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -o-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
}
.catalog-element .element .left-column .image-wrapper .new-engine-plane:after {
  content: "";
  display: block;
  background-color: #8eb210;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  right: 30%;
  bottom: -250%;
  position: absolute;
}
.catalog-element .element .right-column .colors-wrapper {
  text-align: left;
}
.catalog-element .element .right-column .order-presentation-button-wrapper {
  margin-bottom: 15px;
}
.catalog-element .element .right-column .order-presentation-button-wrapper .second-button {
  text-transform: uppercase;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper:not(:last-child) {
  margin-bottom: 15px;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-name {
  margin-bottom: 10px;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 10px 5px 0;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value input {
  display: none;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value input:disabled + .fa {
  color: #b5b5b5;
  cursor: auto;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value .fa {
  vertical-align: middle;
  color: inherit;
  font-size: 25px;
  margin-right: 5px;
  cursor: pointer;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value input:checked + .fa {
  color: #8eb210;
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value input:checked + .fa:before {
  content: "";
}
.catalog-element .element .right-column .properties-wrapper .property-wrapper .property-list .property-value span {
  vertical-align: middle;
}
.catalog-element .buttons-wrapper .container {
  padding-bottom: 35px;
  text-align: center;
}
.catalog-element .buttons-wrapper .container .first-button {
  margin-bottom: 15px;
}
.catalog-element .buttons-wrapper .container .first-button:not(:last-child) {
  margin-right: 15px;
}

.element-tab-wrapper {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.element-tab-wrapper .element-main-tabs .tab-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: justify;
}
.element-tab-wrapper .element-main-tabs .tab-header .tab-title {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  transition-property: background-color color;
  padding: 15px;
  margin: -1px 0;
  font-size: 12px;
  text-transform: uppercase;
}
.element-tab-wrapper .element-main-tabs .tab-header .tab-title.active {
  background-color: #266fa3;
  color: #fff;
}
.element-tab-wrapper .element-main-tabs .tab-header .tab-title.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  border: 7px solid transparent;
  border-left-color: #266fa3;
  border-top-color: #266fa3;
  width: 0;
  height: 0;
}
@media (max-width: 991px) {
  .element-tab-wrapper .element-main-tabs .tab-header .tab-title {
    display: block;
  }
}
.element-tab-wrapper .element-main-tabs .tab-bodies .tab-body h2 {
  text-transform: uppercase;
}
.element-tab-wrapper .element-main-tabs .tab-bodies .tab-body table td, .element-tab-wrapper .element-main-tabs .tab-bodies .tab-body table th {
  padding: 5px;
  border: 1px solid #a7a9ab;
}

.youtube-wrapper {
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  transition-property: "opacity";
  margin-bottom: 60px;
}
.youtube-wrapper.loading {
  opacity: 0;
}
.youtube-wrapper .container {
  position: relative;
}
.youtube-wrapper .youtube-slider-arrow {
  position: absolute;
  top: 34px;
  z-index: 5;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  transition: 0.3s ease 0s;
  transition-property: "background-color";
}
.youtube-wrapper .youtube-slider-arrow:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  width: 22px;
  height: 22px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #000;
}
.youtube-wrapper .youtube-slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.youtube-wrapper .youtube-slider-arrow.swiper-button-disabled {
  opacity: 0.5;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-prev {
  left: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-prev:before {
  border-right: 0;
  border-top: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-next {
  right: 0;
}
.youtube-wrapper .youtube-slider-arrow.youtube-slider-arrow-next:before {
  right: 18px;
  left: auto;
  border-bottom: 0;
  border-left: 0;
}
.youtube-wrapper .youtube-container {
  max-width: calc(100% - 120px);
  width: 100%;
  margin: 0 auto;
}
.youtube-wrapper .youtube-container .swiper-wrapper {
  height: auto;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide {
  height: auto;
  cursor: pointer;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .title {
  margin-top: 15px;
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .preview-cont {
  max-height: 118px;
}
@media (max-width: 500px) {
  .youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .preview-cont {
    max-height: 220px;
  }
}
.youtube-wrapper .youtube-container .swiper-wrapper .swiper-slide .preview-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-element .sale-banner {
  background-color: #f7ce23;
  padding: 5px 15px;
}
.catalog-element .sale-banner.sale-banner--mod1 {
  padding: 1px 15px;
  background-color: #ffcc00;
}
@media (min-width: 1024px) {
  .catalog-element .sale-banner.sale-banner--mod1 {
    background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/left_cars.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/right_cars.png");
    background-position: -5% center, 103% center;
    background-repeat: no-repeat, no-repeat;
  }
}
.catalog-element .sale-banner.sale-banner--mod1 .sale-banner__text {
  background-color: #ffcc00;
  color: #000000;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}
.catalog-element .sale-banner.sale-banner--mod1 .sale-banner__text span {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.catalog-element .sale-banner.sale-banner--mod2 {
  padding: 1px 15px;
  background-color: #8eb210;
}
@media (min-width: 1024px) {
  .catalog-element .sale-banner.sale-banner--mod2 {
    background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/gruz_car_left.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/gruz_car_right.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/round.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/images/round.png");
    background-position: -1% center, 99% center, 10% bottom, 95% top;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  }
}
.catalog-element .sale-banner.sale-banner--mod2 .sale-banner__text {
  background-color: #8eb210;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
}
.catalog-element .sale-banner.sale-banner--mod2 .sale-banner__text span {
  font-size: 27px;
  font-weight: bold;
  line-height: 50px;
}
.catalog-element .sale-banner.sale-banner--mod2 .sale-banner__container {
  padding: 0 115px;
}
.catalog-element .sale-banner.sale-banner--mod2 .sale-banner__button .first-button.inverse {
  white-space: nowrap;
  border-color: #fff;
  font-size: 14px;
  background-color: #fff;
  color: #1d2730;
}
.catalog-element .sale-banner.sale-banner--mod2 .sale-banner__button .first-button.inverse:hover {
  background-color: #8eb210;
  color: #fff;
}
.catalog-element .sale-banner__container {
  color: #171616;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .catalog-element .sale-banner__container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog-element .sale-banner__container {
    margin-bottom: 15px;
    text-align: center;
  }
}
.catalog-element .sale-banner__title {
  font-family: "AGLettericaCondensedLight";
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 531px) {
  .catalog-element .sale-banner__title {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .catalog-element .sale-banner__title {
    width: 100%;
  }
}
.catalog-element .sale-banner__desc {
  display: inline-flex;
  background-color: #c61811;
  color: #fff;
  font-family: "AGLettericaCondensedLight";
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 530px) {
  .catalog-element .sale-banner__desc {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .catalog-element .sale-banner__desc {
    white-space: normal;
  }
}
@media (min-width: 351px) {
  .catalog-element .sale-banner__desc:before {
    border: 7px solid transparent;
    border-right: 2px solid #c61811;
    border-bottom: 35px solid #c61811;
    content: "";
    position: absolute;
    left: -9px;
  }
  .catalog-element .sale-banner__desc:after {
    border: 7px solid transparent;
    border-left: 2px solid #c61811;
    border-top: 35px solid #c61811;
    content: "";
    position: absolute;
    right: -9px;
  }
}
.catalog-element .sale-banner__date {
  font-family: "AGLettericaCondensed";
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 310px) {
  .catalog-element .sale-banner__date {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .catalog-element .sale-banner__date {
    margin: 5px 0 15px;
    width: 100%;
  }
}
.catalog-element .sale-banner__date span {
  font-size: 24px;
}
@media (max-width: 530px) {
  .catalog-element .sale-banner__button {
    margin-top: 15px;
  }
}
.catalog-element .sale-banner__button .first-button.inverse {
  white-space: nowrap;
  border-color: #fff;
  font-size: 14px;
  background-color: #fff;
  color: #000000;
}
.catalog-element .sale-banner__button .first-button.inverse:hover {
  background-color: #fe3420;
  color: #fff;
}

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

/* End */


/* Start:/bitrix/templates/.default/libs/tabs/css/tabs.css?1566463918217*/
.tab-wrapper .tab-header .tab-title {
  cursor: pointer;
}
.tab-wrapper .tab-bodies .tab-body {
  display: none;
}
.tab-wrapper .tab-bodies .tab-body.active {
  display: block;
}

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

/* End */


/* Start:/bitrix/templates/.default/libs/swiper/css/swiper.css?148915128520670*/
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

/* End */
/* /bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/style.css?17756378693276 */
/* /bitrix/templates/sale_redesign2017/components/bitrix/catalog.section.list/catalog_main_sections/style.css?17557835291751 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/luidor/style.css?1581586395158 */
/* /bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.element/.default/style.css?172552887627479 */
/* /bitrix/templates/.default/libs/tabs/css/tabs.css?1566463918217 */
/* /bitrix/templates/.default/libs/swiper/css/swiper.css?148915128520670 */
