/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* section-repair */
.section-repair {
  margin-bottom: 70px;
}
.section-repair__box {
  text-align: center;
  border: 1px solid #ccc;
}
h3.section-repair__title {
  margin: 10px 0;
  padding: 15px 0;
  font-weight: 600;
  font-size: 1em;
  text-transform: uppercase;
}
.section-repair__price {
  padding: 20px 0;
  background: #f7f7f7;
  font-size: 1.3em;
}
.section-repair__price-price {
  font-size: 1.5em;
}
.section-repair__work {
  margin: 0;
  padding: 30px 20px 10px 20px;
  font-size: 1em;
  text-align: left;
}
.section-repair__element {
  margin-bottom: 15px;
}
.section-repair__element:before {
  content: "\f05d";
  font-family: FontAwesome;
  font-size: 1.1em;
  color: #CD2122;
  margin-right: 10px;
}
.section-repair__hide {
  display: none;
}
.section-repair__btn-work {
  width: 175px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  color: #000;
  border-radius: 4px;
  padding: 7px 15px;
  cursor: pointer;
  outline: none;
}
.section-repair__link-link {
  display: block;
  margin-top: 30px;
  padding: 15px 0;
  background: #CD2122;
  color: #fff;
}
.section-repair #vybor_remonta button.button_raboty:hover {
  opacity: 0.7;
}
