

/* Start:/local/templates/rd5/components/bitrix/news.list/index_slider/style.css?17490219691638*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_slider/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_slider/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_slider/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_slider/fonts/Gilroy-Bold.woff2") format("woff2");
}
.index_slider {
  overflow: hidden;
}

.main_slider_block {
  overflow: hidden;
  margin: 2rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .main_slider_block {
    margin: 1rem 0 4rem;
  }
}

.main_slider:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 1029px) {
  .main_slider:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.main_slider .slick-track {
  display: flex;
}
.main_slider .slick-list {
  overflow: unset;
}
.main_slider .slick-slide {
  margin: 0 1rem;
}
@media screen and (max-width: 767px) {
  .main_slider .slick-slide {
    margin: 0 0.4rem;
  }
}
.main_slider .item {
  width: 55.5rem;
}
@media screen and (max-width: 1400px) {
  .main_slider .item {
    width: 45.7rem;
  }
}
@media screen and (max-width: 1199px) {
  .main_slider .item {
    width: 39.2rem;
  }
}
@media screen and (max-width: 1029px) {
  .main_slider .item {
    width: 32rem;
  }
}
.main_slider .respons_wrapp:before {
  padding-top: 46.85%;
}
.main_slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# 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 */


/* 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.section.list/.default/style.css?17490219692660*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/catalog.section.list/.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.section.list/.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.section.list/.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.section.list/.default/fonts/Gilroy-Bold.woff2") format("woff2");
}
.index_buttons_block .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
  height: 20rem;
  display: flex;
  color: #2E353E;
  background: #dfdfe3;
  text-decoration: none;
}
@media screen and (max-width: 1029px) {
  .index_buttons_block .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .index_buttons_block .item {
    height: auto;
    display: block;
  }
}
.index_buttons_block .item:not(:nth-child(-n+2)) {
  margin-top: 2rem;
}
@media screen and (max-width: 1029px) {
  .index_buttons_block .item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1029px) {
  .index_buttons_block .item:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}
.index_buttons_block .item .text_block {
  display: block;
  width: 46.27%;
  flex-shrink: 0;
  padding: 4rem 2rem 4rem 4rem;
}
@media screen and (max-width: 1400px) {
  .index_buttons_block .item .text_block {
    padding: 3rem 2rem 3rem 3rem;
  }
}
@media screen and (max-width: 1199px) {
  .index_buttons_block .item .text_block {
    width: 41.27%;
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .index_buttons_block .item .text_block {
    width: 100%;
    padding: 2.4rem 2.4rem 1.2rem;
  }
}
.index_buttons_block .item .text_block .name {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.index_buttons_block .item .text_block .name:not(:last-child) {
  margin-bottom: 0.3rem;
}
.index_buttons_block .item .text_block .sub_title {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.index_buttons_block .item .text_block .sub_title:not(:last-child) {
  margin-bottom: 1.2rem;
}
.index_buttons_block .item .text_block .text {
  display: block;
  color: #77797D;
}
.index_buttons_block .item .img_block {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .index_buttons_block .item .img_block {
    height: 16rem;
  }
}

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

/* End */


