div.calculatePlace {
    border-radius: 10px;
    display: block;

    margin-top: 10px;
    padding-bottom: 30px;
    background: #f2f2f2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    width: 100%;
    max-width: 90vw;
}

div.calculatePlace .flexed {
    display: flex;
    gap: 25px;
    padding: 0 15px;
    flex-wrap: wrap;
   
}

div.calculatePlace .flexed>div {
    position: relative;
}

div.calculatePlace label {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}


.calculatePlace h3 {
    padding: 0 15px;
}

.gamotvla {
    display: flex;
    align-items: end;
   
}

.calculatePlace h3 {
    margin-bottom: 15px;
    color: #003d76;
}

div.calculatePlace input[type="submit"] {

    color: #fff;
    background: #003d76 !important;
    border: none !important;
    height: 35px;

    margin-top: 30px;
    width: 150px;
    margin-left: 20px;
}

.calculatePlace #resultTable {
    display: none;
}

.calculatePlace input,
.calculatePlace select {
    height: 35px;
    width: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: none;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 0px 10px;
    display: block;

}

.flexed input,
.flexed select {
    font-family: var(--ff-mrgvlovani);
    ;
    font-size: 12px;
}

#gatana
 {
    width: 230px;
}
#amountoneverymonth{
    width: 190px;
}

#saproganakveti {
    width: 180px;
}

.calculatePlace input {
    width: unset;
    -moz-appearance: textfield;
    appearance: textfield;
    -webkit-appearance: textfield;
}

.calculatePlace input::-webkit-outer-spin-button,
.calculatePlace input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


.calculatePlace select {
    min-width: 90px;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://www.cartubank.ge/skins/default/images/drpdwn.png');
    background-repeat: no-repeat;
    background-position: 95% center;
}

.saproganakvetibx::after {
    content: '%';
    position: absolute;
    width: 30px;
    height: 35px;
    background: lightgray;
    bottom: 0;
    right: 0;
    margin: 0 0 0 0;
    font: normal 18px sans-serif;
    color: #FFF;
    text-align: center;
    padding-top: 7px;
    border-radius: 0 3px 3px 0;
}

.calculatePlace #resultTable {
    margin-top: 40px;
    padding: 0 15px;
}

.calculatePlace #resultTable .h {
    color: #003d76;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    width: 215px;
    gap: 10px;
}

div#result div span {
    color: #333333;
    height: 35px;
    width: 100%;
    border-radius: 5px;
    background: rgb(255, 255, 255);
    border: none;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    width: 220px;
    padding-top: 7px;
}
.calculatePlace #resultTable .h:last-child span{
    width: 235px;
}

#calculate {
    cursor: pointer;
    font-family: var(--ff-nino-mtavruli);
}
#amount,#gatana{
    width: 220px;
}
#vada{
    width: 120px;
}
#resulttable{
    gap: 30px;
}

@media only screen and (max-width:768px) {

    .calculatePlace .flexed>div,
    .calculatePlace input {
        width: 100%;
    }

    div.calculatePlace .flexed {
        gap: 10px;
    }

    #resultTable {
        flex-direction: column;
        gap: 10px;
    }

    #gatana,
    #saproganakveti,
    #amountoneverymonth {
        width: 100%;
    }

}