@CHARSET UTF-8;
:root {
  --warning: #EB840E;
}

canvas {
  position: fixed;
  top: 0;
  z-index: 9999;
}

.konorg_step {
  display: none;
}

.konorg_step .text-warning {
  color: #EB840E !important;
}

.konorg_step .size_medium {
  font-size: 1.25rem;
}

.konorg_step .text-upper {
  text-transform: uppercase;
}

.konorg_step .text-bold {
  font-weight: 600;
}

.konorg_step .overflow-hidden {
  overflow: hidden;
}

.konorg_step button.prev_step .arrow {
  display: inline-block;
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-right: .4rem solid #EB840E;
  margin-right: .75rem;
}

.konorg_step button.next_step .arrow {
  display: inline-block;
  border-top: .4rem solid transparent;
  border-bottom: .4rem solid transparent;
  border-left: .4rem solid white;
  margin-left: .75rem;
}

.konorg_step button .cart {
  display: inline-block;
  width: 1.5rem;
  height: 1.25rem;
  background-image: url("shop_cart.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .5rem;
  line-height: 1;
  position: relative;
  top: 4px;
}

.konorg_step.current_step {
  display: block;
}

.konorg_step .step_subtitle {
  font-size: 1.625rem;
  font-weight: 700;
  margin-top: 1rem;
}

.konorg_step .step_title {
  position: relative;
  padding-left: 110px;
  font-size: 1.6875rem;
  text-transform: uppercase;
}

.konorg_step .step_title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  background-image: url("konorg_log.svg");
  display: inline-block;
  width: 104px;
  height: 97px;
  background-size: cover;
}

.konorg_step .step_smalltitle {
  position: relative;
  padding-left: 70px;
  font-size: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}

.konorg_step .step_smalltitle::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px;
  background-image: url("konorg_log.svg");
  display: inline-block;
  width: 62px;
  height: 57px;
  background-size: cover;
}

.konorg_step .step_number {
  font-size: 1.25rem;
}

.konorg_step .select-custom {
  position: relative;
  min-width: 67%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 0;
  text-transform: uppercase;
}

.konorg_step .select-custom select {
  cursor: pointer;
  background-color: transparent;
  border-radius: 0;
  border-color: #707070;
  border-width: 1px;
  border-style: solid;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  margin: 1rem 0;
  padding: .375rem .75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  text-transform: uppercase;
}

.konorg_step .select-custom select option {
  text-transform: uppercase;
}

.konorg_step .select-custom select:focus {
  border-color: #EB840E;
}

.konorg_step .select-custom::before {
  content: '';
  position: absolute;
  top: 2.3rem;
  right: .5rem;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #1f1f1f;
  cursor: pointer;
  z-index: -1;
}

.konorg_step .select-custom.w-auto {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.konorg_step .help_info {
  position: relative;
  font-family: 'Open Sans';
}

.konorg_step .help_info::after {
  content: '?';
  display: inline-block;
  border-radius: 50%;
  background-color: #B7B7B7;
  color: white;
  margin-left: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: .5rem;
  padding: .5rem;
  vertical-align: middle;
  text-align: center;
  font-family: 'Open Sans';
}

.konorg_step .help_info + .help_wrapper {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  text-align: center;
  padding: 1rem 1.5rem 1.5rem;
  background-color: #E1E1E1;
  font-size: 1.125rem;
  font-family: 'Open Sans';
  display: block;
}

.konorg_step .help_info + .help_wrapper::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #E1E1E1;
  left: -.8rem;
  top: .25rem;
  -webkit-transform: rotate(45deg) translate(50%);
          transform: rotate(45deg) translate(50%);
}

.konorg_step .help_info + .help_wrapper strong {
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .konorg_step .help_info + .help_wrapper {
    position: relative;
    left: 0;
    margin-top: 2rem;
  }
  .konorg_step .help_info + .help_wrapper::before {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #E1E1E1;
    left: 84%;
    top: -0.8rem;
    -webkit-transform: rotate(45deg) translate(50%);
            transform: rotate(45deg) translate(50%);
  }
}

.konorg_step#step_02 .help_info + .help_wrapper {
  width: 95%;
}

