

/* Start:/about/style.css?15863463351486*/
.about {
  padding-bottom: 50px; }

.contacts {
  padding-bottom: 50px; }
  .contacts__title {
    font-size: 20px;
    margin: 20px 0;
    display: block;
    color: #9c1019;
    font-weight: 700; }

.contacts-hidden {
  display: none; }

.map{
  margin-top: 20px;
}
.about__img img {
  width: 49%;
  min-width: 320px;
  padding: 20px;
}

/* @media (max-width: 768px) {
  .about__img img{
    display: block;
    margin: 0 auto;
    float: none;
  }
} */

.contacts__map {
  margin-top: 50px;
}

.text-phone-link {
  color: #000;
  text-decoration: none;
}
.text-phone-link:hover {
  color: #000;
  text-decoration: underline;
}

.contacts-tabs {
  display: flex;
  margin-bottom: 50px;
}
.contacts-item {
  margin-right: 20px;
}
.contacts-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #333;
  font-size: 12px;
  border-radius: 22px;
  background-clip: padding-box;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  cursor: pointer;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.contacts-link.active, .contacts-link:hover {
  background-color: #9c1019;
  color: #fff;
}
.contacts-tab {
  display: none;
  /* padding-top: 20px; */
}
.contacts-tab.active {
  display: block;
}

@media (max-width: 767px) {
  .contacts-tabs {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .contacts-item {
    margin-right: 0;
    margin-bottom: 10px;
    width: 70%;
  }
}

/* End */
/* /about/style.css?15863463351486 */
