.no-padding {
    padding: 0 !important;
}
.rate_calc {
    width:100%;
    height: 300px;
    margin-bottom: 100px;
}


.info_calc {
    width: 100%;
    height: 300px;
    background-color: #2B2B2B;
}


.info_calc p {
    color: #fff;
    margin: 0;
    padding: 10px;
    text-align: center;
    padding-top: 10px;
}
.info_calc p span{
    color: #DE161C;
    font-weight: 600;
}

.info_calc img {
    margin: 0 auto;
    display: block;
}

.info_min {
    font-size: 15px !important;
    line-height: 14px !important;
    margin-top: -7px !important;
}

#app_button {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    display: block;
    color: #2b2b2b;
    background: #fff;
    border-radius: 11px;
    padding: 9px;
    position: relative;
    opacity: 0;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


.app_open {
    opacity: 1 !important;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}


.text-center {
    text-align: center;
}

#my_juh_form {
    margin-right: 300px;
    position: absolute;
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.active_form {
    -moz-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
     margin-right: 0px !important;
    position: relative !important;
}

.setare_spati {
    padding-top: 50px;
}

.info_b1 {
    height: 150px;
}

.info_b2 {
    height: 150px;
    background: #3E3E3E;
}


.first_calc_block {
    width: 100%;
    height: 150px;
    background-color: #ffffff;
}


.second_calc_block {
    width: 100%;
    height: 150px;
    background-color: #F2F2F2;
}

.arange_per {
    width: 452px;
    height: 80px;
    padding-top: 65px;
    margin: 0 auto;
}


.mick{
    border: none;
    outline: none;
    width: 135px;
    clear: both;
    background: transparent;
    color: #DE161C;
    font-weight: bolder;
    font-size: 23px;
    float: right;
    margin-top: 9px;
    margin-right: 98px;
    text-align: right;
    margin-bottom: -15px;
}


.arange_cum_vreau {
    position: absolute;
    margin-left: 9px;
    font-size: inherit;
    line-height: inherit;
}

.sum_minim {
    position: absolute;
    margin-top: 63px;
    font-size: 14px;
    margin-left: 10px;
}


.timp_minim {
    position: absolute;
    margin-top: 63px;
    font-size: 16px;
    margin-left: 10px
}



#range {
    width: 450px;
    outline: none;
 }
#range_perioada {
    width: 450px;
    outline: none;
 }

input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 7.3px 0;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(0, 0, 0, 0.78);
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    border: 1.8px solid #DE161C;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color:#DE161C ;
    background-image:url(../img/rangebg.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -12px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: rgba(0, 0, 0, 0.78);
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: rgba(48, 113, 169, 0.78);
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 0.9px 0.9px 1px #000016, 0px 0px 0.9px #000030;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 11.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.78);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: rgba(48, 113, 169, 0.78);
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 0.9px 0.9px 1px #000016, 0px 0px 0.9px #000030;
    border: 1.8px solid #00001e;
    height: 26px;
    width: 26px;
    border-radius: 15px;
    background: #ffffff;
    cursor: pointer;
    height: 11.4px;
}
input[type=range]:focus::-ms-fill-lower {
    background: rgba(48, 113, 169, 0.78);
}
input[type=range]:focus::-ms-fill-upper {
    background: rgba(213, 229, 243, 0.78);
}


.form-label {
    font-size: 12px;
    color: #5e9bfc;
    margin: 0;
    display: block;
    opacity: 1;
    -webkit-transition: .333s ease top, .333s ease opacity;
    transition: .333s ease top, .333s ease opacity;
}
.form-control {
    border-radius: 0;
    border-color: #ccc;
    border-width: 0 0 2px 0;
    border-style: none none solid none;
    box-shadow: none;
    outline: none;
    width: 100%;
}
.form-control:focus {
    box-shadow: none;
    border-color: #DE161C;
}
.js-hide-label {
    opacity: 0;
}
.js-unhighlight-label {
    color: #999
}
.btn-start-order {
    background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
    border-color: #DE161C;
    color: #DE161C;
}

#mess1 {
    color: #000;
    height: 50px;
}

.siteby {
    position: relative;
    margin-left: 58px;
    color: #fff;
    float: right;

}

.siteby a {
    color:#fff;
}


.contact_stroy {
    margin-top: 50px;
}

.rec_video {
    margin-bottom: 10px;
}