#ready{
    background-image: url('/template/default/pc/static/images/20230420194733.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    /*filter: brightness(0.5);*/
}
#ready:before {
    background: rgba(0,0,0,.8);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.block-title-white {
    color: #fff!important;
    text-align: center;
    margin-bottom: 60px;
}
.block-title-plane {
    width: 9.5965rem;
    height: 2.4125rem;
}
#plane-yellow.plane-alone-cls-1 {
    fill: #fad12c;
    fill-rule: evenodd;
}
.flexceb{
    display: flex;
    justify-content: center;
}
.calculation {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    width: 27rem
  }

.calculation .wrap {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
  }

.calculation .header {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    height: auto;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #9299a1
  }
.fa.fa-usd{
    font-size: 2.2rem;
    line-height: 1;
    margin-right: 0.5rem;

}

 .calculation .sum>* {
    vertical-align: top
  }
  .calculation .sum .value {
    color: #18364a;
    font-size: 5.2rem;
    line-height: 1;
}
.calculation .sum .star {
    color: #fad12c;
    font-size: 3rem;
    line-height: 1;
    margin-left: 0.5rem;
}
.calculation .from{
    border-top: solid #ededef 0.1rem;
    padding: 1.4rem 0.5rem;
}
 .calculation .in {
    border-top: solid #ededef 0.1rem;
    padding: 1.4rem 0.5rem;
}
.calculation .minitext {
    margin-top: 3.5rem;
    color: rgba(255,255,255,.75);
}
.calculation .minitext .star {
    color: #fad12c;
}
 .calculator {
    margin-left: 4rem;
    text-align: left;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 3rem;
    border-radius: 1rem;
    border: dashed rgba(255,255,255,.5) 0.1rem;
}
.calculator .calc-row {
    margin-bottom: 3rem!important;
}
.calculator h2 {
    display: block;
    width: 100%;
    margin: 0 auto 1.5rem auto;
}
.list label {
    cursor: pointer;
    color: #fff;
    position: relative;
    padding-left: 2.8rem;
    display: inline-block;
}
.list input {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-block;
    background: transparent url(/wp-content/themes/transagent/img/radio-passive.svg) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -0.1rem;
}
.calculator [type="text"] {
    background: transparent;
    border: solid #d1dce4 0.1rem;
    color: #fff;
    border-radius: 0.5rem;
    height: 4rem;
    padding: 0 1.2rem;
    width: 80%;
}
#jisuan{
    width: 100%;
    color: #fff;
    height: 4rem;
    border-radius: 0.5rem;
    border: solid #d1dce4 0.1rem;
    text-align: center;
    line-height: 4rem;
    padding: 0 1.2rem;
    background: transparent;
}
.submit{
    width: 100%;
    color: #fff;
    height: 4rem;
    border-radius: 0.5rem;
    border: solid #d1dce4 0.1rem;
    text-align: center;
    line-height: 4rem;
    padding: 0 1.2rem;
    margin-top:20px ;
    background: transparent;
}
@media(max-width:600px){
    .block-title-white {
        margin-bottom: 20px;
    }
    .flexceb{
        flex-direction: column;
    }
    .calculation{
        width:100% ;
        margin-bottom: 20px;
    }
    .calculator{
        margin-left: 0;
    }
}