

/* Start:/local/templates/.default/components/bitrix/news.list/main-slider/style.css?16633365064695*/
.main-slider {
  position: relative;
  max-height: 470px; }
  .main-slider img {
    border-style: none;
    max-width: 100%; }
  .main-slider .swiper-slide {
    height: auto;
    background-repeat: no-repeat;
    text-decoration: none;
    background-size: contain;
    background-position: center top; }
  .main-slider .swiper-wrapper {
    height: auto; }
  .main-slider__subtitle, .main-slider__text {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0.5s; }
  .main-slider__title {
    font-size: 42px;
    line-height: 1;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin: 14px 0;
    display: block;
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px); }
  .main-slider__subtitle {
    font-size: 25px;
    line-height: 1.34;
    margin: 20px 0 10px 0;
    display: block; }
  .main-slider__text {
    font-size: 18px;
    line-height: 1.2; }
  .main-slider__button-prev, .main-slider__button-next {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s;
    z-index: 2; }
    .main-slider__button-prev:hover, .main-slider__button-next:hover {
      opacity: 0.6; }
  .main-slider__button-prev {
    left: 5%;
    background-image: url("/images/icons/btn_prev.png"); }
  .main-slider__button-next {
    right: 5%;
    background-image: url("/images/icons/btn_next.png"); }
  .main-slider__content {
    position: relative;
    color: #fff;
    font-family: 'HelveticaCondensed';
    font-weight: 700;
    height: 100%;
    max-height: 470px;
    padding: 20px 10px;
    z-index: 1; }
    .main-slider__content:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      transition-duration: 0.3s;
      transition-timing-function: ease;
      transition-delay: 0s; }
    .main-slider__content.opened:before {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .main-slider__content.opened .main-slider__title,
    .main-slider__content.opened .main-slider__subtitle,
    .main-slider__content.opened .main-slider__text,
    .main-slider__content.opened .main-slider__link {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }

@-moz-document url-prefix() {
  .main-slider .container,
  .main-slider .row {
    height: 100%; } }

@-moz-document url-prefix() {
  .main-slider .container,
  .main-slider .row {
    height: 100%; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-slider .container,
  .main-slider .row {
    height: 100%; }
  .main-slider__content {
    max-height: 476px; } }

@media (max-width: 1366px) {
  .main-slider .swiper-slide {
    background-position: center; } }

@media (max-width: 768px) {
  .main-slider {
    max-height: 380px; }
    .main-slider__content {
      max-height: none;
      padding-top: 20px;
      padding-left: 60px;
      padding-right: 60px; }
    .main-slider__title {
      font-size: 36px; }
    .main-slider__subtitle {
      font-size: 20px; }
    .main-slider__text {
      font-size: 16px; }
    .main-slider__button-prev, .main-slider__button-next {
      width: 40px;
      height: 40px; }
    .main-slider__button-prev {
      left: 5px; }
    .main-slider__button-next {
      right: 5px; } }

@media (max-width: 480px) {
  .main-slider {
    max-height: 380px; }
    .main-slider__content {
      max-height: none;
      padding-top: 20px;
      padding-left: 60px;
      padding-right: 60px; }
    .main-slider__title {
      font-size: 30px; } }

/* End */


/* Start:/local/templates/.default/assets/bx-styles/models-block.css?17527547622525*/
.models-block {
  padding-top: 50px;
  padding-bottom: 40px
}
.models-block-container {
  display: flex;
  flex-direction: column;
  gap: 20px
}
.models-block__title {
  margin: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  color: #313233
}
.models-block_groups-row {
  display: flex;
  gap: 20px
}
.models-block_groups-row .models-block-group-list {
  grid-template-columns: auto
}
.models-block-group {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.models-block-group__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #000;
  text-transform: uppercase;
  transition: .35s
}
.models-block-group-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px
}
.models-block-group-list__item {
  position: relative;
  display: flex;
  height: 267px
}
.models-block-group-list__item:hover .models-block-group-list__status,
.models-block-group-list__item:hover .models-block-group-list__text,
.models-block-group-list__item:hover .models-block-group-list__title {
  color: #041954
}
.models-block-group-list__item:hover .models-block-group-list__img {
  filter: grayscale(0) brightness(1)
}
.models-block-group-list__img {
  width: 100%;
  line-height: 0;
  filter: grayscale(100%) brightness(.8);
  transition: .35s
}
.models-block-group-list__img picture {
  width: 100%;
  height: 100%
}
.models-block-group-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.models-block-group-list__text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px
}
.models-block-group-list__title {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28.8px;
  color: #fff;
  text-transform: uppercase;
  transition: .35s
}
.models-block-group-list__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #fff;
  transition: .35s
}
.models-block-group-list__status {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.8px;
  color: #fff;
  transition: .35s
}
@media (max-width:991px) {
  .models-block-group-list {
    grid-template-columns: repeat(2,1fr)
  }
  .models-block-group-list__text-block {
    padding: 16px
  }
}
@media (max-width:768px) {
  .models-block {
    padding-top: 40px
  }
}
@media (max-width:670px) {
  .models-block_groups-row {
    flex-direction: column
  }
  .models-block-group-list {
    grid-template-columns: repeat(1,1fr)
  }
  .models-block-group-list__item {
    height: auto
  }
}
/* End */


