

/* 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.section/.default/style.css?172552797815136*/
@charset "UTF-8";
.catalog-section .sale-banner {
  background-color: #f7ce23;
  padding: 5px 15px;
}
.catalog-section .sale-banner.sale-banner--mod1 {
  padding: 1px 15px;
  background-color: #ffcc00;
}
@media (min-width: 1024px) {
  .catalog-section .sale-banner.sale-banner--mod1 {
    background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/images/left_cars.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/images/right_cars.png");
    background-position: -5% center, 103% center;
    background-repeat: no-repeat, no-repeat;
  }
}
.catalog-section .sale-banner.sale-banner--mod1 .sale-banner__text {
  background-color: #ffcc00;
  color: #000000;
  text-transform: uppercase;
  font-size: 26px;
  text-align: center;
}
.catalog-section .sale-banner.sale-banner--mod1 .sale-banner__text span {
  font-size: 36px;
  font-weight: bold;
  line-height: 50px;
}
.catalog-section .sale-banner.sale-banner--mod2 {
  padding: 1px 15px;
  background-color: #8eb210;
}
@media (min-width: 1024px) {
  .catalog-section .sale-banner.sale-banner--mod2 {
    background-image: url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/images/gruz_car_left.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/images/gruz_car_right.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.default/images/round.png"), url("/bitrix/templates/sale_redesign2017/components/bitrix/catalog/main_catalog/bitrix/catalog.section/.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-section .sale-banner.sale-banner--mod2 .sale-banner__text {
  background-color: #8eb210;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  text-align: center;
}
.catalog-section .sale-banner.sale-banner--mod2 .sale-banner__text span {
  font-size: 27px;
  font-weight: bold;
  line-height: 50px;
}
.catalog-section .sale-banner.sale-banner--mod2 .sale-banner__container {
  padding: 0 115px;
}
.catalog-section .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-section .sale-banner.sale-banner--mod2 .sale-banner__button .first-button.inverse:hover {
  background-color: #8eb210;
  color: #fff;
}
.catalog-section .sale-banner__container {
  color: #171616;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .catalog-section .sale-banner__container {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .catalog-section .sale-banner__container {
    margin-bottom: 15px;
    text-align: center;
  }
}
.catalog-section .sale-banner__title {
  font-family: "AGLettericaCondensedLight";
  font-size: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 531px) {
  .catalog-section .sale-banner__title {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .catalog-section .sale-banner__title {
    width: 100%;
  }
}
.catalog-section .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-section .sale-banner__desc {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .catalog-section .sale-banner__desc {
    white-space: normal;
  }
}
@media (min-width: 351px) {
  .catalog-section .sale-banner__desc:before {
    border: 7px solid transparent;
    border-right: 2px solid #c61811;
    border-bottom: 35px solid #c61811;
    content: "";
    position: absolute;
    left: -9px;
  }
  .catalog-section .sale-banner__desc:after {
    border: 7px solid transparent;
    border-left: 2px solid #c61811;
    border-top: 35px solid #c61811;
    content: "";
    position: absolute;
    right: -9px;
  }
}
.catalog-section .sale-banner__date {
  font-family: "AGLettericaCondensed";
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 310px) {
  .catalog-section .sale-banner__date {
    margin-right: 15px;
  }
}
@media (max-width: 530px) {
  .catalog-section .sale-banner__date {
    margin: 5px 0 15px;
    width: 100%;
  }
}
.catalog-section .sale-banner__date span {
  font-size: 24px;
}
@media (max-width: 530px) {
  .catalog-section .sale-banner__button {
    margin-top: 15px;
  }
}
.catalog-section .sale-banner__button .first-button.inverse {
  white-space: nowrap;
  border-color: #fff;
  font-size: 14px;
  background-color: #fff;
  color: #000000;
}
.catalog-section .sale-banner__button .first-button.inverse:hover {
  background-color: #fe3420;
  color: #fff;
}
.catalog-section .direct-block-wrapper {
  background-color: #f4f4f4;
}
.catalog-section .direct-block-wrapper .title-block {
  text-transform: uppercase;
  font-size: 30px;
  color: #266fa3;
  padding: 20px 0;
}
.catalog-section .direct-block-wrapper .title-block .auto-title {
  font-weight: bold;
}
.catalog-section .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper {
  width: 65px;
  padding-right: 15px;
  float: left;
  text-align: center;
}
.catalog-section .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper img {
  max-width: 100%;
}
.catalog-section .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-section .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-section .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-section .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-section .direct-block-wrapper .advantages-wrapper .advantages-list .adv-wrapper .adv {
    margin: 30px 0;
  }
}
.catalog-section .section-header {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}
.catalog-section .section-header .title-wrapper {
  border-right: 2px solid #266fa3;
}
.catalog-section .section-header .title-wrapper.no-border {
  border: none;
}
.catalog-section .section-header .title-wrapper h1 {
  margin: 0;
  display: block;
  text-transform: uppercase;
}
.catalog-section .section-header .title-wrapper h2 {
  display: block;
  font-weight: normal;
  font-size: 16px;
  margin-top: 0;
}
@media (max-width: 991px) {
  .catalog-section .section-header .title-wrapper {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .catalog-section .section-header .advantages-wrapper {
    margin-top: 30px;
  }
}
.catalog-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper {
  width: 65px;
  padding-right: 15px;
  float: left;
  text-align: center;
}
.catalog-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv .image-wrapper img {
  max-width: 100%;
}
.catalog-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv .name {
  color: #266fa3;
  vertical-align: top;
  width: calc(100% - 65px);
  float: right;
  margin-bottom: 10px;
}
.catalog-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv .name .big {
  font-size: 3em;
  line-height: 100%;
  font-weight: bold;
  vertical-align: top;
}
.catalog-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv .name .little {
  line-height: 100%;
  font-weight: bold;
  vertical-align: top;
  font-size: 16px;
}
.catalog-section .section-header .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-section .section-header .advantages-wrapper .advantages-list .adv-wrapper .adv {
    margin: 30px 0;
  }
}
.catalog-section .section-list {
  padding-bottom: 50px;
  position: relative;
  /*&:before
  {
  	content: "Модель";
  	display: block;
  	position: absolute;
  	left: 0;
  	right: 0;
  	top: 0;
  	padding-top: 80px;
  	text-align: center;
  	background-color: $white_color;
  	color: $light_grey_color;
  	text-transform: uppercase;
  	font-size: 200px;
  	line-height: 66%;
  	z-index: -1;

  	@media (max-width: 991px)
  	{
  		display: none;
  	}
  }*/
}
.catalog-section .section-list .container .row .section-item-wrapper {
  margin-bottom: 30px;
  padding-top: 15px;
  position: relative;
}
@media (min-width: 992px) {
  .catalog-section .section-list .container .row .section-item-wrapper:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .catalog-section .section-list .container .row .section-item-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item {
  display: block;
  color: inherit;
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item .image-wrapper {
  height: 200px;
  line-height: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item .image-wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .catalog-section .section-list .container .row .section-item-wrapper .section-item .image-wrapper {
    height: auto;
    line-height: normal;
  }
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item .name {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item:hover, .catalog-section .section-list .container .row .section-item-wrapper .section-item:focus, .catalog-section .section-list .container .row .section-item-wrapper .section-item:active {
  text-decoration: none;
}
.catalog-section .section-list .container .row .section-item-wrapper .section-item:hover {
  color: #266fa3;
}
.catalog-section .section-list .container .row .section-item-wrapper .subsection-list {
  margin-top: 5px;
}
.catalog-section .section-list .container .row .section-item-wrapper .subsection-list .subsection {
  display: block;
  padding: 5px 10px;
  -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;
  font-size: 16px;
  color: inherit;
  border-radius: 3px;
}
.catalog-section .section-list .container .row .section-item-wrapper .subsection-list .subsection:hover {
  text-decoration: none;
  background-color: #8eb210;
  color: #fff;
}
.catalog-section .section-list .container .row .section-item-wrapper .subsection-list .subsection > * {
  vertical-align: middle;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer {
  background-color: rgba(38, 111, 163, 0.8);
  border-radius: 50%;
  border: 3px solid rgba(87, 162, 216, 0.8);
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .icon {
  vertical-align: middle;
  font-size: 20px;
  display: inline-block;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .bubble {
  vertical-align: middle;
  display: none;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .bubble .title {
  font-weight: bold;
  font-size: 20px;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .bubble .sum {
  font-weight: bold;
  font-size: 16px;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .bubble .sum span {
  font-size: 22px;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper .special-offer .bubble .description {
  font-size: 14px;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper:hover .special-offer {
  width: 180px;
  height: 180px;
  line-height: 1.5;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper:hover .special-offer .icon {
  display: none;
}
.catalog-section .section-list .container .row .section-item-wrapper .special-offer-wrapper:hover .special-offer .bubble {
  display: block;
}

.section-tab-wrapper {
  background-color: #f4f4f4;
  padding: 50px 0;
}
.section-tab-wrapper .section-main-tabs .tab-header {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  text-align: justify;
}
.section-tab-wrapper .section-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;
}
.section-tab-wrapper .section-main-tabs .tab-header .tab-title.active {
  background-color: #266fa3;
  color: #fff;
}
.section-tab-wrapper .section-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) {
  .section-tab-wrapper .section-main-tabs .tab-header .tab-title {
    display: block;
  }
}
.section-tab-wrapper .section-main-tabs .tab-bodies .tab-body h2 {
  text-transform: uppercase;
}
.section-tab-wrapper .section-main-tabs .tab-bodies .tab-body .gallery-wrapper .gallery .image-wrapper {
  text-align: center;
  line-height: 300px;
  height: 300px;
  margin-bottom: 30px;
}
.section-tab-wrapper .section-main-tabs .tab-bodies .tab-body .gallery-wrapper .gallery .image-wrapper:after {
  content: "";
  height: 100%;
  display: inline-block;
  width: 0;
  margin-right: -5px;
  vertical-align: middle;
}
.section-tab-wrapper .section-main-tabs .tab-bodies .tab-body .gallery-wrapper .gallery .image-wrapper img {
  margin-right: -5px;
}

.footnote-wrapper {
  padding: 0 0 50px;
  background-color: #f4f4f4;
  color: #4d4d4d;
}

.gasoline-cng {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}






/*# 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/sale_redesign2017/components/bitrix/news.list/main_page_slider/style.css?15859156608389*/
body.absolute-header {
  padding-top: 50px;
}

#main_page-slider-wrapper, #section-slider-wrapper {
  opacity: 1;
}
#main_page-slider-wrapper.loading, #section-slider-wrapper.loading {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}
#main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
  width: 100%;
  display: block;
  background-position: center top;
  background-size: cover;
  height: 400px;
}
#main_page-slider-wrapper .main_page-slider-slide .image .container, #section-slider-wrapper .main_page-slider-slide .image .container {
  position: relative;
  height: 100%;
}
#main_page-slider-wrapper .main_page-slider-slide .image .container .first-button, #section-slider-wrapper .main_page-slider-slide .image .container .first-button {
  position: absolute;
  bottom: 15px;
  right: 15px;
  /*@media (max-width: 500px) {

  	font-size: 12px;
  	padding: 5px 15px;
  	top: 5px;
  }*/
}
@media (max-width: 767px) {
  #main_page-slider-wrapper .main_page-slider-slide .image .container .first-button, #section-slider-wrapper .main_page-slider-slide .image .container .first-button {
    display: none;
    /*bottom: auto;
    top: 15px;
    right: auto;
    left: 15px;*/
  }
}
@media (max-width: 991px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 220px;
  }
}
@media (max-width: 600px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 170px;
  }
}
@media (max-width: 500px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 140px;
  }
}
@media (max-width: 400px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 120px;
  }
}
@media (max-width: 360px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 115px;
  }
}
@media (max-width: 340px) {
  #main_page-slider-wrapper .main_page-slider-slide .image, #section-slider-wrapper .main_page-slider-slide .image {
    height: 105px;
  }
}
#main_page-slider-wrapper .main_page-slider-pagination, #section-slider-wrapper .main_page-slider-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
  width: auto;
}
#main_page-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet, #section-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  margin: 0 5px 0 0;
  opacity: 1;
}
#main_page-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet:last-child, #section-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#main_page-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #main_page-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet:hover, #section-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, #section-slider-wrapper .main_page-slider-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}
#main_page-slider-wrapper .main_page-slider-arrows, #section-slider-wrapper .main_page-slider-arrows {
  position: relative;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
  position: absolute;
  bottom: 200px;
  z-index: 5;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow:before, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 3px solid #fff;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow:hover, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-next, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-next {
  right: 15px;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-next:before, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-next:before {
  left: 10px;
  border-bottom: none;
  border-left: none;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-prev, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-prev {
  left: 15px;
}
#main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-prev:before, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow.main_page-slider-arrow-prev:before {
  left: 17px;
  border-top: none;
  border-right: none;
}
@media (max-width: 991px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 135px;
  }
}
@media (max-width: 767px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 95px;
  }
}
@media (max-width: 600px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 60px;
  }
}
@media (max-width: 500px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 55px;
  }
}
@media (max-width: 400px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 40px;
  }
}
@media (max-width: 360px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 40px;
  }
}
@media (max-width: 340px) {
  #main_page-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow, #section-slider-wrapper .main_page-slider-arrows .main_page-slider-arrow {
    bottom: 30px;
  }
}

