.sekce-12 {
  background-color: #f5f5f5;
  padding-top: 80px;
  padding-bottom: 80px;
}
.sekce-12 .text-center h2 {
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
}
.sekce-12 form div.uvodni-odstavec p {
  font-size: 18px;
  color: #696969;
  line-height: 35px;
  margin-bottom: 50px;
  padding-left: 0;
}
.sekce-12 form div.align-items-center p {
  margin-bottom: 0;
  font-size: 14px;
  color: #707070;
  line-height: 30px;
}
.sekce-12 form div.align-items-center p a {
  color: #707070;
  text-decoration: underline;
}
.sekce-12 form div.align-items-center p a:hover {
  text-decoration: none;
  color: #EA3356;
}
.sekce-12 form label, .sekce-12 form p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.sekce-12 form input, .sekce-12 form textarea {
  background-color: #ffffff;
  border-radius: 2px;
  border: none !important;
  padding: 0 20px;
  font-size: 18px;
  color: #000000;
}
.sekce-12 form input {
  height: 50px;
  margin-bottom: 10px;
}
.sekce-12 form textarea {
  resize: none;
  min-height: 120px;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.sekce-12 form button {
  border: none !important;
  margin-top: 15px;
}
.sekce-12 form .required {
  position: relative;
}
.sekce-12 form .required:after {
  content: "*";
  position: absolute;
  right: 20px;
  top: 17px;
  color: #EA3356;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .sekce-12 form div.align-items-center p {
	margin-top: 15px;
  }
  .sekce-12 form div.uvodni-odstavec p {
	margin-bottom: 30px;
  }
  .sekce-12 form button {
    margin-top: 20px;
  }
}

.sekce-12-items {
  margin-bottom: 50px;
}
.sekce-12-item {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  border-radius: 2px;
  background-color: #FFFFFF;
  align-items: center;
  padding: 10px;
  position: relative;
}
.sekce-12-item .image {
  flex: 0 0 80px;
  height: 80px;
  align-items: center;
  display: flex;
}
.sekce-12-item .image img {
  max-width: 80px;
  max-height: 80px;
}
.sekce-12-item .desc {
  padding-left: 20px;
  flex: 0 0 calc(100% - 215px);
  max-width: calc(100% - 215px);
  min-width: 180px;
}
.sekce-12-item .desc p {
  color: #696969;
  font-size: 18px;
  margin-bottom: 10px;
}
.sekce-12-item .desc p a {
  color: #696969;
  text-decoration: none;
}
.sekce-12-item .desc p a:hover {
  color: #EA3356;
}
.sekce-12-item .desc p.price {
  font-weight: 700;
  margin-bottom: 0;
}
.sekce-12-item .pocet-kusu {
  margin-right: 50px;
  max-width: 80px;
}
.sekce-12-item .closer {
  position: absolute;
  cursor: pointer;
  right: 20px;
  padding: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sekce-12-item .closer i {
  color: #000000;
  font-size: 20px;
}
.sekce-12-item .closer:hover i {
  color: #EA3356;
}
.sekce-12-B .text-center h2 {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .sekce-12 button {
    margin-top: 25px;
  }
}

/*# sourceMappingURL=sekce-12.css.map */
