/* fonts */
/* //fonts */
/* colors */
/* //colors */
/* shadows */
/* //shadows */
.contact{
  height: 650px;
}
.contact__info {
  padding: 0 50px;
  color: #666b6e;
}
.link-dark{
  color: #666b6e;
}
.contact__wrapper {
  height: 100%;
}

.contact__items {
  margin-bottom: 0;
  max-width: 210px;
}

.contacts__item {
  width: 33.333%;
  padding: 40px 32px;
  text-align: center;
}

.contacts__item_icon {
  margin: 0 auto 15px;
}

.contacts__item_title {
  margin-bottom: 24px;
}

.contacts__item_info {
  margin-bottom: 14px;
}

.contacts__item_link {
  font-size: 14px;
}
.dealer__close{
  border: 0;
}
.contact .btn{
  font-size: 14px !important;
  line-height: 24px !important;
  padding: 4px 25px !important;
  display: inline-block !important;
  cursor: pointer !important;
  -webkit-box-shadow: 0 2px 4px rgb(0 93 143 / 25%) !important;
  box-shadow: 0 2px 4px rgb(0 93 143 / 25%) !important;
  -webkit-transition: .3s !important;
  -o-transition: .3s !important;
  transition: .3s !important;
  background-color: #fff !important;
  border: 1px solid #666b6e!important;
  color: #666b6e!important;
  border-radius: 20px !important;
  font-weight: 400 !important;
}
.contact .btn:hover{
  border-color: #e5006b!important;
  color: #e5006b!important;
}

@media screen and (max-width: 1440px) {
  .contacts-map {
    margin-bottom: 4px;
  }
  .contacts__item {
    padding: 40px 5px;
  }
}

@media screen and (max-width: 1199px) {
  .contact__info {
    max-width: 220px;
    padding: 0;
  }
  .contact__wrapper{
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .contact{
    height: auto;
  }
  .contacts-map {
    height: 400px;
  }
  .contacts__item {
    width: 50%;
    padding: 24px;
  }
  .contacts__item:nth-child(4n - 1), .contacts__item:nth-child(4n + 2) {
    background-color: #F7F8F8;
  }
  .contacts__item_title {
    margin-bottom: 12px;
  }
  .contacts__item_info {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 767px) {
  .contact {
    top: 350px;
  }
  .contact__info {
    max-width: 100%;
    padding: 15px 20px;
  }
  .contact__info h3 {
    margin-bottom: 8px;
  }
  .contacts__item {
    width: 100%;
    padding: 24px 13px;
  }
  .contacts__item:nth-child(4n - 1), .contacts__item:nth-child(4n + 2) {
    background-color: transparent;
  }
  .contacts__item:nth-child(even) {
    background-color: #F7F8F8;
  }
  .contacts-map {
    height: 650px;
  }
}

@media screen and (min-width: 992px) {
  .contacts__item:nth-child(even) {
    background-color: #F7F8F8;
  }
  #contacts-map {
    height: 650px;
  }
}
