#econom-panel{
            padding: 10px 16px;
  background: #ededed;
    margin-top: 7px;
    border-radius: 7px;
    min-height: 295px;
    text-align: center;margin: 20px;
    }
    #econom-panel h2{
            font-size: 20px;
    line-height: 26px;
    margin: 10px 0 20px;
   color: #292727;
    }
    #econom-panel>div{
            display: flex;
    flex-flow: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-bottom: 12px;
    }
    #econom-panel svg{
        
    }
    #econom-panel div span{
            font-weight: 700;
    font-size: 35px;
    color: transparent;
    background: linear-gradient(30deg, #05a139, #d5e003);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -ms-background-clip: text;
    -o-background-clip: text;
    background-clip: text;font-family: 'Open Sans', 'PT Sans', 'Trebuchet MS', arial, Helvetica, tahoma !important;
    }
    #econom-panel div span b{
        font-size: 20px;
    line-height: 22px;
    display: block;
    }
    #econom-panel p{
            margin: 10px 0px;
       color: #817f7f;
    line-height: 17px;
    font-size: 13px;
    }
    #econom-panel a{
            display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    background: #419c29;
    color: #eee;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    }
    
@media only screen and (min-width: 501px) and (max-width: 1090px) { 
#calc-iframe {
width: 100% !important;
}
#zah-top h1 {
font-size: 34px !important;
    padding-right: 30% !important;
    line-height: 34px !important;
}
#single-calc-1 h1, #single-calc-2 h1, #single-calc-3 h1, #single-calc-4 h1 {
    margin: 0;
    text-align: left;

    font-size: 35px;
    line-height: 38px;
    padding: 0;
    padding-right: 30%;
}
#left-calc {
    width: 100%;
    float: none;
}
#start-value {
    float: left;
    width: 44%;
    padding: 2%;
    margin: 25px 0px;
    border-radius: 5px;
    background: #eee;
    margin-right: 2%;
}
#end-value {
    padding: 2%;
    margin: 25px 0px;
    border-radius: 5px;
    background: #fff;
    float: right;
    width: 42%;

    border: 1px solid #36ac15;
}
#right-list-calc {
    width: 96%;
    float: none;
    padding: 2%;

    padding-left: 0;
}
#box-top-view-art {
    float: none;
    width: 100%;
    margin-top: 25px;
}

}

@media only screen and (min-width: 900px) and (max-width: 1090px) { 


}

@media only screen and (min-width: 501px) and (max-width: 750px) {
 
} 

@media only screen and (min-width: 501px) and (max-width: 900px) {


}
