.wrapper_call_sh{
  display: inline-block;
  text-decoration: none;
}
.wrapper_call_sh.sendsakx{
  float: right;
  display: inline-table;
  margin-bottom: -15px !important;
  text-align: right;
    right: 0px;
}
.wrapper_call_sh.modkont a{
    padding: 0px !important;
    border: none !important;
	
}
.wrapper_call_sh.modkont a i{
	color:#fff !important;	
}
.button_call_sh {
	background-color: #393939;
	padding: 7px 15px;
	width: 226px;
	height: 47px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	float: right;
	line-height: 31px;
}
.jbprice-tmpl-full .button_call_sh {
	color: #444 !important;
    background: #fff !important;
    border: 2px solid #444 !important;
	    text-align: center;
}
.jbprice-tmpl-full .button_call_sh:before{
	display:none;
}
.jbprice-tmpl-full .button_call_sh:hover {
	color: #fff !important;
    background: #393939 !important;
    border: 2px solid #444 !important;
	    z-index: 99;
}
 
.button_call_sh span{
	border-bottom:1px dashed;
}
.popup_call_sh.sendsakx .call_sh_tel{
	width:100%;
}
.button_call_sh:before{
  width: 30px;
  height: 100%;
  content: ' ';
  position: absolute;
  opacity: .3;
  top: 0;
  left: 0;
  background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
  -webkit-transform: skew(-10deg,0deg);
  -moz-transform: skew(-10deg,0deg);
  -ms-transform: skew(-10deg,0deg);
  -o-transform: skew(-10deg,0deg);
  transform: skew(-10deg,0deg);
  -webkit-animation: move 5s infinite;
  -moz-animation: move 5s infinite;
  -ms-animation: move 5s infinite;
  -o-animation: move 5s infinite;
  animation: move 5s infinite;
}
.button_call_sh i{
  position: absolute;
  font-size: 28px;
  left: 5px;
  top: 9px;
}
.button_call_sh:hover{

  cursor: pointer;
}

.overlay_call_sh{
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.popup_call_sh{
  display: inline-block;
  left: 50%;
  opacity: 0;
  width: 95%;
  max-width: 451px;
  position: fixed;
  top: -50%;
  background: #fff;
  padding: 20px;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.24);
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close_modal_call_sh{
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #ccc;
  font-family: 'tahoma', sans-serif;
  text-align: center;
  font-weight: 800;
}

.input_sh input,.text_sh textarea{
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  height: 39px;
  padding: 8px 10px;
  outline: none;
  border: 2px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  color: #404040;
  appearance: normal;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
  padding-right: 46px;
}

.text_sh textarea{
  height: auto;
  resize: none;
}

.input_sh input:hover,.text_sh textarea:hover{
  border-color: #00BDAB;
}

.call_sh_one,.call_sh_two{

}

.btn_sh{
    position: relative;
    line-height: 29px;
	    margin-top: 6px;
    text-align: center;
    text-decoration: none;

    outline: none;

        background-color: #000000;
    border: 2px solid #000000;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
}

.btn_sh:active{
background-color: #fff !important;
    color: #000 !important;
}

.btn_sh:active{
  margin-top: 1px;
  border: 1px solid #333333;
  background: #ffCC00;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffCC00), to(#ff6600));
  background: -webkit-linear-gradient(top, #ffcc00, #ff6600);
  background: -moz-linear-gradient(top, #ffcc00, #ff6600);
  background: -ms-linear-gradient(top, #ffcc00, #ff6600);
  background: -o-linear-gradient(top, #ffcc00, #ff6600);
  background-image: -ms-linear-gradient(top, #ffcc00 0%, #ff6600 100%);
  -webkit-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  -moz-box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0) 0 1px 0, inset rgba(255, 255, 255, 0.7) 0 1px 0;
  color: #fff;
}

.form_call_sh .call_sh_one label:nth-child(1){
  width: 48%;
  float: left;
}

.form_call_sh .call_sh_one label:nth-child(2){
  width: 48%;
  float: right;
}

.form_call_sh_send{
  display: none;
  width: 100%;
  visibility: hidden;
  z-index: 9999;
}

.form_call_sh_send h5{
  margin-bottom: 21px;
  text-align: center;
  font-size: 20px;
}

.form_call_sh_send{
  text-align: center;
}

.form_call_sh_send input{
  font-size: 25px;
  text-transform: uppercase;
  width: 60px;
  float: none;
  text-align: center;
  margin: 0px;
}

.call_sh_tel{

}

.user_callsh_form .fa-append,.user_callsh_form_modal .fa-append{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 29px;
  height: 29px;
  padding-left: 3px;
  border-left: 1px solid #E5E5E5;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  color: #CCC;
}

.user_callsh_form label,.user_callsh_form_modal label{
  position: relative;
}

.close_modal_call_sh{
  position: absolute;
  right: -10px;
  top: -12px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  color: rgb(0, 0, 0);
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0px;
  text-align: center;
  line-height: 23px !important;
  font-size: 17px !important;
}

.user_callsh_form .text_sh .fa-append,.user_callsh_form_modal .text_sh .fa-append{
  border-bottom: 1px solid rgb(229, 229, 229);
}
div.call_sh_tel.input_sh label.input
 {
   width: 70%;
}
.title_form_sgb {
  color: #0c0c0c;
    font-size: 15px;
	margin-bottom: 10px;
}

.titledesc_form_sgb {
       color: #0c0c0c;
    font-size: 13px;
    margin-top: 10px;
}

.call_sh_one.one label{
  width:100% !important;
}

.wrapper_call_sh.redb
 {
       width: 100%;
    text-align: center;
}
.jbprice-tmpl-full .desc_price {
    font-size: 14px;
}
.desc_pol_mod_sh{
	font-weight:600;
	    padding-left: 1px;
    font-size: 12px;
}
@-webkit-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-moz-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-ms-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@-o-keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}@keyframes move{0%{left:0}20%{left:100%}100%{left:100%}}
/*.jbprice-tmpl-full .jbprice-buttons .uk-button-success{
	color: #444 !important;
    background: #fff !important;
    border: 2px solid #444 !important;
}
.jbprice-tmpl-full .jbprice-buttons .uk-button-success:hover{
	background-color: #393939 !important;
    padding: 5px 20px !important;
	color: #fff !important;
    text-transform: uppercase !important;
}*/
.jbprice-tmpl-full .jbprice-buttons .uk-button-success:before {
    width: 30px;
    height: 100%;
    content: ' ';
    position: absolute;
    opacity: .3;
    top: 0;
    left: 0;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%);
    -webkit-transform: skew(-10deg,0deg);
    -moz-transform: skew(-10deg,0deg);
    -ms-transform: skew(-10deg,0deg);
    -o-transform: skew(-10deg,0deg);
    transform: skew(-10deg,0deg);
    -webkit-animation: move 5s infinite;
    -moz-animation: move 5s infinite;
    -ms-animation: move 5s infinite;
    -o-animation: move 5s infinite;
    animation: move 5s infinite;
}