@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,500,100,300);

.calculator {
    padding: 20px 10px;
    background: url(/images/home-split/check_bg.png) no-repeat;
    background-size: 100% 100%;
    position:relative;
    margin:25px 0 0;
    padding: 64px 15px 15px;
}

.calculator:before {
    content:"";
    background: url(/images/home-split/calc-head.png);
    position:absolute;
    top:0;
    left:0;
    width: 228px;
    height: 59px;
}

.calculator #price-area {
    text-align:center !important;
}

.hintText {
    display:none;
}

.calculator select {
    max-width: 200px;
    width: 100%;
    padding: 10px 5px;
    border: 0;
    outline: none;
    margin-bottom: 8px;
}

.calculator select:focus, .calculator select:hover {
    outline:none;
    outline-width: 0;
}

.sum {
    margin: 3px auto 20px 0;
    width: 200px;
    height: 25px;
    text-align: center;
}

.sum span {
    color:#fff !important;
    float:none;
    font-size: 18px;
    font-weight: 400;
    margin-right:5px;
}

.sum span:first-child {
    padding: 0px 0 0 18px;
}


.blockTextAmount{
    color:#fff;
    margin: 0 0 14px 0;
}

.ProccedItem {
    display:block;
    border: 2px solid #fff;
    background-position: 88% center;
    padding: 10px 0;
    border-radius: 25px;
    display: inline-block;
    max-width: 200px;
    width: 100%;
    position:relative;
    color:#fff;
    cursor:pointer;
    margin: 14px 0 15px;
}

.ProccedItem:hover #total_price a{
    color: #fb9147;
}

.ProccedItem:hover {
    background-color:#fff;
    color: #fb9147;
}

.ProccedItem:before,
.ProccedItem:after {
    border-right: 3px solid;
    content: '';
    display: block;
    height: 8px;
    margin-top: -6px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 20px;
    top: 50%;
    width: 0;
}


.ProccedItem:after {
    margin-top: -1px;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.firstOrder {
    text-align:left !important;
}


.selectArrow {
    margin-bottom: 2px;
}

#total_price a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: block;
}

.firstOrder input[type="checkbox"]{
    opacity: 0;
    position: absolute;
    cursor: pointer;
    height: 23px;
    width: 23px;
}
.firstOrder input[type="checkbox"] + label {
    cursor: pointer;
    padding-left: 0;
    margin:0;
}
.firstOrder input[type="checkbox"] + label::before {
    content: "";
    display: inline-block;
    height: 23px;
    width: 23px;
    background: url("/images/home-split/checkBox.gif");
    vertical-align: middle;
    cursor: pointer;
}
.firstOrder input[type="checkbox"]:checked + label::before {
    background-position: 1px 23px;
}

.promo-label {
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    margin: 0 0 0 7px;
}