/* Start:/local/templates/.default/assets/bx-styles/partners-slider.css?17773000271298*/
.partners-slider {
  margin: 40px 0
}
.partners-slider__container {
  position: relative
}
.partners-slider__button-next,
.partners-slider__button-prev {
  backdrop-filter: blur(6px);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #2c3e66;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  transition: box-shadow .3s;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  cursor: pointer;
  background-color: #0b64a3;
  display: flex;
  align-items: center;
  justify-content: center
}
.partners-slider__button-next svg,
.partners-slider__button-prev svg {
  stroke: #fff
}
.partners-slider__button-next:hover,
.partners-slider__button-prev:hover {
  box-shadow: 0 3px 7px rgba(0,0,0,.5)
}
.partners-slider__button-next {
  right: 14px
}
.partners-slider__button-prev {
  left: 14px
}
.swiper {
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px 0;
  margin: 0 60px;
  overflow: hidden
}
.swiper-slide:hover .slide-img img {
  transform: scale(1.03)
}
.slide-img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  transition: transform .5s
}
@media (max-width:520px) {
  .partners-slider__button-next,
  .partners-slider__button-prev {
    width: 36px;
    height: 36px
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/news-list_short/style.css?16633365061004*/
.nl-short__item {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #f0efef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  max-height: 120px;
  margin-bottom: 20px; }
  .nl-short__item:last-child {
    margin-bottom: 0; }

.nl-short__date {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  max-width: 90px;
  width: 100%;
  padding: 15px 0 20px;
  margin-right: 20px;
  background-color: #0b64a3; }
  .nl-short__date-number {
    font-size: 36px;
    display: block; }
  .nl-short__date:after {
    position: absolute;
    top: 15px;
    left: 100%;
    content: '';
    border: 10px solid;
    border-color: transparent transparent transparent #0b64a3; }

.nl-short__detail {
  font-size: 13px;
  max-width: 250px;
  overflow: hidden; }

.nl-short__link {
  color: #313233; }

.nl-short__text {
  color: #9a9b9b;
  margin: 0; }

/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?16633365061782*/
.pagination {
  margin: 20px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination__item {
    color: #0b64a3;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    font-weight: bold;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination__link {
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #0b64a3;
    text-decoration: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }
    .pagination__link > .pagination__icon {
      fill: #fff; }
    .pagination__link_current, .pagination__link:hover {
      color: #0b64a3;
      background-color: transparent; }
      .pagination__link_current > .pagination__icon, .pagination__link:hover > .pagination__icon {
        fill: #0b64a3; }
  .pagination__icon {
    fill: #0b64a3;
    width: 16px;
    height: 16px;
    transition-property: fill;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s; }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/video-main/style.css?16633365064376*/
@font-face {
  font-family: "Picto";
  src: url(/fonts/picto/picto-foundry-general.eot);
  src: url(/fonts/picto/picto-foundry-general.ttf);
  src: url(/fonts/picto/picto-foundry-general.woff); }

@font-face {
  font-family: "Helvetica Light";
  src: url(/fonts/helvetica/HelveticaLight/HelveticaLight.eot);
  src: url(/fonts/helvetica/HelveticaLight/HelveticaLight.ttf);
  src: url(/fonts/helvetica/HelveticaLight/HelveticaLight.woff); }

@font-face {
  font-family: "Helvetica";
  src: url(/fonts/helvetica/HelveticaRegular/HelveticaRegular.eot);
  src: url(/fonts/helvetica/HelveticaRegular/HelveticaRegular.ttf);
  src: url(/fonts/helvetica/HelveticaRegular/HelveticaRegular.woff); }

@font-face {
  font-family: "Helvetica Bold";
  src: url(/fonts/helvetica/HelveticaBold/HelveticaBold.eot);
  src: url(/fonts/helvetica/HelveticaBold/HelveticaBold.ttf);
  src: url(/fonts/helvetica/HelveticaBold/HelveticaBold.woff); }

@font-face {
  font-family: "Helvetica Condensed";
  src: url(/fonts/helvetica/Helvetica_Neue_Cyr_Condensed/LT_55413.ttf); }

@font-face {
  font-family: "Helvetica Condensed Bold";
  src: url(/fonts/helvetica/Helvetica_Neue_Cyr_Condensed/LT_55417.ttf); }

.vl-cart {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .vl-cart__item {
    position: relative;
    width: 33.33%;
    margin-bottom: 2%;
    float: left; }
  .vl-cart__title {
    width: 100%;
    font-size: 18px;
    font-family: Helvetica Condensed Bold,sans-serif;
    font-weight: 600;
    margin: 10px 0;
    float: left;
    display: block;
    text-decoration: none;
    color: #313233;
    padding-right: 5%; }
    .vl-cart__title a {
      font-family: Helvetica Condensed Bold,sans-serif;
      color: #313233;
      text-decoration: none; }
      .vl-cart__title a:hover {
        color: #0b64a3; }
  .vl-cart__link_first {
    position: relative;
    display: inline-block; }
    .vl-cart__link_first:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 95%;
      height: 100%;
      display: block;
      opacity: 1;
      transition-property: background-color;
      transition-duration: 0.2s;
      transition-timing-function: ease;
      transition-delay: 0s; }
  .vl-cart__link:hover:after {
    background-color: rgba(11, 100, 163, 0.85);
    background-image: url("/images/svg/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px; }
  .vl-cart__preview {
    width: 95%;
    max-width: 100%;
    display: block;
    float: left; }

.vl-short {
  margin-bottom: 5px; }
  .vl-short__item {
    position: relative;
    max-width: 100%; }
  .vl-short__link:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("/images/svg/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    transition-delay: 0s; }
  .vl-short__link:hover:after {
    opacity: 1; }
  .vl-short__link-more {
    color: #313233;
    background: #eee;
    padding: 5px 10px;
    display: block;
    transition-property: color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-delay: 0s;
    width: 95%; }
    .vl-short__link-more:hover {
      color: #0b64a3; }
  .vl-short__preview {
    max-width: 100%;
    display: block; }

@media (max-width: 768px) {
  .vl-short__preview {
    width: 100%; }
  .vl-short__link:after {
    opacity: 1;
    background-size: 25%; }
  .vl-cart__link:after {
    opacity: 1;
    background-size: 70px; } }

@media (max-width: 480px) {
  .vl-cart__item {
    position: relative;
    width: 100%;
    margin-bottom: 2%; } }

@media (max-width: 425px) {
  .vl-cart__title {
    width: 100%;
    max-width: 100%;
    margin: 10px 0px 15px 0px; }
  .vl-cart__preview {
    width: 100%;
    max-width: 100%; }
  .vl-cart__link:after {
    width: 100%;
    max-width: 100%; } }

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/dealers-map/style.css?17756473508439*/
.dealers-map {
  height: 500px;
  background: rgba(0, 0, 0, 0.6); }
  .dealers-map__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block; }
  .dealers-map__icon {
    fill: #0b64a3;
    width: 15px;
    height: 15px; }
  .dealers-map .dealers-list__title {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
    display: block; }
  .dealers-map .dealers-list__address,
  .dealers-map .dealers-list__link {
    margin-bottom: 5px; }
  .dealers-map .dealers-list__item {
    position: relative;
    width: 350px;
    background: #fff;
    border: 1px solid #0b64a3;
    border-bottom-width: 4px; }
  .dealers-map [class*="ymaps-2"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
  }

.dealers-list {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden; }
  .dealers-list__item {
    position: relative;
    width: 33.3333%;
    padding: 35px 20px; }
    .dealers-list__item:after {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 300%;
      border-top: 1px solid #0b64a3; }
    .dealers-list__item:nth-child(-n+3):after {
      display: none; }
    .dealers-list__item_full-width {
      width: 350px;
      /*max-width: 100%;*/
      padding: 10px; }
  .dealers-list__title {
    color: #0b64a3;
    font-size: 15px;
    font-weight: bold; }
  .dealers-list__title .dealers-images{
    fill: #0b64a3;}
  .dealers-list__title_green {
    color: #2CA855; }
  .dealers-list__title_green .dealers-images{
    fill: #2CA855; }
  .dealers-list__address {
    color: #838383;
    font-style: normal; }
  .dealers-list__link {
    color: #0b64a3;
    display: inline-block;
    min-width: 51%; }
    .dealers-list__link:hover {
      color: #479fcd; }
  .dealers-list__button {
    color: #0b64a3;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    display: block;
    background: #fff;
    border: 1px solid #0b64a3;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 0;
    transition-property: background, color;
    transition-duration: .3s;
    transition-timing-function: 0s;
    transition-delay: ease; }
    .dealers-list__button:hover {
      color: #fff;
      background: #0b64a3; }
  .dealers-list__icon {
    fill: #0b64a3;
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }

.dealers-type,
.row ul.dealers-type {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  margin: 10px 0; }
  .dealers-type__item {
    width: 49%; }
  .dealers-type__link {
    color: #717171;
    font-size: 15px;
    font-family: 'HelveticaCondensed';
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-bottom: 2px solid #dce6ee;
    padding: 10px 0;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    min-height: 60px;
    transition-property: border-color, color;
    transition-duration: .3s;
    transition-timing-function: 0s;
    transition-delay: ease; }
    .dealers-type__link:hover, .dealers-type__link.active {
      border-color: #0b64a3;
      background-color: #0b64a3;
      color: #fff;
      transition: 1s; }

.dealers-map__infowindow-inner {
  position: relative; }

.gm-style-iw {
  display: none !important; }

.gm-style .gm-style-iw {
  width: auto !important;
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  overflow: visible; }

@media (max-width: 768px) {
  .dealers-map .dealers-list__item:after {
    width: 100%; }

  .dealers-list__item {
    width: 50%; }
    .dealers-list__item:nth-child(-n+3):after {
      display: block; }

  .dealers-type__link {
    font-size: 13px; } }
.region-list__title {
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
  padding: 10px;
  margin: 13px 10px; }

.city-list__title {
  position: absolute;
  top: 5px;
  left: 20px;
  color: #c10000;
  font-size: 16px;
  font-weight: bold; }

@media (max-width: 480px) {
  .dealers-list__item {
    width: 100%; }

  .dealers-type {
    flex-wrap: wrap; }
    .dealers-type__item {
      width: 90%; }
    .dealers-type__link {
      font-size: 13px;
      padding-left: 10px;
      padding-right: 10px; } }
.contact-employes {
  padding-top: 88px;
  padding-bottom: 100px; }
  .contact-employes__title {
    font-size: 16px;
    font-weight: bold;
    background: #efefef;
    padding: 10px 30px; }
  .contact-employes__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 20px;
    margin-left: -37px;
    margin-right: -37px; }
  .contact-employes__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: calc(100% / 3);
    padding: 20px 37px; }
  .contact-employes__item-name {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    line-height: 38px;
    color: #0e66a3;
    padding-left: 30px;
    margin-bottom: 20px; }
    .contact-employes__item-name:before {
      content: '';
      position: absolute;
      left: 0;
      top: 9px;
      height: 21px;
      width: 18px;
      background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAVCAMAAAB8FU7dAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAArlBMVEUAAAAOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMOZqMAAABfyCdWAAAAOXRSTlMAEVR0dlgWG3mAJgZzGSs3OCpZTEt+UlEYfwMwfC0CL28JDzNEcVUxWhdqX2BpeCxlZmdkCj4BGjtbc/2xAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAALhJREFUGNNljgkOgjAQRUcRYQQVFxQB2VcXUDa5/8nEVgrRlyb9eZlOPwBhMuVm/BxGCCJ2iIvBSDJSlkytvgbXTCm9Uv6nNkxte8UztevVfuigUqMKQ4sDVcdRVe1Ehsb1dcNENM86E5btuJ7ve65jW/RRECIabhS5BmIYaAAxWZykiGlCYgwXcpvS9SaZJN4ho//nj2dOUwYcDQU5Hzgo8YcSqjoci7CuuhbNq40KOcvkImqFBuANM8cRxFTkujsAAAAASUVORK5CYII=); }
  .contact-employes__item-position {
    font-size: 14px;
    line-height: 21px;
    color: #666666;
    margin-bottom: 30px; }
  .contact-employes__item-adress {
    font-size: 12px;
    line-height: 18px;
    color: #999999; }
    .contact-employes__item-adress p {
      margin-bottom: 18px; }
  .contact-employes__item-phone {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    margin: 30px 0; }
    .contact-employes__item-phone span {
      font-size: 14px;
      line-height: 28px;
      font-weight: normal; }
  .contact-employes__item-email {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold; }
  .contact-employes__item-phone a, .contact-employes__item-email a {
    color: #000000;
    text-decoration: none;
    display: block; }
    .contact-employes__item-phone a:active, .contact-employes__item-phone a:visited, .contact-employes__item-phone a:link, .contact-employes__item-phone a:focus, .contact-employes__item-email a:active, .contact-employes__item-email a:visited, .contact-employes__item-email a:link, .contact-employes__item-email a:focus {
      color: #000000;
      text-decoration: none; }
    .contact-employes__item-phone a:hover, .contact-employes__item-email a:hover {
      color: #000000;
      text-decoration: underline; }

@media screen and (max-width: 991px) {
  .contact-employes__item {
    width: 50%;
    flex: 1 50%; } }
@media (max-width: 767px) {
  .contact-employes__item {
    width: 100%;
    flex: 1 100%; }
  .contact-employes__item-name {
    font-size: 18px; }
  .contact-employes__item-phone {
    font-size: 16px;
    line-height: 24px; }
    .contact-employes__item-phone span {
      font-size: 12px;
      line-height: 24px; } }

/*# sourceMappingURL=style.css.map */
.custom-cluster {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #0B64A3;
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-cluster__green-blue {
  background-image: linear-gradient(135deg, #0B64A3 50%, #2CA855 50%);
}

.custom-cluster__text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/main-slider/style.css?16633365064695 */
/* /local/templates/.default/assets/bx-styles/models-block.css?17527547622525 */
/* /local/templates/.default/assets/bx-styles/partners-slider.css?17773000271298 */
/* /local/templates/.default/components/bitrix/news.list/news-list_short/style.css?16633365061004 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/pagination/style.css?16633365061782 */
/* /local/templates/.default/components/bitrix/news.list/video-main/style.css?16633365064376 */
/* /local/templates/.default/components/bitrix/news.list/dealers-map/style.css?17756473508439 */
