/*
Theme Name: Technopark
Theme URI: http://technopark.com.ua
Author: Technopark
Version: 1.1
Text Domain: tehnopark
*/

.alignleft{display: inline;float: left;}
.alignright{display: inline;float: right;}
.aligncenter{margin-right: auto;margin-left: auto;display: block;clear: both;}
.admin-bar header {margin-top: 32px;}
img.ajax-loader {position: absolute;margin-top: 14px;}
.menu a br {display: none;}
.pagination-wrapper .page-numbers{
	display: inline-block;
    border: 2px transparent solid;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 12px;
    color: #666;
    font-family: 'Regular';
}
.pagination-wrapper .page-numbers:hover {
    color: #000;
}

.pagination-wrapper .page-numbers.current {
    border-color: #000;
    color: #000;
}
.blog-gallery img {
    width: 100%;
}
.social-wrap{
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
}
.social-wrap img {
    display: block;
    position: relative;
    top: 0;
}
.social-wrap img{
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
}

.social-wrap:hover img {
    top: -5px;
    opacity: 0.7;
}
.hide-el > span {
    position: absolute;
    left: -2px;
    top: -5px;
    width: 15px;
    height: 20px;
    overflow: hidden;
    opacity: 0;
}
.clients-box img {
    display: inline-block!important;
    vertical-align: bottom!important;
    margin: 30px 25px!important;
}
.send_to_field{display: none;}
.wpcf7-response-output {display: none!important;}
.swiper-container.custom-container{padding: 0;}
.swiper-slide .gallery-icon a{pointer-events: none;}
.tehnopark_white_menu .content-slide, .page-template-page-plan-php .content-slide {padding-top: 0;}
.content-slide strong{font-family: Bold, sans-serif; font-weight: bold;}
.hide-arrows {display: none;}
body.act {overflow: hidden;}
.pusle-wr {
  position: fixed;
  bottom: 35px;
  right: 15px;
  width: 160px;
  height: 160px;
  margin: 0 auto 0;
  z-index: 1;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
  background: transparent;
}

.pulse-button {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -55px;
  margin-top: -55px;
  background-color: #000;
  background-image: url(../imgs/call.svg);
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: 40px 40px;
  display: block;
  width: 90px;
  height: 90px;
  text-transform: uppercase;
  text-align: center;
  line-height: 110px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 0px rgba(0,0,0, 0.5);
  -webkit-animation: zoom 1.5s infinite;
}
.pulse-button:hover {
  -webkit-animation: none;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 50px rgba(0,0,0, 0);
  }
    100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0px rgba(0,0,0, 0);
  }
}
.popup-pulse {position: fixed; left: 0px; top: -100%; width: 100%; height: 100%; background: rgba(17,17,17,0.9); z-index: 100; overflow-y: auto; transition: all 0.35s ease-out; -webkit-transition: all 0.35s ease-out; -moz-transition: all 0.35s ease-out; -ms-transition: all 0.35s ease-out;}
.popup-pulse-in {position: relative; display: inline-block; vertical-align: middle; padding-top: 50px; padding-bottom: 30px; width: 98%; left: 1%;}
.popup-pulse.active{top: 0;}
.popup-black:before {
    content: '';
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
@media (max-width: 767px){
  .pusle-wr {
    width: 100px;
    height: 100px;
  }
  .pulse-button {
    width: 70px;
    height: 70px;
    margin-left: -35px;
    margin-top: -35px;
  }
  @-webkit-keyframes zoom {
    0% {
      transform: scale(0.9);
    }
    70% {
      transform: scale(1);
      box-shadow: 0 0 0 30px rgba(0,0,0, 0);
    }
      100% {
      transform: scale(0.9);
      box-shadow: 0 0 0 0px rgba(0,0,0, 0);
    }
  }
}
@media (max-width: 480px) {}
@media (max-width: 480px) {
  .popup-pulse .popup-black-in .h2 {font-size: 20px !important; line-height: 32px !important;}
}
.popup-black {background: rgba(17,17,17,0.92);}
.popup-close { position: relative; background: rgb(0,0,0); width: 85px; height: 85px; border-radius: 50%; display: block; margin: 0 auto;}
.popup-close:hover {opacity: 0.7;}
.popup-pulse .h2 {color: #fff; font-size: 32px; text-align: center;}
.popup-black-in { position: relative; font-size: 0; display: inline-block; vertical-align: middle; padding-top: 50px; padding-bottom: 30px; width: 98%; left: 1%;}
.popup-black-in .button { color: #fff;}
.popup-close.active:after {
    opacity: 1;
    transition-delay: 1500ms !important;
    -moz-transition-delay: 1500ms !important;
    -webkit-transition-delay: 1500ms !important;
    -ms-transition-delay: 1500ms !important;
}
.popup-black-in .captcha {padding: 10px; background: #fff; margin-top: 10px;}
.popup-close:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    width: 42px;
    height: 42px;
    background: url(img/close.png) no-repeat;
    content: "";
    opacity: 0;
    transition-delay: 0ms !important;
    -moz-transition-delay: 0ms !important;
    -webkit-transition-delay: 0ms !important;
    -ms-transition-delay: 0ms !important; }
.popup-black-in .h2:after {left: 50%; margin-left: -25px;}
.popup-black-in label {color: #fff;}