

/* Start:/local/templates/rd5/components/bitrix/catalog.element/.default/style.css?174902196923812*/
@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/catalog.element/.default/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/components/bitrix/catalog.element/.default/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/components/bitrix/catalog.element/.default/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/components/bitrix/catalog.element/.default/fonts/Gilroy-Bold.woff2") format("woff2");
}
section.section_mini:not(:last-child) {
  margin-bottom: 4rem;
}

.product_main_section {
  display: flex;
  background: #FFF;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .product_main_section {
    padding: 0;
    margin-left: -2rem;
    margin-right: -2rem;
    flex-wrap: wrap;
  }
}

.product_img_block {
  width: calc(100% - 84.4rem);
  flex-shrink: 0;
  margin: 0 4rem 0 3rem;
}
@media screen and (max-width: 1400px) {
  .product_img_block {
    margin: 0 2rem;
    width: calc(100% - 80.4rem);
  }
}
@media screen and (max-width: 1199px) {
  .product_img_block {
    width: calc(100% - 36.6rem);
  }
}
@media screen and (max-width: 767px) {
  .product_img_block {
    width: 100%;
    margin: 0 0 1.7rem;
    padding: 0 2rem;
    overflow: hidden;
  }
}
.product_img_block .respons_wrapp:before {
  padding-top: 50.39%;
}
.product_img_block .slick-slide {
  transition: 0.2s opacity;
}
.product_img_block .slick-slide:not(.slick-current) {
  opacity: 0.4;
}

