/* animate */
#pozvonim-wrapper, #pozvonim-cover, #pozvonim-wrapper iframe {
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-color: black !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  direction: inherit !important;
  float: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: invert none medium !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: inherit !important;
  text-decoration: inherit !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  overflow-x: visible !important;
  word-break: normal !important;
}



@-o-keyframes pzv-outer-animation {
  0%, 100% { -o-transform: scale(1.5);  transform: scale(1.5); }
  40% { -o-transform: scale(1); transform: scale(1); }
}

@keyframes pzv-outer-animation {
  0%, 100% { -webkit-transform: scale(1.5); -o-transform: scale(1.5); transform: scale(1.5); }
  40% { -webkit-transform: scale(1); -o-transform: scale(1); transform: scale(1); }
}





@-webkit-keyframes pzv-outer-animation {
  0%, 100% { -webkit-transform: scale(1.5); }
  40% { -webkit-transform: scale(1); }
}



@-o-keyframes pzv-inner-animation {
  0% { -o-transform: scale(1); transform: scale(1); }
  40% { opacity: .9; -o-transform: scale(1.2);  transform: scale(1.2); }
  100% { -o-transform: scale(1.5); transform: scale(1.5); }
}

@keyframes pzv-inner-animation {
  0% { -o-transform: scale(1); transform: scale(1); }
  40% { opacity: .9; -o-transform: scale(1.2);  transform: scale(1.2); }
  100% { -o-transform: scale(1.5); transform: scale(1.5); }
}
@-webkit-keyframes pzv-inner-animation {
  0% { -webkit-transform: scale(1); }
  40% { opacity: .9; transform: scale(1.2); -webkit-transform: scale(1.2); }
  100% { -webkit-transform: scale(1.5); }
}


@keyframes pzv-phone-animation {
  0%, 50%, 100% {  -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  10%, 30% {  -webkit-transform: rotate(-25deg); -o-transform: rotate(-25deg); transform: rotate(-25deg); }
  20%, 40% { -webkit-transform: rotate(25deg); -o-transform: rotate(25deg);  transform: rotate(25deg); }
}
@-o-keyframes pzv-phone-animation {
  0%, 50%, 100% {  -o-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  10%, 30% {  -o-transform: rotate(-25deg); -o-transform: rotate(-25deg); transform: rotate(-25deg); }
  20%, 40% { -o-transform: rotate(25deg); -o-transform: rotate(25deg);  transform: rotate(25deg); }
}
@-webkit-keyframes pzv-phone-animation {
  0%, 50%, 100% {  -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  10%, 30% {  -webkit-transform: rotate(-25deg); -o-transform: rotate(-25deg); transform: rotate(-25deg); }
  20%, 40% { -webkit-transform: rotate(25deg); -o-transform: rotate(25deg);  transform: rotate(25deg); }
}
@-moz-keyframes pzv-phone-animation {
  0%, 50%, 100% {  -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  10%, 30% {  -moz-transform: rotate(-25deg); -o-transform: rotate(-25deg); transform: rotate(-25deg); }
  20%, 40% { -moz-transform: rotate(25deg); -o-transform: rotate(25deg);  transform: rotate(25deg); }
}




#pozvonim-cover *, #pozvonim-cover *::before, #pozvonim-cover *::after, #pozvonim-button *, #pozvonim-button *::before, #pozvonim-button *::after, #pozvonim-wrapper *, #pozvonim-wrapper *::before, #pozvonim-wrapper *::after {
  box-sizing: border-box;
}

#pozvonim-wrapper {
  position: fixed !important;
  z-index: 30000000 !important;
  min-width: 0 !important;
}

#pozvonim-wrapper iframe {
  -o-transition: all 300ms ease 0s !important;
  transition: all 300ms ease 0s !important;
  display: block !important;
}

#pozvonim-wrapper .pozvonim-wrapper-closing, #pozvonim-wrapper.opened .pozvonim-wrapper-opening {
  display: none !important;
}

