@charset "UTF-8";
#kon main {
  margin-top: 50px;
}
#kon section {
  margin-top: 25px;
}
#kon section h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon section h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon section h1 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon section 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;
}
#kon section h1 {
  text-transform: uppercase;
  margin-bottom: 60px;
}
#kon section h1 > span {
  font-size: clamp(3rem, 8vw + 1rem, 8rem);
  padding: 0 40px;
}
#kon section h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: 3.2px;
  margin-bottom: 40px;
}
#kon section .divider {
  width: 100%;
  max-width: 1700px;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
}
#kon section.sectionbox2 {
  max-width: 1800px;
  margin: 0 auto;
  border: 4px solid #f4f0ea;
  border-radius: 20px;
  background-color: #fcfbf9;
}
#kon section.sectionbox2 .article1 {
  display: inline-flex;
  width: 100%;
  padding: 55px 0;
}
#kon section.sectionbox2 .article1 > div {
  width: 50%;
}
#kon section.sectionbox2 .article1 > div .content {
  padding: 0 60px;
}
#kon section.sectionbox2 .article1 > div .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
}
#kon section.sectionbox2 .article1 > div .content p > strong {
  font-weight: 400;
}
#kon section.sectionbox2 .article1 > div .content img {
  display: block;
  width: 100%;
}
#kon section.sectionbox2 .article2 {
  padding: 15px 60px 0;
  margin-bottom: 60px;
}
#kon section.sectionbox2 .article2 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 5;
  column-gap: 20px;
}
#kon section.sectionbox2 .article2 > ul > li {
  margin-bottom: 12px;
  break-inside: avoid;
  display: flex;
  align-items: center;
}
#kon section.sectionbox2 .article2 > ul > li::before {
  content: "•";
  margin-right: 8px;
  color: #212111;
  font-size: 0.8em;
}
#kon section.sectionbox2 .article2 > ul > li > a {
  font-size: 24px;
  font-weight: 300;
  line-height: 200%; /* 48px */
  letter-spacing: 2.4px;
  text-decoration: none;
}
#kon section.section-contact {
  position: relative;
  max-width: 1920px;
  margin: 25px auto 0;
  padding-top: 60px;
  padding-bottom: 70px;
  background-color: #f4f0ea;
}
#kon section.section-contact.section-catalogue > .article1 img {
  transform: scaleX(-1);
  max-width: 625px;
}
#kon section.section-contact.section-call-request {
  background-color: #fcfbf9;
}
#kon section.section-contact.section-call-request > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon section.section-contact.section-call-request > .article1 h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon section.section-contact.section-call-request > .article1 h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon 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 section.section-contact.section-call-request > .article3 {
  border: 4px solid #f4f0ea;
  background-color: #f4f0ea;
}
#kon section.section-contact.section-call-request > .article1 img,
#kon section.section-contact .section-appointment-request > .article1 img {
  top: 20px;
  right: 20px;
}
#kon section.section-contact.section-appointment-request > .article1 img {
  top: 45px;
  right: 20px;
}
#kon section.section-contact > .article1 {
  margin-bottom: 110px;
}
#kon section.section-contact > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon section.section-contact > .article1 h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon section.section-contact > .article1 h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon 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;
}
#kon section.section-contact > .article1 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  z-index: 1;
}
#kon section.section-contact > .article2 {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
#kon section.section-contact > .article2 > p {
  width: 100%;
  max-width: 964px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin: 0 auto;
}
#kon section.section-contact > .article2 > p + p {
  margin-top: 40px;
}
#kon section.section-contact > .article3 {
  max-width: 1110px;
  border-radius: 20px;
  border: 4px solid #fcfbf9;
  background-color: transparent;
  margin: 0 auto;
}
#kon section.section-contact > .article3 > div {
  max-width: 810px;
  margin: 50px auto 80px;
}
#kon section.section-contact > .article3 > div .advertising_order {
  counter-reset: item-counter;
}
#kon section.section-contact > .article3 > div .advertising_order h2 {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
#kon 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 section.section-contact > .article3 > div .advertising_order .personal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
#kon section.section-contact > .article3 > div .advertising_order .personal > div {
  display: flex;
  align-items: center;
}
#kon section.section-contact > .article3 > div .advertising_order .personal > div > label {
  flex: 0 0 70px;
  font-size: 12px; /* 0.9rem */
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#kon section.section-contact > .article3 > div .advertising_order .personal > div > input {
  flex: 1;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 15px;
  background-color: #fcfbf9;
  border: 2px solid #fcfbf9;
  padding: 8px 20px;
}
#kon section.section-contact > .article3 > div .advertising_order .personal + h2 {
  margin-top: 40px;
}
#kon section.section-contact > .article3 > div .advertising_order .progress {
  margin-top: 50px;
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping {
  margin-left: 70px;
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 7px 25px;
  box-sizing: border-box;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  color: #ffffff;
  background-color: #ba1b02;
  border-radius: 10px;
  border: 1px solid #ba1b02;
  font-size: 12px;
  font-weight: 700;
  touch-action: manipulation;
  line-height: 20px;
  letter-spacing: 1.2px;
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping button > strong {
  font-weight: 700;
  text-transform: uppercase;
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping button > .eswebicon {
  color: #ffffff;
  margin-right: 10px;
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping button {
  /*
  &:hover {
  	color: variables.$color-gray-middle;
  	background-color: #cdcdcd;

  	i::before {
  		color: variables.$color-gray-middle;
  	}
  }

  &.unimportant {
  	background-color: variables.$color-button-unimportant;

  	&:hover {
  		color: variables.$color-black;
  	}
  }

  &.disabled {
  	background-color: variables.$color-blue-extralight;
  }

  .eswebicon {
  	font-size: 14pt;
  }

  &.w {
  	color: variables.$color-light;
  	border-color: variables.$color-light;
  }

  &.bigger {
  	padding: 20px 40px;
  }
     */
  /*background-color: variables.$color-blue;
  border-color: variables.$color-blue;*/
}
#kon section.section-contact > .article3 > div .advertising_order .progress .shipping .slot-container > h3 {
  padding: 10px 0 15px;
}
#kon 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 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 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 section.section-contact > .article3 > div .advertising_order .block-text {
  padding-left: 4.375em; /* 70px */
}
#kon section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
  width: stretch;
  outline: none;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 15px;
  background-color: #fcfbf9;
  min-height: 70px;
  height: 70px;
  max-height: 140px;
}
#kon section.section-contact > .article3 > div .advertising_order .block-text > div > textarea:focus {
  outline: black solid 2px;
}
#kon section.section-contact > .article3 > div .advertising_order .block-text > div.box-agreement {
  margin-top: 40px;
}
#kon section.section-contact > .article3 > div .advertising_order .block-button {
  text-align: right;
  margin-top: 40px;
}
#kon section.section-contact > .article3 > div .advertising_order .delivery {
  margin-top: 20px;
  margin-left: 70px;
}
#kon section.section-contact > .article3 > div .area-alert-box {
  text-align: center;
}
#kon section.section-contact > .article3 > div .area-alert-box > p {
  text-align: center;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
