/* Start custom CSS */.kalkulator-wrapper{

    width:70%;

    max-width:900px;

    margin:0 auto;

}

@media (max-width: 767px){

    .kalkulator-wrapper{

        width:95%;

        max-width:95%;

    }

}/* End custom CSS */