#kon .article > div {
  padding: 15px 0 100px;
  display: flex;
  flex-wrap: nowrap;
}
#kon .article > div h2 {
  padding-top: 40px;
  font-size: 16pt;
  font-weight: 300;
}
#kon .article > div > div {
  flex-basis: 50%;
  box-sizing: border-box;
}
#kon .article > div > div.dialog-box {
  margin: 40px auto 100px auto;
  text-align: center;
}
#kon .article > div > div.right {
  padding-bottom: 20px;
  margin-top: 80px;
  border-radius: 15px;
  background-color: #f3f3f3;
  text-align: center;
}
#kon .article > div > div.right h3 {
  font-size: 20pt;
  line-height: 1.5;
  letter-spacing: 4px;
}
#kon .article > div > div.right h3 strong {
  font-weight: 600;
  text-transform: uppercase;
}
#kon .article > div > div.right h4 {
  font-size: 18pt;
  line-height: 1.5;
  letter-spacing: 3px;
}
#kon .article > div > div.right h4 strong {
  font-weight: 600;
}
#kon .article > div > div.right p {
  padding: 40px 30px;
}
#kon .article > div > div.right img {
  width: 110%;
  margin-top: -120px;
}
#kon .article > div > div.left p {
  padding-top: 40px;
}
#kon .article > div > div.left p.freecall {
  padding-top: 15px;
  font-weight: 500;
}
#kon .article > div > div.left p.submit {
  text-align: center;
}
#kon .article > div > div.left ul {
  padding: 15px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
#kon .article > div > div.left ul li {
  flex-basis: 50%;
  padding-right: 20px;
  padding-bottom: 5px;
  box-sizing: border-box;
  list-style-type: disc;
  list-style-position: inside;
  color: #6785c5;
  white-space: nowrap;
}

#kon div.left p.freeinfo {
  margin-top: 10px;
}

#kon div.left p:last-child {
  padding-left: 0;
  padding-bottom: 60px;
}

#kon-fka main {
  max-width: initial;
}
#kon-fka .article div.up {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#kon-fka .article div.up::before {
  display: inline-block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #98cac5;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
}
#kon-fka .article div.up > * {
  align-self: center;
}
#kon-fka .article div.up p {
  padding: 0 5%;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  font-size: 35pt;
  font-weight: 500;
  line-height: 1.4;
  white-space: pre-line;
  text-align: center;
}
#kon-fka .article div.up p > span.order {
  line-height: 1.6;
  padding: 0 30px;
  display: inline-block;
  color: #fff;
  background-color: #ba1b02;
}
#kon-fka .article div.up p > span:not(.order) {
  padding-top: 30px;
  display: block;
  font-weight: 300;
  font-size: 14pt;
  line-height: 1.5;
}
#kon-fka .article div.up p > span strong {
  font-weight: 500;
}
#kon-fka .article div.up img {
  width: 50%;
}
#kon-fka .article div.order {
  padding: 30px 0 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#kon-fka .article div.order h1 {
  padding: 0;
}
#kon-fka .article div.order h1 strong {
  font-weight: 600;
  text-transform: uppercase;
}
#kon-fka .article div.order > div {
  flex-basis: 50%;
  text-align: left;
}
#kon-fka .article div.order > div:has(img) {
  text-align: center;
}
#kon-fka .article div.order > div > img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#kon-fka .article div.order form {
  counter-reset: item-counter;
}
#kon-fka .article div.order form h2 {
  padding: 30px 0 20px 0;
  letter-spacing: 2px;
  position: relative;
}
#kon-fka .article div.order form h2::before {
  padding: 4px 9px 4px 11px;
  display: inline-block;
  border-radius: 50%;
  font-size: 12pt;
  line-height: 1.4;
  counter-increment: item-counter;
  content: counter(item-counter);
  position: absolute;
  left: -40px;
  color: #fff;
  background-color: #2a70ca;
}
#kon-fka .article div.order form fieldset .personal {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kon-fka .article div.order form fieldset .personal > div {
  padding-top: 15px;
  flex-basis: 50%;
  justify-self: center;
}
#kon-fka .article div.order form fieldset .personal > div label {
  text-transform: uppercase;
}
#kon-fka .article div.order form fieldset .delivery {
  padding: 40px 0;
  text-align: left;
}
#kon-fka .article div.order form fieldset .progress {
  padding: 15px 0;
}
#kon-fka .article div.order form fieldset .progress > div {
  padding-top: 15px;
}
#kon-fka .article div.order form fieldset ul.slot {
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kon-fka .article div.order form fieldset ul.slot li.slot-head {
  flex-basis: 100%;
}
#kon-fka .article div.order form fieldset button {
  padding-left: 15px;
}
#kon-fka .article div.order form fieldset button > i {
  margin-right: 10px;
  color: #fff;
  font-size: 20pt;
}
#kon-fka .article div.order form fieldset button strong {
  text-transform: uppercase;
}
#kon-fka .article div.order form fieldset button.order-pl {
  padding-left: 25px;
}
#kon-fka .article div.order form fieldset a.shipping {
  text-decoration: underline;
}
#kon-fka .article div.order form fieldset .box-agreement {
  max-width: 1000px;
  margin-top: 30px;
  margin-bottom: 30px;
}
#kon-fka .article div.order form fieldset .box-agreement > .info-error {
  padding-left: 35px;
}
#kon-fka .article div.order form .info-error {
  display: block;
  font-size: 14px;
  color: #e31f23;
}
#kon-fka .article .about-catalogue ul {
  padding: 40px 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kon-fka .article .about-catalogue ul li {
  padding: 150px 50px 40px;
  margin: 1.5% 1.5%;
  flex-basis: 30%;
  box-sizing: border-box;
  text-align: center;
  align-self: center;
  border: 1px solid #98cac5;
  border-radius: 10px;
  background-size: 100px;
  background-position: 50% 20%;
}
#kon-fka .article.box-order-pl div.up p {
  width: 100%;
}

