.deposits-banner {
  position: relative;
  transform: scale(1);
  transform-origin: 30% 50%;
  width: 100%;
  height: auto;
}

.deposits-banner__item {
  /* overflow: hidden; */
  transform: scale(1);
  max-width: 530px;
  max-height: 345px;
  text-align: left;
}

.deposits-banner img {
  width: 100%;
}

.deposits-banner__teaser {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 3;
  text-align: left;
  display: block;
  padding-right: 30px;
}

.deposits-banner__text {
  font-weight: normal;
  font-size: 2.5rem;
  line-height: 47px;
  color: #d52023;
}

.deposits-banner__btn {
  margin-top: 38px;
  display: flex;
}

.deposits-banner__btn a {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 23px;
  text-align: center;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #003d64;
}

.deposits-banner__btn a:hover {
  color: #003d64;
}

.deposits-banner__btn a img {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  max-width: 30%;
}

.deposits-banner__btn a img:hover {
  color: inherit;
  -webkit-transform: translateX(6px) !important;
  transform: translateX(6px) !important;
}

.unh-banner__teaser a {
  margin-left: 0px !important;
}

.unh-banner__teaser {
  text-align: left !important;
  padding-left: 50px;
}

.currency-choose {
  padding: 13px;
}

.dp-aside {
  float: right;
}

.dp-input-thousand {
  position: relative;
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
}

.deposits_term {
  position: relative;
}

.deposits_amount label {
  font-weight: bold;
  font-size: 14px;
  color: #383837;
  margin-bottom: 6px;
}

.deposits_amount::after {
  font-weight: normal;
  font-size: 1rem;
  color: #878b90;
  position: absolute;
  margin-top: 10px;
}

.deposits_term label {
  font-weight: bold;
  font-size: 14px;
  color: #383837;
  margin-bottom: 6px;
}

input[type="text"] {
  font-size: 18px;
  line-height: 21px;
  color: #383837;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 1.4rem;
  background: transparent;
  border: none !important;
  box-sizing: border-box;
  color: inherit;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

.input-group-append {
  position: absolute;
  right: 12%;
  overflow: hidden;
  flex-wrap: nowrap;
}

.input-group-append::after {
  position: absolute;
  content: " ";
  top: 25px;
  right: 5px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #383837 transparent transparent transparent;
  display: none;
}

.select-hide {
  display: none;
}

.currency-choose select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.dp-name {
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #1d3448;
}

/* .deposits {
    max-width: 1055px;
} */

.deposits_calculations {
  margin-bottom: 78px;
  margin-top: 70px;
}

.slider-data-holder {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-data-holder span {
  font-weight: normal;
  font-size: 18px;
  line-height: 45px;
  margin-left: 20px;
}

#value_slider {
  float: right;
  margin-right: 20px;
}

.slider-container {
  margin-top: -35px;
  position: relative;
}

.js-range-slider {
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
}

.deposits_allCalculated {
  white-space: nowrap;
  border-bottom: solid 1px #c4c4c4;
  margin-left: 20px;
}

.per label,
.month_sum label,
.all_sum label {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #0a1e32;
  white-space: nowrap;
  margin-bottom: 10px;
}

.per p,
.month_sum p,
.all_sum p {
  font-weight: bold !important;
  font-size: 50px !important;
  line-height: 59px !important;
  color: #1d3448 !important;
  margin-bottom: 40px !important;
}

.DepositsTypes_title,
.interestRate_title,
.deposits_secureMoney_title {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #1d3448;
}

.deposits_type_text {
  font-weight: 400;
  font-size: 16px;
  color: #38495a;
}

.deposits_type h2 {
  font-weight: 500;
  font-size: 50px;
  line-height: 74px;
  color: #1d3448;
}

/* .deposits_image {
    position: absolute;
    right: 0;
    top: 1rem;
} */

.deposits_image img {
  border-radius: 20px;
}

.deposits_list {
  width: 100%;
}

.blured__block {
  padding: 16px 32px 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4.9047px);
  border-radius: 6px;
  z-index: 10;
  margin-bottom: 12px;
}

.Deposits_rate {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #1d3448;
}

