/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 19 2026 | 10:56:49 */
.calcu-container .slidecontainer{
	margin:0;
}
.calcu-container {
	display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    padding: 40px;
    background: white;
    border-radius: 10px;
}
.calc-container-rp .calcu-container{
	background: rgb(190 250 200 / 80%);
}
.calcu-box-row {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: center;
}

.calcu-box-row.repre-priklad {
    gap: 18px;
}

.calcu-box-wrapp {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex: 1 0 100%;
	justify-content: space-between;
}

.calcu-box-wrapp-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.calcu-box-row .calcu-input {
	position: relative;
	display: flex;
    justify-content: flex-end;
}

.calcu-input>span {
	position: absolute;
    display: flex;
    top: 0;
    bottom: 0;
    right: 42px;
    align-items: center;
    text-align: right;
    font-size: 18px;
    color: white;
    font-weight: 700;
    line-height: normal;
}

#one-time-value{ 
	padding: 8px 28px 8px 16px;
    color: white;
    background: var(--e-global-color-95b19e5);
    border: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    height: 50px;
    max-width: 180px;
	right: 0;
	width: 120px;
    display: flex;
    align-items: center;
}

.calcu-box-btn {
	width: 100%;
}

.calcu-box-btn button {
	width: 100%;
    padding: 20px 40px 18px 40px;
    background: var(--e-global-color-4f6d3cc);
    border-radius: 0;
    font-size: 21px;
    font-weight: 500;
	font-family: "ouma-latin-variable", Sans-serif;
    color: white;
    border: 0;
    border-radius: 80px;
    text-transform: uppercase;
    font-variation-settings: 'wght' 600;
	line-height: 1;
}

.calcu-box-btn button:hover, .calcu-box-btn button:focus {
   	background: var(--e-global-color-4f6d3cc);
    color: white;
}

.calcu-container .calcu-box-wrapp-head .calcu-title {
	font-size: 20px;
	line-height: normal;
	font-family: var(--e-global-typography-text-font-family), sans-serif;
	color: var(--e-global-color-primary );
	font-weight: 600;
	max-width: 100px;
}

.calcu-container .calcu-box-wrapp-head .calcu-title-before {
    font-size: 20px;
    line-height: 1.25;
    color: var(--e-global-color-95b19e5);
    text-align: left;
    width: 100%;
    font-family: var(--e-global-typography-07f809f-font-family), sans-serif;
    font-variation-settings: 'wght' 700;
    text-transform: uppercase;
}

.calcu-container .calcu-box-wrapp-head .calcu-title > span {
    font-size: 65%;
    font-weight: 400;
    letter-spacing: .4px;
    transform: translateY(3px);
    display: block;
}

input[type=number] {
   	padding: 8px 28px 8px 16px;
    color: white;
    background: var(--e-global-color-95b19e5);
    border: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    height: 50px;
    max-width: 180px;
}

select#ex6SelectVal {
   	padding: 8px 0px 8px 16px;
    color: white;
    background: var(--e-global-color-95b19e5);
    border: 0;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    height: 50px;
    max-width: 180px;
}

.calcu-container div#ex6Sum {
    padding: 8px;
    color: white;
    background: var(--e-global-color-95b19e5);
    border: 0;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 130px;
}

select{
	background: url(/wp-content/uploads/2025/09/icon-select.svg) no-repeat, #58BD7F !important;
    background-position: calc(100% - 16px) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 36px !important;
    line-height: normal;
    background-size: 10px auto !important;
}

:focus-visible {
    outline-color: var(--e-global-color-secondary);
}

.slider-html5{
	-webkit-appearance: none;
    width: 100%;
    height: 3px;
    border-radius: 0px;
    background: #e1e1e1;
    border: 0;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
    cursor: pointer;
}

.slider-html5::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 14px;
  border-radius: 50%; 
  cursor: pointer; 
  background: #58BD7F;
box-shadow: 0 4px 12px rgb(88 189 127 / 50%);
}

.slider-html5::-moz-range-thumb {
 width: 22px;
  height: 14px;
  border-radius: 50%; 
  cursor: pointer; 
  background: #58BD7F;
}  

