table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***calc***/
.clear {
clear: both;
}

.calc_section {

margin: 0px 0 0 0px;
}

.calc_left {

}

.calc_right {
max-width: 320px;
margin: 0 auto;
margin-top: 60px;
}

.calc_title {
margin: 0 0 0px 0px;
}

.calc_border {
max-width: 320px;
padding: 20px 20px 20px 20px;
border: 4px solid #e5e5e5;
}

.calc_left table {

}

td.calc_sum 
{
width: 100px;
padding: 20px 20px 20px 20px;
}

td.calc_info {
width: 260px;
padding: 0px 0px 0px 0px;
}

.calc_left table tr td {

}

.calc_left table tbody tr td {

}

.calc_left table tbody tr:last-child td {
padding-bottom: 0;
}

.calc_left table tbody td.calc_sum {
}

.calc_right .calc_border {
text-align: center;
}

.calc_left table tbody td.calc_info {
color: #4c4c4c;
}

td.calc_info p {

}

td.calc_info ul {

}

td.calc_info ul li {

}

.calc_border_title {
font-size: 13px;
color: #8d8d8d;

}

.calc_border_sum {
color: #499CE5;
}

.calc_border_orange {
border-color: #07a6e6;
}

.calc_border_orange .calc_border_sum {
color: #888;

}

.calc_no_border {

}

.calc_left .calc_no_border table {

}

.calc_right_top {

}

.calc_left table tbody tr.calc_select td.calc_sum {
color: #07a6e6;
}

.calc_buttom {

text-align: center;

}

.calc_buttom input {
border: none;
margin: 0;;
color: #ffffff;

background: #ffb05b;
border-radius: 30px;
-webkit-box-shadow: 0px 3px 0px 0px rgba(224, 139, 48, 1);
-moz-box-shadow: 0px 3px 0px 0px rgba(224, 139, 48, 1);
box-shadow: 0px 3px 0px 0px rgba(224, 139, 48, 1);
cursor: pointer;
}

.calc_buttom input:hover {
background: #f7a349;
}

tr.calc_active {
cursor: pointer;
}

tr.calc_active td.calc_sum {
text-decoration: underline;
}

.kalkulat {
display: flex;
justify-content:space-around;
}
.kalkulat1{
min-width: 320px;
}
.title {
width: 320px;
margin: 20px 0px 40px 0px;
}

@media (max-width: 690px){
.kalkulat {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.title {
width: 320px;
margin: 60px 0px 0px 0px;
}
}