.Deposits_percentage {
  font-weight: 600;
  font-size: 38px;
  color: #d52023;
  white-space: nowrap;
}

.Deposits_btnOpen {
  font-size: 26px;
  line-height: 30px;
  color: #d52023;
  margin-top: 25px;
}

/* tabs part */

.deposits_tabs {
  margin-bottom: 140px;
  margin-top: 80px;
}

.tab-input,
section {
  clear: both;
  padding-top: 10px;
  display: none;
}

.tab-name {
  font-weight: bold;
  font-size: 14px;
  display: block;
  float: left;
  padding: 10px 30px;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  color: #1d3448;
  margin-bottom: 72px;
}

.tab-name:hover {
  cursor: pointer;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
  display: block;
}

.tab-input:checked + .tab-name {
  border-color: transparent;
  text-decoration: none;
  color: #1d3448 !important;
  background-color: #f0f0f0;
  font-size: 24px;
  line-height: 28px;
  box-sizing: border-box;
  border-radius: 30px;
}

#content1,
#content2,
#content3,
#content4 {
  margin-left: 20px;
}

.deposits_description {
  position: relative;
  width: 100%;
  background: linear-gradient(95.15deg, #f3f7fe 2.59%, #f5fafe 99.26%);
  border-radius: 30px;
  margin-bottom: 40px;
  padding: 50px 45px;
}

.deposits_description_content {
  margin-left: 45px;
  margin-right: 45px;
}

.deposits_features,
.deposits_advantages,
.deposits_instructions {
  display: flex;
}

.deposits_features h3,
.deposits_advantages h3,
.deposits_instructions h3 {
  font-weight: 500;
  font-size: 40px;
  color: #1d3448;
  margin-left: 30px;
  line-height: 30px;
}

.deposits_description_info {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #1d3448;
  padding-bottom: 10px;
  margin-top: 40px;
}

.description_info_conditions::before,
.interestRate_content span::before {
  content: " ◉ ";
  color: #d52023;
}

.description_info1,
.description_adv1 {
  margin-bottom: 40px;
}

.deposits_advantages_text {
  font-weight: 500;
  font-size: 22px;
  color: #1d3448;
  padding-bottom: 10px;
}

.deposits_advantages_general::before {
  content: " ◉ ";
  color: #d52023;
}

.deposits_advantages_general {
  font-weight: bold;
  font-size: 22px;
  margin-top: 40px;
}

.description_adv1 span,
.description_adv2 span {
  font-weight: normal;
  font-size: 22px;
}

.deposits_instructions {
  margin-bottom: 40px;
}

.description_instr1 {
  font-weight: 500;
  font-size: 22px;
  color: #1d3448;
  margin-bottom: 24px;
}

.description_instr1 span::before,
.interestRate_subtitle::before {
  content: " ◉ ";
  color: #d52023;
}

.description_instr2 {
  font-weight: 500;
  font-size: 22px;
  color: #b1b3b3;
}

.description_instr2 p img {
  vertical-align: baseline;
}

.interestRate_content {
  max-width: 900px;
  margin-left: 20px;
}

.interestRate_subtitle {
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #1d3448;
  margin-bottom: 24px;
}

.interestRate_content p,
.deposits_secureMoney p {
  font-weight: normal;
  font-size: 22px;
  line-height: 26px;
  color: #b1b3b3;
  margin-bottom: 20px;
  margin-left: 38px;
}

.deposits_documents {
  display: flex;
}

.deposits_documents a {
  font-weight: 500;
  font-size: 26px;
  line-height: 85px;
  text-decoration-line: underline;
  color: #1d3448;
  margin-left: 20px;
}

.deposits_documents a:hover {
  color: #1d3448;
}

.deposits_secureMoney {
  display: flex;
}

#content1,
#content2,
#content3,
#content4 {
  display: none;
}

.input-group {
  max-width: 570px !important;
}

.dp-name {
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #1d3448;
  margin-bottom: 48px;
}

.dp-input-thousand {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
}

.deposits_amount {
  margin-bottom: 78px;
}

.deposits_amount label {
  font-weight: bold;
  font-size: 14px;
  color: #383837;
  margin-bottom: 6px;
}