.konorg_step span.lead {
  font-size: 1.25rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper {
  margin-bottom: 4.125rem;
  display: none;
}

.konorg_step#step_03 .side_range_settings .side_wrapper.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .label_wrapper .label_first_line {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1;
  text-transform: uppercase;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .label_wrapper .label_second_line {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.125rem;
  color: #1F1F1F;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .label_wrapper .label_side_divider {
  width: 100%;
  height: 7px;
  background-color: #EB840E;
  margin-top: 1.5rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -1rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .side_info {
  padding: .375rem .75rem;
  font-size: 1.125rem;
  font-family: 'Open Sans';
  border-color: #707070;
  border-style: solid;
  border-width: 1px;
  color: #1F1F1F;
  text-align: center;
  width: 7.5rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom {
  width: 100%;
  padding: 0 1rem;
  margin-top: 3rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range] {
  height: 32px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]:focus {
  outline: none;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: 0px 0px 0px #000000;
          box-shadow: 0px 0px 0px #000000;
  background: #EB840E;
  border-radius: 0px;
  border: 0px solid #000000;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: 0px 0px 0px #000000;
          box-shadow: 0px 0px 0px #000000;
  border: 2px solid #EB840E;
  height: 24px;
  width: 24px;
  border-radius: 14px;
  background: #FFFFFF;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -12px;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]:focus::-webkit-slider-runnable-track {
  background: #EB840E;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #EB840E;
  border-radius: 0px;
  border: 0px solid #000000;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #EB840E;
  height: 24px;
  width: 24px;
  border-radius: 14px;
  background: #FFFFFF;
  cursor: pointer;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-ms-fill-lower {
  background: #EB840E;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-ms-fill-upper {
  background: #EB840E;
  border: 0px solid #000000;
  border-radius: 0px;
  box-shadow: 0px 0px 0px #000000;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 2px solid #EB840E;
  height: 24px;
  width: 24px;
  border-radius: 14px;
  background: #FFFFFF;
  cursor: pointer;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]:focus::-ms-fill-lower {
  background: #EB840E;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom input[type=range]:focus::-ms-fill-upper {
  background: #EB840E;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom .bubble {
  background-color: red;
  color: #1F1F1F;
  padding: 4px 12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: 'Open Sans';
  font-size: 1.125rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom .bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom output {
  position: absolute;
  top: -0.75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom output.bubles {
  left: 0;
  background-color: white;
  z-index: 9;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .range_custom output.max_val {
  right: .5rem;
  z-index: 8;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .side_value {
  padding: .375rem .75rem;
  font-size: 1.125rem;
  font-family: 'Open Sans';
  border-color: #707070;
  border-style: solid;
  border-width: 1px;
  color: #1F1F1F;
  text-align: center;
  width: 7.5rem;
}

.konorg_step#step_03 .side_range_settings .side_wrapper .value_wrapper .side_value:focus {
  border-color: #EB840E;
  border-style: solid;
  border-width: 1px;
  outline: none;
}

.konorg_step#step_04 .plane_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.konorg_step#step_04 .plane_nav .plane_title {
  font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 600;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.konorg_step#step_04 .plane_nav .plane_tools button {
  position: relative;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 50%;
  border: none !important;
  z-index: 2;
  cursor: pointer;
}

.konorg_step#step_04 .plane_nav .plane_tools button::after, .konorg_step#step_04 .plane_nav .plane_tools button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ff6622;
  background: linear-gradient(159deg, #ff6622 18%, #da1b60 68%);
  z-index: -1;
}

.konorg_step#step_04 .plane_nav .plane_tools button::after {
  background: #da1b60;
  background: linear-gradient(238deg, #da1b60 38%, #ff6622 91%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.konorg_step#step_04 .plane_nav .plane_tools button:hover {
  color: white;
}

.konorg_step#step_04 .plane_nav .plane_tools button:hover::after {
  opacity: 1;
}

.konorg_step#step_04 .plane_nav .plane_tools button svg {
  position: relative;
  top: 4px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

@media (max-width: 960px) {
  .konorg_step#step_04 .plane_nav .plane_tools {
    width: 100%;
  }
}

.konorg_step#step_04 .plane {
  overflow: auto;
  height: 500px;
  background-color: #E1E1E1;
}

.konorg_step#step_04 .plane .fance_plane {
  position: relative;
  width: 2000px;
  height: 2000px;
  min-height: 600px;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  padding: 1.25rem;
}

.konorg_step#step_04 .plane .fance_plane .dragable {
  margin-bottom: 2rem;
  display: none;
}

.konorg_step#step_04 .plane .fance_plane .dragable.active {
  display: block;
}