#kon 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 section.section-contact > .article3 > div .area-alert-box .button:hover {
  color: #646464;
  background-color: #cdcdcd;
}
#kon section.section-contact > .article3 > div .area-alert-box .button:hover i::before {
  color: #646464;
}
#kon section.section-contact > .article3 > div .area-alert-box .button.unimportant {
  background-color: #878787;
}
#kon section.section-contact > .article3 > div .area-alert-box .button.unimportant:hover {
  color: #212111;
}
#kon section.section-contact > .article3 > div .area-alert-box .button.disabled {
  background-color: #c5ddfc;
}
#kon section.section-contact > .article3 > div .area-alert-box .button .eswebicon {
  font-size: 14pt;
}
#kon section.section-contact > .article3 > div .area-alert-box .button.w {
  color: #fcfbf9;
  border-color: #fcfbf9;
}
#kon section.section-contact > .article3 > div .area-alert-box .button.bigger {
  padding: 20px 40px;
}
#kon section.section-contact .forms-resume-state h2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  margin-bottom: 30px;
}
#kon 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 section.section-contact .forms-resume-state p + p {
  margin-top: 15px;
}
#kon section.section-contact .forms-resume-state p + button {
  margin-top: 30px;
}
#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: #ffffff;
  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: #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 .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: #ffffff;
  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 .article {
  padding-bottom: 100px;
}
#kon-fka-pag .article p {
  letter-spacing: 1.2px;
}
#kon-fka-pag .article 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 {
  margin-top: 25px;
}
#kon-map section h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon-map section h1 > span {
  position: relative;
  font-size: 128px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon-map section h1 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon-map section 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;
}
#kon-map section h1 {
  text-transform: uppercase;
  margin-bottom: 60px;
}
#kon-map section h1 > span {
  padding: 0 40px;
}
#kon-map section h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 150%; /* 48px */
  letter-spacing: 3.2px;
  margin-bottom: 40px;
}
#kon-map section .divider {
  width: 100%;
  max-width: 1700px;
  height: 3px;
  background-color: #f4f0ea;
  margin: 25px auto;
}
#kon-map section.sectionbox2 {
  max-width: 1800px;
  margin: 50px auto 50px auto;
  border: 4px solid #f4f0ea;
  border-radius: 20px;
  background-color: #fcfbf9;
}
#kon-map section.sectionbox2 .article1 {
  display: inline-flex;
  width: 100%;
  padding: 55px 0;
}
#kon-map section.sectionbox2 .article1 > div {
  width: 50%;
}
#kon-map section.sectionbox2 .article1 > div .content {
  padding: 0 60px;
}
#kon-map section.sectionbox2 .article1 > div .content p {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%; /* 36px */
  letter-spacing: 2.4px;
}
#kon-map section.sectionbox2 .article1 > div .content p > strong {
  font-weight: 400;
}
#kon-map section.sectionbox2 .article1 > div .content p + p {
  margin-top: 40px;
}
#kon-map section.sectionbox2 .article1 > div .content img {
  width: stretch;
  border-radius: 20px;
}
#kon-map section.sectionbox2 .article1 > div .content .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-end;
  margin-top: 60px;
}
#kon-map section.sectionbox2 .article2 {
  padding: 15px 60px 0;
  margin-bottom: 60px;
}
#kon-map section.sectionbox2 .article2 > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 5;
  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: 0.8em;
}
#kon-map section.sectionbox2 .article2 > ul > li > a {
  font-size: 24px;
  font-weight: 300;
  line-height: 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: 60px;
  padding-bottom: 70px;
  background-color: #f4f0ea;
}
#kon-map section.section-contact.section-catalogue > .article1 img {
  transform: scaleX(-1);
  max-width: 625px;
}
#kon-map section.section-contact.section-call-request {
  background-color: #fcfbf9;
}
#kon-map section.section-contact.section-call-request > .article1 h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#kon-map section.section-contact.section-call-request > .article1 h2 > span {
  position: relative;
  font-size: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon-map section.section-contact.section-call-request > .article1 h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#kon-map 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-map section.section-contact.section-call-request > .article3 {
  border: 4px solid #f4f0ea;
  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: 110px;
}
#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: 80px;
  font-weight: 200;
  color: #60707a;
  letter-spacing: 6.4px;
  line-height: 1;
  padding: 0 40px 0 20px;
  z-index: 2;
}
#kon-map section.section-contact > .article1 h2 > span:not(:last-child) {
  margin-bottom: 13px;
}
#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;
}
#kon-map section.section-contact > .article1 img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
}
#kon-map section.section-contact > .article2 {
  margin-bottom: 60px;
}
#kon-map section.section-contact > .article2 > p {
  width: 100%;
  max-width: 964px;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  line-height: 150%;
  letter-spacing: 2.6px;
  margin: 0 auto;
}
#kon-map section.section-contact > .article2 > p + p {
  margin-top: 40px;
}
#kon-map section.section-contact > .article3 {
  max-width: 1110px;
  border-radius: 20px;
  border: 4px solid #fcfbf9;
  background-color: transparent;
  margin: 0 auto;
}
#kon-map section.section-contact > .article3 > div {
  max-width: 810px;
  margin: 50px auto 80px;
}
#kon-map section.section-contact > .article3 > div .advertising_order {
  counter-reset: item-counter;
}
#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;
  margin-bottom: 30px;
}
#kon-map 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-map section.section-contact > .article3 > div .advertising_order .personal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 50px;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div {
  display: flex;
  align-items: center;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div > label {
  flex: 0 0 70px;
  font-size: 12px; /* 0.9rem */
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
#kon-map section.section-contact > .article3 > div .advertising_order .personal > div > input {
  flex: 1;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 10px;
  border: 2px 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 {
  padding-left: 4.375em; /* 70px */
}
#kon-map section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
  width: stretch;
  outline: none;
  font-size: 12px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 1.2px;
  border-radius: 15px;
  background-color: #fcfbf9;
  min-height: 70px;
  height: 70px;
  max-height: 140px;
}
#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;
  justify-content: space-between;
}
#kon-map .article > div h1 {
  padding-bottom: 20px;
  text-transform: uppercase;
  color: #336699;
}
#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: #336699;
}
#kon-cmp .article > div fieldset > .box-agreement > label {
  height: unset;
  text-transform: none;
  color: #212111;
}
#kon-cmp .article > div fieldset button {
  margin-top: 15px;
}