.video-wrapper {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .video-wrapper {
    height: 250px;
  }
}
@media screen and (min-width: 992px) {
  .video-wrapper {
    height: 400px;
  }
}

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

/* End */


/* Start:/bitrix/templates/sale_redesign2017/components/bitrix/news.list/section_characteristics/style.css?15850439391854*/
.characteristics .header-block {
  background-color: #f4f4f4;
}
.characteristics .characteristic-list {
  background-color: #f4f4f4;
  padding-bottom: 50px;
}
.characteristics .characteristic-list .char-item-wrapper {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .characteristics .characteristic-list .char-item-wrapper:nth-child(3n+1) {
    clear: left;
  }
}
@media (max-width: 767px) {
  .characteristics .characteristic-list .char-item-wrapper:nth-child(2n+1) {
    clear: left;
  }
}
.characteristics .characteristic-list .char-item-wrapper .char-item .image-wrapper {
  width: 65px;
  padding-right: 15px;
  float: left;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .image-wrapper img {
  max-width: 100%;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper {
  float: right;
  width: calc(100% - 65px);
  text-transform: uppercase;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title {
  color: #266fa3;
  font-weight: bold;
  font-size: 50px;
  line-height: 50px;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title span {
  vertical-align: middle;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title sub, .characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title sup {
  font-size: 14px;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title sub {
  vertical-align: bottom;
  bottom: 1em;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .title sup {
  vertical-align: top;
  top: 1em;
}
.characteristics .characteristic-list .char-item-wrapper .char-item .text-wrapper .text {
  font-size: 12px;
  margin-top: 15px;
}

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

/* End */


/* Start:/bitrix/templates/sale_redesign2017/components/bitrix/news.list/sub_tab/style.css?15850439391892*/
.section-sub_tab {
  margin: 0 0 100px;
}
@media (max-width: 767px) {
  .section-sub_tab {
    margin-bottom: 0;
  }
}
.section-sub_tab .tab-wrapper .tab-header {
  background-color: #f4f4f4;
  padding: 50px 0 0;
}
.section-sub_tab .tab-wrapper .tab-header .tab-title {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 100;
  -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: bacground-color;
}
.section-sub_tab .tab-wrapper .tab-header .tab-title.active {
  background-color: #fff;
}
.section-sub_tab .tab-wrapper .tab-header .tab-title:not(:last-child) {
  margin-right: 30px;
}
.section-sub_tab .tab-wrapper .tab-header .tab-title:hover {
  background-color: #fff;
}
@media (max-width: 991px) {
  .section-sub_tab .tab-wrapper .tab-header .tab-title {
    display: block;
    border-radius: 0;
  }
  .section-sub_tab .tab-wrapper .tab-header .tab-title:not(:last-child) {
    margin-right: auto;
  }
}
.section-sub_tab .tab-wrapper .tab-bodies .tab-body .tab-element-item .title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f4f4f4;
}
.section-sub_tab .tab-wrapper .tab-bodies .tab-body .tab-element-item .subtitle {
  font-weight: bold;
  font-size: 18px;
  margin: 30px 0;
}
.section-sub_tab .tab-wrapper .tab-bodies .tab-body .tab-element-item .image-wrapper {
  text-align: center;
}
.section-sub_tab .tab-wrapper .tab-bodies .tab-body .tab-element-item .image-wrapper img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .section-sub_tab .tab-wrapper .tab-bodies .tab-body .tab-element-item .image-wrapper {
    margin-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}

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

/* 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.section/.default/style.css?172552797815136 */
/* /bitrix/templates/.default/libs/tabs/css/tabs.css?1566463918217 */
/* /bitrix/templates/sale_redesign2017/components/bitrix/news.list/main_page_slider/style.css?15859156608389 */
/* /bitrix/templates/sale_redesign2017/components/bitrix/news.list/section_characteristics/style.css?15850439391854 */
/* /bitrix/templates/sale_redesign2017/components/bitrix/news.list/sub_tab/style.css?15850439391892 */