.konorg_step#step_04 .plane .fance_plane .dragable .slide {
  width: 200px;
  background-color: #EB840E;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  color: white;
  padding: 0 .5rem;
  line-height: 1;
  height: 19px;
  overflow: hidden;
  cursor: move;
}

.konorg_step#step_04 .plane .fance_plane .dragable .slide .side_width {
  margin-left: 1rem;
  display: inline-block;
}

.konorg_step#step_04 .plane .fance_plane .dragable .slide .direction {
  margin-left: 1rem;
}

.konorg_step#step_04 .plane .fance_plane .dragable .slide .direction::after {
  content: '';
  display: inline-block;
  background-image: url("arrow_up.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 0.75rem;
  height: 1rem;
  margin-left: .25rem;
}

.konorg_step#step_04 .plane .fance_plane .dragable .slide .ui-rotatable-handle {
  position: absolute;
}

.konorg_step#step_05 .title_lead, .konorg_step#step_06 .title_lead {
  font-family: 'Open Sans';
  font-size: 1.125rem;
  font-weight: 600;
}

.konorg_step#step_05 .step_sidebar span, .konorg_step#step_06 .step_sidebar span {
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  padding-bottom: .25rem;
}

.konorg_step#step_05 .step_sidebar span.lead, .konorg_step#step_06 .step_sidebar span.lead {
  font-weight: 400;
  color: #3b3b3b;
}

.konorg_step#step_05 .step_sidebar img, .konorg_step#step_06 .step_sidebar img {
  display: block;
}

.konorg_step#step_05 .side_wrapper, .konorg_step#step_06 .side_wrapper {
  margin-bottom: 3rem;
  display: none;
}

.konorg_step#step_05 .side_wrapper.active, .konorg_step#step_06 .side_wrapper.active {
  display: block;
}

.konorg_step#step_05 .side_wrapper .label_first_line, .konorg_step#step_06 .side_wrapper .label_first_line {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1;
  text-transform: uppercase;
}

.konorg_step#step_05 .side_wrapper .label_second_line, .konorg_step#step_06 .side_wrapper .label_second_line {
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.125rem;
  color: #1F1F1F;
}

.konorg_step#step_05 .side_wrapper .label_side_divider, .konorg_step#step_06 .side_wrapper .label_side_divider {
  width: 100%;
  height: 7px;
  background-color: #EB840E;
  margin-top: 1.5rem;
}

.konorg_step#step_05 .side_wrapper .label_last_line, .konorg_step#step_06 .side_wrapper .label_last_line {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 2rem;
}

.konorg_step#step_07 .navigation ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.konorg_step#step_07 .navigation ul li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

@media (max-width: 960px) {
  .konorg_step#step_07 .navigation ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  }
}

.konorg_step#step_07 .navigation ul li span {
  background-color: #1F1F1F;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 1.25rem;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  position: relative;
}

.konorg_step#step_07 .navigation ul li span.next_step::before {
  border-radius: 0;
}

.konorg_step#step_07 .navigation ul li span.next_step::after {
  border-radius: 0;
}

.konorg_step#step_07 .navigation ul li span.next_step:hover::before {
  border-radius: 0;
}

.konorg_step#step_07 .navigation ul li span.next_step:hover::after {
  border-radius: 0;
}

.konorg_step#step_07 .navigation ul li:hover span {
  background-color: #EB840E;
}

.konorg_step#step_07 .navigation ul li.active span {
  background-color: #EB840E;
}

.konorg_step#step_07 .submenu {
  padding: 7.5rem 0 4.375rem;
  border: 1px solid #EB840E;
  text-align: left !important;
  display: none;
}

@media (max-width: 960px) {
  .konorg_step#step_07 .submenu {
    margin-left: -14px;
    margin-right: -14px;
  }
}

.konorg_step#step_07 .submenu.active {
  display: block;
}

.konorg_step#step_07 .submenu .title {
  font-size: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}

.konorg_step#step_07 .submenu .subtitle {
  font-weight: 600;
  text-transform: uppercase;
}

.konorg_step#step_07 .submenu .custom-radio label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.konorg_step#step_07 .submenu .custom-radio label .header {
  text-align: center;
  font-weight: 600;
  font-size: 1.25rem;
}

.konorg_step#step_07 .submenu .custom-radio label .info {
  text-align: center;
  font-weight: 400;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  margin-bottom: 3rem;
}

