

/* Start:/local/templates/.default/components/hcsbk/estate.calc_new/calc_gesv_vklad/css/style.css?17721769294630*/
.gesv_calc{
	font-size: 15px;
	line-height: 18px;
}

.gesv_calc *,
.gesv_calc *::before,
.gesv_calc *::after{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.gesv_calc p{
	margin-bottom: 0 !important;
	margin-top: 5px !important;
}
.gesv_calc h5{
	color: #008b8a;
	font-size: 15px;
}
.gesv_calc hr{
	margin: 15px 0;
	border-top: 1px solid rgba(0,0,0,.1);
}

.gesv_calc .hidden {
  display: none !important;
  visibility: hidden !important;
}

.field_label {
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
    font-weight: normal;
}

.gesv_calc select {
    width: 100% !important;
    padding: 8px !important;
    border: 2px solid #cccccc;
    border-radius: 5px;
    outline: none;
    margin-top: 10px;
}

.gesv_calc select:focus {
	border-color: #008b8a;
}

.gesv_calc .form-control {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 5px solid rgb(232, 232, 232);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 20px;
    color: rgb(51, 51, 51);
    padding: 25px 0;
}

.gesv_calc .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgb(232, 232, 232);
}

.gesv_calc .form-control[readonly] {
    background-color: #FFFFFF;
}

.gesv_calc .form-control-range {
    margin-top: -5px;
	z-index: 1;
    position: relative;
    height: 5px;
}

.gesv_calc input[type=range]:focus {
  outline: none;
}

/* WebKit/Blink */
.gesv_calc input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: 1px solid #2da4cf;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: url('/local/templates/.default/components/hcsbk/estate.calc_new/calc_gesv_vklad/css/../images/11.png') no-repeat;
  background-size: 100% auto;
  cursor: pointer;

	z-index: 999;
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d; */
}

.gesv_calc input[type=range] {
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 background: none;
}

/* Firefox */
.gesv_calc input[type=range]::-moz-range-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #2da4cf;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: url('/local/templates/.default/components/hcsbk/estate.calc_new/calc_gesv_vklad/css/../images/11.png') no-repeat;
  background-size: 100% auto;
  cursor: pointer;

	z-index: 999;
}
.gesv_calc input[type=range]::-moz-range-track {
 height: 7px;
 display: none;
 background: none;
}

input[type="range"]::-moz-range-progress {
	background-color: #2da4cf;
}

/* IE */
.gesv_calc input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
  height: 5px;
}

.gesv_calc input[type=range]::-ms-thumb {
  /*box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
  border: 1px solid #2da4cf;
  height: 16px;
  width: 16px;
  border-radius: 8px;
  background: url('/local/templates/.default/components/hcsbk/estate.calc_new/calc_gesv_vklad/css/../images/11.png') no-repeat;
  background-size: 100% 100%;
  cursor: pointer;

	top: 10px;
	z-index: 999;
}

@supports (-ms-ime-align:auto) {
    .gesv_calc .form-control-range{
        height: 18px;
		margin-top: -9px;
		background-image: none !important;
    }
	.gesv_calc input[type=range]::-webkit-slider-thumb {
		background-size: auto 100%;
	}
}

.gesv_calc .tline {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    color: rgb(51, 51, 51);
    padding: 8px 0 15px;
}

.gesv_calc .large_text {
    font-size: 30px;
    font-family: "Ubuntu";
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 13px;
    display: inline-block;
}

.gesv_calc .mtop {
    margin-top: 20px;
}

.gesv_calc .calc_params > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gesv_calc .radio-btn {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.warning-box {
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F8F4D5;
  border: 2px solid #e9dd7e;
  border-radius: 6px;
  padding: 12px 16px;
  max-width: 800px;
  font-family: Arial, sans-serif;
  color: #96722E;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.warning-icon {
  font-size: 20px;
  margin-right: 10px;
}

.warning-text {
  flex: 1;
}

.warning-text strong {
  font-weight: 700;
}

.warning-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #8a6d1d;
  padding: 0;
}

.warning-close:hover {
  opacity: 0.7;
}

.frame-teal {
    padding: 20px;
    border: 1px solid #008b8a;
    margin-bottom: 20px;
    background-color: #e0f1f1;
}

.gesv-description {
    margin-top: 20px !important;
}
/* End */
/* /local/templates/.default/components/hcsbk/estate.calc_new/calc_gesv_vklad/css/style.css?17721769294630 */
