.callback-bt {
        background:#FF0000;
		background: url('../img/logos/00045.png')no-repeat;  background-size: cover;  
        border:2px solid #FF0000;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3);
        cursor:pointer;
        height:100px;
        text-align:center;
        width:100px;
        position: fixed;
        right: 5%;
        bottom: 5%;
        z-index:999999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWaveR linear 1s infinite;
		
		
}

.callback-bt .text-call{
        height:100px; 
        width:100px;        
        border-radius:50%;
        position:relative;
        overflow:hidden; 
}

.callback-bt .text-call span {
    text-align: center; 
    color:#fff;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 22px;
        top: 32px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:999;
        background:#000;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWaveR {
        0% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 0 rgba(255, 0, 0,0.2),0 0 0 0 rgba(255, 0, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 15px rgba(255, 0, 0,0.2),0 0 0 0 rgba(255, 0, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 30px rgba(255, 0, 0,0),0 0 0 26.7px rgba(255, 0, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 30px rgba(255, 0, 0,0),0 0 0 40px rgba(255, 0, 0,0.0)
}
}@keyframes hoverWaveR {
        0% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 0 rgba(255, 0, 0,0.2),0 0 0 0 rgba(255, 0, 0,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 15px rgba(255, 0, 0,0.2),0 0 0 0 rgba(255, 0, 0,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 30px rgba(255, 0, 0,0),0 0 0 26.7px rgba(255, 0, 0,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255, 0, 0,0.3),0 0 0 30px rgba(255, 0, 0,0),0 0 0 40px rgba(255, 0, 0,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}
.modal_call_back_full img
{ position:relative;
	width:90px;
	height:120px;
	float:left;
	top:-50px;
	left:00px;
	
}
.modal_call_back_full input
{
	 
	margin:10px;
	font-size:20px;
	 padding:10px;
	 width:250px;
}

.modal_call_back_full input[type=button], input[type=submit]
{
	 background:#001000;
	 color:#fff;
}



.modal_call_back_full {
color:#fff;
 
/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0, 0,0.8);
z-index: 999999;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;

/* Скрываем изначально */
opacity: 0;
pointer-events: none;
}

/* Показываем модальное окно */
.modal_call_back_full:target {
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal_call_back_full > div {
width: 350px;
height:250px;
 top:20%;
background: #001000;
position: relative;
margin: 10% auto;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 30px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal_call_back_full:target > div {
-webkit-animation-name: bounce;
}

.modal_call_back_full h2 {
font-size: 16px;
padding: 0 0 20px;
}
.modal_call_back_full h1 {
font-size: 18px;
 padding:20px;
top:60px;
}
  
/* Ссылка на кнопку Закрыть */
.modal_call_back_full a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal_call_back_full a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal_call_back_full a[href="#close"]:after {
content: 'х';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 1px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 25px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal_call_back_full a[href="#close"]:focus:after,
.modal_call_back_full a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal_call_back_full a[href="#close"]:focus:after {
outline: 0px solid #000;
}

/* Открываем модальное окно */
a.openModal {

}

a.openModal:hover,
a.openModal:focus {
	color: green;
 
}

.modal_call_back_full .modal_call_back_full_tittle {
  display: block;
  text-align: center;
  font-size: 22pt;
  
}



@media only screen and (max-width: 800px)
{
	
	.callback-bt{display:none;}
	
}


/* Контейнер */
.modal2 {
 
/* Слой перекрытия */
position: fixed;
 color:#fff;
 
width:100%;
bottom:  15px;
 height:30px;
z-index: 999999;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
  -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
/* Скрываем изначально */
opacity: 0;
 
}

/* Показываем модальное окно */
.modal2:target {
opacity: 1;
pointer-events: auto;
}


.modal2 a
{
	 font-size:25px;
	color:#C0C0C0;
	
}
.modal2 a:hover  
{
	color:#fff;
	 text-shadow: 1px 1px 0 #800000;
}





/* Содержание */
.modal2 > div {
width: 100%;
background: #001000;
height:40px;
position: float;
 color:#fff;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 5px;
-moz-border-radius: 7px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 20px rgba(60, 179, 113,0.9);
-moz-box-shadow: 0 3px 20px rgba(60, 179, 113,0.9);
box-shadow: 0 3px 20px rgba(60, 179, 113,0.9);
text-shadow: 0 3px 0 #000;
}
.modal2 > div:hover {
 background: #000;
}
/* Изменяем анимацию при открытии модального окна*/
.modal2:target > div {
-webkit-animation-name: bounce;
}

.modal2 h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}

 

 

 
 

 
 

.modal2 .modal_title {
  display: block;
  text-align: center;
  font-size: 22pt;
 
}

@media only screen and (max-width: 800px)

 {
	 
	 #modal2
{
	opacity: 1;
}
	 
 }
 












/* Контейнер */
.modal {
color:gray;
/* Слой перекрытия */
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 999999;

/* Трансформации прозрачности при открытии  */
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;

/* Скрываем изначально */
opacity: 0;
pointer-events: none;
}

/* Показываем модальное окно */
.modal:target {
opacity: 1;
pointer-events: auto;
}

/* Содержание */
.modal > div {
width: 300px;
background: #ffffff;
position: relative;
margin: 10% auto;

/* По умолчанию минимизируем анимацию */
-webkit-animation: minimise 500ms linear;

/* Придаем хороший вид */
padding: 30px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
-moz-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
box-shadow: 0 3px 20px rgba(0,0,0,0.9);
text-shadow: 0 1px 0 #fff;
}

/* Изменяем анимацию при открытии модального окна*/
.modal:target > div {
-webkit-animation-name: bounce;
}

.modal h2 {
font-size: 36px;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
   -webkit-transform: scale3d(0.1,0.1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
   -webkit-transform: scale3d(1.08,1.08,1);
   -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
   -webkit-transform: scale3d(0.95,0.95,1);
   -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
   -webkit-transform: scale3d(1,1,1);
   -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
   -webkit-transform: scale3d(1,1,1);
  }
  100% {
   -webkit-transform: scale3d(0.1,0.1,1);
  }
}

/* Ссылка на кнопку Закрыть */
.modal a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

/* Сбрасываем изменения */
.modal a[href="#close"]:focus {
outline: none;
}

/* Создаем кнопку Закрыть */
.modal a[href="#close"]:after {
content: 'х';
display: block;

/* Позиционируем */
position: absolute;
right: -10px;
top: -10px;
width: 20px;
padding: 1px 1px 1px 2px;

/* Стили */
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #ffffff;
border: 1px solid #ffffff;
-moz-border-radius: 20px;
border-radius: 25px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 0px solid #000;
}

 
.modal .modal_title {
  display: block;
  text-align: center;
  font-size: 12pt;
  
}