.konorg_step#step_07 .submenu .custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #1F1F1F;
  border-radius: 5px;
}

.konorg_step#step_07 .submenu .custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.konorg_step#step_07 .submenu .custom-radio input:checked ~ .checkmark {
  background-color: #EB840E;
  border-color: #EB840E;
}

.konorg_step#step_07 .submenu .side_active {
  display: none;
}

.konorg_step#step_07 .submenu .side_active.show_side {
  display: block;
}

.konorg_step#step_07 .prev_info .side_info {
  border-bottom: 7px solid #EB840E;
  padding-bottom: 1.5rem;
}

.konorg_step#step_07 .prev_info .side_info .side_name {
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.konorg_step#step_07 .prev_info .side_info .side_lead {
  font-weight: 400;
  font-size: 1.125rem;
  font-family: "Open Sans";
}

.konorg_step#step_07 .prev_info .side_placement {
  background-color: #E1E1E1;
  height: 316px;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane {
  position: relative;
  background-color: #E1E1E1;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  padding: 1.25rem;
  width: 100%;
  height: 100%;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane .dragable {
  margin-bottom: 2rem;
  display: none;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane .dragable.active {
  display: block;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane .dragable .slide {
  width: 200px;
  background-color: #EB840E;
  font-family: 'Open Sans';
  font-size: 1.125rem;
  color: white;
  padding: 0 .5rem;
  line-height: 1;
  height: 19px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  cursor: move;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane .dragable .slide .side_width {
  margin-left: 1rem;
  display: inline-block;
}

.konorg_step#step_07 .prev_info .side_placement .fance_plane .dragable .slide .ui-rotatable-handle {
  position: absolute;
}

.konorg_step#step_07 .prev_info .walldraw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.konorg_step#step_07 .prev_info .walldraw .vertical-arrow {
  position: relative;
  margin-top: 38px;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #707070;
  font-size: 15px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: white;
  z-index: 3;
}

.konorg_step#step_07 .prev_info .walldraw .vertical-arrow .height {
  padding-top: 10.5rem;
}

.konorg_step#step_07 .prev_info .walldraw .vertical-arrow::after {
  content: '\2191';
  position: absolute;
  right: -5px;
  top: -6px;
}

.konorg_step#step_07 .prev_info .walldraw .vertical-arrow::before {
  content: '\2193';
  position: absolute;
  right: -5px;
  bottom: -3px;
}

.konorg_step#step_07 .prev_info .walldraw .horizontal-width {
  text-align: center;
  font-size: 15px;
  padding-bottom: 1rem;
  position: relative;
  height: 2.5rem;
}

.konorg_step#step_07 .prev_info .walldraw .horizontal-width .label {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.konorg_step#step_07 .prev_info .walldraw .horizontal-arrow {
  text-align: center;
  font-size: 15px;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #707070;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection .pole {
  display: inline-block;
  width: auto;
  height: 358px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection .panel {
  display: inline-block;
  width: 368px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection .panel img {
  width: 100%;
  height: 358px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection.gate .panel {
  width: 450px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection.gate2 .panel {
  width: 450px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection.gate3 .panel {
  width: 250px;
}

.konorg_step#step_07 .prev_info .walldraw .wallsections .wallsection.gate4 .panel {
  width: 175px;
}

.konorg_step#step_07 .prev_info .walldraw2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  width: 100%;
}

@media (max-width: 960px) {
  .konorg_step#step_07 .prev_info .walldraw2 {
    overflow: hidden;
  }
}

.konorg_step#step_07 .prev_info .walldraw2 img {
  width: 100%;
}

.konorg_step#step_07 .prev_info .walldraw2 .vertical-arrow {
  position: relative;
  margin-top: 38px;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #707070;
  font-size: 15px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.konorg_step#step_07 .prev_info .walldraw2 .vertical-arrow .height {
  padding-top: 3.5rem;
}

.konorg_step#step_07 .prev_info .walldraw2 .vertical-arrow::after {
  content: '\2191';
  position: absolute;
  right: -5px;
  top: -6px;
}

.konorg_step#step_07 .prev_info .walldraw2 .vertical-arrow::before {
  content: '\2193';
  position: absolute;
  right: -5px;
  bottom: -3px;
}

.konorg_step#step_07 .prev_info .walldraw2 .horizontal-width {
  text-align: center;
  font-size: 10px;
  padding-bottom: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
}