/* Start:/local/components/go2web/cars_selection/templates/.default/style.css?17490219694321*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/components/go2web/cars_selection/templates/.default/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/components/go2web/cars_selection/templates/.default/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/components/go2web/cars_selection/templates/.default/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/components/go2web/cars_selection/templates/.default/fonts/Gilroy-Bold.woff2") format("woff2");
}
.cars_selection_title:not(:last-child) {
  margin-bottom: 2rem;
}
.cars_selection_title .cars_row {
  display: flex;
  background: #F5F5F5;
  padding: 1.2rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .cars_selection_title .cars_row {
    overflow: auto;
  }
}
.cars_selection_title .cars_row:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 767px) {
  .cars_selection_title .cars_row:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.cars_selection_title .item {
  width: 100%;
  font-size: 2rem;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  color: #A9ABAF;
  transition: 0.2s color;
}
@media screen and (max-width: 767px) {
  .cars_selection_title .item {
    width: auto;
    padding: 0 3rem;
    flex-shrink: 0;
  }
}
.cars_selection_title .item:hover {
  color: #009CCC;
}

.cars_selection_block .cars_row {
  display: flex;
  flex-wrap: wrap;
  transition: 0.2s opacity;
}
.cars_selection_block .cars_row:not(.open) {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
.cars_selection_block .item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 12.8rem) / 9);
  flex-shrink: 0;
  font-weight: 500;
  text-align: center;
  color: #A9ABAF;
  padding: 0.8rem 1.6rem;
  border: 0.1rem solid #dfdfe3;
  text-decoration: none;
  transition: 0.2s color, 0.2s border;
}
@media screen and (max-width: 1199px) {
  .cars_selection_block .item {
    width: calc((100% - 8rem) / 6);
  }
}
@media screen and (max-width: 1029px) {
  .cars_selection_block .item {
    width: calc((100% - 4.8rem) / 4);
  }
}
@media screen and (max-width: 767px) {
  .cars_selection_block .item {
    width: calc((100% - 1rem) / 2);
  }
}
.cars_selection_block .item:hover {
  color: #2E353E;
  border: 0.1rem solid #A9ABAF;
}
.cars_selection_block .item:hover .img_block {
  filter: unset;
}
.cars_selection_block .item:not(:nth-child(9n+9)) {
  margin-right: 1.6rem;
}
@media screen and (max-width: 1199px) {
  .cars_selection_block .item:not(:nth-child(9n+9)) {
    margin-right: 0;
  }
}
.cars_selection_block .item:not(:nth-child(-n+9)) {
  margin-top: 1.8rem;
}
@media screen and (max-width: 1199px) {
  .cars_selection_block .item:not(:nth-child(-n+9)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1199px) {
  .cars_selection_block .item:not(:nth-child(6n+6)) {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 1029px) {
  .cars_selection_block .item:not(:nth-child(6n+6)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  .cars_selection_block .item:not(:nth-child(-n+6)) {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 1029px) {
  .cars_selection_block .item:not(:nth-child(-n+6)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 1029px) {
  .cars_selection_block .item:not(:nth-child(4n+4)) {
    margin-right: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .cars_selection_block .item:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1029px) {
  .cars_selection_block .item:not(:nth-child(-n+4)) {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .cars_selection_block .item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cars_selection_block .item:not(:nth-child(even)) {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .cars_selection_block .item:not(:nth-child(-n+2)) {
    margin-top: 1rem;
  }
}
.cars_selection_block .item .img_block {
  height: 7.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
  filter: grayscale(100%);
  transition: 0.2s filter;
}
.cars_selection_block .item .text_block {
  margin-top: auto;
}

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

/* End */


/* Start:/local/templates/rd5/components/bitrix/catalog.section/also/style.css?17490219691535*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/catalog.section/also/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.section/also/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.section/also/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.section/also/fonts/Gilroy-Bold.woff2") format("woff2");
}
.custom_checkbox_text {
  cursor: pointer;
}
.custom_checkbox_text > input {
  display: none;
}
.custom_checkbox_text input:checked + span {
  color: #2E353E;
}
.custom_checkbox_text span {
  color: #A9ABAF;
  font-size: 2.4rem;
  font-weight: 500;
  transition: 0.2s color;
}
@media screen and (max-width: 1199px) {
  .custom_checkbox_text span {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 1029px) {
  .custom_checkbox_text span {
    font-size: 2rem;
  }
}

.h2_title_block:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1029px) {
  .h2_title_block:not(:last-child) {
    margin-bottom: 1.3rem;
  }
}

.custom_checkbox_text:not(:last-child) {
  margin-right: 4rem;
}
@media screen and (max-width: 1029px) {
  .custom_checkbox_text:not(:last-child) {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .custom_checkbox_text:not(:last-child) {
    margin-right: 2.4rem;
  }
}

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

/* End */


