


/* 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-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% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  40% {
    opacity: .9;
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@-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);
  }
}

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

@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);
  }
}

@-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);
  }
}

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

@-webkit-keyframes pzv-phone-animation {
  0%, 50%, 100% {
    -webkit-transform: rotate(0deg);
  }
  10%, 30% {
    -webkit-transform: rotate(-25deg);
  }
  20%, 40% {
    -webkit-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: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
  -o-animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
  animation: pzv-phone-animation 1.2s ease-in-out 0s normal none infinite running;
  position: absolute !important;
 border-radius: 100% !important;
  height: 70px ;
  width: 70px ;
  left: 44px ;
  top: 44px ;
  z-index: 10000000 !important;
}

#pozvonim-button .pozvonim-button-border-inner {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running pzv-outer-animation;
  -o-animation: 2.3s ease-in-out 0s normal none infinite running pzv-outer-animation;
  animation: 2.3s ease-in-out 0s normal none infinite running pzv-outer-animation;
  /*border: 1px solid #68cafa !important;*/
  /*border: 1px solid #68cafa !important;*/
  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 {
  -webkit-animation: 2.3s ease-in-out 0s normal none infinite running pzv-inner-animation;
  -o-animation: 2.3s ease-in-out 0s normal none infinite running pzv-inner-animation;
  animation: 2.3s ease-in-out 0s normal none infinite running pzv-inner-animation;
  border: 1px solid #BA1817 !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 {
  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: 'OpenSans', '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: 'OpenSans', 'Helvetica Neue', 'Helvetica', arial, sans-serif !important; */
  font-family: montserrat-light, sans-serif!important;
  font-size: 12px;
}
.pozvonim-button-phone i{
  font-size: 32px;
  color: #ffffff;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 70px;
  height: 70px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.freecall_form{
  left: 50%;
  position: fixed;
  z-index: 11111112;
  width: 750px;
  margin-left: -375px;
  /*display: none;*/
}
.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: absolute;
}
.close_form_infocallback{
  padding: 12px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #ffffff;
  cursor: pointer;
}
.close_form_infocallback i.close_icon{
  background: url("../images/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{
  padding: 10px 50px;
  margin-bottom: 30px;
}
.footer_freecall .label_freecall{
  font-size: 18px;
  line-height: 22px;
  padding: 0px 0px 10px 65px;
}
.footer_freecall .icon{
  float: left;
  margin-right: 20px;
}
.footer_freecall .icon i{
  font-size: 45px;
}
.footer_freecall .input_phone{
  float: left;
  margin-right: 20px;
}
.footer_freecall .button_freecall{
  float: left;
}
.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;
}
.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;
}

.footer_freecall .button_freecall span{
  font-size: 19px;
}
.footer_freecall .input_phone, .footer_freecall .input_email, .footer_freecall .field_comment{
  margin-bottom: 25px;
}
.input_phone .icon{
  margin-left: 3px;
  margin-right: 27px
}
/* 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_infocallback i.close_icon{
    width: 24px;
    height: 24px;
    background-size: 23px;
  }
  .close_form_infocallback{
    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;
  }
  .comment_user, .footer_freecall .email_user, .footer_freecall .input_phone .phone_user {
    width: 435px !important;
  }
  .footer_freecall .input_phone .icon{
    margin-right: 26px;
  }
  .footer_freecall .button_freecall{
    width: 100%;
    text-align: center;
  }
}



@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_infocallback i.close_icon{
    width: 24px;
    height: 24px;
    background-size: 23px;
  }
  .close_form_infocallback{
    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;
  }
  .comment_user, .footer_freecall .email_user, .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_phone, .footer_freecall .input_email, .footer_freecall .field_comment {
    margin-bottom: 15px;
  }
}
.freecall_form i,
#pozvonim-button i{
  font-family: FontAwesome;
}
.footer_freecall .icon-phone:before,
#pozvonim-button .icon-phone:before {
  content: "\f095";
}
.footer_freecall .icon-envelope:before {
  content: "\f0e0";
}
.footer_freecall .icon-comments-alt:before {
  content: "\f0e6";
}

.containerleft {
    background-image: url(../images/bg123.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding:2%;
}
.containeright{

}
.first{
color:#fff;
}
.numero {
    float: left;
    border-radius: 36px;
    border: 1px solid;
    padding: 9px;
    margin: 4px 14px;
}
.notation {
    position: absolute;
  /*background-color: transparent;
    background-image: url(../images/note1.png);
    background-repeat: no-repeat;*/
    width: 109px;
    height: 78px;
    z-index: 9;
    right: 0;
    top: 0;
    color: transparent;
}