.info-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 480px;
  margin-top: 45px;
}

.info-title {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #002244;
  margin: 0;
  margin-bottom: 16px;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.info-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0px;
}

.info-label {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #002244;
  min-width: 140px;
}

.info-value {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(33, 37, 41, 0.7);
}

.info-services {
  align-items: flex-start;
}

.info-services-list {
  display: flex;
  flex-direction: row;
  gap: 8px;
  flex-wrap: wrap;
}

.info-service {
  font-family: 'Barlow', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0057a9;
  text-decoration: underline;
}
.reference-image::before {
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  float: none;
  content:"";
  background-color: rgba(0,88,169,.45);
  background-image: url(../images/sluzba/zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  margin: 0;
  padding: 0;
}
.reference-image::after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 49px;
  height: 56px;
  float: none;
  background-image: url(../images/news-mask-image.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50px 57px;
  margin: 0;
  padding: 0;
}

.reference-image:hover::before {
  opacity: 1;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

.reference-image {
  position: relative;
  display: block;
  width: 100%;
  height: 144px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.calc .form-check .form-check-label {
    margin-left: 10px;
}
.calc .form-check {
    margin-bottom: 15px;
}
.calc {
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 1.2rem;
}
.calc label {
    font-weight: bold;
}
.calc .param-actions .btn:hover { 
  background-color: #0058a9;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0,88,169,.25);
  box-shadow: 0 10px 20px 0 rgba(0,88,169,.25);
  border: 1px solid #0058a9;
  color:#fff;
}
.calc .param-actions .btn { color:#0058a9; }
.calc #calc-price {
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5em;
    color:#002241;
}
.calc h2 {
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0.5em;
    color:#002241;
}
.calc .param-actions {
    margin-top: 0.5rem;
}
.validation-summary-errors {
    color: darkred;
    margin-bottom: 1rem;
}

.calc-param-group {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ced4da;
}
.calc label {
  font-family: Barlow,sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: rgba(0,0,0,.8);
}
.calc input.form-control, 
.calc select.form-control {
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(0,88,169,.35);
  background-color: #fff;
  padding-left: 8px;
  color: #0058a9;
  margin-top: 4px;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 12px;
}
.calc .calc-param-group:first-child {
  background-color: red;
}
.calc input.input-validation-error {
    border-color: darkred;
}