@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'AgoraSansProThin';
		src:	url('../fonts/AgoraSansProThin.eot');
		src:	url('../fonts/AgoraSansProThin.ttf') format('ttf'),
				url('../fonts/AgoraSansProThin.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AgoraSansProBold';
		src:	url('../fonts/AgoraSansProBold.eot');
		src:	url('../fonts/AgoraSansProBold.ttf') format('ttf'),
				url('../fonts/AgoraSansProBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AgoraSansProRegular';
		src:	url('../fonts/AgoraSansProRegular.eot');
		src:	url('../fonts/AgoraSansProRegular.ttf') format('ttf'),
				url('../fonts/AgoraSansProRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html{
	font-family: 'AgoraSansProThin', Arial;
	height:100%;
}

body{
	background:#fff;
	font-family: 'AgoraSansProThin', Arial;
	font-size:20px;
	color:#fff;
	line-height:130%;
	height:100%;
	min-height:1230px;
}

body.berupak{
	background:#fff url(../images/header2.jpg) no-repeat center 122px;
	min-height:1230px;
}

.complete{
	width:100%;
	text-align:center;
	display:table-cell;
	height:100%;
	vertical-align:middle;
	color:#000;
	
}

.completeBox {
    width:440px; /*Ширина блока*/
    height:200px; /*Высота блока*/
    margin:0 auto;
    overflow:visible;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-220px; /*Смещаем блок на половину всей ширины влево*/
    margin-top:-100px; /*Смещаем блок на половину высоты вверх*/
    background:#ffffff;
}

a{
	color:#434374;
	text-decoration:none;
	outline:none;
	border:0;
}

a:focus, a:link{
	color:#434374;
	text-decoration:none;
	outline:none;
	border:0;
}

a:hover{
	color:#434374;
	text-decoration:none;
	outline:none;
	border:0;
}

.completeBox a{
	border-bottom:1px solid #434374;
}

.completeBox a:hover{
	border-bottom:0;
}

strong, b{
	font-family: 'AgoraSansProBold';
	font-weight:normal;
}

em{
	font-family: 'AgoraSansProRegular';
	font-weight:normal;
	font-style:normal;
}

img{
	display:block;
}

.clear{
	clear:both;
}

.form-item, .form-actions{
	margin:0;
}

input[type=text], input[type=password], input[type=url], input[type=email], input.text, input.title, textarea, select,
.form-managed-file .form-file{
	background: #fff;
	border:0;
	margin:0;
	padding:0 5px;
	width:270px;
	height:40px;
	line-height:38px;
	-webkit-box-shadow: inset 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
	-moz-box-shadow:    inset 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
	box-shadow:         inset 0px 3px 7px 0px rgba(0, 0, 0, 0.06);
	font-family: 'AgoraSansProThin';
	font-size:20px;
	color:#000;
	border:1px solid #d1d1d1;
	margin-bottom:20px;
}

.form-managed-file .form-file{
	float:left;
	width:234px;
}

.form-managed-file .form-submit{
	float:left;
	height:30px;
	line-height:28px;
	margin-left:10px;
}

textarea{
	width:270px;
	height:250px;
	font-size:20px;
	color:#000;
	border:1px solid #d1d1d1;
	margin-bottom:20px;
}

select{
	width:400px;
}

label{
	font-weight:normal;
	font-family: 'AgoraSansProThin';
	font-size:18px;
	color:#555555;
	height: 47px;
	line-height: 64px;
	clear:both;
	float:none;
	display:block;
}

input.form-submit, input[type="submit"]{
	border:0;
	display: block;
	height: 40px;
	line-height: 38px;
	padding:0 20px;
	color: #fff;
	text-decoration: none;
	font-family: 'AgoraSansProThin';
	font-size:20px;
	cursor:pointer;
	width:auto;
	text-align:center;
	background:#f56a3f;
	float:right;
}

input.form-submit:hover, input[type="submit"]:hover{
	background:#d85b35;
	color:#fff;
}

tbody{
	border:0;
	padding:0;
	margin:0;
}

.hideform{
	display:none;
}

#cboxContent{
	background:#fff;
	border:none;
	padding:0;
}

#cboxMiddleLeft{
	width:0;
	background:#fff;
}

#cboxMiddleRight{
	width:0;
	background:#fff;
}

#cboxTopLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxTopCenter{
	height:0;
	background:#fff;
}

#cboxTopRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomLeft{
	width:0;
	height:0;
	background:#fff;
}

#cboxBottomCenter{
	height:0;
	background:#fff;
}

#cboxBottomRight{
	width:0;
	height:0;
	background:#fff;
}

#cboxClose,
#cboxClose:hover{
	background:url(../images/closed.png) no-repeat;
	width: 10px;
	height: 10px;
	top:20px;
	right:20px;
	border:0;
    outline: none;
	position:absolute;
	top:15px;
	right:15px;
	text-indent:-9999px;
}

#cboxWrapper{
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#cboxLoadedContent{
	padding:0;
	margin:0;
	background:#fff;
}

#cboxTitle{
	position:absolute;
	left:-9999px;
}

#cboxTitle,
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxCurrent{
	position:absolute;
	left:-9999px;
    outline: none;
}

button:active, button:focus {
  outline: none !important;
}
button::-moz-focus-inner {
  border: 0 !important;
}
a:active, a:focus { outline: none; }

input, textarea {outline:none;}
input:active, textarea:active {outline:none;}
:focus {outline:none;}
textarea {resize:none;}
textarea {resize:vertical;}
textarea {resize:horizontal;}

p {
    margin: 0 0 26px;
}

.mainSite{
	overflow:hidden;
	min-width:1230px;
	margin:0 auto;
}

