#kalkulator_html .border-left {
  border-left: 1px solid #ececec;
  padding-left: 25px;
}
#kalkulator_html .model-page .top-right-icons {
  position: absolute;
  z-index: 9000;
  top: 10px;
  right: 10px;
}
#kalkulator_html .model-page .gfx-360 .button-ikona {
  cursor: pointer;
}
#kalkulator_html .model-page .gfx-360 .ikona {
  height: 32px;
  width: 32px;
}
#kalkulator_html .model-page .gfx-360 .ikona svg {
  fill: #262626;
  height: 30px;
  width: 30px;
}
#kalkulator_html .model-page .gfx-360 .owl-prev {
  margin-left: 30px;
}
#kalkulator_html .model-page .gfx-360 .owl-next {
  margin-right: 30px;
}
#kalkulator_html .model-page .gfx-360.full-screen {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8000;
  background-color: #fff;
  height: 100%;
  position: fixed;
  overflow: auto;
}
#kalkulator_html .model-page .gfx-360.full-screen .container-360 {
  max-width: 1160px;
  margin: 0 auto;
}
#kalkulator_html .model-page .block-icons-abs {
  position: relative;
  z-index: 6001;
  margin-top: 30px;
}
@media (max-width: 992px) {
  #kalkulator_html .model-page .block-icons-abs .block-icons {
    justify-content: center;
  }
  #kalkulator_html .model-page .block-icons-abs .block-icons .button-ikona .txt {
    display: none;
  }
  #kalkulator_html .model-page .block-icons-abs .block-icons .button-ikona.active .ikona {
    margin-right: 0;
  }
  #kalkulator_html .model-page .block-icons-abs .block-icons .button-ikona.active .txt {
    display: block;
  }
}
@media (min-width: 992px) {
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs {
    position: absolute;
    top: 35%;
    left: 0;
    transform: translateY(-50%);
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons {
    flex-direction: column !important;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons .button-ikona {
    margin-top: 5px;
    padding-top: 0px;
    background-color: #fff;
    width: 0;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons .button-ikona:before {
    display: none;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons .button-ikona .ikona {
    border: 1px solid #e6e6e6;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons .button-ikona .txt {
    padding: 0 15px 0 0;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons-abs .block-icons .button-ikona:hover {
    width: auto;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons.txt-slide .button-ikona {
    position: relative;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons.txt-slide .button-ikona .txt {
    display: block;
    text-indent: -140px;
    width: 0;
    padding: inherit;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  #kalkulator_html .model-page .gfx-360:not(.full-screen) .block-icons.txt-slide .button-ikona:hover.button-ikona .txt {
    width: auto;
    text-indent: 0px;
    padding-right: 10px;
  }
}
#kalkulator_html .model-page .block-icons {
  justify-content: center;
}
#kalkulator_html .model-page .block-icons .button-ikona {
  position: relative;
  margin-right: 15px;
  font-weight: bold;
  padding-top: 6px;
  color: #262626;
}
#kalkulator_html .model-page .block-icons .button-ikona.active .ikona svg {
  fill: #1c69d4;
}
#kalkulator_html .model-page .block-icons .button-ikona.active:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c69d4;
}
#kalkulator_html .model-page .block-icons .button-ikona .txt {
  display: block;
}
#kalkulator_html .model-page .block-icons .button-ikona:before {
  content: '';
  width: 0;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c69d4;
  transition: all 0.3s ease;
}
#kalkulator_html .model-page .block-icons .button-ikona .ikona {
  text-indent: 0px;
  border: 0px;
  margin-right: 6px;
  fill: #bbb;
}
#kalkulator_html .model-page .block-icons .button-ikona:hover.button-ikona:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1c69d4;
}
#kalkulator_html .model-page .block-icons .button-ikona:hover.button-ikona .ikona {
  fill: #262626;
}
#kalkulator_html .sliders-bg-block {
  background-color: #f5f8fd;
  padding: 10px 20px 10px;
}
/*# sourceMappingURL=main_move_DLR.css.map */