/* Start:/local/components/go2web/element_block/templates/big/style.css?1749021969596*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/components/go2web/element_block/templates/big/fonts/Gilroy-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 500;
  src: url("/local/components/go2web/element_block/templates/big/fonts/Gilroy-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 600;
  src: url("/local/components/go2web/element_block/templates/big/fonts/Gilroy-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 700;
  src: url("/local/components/go2web/element_block/templates/big/fonts/Gilroy-Bold.woff2") format("woff2");
}

/*# 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/tippy/tippy.css?17490219691338*/
.tippy-tooltip[data-animation=fade][data-state=hidden]{opacity:0}.tippy-iOS{cursor:pointer!important;-webkit-tap-highlight-color:transparent}.tippy-popper{pointer-events:none;max-width:calc(100vw - 10px);transition-timing-function:cubic-bezier(.165,.84,.44,1);transition-property:transform}.tippy-tooltip{position:relative;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;background-color:#333;transition-property:visibility,opacity,transform;outline:0}.tippy-tooltip[data-placement^=top]>.tippy-arrow{border-width:8px 8px 0;border-top-color:#333;margin:0 3px;transform-origin:50% 0;bottom:-7px}.tippy-tooltip[data-placement^=bottom]>.tippy-arrow{border-width:0 8px 8px;border-bottom-color:#333;margin:0 3px;transform-origin:50% 7px;top:-7px}.tippy-tooltip[data-placement^=left]>.tippy-arrow{border-width:8px 0 8px 8px;border-left-color:#333;margin:3px 0;transform-origin:0 50%;right:-7px}.tippy-tooltip[data-placement^=right]>.tippy-arrow{border-width:8px 8px 8px 0;border-right-color:#333;margin:3px 0;transform-origin:7px 50%;left:-7px}.tippy-tooltip[data-interactive][data-state=visible]{pointer-events:auto}.tippy-tooltip[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{position:absolute;border-color:transparent;border-style:solid}.tippy-content{padding:5px 9px}

/* End */


/* Start:/local/templates/rd5/components/bitrix/news.list/index_marketplaces/style.css?17490219692180*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_marketplaces/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_marketplaces/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_marketplaces/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_marketplaces/fonts/Gilroy-Bold.woff2") format("woff2");
}
.marketplaces_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.marketplaces_row .item {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
  background: #FFF;
  display: flex;
}
@media screen and (max-width: 767px) {
  .marketplaces_row .item {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .marketplaces_row .item {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .marketplaces_row .item:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.marketplaces_row .img_block {
  width: calc(50% - 0.3rem);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 0.1rem solid #dfdfe3;
}
@media screen and (max-width: 1400px) {
  .marketplaces_row .img_block {
    width: 100%;
    padding: 2.4rem 2rem;
    border-right: none;
    border-bottom: 0.1rem solid #dfdfe3;
  }
}
.marketplaces_row .text_block {
  width: calc(50% + 0.3rem);
  flex-shrink: 0;
  padding: 2rem;
}
@media screen and (max-width: 1400px) {
  .marketplaces_row .text_block {
    width: 100%;
  }
}
.marketplaces_row .block {
  display: flex;
}
.marketplaces_row .block:not(:last-child) {
  margin-bottom: 1.6rem;
}
.marketplaces_row .block .icon {
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.marketplaces_row .block .text {
  font-weight: 500;
}
.marketplaces_row .block .txt {
  color: #A9ABAF;
}

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

/* End */


/* Start:/local/templates/rd5/components/bitrix/news.list/index_questions/style.css?17490219694425*/
@font-face {
  font-family: "Gilroy";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/rd5/components/bitrix/news.list/index_questions/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_questions/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_questions/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_questions/fonts/Gilroy-Bold.woff2") format("woff2");
}
.index_questions .row .questions_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(58.3333333333% - 20px);
}
@media screen and (max-width: 1029px) {
  .index_questions .row .questions_block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1029px) {
  .index_questions .row .questions_block:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.index_questions .row .contacts_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(41.6666666667% - 20px);
  padding-left: 8rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block {
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 1400px) {
  .index_questions .row .contacts_block {
    padding-left: 4rem;
  }
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block {
    padding-left: 0;
  }
}
.index_questions .row .contacts_block .social:not(:last-child) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .social:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.index_questions .row .contacts_block .social .title {
  font-size: 2rem;
  font-weight: 500;
  max-width: 29.5rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .social .title {
    font-size: 1.6rem;
    max-width: unset;
  }
}
.index_questions .row .contacts_block .social .title:not(:last-child) {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .social .title:not(:last-child) {
    margin-bottom: 1.2rem;
  }
}
.index_questions .row .contacts_block .social .sub {
  font-size: 1.6rem;
  color: #77797D;
}
.index_questions .row .contacts_block .social .sub:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .social .sub:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.index_questions .row .contacts_block .phone .text {
  font-size: 1.6rem;
  color: #77797D;
}
.index_questions .row .contacts_block .phone .text:not(:last-child) {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .phone .text:not(:last-child) {
    margin-bottom: 0.4rem;
  }
}
.index_questions .row .contacts_block .phone .phone_link {
  display: block;
  font-size: 2.4rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .row .contacts_block .phone .phone_link {
    font-size: 2rem;
  }
}
.index_questions .row .contacts_block .phone .phone_link:not(:last-child) {
  margin-bottom: 1.2rem;
}
.index_questions .question_item {
  background: #FFF;
}
.index_questions .question_item:not(:last-child) {
  margin-bottom: 1.6rem;
}
.index_questions .question_item:not(.open) .question_text {
  display: none;
}
.index_questions .question_item.open .question_title:before {
  transform: rotate(180deg);
}
.index_questions .question_title {
  cursor: pointer;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 3rem 7.4rem 3rem 3rem;
  position: relative;
}
.index_questions .question_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  right: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/local/templates/rd5/components/bitrix/news.list/index_questions/arrow_2.svg") center no-repeat;
}
@media screen and (max-width: 1029px) {
  .index_questions .question_title:before {
    top: 2rem;
    right: 2rem;
  }
}
@media screen and (max-width: 1029px) {
  .index_questions .question_title {
    padding: 2rem 5.4rem 2rem 2rem;
  }
}
.index_questions .question_text {
  color: #77797D;
  padding: 0 3rem 3rem 3rem;
}
@media screen and (max-width: 1029px) {
  .index_questions .question_text {
    margin-top: 0;
    padding: 0 2rem 2rem 2rem;
  }
}

