/*light calc*/
#light-calc {
    width: 100%;
    background-color: #f2f7fa;
    border-top: 5px solid #54a8c9;
    border-bottom: 5px solid #54a8c9;
    border-radius: 3px;
    padding: 0 25px;
    position: relative;
    margin: 50px 0 30px;
}

#light-calc .hidden {
    display: none;
}

#light-calc .form_cacl {
    width: 100%;
}

#light-calc h3 {
    text-align: left;
    padding-left: 110px;
    position: relative;
    font-size: 28px;
    color: #000;
    border-bottom: 1px dashed #e1e1e1;
    padding-bottom: 27px;
}

#light-calc .warp_cacl_itog {
    border-top: 1px dashed #e1e1e1;
    padding: 20px 0;
    margin-top: 15px;
}

#light-calc .warp_cacl_itog a {
    float: none;
    color: #01709f;
    font-size: 16px;
    text-transform: none;
    margin-top: 13px;
    position: relative;
    padding-left: 35px;
    display: block;
}

#light-calc .warp_cacl_itog a:hover {
    text-decoration: none;
}

#light-calc .warp_cacl_itog a.zamer:before,
#light-calc .warp_cacl_itog a.callback:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 20px;
    background-size: contain;
}

#light-calc .warp_cacl_itog a.zamer:before {
    background-image: url(/images/content/icon-blgr-rul.png);
}

#light-calc .warp_cacl_itog a.callback:before {
    background-image: url(/images/content/icon-blgr-tel.png);
}

#light-calc .price-info {
    font-size: 20px;
    color: #58585a;
}

#light-calc .dark-green-button {
    padding: 10px 15px;
}

#light-calc .warp_cacl_itog .dark-green-button {
    width: 100%;
}

#light-calc h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 86px;
    height: 114px;
    background-size: contain;
    top: -43px;
    left: 0;
    background-image: url(/images/content/cont-image-calc-door.png);
}

#light-calc input[type="text"],
#light-calc .redz_form_control .jq-selectbox__select,
#light-calc .redz_form_control .jq-selectbox.disabled {
    background: none;
    box-shadow: none !important;
    text-shadow: none !important;
    border: 1px solid #e1e1e1 !important;
    color: #000 !important;
    height: 30px;
    border-radius: 5px;
    background-color: #fff !important;
}

#light-calc input[type="text"] {
    margin-bottom: 20px;
    width: 100%;
    padding: 0 5px;
}

#light-calc .redz_form_control .jq-selectbox__trigger-arrow {
    border: 5px solid transparent;
    border-top: 5px solid #0170ab;
    width: 7px;
    height: 12px;
    top: 12px;
    background: none;
}

#light-calc label {
    color: #58585a;
    font-size: 13px;
    font-family: "RobotoLight", sans-serif;
    font-weight: normal;
}

#light-calc .sep:before {
    content: "";
    display: block;
    height: 100%;
    width: 4px;
    border-left: 1px dashed #e1e1e1;
    top: 0;
    right: 0;
    position: absolute;
}

#light-calc + .calc-info {
    font-family: "RobotoItalic", sans-serif;
    font-size: 16px;
    color: #58585a;
    padding-left: 35px;
    /*background: url(/images/content/icon-info-minc.png) no-repeat center left;*/
}

#light-calc + .calc-info:before{
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0; top:0; bottom:0;
    margin: auto;
    background: url(../../i/sprite-mini.png) no-repeat 0 -251px;
}

#light-calc .redz_cacl_bt {
    color: #fff;
    background-color: #08ac83;
    border: none;
    padding: 10px 45px 10px 55px;
    position: relative;
}

#light-calc .redz_cacl_bt.disabled {
    background-color: #B6B6B6;
}

#light-calc .redz_cacl_bt:before {
    content: '';
    display: block;
    width: 19px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 33px;
    background: url(../../i/sprite-mini.png) no-repeat 0 -50px;
}

#light-calc #redz_popup_answer_cacl {
    font-size: 16px;
    margin-top: 15px;
    color: #08ac83;
}

#light-calc #redz_popup_answer_cacl.error{
    color: #f10100;
}

@media (max-width: 991px) {
    #light-calc .price-info {
        white-space: nowrap;
    }

    .warp_cacl_itog span {
        font-size: 22px;
    }
}

@media (max-width: 559px) {
    #light-calc .col-xs-6.mod {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #light-calc .sep:before {
        display: none;
    }

    #light-calc .price-info {
        text-align: center;
    }

    #light-calc .warp_cacl_itog a {
        margin: 7px 15px;
        display: inline-block;
    }

    #light-calc .warp_cacl_itog {
        text-align: center;
    }

    #light-calc .price-info {
        margin-top: 10px;
    }
}

@media (max-width: 480px) {
    #light-calc h3 {
        padding: 85px 0 20px;
        text-align: center;
    }

    #light-calc h3:before {
        right: 0;
        margin: auto;
    }

    #light-calc {
        padding: 0 10px;
    }
}

@media (max-width: 335px) {
    #light-calc .warp_cacl_itog a {
        margin: 10px 0;
    }
}

/*light calc end*/