.deposits_term label {
  font-weight: bold;
  font-size: 14px;
  color: #383837;
  margin-bottom: 6px;
}

.deposits_amount::after {
  content: "от 100 000 сум или от 100$";
  font-weight: normal;
  font-size: 1rem;
  color: #878b90;
  position: absolute;
}

input[type="text"] {
  font-size: 18px;
  line-height: 21px;
  color: #383837;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 1rem 1.4rem;
  background: transparent;
  border: none !important;
  box-sizing: border-box;
  color: inherit;
  outline: 0;
}

select::-ms-expand {
  display: none;
}

.input-group-append {
  position: absolute;
  padding-right: 100px;
  right: 0;
  overflow: hidden;
  flex-wrap: nowrap;
  border: none;
}

.input-group-append::after {
  position: absolute;
  content: " ";
  top: 25px;
  right: 5px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #383837 transparent transparent transparent;
}

.select-hide {
  display: none;
}

.currency-choose select {
  display: none;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

.slider-data-holder {
  max-width: 570px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-sizing: border-box;
  border-radius: 4px;
  justify-content: space-between;
  display: flex;
  vertical-align: baseline;
}

.slider-data-holder span {
  font-weight: normal;
  font-size: 18px;
  line-height: 45px !important;
  margin-left: 20px;
}

.js-range-slider {
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
}

.slider-Container {
  display: flex;
  justify-content: space-between;
  max-width: 570px;
  margin-top: 10px;
}

.slider-Container::after,
.slider-Container::before {
  font-weight: normal;
  font-size: 1rem;
  color: #878b90;
}

.deposits_aim {
  font-weight: bold;
  font-size: 14px;
  color: #383837;
}

.checkbox {
  margin-right: 30px;
  width: 100%;
  display: flex;
  white-space: nowrap;
  margin-top: 26px !important;
}

.checkbox_title {
  margin-top: 60px;
  font-size: 16px;
  line-height: 19px;
  color: #1d3448;
}

.check {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  margin-right: 12px;
  cursor: pointer;
  font-size: 22px;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  font-size: 14px;
  color: #383837;
  margin-bottom: 40px;
}

.check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmarkD {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #ffffff;
  border: 1px solid #1d3448 !important;
  box-sizing: border-box;
  border-radius: 2px;
}

.check:hover input ~ .checkmarkD {
  box-shadow: 1px 0px 5px 1px rgb(0 0 0 / 20%);
}

.check input:checked ~ .checkmarkD {
  background-color: #fff;
  color: #1d3448;
  border: 1px solid #1d3448 !important;
}

.checkmarkD:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 15px;
  border: solid #1d3448;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg) translateX(-115%) translateY(-30%);
  transform: rotate(45deg) translateX(-115%) translateY(-30%);
}

.check input:checked ~ .checkmarkD:after {
  display: block;
}

.check .checkmark:after {
  left: 5px;
  top: 5px;
  width: 15px;
  height: 15px;
  background-image: url("img/Vector.svg");
  background-repeat: no-repeat;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(0deg);
}

.dp_calcilations {
  border-bottom: 1px solid lightgray;
}

.deposits_sum {
  border-left: 1px solid lightgray;
  height: auto;
  font-weight: bold;
  font-size: 50px;
  line-height: 59px;
  color: #1d3448;
  float: left;
}

.commission {
  margin-bottom: 100px;
  margin-left: 100px;
}

.commission p,
.to_pay p {
  text-align: right;
  font-weight: bold !important;
  font-size: 50px !important;
  line-height: 59px !important;
  text-align: right;
  color: #1d3448 !important;
}

.commission label,
.to_pay label {
  font-weight: normal;
  font-size: 20px;
  line-height: 23px;
  color: #0a1e32;
  float: right;
  white-space: nowrap;
}

.to_pay {
  margin-left: 100px;
}

