.calculator-rko {
	margin-top: 0;
}
.calculator-rko-form-subtitle {
	margin: 0 0 32px 0;
}
.calculator-rko-item .vtb-form-item {
	position: relative;
	width: 100%;
	margin-bottom: 24px;
}
.calculator-rko .result {
	flex-grow: 1;
	position: sticky;
	top: 120px;
}
.calculator-rko-form-group:not(:last-of-type) {
	margin-bottom: 48px;
}
.calculator-rko-form-group-range:last-of-type {
	margin-bottom: 0;
}
.calculator-rko-item ul li {
	margin: 0;
}
.calculator-rko .result-block h3{
	margin-bottom: 24px;
}
.vtb-button--dark {
	background: #0A2896;
}
.vtb-calc-button {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}
.calculator-rko .result ul li .result-span--small {
	font-size: 24px;
	letter-spacing: -0.4px;
}
.currency-deposit {
	display: flex;
	margin-bottom: 24px;
	position: relative;
	border: 1px solid rgb(212, 215, 223);
	border-radius: 8px;
	width: max-content;
}
.currency-deposit .animated-decor {
	position: absolute;
    list-style: none;
    border-radius: 8px;
    border: 3px solid rgb(10, 40, 150);
    left: -2px;
    top: -2px;
    width: 86px;
    height: 59px;
    transition: 300ms linear;
}
.currency-deposit input {
	display: none;
}
.currency-deposit label {
	display: block;
	padding: 16px 24px;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.4px;	
    color: rgb(96, 105, 129);  
	transition: 0.3s color;
	cursor: pointer;
	z-index:1;
}
.currency-deposit input:checked + label, .currency-deposit .checked + label {
	color: rgb(10, 40, 150);
}
.currency-deposit label:hover {
	color: #0084FF;
}	

.form-new-style .vtb-form-item label {
	position: absolute;
	left: 26px;
    top: 17px;
	font-size: 13px;
	font-weight: 300;
	z-index: 10;
	pointer-events: none;
}
.form-new-style .jq-selectbox {
	display: block;
}
.form-new-style .jq-selectbox.opened {
	z-index: 12!important;
}
.form-new-style .jq-selectbox.opened + label {
	z-index: 12;
}
.form-new-style .jq-selectbox__select {   
    width: 100%;
    padding: 28px;   
    border: 1px solid #D4D7DF;
    border-width: 1px;
    border-radius: 8px;    
    font-size: 18px;
    line-height: 20px;
	padding: 40px 0px 18px 26px;
	//z-index: 14;
	transition: 0.3s border;
}
.form-new-style input[type=text], .form-new-style input[type=number] {
	padding: 40px 0px 18px 26px;
	color: #000;
	margin: 0;
}
.form-new-style input[type=text]:focus {
	border :1px solid #0A2896;
}
.form-new-style .jq-selectbox.focused .jq-selectbox__select{
	border-color: #0A2896;   
    box-shadow: 0 0 0 7px rgba(10, 40, 150, 0.1); 
   z-index: 1;	
}
.form-new-style .jq-selectbox__select:hover {
	border-color: #0A2896; 
	background: #fff;
}
.form-new-style .jq-selectbox__dropdown ul li {
		padding: 26px!important;
}
.jq-selectbox__dropdown {    
    border: none;   
    background: #FFF;	
    border-radius: 0 0 14px 14px;
    margin-top: -10px;
    padding-top: 23px;
    box-shadow: 0px 0px 20px 0px #0B43DA14;
}
.form-new-style .jq-selectbox li {
	border-radius: 14px;
	border: 1px solid #fff;
}
.form-new-style .jq-selectbox li:hover {
	background: #fff!important;
    color: #0084FF;
    border: 1px solid #0084FF;
}
.form-new-style .jq-selectbox li.selected {
	background: #fff!important;
    color: #0A2896;
    border: 1px solid #0A2896;
}
.animated-decor {
    content: '';
    height: calc(100% + 6px);
    background: #fff;
    border: 3px solid rgba(39, 107, 246, 1);
    position: absolute;
    top: -3px;
    left: 0;
    border-radius: 6px;
  }

  .deposit-list-calc {
    margin-top: 40px;
  }

  .vtb-calc-button {
    display: none;
  }

  .vtb-calc-button.active {
    display: block;
  }


  /* select */
  .choices__list--single {
    padding: 0;
  }

  .choices.is-open {
    z-index: 11;
  }

  .choices.is-open+label {
    z-index: 12;
  }

  .choices[data-type*=select-one] .choices__inner,
  .choices__list[aria-expanded] .choices__item,
  .choices[data-type*=select-one] .choices__input,
  .calculator input[type="text"] {
    padding: 40px 26px 18px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D2D9EB;
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.4px;
    min-height: 80px;
    outline: none;
  }

  .choices[data-type*=select-one] .choices__inner {
    color: #606981;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .choices[data-type*=select-one].is-open .choices__inner {
    position: relative;
    border-color: #0A2896;
    box-shadow: 0 0 0 7px rgba(10, 40, 150, 0.1);
    overflow: visible;
    z-index: 2;
  }

  .choices__list[aria-expanded] .choices__item,
  .choices[data-type*=select-one] .choices__input {
    border-color: #fff;
	padding: 30px 26px 26px;
  }

  .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background: #fff;
    color: #0084FF;
    border: 1px solid #0084FF;
  }

  .choices__list[aria-expanded] .choices__item--choice.is-selected {
    background: #fff;
    color: #0A2896;
    border: 1px solid #0A2896;
  }

  .choices__list[aria-expanded] {
    border: none !important;
    border-radius: 0 0 8px 8px !important;
    margin-top: -10px;
    padding-top: 23px;
    box-shadow: 0px 0px 20px 0px #0B43DA14;
  }

  .is-flipped .choices__list--dropdown,
  .is-flipped .choices__list[aria-expanded] {
    margin: 0 0 -10px;
    padding: 0 0 23px;
  }

  .choices[data-type*=select-one]::after {
    content: '';
    width: 24px;
    height: 24px;
    background: url('/sites/all/themes/custom/images/select_arrow.svg') no-repeat center/contain;
    right: 24px;
    border: none;
    transform: translateY(-50%);
    margin-top: 0;
    z-index: 3;
  }

  .choices[data-type*=select-one].is-open::after {
    margin-top: 0;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: center center;
  }

  .choices__placeholder {
    opacity: 1;
  }


