html,body{
    width:820px;
    border:0;
    padding:0;
    margin:0;
    color: #404040;
    font-family: 'Futura PT Book';
    background: #fff;
    /*overflow: hidden;*/
}
h1{
    font-size: 30px;
    font-weight: 300;
    margin: 0;
}
h3{
    font-family: 'Futura PT Demi';
    font-size: 18px;
}

.block{
    padding: 33px;
    text-align: left;
}

.block1, .block3{
    background: #f4f6aa;
}

.block1 .calc{
    float: left;
    width: 340px;
}
.block1 .summ{
    font-size: 26px;
}
.block1 .summ #edit_summ{
    margin-left:10px;
    cursor:pointer;
}
.block1 .summ_input{
    display:none;
}
.block1 .fname{
    font-family: 'Futura PT Demi';
    color: #b2b2b2;
    text-transform: lowercase;
    font-size:18px;
    padding: 20px 0 15px 0;
}
.block2 .type {
    float: left;
    width:240px;
    padding-right: 12px;
    margin-bottom: 33px;
}
.block2 .type:nth-child(3){
    padding-right:0px;
}
.block2 .type .bord{
    border: 1px solid #e6e6e6;
    padding: 15px;
}
.block2 .type .bord ul{
    padding-left: 19px;
}
.block2 .type .bord ul li{
    font-size:14px;
    line-height: 1.8;
}
.block2 .type .bord .summ{
    padding: 20px 0px 5px 0;
    font-size: 26px;
    border-top: 1px solid #e6e6e6;
}
.block2 .type .more{
    padding: 13px 0;
    margin-top:18px;
    background: #00503c;
    text-align: center;
    color: #fff;
    cursor:pointer;
}
.block2 .type .more:hover{
    opacity: 0.5;
}

#slider{
    height: 1px;
    border:none;
    background: #b3b3b3;
}
.ui-slider-horizontal .ui-slider-range-min{
    height: 2px;
    background: #00503c;
}
.ui-slider-horizontal .ui-slider-handle{
    border-radius: 20px;
    height: 16px;
    width: 16px;
    top: -8px;
    background: #00503c;
    cursor:pointer;
}
.ui-satate-active, .ui-state-focus{
    border: none !important;
}
.period{
    font-size:26px;
    padding-bottom: 8px;
}

.check_box {
    display:none;
}

.check_box + label{
    background:url('/img/ch_off.png') no-repeat;
    padding-left: 29px;
    height: 19px;
    line-height: 19px;
    margin-right: 25px;    
    display:inline-block;
    cursor:pointer;
}
.check_box + label:hover{
    background:url('/img/ch_h.png') no-repeat;
}

.check_box:checked + label{
    background:url('/img/ch_on.png') no-repeat;
}

.nice-select{
    border: 1px solid #f2f2f2;
    border-radius: 0;
    min-width: 190px;
}
.nice-select.open{
    border-color: #303030;
}
.first_list .nice-select{
    min-width: 120px;
}
.nice-select .list{
    margin-top: 1px;
    border: 1px solid #b2b2b2;
    border-top: none;
    border-radius: 0;
    min-width: 190px;
    margin-left: -1px;
}
.first_list .nice-select .list{
    min-width: 120px;
}
#summ_val{
    margin-left:0px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus{
    background: #b2b2b2;
}
.summ_input{
    position:relative;
}
.uah{
    position:absolute;
    right: 17px;
    top: 1px;
    font-size: 26px;
}
.summ_input input{
    width: 336px;
    height: 38px;
    border: 1px solid #f2f2f2;
    padding: 3px 10px;
    font-size:26px;
    position: relative;
}

.block3 .yellow{
    text-align: center;
    font-size:30px;
    padding: 35px 0;
}
.block4{
    margin: 0px 33px;
    height:400px;
}
.block4 .heading{
    padding: 20px 0;
    font-size: 18px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom:21px;
}
.block4 table tr{
    height:42px;
}
.block4 table tr td:nth-child(1){
    text-align: right; width: 180px;
    font-size:18px;
    color: #808080;
    font-family: 'Futura PT Demi';
}
.block4 table tr td:nth-child(2){
    text-align: right; width: 58px;
}
.block4 table tr td:nth-child(3){
    text-align: left;
    font-size: 18px;
    color: #4c4c4c;
    font-family: 'Futura PT Demi';
}
.block4 .back_to_calc{
    margin: 25px auto;
    width: 410px; 
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.block4 .back_to_calc .text{
    
    padding: 28px 0;
    text-align: center;
    
    font-size: 30px;
    opacity: 0.25;
    cursor: pointer;
}
.block4 .back_to_calc .text span{
    padding-right: 3px;
    font-size: 23px;
}
.block4 .back_to_calc .text:hover{
    opacity: 0.5;
}

.block4 .finita{
    width: 540;
    text-align:center;
    margin: 0 auto 100px auto;
}
.block4 .finita div{
    float: left;
    
}

.block4 .finita div a{
    width: 240px;
    display:block;
    text-align: center;
    height: 46px;
    background: #01503b;
    border: 3px solid #01503b;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 36px;
    text-decoration: none;
    color: #fff;
}

.block4 .finita div.first{
  
    margin-right:60px;

}
.block4 .finita div.first a{
        color: #3f3f3f;
          background: #fff;
}
.block4 .finita div:hover {
    opacity: 0.5;
}
.block3, .block4{
    display:none;
}