@media (min-width: 901px) and (max-width: 1880px) {
  #kon main {
    margin-top: 2%;
    padding: 0;
  }
  #kon section {
    margin-top: 1%;
  }
  #kon section h1 {
    margin-bottom: 5%;
  }
  #kon section h1 span {
    font-size: 7vw !important;
  }
  #kon section h2 {
    font-size: 2vw;
    letter-spacing: 2.6px;
    margin-bottom: 5%;
  }
  #kon section .divider {
    margin: 2% auto;
  }
  #kon section.sectionbox2 {
    width: 95%;
  }
  #kon section.sectionbox2 .article1 {
    width: 100%;
    padding: 55px 0;
  }
  #kon section.sectionbox2 .article1 > div .content {
    padding: 0 60px;
  }
  #kon section.sectionbox2 .article1 > div .content p {
    font-size: 1.4vw;
    letter-spacing: 1.6px;
  }
  #kon section.sectionbox2 .article1 > div .content p > strong {
    font-weight: 400;
  }
  #kon section.sectionbox2 .article1 > div .content img {
    display: block;
    width: 100%;
  }
  #kon section.sectionbox2 .article2 {
    padding: 1.5% 5% 0;
    margin-bottom: 3%;
  }
  #kon section.sectionbox2 .article2 > ul > li {
    margin-bottom: 1%;
  }
  #kon section.sectionbox2 .article2 > ul > li > a {
    font-size: 1.5vw;
    letter-spacing: 1.6px;
  }
  #kon section.section-contact {
    width: 100%;
    margin: 2% auto 0;
    padding-top: 4%;
    padding-bottom: 4.5%;
  }
  #kon section.section-contact.section-catalogue > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon section.section-contact.section-catalogue > .article1 img {
    transform: scaleX(-1);
    max-width: 35vw;
  }
  #kon section.section-contact.section-call-request > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon section.section-contact.section-call-request > .article1 img,
  #kon section.section-contact .section-appointment-request > .article1 img {
    top: 2%;
    right: 2%;
  }
  #kon section.section-contact.section-appointment-request > .article1 img {
    top: 45px;
    right: 20px;
  }
  #kon section.section-contact > .article1 {
    margin-bottom: 5vw;
  }
  #kon section.section-contact > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon section.section-contact > .article2 {
    margin-bottom: 3%;
  }
  #kon section.section-contact > .article2 > p {
    font-size: 1.4vw;
    letter-spacing: 1.6px;
  }
  #kon section.section-contact > .article2 > p + p {
    margin-top: 2%;
  }
  #kon section.section-contact > .article3 {
    max-width: 1110px;
    border-radius: 20px;
    border: 4px solid #fcfbf9;
    background-color: transparent;
    margin: 0 auto;
  }
  #kon section.section-contact > .article3 > div {
    max-width: 810px;
    margin: 50px auto 80px;
  }
  #kon section.section-contact > .article3 > div .advertising_order {
    counter-reset: item-counter;
  }
  #kon section.section-contact > .article3 > div .advertising_order h2 {
    position: relative;
    font-size: 12px;
    font-weight: 700;
    line-height: 150%; /* 18px */
    letter-spacing: 1.2px;
    margin-bottom: 30px;
  }
  #kon 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 section.section-contact > .article3 > div .advertising_order .personal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .personal > div {
    display: flex;
    align-items: center;
  }
  #kon section.section-contact > .article3 > div .advertising_order .personal > div > label {
    flex: 0 0 70px;
    font-size: 12px; /* 0.9rem */
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  #kon section.section-contact > .article3 > div .advertising_order .personal > div > input {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    border-radius: 10px;
    border: 2px solid #fcfbf9;
    background-color: #fcfbf9;
  }
  #kon section.section-contact > .article3 > div .advertising_order .personal + h2 {
    margin-top: 40px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress {
    margin-top: 50px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress .shipping {
    margin-left: 70px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress .shipping > button:nth-child(1) {
    background-color: #0B6FC7;
    border-color: #0B6FC7;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 7px 25px;
    box-sizing: border-box;
    text-decoration: none;
    text-transform: none;
    text-align: center;
    color: #ffffff;
    background-color: #ba1b02;
    border-radius: 10px;
    border: 1px solid #ba1b02;
    font-size: 12px;
    font-weight: 700;
    touch-action: manipulation;
    line-height: 20px;
    letter-spacing: 1.2px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress button > strong {
    font-weight: 700;
    text-transform: uppercase;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress button > .eswebicon {
    color: #ffffff;
    margin-right: 10px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .progress button {
    /*
    &:hover {
    	color: variables.$color-gray-middle;
    	background-color: #cdcdcd;

    	i::before {
    		color: variables.$color-gray-middle;
    	}
    }

    &.unimportant {
    	background-color: variables.$color-button-unimportant;

    	&:hover {
    		color: variables.$color-black;
    	}
    }

    &.disabled {
    	background-color: variables.$color-blue-extralight;
    }

    .eswebicon {
    	font-size: 14pt;
    }

    &.w {
    	color: variables.$color-light;
    	border-color: variables.$color-light;
    }

    &.bigger {
    	padding: 20px 40px;
    }
       */
  }
  #kon section.section-contact > .article3 > div .advertising_order .block-text {
    padding-left: 4.375em; /* 70px */
  }
  #kon section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
    width: stretch;
    outline: none;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    border-radius: 15px;
    background-color: #fcfbf9;
    min-height: 70px;
    height: 70px;
    max-height: 140px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .block-text > div.box-agreement {
    margin-top: 40px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .block-button {
    text-align: right;
    margin-top: 40px;
  }
  #kon section.section-contact > .article3 > div .advertising_order .delivery {
    margin-top: 20px;
    margin-left: 70px;
  }
  #kon section.section-contact > .article3 > div .area-alert-box {
    text-align: center;
  }
  #kon section.section-contact > .article3 > div .area-alert-box > p {
    text-align: center;
    letter-spacing: 0.07em;
    margin-bottom: 40px;
  }
  #kon 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 section.section-contact > .article3 > div .area-alert-box .button:hover {
    color: #646464;
    background-color: #cdcdcd;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button:hover i::before {
    color: #646464;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button.unimportant {
    background-color: #878787;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button.unimportant:hover {
    color: #212111;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button.disabled {
    background-color: #c5ddfc;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button .eswebicon {
    font-size: 14pt;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button.w {
    color: #fcfbf9;
    border-color: #fcfbf9;
  }
  #kon section.section-contact > .article3 > div .area-alert-box .button.bigger {
    padding: 20px 40px;
  }
  #kon-map section {
    margin-top: 1%;
  }
  #kon-map section h1 {
    margin-bottom: 5%;
  }
  #kon-map section h1 > span {
    font-size: 5vw;
    padding: 0 2vw;
  }
  #kon-map section h2 {
    font-size: 2vw;
    letter-spacing: 2.6px;
    margin-bottom: 5%;
  }
  #kon-map section .divider {
    margin: 2% auto;
  }
  #kon-map section.sectionbox2 {
    width: 100%;
    margin: 2% auto 2% auto;
  }
  #kon-map section.sectionbox2 .article1 {
    padding: 55px 0;
  }
  #kon-map section.sectionbox2 .article1 > div {
    width: 50%;
  }
  #kon-map section.sectionbox2 .article1 > div .content {
    padding: 0 60px;
  }
  #kon-map section.sectionbox2 .article1 > div .content p {
    font-size: 1.4vw;
    letter-spacing: 1.6px;
  }
  #kon-map section.sectionbox2 .article1 > div .content p > strong {
    font-weight: 400;
  }
  #kon-map section.sectionbox2 .article1 > div .content img {
    display: block;
    width: 100%;
  }
  #kon-map section.sectionbox2 .article2 {
    padding: 1.5% 5% 0;
    margin-bottom: 3%;
  }
  #kon-map section.sectionbox2 .article2 > ul > li {
    margin-bottom: 1%;
  }
  #kon-map section.sectionbox2 .article2 > ul > li > a {
    font-size: 1.5vw;
    letter-spacing: 1.6px;
  }
  #kon-map section.section-contact {
    width: 100%;
    margin: 2% auto 0;
    padding-top: 4%;
    padding-bottom: 4.5%;
  }
  #kon-map section.section-contact.section-catalogue > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon-map section.section-contact.section-catalogue > .article1 img {
    transform: scaleX(-1);
    max-width: 35vw;
  }
  #kon-map section.section-contact.section-call-request > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon-map section.section-contact.section-appointment-request > .article1 {
    margin-bottom: 5vw;
  }
  #kon-map section.section-contact.section-appointment-request > .article1 h2 span {
    font-size: 5vw !important;
  }
  #kon-map section.section-contact.section-appointment-request > .article1 img {
    top: 3%;
    right: 3%;
    width: 15vw;
  }
  #kon-map section.section-contact > .article1 {
    margin-bottom: 8%;
  }
  #kon-map section.section-contact > .article1 img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 300px;
  }
  #kon-map section.section-contact > .article2 {
    margin-bottom: 3%;
  }
  #kon-map section.section-contact > .article2 > p {
    font-size: 1.4vw;
    letter-spacing: 1.6px;
  }
  #kon-map section.section-contact > .article2 > p + p {
    margin-top: 2%;
  }
  #kon-map section.section-contact > .article3 {
    max-width: 1110px;
    border-radius: 20px;
    border: 4px solid #fcfbf9;
    background-color: transparent;
    margin: 0 auto;
  }
  #kon-map section.section-contact > .article3 > div {
    max-width: 810px;
    margin: 50px auto 80px;
  }
  #kon-map section.section-contact > .article3 > div .advertising_order {
    counter-reset: item-counter;
  }
  #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;
    margin-bottom: 30px;
  }
  #kon-map 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-map section.section-contact > .article3 > div .advertising_order .personal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 50px;
  }
  #kon-map section.section-contact > .article3 > div .advertising_order .personal > div {
    display: flex;
    align-items: center;
  }
  #kon-map section.section-contact > .article3 > div .advertising_order .personal > div > label {
    flex: 0 0 70px;
    font-size: 12px; /* 0.9rem */
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    text-transform: uppercase;
  }
  #kon-map section.section-contact > .article3 > div .advertising_order .personal > div > input {
    flex: 1;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    border-radius: 10px;
    border: 2px 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 {
    padding-left: 4.375em; /* 70px */
  }
  #kon-map section.section-contact > .article3 > div .advertising_order .block-text > div > textarea {
    width: stretch;
    outline: none;
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.2px;
    border-radius: 15px;
    border: 2px solid #fcfbf9;
    background-color: #fcfbf9;
    min-height: 70px;
    height: 70px;
    max-height: 140px;
  }
  #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;
  }
}