.DepositsTypes {
  position: relative;
  width: 1360px !important;
  background: linear-gradient(0deg, #e6e9f0 0%, #eef1f5 100%);
  border-radius: 20px;
  margin-bottom: 40px;
}

.deposits_type {
  padding: 30px 50px 30px 40px;
  height: 317px;
}

.deposits_type_title {
  font-weight: 500;
  font-size: 50px;
  line-height: 74px;
  color: #1d3448;
}

.deposits_list {
  width: 100%;
}

.Deposits_refill {
  color: #1d3448;
  font-weight: 400;
  font-size: 16px;
}

.Deposits_btnOpen {
  font-size: 26px;
  line-height: 30px;
  color: #d52023;
  margin-top: 25px;
}

.Deposits_btnMore {
  font-size: 26px;
  line-height: 30px;
  color: #0a1e32;
  margin-top: 25px;
}

.deposits_type .checkoutEasy-btn__item.take-btn {
  margin: 32px 0;
}

.Deposits_btnOpen a {
  text-decoration: none;
  color: inherit;
}

.Deposits_btnMore a {
  text-decoration: none;
  color: inherit;
}

.Deposits_btnOpen a:hover,
.Deposits_btnMore a:hover {
  color: inherit;
  text-decoration: none;
}

.irs {
  max-width: 100%;
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}

.irs-handle.type_last {
  z-index: 2;
}

.irs-min,
.irs-max {
  position: absolute;
  display: none;
  cursor: default;
}

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

.irs-with-grid .irs-grid {
  display: block;
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

.irs-grid-pol.small {
  height: 4px;
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000;
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}

.irs-disabled {
  opacity: 0.4;
}

.irs-hidden-input {
  position: absolute !important;
  display: none !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}

.irs--flat {
  height: 40px;
}

.irs--flat.irs-with-grid {
  height: 60px;
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565;
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9;
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent;
}

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453;
}

.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565;
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}

.irs--flat .irs-grid-text {
  color: #999;
}

.irs--big {
  height: 55px;
}

.irs--big.irs-with-grid {
  height: 70px;
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px;
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px;
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5);
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #b4b9be 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px;
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919ba5 30%, white 100%);
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px;
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px;
}

.irs--big .irs-grid-pol {
  background-color: #428bca;
}

.irs--big .irs-grid-text {
  color: #428bca;
}

.irs--modern {
  height: 55px;
}

.irs--modern.irs-with-grid {
  height: 55px;
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px;
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px;
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5);
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}

.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}

.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px;
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px;
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426;
}

.irs--modern .irs-grid {
  height: 25px;
}

.irs--modern .irs-grid-pol {
  background-color: #dedede;
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2;
}

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}

.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 2px;
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px;
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2;
}

.irs--sharp .irs-grid {
  height: 25px;
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px;
}

.irs--round.irs-with-grid {
  height: 65px;
}

.irs--round .irs-line {
  top: 0;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px;
  max-width: 100%;
}

.irs--round .irs-bar {
  top: 0;
  height: 4px;
  background-color: #003e64;
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px;
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5);
}

.irs--round .irs-handle {
  top: -10px;
  width: 21px;
  height: 21px;
  border: 4px solid white;
  background-color: #003e64;
  border-radius: 24px;
  box-shadow: 1px 1px 5px gray;
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  border: 4px solid white;
  background-color: #003e64;
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(211, 18, 18, 0.1);
  border-radius: 4px;
}



/* Depo calc */


.deposit_calc-wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.deposit_calc-block {
  padding: 48px;
  background-color: #ffffff;
  border-radius: 8px;
}
.deposit_calc-wrapper .deposit_calc-block {
  background-color: #eff2f6;
}