#pozvonim-wrapper .pozvonim-wrapper-opening, #pozvonim-wrapper.opened .pozvonim-wrapper-closing {
  display: block !important;
}
#pozvonim-button {
  -webkit-transform: rotateY(0deg) scale(1);
  -ms-transform: rotateY(0deg) scale(1);
  -o-transform: rotateY(0deg) scale(1);
  transform: rotateY(0deg) scale(1);
  width: auto !important;
  height: auto !important;
  cursor: pointer !important;
  position: absolute;
  display: block;
  z-index: 10000000 !important;
  background: transparent none repeat scroll 0 0 !important;
  position: fixed;
  /*right: 10px;*/
  /*bottom: 10px;*/
}

#pozvonim-button * {
  -webkit-transform-origin: center center 0 !important;
  -ms-transform-origin: center center 0 !important;
  -o-transform-origin: center center 0 !important;
  transform-origin: center center 0 !important;
}

#pozvonim-button.pozvonim-dragging {
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

#pozvonim-button .pozvonim-button-phone {

  -webkit-animation-name: pzv-phone-animation;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  animation-name: pzv-phone-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -moz-animation-name: pzv-phone-animation;
  -moz-animation-duration: 1.2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -o-animation-name: pzv-phone-animation;
  -o-animation-duration: 1.2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;

  position: absolute !important;
  background-color: #4bc2ce ;
  background-color: rgba(29, 179, 194, .8) ;
  background-color: rgba(29, 179, 194, .8) ;
  /*background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAYAAAA4E5OyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAJKSURBVHja7Nk7aBRRFIDh/8QHPvBBQNTGRgVNZ7AI2Ai+sBOLiAabINgKirWCjQQRQUtLC8FCgoUprERsVLAzRhAUo60WIWrgt3BFXTK7i9nZZJxz4DZzL7tzv7mvMxMqGb+jLwkSJEESJEESJEESJEESJEESJEESJEESJEESJCNBeggSEV0pwHbgOTALjAHLmurLCbWrpUv3tEF97d/xUF1X1n3/Kkt1ytwAdjZdOwJMqGtK/eelNkLUQ7aOm2WOkOj2d5mFzm/1BbCnVRNgAHj13+8y6mAbDIAARuuy7e7osN2BuoC8bEyJdrGrFiARMQmc76BpaTvNkltUG2vJCeA2sLagySywujZH94i4Cxxt0WSqdrlMRDwGJguqn9YORO0DthZUj9cx2z0GrJ/n+jQwUSsQdRVwpaD6ekTM1W2EXAV2z3P9HXCrbsndSIvE7njZ6X9PQNSN6pYOMPapXwsw7pX5IHsCom5W76hzjU49UjcVYAypnwsw3qv9lQZRB9VP83RuSt3W1LlT6kwBxqw6VPZULxVEPah+abEWfFTPqMPqeJsXQiO9WPtKe0EEHAYeACu68FsXIuJaEUglkjvgDT/fmC80LkfEpVa7Y1VAZrqQiV6MiLF2x4WqHMzOLRDzZDuMyh3M1NE/ttpO45k6sFj33Yttd7/6tgOIafWsunwxH2RPPkOoK4HTwDCwF+gHvgMfgCeNNP5+RHz7l5FdlUW10pFf/xMkQRIkQRIkQRIkQRIkQRIkQRIkQRIkQRIkI0FaxI8BAMGiej+TuldEAAAAAElFTkSuQmCC');*/
  border-radius: 100% !important;
  height: 70px ;
  width: 70px ;
  left: 44px ;
  top: 44px ;
  z-index: 10000000 !important;
}

#pozvonim-button .pozvonim-button-border-inner {

  -moz-animation-name: pzv-outer-animation;
  -moz-animation-duration: 2.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -o-animation-name: pzv-outer-animation;
  -o-animation-duration: 2.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;

  -webkit-animation-name: pzv-outer-animation;
  -webkit-animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  animation-name:  pzv-outer-animation;
  animation-duration: 1.9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  border-radius: 100% !important;
  opacity: .5 !important;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)' !important;
  height: 70px;
  left: 44px !important;
  top: 44px !important;
  width: 70px;
  position: absolute !important;
  z-index: 10000000 !important;
}

