hr, img, legend {
  border: 0;
}

.center_wrap img, .img-thumbnail {
  max-width: 100%;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

caption, img, td, th {
  vertical-align: middle;
}

html {
  line-height: 1;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption, td, th {
  text-align: left;
  font-weight: 400;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

a {
  outline: 0 !important;
  background-color: transparent;
  text-decoration: none;
}

.dropdown-toggle:focus, .open > a, a:active, a:hover {
  outline: 0;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

.img-thumbnail, body {
  background-color: #fff;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-size: 15px;
  line-height: 1.42857143;
  color: #333;
  position: relative;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html, body {
  height: 100%;
}

p, body {
  color: #222;
}

a{color:#0081dc}

a:hover{color:#0081dc;}

.h_link{margin-bottom: 20px;}

.sub_h1 {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.container_indent{
  padding: 0 50px;
}

/*===== button =====*/

.btn {
  font-size: 14px;
  padding: 14px 40px 17px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -ms-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  letter-spacing: 0.02em;
  position: relative;
  text-decoration: none;
  outline:none;
  letter-spacing: 0.02em;
}

.link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #087cd5;
  text-decoration: underline;
}

.link:hover{
  text-decoration: none;
}

.pseud_link{
  display: inline;
  border-bottom: 1px dotted #262626;
  cursor:pointer;
}

.pseud_link:hover{
  border:none;
  margin-bottom: 1px;
}


.btn-one {
  color: #ffffff;
  transition: all .15s ease;
  border: none;
  padding: 10px 32px 12px;
  box-shadow: none;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  border: 2px solid rgba(93, 221, 217, 0.25);
  font-weight: 600;
  background: none;
}

.btn-one:hover{
  color:white;
  border: 2px solid rgba(93, 221, 217, 1);
}

.btn-two {
  background-color: #e3248f!important;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
  border-bottom: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  letter-spacing: 0.04em;
}

.btn-two:hover {
  background-color: #d2117d!important;
  color: white!important;;
}

.btn-three {
  background-color: #222222!important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: white!important;
  border-bottom: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  letter-spacing: 0.04em;
  padding: 13px 35px 13px;
}

.btn-three:hover{
  background-color: #e3248f!important;
}


.btn-one.btn-insert{
  border-color: white;
  color:white;
}
/*===== button =====*/

.input-animate::-webkit-input-placeholder {
  -moz-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  transform-origin: 0 50%;
}

.input-animate {
  overflow: hidden;
}
.input-animate:focus::-webkit-input-placeholder {
  -moz-transform: translateX(70%);
  -ms-transform: translateX(70%);
  -webkit-transform: translateX(70%);
  transform: translateX(70%);
  opacity: 0;
}

input:not(:disabled):not([type="submit"]), textarea {
  padding: 12px 0px;
  border: none;
  font-size: 16px;
  outline: none;
  letter-spacing: 0.03em;
  border-bottom: 1px solid #d5d5d5;
  color: #111;
  -webkit-transition: border 0.3s ease;
  -moz-transition: border 0.3s ease;
  -ms-transition: border 0.3s ease;
  -o-transition: border 0.3s ease;
  transition: border 0.3s ease;
  box-shadow: none;
  background: none;
}


/* Chrome/Opera/Safari */
input::-webkit-input-placeholder { 
  letter-spacing: 0.04em;
}
/* Firefox 19+ */
input::-moz-placeholder {
  letter-spacing: 0.04em;
}
/* IE 10+ */
input:-ms-input-placeholder { 
  letter-spacing: 0.04em;
}
/* Firefox 18- */
input:-moz-placeholder { 
  letter-spacing: 0.04em;
}


input.placeholder_white{
  color:white!important;
  border-bottom: 1px solid white!important;
}
/* Chrome/Opera/Safari */
.placeholder_white::-webkit-input-placeholder { 
  color: white;
}
/* Firefox 19+ */
.placeholder_white::-moz-placeholder {
  color: white;
}
/* IE 10+ */
.placeholder_white:-ms-input-placeholder { 
  color: white;
}
/* Firefox 18- */
.placeholder_white:-moz-placeholder { 
  color: white;
}

/*===== scroll_downs =====*/
.scroll_downs {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  margin: auto;
  width: 25px;
  height: 39px;
  z-index: 50;
}

.mousey {
  width: 4px;
  padding: 6px 10px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  opacity: 0.75;
}

.scroller {
  width: 2px;
  height: 8px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
  position: relative;
  left: -1px;
}

@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}
/*===== scroll_downs =====*/


/*===== h =====*/
.h1{
  font-size: 47px;
  font-weight: 800;
  text-transform: uppercase;
}

.h_style1{
  position: relative;
  padding-left: 23px;
}

.h_style1:before{
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left:0;
  top:50%;
  background-color: #ff840b;
  margin-top: -3px;
}

@media (max-width: 499px){
  .h1{
    font-size: 28px;
    text-align: center;
    padding-left: 0;
  }
  .h_style1:before{display: none;}
}

/*===== h =====*/



/*===== hamburger =====*/
.hamburger {
  padding: 15px 20px 14px 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger__box {
  width: 28px;
  height: 24px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger__inner, .hamburger__inner::before, .hamburger__inner::after {
  width: 23px;
  height: 3px;
  background-color: #262626;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.mobile_nav .hamburger__inner, .mobile_nav .hamburger__inner::before, .mobile_nav .hamburger__inner::after {
  background-color: #f96f13;
}

.hamburger__inner::before, .hamburger__inner::after {
  content: "";
  display: block;
}

.hamburger__inner::before {
  top: -7px;
}

.hamburger__inner::after {
  bottom: -7px;
}

/*Squeeze*/
.hamburger-squeeze .hamburger__inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-squeeze .hamburger__inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger-squeeze .hamburger__inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger-squeeze.is-active .hamburger__inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-squeeze.is-active .hamburger__inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger-squeeze.is-active .hamburger__inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*===== hamburger =====*/
/*===== mobile_nav =====*/
.mobile_nav {
  display: block;
  overflow: hidden;
  width: 40%;
  height: 100%;
  position: fixed;
  z-index: 1200;
  top: 0px;
  left: -40%;
  background: #222;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: all .5s cubic-bezier(0.6,0,0.5,1);
  -moz-transition: all .5s cubic-bezier(0.6,0,0.5,1);
  transition: all .5s cubic-bezier(0.6,0,0.5,1);
}

.mobile_nav__row{
  height: 100%;
}

.mobile_nav.active{
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  visibility: visible;
}

.mobile_nav img{
  display: none;
}

.mobile_nav__item {
  padding: 30px 30px;
  border-bottom: 1px solid gainsboro;
}

.mobile_nav__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mobile_nav ul {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #fff;
}

.mobile_nav ul a {
  color: #222;
  font-weight: 600;
  display: block;
  padding: 12px 30px 12px 50px;
  text-decoration: none;
  -webkit-transition: color 0.15s ease;
  -moz-transition: color 0.15s ease;
  -ms-transition: color 0.15s ease;
  -o-transition: color 0.15s ease;
  transition: color 0.15s ease;
  display: block;
}


.mobile_nav .active a {
  background: #f3f3f3;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 900;
}

.mobile_nav .hide_show_menu {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
}

.hide_show_menu {
  display: none;
}



.mobile_nav__list a{
  font-size: 44px;
  text-transform: uppercase;
  color:white;
  font-family: UniSans;
  height: 100%;
}

.mobile_nav__contact{
  color:#222;
  text-align: center;
  padding: 20px;
  background: #222 ;
}

.mobile_nav__contact ul{
  background: #222 ;
}

.mobile_nav__contact ul a{
  color:white;
  text-align:left;
  font-weight: 400;
  padding: 12px 30px 12px 30px;
}

.mobile_nav__phone{
  margin-bottom: 20px;
  margin-top: 72px;
}

.mobile_nav__phone_item{
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}

.mobile_nav__phone_item span{
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: 4px;
}

.mobile_nav__address{
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 40px;
}


@media (min-width: 1200px) {
  .mobile_nav, .mask {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .hide_show_menu {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .mobile_nav {
    width: 70%;
    left: -70%;
  }
}
/*===== mobile_nav =====*/




/*===== toggle_wrap =====*/
.toggle_btn-style{
  background-color: #eaf7fd;
  padding: 15px 70px 15px 25px;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  color: #404040;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.toggle_item.active .toggle_btn-style:before{
  -moz-transform: scale(1) rotate(-180deg);
  -webkit-transform: scale(1) rotate(-180deg);
  -o-transform: scale(1) rotate(-180deg);
  -ms-transform: scale(1) rotate(-180deg);
  transform: scale(1) rotate(-180deg);
}

.toggle_btn-style:before{
  content: "";
  right: 20px;
  top: 21px;
  background: url(/img/toggle_target.png) no-repeat 0 0;
  width: 16px;
  height: 10px;
  position: absolute;
}

.toggle_btn-style span{
  border-bottom: 1px dotted #4d4d4d;
}

.toggle_btn-style:hover{
  cursor:pointer;
}

.toggle_btn-style:hover span, .toggle_item.active .toggle_btn-style span{
  border-bottom: none;
  margin-bottom: 1px;
}

.toggle_btn-style:hover i{
  border-left: 7px solid #ffffff;
}

.toggle_btn-style i{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #4d4d4d;
  display: block;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 20px;
  right: 30px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.toggle_target{
  display: none;
}

.toggle_target-style{
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 23px 28px;
  background: #efefef;

}

.toggle_item-style{
  margin-bottom: 10px;
}

.toggle_item-style.active i{
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.toggle_item-style.active .toggle_target{
  display: block;
}
/*===== toggle_wrap =====*/


.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}



/*=================tabs‹=================*/
.tabs li{
  cursor: pointer;
}

.tabs_style{
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 35px;
}

.tabs_style .tabs_style_content{
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-right: 2px solid #dbf0f9;
  border-left: 2px solid #dbf0f9;
  border-bottom: 2px solid #dbf0f9;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.tabs_style > div{
  padding-top:10px;
}
.tabs_style > ul{
  margin:0px;
  padding:0px;
}
.tabs_style > ul:after{
  content:"";
  display:block;
  clear:both;
  height:3px;
  background:#087cd5;
}
.tabs_style > ul li{
margin: 0px;
padding: 0px;
cursor: pointer;
display: block;
float: left;
padding: 12px 24px 13px;
color: #333;
margin-right: 3px;
font-size: 15px;

}

.tabs_style > ul li:after{display: none;}

.tabs__caption{
  overflow:hidden;
}

.tabs_style > ul li.active, .tabs_style > ul li.active:hover{
  background: #087cd5;
  color: #ffffff;
}

.tabs__content {
  display: none; /* Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ Ð¿Ñ€ÑÑ‡ÐµÐ¼ Ð²ÑÐµ Ð±Ð»Ð¾ÐºÐ¸ */
}
.tabs__content.active {
  display: block; /* Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ Ð¿Ð¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ð½ÑƒÐ¶Ð½Ñ‹Ð¹ Ð±Ð»Ð¾Ðº */
}


@media (max-width: 767px){
  .tabs_style_content{
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px!important;
  }
}

@media (max-width: 600px){
  .tabs_style_content{
    padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 10px;
  }

  .tabs_style > ul li{padding: 0;}
    .tabs_style .tabs__caption {
      padding: 10px;
    }
  
  .tabs_style > ul:after{display: none;}
  .tabs_style .tabs__caption span{
    display: inline-block;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
  }
  .tabs_style > ul li.active, .tabs_style > ul li.active:hover{background:none;}
  .tabs_style > ul li.active span, .tabs_style > ul li.active:hover span{background: #087cd5;}
}
/*=================tabs=================*/


/*===== pulse =====*/
.pulse-css{width:55px;height:55px}
.pulse-box{
  position: fixed;
  z-index: 1000;
  left: 35px;
  bottom: 35px;
}
svg.pulse-svg{overflow:visible}
svg.pulse-svg .first-circle,svg.pulse-svg .second-circle,svg.pulse-svg .third-circle{fill:#ff0062;transform:scale(.5);transform-origin:center center;animation:pulse-me 3s linear infinite}
svg.pulse-svg .second-circle{animation-delay:1s}svg.pulse-svg .third-circle{animation-delay:2s}
.pulse-css{
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  background: #1fc8ee;
  position: relative;
  cursor: pointer;
  display: block;
  background-size: 23px;
}
.pulse-css img{
  z-index: 10;
  width: 25px;
  left: 15px;
  top: 15px;
  position: relative;
}
a.pulse-mob-css{display:none}
  .pulse-css:after,.pulse-css:before{content:'';width:50px;height:50px;-webkit-border-radius:55px;-moz-border-radius:55px;border-radius:55px;background-color:#1fc8ee;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;transform:scale(.5);transform-origin:center center;animation:pulse-me 3s linear infinite}
  .pulse-css:after{animation-delay:2s}@keyframes pulse-me{0%{transform:scale(.5);opacity:0}50%{opacity:.1}70%{opacity:.09}100%{transform:scale(3);opacity:0}}
  @media only screen and (max-width:500px){a.pulse-mob-css{display:block!important}a.pulse-desk-css{display:none} .pulse-box{    left: 15px;
    bottom: 15px;}}
/*===== pulse =====*/



/*===== airSticky =====*/
.fix_active .airSticky_fixed{
margin-top: 90px;
}

.airSticky {
  position: relative;
  margin-top: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
  }

  .airSticky_fixed{
margin-top: 30px;
  }

/*===== airSticky =====*/


.chat_widget__btn{
  background-color: #f59f2d;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  right: 20px;
  height: 60px;
  width: 60px;
  border: 0px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}