
    body{
        font-family: verdana;
        font-size: 14px;
        background-color: #f0f1f0;
    }
    .row{
        display: table;
        width: 900px;
        margin: 0 auto;
    }
    .cell{
        display: table-cell;
        vertical-align: middle;
    }
    .banc{
        width: 80px;
        height: 80px;
        cursor: pointer;
    }
    .top{
        width: 900px;
        margin: 0 auto;
    }

    .h2{
        margin-top: 20px;
        font-weight: 700px;
        font-size: 27px;
        margin-bottom: 30px;
    }

    .h3{
        font-weight: 700px;
        font-size: 22px;
        color: black;
        margin-bottom: 30px;
    }
    #but{
        color: #fff;
        background-color: #1b1919;
        font-weight: 400;
        text-transform: uppercase;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        font-family: "Roboto",Sans-serif;
        padding: .618em 1em;
        border-radius: 3px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        cursor: pointer;
    }
    #but:hover{
        color: #1b1919;
        background-color: #fff;
        border-color: #1b1919;
    }
    .plat{
        width: 300px;
        text-align: center;
        font-size: 20px;
        color: orangered;
    }
    .mes{
        width: 200px;
        text-align: center;
    }
    .mes select{
        width: 80px;
        text-align: center;
    }
    .tarif{
        width: 220px;
        cursor: pointer;
    }
    .tarif:hover{
        color: orangered;
    }
    .sel-part{
        height: 30px;
        width: 90px;
        border-radius: 7px;
        padding: 4px;
    }
    .comment{
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 6px;
        padding-top: 3px;
        color: gray;
        padding-left: 30px;
        background-image: url("img/com.png");
        background-repeat: no-repeat;
        width: 95%;
    }
    .kredit_table{
        display: table;
        margin: 0 auto;
        background-color: white;
        padding: 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }
    .infa{
        display: none;
        width: 850px;
        /*height: 150px;*/
        margin: 25px;
        box-sizing: border-box;
    }

    .price-edit{
        display: none;
        border: 1px solid gray;
        width: 230px;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 10px;
        background-color: #ffffff;
    }
    .price-edit input{
        width: 140px;
        margin-right: 10px;
        padding: 0px;
        height: 24px;
    }
    .price-edit button{
        border: 1px solid #af9a9a;
        height: 25px;
        border-radius: 3px;
        background-color: #ffb637;
        color: #503434;
    }
    .pen{
        float: right;  
        margin-left: 10px; 
        margin-top: 5px;
        opacity: 0.5;
    }
    .pen:hover{
        opacity: 1;
    }

    #otp-form{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 378px;
        background-color: white;
        margin: -150px 0 0 -200px;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.5);
        text-align: center;
        padding: 11px;
        padding-top: 100px;
        background-image: url("img/otp-logo.jpg");
        background-repeat: no-repeat;
    }
    #otp-form input {
        margin: 3px;
        padding: 3;
    }

    #alpha-form{
        position: fixed;
        top: 50%;
        left: 50%;
        width: 378px;
        background-color: white;
        margin: -150px 0 0 -200px;
        display: none;
        border-radius: 10px;
        box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.5);
        text-align: center;
        padding: 11px;
        padding-top: 100px;
        background-image: url("img/alfabank-logo.jpg");
        background-repeat: no-repeat;
    }
    .close {
        width: 40px;
        height: 40px;
        background-color: #ff5545;
        border-radius: 0px 10px 0px 0px;
        position: absolute;
        right: 0px;
        top: 0px;
        background-image: url(img/close.png);
        opacity: 0.7;
        cursor: pointer;
    }
    .close:hover{
        opacity: 1;
    }
    .alfa-input{
        background: #fbfbfb;
        font-family: Arial, Helvetica, sans-serif;
        color: 333;
        border: 1px solid #CCCCCC;
        padding: 6px;
        margin: 4px 0px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -khtml-border-radius: 2px;
        border-radius: 2px;
    }

    .lgota{
        background-color: orange;
    }

    td{
        min-width: 70px;
        height: 48px;
        padding: 0px;
        border: 1px solid #afafaf;
        text-align: center;
    }
    table{
        border-spacing: 0px 0px;
    }
    th{
        padding: 5px;
        border: 1px solid #afafaf;
    }

@media (max-width: 900px) {
  .banc{
    height: auto;
  }
  .row{
    width: 100%;
  }
  .top{
    width: 100%;
  }
  .top a img{
    width: 80%;
  }
  .cell{
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px;
  }
  .infa{
    display: none !important;
  }
  .th{
    display: none !important;
  }
  .tarif-mob{
    display: block !important;
  }
  .tarif-comp{
    display: none;
  }
}
