

/* 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/dealers-map/style.css?17756473508439 */
