@charset "UTF-8";
#kon main section.sectionbox2 {
  width: calc(100% - 20px);
  margin: 15px auto;
  border: 2px solid #f4f0ea;
  border-radius: 10px;
  background-color: #fcfbf9;
}
#kon main section.sectionbox2 h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 15px;
}
#kon main section.sectionbox2 > .article1 h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon main section.sectionbox2 > .article1 h1 > span {
  position: relative;
  font-size: 42px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  line-height: 1;
  padding: 0 10.5px 0 10.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #kon main section.sectionbox2 > .article1 h1 > span {
    color: #fcfbf9;
  }
}
#kon main section.sectionbox2 > .article1 h1 > span:not(:last-child) {
  margin-bottom: 8.4px;
}
#kon main section.sectionbox2 > .article1 h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #kon main section.sectionbox2 > .article1 h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #kon main section.sectionbox2 > .article1 h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#kon main section.sectionbox2 > .article1 h1 {
  padding: 20px 0;
}
#kon main section.sectionbox2 > .article1 h1 > span {
  text-transform: uppercase;
  padding: 0 15px 0 20px;
}
#kon main section.sectionbox2 > .article1 img {
  width: 85%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#kon main section.sectionbox2 > .article1 .content {
  padding: 0 20px;
  margin-bottom: 40px;
}
#kon main section.sectionbox2 > .article1 .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#kon main section.sectionbox2 > .article1 .content p > strong {
  font-weight: 400;
}
#kon main section.sectionbox2 .divider {
  width: 100%;
  max-width: 1700px;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
  width: auto;
  margin: 25px 20px;
}
#kon main section.sectionbox2 > .article2 {
  padding: 15px 20px 0;
  margin-bottom: 40px;
}
#kon main section.sectionbox2 > .article2 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 20px;
}
#kon main section.sectionbox2 > .article2 > ul > li {
  margin-bottom: 12px;
  break-inside: avoid;
  display: flex;
  align-items: center;
}
#kon main section.sectionbox2 > .article2 > ul > li::before {
  content: "•";
  margin-right: 8px;
  color: #212111;
  font-size: 1em;
}
#kon main section.sectionbox2 > .article2 > ul > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  /* 200% 48px */
  letter-spacing: 2.4px;
  text-decoration: none;
}
#kon main section.section-contact {
  position: relative;
  max-width: 1920px;
  margin: 25px auto 0;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f4f0ea;
}
#kon main section.section-contact.section-call-request {
  background-color: #fcfbf9;
}
#kon main section.section-contact.section-call-request > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon main section.section-contact.section-call-request > .article1 h2 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon main section.section-contact.section-call-request > .article1 h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon main section.section-contact.section-call-request > .article1 h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#kon main section.section-contact.section-call-request > .article3 {
  border: 4px solid #f4f0ea;
  background-color: #f4f0ea;
}
#kon main section.section-contact.section-call-request > .article1 img,
#kon main section.section-contact .section-appointment-request > .article1 img {
  top: 20px;
  right: 20px;
}
#kon main section.section-contact.section-appointment-request > .article1 img {
  top: 45px;
  right: 20px;
}
#kon main section.section-contact > .article1 {
  margin-bottom: 50px;
}
#kon main section.section-contact > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon main section.section-contact > .article1 h2 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #kon main section.section-contact > .article1 h2 > span {
    color: #fcfbf9;
  }
}
#kon main section.section-contact > .article1 h2 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#kon main section.section-contact > .article1 h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #kon main section.section-contact > .article1 h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #kon main section.section-contact > .article1 h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#kon main section.section-contact > .article1 h2 {
  text-transform: uppercase;
}
#kon main section.section-contact > .article1 img {
  display: none;
}
#kon main section.section-contact > .article2 {
  margin-bottom: 60px;
}
#kon main section.section-contact > .article2 > p {
  width: stretch;
  max-width: 964px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin: 0 15px;
}
#kon main section.section-contact > .article2 > p + p {
  margin-top: 20px;
}
#kon main section.section-contact > .article3 {
  width: 95%;
  border-radius: 10px;
  border: 2px solid #fcfbf9;
  background-color: transparent;
  margin: 0 auto;
}
#kon main section.section-contact > .article3 > div {
  width: 100%;
  margin: 30px auto 30px;
  padding: 0 20px;
}
#kon main section.section-contact > .article3 > div .advertising_order {
  counter-reset: item-counter;
}
#kon main section.section-contact > .article3 > div .advertising_order h2 {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#kon main section.section-contact > .article3 > div .advertising_order h2::before {
  counter-increment: item-counter;
  content: counter(item-counter);
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -70px;
  font-size: 20px;
  font-weight: 500;
  color: #60707a;
  text-align: center;
  border-radius: 50%;
  background-color: #fcfbf9;
  line-height: 40px;
}
#kon main section.section-contact > .article3 > div .advertising_order .personal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 50px;
}
#kon main section.section-contact > .article3 > div .advertising_order .personal > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon main section.section-contact > .article3 > div .advertising_order .personal > div > label {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#kon main section.section-contact > .article3 > div .advertising_order .personal > div > input {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #fcfbf9;
  background-color: #fcfbf9;
}
#kon main section.section-contact > .article3 > div .advertising_order .personal + h2 {
  margin-top: 40px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress {
  margin-top: 50px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping {
  margin-left: 70px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping .slot-container > h3 {
  padding: 10px 0 15px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping .slot-container ul.slot {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 12px 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: 1.2px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping .slot-container ul.slot-head {
  grid-column: 1/-1;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-top: 24px;
  margin-bottom: 4px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping > button:nth-child(1) {
  font-size: 12px;
  font-weight: 700;
  border-radius: 8px;
  letter-spacing: 1.2px;
  line-height: 20px;
  color: #ffffff;
  background-color: #0B6FC7;
  border-color: #0B6FC7;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .shipping.shipping_value > button {
  color: #212111;
  background-color: transparent;
  border: 1px solid #212111;
  margin-top: 10px;
}
#kon main section.section-contact > .article3 > div .advertising_order .progress .orders_terms {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 1.2px;
}
#kon main section.section-contact > .article3 > div .advertising_order .block-text {
  /* 70px */
}
#kon main section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #fcfbf9;
  background-color: #fcfbf9;
  min-height: 70px;
  height: 70px;
  max-height: 140px;
  padding: 8px 20px;
}
#kon main section.section-contact > .article3 > div .advertising_order .block-text > div.box-agreement {
  margin-top: 40px;
}
#kon main section.section-contact > .article3 > div .advertising_order .block-button {
  text-align: right;
  margin-top: 40px;
}
#kon main section.section-contact > .article3 > div .advertising_order .delivery {
  margin: 20px auto 10px auto;
  text-align: center;
}
#kon main section.section-contact > .article3 > div .area-alert-box {
  text-align: center;
}
#kon main section.section-contact > .article3 > div .area-alert-box > p {
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  color: #212111;
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #212111;
  font-size: 16px;
  font-weight: 400;
  touch-action: manipulation;
  line-height: 1.5;
  letter-spacing: 1.6px;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button:hover {
  color: #646464;
  background-color: #cdcdcd;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button:hover i::before {
  color: #646464;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button.unimportant {
  background-color: #878787;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button.unimportant:hover {
  color: #212111;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button.disabled {
  background-color: #c5ddfc;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button .eswebicon {
  font-size: 14pt;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button.w {
  color: #fcfbf9;
  border-color: #fcfbf9;
}
#kon main section.section-contact > .article3 > div .area-alert-box .button.bigger {
  padding: 20px 40px;
}
#kon main section.section-contact .forms-resume-state h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#kon main section.section-contact .forms-resume-state p {
  display: block;
  font-size: 12px; /* 0.9rem */
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#kon main section.section-contact .forms-resume-state p + p {
  margin-top: 15px;
}
#kon main section.section-contact .forms-resume-state p + button {
  margin-top: 30px;
}
#kon .article > div {
  padding: 15px 10px 100px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}