/*# 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 */
/* /local/templates/rd5/components/bitrix/news.list/index_slider/style.css?17490219691638 */
/* /local/templates/rd5/libs/slick/slick.css?17490219691776 */
/* /local/templates/rd5/libs/slick/slick_custom.css?17490219691327 */
/* /local/templates/rd5/components/bitrix/news.list/index_facts/style.css?17490219692139 */
/* /local/templates/rd5/components/bitrix/catalog.section.list/.default/style.css?17490219692660 */
/* /local/components/go2web/cars_selection/templates/.default/style.css?17490219694321 */
/* /local/templates/rd5/components/bitrix/catalog.section/also/style.css?17490219691535 */
/* /local/components/go2web/element_block/templates/big/style.css?1749021969596 */
/* /local/templates/rd5/libs/noty/noty.css?17490219695589 */
/* /local/templates/rd5/libs/noty/noty_custom.css?17490219691719 */
/* /local/templates/rd5/libs/tippy/tippy.css?17490219691338 */
/* /local/templates/rd5/components/bitrix/news.list/index_marketplaces/style.css?17490219692180 */
/* /local/templates/rd5/components/bitrix/news.list/index_questions/style.css?17490219694425 */
/* /local/templates/rd5/components/bitrix/catalog.products.viewed/.default/style.css?1749021969186 */
