.social__toggle{
	bottom:50px;
	right: 0;
	left:auto;
	position:fixed;
	z-index: 9999;
}
.social__toggle .img_circle{
  background-color:#00E676;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
}
.social__toggle .circle_envelope{
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  border: 2px solid #00E676;
  width:100px;
  height:100px;
  bottom:-12px;
  right:23px;
  position:absolute;
  -webkit-border-radius:100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  opacity: .5;
  -webkit-animation: circle-anim 2.1s infinite ease-in-out !important;
	-moz-animation: circle-anim 2.1s infinite ease-in-out !important;
  -ms-animation: circle-anim 2.1s infinite ease-in-out !important;
  -o-animation: circle-anim 2.1s infinite ease-in-out !important;
  animation: circle-anim 2.1s infinite ease-in-out !important;
	-webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}
.social__toggle .circle_fill{
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  background-color:#00E676;
  width:75px;
  height:75px;
  bottom:0px;
  right:36px;
  position:absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: circle-fill-anim 2s infinite ease-in-out;
  -moz-animation: circle-fill-anim 2s infinite ease-in-out;
  -ms-animation: circle-fill-anim 2s infinite ease-in-out;
  -o-animation: circle-fill-anim 2s infinite ease-in-out;
  animation: circle-fill-anim 2s infinite ease-in-out;
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -o-transition: all .6s;
  transition: all 0.6s;
}

.social__toggle .img_circle{
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  width:50px;
  height:50px;
  bottom: 13px;
  right: 48px;
  position:absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .7;
}
.social__toggle .circle_envelope.close,
.social__toggle .circle_fill.close,
.social__toggle .img_circle.close {display: none;}
.social__toggle .img_close {
  background-color: #ddd;
  display: none;
  width:50px;
  height:50px;
  bottom: 15px;
  right: 50px;
  position:absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -o-transition: all .25s;
  transition: all 0.25s;
}
.social__toggle .img_close.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
}
.social__toggle .img_close > span {
  font-size: 1.25rem;
}
.social__toggle .img_circleblock_phone,
.social__toggle .img_circleblock_com {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  position: absolute;
  height: 100%;
  width: 100%;
}
.social__toggle .img_circleblock_com {
  opacity:0;
  -webkit-animation:mobileFadeBottom 2s ease-in-out infinite alternate;
  animation:mobileFadeBottom 2s ease-in-out infinite alternate;
}
.social__toggle .img_circleblock_phone {
  -webkit-animation: mobileFadeTop 2s ease-in-out infinite alternate;
   animation: mobileFadeTop 2s ease-in-out infinite alternate;
}
.social__toggle .img_circleblock_com > i,
.social__toggle .img_circleblock_phone > i {font-size: 1.35rem;}
.social__toggle .img_circleblock_com .social_viber {width: 54px;}
.social__toggle .img_circleblock:hover{opacity: 1;}
.social__toggle .img_close:hover {
  background-color: #eee;
}

@keyframes mobileFadeTop {
 0% {opacity:1}
 25% {opacity:1}
 50% {opacity:0}
 100% {opacity:0}
}
@-webkit-keyframes mobileFadeTop {
 0% {opacity:1}
 25% {opacity:1}
 50% {opacity:0}
 100% {opacity:0}
}
@-moz-keyframes mobileFadeTop {
 0% {opacity:1}
 25% {opacity:1}
 50% {opacity:0}
 100% {opacity:0}
}

@keyframes mobileFadeBottom {
 0% {opacity:0}
 25% {opacity:0}
 50% {opacity:1}
 100% {opacity:1}
}
@-webkit-keyframes mobileFadeBottom {
 0% {opacity:0}
 25% {opacity:0}
 50% {opacity:1}
 100% {opacity:1}
}
@-moz-keyframes mobileFadeBottom {
 0% {opacity:0}
 25% {opacity:0}
 50% {opacity:1}
 100% {opacity:1}
}

@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {
  0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}
}

@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}


.social__open {
  bottom: 130px;
  display: none;
  left: auto;
  right: 55px;
  position: fixed;
  z-index: 9999;
}
.social__open.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.social__open > a {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  height: 40px;
  width: 40px;
}
.social__open > a.tg_mobile {display:none;}
.social__open > a > img {
  height: auto;
  width: 100%;
}
  

.social__toggle .circle_box_mobile {
   bottom: 0;
   background-color: #4EB6E0;
   color: #fff;
   display:none;
   left: 0;
   padding: 10px;
   position: fixed;
   text-align: center;
   top: auto;
   width: 100%;
}  
.social__toggle .circle_box_mobile i {margin-right:10px;}

@media only screen and (max-width: 767px) {
	.social__open > a.tg_mobile {display: block;}
	.social__open > a.tg_desctop {display:none;}
}

@media only screen and (max-width: 480px) {
	.social__toggle {right: -30px;}
	.social__open {right: 24px;}
	/* .social__toggle .circle_box_mobile {display:block;}  */
	/*
  .social__toggle .circle_envelope,
  .social__toggle .circle_fill,
	.social__toggle .img_circle {display:none;}

  .social__open {
    bottom: 0;
    background-color: #2E7FB8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    left: 0;
    right: 0;
    padding: 5px 15px;
    width: 100%;
  }
  .social__open > a {
    margin-bottom: 0;
    height: auto;
    width: 25px;
  }
	*/
}

/* call back */

.popup__toggle{bottom:40px;right: 0;left:auto;position:fixed;z-index: 9999;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:150px;height:150px;bottom:-25px;right:10px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:100px;height:100px;bottom:0px;right:35px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;bottom: 14px;right: 49px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:72px;height:72px;background-image:url(mini.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
  

.circle_box_mobile {
   bottom: 0;
   background-color: #4EB6E0;
   color: #fff;
   display:none;
   left: 0;
   padding: 10px;
   position: fixed;
   text-align: center;
   top: auto;
   width: 100%;
}  
.circle_box_mobile i {margin-right:10px;}

@media only screen and (max-width: 480px) {
	/* .circle_box_mobile {display:block;}  */ 
  .popup__toggle {
    bottom: 50px;
    right: -25px;
  }
  .circlephone {
    width:100px;
    height:100px;
    bottom:-12px;
    right:23px;
  }
  .circle-fill {
    width:75px;
    height:75px;
    bottom:0px;
    right:36px;
  }
	.img-circle {
    width:50px;
    height:50px;
    bottom: 13px;
    right: 48px;
  }
  .img-circleblock {
    background-size: 33%;
    width:50px;
    height:50px;
  }
}

/* scroll */

.scrollup{
	width:50px;
	height:50px;
	opacity:0.5;
	position:fixed;
	bottom:300px;
	right:51px;
	display:none;
	text-indent:-9999px;
	background: url('scroll/images/up.png') no-repeat;
	z-index: 99999;
}
a:active, a:focus, a:hover {
   outline: 0 none;
}

@media only screen and (max-width: 480px) {
	#scroll {display:none;}
	.scrollup {bottom: 150px;right:25px;}
}

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2021 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