.konorg_step#step_07 .prev_info .walldraw2 .horizontal-arrow {
  text-align: center;
  font-size: 15px;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #707070;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection .pole {
  display: inline-block;
  width: auto;
  height: 98px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection .pole img {
  height: 100%;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection .panel {
  display: inline-block;
  width: 100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection .panel img {
  width: 100%;
  height: 98px;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection.gate .panel {
  width: 150px;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection.gate2 .panel {
  width: 150px;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection.gate3 .panel {
  width: 80px;
}

.konorg_step#step_07 .prev_info .walldraw2 .wallsections .wallsection.gate4 .panel {
  width: 60px;
}

.konorg_step#step_07 .prev_info .walldraw2 .section_tool {
  position: absolute;
  bottom: 100%;
}

.konorg_step#step_07 .prev_info .walldraw2 .section_tool button {
  background-color: transparent;
  color: #EB840E;
  border: 0;
}

.konorg_step#step_07 .prev_info .walldraw-nav {
  padding-top: 3rem;
}

.konorg_step#step_07 .prev_info .walldraw-nav .spin_range input[type=range] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ccc;
  outline: none;
  height: 3px;
}

.konorg_step#step_07 .prev_info .walldraw-nav .spin_range input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.konorg_step#step_07 .prev_info .walldraw-nav .spin_range input[type=range]::-moz-range-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
}

.konorg_step#step_07 .prev_info .walldraw-nav-mobile {
  padding-top: 3rem;
}

@media (min-width: 960px) {
  .konorg_step#step_07 .prev_info .walldraw-nav-mobile {
    display: none;
  }
}

.konorg_step#step_07 .prev_info .walldraw-nav-mobile .spin_range input[type=range] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ccc;
  outline: none;
  height: 3px;
}

.konorg_step#step_07 .prev_info .walldraw-nav-mobile .spin_range input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.konorg_step#step_07 .prev_info .walldraw-nav-mobile .spin_range input[type=range]::-moz-range-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
}

.konorg_step#step_07 .prev_info .tools {
  display: inline-block;
}

.konorg_step#step_07 .prev_info .tools .zooming {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
}

.konorg_step#step_07 .prev_info .tools .zooming button {
  position: relative;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.38px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  border-radius: 50%;
  border: none !important;
  z-index: 2;
  cursor: pointer;
}

.konorg_step#step_07 .prev_info .tools .zooming button::after, .konorg_step#step_07 .prev_info .tools .zooming button::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: #ff6622;
  background: linear-gradient(159deg, #ff6622 18%, #da1b60 68%);
  z-index: -1;
}

.konorg_step#step_07 .prev_info .tools .zooming button::after {
  background: #da1b60;
  background: linear-gradient(238deg, #da1b60 38%, #ff6622 91%);
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.konorg_step#step_07 .prev_info .tools .zooming button:hover {
  color: white;
}

.konorg_step#step_07 .prev_info .tools .zooming button:hover::after {
  opacity: 1;
}

.konorg_step#step_07 .prev_info .tools .zooming button svg {
  position: relative;
  top: 4px;
  -webkit-filter: brightness(100);
          filter: brightness(100);
}

.konorg_step#step_07 .prev_info .tools .zooming .select-custom {
  margin: 0 1rem;
}

.konorg_step#step_07 .prev_info .tools input[type=text] {
  padding: .55rem .75rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-color: #E1E1E1;
  color: #1F1F1F;
  border: 0;
  font-weight: 600;
}

.konorg_step#step_07 .prev_info .tools .sizes {
  margin-left: 5rem;
  float: left;
  margin-top: 1rem;
}

.konorg_step#step_07 .prev_info .tools .scale {
  margin-left: 1rem;
  float: left;
  margin-top: 1rem;
}

.konorg_step#step_08 .custom-title {
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 18px;
}

.konorg_step#step_08 table {
  width: 100%;
}

.konorg_step#step_08 table thead {
  background-color: #EB840E;
}

.konorg_step#step_08 table thead tr th {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 1.25rem;
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  word-break: none;
}

.konorg_step#step_08 table tbody tr {
  border-bottom: 1px solid #EB840E;
}

.konorg_step#step_08 table tbody tr td {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.konorg_step#step_08 table tfoot tr td {
  text-align: right;
  font-size: 1.25rem;
  font-family: 'Open Sans';
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.konorg_step#step_08 table tfoot tr td:first-child {
  color: #EB840E;
  font-size: 15px;
  font-family: "Raleway", sans-serif;
}