.product_main_block {
  width: 41.8rem;
  flex-shrink: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 1400px) {
  .product_main_block {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .product_main_block {
    display: none;
  }
}
.product_main_block .stars_rating_block {
  margin-bottom: 2rem;
}

.product_bay_block {
  width: 32.6rem;
  flex-shrink: 0;
  margin: -3rem 0;
  border-left: 0.1rem solid #dfdfe3;
}
@media screen and (max-width: 767px) {
  .product_bay_block {
    margin: 0;
    width: 100%;
    border-left: none;
  }
}
.product_bay_block .bay_block {
  padding: 3rem;
}
@media screen and (max-width: 1199px) {
  .product_bay_block .bay_block {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .product_bay_block .bay_block {
    padding: 0 2rem 2.4rem;
  }
}
.product_bay_block .quantity_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_bay_block .quantity_block:not(:last-child) {
  margin-bottom: 1.8rem;
}
.product_bay_block .quantity_block .yes {
  color: #85AD00;
}
.product_bay_block .quantity_block .no {
  color: #FED42B;
}
.product_bay_block .links {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .product_bay_block .links {
    display: none;
  }
}
.product_bay_block .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  stroke: #dfdfe3;
  text-decoration: none;
}
.product_bay_block .links a.active {
  stroke: #009CCC;
}
.product_bay_block .links a:not(:last-child) {
  margin-right: 1.6rem;
}
.product_bay_block .price_block {
  font-size: 2.4rem;
  font-weight: 600;
}
.product_bay_block .price_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1029px) {
  .product_bay_block .price_block {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }
}
.product_bay_block .price_block .old_price {
  color: #A9ABAF;
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  text-decoration: line-through;
}
@media screen and (max-width: 1029px) {
  .product_bay_block .price_block .old_price {
    margin: 0.2rem 0 0 1rem;
  }
}
.product_bay_block .add_to_basket {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.product_bay_block .add_to_basket .spinner {
  display: flex;
  height: 4.8rem;
  margin-right: 1.2rem;
  position: relative;
  padding-right: 2.2rem;
  border: 0.1rem solid #dfdfe3;
}
.product_bay_block .add_to_basket .spinner input {
  height: 4.6rem;
  width: 4.6rem;
  text-align: center;
  border: none;
}
.product_bay_block .add_to_basket .spinner a {
  position: absolute;
  right: 0;
  height: 2.2rem;
  width: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #A9ABAF;
}
.product_bay_block .add_to_basket .spinner a[data-spin=down] {
  bottom: 0;
}
.product_bay_block .add_to_basket .spinner a[data-spin=up] {
  top: 0;
}
.product_bay_block .delivery_block {
  padding: 3rem;
  border-top: 0.1rem solid #dfdfe3;
}
@media screen and (max-width: 1199px) {
  .product_bay_block .delivery_block {
    padding: 2rem;
  }
}
.product_bay_block .delivery_block .title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.product_bay_block .delivery_block .link_color {
  font-weight: 500;
}
.product_bay_block .delivery_block .item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.product_bay_block .delivery_block .name {
  font-weight: 500;
  color: #A9ABAF;
}
.product_bay_block .delivery_block .name:not(:last-child) {
  margin-right: 1.6rem;
}

.prodct_pagination_slider {
  margin-top: 2rem;
}
.prodct_pagination_slider .slick-list {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .prodct_pagination_slider .slick-list {
    overflow: visible;
  }
}
.prodct_pagination_slider .slick-slide {
  width: 17.8rem;
}
@media screen and (max-width: 1029px) {
  .prodct_pagination_slider .slick-slide {
    width: 13.5rem;
  }
}

.stars_rating_block {
  display: flex;
}
.stars_rating_block .stars_block {
  width: 9rem;
  height: 1.6rem;
  position: relative;
  margin-right: 1rem;
  background: url("/local/templates/rd5/components/bitrix/catalog.element/.default/../../../../img/star_e.svg");
}
.stars_rating_block .full_stars {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("/local/templates/rd5/components/bitrix/catalog.element/.default/../../../../img/star_f.svg");
}
.stars_rating_block .text {
  line-height: 1.4rem;
  font-weight: 500;
  color: #A9ABAF;
}

.for_cars_block:not(:last-child) {
  margin-bottom: 3rem;
}
.for_cars_block .title_block {
  display: flex;
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1029px) {
  .for_cars_block .title_block {
    display: block;
  }
}
.for_cars_block .title_block .title {
  margin-right: 12rem;
}
.for_cars_block .title_block .suitable {
  color: #009CCC;
}
.for_cars_block .cars_block {
  color: #A9ABAF;
  max-height: 3em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product_properties_block:not(:last-child) {
  margin-bottom: 3rem;
}
.product_properties_block .desc_item {
  display: flex;
  font-weight: 500;
}
.product_properties_block .desc_item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.product_properties_block .desc_item .title {
  color: #A9ABAF;
  width: calc((100% - 1rem) / 2);
  flex-shrink: 0;
  margin-right: 1rem;
}
.product_properties_block .more_block {
  margin-top: 0.2rem;
}

.share_block {
  display: flex;
  align-items: center;
}
.share_block.mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .share_block.mobile {
    display: flex;
  }
}
.share_block.mobile:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 1199px) {
  .share_block:not(.mobile) {
    display: none;
  }
}
.share_block .title {
  font-weight: 500;
  color: #A9ABAF;
  margin-right: 1.8rem;
}
.share_block .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
  width: 4rem;
  height: 4rem;
}
.share_block .ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 3rem 3rem;
}
.share_block .ya-share2__container_shape_round .ya-share2__badge {
  border-radius: 0;
}
.share_block .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0 0.2rem 0 0;
}
.share_block .ya-share2__badge {
  transition: 0.2s background-color;
}
.share_block .ya-share2__badge:not(:hover) {
  background-color: #A9ABAF !important;
}