#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.right {
  padding-bottom: 40px;
  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: 100%;
  margin-top: -80px;
}
#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 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-fka .article div.up {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
}
#kon-fka .article div.up > * {
  align-self: center;
}
#kon-fka .article div.up img {
  width: 100%;
}
#kon-fka .article div.up p {
  padding: 0 10%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 22pt;
  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: #ffffff;
  background-color: #ba1b02;
}
#kon-fka .article div.up p > span:not(.order) {
  padding-top: 30px;
  display: block;
  font-weight: 300;
  font-size: 12pt;
  line-height: 1.5;
}
#kon-fka .article div.up p > span strong {
  font-weight: 500;
}
#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 {
  padding: 0 15px 0 50px;
  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: #ffffff;
  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 .box-agreement {
  margin-top: 40px;
}
#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 h3 {
  margin: 15px 0 7.5px 0;
}
#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 ul.slot li strong {
  font-weight: 500;
}
#kon-fka .article div.order form fieldset button {
  padding-left: 15px;
  margin-top: 15px;
}
#kon-fka .article div.order form fieldset button > i {
  margin-right: 10px;
  color: #ffffff;
  font-size: 20pt;
}
#kon-fka .article div.order form fieldset button strong {
  text-transform: uppercase;
}
#kon-fka .article div.order form fieldset a.shipping {
  text-decoration: underline;
}
#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.order {
  flex-direction: column;
}
#kon-fka .article.box-order-pl div.order > div {
  padding: 0 50px;
}