.col{
	width:1190px;
	margin:0 auto;
}

.logo{
	margin-left:-55px;
	padding-top:41px;
	position:relative;
	z-index:2;
}

.header{
	height:122px;
}

.headerImageBox{
	position:relative;
	width:1190px;
	margin:0 auto;
	height:485px;
}

.headerImage{
	height:485px;
	top:-16px;
	background:url(../images/header.jpg) no-repeat;
	width:1190px;
	margin:0 auto;
	position:absolute;
	z-index:1;
}

.headerImage .col{
	position:relative;
}

.mainContent{
	padding-top:130px;
	animation-name: zoomIn;
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.morePlenka{
	position:absolute;
	bottom:-8px;
	right:44px;
}

.morePlenka a{
	color:#f3eb4d;
	text-decoration:none;
	border-bottom:1px solid #f3eb4d;
	font-family: 'AgoraSansProRegular';
	font-size:20px;
}

.morePlenka a:hover{
	color:#f3eb4d;
	text-decoration:none;
	border-bottom:0;
	font-family: 'AgoraSansProRegular';
	font-size:20px;
}

.headerPhone, .headerMail{
	background:url(../images/iconka_telefona.png) no-repeat top left;
	font-size:29px;
	color:#131050;
	line-height:85%;
	padding-left:75px;
	margin-left:50px;
	font-family: 'AgoraSansProBold';
	padding-top:1px;
	margin-top:38px;
}

.headerMail{
	background:url(../images/iconka_poch.png) no-repeat center left;
}

.headerPhone span, .headerMail span{
	font-size:18px;
	color:#000;
	font-family: 'AgoraSansProThin';
}

.preim{
	background:url(../images/bg_preim.png) no-repeat bottom center;
	padding-bottom:38px;
}

.preimTitle{
	font-size:36px;
	color:#131050;
}

.preimItem{
	background:url(../images/icon_star.png) no-repeat center left;
	padding-left:90px;
	float:left;
	color:#000;
	font-size:26px;
	line-height:120%;
	margin-bottom:81px;
}

.preimItem1{
	width:374px;
}

.preimItem2{
	width:405px;
}

.preimItem3{
	width:411px;
}

.preimTitle{
	background:url(../images/bg_preim_title.png) center left repeat-x;
}

.preimTitle div{
	display:block;
	background:url(../images/bg_preimtitiel.png) repeat-x;
	text-align:center;
	width:505px;
	margin:0 auto;
	color:#131050;
	font-size:36px;
	font-family: 'AgoraSansProBold';
	text-transform:uppercase;
	margin-top:89px;
	margin-bottom:79px;
}

.primenenie .primenenieImage{
	margin-right:-40px;
}

.primenenieImage img{
	-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background:#f56a3f;
}

.primenenieImage .animateme{
	float:left;
	margin-right:40px;
	background:#f56a3f;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.primenenieImage img:hover{
	-webkit-filter: opacity(15%);
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

.product{
	background-color:#f0f0f0;
	background-image:url(../images/bg_product.png), url(../images/bg_product_shadow.png);
	background-repeat:no-repeat, repeat-x;
	background-position: bottom center, bottom left;
	padding-bottom:90px;
}

.productTitle{
	font-size:26px;
	color:#f56a3f;
	font-family: 'AgoraSansProRegular';
	text-align:center;
	line-height:130%;
	padding-top:31px;
}

.product table{
	color:#000;
	font-size:20px;
}

.product table table{
	width:580px;
	margin:0 auto;
	margin-top:48px;
}

.productPrice{
	font-family: 'AgoraSansProBold';
	border-top:1px solid #fff;
	padding:0 20px;
	text-align:center;
	margin-top:14px;
	padding-top:11px;
}

.product table table td{
	text-align:center;
}

.primenenieTitle{
	display: block;
    background: #fff;
    text-align: center;
    width: 505px;
    margin: 0 auto;
    color: #131050;
    font-size: 36px;
    font-family: 'AgoraSansProBold';
    text-transform: uppercase;
	padding-top:12px;
}

.primenenieBody{
	color:#000;
	font-size:20px;
	text-align:center;
	padding-bottom:56px;
	padding-top:43px;
}

.contactblockTitle{
	background:url(../images/bg_preim_title.png) center left repeat-x;
	margin-top:84px;
	margin-bottom:49px;
}

.contactblockTitle div{
	display:block;
	background:#fff;
	text-align:center;
	width:505px;
	margin:0 auto;
	color:#131050;
	font-size:36px;
	font-family: 'AgoraSansProBold';
	text-transform:uppercase;
}

.mainFooter{
	color:#888888;
	font-size:14px;
	line-height:120%;
	background:url(../images/bg_footer.png) no-repeat top center;
	text-align:center;
	height:121px;
	padding-top:59px;
	margin-top:56px;
}

.mainFooter a{
	color:#888888;
}

.mainFooter .col{
}

.contactblock{
	color:#000;
}

.contactblock1{
	font-size:20px;
}

.contactblock2{
	font-size:26px;
	font-family: 'AgoraSansProRegular';
	padding-top:11px;
	padding-bottom:1px;
}

.contactblock3{
	font-size:20px;
	font-family: 'AgoraSansProRegular';
	padding-bottom:33px;
}

.form{
	background:#f0f0f0;
	padding:40px;
	padding-top:32px;
}

.formTitle{
	font-size:26px;
	color:#566aac;
	font-family: 'AgoraSansProRegular';
	text-align:center;
	padding-bottom:15px;
}

.hideblock{
	display:none;
}

#moreblock{
	padding:60px;
	padding-top:51px;
	padding-bottom:33px;
	font-size:16px;
	line-height:125%;
	color:#000;
}