.calc { 
    margin-bottom:50px; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
}
.calc .btn-calc { 
    background:url(../images/btn-calc.png);
    width:379px;
    height:80px; 
    display:block; 
    margin:0 auto; 
    line-height:80px; 
    text-align:center; 
    text-shadow:-1px 1px 3px rgba(0,0,0,1.00); 
    color:#fff; 
}
.calc .btn-calc.active { 
    background-position:bottom; 
}
.calc .toggle-calc { 
    height:0; 
    opacity:0; 
    visibility:hidden; 
    overflow:hidden; 
    -webkit-transition:all 0.5s ease; 
    -moz-transition:all 0.5s ease; 
    -o-transition:all 0.5s ease; 
    transition:all 0.5s ease; 
}
.calc .toggle-calc.active {
    height:150px; 
    padding-top:40px; 
    opacity:1; 
    visibility:visible; 
}

.section-11.calc {
    margin-top: 110px;
}
.calc__container {
  max-width: 1140px;
  margin: 0 auto;
}
.calc__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.calc__col {
    display: flex;
    flex-direction: column;
}
.calc__block {
    display: flex;
    flex-direction: column;
    width: 438px;
    margin-bottom: 28px;
}
.calc-range__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-11.calc h2 {
    text-align: center;
    line-height: 36px;
    color: #002857;
  }
  
  .section-11.calc *[class^="col-"] {
    margin: 40px 0;
  }

  .calc-range-summ, .calc-range-prepayment, .calc-range-indulgence {
    position: relative;
  }
  
  .section-11.calc .calc-range__row {
    padding-bottom: 5px;
  }
  .section-11.calc .calc-range__row .form-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    color: #B2B2B2;
  }
  
  .section-11.calc *[class^="calc-range"] .range {
    position: absolute;
    bottom: -1.6px;
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: none;
    border-radius: 3px;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 11;
    box-shadow: 1px 1px 3px 0px #BCBCBC40 inset,
    -1px 1px 3px 0px #AFAFAF40 inset;
    border: none;
  }
  
  .section-11.calc *[class^="calc-range"] .range:hover {
    opacity: 1;
  }
  
  .section-11.calc *[class^="calc-range"] .range-progress-line {
    position: absolute;
    bottom: -2px;
    width: 41%;
    height: 6px;
    background: linear-gradient(89.97deg, #002857 0.56%, #1E4FFF 114.3%);;
    border-radius: 6px;
    z-index: 10;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: url('../image/ellipse_blue.svg') center center/cover no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    border: none;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-moz-range-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: url('../image/ellipse_blue.svg') center center/cover no-repeat;
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    border: none;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-moz-range-progress {
    background-color: transperent;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-moz-range-track {
    background-color: transperent;
    border: none;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-ms-fill-lower {
    background-color: transperent;
  }
  
  .section-11.calc *[class^="calc-range"] .range::-ms-fill-upper {
    background-color: transperent;
    border: none;
  }

  .horizontal-check {
    position: absolute;
    top: 55px;
    height: 4px;
    width: 1px;
    background: #B7B7B7;
}

.calc-range-summ .horizontal-check.first-step {
  left: 27px;
}
.calc-range-summ .horizontal-check.second-step {
  left: 127px;
}
.calc-range-summ .horizontal-check.third-step {
  left: 227px;
}
.calc-range-summ .horizontal-check.fourth-step {
  left: 328px;
}
.calc-range-summ .horizontal-check.fifth-step {
  left: 420px;
}


.calc-range-prepayment .horizontal-check.first-step {
  left: 59px;
}
.calc-range-prepayment .horizontal-check.second-step {
  left: 165px;
}
.calc-range-prepayment .horizontal-check.third-step {
  left: 271px;
}
.calc-range-prepayment .horizontal-check.fourth-step {
  left: 376px;
}


.calc-range-indulgence .horizontal-check.first-step {
    left: 76px;
}

.calc-range-indulgence .horizontal-check.second-step {
    left: 147px;
}

.calc-range-indulgence .horizontal-check.third-step {
    left: 218px;
}

.calc-range-indulgence .horizontal-check.fourth-step {
    left: 288px;
}

.calc-range-indulgence .horizontal-check.fifth-step {
    left: 359px;
}

.sidebar .calc-range-summ .horizontal-check.fifth-step, .sidebar .calc-range-prepayment .horizontal-check.fourth-step {
  left: 98%;
}
.sidebar .calc-range-summ .horizontal-check.fourth-step {
  left: 75%;
}
.sidebar .calc-range-summ .horizontal-check.third-step {
  left: 52%;
}
.sidebar .calc-range-summ .horizontal-check.second-step {
  left: 29%;
}
  
  .section-11.calc .range-label {
    display: flex;
    align-items: center;
    margin: 5px 0;
  }
  .section-11.calc .range-label span {
    margin-left: 4px;
  }
  .section-11.calc .range-label img {
    margin-right: 4px;
    width: 12px;
    height: 12px;
  }
  
  .section-11.calc .select-block {
    border-width: 1px;
    border-color: #8b8380;
    border-style: solid;
    border-radius: 5px;
    padding: 10px 15px;
  }
  
  .section-11.calc select {
    width: 100%;
    margin-left: -3px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    position: relative;
    outline: none;
    padding: 5px 40px 5px 0;
    background: transperent;
    background: url("../image/select-arrow.png") 95% 3px/20px no-repeat;
  }
  
  .section-11.calc .calc-block *[class^="calc-range"] *[class$="-block"] {
    position: absolute;
    bottom: 0;
    margin-bottom: -25px;
  }
  
  .section-11.calc .calc-block *[class^="calc-range"] *[class$="min-block"] {
    left: 10px;
  }
  
  .section-11.calc .calc-block *[class^="calc-range"] *[class$="max-block"] {
    right: 10px;
  }
  
  .section-11.calc .checkbox-block {
    margin: 104px 0 50px;
    position: relative;
    display: flex;
    align-items: center;
  }
  
  .section-11.calc .checkbox-block .line {
    height: 1px;
    width: 100%;
    background: rgba(139, 131, 128, 0.5);
    padding: 0;
  }

  
  
  .section-11.calc .checkbox-block div {
    display: flex;
    align-items: center;
    position: relative;
  }

  .section-11.calc .checkbox-block__title {
    font-size: 14px;
    color: #002857;
    margin-right: 18px;
  }
  .label_with_check {
    color: #B2B2B2;
    font-size: 10px;
    margin-right: 44px;
    line-height: 20px;
    margin-top: 2px;
  }
  
  .checkbox-block input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 20px;
    width: 16px;
    right: 22px;
    z-index: 5;
}
.checkmark {
  top: 5px;
  left: 64px;
}
.checkbox-block input:checked ~ .checkmark {
  background-color: #b5944f;
  border: 1px solid #b5944f;
  cursor: pointer;
}
.checkbox-block input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-block .checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 1px;
  width: 5px;
  height: 6px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}
  
  
  .section-11.calc .percent-val-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-top: 14px;
  }
  
  .section-11.calc .percent-val-block .svg {
    width: 230px;
    height: 230px;
    position: relative;
  }
  
  .section-11.calc .percent-val-block svg {
    width: 100%;
    height: 100%;
    stroke-dasharray: 690;
    -webkit-animation: dash 2s;
    animation: dash 2s;
    animation-direction: reverse;
    stroke-dashoffset: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #08207520;
    filter: drop-shadow(0px 4px 9px rgba(8, 32, 117, 0.2));
  }

  .percent-val-text .bold {
    margin-bottom: 12px;
}

  .infographic-list {
    margin-left: 35px;
}

.infographic-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.inner-box {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    margin-right: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.infographic-box .black {
    background: #002857;
}

.infographic-box .blue {
    background: #1E4FFF;
}

.infographic-box .brown {
    background: #D7A641;
}

.infographic-box .text-box {
    font-size: 10px;
    line-height: 12px;
    color: #000000;
}

  .section-11.calc .percent-val-block svg circle {
    transition: all 0.2s;
  }

  
  .section-11.calc .percent-val-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Montserrat'
  }
  
  .section-11.calc .bold span{
    font-size: 30px;
    font-weight: 400;
    color: #000;
  }
  
  .section-11.calc .rate-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 2px;
    align-items: flex-start;
  }
  
  .section-11.calc .rate-block-title {
    font-size: 18px;
    margin: 8px 0;
  }
  
  .section-11.calc .rate-block .line {
    height: 1px;
    width: 100%;
    background: rgba(139, 131, 128, 0.5);
    padding: 0;
    margin: 5px 0;
  }
  
  .section-11.calc .rate-block .rate {
    font-size: 32px;
    font-weight: 600;
    color: #002857;
    margin: 8px 0;
  }
  .section-11.calc .rate-block .rate span {
    font-size: 32px;
    font-weight: 600;
    color: #002857;
  }
  
  .section-11.calc .rate-block-yield {
    margin: 25px 0 8px;
    font-size: 32px;
    font-weight: 600;
    color: #002857;
    display: flex;
    align-items: center;
  }
  .section-11.calc .rate-block-yield span {
    font-size: 32px;
    font-weight: 600;
    color: #002857;
    margin-right: 10px;
  }
  .section-11.calc .rate-block-yield img {
    display: block;
    height: 18px;
    width: 18px;
    margin-left: 14px;
  }
  .section-11.calc .rate-block .open-eposit-btn {
    font-size: 10px;
    text-align: left;
    color: #B5944F;
  }

  .calc-content-info {
    width: 479px;
    margin-top: 24px;
}
.calc-content-info p {
    font-size: 14px;
    line-height: 18px;
    color: #002857;
}
.calc-content-info p span {
  font-weight: 700;
  line-height: 18px;
}


  .section-11.calc .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0.6rem;
  }
  
  .section-11.calc .only-for-information {
    text-align: center;
    margin: 10px auto 30px;
  }
  
  .section-11.calc .calc-table-block .table-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    border: 1px solid #555555;
    border-radius: 13px;
    font-size: 24px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ebebeb;
    width: 200px;
  }
  
  .section-11.calc .calc-table-block .table-block .table-head {
    font-size: 24px;
    color: #fff;
    background: #636363;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
  }
  
  .section-11.calc .calc-table-block .table-block .table-head-zaandem {
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    background: #f2c332;
    color: #fff;
    width: 100%;
  }
  
  .section-11.calc .calc-table-block .table-block .table-item {
    font-family: "Arial";
    color: #494949;
    font-size: 24px;
    margin: 5px 0;
  }
  
  .section-11.calc .calc-table-block .table-block .line {
    background: #acacac;
    height: 1px;
    width: 70%;
    margin: 0;
  }
  
  .section-11.calc .calc-table-block .table-block .table-result {
    font-family: "Arial";
    font-weight: bold;
    margin: 5px 0;
    color: #494949;
    font-size: 30px;
  }
  
  .section-11.calc .calc-table-block .table-block .table-result-zaandem {
   /* color: #b90404;*/
    font-family: "Arial";
    font-weight: bold;
    font-size: 30px;
    margin: 5px 0;
  }
  
  .section-11.calc .calc-table-block h3 {
    font-size: 32px;
    color: #090909;
    text-align: center;
  }
  
  .section-11.calc .calc-table-block div[class^="about-profit"] {
    text-align: center;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  
  .section-11.calc .calc-table-block div[class^="about-profit"] span.listitem {
    background-color: #636363;
    display: block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  
  .section-11.calc .calc-table-block div[class^="about-profit"] .text {
    width: calc(100% - 20px);
  }
  
  .section-11.calc .calc-table-block .about-profit-zaandem span.listitem {
    background-color: #f2c332 !important;
  }
  
  .section-11.calc .only-for-information {
    text-align: left;
    font-family: "Arial";
    font-size: 10px;
  }
  
  .section-11.calc .range-label span {
    font-size: 12px;
    font-weight: 600;
    color: #B5944F;
  }
  span {
    color: #000;
  }
  footer .copyright span {
    color: #ffffff;
  }

  @media screen and (max-width: 650px) {
    .section-11.calc {
      margin-top: 53px;
    }
    .section-11.calc h2 {
      font-size: 20px;
      line-height: 25px;
      margin-left: 0;
      text-align: center;
  }
    .nav-calc .sidebar-wrapper.calc {
      margin-left: 0;
      overflow-y: scroll;
      overflow-x: hidden;
  }
    .calc__container {
      width: 100%;
    }
    .section-11.calc .checkbox-block {
      margin: 38px 0 27px;
      padding: 0 14px;
    }
    .calc__row {
      flex-direction: column;
    }
    .calc__col .calc__block {
      width: 100%;
      margin-bottom: 15px;
  }
    .horizontal-check {
      top: 52px;
      height: 3px;
  }
  .calc__col .calc-content-info {
      width: 100%;
      padding: 0 26px;
    }
    .calc-content-info p {
      font-size: 10px;
    }
    .calc-content-info p span {
      font-size: 10px;
    }
    .section-11.calc .percent-val-block {
      flex-direction: column;
      margin: 40px auto 0;
    }

    .calc-range-summ .horizontal-check.first-step {
      left: 48px;
    }
    .calc-range-summ .horizontal-check.second-step {
      left: 106px;
    }
    .calc-range-summ .horizontal-check.third-step {
      left: 164px;
    }
    .calc-range-summ .horizontal-check.fourth-step {
      left: 223px;
    }
    .calc-range-summ .horizontal-check.fifth-step {
      left: 296px;
    }
    
    .calc-range-prepayment .horizontal-check.first-step {
      left: 70px;
    }
    .calc-range-prepayment .horizontal-check.second-step {
      left: 148px;
    }
    .calc-range-prepayment .horizontal-check.third-step {
      left: 225px;
    }
    .calc-range-prepayment .horizontal-check.fourth-step {
      left: 301px;
    }
    
    
    .calc-range-indulgence .horizontal-check.first-step {
        left: 83px;
    }
    
    .calc-range-indulgence .horizontal-check.second-step {
        left: 135px;
    }
    
    .calc-range-indulgence .horizontal-check.third-step {
        left: 186px;
    }
    
    .calc-range-indulgence .horizontal-check.fourth-step {
        left: 238px;
    }
    
    .calc-range-indulgence .horizontal-check.fifth-step {
        left: 289px;
    }
    .calc-range-summ, .calc-range-prepayment, .calc-range-indulgence {
      padding: 0 28px;
    }
    .section-11.calc *[class^="calc-range"] .range {
      width: 85%;
      height: 3px;
    }
    .section-11.calc *[class^="calc-range"] .range-progress-line {
      height: 4px;
    }
    .section-11.calc *[class^="calc-range"] .range::-webkit-slider-thumb {
      width: 12px;
      height: 12px;
      background: url('../image/ellipse_blue_mob.svg') center center/cover no-repeat;
    }
    .section-11.calc .rate-block {
      padding: 0 28px;
    }
    .section-11.calc .percent-val-block .svg {
      margin-bottom: 40px;
    }
    .infographic-list {
      margin-left: 0px;
    }
    .section-11.calc .rate-block-yield {
      margin: 15px 0 0px;
    }
    .sidebar .calc-range-summ .horizontal-check.fifth-step, .sidebar .calc-range-prepayment .horizontal-check.fourth-step {
      left: 90%;
    }
    
  }

  @media screen and (max-width: 330px) {
    .section-11.calc .rate-block-yield {
      font-size: 24px; 
  }
  .section-11.calc .rate-block-yield span {
    font-size: 27px;
}
.section-11.calc .rate-block .open-eposit-btn {
  line-height: 10px;
}
.nav-calc .section-11.calc .rate-block-yield {
  margin: 5px 0 1px;
}
.nav-calc .calc__col .calc__block {
  margin-bottom: 12px;
}
.nav-calc .section-11.calc .checkbox-block {
  margin: 10px 0 0px;
}
.nav-calc .sidebar-wrapper {
  padding: 6vh 0 5vh 0;
}
  }
  