#kon-fka-pag .article {
  padding: 30px 30px 100px;
}
#kon-fka-pag .article > div {
  width: 90%;
}
#kon-fka-pag .article > div p {
  letter-spacing: 1.2px;
}
#kon-fka-pag .article > div p > strong {
  font-weight: 700;
  text-transform: uppercase;
}
#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 section.sectionbox2 {
  width: 95%;
  margin: 15px auto;
  border: 2px solid #f4f0ea;
  border-radius: 10px;
  background-color: #fcfbf9;
}
#kon-map section.sectionbox2 h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  /* 48px */
  text-transform: uppercase;
  letter-spacing: 3.2px;
  margin-bottom: 15px;
}
#kon-map section.sectionbox2 > .article1 h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon-map section.sectionbox2 > .article1 h1 > span {
  position: relative;
  font-size: 42px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 4.2px;
  line-height: 1;
  padding: 0 10.5px 0 10.5px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #kon-map section.sectionbox2 > .article1 h1 > span {
    color: #fcfbf9;
  }
}
#kon-map section.sectionbox2 > .article1 h1 > span:not(:last-child) {
  margin-bottom: 8.4px;
}
#kon-map section.sectionbox2 > .article1 h1 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #f4f0ea;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #kon-map section.sectionbox2 > .article1 h1 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #kon-map section.sectionbox2 > .article1 h1 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#kon-map section.sectionbox2 > .article1 h1 {
  padding: 20px 0;
}
#kon-map section.sectionbox2 > .article1 h1 > span {
  text-transform: uppercase;
  padding: 0 15px 0 20px;
}
#kon-map section.sectionbox2 > .article1 .content {
  padding: 0 20px;
  margin-bottom: 40px;
}
#kon-map section.sectionbox2 > .article1 .content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2.4px;
}
#kon-map section.sectionbox2 > .article1 .content p > strong {
  font-weight: 400;
}
#kon-map section.sectionbox2 > .article1 .content p + p {
  margin-top: 20px;
}
#kon-map section.sectionbox2 > .article1 .content.img-button-group {
  display: flex;
  flex-direction: column-reverse;
}
#kon-map section.sectionbox2 > .article1 .content.img-button-group img {
  width: 100%;
  border-radius: 20px;
}
#kon-map section.sectionbox2 > .article1 .content.img-button-group .button-group {
  gap: 20px;
  margin-bottom: 40px;
}
#kon-map section.sectionbox2 > .article1 .content.img-button-group .button-group a + a {
  margin-top: 20px;
}
#kon-map section.sectionbox2 .divider {
  width: 100%;
  max-width: 1700px;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
  width: stretch;
  margin: 25px 20px;
}
#kon-map section.sectionbox2 > .article2 {
  padding: 15px 20px 0;
  margin-bottom: 40px;
}
#kon-map section.sectionbox2 > .article2 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 20px;
}
#kon-map section.sectionbox2 > .article2 > ul > li {
  margin-bottom: 12px;
  break-inside: avoid;
  display: flex;
  align-items: center;
}
#kon-map section.sectionbox2 > .article2 > ul > li::before {
  content: "•";
  margin-right: 8px;
  color: #212111;
  font-size: 1em;
}
#kon-map section.sectionbox2 > .article2 > ul > li > a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  /* 200% 48px */
  letter-spacing: 2.4px;
  text-decoration: none;
}
#kon-map section.section-contact {
  position: relative;
  max-width: 1920px;
  margin: 25px auto 0;
  padding-top: 30px;
  padding-bottom: 70px;
  background-color: #f4f0ea;
}
#kon-map section.section-contact.section-call-request > .article1 img,
#kon-map section.section-contact .section-appointment-request > .article1 img {
  top: 20px;
  right: 20px;
}
#kon-map section.section-contact.section-appointment-request > .article1 img {
  top: 45px;
  right: 20px;
}
#kon-map section.section-contact > .article1 {
  margin-bottom: 50px;
}
#kon-map section.section-contact > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon-map section.section-contact > .article1 h2 > span {
  position: relative;
  font-size: 32px;
  font-weight: 200;
  color: #60707a;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 3.2px;
  line-height: 1;
  padding: 0 8px 0 8px;
  z-index: 2;
}
@media (prefers-color-scheme: dark) {
  #kon-map section.section-contact > .article1 h2 > span {
    color: #fcfbf9;
  }
}
#kon-map section.section-contact > .article1 h2 > span:not(:last-child) {
  margin-bottom: 6.4px;
}
#kon-map section.section-contact > .article1 h2 > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  background-color: #fcfbf9;
  border-radius: 0 20px 20px 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (prefers-color-scheme: dark) {
  #kon-map section.section-contact > .article1 h2 > span::before {
    background-color: #434333;
  }
}
@media screen and (max-width: 900px) {
  #kon-map section.section-contact > .article1 h2 > span::before {
    border-radius: 0 8px 8px 0;
  }
}
#kon-map section.section-contact > .article1 h2 {
  text-transform: uppercase;
}
#kon-map section.section-contact > .article1 img {
  display: none;
}
#kon-map section.section-contact > .article2 {
  margin-bottom: 60px;
}
#kon-map section.section-contact > .article2 > p {
  width: stretch;
  max-width: 964px;
  font-size: clamp(0.875rem, 0.6vw + 0.75rem, 1.25rem);
  font-weight: 300;
  text-align: center;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin: 0 15px;
}
#kon-map section.section-contact > .article2 > p + p {
  margin-top: 20px;
}
#kon-map section.section-contact > .article3 {
  max-width: 1110px;
  border-radius: 10px;
  border: 2px solid #fcfbf9;
  background-color: transparent;
  margin: 0 10px;
}
#kon-map section.section-contact > .article3 > div {
  width: 100%;
  margin: 30px auto 30px;
  padding: 0 20px;
}
#kon-map section.section-contact > .article3 > div .advertising_order h2 {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  /* 18px */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#kon-map section.section-contact > .article3 > div .advertising_order h2::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -70px;
  color: #60707a;
  text-align: center;
  border-radius: 50%;
  background-color: #fcfbf9;
  line-height: 40px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 50px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div > label {
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div > input {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  border: 1px solid #fcfbf9;
  background-color: #fcfbf9;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal + h2 {
  margin-top: 40px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .block-text {
  /* 70px */
}
#kon-map section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border-radius: 10px;
  border: 2px solid #fcfbf9;
  background-color: #fcfbf9;
  min-height: 70px;
  height: 70px;
  max-height: 140px;
  padding: 8px 20px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .block-text > div.box-agreement {
  margin-top: 40px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .block-button {
  text-align: right;
  margin-top: 40px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .delivery {
  margin-top: 20px;
  margin-left: 70px;
}
#kon-map .article {
  padding: 15px 0 100px 0;
}
#kon-map .article > div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
#kon-map .article > div h1 {
  padding: 20px 0 0 0;
  text-transform: uppercase;
  color: #336699;
}
#kon-map .article > div .left img {
  width: 100%;
}
#kon-map .article > div .right {
  padding: 0 30px;
  box-sizing: border-box;
}
#kon-map .article > div .right p {
  padding: 10px 0;
}
#kon-map .article > div .right a.button-default {
  margin-bottom: 10px;
}
#kon-map .article > div .map {
  flex-basis: 100%;
}
#kon-map .article > div .map iframe {
  padding-top: 15px;
  width: 100%;
}
#kon-map .article > div a.button-order,
#kon-map .article > div a.button-default {
  margin: 10px 0;
}

#kon-cmp .article {
  padding: 40px 0 100px 0;
}
#kon-cmp .article > div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
#kon-cmp .article > div > div {
  padding: 15px 10px;
}
#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: #336699;
}
#kon-cmp .article > div fieldset button {
  margin-top: 15px;
}