#pozvonim-button .pozvonim-button-border-outer {

  -moz-animation-name: pzv-inner-animation;
  -moz-animation-duration: 2.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -o-animation-name: pzv-inner-animation;
  -o-animation-duration: 2.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;

  -webkit-animation-name: pzv-inner-animation;
  -webkit-animation-duration: 2.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  animation-name:  pzv-inner-animation;
  animation-duration: 2.3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  border: 1px solid #9abfd3 !important;
  border-radius: 100% ;
  width: 100px;
  height: 100px;
  left: 30px !important;
  top: 30px !important;
  position: absolute !important;
  z-index: 10000000 !important;
}

#pozvonim-button.pozvonim-hovered .pozvonim-button-phone, #pozvonim-button:hover .pozvonim-button-phone {
  background-color: #79d000 !important;
  background-color: rgba(121, 208, 0, .8) !important;
  background-color: rgba(121, 208, 0, .8) !important;
}

#pozvonim-button.pozvonim-hovered .pozvonim-button-border-inner, #pozvonim-button:hover .pozvonim-button-border-inner {
  border: 1px solid #b7de69 ;
}

#pozvonim-button.pozvonim-hovered .pozvonim-button-border-outer, #pozvonim-button:hover .pozvonim-button-border-outer {
  border: 1px solid #b7de69 ;
}

#pozvonim-button .pozvonim-button-wrapper {
  width: 160px;
  height: 160px;
}

#pozvonim-cover {
  background-color: rgba(0, 0, 0, .25) !important;
  display: none;
  height: 100% !important;
  position: fixed !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 20000000 !important;
}

.pozvonim-animated {
  -o-transition: all .8s ease 0s;
  transition: all .8s ease 0s;
}

.pozvonim-hovered {
  -webkit-transform: rotateY(-360deg) scale(1) !important;
  -ms-transform: rotateY(-360deg) scale(1) !important;
  -o-transform: rotateY(-360deg) scale(1) !important;
  transform: rotateY(-360deg) scale(1) !important;
}

#pozvonim-buttonno_ios.pozvonim-hovered .pozvonim-button-phone, #pozvonim-button.no_ios:hover .pozvonim-button-phone {
  display: none;
}

#pozvonim-button.pozvonim-hovered .pozvonim-button-border-inner, #pozvonim-button:hover .pozvonim-button-border-inner {
  height: 90px ;
  left: 33px !important;
  top: 33px !important;
  width: 90px ;
}

#pozvonim-button.pozvonim-hovered .pozvonim-button-border-outer, #pozvonim-button:hover .pozvonim-button-border-outer {
  /*height: 100px !important;*/
  left: 28px !important;
  top: 28px !important;
  /*width: 100px !important;*/
}

#pozvonim-button.no_ios.pozvonim-hovered .pozvonim-button-text, #pozvonim-button.no_ios:hover .pozvonim-button-text {
  opacity: 1;
}

#pozvonim-button .pozvonim-button-text {
  background-color: rgba(121, 208, 0, .8) !important;
  color: #fff !important;
  border-radius: 100% !important;
  opacity: 0;
  width: 90px;
  height: 90px;
  left: 33px !important;
  top: 33px !important;
  margin: 0 !important;
  position: absolute;
  text-align: center !important;
  font-size: 14px !important;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', arial, sans-serif !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  -o-transition: all 0s ease 0s;
  transition: all 0s ease 0s;
}