.calcu-box-wrapp-bottom {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.calcu-container .slide-minmax > div {
    font-size: 18px;
    font-weight: 400;
	line-height: 1;
}

.calcu-container .slide-minmax {
    display: flex;
    justify-content: space-between;
}

.calcu-input input[type=number]::-webkit-inner-spin-button,
.calcu-input input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

.calcu-input input[type=number]
{
  	-moz-appearance: textfield;
}

.calcu-input .quantity-nav {
    position: absolute;
    height: 50px;
    width: 20px;
    display: flex;
    right: 12px;
    top: 0px;
    transition: .1s ease-out;
    flex-direction: column;
    justify-content: center;
}

.calcu-input .quantity-button {
	position: relative;
    cursor: pointer;
    width: 100%;
    height: 18px;
    text-align: center;
    color: white;
    font-size: 18px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .1s ease-out;
    opacity: .5;
}

.calcu-input .quantity-button:hover{
	opacity: 1;
}

a#rprToggle {
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
	color: var(--e-global-color-primary);
}

#rprToggle i {
    transition: .2s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
	justify-content: center;
    font-size: 12px;
}

.rpricon {
    transform: rotate(180deg);
}

.calcu-container small p#rprktxt,
.calcu-container small p#rprktxt-max {
    margin-top: 12px;
    color: var(--e-global-color-primary);
}{
    margin-top: 12px;
    color: var(--e-global-color-primary);
}

.calcu-container small * {
    color: var(--e-global-color-primary);
}

.calc-container-rp p#rprktxt {
    font-size: 15px;
}

.calcu-container small {
    text-align: left;
    max-width: 100%;
    width: 750px;
    margin-top: -6px;
	font-size: 14px;
}

div#calc-container.krp .qb-none .quantity-nav {
    display: none;
}

div#ex6SelectValKrp {
    padding: 8px 24px;
    color: var(--e-global-color-secondary );
    background: whitesmoke;
    border: 0;
    font-size: 32px;
    font-weight: 400;
    border-radius: 6px;
    height: 70px;
    max-width: 180px;
	display: flex;
    align-items: center;
}



.calcu-box-col {
    width: calc(100% / 3 - 20px);
    background: white;
    padding: 20px;
}

.calcu-client-radio {
    display: flex;
    flex: 1 0 0%;
    justify-content: center;
    padding: 10px;
    background: whitesmoke;
    border-radius: 10px;
}

.calcu-client-radio-label {
    align-content: center;
    text-align: center;
    width: 100%;
    min-height: 60px;
    color: #777777;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    padding: 20px;
    cursor: pointer;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-direction: column;
}

.calcu-client-radio-label i {
    font-size: 24px;
    color: #cfcfcf;
}

.calcu-client-radio-label.active i {
    color: white;
}

.calcu-client-radio-label.active i.fa-circle:before {
    content: "\f058";
}

.calcu-client-radio-label input {
    display: none;
}

.calcu-client-radio-label.active {
    background: var(--e-global-color-secondary);
    color: #fff;
}

.calcu-client-radio-label {
    transition: all 200ms ease-in-out;
}

.img-vtak {
    width: 70px;
    height: 140px;
    background-image: url(/wp-content/uploads/2025/09/calc-vtak-border.png);
    background-size: 70px 140px;
    background-repeat: no-repeat;
	position: relative;
}

.img-vtak:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: url(/wp-content/uploads/2025/09/calc-vtak-fill.png) no-repeat center;
    background-size: 70px 140px;
    background-position: bottom;
    transition: height .15s ease-in-out;
    overflow: hidden;
}

.calcu-vtak{
	display: flex;
	justify-content: center;
}

.calcu-box-wrapp.mesac-spl .calcu-box-wrapp-head > div {
	flex: 1 0;
}

.calcu-box-wrapp.mesac-spl .calcu-title{
	max-width: unset;
}

p.vyp-orient {
    color: var(--e-global-color-primary);
	opacity: .6;
}

@media (max-width: 1309px){
	.calcu-box-col {
		width: 100%;
	}
}

@media (max-width: 1024px){
	.calcu-box-col {
		width: 100%;
	}
	#calcu-container button {
		width: 100%;
		margin-top: 0;
	}
	.calcu-box-btn{
		width: 100%;
	}
}

