#dealers-map{
  height: 600px;
  position: relative;
  width: 100%;
}
.official-dealers__map-place *{
  font-family: 'Open Sans', Arial;
}
.active .dealer__link{
  color:#212121;
}
.dealer__name{

}
.dealer__detail {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #323232;
  margin: 25px;
}
.dealer__detail:last-child {
  border-bottom: none;
}
.dealer__prop-name{
  margin-top:25px;
  font-size: 16px;
}
.dealer__prop-val{
  font-weight: 600;
  font-size: 16px;
}
.dealer__large-img{
  margin-top: 30px;
}
.dealers-map__wrapper{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.official-dealers__map {
	height: 100%;
	width: 100%;
}
.dealers-map__map-icon{
  font-size: 14px;
  color:#212121;
  margin-top:-2px;
}
.official-dealers__map-place {
	width: 30vw;
  height: 600px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: translateX(30vw);
	-ms-transform: translateX(30vw);
	transform: translateX(30vw);
	background-color: #f8f8f8;
	-webkit-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

.official-dealers__map-place.active {
	-webkit-transform: translateX(0vw);
	-ms-transform: translateX(0vw);
	transform: translateX(0vw);
}

.official-dealers__map-box {
	margin-top: 32px;
	text-align: left;
	height: 618px;
	position: relative;
}

.official-dealers__dealer {
  width: 30vw;
  overflow-y: scroll;
  height: 600px;
	margin-right: 32px;
	position: relative;
	/* padding: 50px 24px 0 24px; */
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.official-dealers__dealer-reset {
  padding: 10px;
    position: absolute;
    top: 0px;
    left: -40px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    /* height: 100%; */
    background-color: rgba(255, 255, 255);
    fill: #000000;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.official-dealers__icon{
  height: 20px;
  width: 20px;
}

.dealers-info__info{
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
  justify-content: center;
  width: 100%;
}
.dealers-info__info-wrapper{
  margin-bottom: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dealers-info__info-wrapper::after{
  content:'';
  position: absolute;
  bottom: -57px;
  width: 110px;
  height: 55px;
  border-radius: 0 0 50% 50% / 0 0 100% 100%;
  border: 1px solid #e42f2d;
  background: #e42f2d;
  right: 0;
  left: 0;
  margin: auto;
}
.dealers-info__arrow{
  position: absolute;
  bottom: -37px;
  fill: #fff;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
  z-index: 1;
}

.dealers-info__item{
  width: 33.3%;
  box-sizing: border-box;
}
.dealers-info__item_text{
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.dealers-info__info-img{
  width: 100%;
  display: block;
}
.dealers-info__info-title{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.5;
}
.new-dealer{
  /* margin-top: 50px;
  padding-top: 50px; */
  /* border-top: 3px solid #ddd; */
}
.new-dealer__long-banner{
  width: 100%;
  display: block;
  /* margin-bottom: 60px; */
}
.new-dealer__icon{
  fill: #e42f2d;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.new-dealer__title {
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 20px;
}
.new-dealer__about {
  margin-top: 20px;
}
.new-dealer__download{
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.new-dealer__banner {
  margin-top: 25px;
}
.disclamer {
  margin-left: 60px;
  color: #585353;
  font-size: 15px;
}
.new-dealer__cities{
  font-size: 16px;
  color: #000;
  margin: 10px 0px;
  line-height: 22px;
  display: inline-block;
  width: 49%;
  max-width: 300px;
  vertical-align: top;
}
.new-dealer__cities li{
  margin: 10px 0;
}
.new-dealer__cities li:before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #e42f2d;
  border-radius: 50%;
  margin: 0 8px 3px 0px;
}
.new-dealer__img {
  width: 75px;
}
.new-dealer__extra {
  position: relative;
  margin: 45px 0;
}
.dealer-max__dtitle {
  text-decoration: underlined;
  font-weight: bold;
}
.new-dealer__extra:before {
  content: '';
  position: absolute;
  left: 50%;
  height: 110%;
  width: .5px;
  background-color: #e42f2d;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.new-dealer__anketa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  /*text-align: center;*/
  vertical-align: top;
}
.new-dealer__capa {
  display: block;
  width: 50px;
  height: 60px;
  margin-left: -8px;
  fill: #d72b2b;
}
.new-dealer__anketa p {
  padding: 0;
  margin: 0;
}
.new-dealer__downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 52%;
}
.new-dealer__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  padding-left: 3%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
.new-dealer__manager p {
  padding: 3px 0;
}
.new-dealer__manager a[href^="mailto"] {
  font-style: italic;
}
.new-dealer__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-left: 3%;
}
.new-dealer__desc p:first-child {
  color: #000;
  text-decoration: underline;
}
.new-dealer__desc > * {
  margin: 4px 0;
}
.new-dealer__anketa p, .new-dealer__img{
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /* color: #e42f2d; */
}
.new-dealer__cities-wrapper{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  position: relative;
}
.new-dealer__cities-wrapper:after{
  content: '';
  height: 100%;
  width: 1px;
  background: #e42f2d;
  display: block;
  position: absolute;
  right: 55px;
  top: 0;
}
p.new-dealer__text {
    color: #000;
}
.dealer-max-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top:40px;
}
.new-dealer__fordealer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffd9d7;
  width: 300px;
  height: 50px;
  outline: 1.5px solid #adadad;
  -webkit-box-shadow: 1px 1px 2px 0 #000;
          box-shadow: 1px 1px 2px 0 #000;
  font-size: .925rem;
  background: #de1a21;
}
.new-dealer__fordealer:hover {
  background: #ce1d23;
}
.new-dealer__link{
  color:#000;
  text-decoration: underline;
  font-style: italic;
}
#choise_region select{
  padding:10px;
  border: 1px solid #cecece;
}
.legend{
  display: flex;
  justify-content: flex-end;
  margin: 30px 0;
  /* margin-left: 30px; */
}
.legend__item{
  display: flex;
  width: 32%;
  align-items: center;
}
.legend__img{
  width: 50px;
  margin-right: 10px;
}
.legend__description{
  color:#212121;
  line-height: 1.5;
  font-size: 13px;
}
.sel{
  display: block;
}
.filter{

}
.filter__wrapper{
  text-align: center;
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .filter__label{
  margin-left: 50px;
}
.filter__type-wrapper{
  display: flex;
  align-items: center;
}
.filter__select-wrapper{
  display: inline-block;
  position: relative;
}
.filter__select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 25px 12px 15px;
  border: 1px solid #cecece;
  text-transform: uppercase;
  font-weight: 600;
  color:#666;
  min-width: 220px;
}
.filter__arrow{
  width: 15px;
  height: 15px;
  fill: #e42f2d;
  position: absolute;
  right: 10px;
  top:14px;
  transform: rotate(90deg);
}
.filter__select_city{

}
.filter__select_type{
  margin-left: 20px;
}
@media (max-width: 1650px) {
  .dealers-info__info{
    height: 425px;
    overflow: hidden;
  }
  .dealers-info__item{
    width: 50%;
  }
  .dealers-info__item:first-child{
    display: none;
  }
}
@media (max-width: 1200px) {
  .dealers-info__info{
    height: auto;
  }
  .dealers-info__info-title{
    font-size: 16px;
  }
  .filter__type-wrapper{
    flex-wrap: wrap;
  }
}
@media (max-width: 1080px) {
  .dealers-info__info-title {
      font-size: 12px;
  }
  .dealers-info__item p{
    font-size: 13px;
  }
}
@media (max-width: 920px) {
  .dealers-info__info-wrapper{
    margin-bottom: 0px;
  }
  .dealers-info__info{
  display: flex;
  flex-direction: column-reverse;
  flex-wrap:wrap;
}
.dealers-info__item{
width: 100%;
}
.dealers-info__info-img{
  max-width: 600px;
  margin: 0 auto;
}
  .dealers-info__info-wrapper:after{
    display: none;
  }
  .dealers-info__arrow{
    display: none;
  }
  .dealers-info__info{
    box-shadow: none;
  }
  .dealers-info__info-title {
      font-size: 18px;
  }
  .dealers-info__item p{
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .legend{
    display: block;
  }
  .legend__item{
    width: 100%;
    margin: 10px 0;
  }
  .filter__wrapper{
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .dealer__prop-val{
    margin-top:10px;
    line-height: 1.2!important;
  }
  .official-dealers__map-place{
    width: 90vw;
    -webkit-transform: translateX(100vw);
-ms-transform: translateX(100vw);
transform: translateX(100vw);
  }
  .official-dealers__dealer{
    width: 90vw;
  }
  .new-dealer__cities-wrapper:after{
    display: none;
  }
  .new-dealer__cities-wrapper{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .new-dealer__anketa {
    width: 80%;
    display: block;
    margin-right: 0;
    margin-left: 50px;
  }
  .new-dealer__extra:before {
    display: none;
  }
  .new-dealer__anketa p {
    display: initial;
  }
  .new-dealer__downloads {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .new-dealer__manager p {
    padding: 0;
  }
  .new-dealer__capa {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .filter__select-wrapper{
    margin: 0 auto;
  }
  .filter__select-wrapper:first-child{
    margin-bottom: 20px;
  }
  .filter__wrapper{
    display: block;
  }
  .filter__select_type{
    margin-left: 0;
  }
}
@media (max-width: 380px) {
  .new-dealer__anketa{
    max-width: 200px;
  }
}
