/*РєРЅРѕРїРєР° Р·РІРѕРЅРєР°*/

.callback-bt {
	background:#1bc358;
	border:2px solid #1bc358;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(27,195,88,0.3);
	cursor:pointer;
	height:68px;
	text-align:center;
	width:68px;
	position: fixed;
	right: 8%;
	bottom: 18%;
	z-index:9;
	transition:.3s;
	-webkit-animation:hoverWave linear 1s infinite;
	animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
	height:68px;
	width:68px;	
	border-radius:50%;
	position:relative;
	overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#1bc358;
    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;
}

.callback-bt .text-call:hover span {
    opacity: 1;
	font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
	z-index:1;
	background:#fff;
	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 hoverWave {
	0% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 0 rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 15px rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 26.7px rgba(27,195,88,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 40px rgba(27,195,88,0.0)
}
}@keyframes hoverWave {
	0% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 0 rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 15px rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 26.7px rgba(27,195,88,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 40px rgba(27,195,88,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);
}
}

/* РєРѕРЅРµС† РєРЅРѕРїРєРё Р·РІРѕРЅРєР° */

/*РєРЅРѕРїРєР° РѕР±СЂР°С‚РЅРѕР№ СЃРІСЏР·Рё*/

.email-bt {
	background:#1bc358;
	border:2px solid #1bc358;
	border-radius:50%;
	box-shadow:0 8px 10px rgba(27,195,88,0.3);
	cursor:pointer;
	height:68px;
	text-align:center;
	width:68px;
	position: fixed;
	right: 8%;
	bottom: 18%;
	z-index:9;
	transition:.3s;
	-webkit-animation:email-an linear 1s infinite;
	animation:email-an linear 1s infinite;
}

.email-bt .text-call{
	height:68px;
	width:68px;	
	border-radius:50%;
	position:relative;
	overflow:hidden;
}

.email-bt .text-call span {
    text-align: center;
    color:#1bc358;
    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;
}
.email-bt:hover i {
    display:none;
}

.email-bt:hover {
	z-index:1;
	background:#fff;
	transition:.3s;
}
.email-bt:hover i {
	color:#38a3fd;
	font-size:40px;
	transition:.3s;
}
.email-bt i {
	color:#fff;
	/* font-size:29px; */
	font-size:39px;
	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(27,195,88,0.3),0 0 0 0 rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 15px rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 26.7px rgba(27,195,88,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 40px rgba(27,195,88,0.0)
}
}@keyframes email-an {
	0% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 0 rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
40% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 15px rgba(27,195,88,0.2),0 0 0 0 rgba(27,195,88,0.2)
}
80% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 26.7px rgba(27,195,88,0.067)
}
100% {
	box-shadow:0 8px 10px rgba(27,195,88,0.3),0 0 0 30px rgba(27,195,88,0),0 0 0 40px rgba(27,195,88,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;
}
}
/* Р С”Р С•Р Р…Р ВµРЎвЂ  Р С”Р Р…Р С•Р С—Р С”Р С‘ Р В·Р Р†РЎРЏР В·Р С‘ */

#modal-form{
	max-width:450px;
	padding:20px;
	font-size:16px;
	background:#FFF;
}
.row-box{
	margin-left:-10px;
	margin-right:-10px;
}
.row-box:after{
	content:'';
	display:table;
	clear:both;
}
.row-box>div{
	float:left;
	box-sizing:border-box;
	padding:0 10px;
	margin:5px 0;
}
.row-50{
	width:50%;
}
.row-50:nth-child(2n)+.row-50{
	clear:both;
}
.modal-btn-box{
	width:50%;
	float:right !important;
}