.product_marketplaces_links {
  display: flex;
  background: #FFF;
  padding-left: 11rem;
}
@media screen and (max-width: 1400px) {
  .product_marketplaces_links {
    padding-left: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .product_marketplaces_links {
    display: block;
    padding: 0;
  }
}
.product_marketplaces_links .text_block {
  font-weight: 500;
  align-self: center;
}
@media screen and (max-width: 1199px) {
  .product_marketplaces_links .text_block {
    padding: 3rem;
    border-bottom: 0.1rem solid #dfdfe3;
  }
}
@media screen and (max-width: 767px) {
  .product_marketplaces_links .text_block {
    padding: 2.4rem 2rem 0;
    border-bottom: none;
  }
}
.product_marketplaces_links .text_block .title {
  font-size: 1.6rem;
}
.product_marketplaces_links .text_block .title:not(:last-child) {
  margin-bottom: 1rem;
}
.product_marketplaces_links .text_block .txt {
  color: #A9ABAF;
}
.product_marketplaces_links .btns_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_marketplaces_links .btns_block {
    display: block;
  }
}
.product_marketplaces_links .btn_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 4.3rem 4rem;
}
@media screen and (max-width: 1400px) {
  .product_marketplaces_links .btn_block {
    padding: 4.3rem 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .product_marketplaces_links .btn_block {
    width: 100%;
    flex-shrink: unset;
  }
}
@media screen and (max-width: 1029px) {
  .product_marketplaces_links .btn_block {
    padding: 2.4rem 2rem;
  }
}
.product_marketplaces_links .btn_block:not(:last-child) {
  border-right: 0.1rem solid #dfdfe3;
}
@media screen and (max-width: 767px) {
  .product_marketplaces_links .btn_block:not(:last-child) {
    border-right: none;
    border-bottom: 0.1rem solid #dfdfe3;
  }
}
.product_marketplaces_links .market_link {
  width: fit-content;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 2rem;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: 0.2s background;
  border: none;
  position: relative;
}
.product_marketplaces_links .market_link .text {
  opacity: 0;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.2s opacity;
}
.product_marketplaces_links .market_link img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.2s opacity;
}
.product_marketplaces_links .market_link:hover .text {
  opacity: 1;
}
.product_marketplaces_links .market_link:hover img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .product_marketplaces_links .market_link {
    width: 100%;
    padding: 0 1.6rem;
  }
}
.product_marketplaces_links .market_link.ozon {
  color: #FFF;
  fill: #FFF;
}
.product_marketplaces_links .market_link.ozon:hover {
  background: #0059FF;
}
.product_marketplaces_links .market_link.ozon:active {
  background: #3C95FF;
}
.product_marketplaces_links .market_link.wb {
  color: #FFF;
  fill: #FFF;
}
.product_marketplaces_links .market_link.wb:hover {
  background: #481172;
}
.product_marketplaces_links .market_link.wb:active {
  background: #844DAE;
}
.product_marketplaces_links .market_link.ya {
  color: #2E353E;
  fill: #2E353E;
}
.product_marketplaces_links .market_link.ya:hover {
  background: #FED42B;
}
.product_marketplaces_links .market_link.ya:active {
  background: #FFF249;
}

.product_description_main {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  position: relative;
}