#kon-fka-pag h1 {
  padding-top: 120px;
}
#kon-fka-pag .article {
  padding-bottom: 100px;
}
#kon-fka-pag button:has(.gate-loader) {
  position: relative;
}
#kon-fka-pag button:has(.gate-loader) .gate-loader {
  width: 1px;
  height: 2px;
  background-color: #e31f23;
  display: inline-block;
  position: absolute;
  bottom: 4px;
  left: 0;
}

#kon-map .article {
  padding: 15px 0 100px 0;
}
#kon-map .article > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kon-map .article > div h1 {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #0b6fc7;
}
#kon-map .article > div .left {
  flex-basis: 60%;
}
#kon-map .article > div .left img {
  width: 100%;
  border-radius: 15px;
}
#kon-map .article > div .right {
  padding: 0 30px;
  box-sizing: border-box;
  flex-basis: 40%;
}
#kon-map .article > div .right p {
  padding: 10px 0;
}
#kon-map .article > div .right a.button-default {
  margin-top: 20px;
  margin-bottom: 10px;
}
#kon-map .article > div .map {
  flex-basis: 100%;
}
#kon-map .article > div .map iframe {
  padding-top: 15px;
  width: 100%;
}

#kon-cmp .article {
  padding: 40px 0 100px 0;
}
#kon-cmp .article > div {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#kon-cmp .article > div > div {
  padding: 15px 10px;
  flex-basis: 50%;
}
#kon-cmp .article > div h1 {
  font-size: 16pt;
  text-transform: uppercase;
}
#kon-cmp .article > div p {
  padding-top: 15px;
}
#kon-cmp .article > div fieldset {
  display: flex;
  flex-direction: column;
}
#kon-cmp .article > div fieldset label {
  padding-top: 10px;
  display: block;
  text-transform: uppercase;
  color: #0b6fc7;
}
#kon-cmp .article > div fieldset > .box-agreement > label {
  height: unset;
  text-transform: none;
  color: #000;
}
#kon-cmp .article > div fieldset button {
  margin-top: 15px;
}
