.input-agreement-block {
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  margin: 0;
  padding: 0;
  gap: 25px;
  background-color: transparent;
}
.input-agreement-block input[type=checkbox],
.input-agreement-block label {
  cursor: pointer;
}
.advantages-carousel .swiper-wrapper {
  justify-content: space-evenly;
}
.button-gray-light {
  background-color: #ffffff;
  border-radius: 5px;
  color: #333;
  border: 2px solid #999999;
}
.button-gray-light_active {
  background-color: #ffffff;
  border-radius: 5px;
  border: 2px solid #990000;
}
.button-gray-light:hover {
  background-color: #ffffff;
}
/*# sourceMappingURL=template_styles.css.map */