.description_main {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(66.6666666667% - 20px);
  padding: 3rem;
  background: #FFF;
}
@media screen and (max-width: 1029px) {
  .description_main {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .description_main {
    width: calc(100% + 2rem);
    padding: 2rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.description_main .tabs_caption {
  margin: 0;
  display: flex;
  font-weight: 500;
  color: #A9ABAF;
  padding: 1.6rem 3rem;
  background: #F5F5F5;
  list-style-type: none;
}
@media screen and (max-width: 1199px) {
  .description_main .tabs_caption {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .description_main .tabs_caption {
    margin-left: -2rem;
    margin-right: -2rem;
    padding: 0 0 0 2rem;
    background: none;
  }
}
.description_main .tabs_caption:not(:last-child) {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 767px) {
  .description_main .tabs_caption li {
    padding: 1.6rem 1.2rem;
    background: #F5F5F5;
  }
}
.description_main .tabs_caption li:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1400px) {
  .description_main .tabs_caption li:not(:last-child) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .description_main .tabs_caption li:not(:last-child) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .description_main .tabs_caption li:first-child {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .description_main .tabs_caption li:last-child {
    padding-right: 2rem;
  }
}
.description_main .tabs_caption li.active {
  color: #2E353E;
}
.description_main .tabs_caption li:not(.active) {
  cursor: pointer;
}
.description_main .tabs_content .title {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.description_main .product_characteristics_block {
  margin: 0;
  padding: 0;
  columns: 2;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .description_main .product_characteristics_block {
    columns: 1;
  }
}
.description_main .product_characteristics_block li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.description_main .product_characteristics_block .name {
  width: calc((100% - 1rem) / 2);
  flex-shrink: 0;
  font-weight: 500;
  color: #A9ABAF;
  margin-right: 1rem;
}
.description_main .product_characteristics_block .value {
  width: calc((100% - 1rem) / 2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.description_main .product_characteristics_block .question {
  cursor: pointer;
  margin-left: 0.5rem;
}
.description_main .product_characteristics_block .question img {
  display: block;
}

.description_card {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  align-self: flex-start;
  position: sticky;
  top: 2rem;
  padding: 2rem;
  background: #FFF;
  transition: 0.2s transform;
}
@media screen and (max-width: 1029px) {
  .description_card {
    display: none;
  }
}
.description_card .slick-list {
  margin: 0;
}
.description_card .slick-slide {
  width: 17.8rem;
}
.description_card .slick-slide:before {
  padding-top: 50.56%;
}
.description_card .img_block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.description_card .name {
  font-size: 1.6rem;
  font-weight: 500;
}
.description_card .name:not(:last-child) {
  margin-bottom: 1.7rem;
}
.description_card .reviews_having_line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .description_card .reviews_having_line {
    display: block;
  }
}
.description_card .reviews_having_line:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .description_card .reviews_having_line .stars_rating_block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.description_card .quantity_block .yes {
  color: #85AD00;
}
.description_card .quantity_block .no {
  color: #FED42B;
}
.description_card .price_block {
  font-size: 2rem;
  font-weight: 600;
  display: flex;
}
.description_card .price_block:not(:last-child) {
  margin-bottom: 1.2rem;
}
.description_card .price_block .old_price {
  color: #A9ABAF;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: line-through;
  margin: 0.2rem 0 0 1rem;
}
.description_card .add_favorite_block {
  display: flex;
}
.description_card .add_to_basket {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .description_card .add_to_basket {
    width: fit-content;
  }
}
.description_card .add_to_basket:not(:last-child) {
  margin-right: 1.2rem;
}
.description_card .add_to_basket .spinner {
  display: flex;
  height: 4.8rem;
  margin-right: 1.2rem;
  position: relative;
  padding-right: 2.2rem;
  border: 0.1rem solid #dfdfe3;
}
.description_card .add_to_basket .spinner input {
  height: 4.6rem;
  width: 4.6rem;
  text-align: center;
  border: none;
}
.description_card .add_to_basket .spinner a {
  position: absolute;
  right: 0;
  height: 2.2rem;
  width: 2.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #A9ABAF;
}
.description_card .add_to_basket .spinner a[data-spin=down] {
  bottom: 0;
}
.description_card .add_to_basket .spinner a[data-spin=up] {
  top: 0;
}
.description_card .add_to_basket .btn {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .description_card .add_to_basket .btn {
    font-size: 0;
    width: fit-content;
  }
}
@media screen and (max-width: 1199px) {
  .description_card .add_to_basket .btn img {
    margin-right: 0;
  }
}

.tabs_content {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.2s opacity;
}
.tabs_content.active {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.product_brands_block:not(.open) .item:not(:nth-child(-n+3)) {
  height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.product_brands_block:not(.open) .cars_more:before {
  content: "Показать все автомобили";
}
.product_brands_block .cars_more {
  color: #009CCC;
}
.product_brands_block .cars_more:before {
  content: "Скрыть";
  display: inline-block;
}
.product_brands_block .item {
  display: flex;
  padding: 2rem;
  align-items: center;
  background: #F5F5F5;
  transition: 0.2s opacity;
}
@media screen and (max-width: 1199px) {
  .product_brands_block .item {
    display: block;
  }
}
.product_brands_block .item:not(:last-child) {
  margin-bottom: 1rem;
}
.product_brands_block .brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 8rem;
  margin-right: 7.7rem;
  border-right: 0.1rem solid #dfdfe3;
}
@media screen and (max-width: 1400px) {
  .product_brands_block .brand {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .product_brands_block .brand {
    height: auto;
    margin: 0 0 1.6rem;
    border-right: none;
    padding: 0 0 2rem;
    border-bottom: 0.1rem solid #dfdfe3;
  }
}
.product_brands_block .img_block {
  width: 8rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product_brands_block .img_block {
    height: 5.6rem;
  }
}
.product_brands_block .txt {
  width: 10.8rem;
  font-weight: 500;
  flex-shrink: 0;
  padding-right: 1rem;
}
@media screen and (max-width: 1199px) {
  .product_brands_block .txt {
    width: auto;
    padding: 0;
  }
}
.product_brands_block .models {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .product_brands_block .models {
    display: block;
  }
}
.product_brands_block .models div {
  width: calc((100% - 1.4rem) / 2);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product_brands_block .models div {
    width: 100%;
  }
}
.product_brands_block .models div:nth-child(odd) {
  margin-right: 1.4rem;
}
@media screen and (max-width: 767px) {
  .product_brands_block .models div:nth-child(odd) {
    margin: 0;
  }
}
.product_brands_block .models div:not(:nth-child(-n+2)) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .product_brands_block .models div:not(:first-child) {
    margin-top: 1rem;
  }
}

.more_reviews:not(:last-child) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .more_reviews:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.more_reviews .txt {
  margin-right: 2rem;
  color: #77797D;
}
@media screen and (max-width: 767px) {
  .more_reviews .txt {
    margin: 0 0 1.6rem;
  }
}
.more_reviews .link {
  color: #2E353E;
  text-decoration: none;
  border-bottom: 0.1rem solid;
}
@media screen and (max-width: 767px) {
  .more_reviews .link {
    display: block;
    width: fit-content;
  }
}
.more_reviews .link:not(:last-child) {
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .more_reviews .link:not(:last-child) {
    margin: 0 0 1.6rem;
  }
}

.reviews_row:not(:last-child) {
  margin-bottom: 2rem;
}

.reviews_item:not(:last-child) {
  margin-bottom: 3rem;
}
.reviews_item .name {
  font-weight: 500;
}
.reviews_item .name:not(:last-child) {
  margin-bottom: 1.3rem;
}
.reviews_item .reviews_title {
  display: flex;
  align-items: center;
  color: #A9ABAF;
}
.reviews_item .reviews_title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.reviews_item .reviews_title time {
  margin-left: 0.3rem;
}
.reviews_item .stars_rating_block {
  margin-left: 3rem;
}
.reviews_item .text:not(:last-child) {
  margin-bottom: 2rem;
}
.reviews_item .answer {
  padding: 3rem;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .reviews_item .answer {
    padding: 2rem;
  }
}
.reviews_item .tit {
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.review_write_block {
  position: relative;
}
.review_write_block:not(:last-child) {
  margin-bottom: 3rem;
}
.review_write_block:not(.open) .reviews_form_block {
  display: none;
}
.review_write_block.open .reviews_form_link {
  margin-bottom: 2rem;
}
.review_write_block .input_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.review_write_block .input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .review_write_block .input_block {
    width: calc(100% - 20px);
  }
}
.review_write_block .input_block.big {
  width: calc(100% - 20px);
}
.review_write_block .btn_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}
.review_write_block .form_success {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #FFF;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .review_write_block .form_success {
    font-size: 1.6rem;
  }
}
.review_write_block .form_success p {
  color: #85AD00;
}

.top_line_block {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  background: #FFF;
  border-bottom: 0.1rem solid #D0D4E0;
}
@media screen and (max-width: 1199px) {
  .top_line_block {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .top_line_block {
    padding: 2.6rem 2rem 1.6rem;
    border-bottom: none;
  }
}
.top_line_block .links {
  display: flex;
}
.top_line_block .links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  stroke: #dfdfe3;
  text-decoration: none;
}
.top_line_block .links a.active {
  stroke: #009CCC;
}
.top_line_block .links a:not(:last-child) {
  margin-right: 1.6rem;
}

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

/* End */


/* Start:/local/templates/rd5/libs/noty/noty.css?17490219695589*/
.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  -webkit-transform: translateZ(0) scale(1, 1);
          transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%; }

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%; }

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%; }

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px; }

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px; }

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
          transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); }

