.contact_page .list_shop ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.contact_page .page_title {
  color: #333333;
  margin: 40px 0 45px;
  padding: 0;
}
@media screen and (min-width: 992px) {
  .contact_page .page_title {
    font-size: 360%;
    line-height: 42px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .contact_page .page_title {
    font-size: 320%;
    line-height: 38px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .contact_page .page_title {
    font-size: 280%;
    line-height: 34px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 575px) {
  .contact_page .page_title {
    font-size: 240%;
    line-height: 30px;
    margin: 0 0 15px;
  }
}
.contact_page .inner_title {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.contact_page .btn_contact {
  margin: 0;
  min-width: 180px;
  background: #7e7d82;
  color: #ffffff;
  font-family: "montserrat-regular", "montserrat-arm-regular";
  font-size: 12px;
  line-height: 14px;
  padding: 13px;
  border-radius: 0;
  border: 1px solid #7e7d82;
  font-weight: unset;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_page .inner_reverse {
  display: flex;
  margin: 0 -37px;
}
.contact_page .info_blocks {
  padding: 0 37px;
}
.contact_page .info_blocks a {
  color: #333333;
  font-size: 16px;
  line-height: 18px;
}
.contact_page .reverse_block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 47px;
}
.contact_page .shops_block {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  padding: 40px;
  margin-bottom: 40px;
}
.contact_page .sub_title {
  font-size: 160%;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.contact_page .shop_title {
  font-size: 140%;
  line-height: 16px;
  color: #333333;
  font-family: "montserrat-bold", "montserrat-arm-bold";
  margin-bottom: 10px;
}
.contact_page .city_block {
  font-size: 140%;
  line-height: 16px;
  color: #666666;
  margin-bottom: 10px;
}
.contact_page .list_shop ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact_page .list_shop ul li {
  margin-bottom: 20px;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.contact_page .list_shop ul li .phone_link {
  font-size: 140%;
  line-height: 16px;
  color: #666666;
}
@media screen and (max-width: 991px) {
  .contact_page {
    margin-top: 10px;
  }
  .contact_page .list_shop ul li {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .contact_page .reverse_block {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact_page .btn_contact {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact_page .shops_block {
    padding: 20px;
  }
  .contact_page .list_shop ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .contact_page .inner_reverse {
    flex-direction: column;
    margin: 0;
  }
  .contact_page .info_blocks {
    padding: 0;
    margin-bottom: 25px;
  }
  .contact_page .btn_contact {
    margin-top: 0;
  }
}
@media screen and (max-width: 479px) {
  .contact_page .list_shop ul li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.web .contact_page .btn_contact, .contact_page .web .btn_contact {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .contact_page .info_blocks a, .contact_page .info_blocks .web a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .contact_page .info_blocks a:hover, .contact_page .info_blocks .web a:hover {
  color: rgba(0, 0, 0, 0.7);
}
.web .contact_page .btn_contact:hover, .contact_page .web .btn_contact:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=contact.css.map */