@media (max-width: 767px){
	.calcu-container{
		gap: 30px;
		padding: 30px;
	}
	.calcu-box-row{
		gap: 30px;
	}
	.calcu-box-wrapp{
		padding: 0;
	}
	.calcu-box-wrapp-head{
		gap: 20px;
	}
	.calcu-container .calcu-box-wrapp-head .calcu-title{
		font-size: 16px;
		max-width: 80px;
	}
	.calcu-container .calcu-box-wrapp-head .calcu-title-before{
		font-size:18px;
	}
	.calcu-container .mesac-spl .calcu-title{
		max-width: unset;
	}
	input[type=number], select#ex6SelectVal{
		font-size: 18px;
		height: 50px;
    	max-width: 165px;
	}
	div#ex6SelectValKrp{
		padding: 8px 16px;
		font-size: 18px;
		height: 50px;
    	max-width: 165px;
	}
	.calcu-input>span{
		font-size: 18px;
	}
	select{
		background-position: calc(100% - 16px) center !important;
		padding-right: 38px !important;
		line-height: normal;
	}
	.calcu-container div#ex6Sum{
		height: 60px;
		padding: 8px 16px;
		min-width: 136px;
	}
	.calcu-box-btn button{
		padding: 20px 30px;
		font-size: 20px;
	}
	.calcu-box-wrapp.mesac-spl{
		position: relative;
		min-height: 140px;
        justify-content: center;
	}
	.calcu-box-wrapp.mesac-spl .calcu-box-wrapp-head{
		flex-direction: column;
    	align-items: flex-start;
    	max-width: 50%;
	}
	.calcu-box-wrapp.mesac-spl .calcu-vtak{
		position: absolute;
    	top: 0;
    	bottom: 0;
    	right: 20px;
    	width: 50%;
    	justify-content: flex-end;
		align-items: center;
	}
	.slider-html5::-webkit-slider-thumb {
		  width: 26px;
		  height: 16px;
	}

	.slider-html5::-moz-range-thumb {
		 width: 26px;
	 	 height: 16px;
	}  
}


@media (max-width:479px){
	.calcu-box-wrapp {
		flex-basis: 100%;
		padding: 0;
}
	.calcu-input .quantity-nav{
        display: none;
    }
    input[type=number]{
        padding-right: 38px;
        max-width: 120px;
		text-align: right;
    }
	 .calcu-client-radio-label{
        flex-direction: column;
    }
	.calcu-client-radio-label{
		font-size: 15px;
	}
	.calcu-input>span{
		right: 18px;
	}
	.calcu-box-wrapp.mesac-spl .calcu-vtak{
    	right: 0;
	}
	#one-time-value{ 
		padding: 8px 16px;
		width: 118px;
        justify-content: center;
	}
	.calcu-label input[type=number]{
		padding:8px 16px!important;
		width: 118px;
		text-align: center;
	}
}

.calcu-rpmn-wrapp {
	gap: 12px;
}

.calcu-rpmn-wrapp .calcu-box-wrapp-head {
	align-items: center;
}

.calcu-rpmn-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: min(100%, 320px);
	height: 44px;
	border: 2px solid var(--e-global-color-95b19e5);
	border-radius: 6px;
	background: #fff;
	overflow: hidden;
}

.calcu-rpmn-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
	font-weight: 600;
	color: var(--e-global-color-primary);
	line-height: 1;
	transition: background-color .18s ease, color .18s ease;
}
/*
.calcu-rpmn-option + .calcu-rpmn-option {
	border-left: 1px solid rgba(22, 12, 85, 0.12);
}
*/
.calcu-rpmn-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.calcu-rpmn-option.active,
.calcu-rpmn-option:has(input:checked) {
	background: var(--e-global-color-95b19e5);
    color: white;
}
/*
.calcu-rpmn-option:hover {
	background: rgba(88, 189, 127, 0.08);
}

.calcu-rpmn-option.active:hover,
.calcu-rpmn-option:has(input:checked):hover {
	background: rgba(88, 189, 127, 0.16);
}
*/
@media (max-width: 767px) {
	.calcu-rpmn-switch {
		height: 50px;
	}
}

@media (max-width: 479px) {
	.calcu-rpmn-wrapp .calcu-box-wrapp-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.calcu-rpmn-switch {
		width: 100%;
	}
}