.noty_progressbar {
  display: none; }

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10); }

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
      transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden; }

.noty_effects_open {
  opacity: 0;
  -webkit-transform: translate(50%);
      -ms-transform: translate(50%);
          transform: translate(50%);
  -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_effects_close {
  -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.noty_fix_effects_height {
  -webkit-animation: noty_anim_height 75ms ease-out;
          animation: noty_anim_height 75ms ease-out; }

.noty_close_with_click {
  cursor: pointer; }

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1); }

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: .3;
  left: 0;
  top: 0; }

.noty_modal.noty_modal_open {
  opacity: 0;
  -webkit-animation: noty_modal_in .3s ease-out;
          animation: noty_modal_in .3s ease-out; }

.noty_modal.noty_modal_close {
  -webkit-animation: noty_modal_out .3s ease-out;
          animation: noty_modal_out .3s ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@keyframes noty_modal_in {
  100% {
    opacity: .3; } }

@-webkit-keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@keyframes noty_modal_out {
  100% {
    opacity: 0; } }

@-webkit-keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@keyframes noty_anim_in {
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1; } }

@-webkit-keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@keyframes noty_anim_out {
  100% {
    -webkit-transform: translate(50%);
            transform: translate(50%);
    opacity: 0; } }

@-webkit-keyframes noty_anim_height {
  100% {
    height: 0; } }

