
* {
    margin: 0;
    padding: 0;
}



.clear{
	display:block;
	width:100%;
	height:0px;
	clear:both;
	overflow:hidden;
	visibility: hidden;
	font:400 0px/0px Arial;
}


/*начало демо*/

/*кнопка обратной связи*/

.email-bt {
	background:#0055AC;
	border:2px solid #4C4BE4;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(249,92,24,0.3);
	cursor:pointer;
	height:68px;
	text-align:center;
	width:68px;
	position: fixed;
	right: 4%;
	bottom: 18%;
	z-index:999;
	transition:.3s;
	-webkit-animation:email-an linear 1s infinite;
	animation:email-an linear 1s infinite;
	z-index: 99999999;
}

.email-bt .text-call{
	height:68px;
	width:68px;	
	border-radius:50%;
	position:relative;
	overflow:hidden;
}

.email-bt .text-call span {
    text-align: center;
    color:#0055AC
    opacity: 0;
    font-size: 0;
	position:absolute;
	right: 4px;
	top: 22px;
    line-height: 14px;
	font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
	font-size: 11px;
	z-index: 99999999;
}
.email-bt:hover i {
    display:none;
	z-index: 99999999;
}

.email-bt:hover {
	z-index:1;
	background:#fff;
	transition:.3s;
	z-index: 99999999;
}
.email-bt:hover i {
	color:#38a3fd;
	font-size:40px;
	transition:.3s;
	z-index: 99999999;
}
.email-bt i {
	color:#fff;
	font-size:29px;
	transition:.3s;
	line-height: 66px;
	
}

.email-bt i  {
	-webkit-animation: opsimple 3s infinite;
	animation: opsimple 3s infinite;
}

@-webkit-keyframes email-an {
	0% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 0 rgba(31,24,184,0.2),0 0 0 0 rgba(31,24,184,0.1)
}
40% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 15px rgba(31,24,184,0.2),0 0 0 0 rgba(31,24,184,0.1)
}
80% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 30px rgba(31,24,184,0.2),0 0 0 26.7px rgba(31,24,184,0.1)
}
100% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 30px rgba(31,24,184,0),0 0 0 40px rgba(31,24,184,0)
}
}@keyframes email-an {
	0% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 0 rgba(31,24,184,0.2),0 0 0 0 rgba(31,24,184,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 15px rgba(31,24,184,0.2),0 0 0 0 rgba(31,24,184,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(31,24,184,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

/* модальное окно */

.md-content h3
{color:#000000;}

form {
    margin-left:auto;
    margin-right:auto;
}

input,select, textarea {
	box-sizing: border-box;
}

textarea{
	width: 100%;
    height: 110px;
    
    display:block;
   
    font-size:15px;
    color:#444;
    padding:20px;
    margin-bottom:10px;
	margin-top: 10px !important;
}

input {
	
    width: 100%;
   
    
    display:block;
   
    font-size:15px;
    color:#444;
    padding-left:20px;
    padding-right:20px;
    margin-bottom:10px;
}




input[type=submit] {
    cursor:pointer;
}

::-webkit-input-placeholder {
	  color:#000000;
}

:-moz-placeholder{ 
    color:#000000; 
}

::-moz-placeholder {
    color:#000000;
}

:-ms-input-placeholder {  
	  color:#000000; 
}

::-ms-select-placeholder {  
	  color:#000000;
}

input:focus, textarea:focus { 
	  background-color: rgba(0, 0, 0, 0.15);
}

.orderbtnform {
	margin:0 auto;
    background: #0054A9 !important;
    border-radius:10px;
	height: 50px;
	line-height:10px;
	width: 100%;
    color: #fff;
	font-size:17px;
	transition:all 0.3s;
}

.btn:hover {
    background:#FF4444;
 }




