@charset "utf-8";
.scrollTop{display:none !important;}
.help_b,
button.help_b{
    position: fixed;
    bottom: 30px;
    right: 30px;
    width:60px;
    height:60px;
    border: none;
    border-radius:50%;
    box-shadow: 1px 0px 15px rgba(55,55,55,.05);
    background:#49c351;
    cursor:pointer;
    z-index:999;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    transform: translate(0,0) scale(1);
    -webkit-transform: translate(0,0) scale(1);
    -moz-transform: translate(0,0) scale(1);
    -ms-transform: translate(0,0) scale(1);
    -o-transform: translate(0,0) scale(1);
}
.r_call .remodal-close{
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: #f4f4f4;
}
.r_call .remodal-close:before {
    font-size: 32px;
    line-height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    content: "\00d7";
    text-align: center;
}
.help_b svg{
    width:100%;
    height:100%;
    border-radius:50%;
}
.help_b:hover{
    bottom: 28px;
    right: 33px;
    box-shadow: 1px 0px 25px rgba(55,55,55,.25);
    transform: translate(3px,-3px) scale(1.1);
    -webkit-transform: translate(3px,-3px) scale(1.1);
    -moz-transform: translate(3px,-3px) scale(1.1);
    -ms-transform: translate(3px,-3px) scale(1.1);
    -o-transform: translate(3px,-3px) scale(1.1);
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
}
.help_b svg .help_b_p{
    position:absolute;
    top:50%;
    left:50%;
    margint-top:-30px;
    margin-left:-30px;
    animation: flow 1.25s ease-in-out infinite alternate;
    -webkit-animation: flow 1.25s ease-in-out infinite alternate;
}
.help_b:hover svg .help_b_p{
    transform: translate(0, 0) scale(1);
    -webkit-transform: translate(0, 0) scale(1);
    -moz-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    -o-transform: translate(0, 0) scale(1);
}
.help_b:focus{border:none;outline:none;}
.help_b:before {
    content: '';
    position: absolute;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    animation: flow_before 2.5s ease-in-out infinite;
    -webkit-animation: flow_before 2.5s ease-in-out infinite;
    z-index: -2;
}
.help_b:hover:before {
    background:rgba(55,55,55,.075);
    animation: flow_before .5s ease-in-out;
    -webkit-animation: flow_before .5s ease-in-out;
}
.help_b:after {
    content: '';
    position: absolute;
    border-radius: 16px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    background: rgba(55,55,55,.0);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    z-index: -1;
}
.help_b:hover:after {
    background:rgba(55,55,55,.075);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
@keyframes flow{
    0%{
        transform: translate(6px, 6px) scale(.8);
        -webkit-transform: translate(6px, 6px) scale(.8);
        -moz-transform: translate(6px, 6px) scale(.8);
        -ms-transform: translate(6px, 6px) scale(.8);
        -o-transform: translate(6px, 6px) scale(.8);
    }
    100%{
        transform: translate(3px,3px) scale(.9);
        -webkit-transform: translate(3px,3px) scale(.9);
        -moz-transform: translate(3px,3px) scale(.9);
        -ms-transform: translate(3px,3px) scale(.9);
        -o-transform: translate(3px,3px) scale(.9);
    }	
}
@keyframes flow_before{
    0%{
        background: rgba(55,55,55,0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }	
    75%{
        background: rgba(55,55,55,.15);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }	
    100%{
        background: rgba(55,55,55,.025);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }		
}
.tab_c {
    overflow: hidden;
    background: #fff;
    width: calc(100% - 50px);
}
.tab_c button {
    float: left;
    width:50%;
    border:none;
    outline: none;
    cursor: pointer;
    padding: 0 15px;
    line-height:50px;
    height:50px;
    transition: 0.3s;
    font-size: 1rem;
    font-weight:500;
    background:#ebebeb;
}
.tab_c button:hover {
    background: #cdcdcd;
}
.tab_c button.active {
    background: #d92525;
    color: #fff;
}
.tab_call {
    display: none;
    padding: 6px 12px;
}
.call_nonactive{display:none;}
.call_active{display:block;}
.remodal.r_call {
    padding: 0 0 15px 0;
    overflow: hidden;
}
.r_call section{overflow-x:initial}
.steps,
.tab_call .title,
.tab_call .actions ul li:first-child
{display:none;}






.spinner {
    margin: 35px auto 75px auto;
    width: 100px;
    height: 100px;
    position: relative;
    background: url(../img/help_b_spinner.svg) no-repeat center center;
    display: block;
}

.spinner:before, .spinner:after {
    content:'';
    background-color: #cdcdcd;
    width: 15px;
    height: 15px;
    position: absolute;
    top: -10px;
    left: -10px;

    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.spinner:after {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% { -webkit-transform: translateX(102px) rotate(-90deg) scale(0.5) }
    50% { -webkit-transform: translateX(102px) translateY(102px) rotate(-180deg) }
    75% { -webkit-transform: translateX(0px) translateY(102px) rotate(-270deg) scale(0.5) }
    100% { -webkit-transform: rotate(-360deg) }
}

@keyframes sk-cubemove {
    25% { 
        transform: translateX(102px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(102px) rotate(-90deg) scale(0.5);
    } 50% { 
        transform: translateX(102px) translateY(102px) rotate(-179deg);
        -webkit-transform: translateX(102px) translateY(102px) rotate(-179deg);
    } 50.1% { 
        transform: translateX(102px) translateY(102px) rotate(-180deg);
        -webkit-transform: translateX(102px) translateY(102px) rotate(-180deg);
    } 75% { 
        transform: translateX(0px) translateY(102px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(102px) rotate(-270deg) scale(0.5);
    } 100% { 
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


.help_b_me{
    display: block;
    width: calc(100% - 20px);
    margin: 15px 10px;
    height: 50px;
    line-height: 50px;
    border: none;
    box-shadow: none;
    background: #49c351;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.help_b_me:hover{
    background:#32a534;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.call_click{
    color: #d92525;
    padding: 10px 15px;
    margin: 10px;
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    width: 100%;
    max-width: 320px;
    border: 2px solid #d92525;
    margin: 25px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.call_click:hover{
    background:#d92525;
    color:#fff;
}
.help_b_info{
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(55,55,55,.5);
}
.tab_call h2{
    font-size: 1.4rem;
    margin-top: 15px;
}
.tab_call h4{
    font-size: 1.1em;
    font-weight: 500;
    margin-top: 10px;
    color: #d92525;
    letter-spacing: 1px;
}
.tab_call h4 span{
    font-weight:500;
}
.call_border{
    padding-top: 20px;
    margin-top: 0px !important;
}

.tab_call form{
    position:relative;
    margin:15px 0 20px 0;
    display:block;
}	

label.l_help_b, input.i_help_b {
    transition: all 0.2s;
    touch-action: manipulation;
}
input.i_help_b,
.call_later select{
    font-family: inherit;
    -webkit-appearance: none;
    cursor: text;
    text-align: center;
    padding: 15px 15px;
    font-weight: 400;
    font-size: 1.2em;
    width: calc(100% - 20px);
    border: 2px solid #cdcdcd;
    border-bottom: 3px solid #cdcdcd;
    margin: 10px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #f4f4f4;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #f9f9f9 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=1 );
}
.error_help_b{
    border-color:#d92525 !important;
}
.call_later select{
    text-align-last: center;
    padding-right: 29px;
}
input.i_help_b:focus {
    outline: 0;
    border-bottom: 3px solid #49c351;
}
label.l_help_b {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -56px;
}
input.i_help_b:placeholder-shown + label.l_help_b {
    cursor: text;
    max-width: 66.66%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform-origin: left bottom;
    transform: translate(0, 2.125rem) scale(1.5);
}
.i_help_b::-webkit-input-placeholder {
    opacity: 1;
    transition: inherit;
}
input.i_help_b:focus::-webkit-input-placeholder {
    opacity: 1;
}

.l_help_b {
    position: relative;
    display:none;
}
.l_help_b.yes_disp_i{
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    text-align: left;
    width: 100%;
    padding: 15px 0 10px 0;
    font-style: italic;
    color: rgba(55,55,55,.6);
}

.l_help_b.active:after {
    bottom: -3.8em;
    color: #888;
    content: attr(data-placeholder);
    left: 0;
    position: absolute;
}






.container_lab {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.4;
    text-align: justify;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container_lab input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark_lab {
    position: absolute;
    top: 18px;
    left: 10px;
    height: 30px;
    width: 30px;
    background-color: #ebebeb;
    border: 1px solid #cdcdcd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.container_lab:hover input ~ .checkmark_lab {
    background-color: #cdcdcd;
}

.container_lab input:checked ~ .checkmark_lab {
    background-color: #49c351;
    background-color: #49c351;

}

.checkmark_lab:after {
    content: "";
    position: absolute;
    display: none;
}

.container_lab input:checked ~ .checkmark_lab:after {
    display: block;
}

.container_lab .checkmark_lab:after {
    left: 9px;
    top: 4px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lab_news_z{
    position: relative;
    width: 100%;
    text-align: justify;
    font-size: 12px;
    line-height: 1.2;
    padding: 15px 15px 0 52px;
}
.show_tip {
    position: fixed;
    bottom: 115px;
    right: -1000px;
    z-index: 2;
    padding: 15px;
    border: 1px solid #fcd7d7;
    max-width: 250px;
    height: auto;
    background: #e5f9ee;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #fcf3f3 100%);
    background: radial-gradient(ellipse at center, #ffffff 50%, #fcf3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcf3f3', GradientType=1 );
    opacity: 0;
    -webkit-border-radius: 20px 8px 4px 20px;
    -moz-border-radius: 20px 8px 4px 20px;
    border-radius: 20px 8px 4px 20px;
    box-shadow: 4px 4px 8px rgba(55,55,55,.075);
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.show_tip i{
    height: 26px;
    width: 26px;
    line-height: 25px;
    background: #fff;
    color: #d92525;
    border: 1px solid #eaeaea;
    text-align: center;
    position: absolute;
    top: 6px;
    right: 6px;
    display: block;
    cursor: pointer;
    -webkit-border-radius: 50px 20px 50px 50px;
    -moz-border-radius: 50px 20px 50px 50px;
    border-radius: 50px 20px 50px 50px;
}
.show_tip i:after{
    content: '\2716';
    width: 26px;
    height: 26px;
    line-height: 25px;
    background: #fff;
    color: #d92525;
}
.show_tip:before {
    content: '';
    position: absolute;
    bottom: -14px;
    right: 14px;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fcd7d7;
}
.show_tip:after {
    content: '';
    position: absolute;
    bottom: -12px;
    right: 16px;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #fdf5f5;
}
.show_tip h2{
    font-size: 1em;
    font-weight: 500;
}
.show_tip h3{
    font-size:1em;
    color: #d92525;
    margin-top:5px;
}
.show_tip p{
    font-size: .825em;
    line-height: 1.4;
    margin-top:8px;
}
.show_tip p b{
    font-weight:500;
}
.show_tip p a {
    display: block;
    width: 100%;
    color: #c61717;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: .5px;
    background: #fff;
    text-align: center;
    border: 1px solid #d92525;
    padding: 10px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 12px;
}

.tip_show {
    opacity: 1;
    right: 30px;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.phone_time{
    background: #f7f7f7;
    padding: 8px;
    position:relative;
}
.phone_time:after{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #f7f7f7;
    content: '';
    top: 50%;
    margin-top: -10px;
    left: -10px;
    position: absolute;
}
.call_nonactive_i{display:none !important;}
.padd_b_b50px{padding-bottom:25px;}

.tab_call textarea{
    overflow: auto;
    resize: vertical;
    width: 100%;
    height: 100px;
    padding: 15px;
    border: 1px solid #cdcdcd;
    border-bottom: 3px solid #cdcdcd;
    background: #f8f8f8;
}
.tab_call textarea:focus{
    border-bottom:3px solid #49c351;
}
.tab_call input[type="submit"]{
    background: #49c351;
    border-color: #49c351;
    height: 50px;
    color: #fff;
    width: 100%;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    cursor:pointer;
    font-size:1.2rem;
}
.tab_call input[type="email"]{
    width: 100%;
    text-align: left;
    font-size: 1rem;
    padding: 15px;
}
#write_to_bpl{
    padding: 0 15px;
}
.c_later{
    text-align: right;
    width: calc(100% - 30px);
    float: left;
    margin: 0 15px;
    color: #d92525;
    font-size: .875rem;
    font-weight: 500;
}

.call_later{display:none;}

.callback_me {
    display: block;
    float: left;
    position: relative;
    width: calc(100% - 20px);
    margin: 15px 10px;
    height: 50px;
    line-height: 50px;
    border: none;
    box-shadow: none;
    background: #d92525;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.c_ordered{
    background:#49c351;
}
@media (max-width: 480px){
    .show_tip{max-width: calc(100% - 30px);}
    .tip_show{right: 15px;}
}