@keyframes noty_anim_height {
  100% {
    height: 0; } }

/*# sourceMappingURL=noty.css.map*/
/* End */


/* Start:/local/templates/rd5/libs/noty/noty_custom.css?17490219691719*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/libs/noty/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/libs/noty/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/libs/noty/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/libs/noty/fonts/Gilroy-Bold.woff2") format("woff2");
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
  text-align: center;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #2E353E;
  color: #fff;
}
.noty_theme__metroui.noty_type__success a {
  color: #FFF;
}

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

/* End */


/* Start:/local/templates/rd5/libs/spinner/bootstrap-spinner.min.css?17490219691824*/
.spinner.input-group .input-group-addon .spin-down,.spinner.input-group .input-group-addon .spin-up{height:10px;width:10px;overflow:hidden;display:block;text-align:center;color:#999}.spinner.input-group .input-group-addon .spin-down:hover,.spinner.input-group .input-group-addon .spin-up:hover{color:#555}.spinner.input-group .input-group-addon .spin-down .fa,.spinner.input-group .input-group-addon .spin-up .fa{margin-top:-8px;vertical-align:middle}.spinner.input-group .input-group-addon .spin-down .glyphicon,.spinner.input-group .input-group-addon .spin-up .glyphicon{font-size:10px;top:-2px}.spinner.input-group .input-group-addon a.spin-down,.spinner.input-group .input-group-addon a.spin-up{text-decoration:none}.spinner.input-group .input-group-addon button.spin-down,.spinner.input-group .input-group-addon button.spin-up{background:0 0;border:none;padding:0}.spinner.input-group.input-group-sm .input-group-addon .spin-down,.spinner.input-group.input-group-sm .input-group-addon .spin-up{height:8px}.spinner.input-group.input-group-sm .input-group-addon .spin-down .fa,.spinner.input-group.input-group-sm .input-group-addon .spin-up .fa{margin-top:-12px}.spinner.input-group.input-group-sm .input-group-addon .spin-down .glyphicon,.spinner.input-group.input-group-sm .input-group-addon .spin-up .glyphicon{font-size:8px;top:-5px}.spinner.input-group.input-group-lg .input-group-addon .spin-down,.spinner.input-group.input-group-lg .input-group-addon .spin-up{height:12px;width:12px}.spinner.input-group.input-group-lg .input-group-addon .spin-down .fa,.spinner.input-group.input-group-lg .input-group-addon .spin-up .fa{margin-top:-16px}.spinner.input-group.input-group-lg .input-group-addon .spin-down .glyphicon,.spinner.input-group.input-group-lg .input-group-addon .spin-up .glyphicon{font-size:12px;top:-6px}
/* End */


/* Start:/local/templates/rd5/components/bitrix/news.list/index_facts/style.css?17490219692139*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_facts/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_facts/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_facts/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_facts/fonts/Gilroy-Bold.woff2") format("woff2");
}
.index_facts_block {
  background: #FFF;
  padding: 3rem;
  font-size: 1.6rem;
}
.index_facts_block:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1029px) {
  .index_facts_block:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.index_facts_block .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  display: flex;
  align-items: center;
  margin-top: 3.2rem;
}
@media screen and (max-width: 1199px) {
  .index_facts_block .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .index_facts_block .item {
    width: calc(100% - 20px);
  }
}
.index_facts_block .item:nth-child(-n+3) {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .index_facts_block .item:not(:nth-child(-n+2)) {
    padding-top: 1.3rem;
    border-top: 0.1rem solid #dfdfe3;
  }
}
@media screen and (max-width: 767px) {
  .index_facts_block .item:not(:nth-child(-n+2)) {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .index_facts_block .item:not(:last-child) {
    padding-bottom: 1.3rem;
    border-bottom: 0.1rem solid #dfdfe3;
  }
}
@media screen and (max-width: 1199px) {
  .index_facts_block .item:not(:nth-child(-n+2)) {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .index_facts_block .item:not(:first-child) {
    margin-top: 2rem;
  }
}
.index_facts_block .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  margin-right: 1rem;
}

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

/* End */


/* Start:/local/templates/rd5/components/bitrix/catalog.products.viewed/.default/style.css?1749021969186*/
.cards_slider .slick-track {
  display: flex;
}
.cards_slider .slick-slide {
  height: auto;
}
.cards_slider .product_card_big {
  height: 100%;
}

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

/* End */


/* Start:/local/templates/rd5/libs/slick/slick.css?17490219691776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/rd5/libs/slick/slick_custom.css?17490219691327*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/rd5/libs/slick/fonts/Gilroy-Bold.woff2") format("woff2");
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 1.6rem;
  }
}
.slick-dots li {
  height: 1rem;
}
.slick-dots li:not(:last-child) {
  margin-right: 0.6rem;
}
.slick-dots .slick-active button {
  width: 1rem;
  height: 1rem;
  background: #68D2DF;
}
.slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  padding: 0;
  background: #E2E5EC;
  transition: 0.2s width, 0.2s height, 0.2s background;
}

.slick-list {
  margin: 0 -1rem;
}

.slick-slide {
  margin: 0 1rem;
}

.slick-track {
  margin: 0;
}

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

/* End */
/* /local/templates/rd5/components/bitrix/catalog.element/.default/style.css?174902196923812 */
/* /local/templates/rd5/libs/noty/noty.css?17490219695589 */
/* /local/templates/rd5/libs/noty/noty_custom.css?17490219691719 */
/* /local/templates/rd5/libs/spinner/bootstrap-spinner.min.css?17490219691824 */
/* /local/templates/rd5/components/bitrix/news.list/index_facts/style.css?17490219692139 */
/* /local/templates/rd5/components/bitrix/catalog.products.viewed/.default/style.css?1749021969186 */
/* /local/templates/rd5/libs/slick/slick.css?17490219691776 */
/* /local/templates/rd5/libs/slick/slick_custom.css?17490219691327 */