#pozvonim-button .pozvonim-button-center-text {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  height: 90px;
  width: 90px;
  font-size: 14px ;
  font-weight: 500 !important;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', arial, sans-serif !important;

}
.pozvonim-button-phone i{
  font-size: 32px;
  color: #ffffff;
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.freecall_form{
  left: 50%;
  top: 50px;
  position: absolute;
  z-index: 11111112;
  width: 750px;
  margin-left: -375px;


  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

}
.overlay_freecall{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11111111;
  /*display: none;*/
}
.button_freecall button{
  border: none;
  box-shadow: none;
  outline: none;
  height: 45px;
  padding: 0px 10px;
  border-radius: 5px;
  width: 180px;
}
.freecall_form .background_form{
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.freecall_form .content_form{
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: relative;
  padding-bottom: 15px;
}
.close_form_freecall{
  padding: 12px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
.close_form_freecall i.close_icon{
  background: url("../img/freecall_close.png") 0px 0px no-repeat;
  width: 34px;
  height: 34px;
  display: block;
}
.header_freecall{
  margin-bottom: 20px;
}
.header_freecall .title{
  font-size: 33px;
  line-height: 36px;
  font-weight: 300;
  padding: 30px 85px 15px 85px;
  text-align: center;
}
.description_freecall{
  font-size: 21px;
  line-height: 26px;
  margin: 0 0 15px;
  padding: 5px 115px;
  text-align: center;
}

.footer_freecall .icon{
  float: left;
  margin-right: 20px;
  width: 45px;
}
.footer_freecall{
  padding: 10px 50px 15px 50px;
}

.footer_freecall .label_captcha,
.footer_freecall .label_freecall{
  font-size: 18px;
  line-height: 22px;
  padding: 0px 0px 10px 65px;
}

.footer_freecall .icon i{
  font-size: 45px;
}
.footer_freecall .input_phone{
  float: left;
  margin-right: 20px;
  height: 75px;
}
.footer_freecall .button_freecall{
  float: left;
}
.material-icons-clock{

}
.footer_freecall .input_subject .icon{
  margin-top: 0px !important;
}
.footer_freecall .name_user,
.footer_freecall .subject,
.footer_freecall .delay_request,
.footer_freecall .email_user{
  height: 42px;
  width: 360px;
  border: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 2px 15px 2px 15px;
  font-size: 19px;
  line-height: 21px;
  color: #000000 !important;
}

.footer_freecall .input_phone .phone_user{
  height: 42px;
  width: 360px;
  border: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 0px 15px 0px 15px;
  font-size: 22px;
  line-height: 19px;
  color: #000000 !important;
  position: relative;
  box-sizing: border-box;
  float: left;
}
.footer_freecall .name_user,
.footer_freecall .subject,
.footer_freecall .delay_request,
.footer_freecall .email_user{
  width: 545px;
}
.comment_user{
  height: 75px;
  width: 545px;
  border: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 10px 15px;
  font-size: 19px;
  line-height: 21px;
  color: #000000 !important;
}
.field_delay .icon{
  margin-top: 0px;
}
.footer_freecall .button_freecall span{
  font-size: 19px;
}
.footer_freecall .input_name,
.footer_freecall .input_subject,
.footer_freecall .input_phone,
.footer_freecall .input_email{
  margin-bottom: 25px;
}
.footer_freecall .field_delay,
.footer_freecall .field_comment{
  margin-bottom: 20px;
}
.input_phone .icon{
  margin-left: 3px;
  margin-right: 17px;
}
/* Firefox 19+ */
.input_phone input::-moz-placeholder{
  padding: 11px 15px 0px 15px !important;
  font-size: 22px !important;
  color: #000000 !important;
  box-sizing: border-box;
  line-height: 42px !important;
}
/* Firefox 18- */
.input_phone input:-moz-placeholder{
  padding: 11px 15px 0px 15px !important;
  font-size: 22px !important;
  color: #000000 !important;
  line-height: 42px !important;
}

/* IE 10+ */
.input_phone input:-ms-input-placeholder {
  padding: 0px 15px 0px 15px !important;
  font-size: 22px !important;
  color: #000000 !important;
  box-sizing: border-box;
  line-height: 23px;
}

/* Chrome/Opera/Safari */
.input_phone input::-webkit-input-placeholder{
  padding: 1px 15px 0px 0px !important;
  font-size: 22px !important;
  color: #000000 !important;
  box-sizing: border-box;
  line-height: 23px;
}
.button_question a{
  width: 96px;
  margin: 0 22px;
  font-size: 20px;
  line-height: 26px;
  padding: 11px 16px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.button_question{
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 992px) {
  .freecall_form{
    width: 600px;
    margin-left: -300px;
  }
  .header_freecall .title{
    font-size: 27px;
    line-height: 28px;
    padding: 25px 60px 15px 50px;
  }
  .close_form_freecall i.close_icon{
    width: 24px;
    height: 24px;
    background-size: 23px;
  }
  .close_form_freecall{
    padding: 10px 15px 9px 15px;
  }
  .description_freecall{
    padding: 5px 45px;
    margin: 0 0 10px;
  }
  .header_freecall {
    margin-bottom: 12px;
  }
  .footer_freecall {
    padding: 10px 40px;
    margin-bottom: 25px;
  }
  .footer_freecall .label_freecall {
    font-size: 16px;
    line-height: 15px;
  }
  .footer_freecall .name_user,
  .footer_freecall .subject,
  .comment_user, .footer_freecall .email_user,
  .footer_freecall .delay_request,
  .footer_freecall .input_phone .phone_user {
    width: 435px !important;
  }
  .footer_freecall .button_freecall{
    width: 100%;
    text-align: center;
  }
  .captcha_input {
    width: 260px !important;
  }
  .footer_freecall .label_captcha{
    font-size: 16px;
    line-height: 15px;
  }
}



@media (max-width: 650px) {
  .freecall_form{
    width: 300px;
    margin-left: -150px;
  }
  .header_freecall .title{
    font-size: 18px;
    line-height: 22px;
    padding: 25px 50px 10px 35px;
  }
  .close_form_freecall i.close_icon{
    width: 24px;
    height: 24px;
    background-size: 23px;
  }
  .close_form_freecall{
    padding: 10px 15px 9px 15px;
  }
  .description_freecall{
    padding: 5px 30px;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
  }
  .header_freecall {
    margin-bottom: 12px;
  }
  .footer_freecall {
    padding: 10px 40px;
    margin-bottom: 25px;
  }
  .footer_freecall .label_freecall {
    font-size: 14px;
    line-height: 15px;
    padding: 0px 0px 5px 0px;
  }
  .footer_freecall .name_user,
  .footer_freecall .subject,
  .comment_user, .footer_freecall .email_user,
  .footer_freecall .delay_request,
  .footer_freecall .input_phone .phone_user {
    width: 220px !important;
  }
  .footer_freecall .input_phone .icon{
    margin-right: 26px;
  }
  .footer_freecall .button_freecall{
    width: 100%;
    text-align: center;
  }
  .button_question a{
    width: 80px;
    margin: 0 15px;
    font-size: 18px;
    line-height: 24px;
    padding: 4px 10px;
  }
  .footer_freecall .icon{
    display: none;
  }
  .footer_freecall .input_name,
  .footer_freecall .input_subject,
  .footer_freecall .input_phone,
  .footer_freecall .input_email,
  .footer_freecall .field_comment {
    margin-bottom: 15px;
  }

  .captcha_input {
    width: 220px !important;
  }
  .footer_freecall .label_captcha{
    font-size: 14px;
    padding: 0px 0px 5px 0px;
  }
  .field_captcha{
    margin-bottom: 15px;
  }
  .captcha_img{
    margin-bottom: 15px;
  }
  .footer_freecall .input_name,
  .footer_freecall .input_subject,
  .footer_freecall .input_phone,
  .footer_freecall .input_email{
    height: 62px;
  }

  .footer_freecall .field_comment{
    height: 95px;
  }

}


.disabled_code_phone{
  background-color: #fff;
  box-shadow: none;
  border: none;
  height: 42px;
  font-size: 22px;
  line-height: 19px;
  color: #000000 !important;
   position: relative;
   box-sizing: border-box;
  border-radius: 5px;
  width: 70px;
  text-align: center;
  position: absolute;
  z-index: 11;
}

.field_captcha{
  margin-bottom: 25px;

}
.captcha_img img{
  border-radius: 5px;
}
.captcha_img{
  float: left;
  margin-right: 25px;
}
.captcha_input{
  float: left;
  width: 370px;
}
.captcha_input input{
  height: 42px;
  width: 100%;
  border: none;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding: 2px 15px 2px 15px;
  font-size: 19px;
  line-height: 21px;
  color: #000000 !important;
}
.footer_freecall .icon-clock-o:before {
  content: "\f017";
}