.deposit_calc-first {
  padding: 48px;
  background-color: #ffffff;
  border-radius: 12px;
}
.deposit_calc-first_title {
  font-size: 24px;
  font-weight: 500;
  color: #003d64;
}
.deposit_calc-first_subtitle {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #0a1e3299;
}
.block_head {
  font-size: 14px;
  font-weight: 500;
  color: #0a1e3299;
}
.choose_method-wrapper {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.choose_method-wrapper label {
  position: relative;
}
.choose_method-wrapper input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.choose_method-block {
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #003d64;
  line-height: normal;
  border: 1px solid #003d64;
  border-radius: 100px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.choose_method-wrapper input:checked + div.choose_method-block {
  background-color: #003d64;
  color: #ffffff;
}

.deposit_calc-wrapper input,
.deposit_calc-wrapper select,
#region {
  width: 100%;
  display: flex;
  padding: 12px 16px 12px 18px;
  justify-content: space-between;
  align-items: center;
  border-radius: 1000px;
  border: 1px solid #b1b5c3;
  margin-top: 8px;
  box-shadow: none;
  transition: 0.5s all;
}

.deposit_calc-wrapper input:disabled {
  background-color: #f0f0f0;
}
.deposit_calc-wrapper select:focus-visible,
#region:focus-visible,
.deposit_calc-wrapper input:focus-visible {
  outline: none;
  box-shadow: 0px 6px 15px 0px gray;
}
.range-toggle {
  height: 0;
  margin-inline: 20px;
  margin-top: -2px;
}
.irs--round .irs-handle {
  width: 15px !important;
  height: 15px !important;
  border: 2px solid #fff !important;
  top: -7px;
}
.irs--round .irs-line,
.irs--round .irs-bar {
  height: 3px !important;
}
.irs.irs--round.js-irs-0 {
  height: 0;
}

.deposit_calc-second {
  height: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.more-padding {
  padding: 36px 36px 0 36px;
}
.deposit_calc-second_title {
  font-size: 24px;
  font-weight: 500;
  color: var(--main-blue);
}
.headed_blocks {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  justify-content: space-between;
  row-gap: 32px;
  column-gap: 20px;
}
.deposit_calc-second input,
.deposit_calc-second input:focus-visible {
  outline: none;
  border: none;
}
.input_wrapper {
  margin-top: 8px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.input_wrapper .input_replace {
  line-height: 100%;
  font-size: 24px;
  font-weight: 700;
  color: var(--main-blue);
}
.input_wrapper span {
  font-size: 16px;
  font-weight: 700;
  color: var(--main-blue);
}
#deposit_submit {
  margin: 0 16px 16px 16px;
}

/* Depo calc END */

@media (max-width: 1250px) {
  .deposits-banner__item {
    max-width: 450px;
  }
  .deposits-banner__title {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (max-width: 1025px) {
  .kmaStylesSqbNew {
    width: 100%;
  }
  .DepositsTypes {
    margin: 0px;
    margin-bottom: 20px;
  }
  .deposits_type {
    text-align: center;
    width: 100%;
  }
  .deposits_type h2 {
    margin: 0;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    display: none;
  }

  .deposit_calc-wrapper {
    grid-template-columns: 100%;
  }
  .deposit_calc-second {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  .kmaStylesSqbNew {
    width: 100%;
  }
  .DepositsTypes {
    margin: 0px;
  }
  .deposits_type {
    text-align: center;
    margin-left: 0px;
  }
  .deposits_type h2 {
    margin: 0;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    position: relative;
    transform: scale(0.95);
  }
  .per,
  .month_sum,
  .all_sum {
    text-align: center;
  }
  .deposits_allCalculated {
    margin-left: -80px;
  }
}

@media (max-width: 992px) {
  .deposits-banner__item {
    transform: scale(0.7);
    margin-top: -20px;
    margin-left: -75px;
  }
  .deposits-banner {
    margin-bottom: 0;
  }
  .deposits_type {
    height: 100%;
  }
  .kmaStylesSqbNew {
    width: 100%;
  }
  .per p,
  .month_sum p,
  .all_sum p {
    font-size: 40px;
  }
  .DepositsTypes {
    margin: 0px;
  }
  .deposits_type {
    text-align: center;
    margin-left: 0px;
  }
  .deposits_type h2 {
    margin: 0;
  }
  .deposits_tabs {
    margin-top: 30px !important;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    position: relative;
    transform: scale(0.95);
    margin: 0 auto;
  }
  .per,
  .month_sum,
  .all_sum {
    text-align: center;
  }
  .deposits_amount {
    margin-bottom: 40px;
  }
  .deposits_calculations {
    margin-top: 30px;
  }
  .deposits_allCalculated {
    margin-left: -65px;
  }
  .deposits_calculations {
    margin-bottom: 15px;
  }
  .dp-name {
    margin-top: 0;
    font-size: 35px;
    margin-left: 20px;
  }
  .tab-name {
    margin-bottom: 20px;
  }
  .deposits_documents a {
    line-height: 45px;
  }
  .input-group-append {
    right: 1%;
  }
  .deposits_features h3,
  .deposits_advantages h3,
  .deposits_instructions h3 {
    line-height: 45px;
  }
  .kmaStylesSqbNew {
    width: 100%;
  }
  .DepositsTypes {
    margin: 0px;
    margin-bottom: 20px;
  }
  .deposits_type {
    padding: 20px;
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }
  .deposits_type h2 {
    margin: 0;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    display: none;
  }
  .to_pay,
  .pay {
    float: right;
  }
  .deposits_sum {
    border-left: none;
    font-size: 40px;
  }
  .dp-name {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .DepositsTypes_title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .DepositsTypes_title,
  .interestRate_title,
  .deposits_secureMoney_title {
    font-size: 34px;
  }
  .deposits_image {
    display: none;
  }
}

@media (max-width: 768px) {
  .kmaStylesSqbNew {
    width: 100%;
  }
  .per p,
  .month_sum p,
  .all_sum p {
    font-size: 40px;
  }
  .deposits-banner {
    margin-bottom: 0;
  }
  .DepositsTypes {
    margin: 0px;
  }
  .deposits_type {
    text-align: center;
    margin-left: 0px;
  }
  .deposits_type h2 {
    margin: 0;
  }
  .deposits_tabs {
    margin-top: 30px !important;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .per,
  .month_sum,
  .all_sum {
    text-align: center;
  }
  .deposits_amount {
    margin-bottom: 40px;
  }
  .deposits_calculations {
    margin-top: 30px;
  }
  .deposits_calculations {
    margin-bottom: 15px;
  }
  .dp-name {
    margin-top: 0;
    font-size: 35px;
    margin-left: 20px;
  }
  .tab-name {
    margin-bottom: 20px;
  }
  .deposits_documents a {
    line-height: 45px;
  }
  .kmaStylesSqbNew {
    width: 100%;
  }
  .DepositsTypes {
    margin: 0px;
    margin-bottom: 20px;
  }
  .deposits_type {
    padding: 20px;
    text-align: center;
    margin-left: 0px;
    width: 100%;
  }
  .deposits_type h2 {
    margin: 0;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .dp-aside {
    margin-left: -30px;
  }
  .commission {
    margin-bottom: 0;
  }
  .deposits_sum {
    border-left: none;
    font-size: 40px;
  }
  .dp-name {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .DepositsTypes_title {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .deposits_image {
    display: none;
  }
  .DepositsTypes_title,
  .interestRate_title,
  .deposits_secureMoney_title {
    font-size: 32px;
  }
  .deposits_image {
    display: none;
  }
}

@media (max-width: 767px) {
  .deposits-banner__item {
    margin-left: -65px;
  }
  .deposits-banner__title,
  .deposits-banner__subtitle p,
  .deposits-banner__text,
  .deposits-banner__btn a {
    font-size: 18px;
    line-height: 1.2;
  }
  .deposits-banner__btn {
    margin-top: 0 !important;
  }
  .deposits-banner__btn a img {
    width: 0.5rem;
    height: auto;
    margin-left: 0.4rem;
  }
}

@media (max-width: 576px) {
  .deposits-banner__item {
    transform: scale(0.7);
    /* margin-left: -60px; */
    margin-top: 0px;
  }
  .deposits-banner {
    margin-bottom: 0;
  }
  .kmaStylesSqbNew {
    width: 100%;
  }
  .per p,
  .month_sum p,
  .all_sum p {
    font-size: 40px;
  }
  .per {
    margin-top: 50px;
  }
  .DepositsTypes {
    margin: 0px;
  }
  .deposits_type {
    text-align: center;
    margin-left: 0px;
  }
  .deposits_type h2 {
    margin: 0;
  }
  .deposits_tabs {
    margin-top: 30px !important;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    position: relative;
    transform: scale(0.65);
    margin-left: -50px;
    height: auto;
  }
  .deposits_features h3,
  .deposits_advantages h3,
  .deposits_instructions h3 {
    font-weight: 600;
    font-size: 22px;
    margin-left: 0px;
    line-height: 30px;
  }
  .description_adv2,
  .deposit_openInstructions {
    font-size: 18px;
  }
  .deposits_advantages h3 {
    margin-bottom: 24px;
  }
  .deposits_calculations {
    margin-top: 30px;
  }
  .deposits_allCalculated {
    margin-left: 0;
  }
  .per,
  .month_sum,
  .all_sum {
    text-align: center;
  }
  .deposits_amount {
    margin-bottom: 40px;
  }
  .deposits_calculations {
    margin-bottom: 15px;
  }
  .dp-name {
    margin-top: 0;
    font-size: 30px;
    margin-left: 20px;
  }
  .tab-name {
    margin-bottom: 20px;
  }
  .deposits_documents a {
    line-height: 45px;
  }
  .input-group-append {
    right: 1%;
  }
  .deposits_description_content {
    margin-left: 0;
    width: 100%;
  }
  .deposits_features img,
  .deposits_advantages img,
  .deposits_instructions img {
    display: none;
  }
  .interestRate_content p {
    margin-left: 0;
  }
  .description_info1,
  .description_adv1 {
    margin-bottom: 10px;
  }
  .kmaStylesSqbNew {
    width: 100%;
  }
  .DepositsTypes {
    margin: 0px;
    margin-bottom: 20px;
  }
  .deposits_type {
    text-align: center;
    padding: 20px;
    margin-left: 0px;
    width: 100%;
    height: 100%;
  }
  .deposits_type h2 {
    margin: 0;
  }
  #rate,
  #term {
    display: inline-block;
  }
  .deposits_image {
    position: relative;
    transform: scale(0.6);
    margin-left: -80px;
  }
  .deposits_type_title,
  .Deposits_rate {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .Deposits_btnMore {
    font-size: 16px;
  }
  .deposits_type_textm,
  .Deposits_refill {
    font-size: 14px;
    line-height: 16px;
  }
  .Deposits_percentage {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
  }
  .dp-name {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .dp-aside {
    margin-left: -45px;
  }
  .deposits_sum {
    border-left: none;
    display: flex;
    font-size: 40px;
  }
  .commission {
    margin-bottom: 50px;
  }
  .commission label,
  .commission p,
  .to_pay label,
  .to_pay p {
    text-align: center;
    white-space: normal;
  }
  .checkbox {
    flex-wrap: wrap;
    margin-top: 20px !important;
  }
  .checkbox_title {
    margin-top: 30px;
  }
  .DepositsTypes_title {
    font-size: 24px;
    margin-top: 24px;
  }
  .deposits_type_text {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 12px;
  }
  .DepositsTypes_title,
  .interestRate_title,
  .deposits_secureMoney_title {
    font-size: 32px;
  }
  .deposits_image {
    display: none;
  }
  .deposits_type .checkoutEasy-btn__item.take-btn {
    margin: 16px 0;
  }
  .blured__block,
  .Deposits_refill {
    padding: 8px 16px 16px;
  }

  .headed_blocks {
    grid-template-columns: 100%;
  }
  .deposit_calc-block {
    padding: 24px;
  }
}

@media (max-width: 480px) {
  .deposits-banner__item {
    /* transform: scale(.5); */
    /* margin-left: -150px; */
    margin-top: 0px;
  }
}

@media (max-width: 400px) {
  .deposits-banner__item {
    /* transform: scale(.4); */
    margin-top: 0px;
  }
}

@media (min-width: 310px) and (max-width: 740px) {
  .deposits-banner__title {
    font-size: 26px;
    line-height: 36px;
    margin-left: 23px;
  }
  .deposits-banner__subtitle p {
    font-size: 15px;
    line-height: 18px;
    margin-left: 23px;
  }
  .deposits-banner__item .checkoutEasy__btn {
    margin-left: 23px;
  }
}

@media (min-width: 741px) and (max-width: 1281px) {
  .deposits-banner__title {
    font-size: 32px;
    line-height: 36px;
  }
  .deposits-banner__subtitle p {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1430) {
  .deposits-banner {
    padding-left: 40px !important;
    background-color: red;
  }
}