.konorg_step#step_08 table tfoot tr td:last-child {
  font-weight: 600;
}

.konorg_step#step_08 .walldraw2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}

.konorg_step#step_08 .walldraw2 img {
  width: 100%;
}

.konorg_step#step_08 .walldraw2 .vertical-arrow {
  position: relative;
  margin-top: 38px;
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 1px solid #707070;
  font-size: 15px;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.konorg_step#step_08 .walldraw2 .vertical-arrow .height {
  padding-top: 3.5rem;
}

.konorg_step#step_08 .walldraw2 .vertical-arrow::after {
  content: '\2191';
  position: absolute;
  right: -5px;
  top: -6px;
}

.konorg_step#step_08 .walldraw2 .vertical-arrow::before {
  content: '\2193';
  position: absolute;
  right: -5px;
  bottom: -3px;
}

.konorg_step#step_08 .walldraw2 .horizontal-width {
  text-align: center;
  font-size: 10px;
  padding-bottom: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: none;
}

.konorg_step#step_08 .walldraw2 .horizontal-arrow {
  text-align: center;
  font-size: 15px;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px solid #707070;
}

.konorg_step#step_08 .walldraw2 .wallsections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection .pole {
  display: inline-block;
  width: auto;
  height: 98px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection .pole img {
  height: 100%;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection .panel {
  display: inline-block;
  width: 100px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection .panel img {
  width: 100%;
  height: 98px;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection.gate .panel {
  width: 150px;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection.gate2 .panel {
  width: 150px;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection.gate3 .panel {
  width: 80px;
}

.konorg_step#step_08 .walldraw2 .wallsections .wallsection.gate4 .panel {
  width: 60px;
}

.konorg_step#step_08 .walldraw2 .section_tool {
  position: absolute;
  bottom: 100%;
}

.konorg_step#step_08 .walldraw2 .section_tool button {
  background-color: transparent;
  color: #EB840E;
  border: 0;
  cursor: pointer;
  margin-left: 1rem;
}

.konorg_step#step_08 .btn-white {
  background-color: transparent;
  margin-bottom: 1.5rem;
  min-width: 251px;
}

.konorg_step#step_08 .btn-white:hover {
  background-color: #EB840E;
}

.konorg_step#step_08 .btn-white2 {
  background-color: transparent;
  border: 1px solid #EB840E;
  border-radius: 2rem;
  min-width: 150px;
  font-weight: 600;
}

.konorg_step#step_08 .btn-white2:hover {
  background-color: #EB840E;
  color: #fff;
}

.konorg_step#step_08 .post_city input {
  padding: .25rem 1rem;
}

.konorg_step#step_08 .post_code input {
  padding: .25rem 1rem;
}

.konorg_step#step_08 .walldraw-nav-mobile {
  padding-top: 3rem;
}

@media (min-width: 960px) {
  .konorg_step#step_08 .walldraw-nav-mobile {
    display: none;
  }
}

.konorg_step#step_08 .walldraw-nav-mobile .spin_range input[type=range] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ccc;
  outline: none;
  height: 3px;
}

.konorg_step#step_08 .walldraw-nav-mobile .spin_range input[type=range]::-webkit-slider-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.konorg_step#step_08 .walldraw-nav-mobile .spin_range input[type=range]::-moz-range-thumb {
  cursor: pointer;
  background-color: #EB840E;
  height: 3px;
  width: 100px;
  border: 0;
}

.konorg_step#step_08 .call_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

.konorg_step#step_08 .call_back .container {
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.konorg_step#step_08 .call_back .title {
  font-size: 36px;
  font-weight: 600;
}

.konorg_step#step_08 .call_back .lead {
  font-size: 18px;
  font-family: "Open Sanse";
}

.konorg_step#step_08 .call_back .btn-gradient {
  padding: 15px 20px;
}

.konorg_step#step_08 .call_back.active {
  display: block;
}

.konorg_step#step_08 .call_back .contact-form input[type=text],
.konorg_step#step_08 .call_back .contact-form input[type=email],
.konorg_step#step_08 .call_back .contact-form input[type=tel],
.konorg_step#step_08 .call_back .contact-form select,
.konorg_step#step_08 .call_back .contact-form textarea {
  margin: 10px 0;
  padding: 10px 15px;
  width: 100%;
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  border: solid 1px #1f1f1f;
  background-color: #fff;
  color: #1f1f1f;
}