@media (max-width: 1280px) {
	.calculator-rko .result ul li {
		margin-bottom: 24px;
	}
}
@media (max-width: 1024px) {
	.calculator-rko-item {
		margin-right: 0;
		flex-basis: 100%;
		width: 100%;
		padding: 48px;
	}
	.currency-deposit {		
		margin-bottom: 16px;		
	}
	.currency-deposit .animated-decor {	
		width: 54px;
		height: 44px;		
	}	
	.currency-deposit label {		
		padding: 12px;		
		font-size: 14px;		
	}
}
@media (max-width: 768px) {
	.calculator-rko-item {		
		padding: 24px;
	}
	.calculator-rko-form-subtitle {
		margin: 0 0 24px 0;
	}
	.form-new-style input[type=text] {
		padding: 27px 0px 16px 20px;
		font-size: 14px;
	}
	.form-new-style .vtb-form-item label {		
		left: 18px;
		top: 11px;
		font-size: 10px;		
	}
	.choices[data-type*=select-one] .choices__inner, 
	.choices__list[aria-expanded] .choices__item, 
	.choices[data-type*=select-one] .choices__input, 
	.calculator input[type="text"] {		
		font-size: 14px;
		line-height: 18px;
		padding: 27px 16px 20px;		
		min-height: auto;		
	}
	.choices__list[aria-expanded] .choices__item, .choices[data-type*=select-one] .choices__input {
		border-color: #fff;
		padding: 20px 16px 20px;
	}
	.calculator-rko-item .vtb-form-item {		
		margin-bottom: 16px;
	}
	.calculator-rko-form-group:not(:last-of-type) {
		margin-bottom: 24px;
	}
	.form-new-style .jq-selectbox__dropdown ul li {
		padding: 20px !important;
	}
	.choices[data-type*=select-one]::after {
		right: 16px;
	}
}