/** {
	margin: 0;
	padding: 0;
	}*/
button
{
	transition: 0.3s;
	}
table
{
	max-width: 100%;
	margin-bottom: 15px;
	}
body
{
	/*font: 14px/18px Arial, Tahoma, Verdana, sans-serif;*/
	width: 100%;
	}
#wrapper
{
	width: 996px;
	margin: 0 auto;
	overflow:hidden;
	}

#middle
{
	width: 100%;
	height: 1%;
	position: relative;
	}
#middle:after
{
	content: '';
	clear: both;
	display: table;
	}
#container
{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-bottom:20px;
	}

#content {
	padding: 0 0 0 300px;
	min-height:500px;
	padding-top: 20px;
	}

 #footer
{
 	position: relative;
 	border-top: 1px solid #ccc;
 	padding: 15px;
 	}
.flink li
{
	display:inline;
	}
.flink li a
{
	color:#333333;
 	padding: 0 15px;
 	text-decoration: underline;
 	border-right: 1px solid #333;
 	font-size: 12px;
	}
.flinks li
{
	display:inline-block;
	margin:20px 0;
	padding: 0 15px;
	width: 33%;
	}
.flinks li:nth-child(1)
{
	padding-left: 0;
	}
.flinks li:nth-child(2)
{
	text-align: center;
	}
.flinks li.developers
{
	font-size: 12px;
	text-align: right;
	padding-right: 0;
	}

/*ÏÎÈÑÊ ÏÎ ÑÀÉÒÓ*/
#ajaxSearch_form
{
	float:left;
	}
#ajaxSearch_form input[type=text]
{
	padding: 5px 10px;
	font-weight: normal;
	}
#ajaxSearch_form input[type=submit]
{
	background: url(../img/sh.jpg) no-repeat 0 center;
	border:none;
	width:31px;
	height:31px;
	display:inline-block;
	overflow:hidden;
	text-indent:9999em;
	margin:0 0 20px 0;
	}


ul.head_link
{
	float:right;
	width:80px;
	background: url(../img/head_link.jpg) no-repeat;
	margin-right:20px;
	clear: none;
	}
ul.head_link li
{
	list-style:none;
	display:inline-block;
	margin-left:-4px;
	text-indent:-9999em;
	overflow:hidden
	}
ul.head_link li a
{
	width:40px;
	height:27px;
	display:block;
	}

/*ÊÍÎÏÊÀ ÂÂÅÐÕ	*/
#back-top
{
	display: none;
	}
#back-top a
{
	background: url('../img/up.png') center 10px no-repeat rgba(255,255,255,0.5);
	padding:32px 7px 17px;
	position: fixed;
	bottom: 45px;
	left: 80px;
	text-align: center;
	color: #020202;
	text-transform: uppercase;
	text-decoration: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	}
/*ÏÅÐÅÇÂÎÍÈÒÅ ÌÍÅ*/
.b-popup {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    z-index: 99999;
}
.b-popup .b-popup-content {
    background-color: #fff;
    border: 1px solid #000;
    margin: 140px auto 0;
    padding: 42px;
    text-align: center;
    width: 540px;
    font:17px "CRC35";
    color: #462814;
    position: relative;
    min-height: 200px;
}
.b-popup .b-popup-content label
{
	font-weight: normal!important;
	margin-bottom: 5px;
	font-size: 17px;
	}
.b-popup .b-popup-content input[type=text]
{
	width: 300px;
	padding: 7px 8px;
	border:1px solid #a89991;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
  	border-radius: 4px;
  	behavior: url(border-radius.htc);
	}
.call_back_button
{
    bottom: 40%;
    position: fixed;
    right: 15px;
    z-index: 999999;
}
#callback_form table
{
	width: 100%
	}
.b-popup .b-popup-content .popup__title
{
	  font: 26px "CirceBold";
    text-transform: uppercase;
	  color: #333;
	  margin-bottom: 25px;
	}
.b-popup .b-popup-content .info
{
	font:16px "CirceBold";
	color: #000000;
	}
.b-popup .b-popup-content .close
{
	position: absolute;
	background: url("../img/call_close.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 18px;
	height: 18px;
	content: '';
	right: 20px;
	top: 20px;
    cursor: pointer;
	}
/*ÒÅËÅÔÎÍ ÑÁÎÊÓ*/
#outerspace {
    position: relative;
    height: 120px;
	background: url('../img/call.png') no-repeat;
	width: 120px;
    }

.box {
	position: relative;
	height: 46px;
	width: 48px;
	padding: 30px 30px;
	-webkit-animation: spin 3s infinite linear;
	-moz-animation: spin 3s infinite linear;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	box-sizing: content-box;
}

.box div {
  	position: relative;
  	height: 46px;
  	width: 48px;
  	-webkit-animation:rotate 3s infinite linear;
  	-moz-animation:rotate 3s infinite linear;
}

.box div img {width:48px; height:46px;
  	border-radius:200px;
  	-webkit-animation:rot 3s infinite linear;
  	-moz-animation:rot 3s infinite linear;
  	padding: 0;
}

.side1{
  animation: spin linear 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 0%;
  -webkit-animation: spin linear 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 0%;
  -moz-animation: spin linear 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 0%;
  -o-animation: spin linear 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 0%;
  -ms-animation: spin linear 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 0%;
}

@keyframes spin{
  0% {
    transform:  rotate(25deg) ;
  }
  20% {
    transform:  rotate(-15deg) ;
  }
  40% {
    transform:  rotate(15deg) ;
  }
  60% {
    transform:  rotate(-5deg) ;
  }
  80% {
    transform:  rotate(10deg) ;
  }
  100% {
    transform:  rotate(25deg) ;
  }
}

@-moz-keyframes spin{
  0% {
    -moz-transform:  rotate(25deg) ;
  }
  20% {
    -moz-transform:  rotate(-15deg) ;
  }
  40% {
    -moz-transform:  rotate(15deg) ;
  }
  60% {
    -moz-transform:  rotate(-5deg) ;
  }
  80% {
    -moz-transform:  rotate(10deg) ;
  }
  100% {
    -moz-transform:  rotate(25deg) ;
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform:  rotate(25deg) ;
  }
  20% {
    -webkit-transform:  rotate(-15deg) ;
  }
  40% {
    -webkit-transform:  rotate(15deg) ;
  }
  60% {
    -webkit-transform:  rotate(-5deg) ;
  }
  80% {
    -webkit-transform:  rotate(10deg) ;
  }
  100% {
    -webkit-transform:  rotate(25deg) ;
  }
}

@-o-keyframes spin {
  0% {
    -o-transform:  rotate(25deg) ;
  }
  20% {
    -o-transform:  rotate(-15deg) ;
  }
  40% {
    -o-transform:  rotate(15deg) ;
  }
  60% {
    -o-transform:  rotate(-5deg) ;
  }
  80% {
    -o-transform:  rotate(10deg) ;
  }
  100% {
    -o-transform:  rotate(25deg) ;
  }
}

@-ms-keyframes spin {
  0% {
    -ms-transform:  rotate(25deg) ;
  }
  20% {
    -ms-transform:  rotate(-15deg) ;
  }
  40% {
    -ms-transform:  rotate(15deg) ;
  }
  60% {
    -ms-transform:  rotate(-5deg) ;
  }
  80% {
    -ms-transform:  rotate(10deg) ;
  }
  100% {
    -ms-transform:  rotate(25deg) ;
  }
}