
 /********PHONE*****************/
 #popup__toggle{bottom:25px;right:10px;position:fixed;z-index:999;}
 .img-circle{background-color:#08a02b;box-sizing:content-box;-webkit-box-sizing:content-box;}
 .circlephone{
   box-sizing:content-box;
   -webkit-box-sizing:content-box;
   border: 2px solid #5ff883;
   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 1.4s infinite ease-in-out !important;-moz-animation: circle-anim 1.4s infinite ease-in-out !important;-ms-animation: circle-anim 1.4s infinite ease-in-out !important;-o-animation: circle-anim 1.4s infinite ease-in-out !important;animation: circle-anim 1.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:#5ff883;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 1.3s infinite ease-in-out;-moz-animation: circle-fill-anim 1.3s infinite ease-in-out;-ms-animation: circle-fill-anim 1.3s infinite ease-in-out;-o-animation: circle-fill-anim 1.3s infinite ease-in-out;animation: circle-fill-anim 1.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(phone.png);background-position: center center;background-repeat:no-repeat;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 0.5s;-webkit-animation-duration: 0.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;}}
/**************PHONE*****************/

/********MODAL Window for phone********/
* {
  box-sizing: border-box;
}

.fixed-overlay {
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

.fixed-overlay__modal {
  text-align: center;
  white-space: nowrap;
  z-index: 1001;
}

.fixed-overlay__modal::after {
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: '';
}

.modalPhone {
  display: inline-block;
  vertical-align: middle;
}

.modal_container {
  margin: 50px;
  padding: 20px;
  text-align: left;
  white-space: normal;
  padding-top: 150px;  
}

.uppercase {
  text-transform: uppercase;
}

.btnPhone {
  display: inline-block;
  background: transparent;
  color: inherit;
  font: inherit;
  border: 0;
  outline: 0;
  padding: 0;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  cursor: pointer;
}
.btnPhone--primary {
  background: #5ff883;
  color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 12px 36px;
}
.btnPhone--primary:hover {
  background: #5ff883;
}
.btnPhone--primary:active {
  background: #5ff883;
  box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, 0.2);
}
.btnPhone--inside {
  margin-left: -96px;
}

.form__field {
  width: 360px;
  background: #fff;
  color: #a3a3a3;
  font: inherit;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
  border: 0;
  outline: 0;
  padding: 12px 20px;
  border-radius: 3px;
  font-size: 24px;
}


/* Close Button */

.close-thik:after {
  content: '✖'; /* UTF-8 symbol */
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  color: white;
  font: 44px/100% arial, sans-serif;
  padding-left: 10px;
}


/********MODAL Window for phone********/