#calculator {width: 600px;}
#calculator h6 {font-style: italic; font-size: 16px;font-family: Arial, Helvetica, sans-serif;color: #3b3b3e; margin: 0;margin-bottom: 5px; font-weight: 400;}
.calc_okna {overflow: hidden; background: #eee; padding: 20px; -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);box-shadow:0 0 10px rgba(0, 0, 0, 0.3);}
#calculator .left {float: left; width: 256px !important;}
#calculator .right {float: right; width: 290px !important;}
.radios > section {background: #fff; padding: 4px 10px 4px 10px; border: 1px orange solid; border-radius: 10px; color: #78787b; font-size: 13px; margin-bottom: 10px;}
.radios > section > label {display: inline-block;width: 60px;}
.type {height: 70px; margin-bottom: 40px;}
.type ul {padding: 0; margin: 0;}
.type img {max-width: 78px;border: 1px #ccc solid; vertical-align: center;}
.type img.current {border: 1px orange solid;}
.type img:hover {border: 1px orange solid;}
.type li {list-style-type: none; vertical-align: top; text-align: center; padding: 0; background: none;}
.type > ul > li {display: inline-block; list-style-type: none; padding: 0; background: none;}
.type > ul > li > ul {display: none; position: absolute; background: #eee; padding: 10px; border-radius: 6px;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);-moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);box-shadow:0 0 10px rgba(0, 0, 0, 0.3);}
.type > ul > li:hover > ul {display: block;}

.calc_okna, .type > ul > li > ul {
background-image: -moz-linear-gradient(#fff, #eee);
background-image: -o-linear-gradient(#fff, #eee);
background-image: linear-gradient(#fff, #eee);
}

input[type="range"].vertical {
   width: 25px;
   height: 100%;
   -webkit-appearance: slider-vertical
}

.calc_blocks {overflow: hidden;}
.calc_blocks .item {float: left; text-align: center;}
.calc_blocks .item:last-child {width: 208px; margin-left: 10px;}
.calc_blocks .item:last-child img {max-width: 220px;}
.radios {margin-top: 100px;}

#res {font-size: 24px;color: #555459; margin-top: 20px; float: left; width: 260px;}
#res > #calc_cost {color: #ff8106;font-size: 44px;}
#res > #calc_sub_cost {color: #ff8106;font-size: 24px;}
#ras_res {font-size: 18px;color: #555459; border-left: 1px #222 solid; line-height: 40px; margin-top: 28px; margin-left: 20px; padding-left: 20px; float: left;}
#ras_res > #calc_ras {font-size: 30px;color: #008aff;}
#ras_res > #calc_sub_ras {font-size: 18px;color: #008aff;}

#calc_footer {width: 630px; overflow: hidden; margin: 0 auto; margin-left: 70px;}

#calculator input[type="text"] {border-radius: 15px; width: 44px;height: 15px;text-align: center; color: #ff8106; font-size: 14px;}
#calc_range_first {height: 200px;}
#calc_range_first_text {margin-bottom: 20px; display: inline-block}
#calc_range_second {width: 200px; line-height: 40px; margin-top: 20px;}
#calc_range_second_text {margin-left: 20px; margin-top: 20px; display: block; float: right;}