@media screen and (max-width: 1024px) {
  section.single .container-single {
    margin-top: 50px;
  }
}
section.single .container-single > img {
  float: left;
  max-width: 550px;
  max-height: 400px;
  margin-right: 40px;
  margin-bottom: 45px;
}
@media screen and (max-width: 992px) {
  section.single .container-single > img {
    float: none;
    width: 100%;
    max-width: none;
  }
}
section.single .container-single .kook-btn {
  left: 0;
  transform: initial;
}
section.single .kook-btn {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  margin-bottom: 55px;
}
section.single .kook-btn:hover {
  color: white;
  background-image: linear-gradient(to right, #2464ac 0%, #009cd8 100%);
  transition: all 0.3s ease-in-out;
}
body.single .background-spirale {
  padding-bottom: 40px;
  background-image: url(../img/spirale-double.png);
  background-position: 106% 73%;
  background-size: 500px;
  background-repeat: no-repeat;
}
/*# sourceMappingURL=single.css.map */