@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'Futura';
	src: url('/fonts/FuturaTLig.eot');
	src: url('/fonts/FuturaTLig.woff') format('/woff'), url('/fonts/FuturaTLig.ttf') format('truetype'), url('/fonts/FuturaTLig.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	color:#000;
	margin:0px;
	font-family:'Futura';
	font-size:15px;
}

.clear{
	clear:both;
}

a{
	text-decoration: none;
}

.header .container{
	width:1105px;
	margin:auto;
	margin-top:10px;
	position:relative;
}

.header .container .logo{
	float:left;
	width:335px;
}

.header .container .bubbles{
	float:right;
	width:300px;
	position:relative;
}

.bubbles{
	padding-bottom:40px;
}

.bubbles .first,
.bubbles a.second,
.footer .left_side .bubble{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:17px;
	color:#000000;
	margin-top:15px;
	width:125px;
	padding:0px 15px;
	height:155px;
	border-radius:200px;
    background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(227,248,155,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3f89b',GradientType=1 ); /* ie6-9 */
	transition:all ease-in-out 0.3s;
}

.bubbles .first a{
	color:#000000;
}

.bubbles a.second{
	width:105px;
	height:95px;
	margin-top:-120px;
	float:right;
	font-size:24px;
	padding-top:40px;
}

#header_menu{
	position:absolute;
	top:745px;
}

.footer{
	width:1170px;
	margin:0px auto 40px auto;
}

.footer .contact{
	width:530px;
	margin:40px auto;
	font-size:23px;
}

.form_item{
	height:90px;
}

.form_item input[type="text"],
.form_item textarea{
	padding:15px 20px;
	font-size:23px;
	background-color:#e8e4e4;
	color:#000;
	border:none;
	width:490px;
	font-family:'Futura', sans-serif;
}

.button a{
	font-size:23px;
	display:inline-block;
	padding:13px 60px;
	background-color:#e1f894;
	color:#000;
}

.footer .right_side{
	width:380px;
	float:right;
	font-size:23px;
}

.footer .left_side{
	width:775px;
	float:left;
}

.footer .left_side .bubble.first{
	width:450px;
	height:320px;
	padding-top:160px;
	font-size:23px;
	border-radius:400px;
	float:left;
}

.footer .left_side .bubble.first a,
.footer .left_side .bubble.second a{
	color:#000;
}

.footer .left_side .bubble.second{
	width:305px;
	height:260px;
	font-size:23px;
	border-radius:335px;
	float:right;
	padding-top:75px;
	margin-top:-190px;
}

.footer .left_side .bubble.second a{
	text-transform:uppercase;
	display:block;
}

.footer .right_side .form_item input[type="text"]{
	width:340px;
}

.footer .right_side .button{
	text-align:right;
}

.footer .right_side .button a{
	background-color:#f7e47e;
}

.msg{
	display:none;
	font-size:16px;
	color:#f20000;
}

.extras .bubbles{
	width:1170px;
	margin:auto;
	padding:45px 0px;
	position:relative;
}

.extras .bubbles a.second{
	float:left !important;
	margin-left:160px;
}

.bubble_small_1,
.bubble_small_2{
	position:absolute;
	bottom:50px;
	left:-20px;
	width:25px;
	height:25px;
	border-radius:200px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(227,248,155,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3f89b',GradientType=1 ); /* ie6-9 */ 
}

.bubble_small_2{
	left:0px;
	width:40px;
	height:40px;
	bottom:10px;
}

.mouse-icon{
	display: block;
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 680px;
	margin-left: -21px;
	width: 40px;
	height: 60px;
	border: 4px solid #fff;
	border-radius: 30px;
	text-align:center;
}

.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
		  animation-name: drop;
	-webkit-animation-duration: 1s;
		  animation-duration: 1s;
	-webkit-animation-timing-function: linear;
		  animation-timing-function: linear;
	-webkit-animation-delay: 0s;
		  animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
		  animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
		  animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 4px;
	height: 10px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes drop {
  0% {
    top: 2px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 2px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}

.bubbles .first:hover,
.bubbles .second:hover{
	transform:scale(1.1);
}



#toggle_menu {
	z-index: 10;
	display: none;
	position: absolute;
	top: 50px;
	right: 2%;
	padding: 0px;
	width: 23px;
	height: 21px;
	border: 0;
	background-color: transparent;
	background-image: url(/images/toggle_menu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}
#toggle_menu.opened {
	position: fixed;
	top: 15px;
	background-position: -23px 0px;
}

#mobile-menu {
	display: none;
}

.content_bubble{
	width:160px;
	padding:0px 15px;
	height:190px;
	display:table-cell;
	border-radius:200px;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(227,248,155,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(227,248,155,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e3f89b',GradientType=1 ); /* ie6-9 */ 
	font-size:24px;
	vertical-align:middle;
	text-align:center;
}

.production_content{
	text-align:right;
}

.page_style .num_zamik{
	display:inline-block;
	width:20px;
	text-align:center;
}

.page_style .num_zamik a{
	color:#000;
}

.page_style .num_zamik .num_sel{
	font-weight:bold;
}