.konorg_step#step_08 .call_back .contact-form input[type=text]::-webkit-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=email]::-webkit-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=tel]::-webkit-input-placeholder,
.konorg_step#step_08 .call_back .contact-form select::-webkit-input-placeholder,
.konorg_step#step_08 .call_back .contact-form textarea::-webkit-input-placeholder {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
  opacity: 1;
}

.konorg_step#step_08 .call_back .contact-form input[type=text]:-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=email]:-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=tel]:-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form select:-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form textarea:-ms-input-placeholder {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
  opacity: 1;
}

.konorg_step#step_08 .call_back .contact-form input[type=text]::-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=email]::-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=tel]::-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form select::-ms-input-placeholder,
.konorg_step#step_08 .call_back .contact-form textarea::-ms-input-placeholder {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
  opacity: 1;
}

.konorg_step#step_08 .call_back .contact-form input[type=text]::placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=email]::placeholder,
.konorg_step#step_08 .call_back .contact-form input[type=tel]::placeholder,
.konorg_step#step_08 .call_back .contact-form select::placeholder,
.konorg_step#step_08 .call_back .contact-form textarea::placeholder {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #1f1f1f;
  opacity: 1;
}

.konorg_step#step_08 .call_back .contact-form input[type=text]:focus,
.konorg_step#step_08 .call_back .contact-form input[type=email]:focus,
.konorg_step#step_08 .call_back .contact-form input[type=tel]:focus,
.konorg_step#step_08 .call_back .contact-form select:focus,
.konorg_step#step_08 .call_back .contact-form textarea:focus {
  border: 1px solid #EB840E;
  outline: 1px solid #EB840E;
}

.konorg_step#step_08 .call_back .contact-form textarea {
  height: 150px;
}

.konorg_step#step_08 .call_back .contact-form input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.konorg_step#step_08 .call_back .contact-form span.btn-white {
  margin-top: 10px;
  padding: 15px 50px;
  display: inline-block;
  width: 100%;
}

.konorg_step#step_08 .call_back .contact-form label {
  position: relative;
  margin-top: 35px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: 0.35px;
  text-align: left;
  color: #130000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.konorg_step#step_08 .call_back .contact-form label.file {
  display: block;
  margin: 0;
  padding-left: 0;
}

.konorg_step#step_08 .call_back .contact-form label a {
  text-decoration: underline;
  font-weight: bold;
  color: #1f1f1f;
}

.konorg_step#step_08 .call_back .contact-form label input[type="checkbox"] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -moz-apperarance: none;
  width: 0;
  height: 0;
}

.konorg_step#step_08 .call_back .contact-form label input[type="checkbox"]:checked ~ .wpcf7-list-item-label .checkmark::after {
  display: block;
}

.konorg_step#step_08 .call_back .contact-form label .checkmark {
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  border: solid 2px #1f1f1f;
}

.konorg_step#step_08 .call_back .contact-form label .checkmark::after {
  display: none;
  content: '';
  position: absolute;
  top: 0px;
  left: 3px;
  width: 6px;
  height: 10px;
  border: solid #1f1f1f;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.konorg_step#step_08 .call_back .contact-form label[for=file] {
  margin-top: 10px;
  padding-left: 0;
  display: block;
  cursor: default;
}

.konorg_step#step_08 .call_back .contact-form .btn-area {
  padding-top: 35px;
  text-align: right;
}

.konorg_step .pdf_table {
  font-family: Helvetica, sans-serif;
  font-size: 1rem;
  width: 100%;
}

.konorg_step .pdf_table thead tr {
  background-color: #EB840E;
}

.konorg_step .pdf_table tbody tr {
  border-bottom: 1px solid #EB840E;
}

.konorg_step .pdf_table tbody tr tr {
  padding: .5rem;
}

.view_3d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 10000;
  text-align: right;
  padding: .25rem 2rem;
  font-size: 1.5rem;
  cursor: pointer;
  display: none;
}

.view_3d.active {
  display: block;
}

.tmp_view {
  font-family: "Open Sans";
  font-size: 18px;
}

.tmp_view img {
  max-width: 100%;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  /* display: none!important;
    &.active{
        display: block!important;
    } */
}
/*# sourceMappingURL=konorg-style.css.map */