/* 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;
}
.calc_item {
    margin: 5px 5px;
    border-radius: 6px;
    padding-bottom: 20px;
    background: radial-gradient(circle farthest-corner at 30px 20px, #6fb4f3, #ffffff);
}
.nomargleft2 {
    margin: 0 8px;
    text-align: justify;
}
.select_opt {
    display: inline-block;
}    
select{border:1px solid #f2f2f2;border-radius:2px;padding:5px 39px 5px 7px;background:none;color:#777777;cursor:pointer;line-height:17px;position:relative;}
#vn{background:url('../images/fasad.webp');width:280px; height:400px;display:none;margin: 15px 0 15px;box-shadow: 0px 0px 2px 1px #607d8b;}
#nevn{background:url('../images/proem.webp');width:280px; height:400px;display:block;margin: 15px 0 15px;box-shadow: 0px 0px 2px 1px #607d8b;}
#result {
    font-size: 150%;
}
.pressed-button {
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 10px 20px;
  border-radius: 30px;
  background-image: linear-gradient(92deg, #00bcd4 0%, #e91155 50%, #ff8000 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35);
  transition: .5s;
}
.pressed-button:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}