/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,dl,dt,dd,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/* clearfix *************************************************************/
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/** GLOBAL SETS ****************************************************************/
.clear {clear:both;}
.hidden {display:none;}
body {width: 100%;min-width: 1230px;margin: 0;font-size:13px;color:#222;
	font-family: 'Segoe UI',tahoma,arial, helvetica, verdana;
	text-align:center;
background: #c9d9e3;

}
a:link, a:visited {color: #BA0000;text-decoration:underline;}
a:hover, a:focus {color:#1a1a1a;text-decoration:underline;}
#wrapper,#header,#footer{margin-right:auto;margin-left:auto;}
#wrapper{
    position: relative;
}
.page-text p{
	text-indent: 10px;
	margin-bottom: 10px;
}
/*containers-width*/
#header,
#footer-content{
    width: 630px;
}

/* header ***************************************************************/
#main-container{
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,1) 60%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,1)), color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,1) 60%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}
#main-subcontainer{
position: relative;
    width: 1110px;  margin-right: auto;  margin-left: auto;
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );

}
#header-container{
   
}
#header {position:relative;min-height: 30px;padding: 30px 0 0;clear: both;border-top: 2px solid #333;}
#homepage #header {position:relative;height:415px;}

@-webkit-keyframes spaceboots {
	0% 		{ transform: translate(0px, 0px) rotate(0deg); }
	40% 	{ transform: translate(0px, 0px) rotate(-3deg); }
	60% 	{ transform: translate(0px, 0px) rotate(3deg); }
	100% 	{ transform: translate(0px, 0px) rotate(0deg); }
}
#header a.logo:link, #header a.logo:visited, #header a.logo:hover {
	display:block;
	top:0;
	left:0;
	color: #111;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
}
#header a.logo .logo-first,
#header a.logo .logo-company,
#header a.logo .logo-phone{
	-webkit-transition: color .4s ease-in-out;
			transition: color .4s ease-in-out;
}
#header a.logo:hover .logo-first,
#header a.logo:hover .logo-company,
#header a.logo:hover .logo-phone{
	-webkit-transition: color 5.4s ease-in-out;
			transition: color 5.4s ease-in-out;
}
#header a.logo:hover .logo-first,
#header a.logo:focus .logo-first{
	-webkit-animation-name: spaceboots;
	-webkit-animation-duration: 300ms;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: linear;
}

#header a.logo:hover .logo-company{
	color:#B764A0;
}
#header a.logo:hover .logo-phone{
	color:#0C9CCC;
}
#header a.logo span{
    /* float: left; */
}
.logo-first{
	position: relative;
	display: inline-block;
	font-size: 18px;
}
.logo-company{
	position: relative;
	font-size: 45px;
    font-weight: normal;
	margin: 0 15px;
	top: 4px;
}
.logo-phone{
	position: relative;
	top: 4px;
	display: inline-block;
	text-align: left;
	line-height: 16px;
	font-weight: normal;
}
.logo-phone b{
    display: block;
	
    font-size: 24px;
    color: #C74DB7;
}
.phones span{font-size:16px;width:150px;display:inline-block;}
.phone {
  position: absolute;
  right: -6px;
  top: 22px;
}
/* content ***************************************************************/

#container{
    /* overflow: hidden; */
}
#content {padding: 0;text-align:left;margin: 0 200px;padding: 1px 40px 10px;position: relative;z-index: 7;}
#content h1,#content h2,#content h3,#content h4,#content h5,#content h6{color: #C74DB7;font-family: 'Roboto Condensed', sans-serif;text-indent: 10px;line-height: 37px;border-top:2px solid #CEDFE7;}
#content h1 {font-size: 20px;font-weight: bold;line-height: 25px;letter-spacing: 0px;margin: 15px 0 10px;}
#content h2 {font-size: 18px;font-weight: bold;line-height: 37px;letter-spacing:0px;margin: 15px 0 0px 0;}
#content h3 {font-size:18px;font-weight: bold;margin:15px 0 0px 0;}
#content h4 {font-size:16px;margin:15px 0 0px 0;}
#content h5 {font-size: 15px;margin: 15px 0 10px;text-transform: lowercase;font-weight: bold;}
#content h6 {font-size:14px;color:#059EBB;margin: 15px 0 10px;text-transform: lowercase;font-weight: bold;}
#content .page-text>h1:first-child{
	border-top:none;
	margin-top: 10px;
}

#content #page-content {width: 100%;}
.page-meta {text-transform:uppercase;color:#999;font-size:11px;text-align: right;margin: 5px 0 20px;}
.page-meta span {text-transform:none;color: #DB7A7A;font-size:12px;}

.page-text {font-size:14px;line-height:22px;padding: 0 8px;margin: 0;
	}
.page-text p, #.page-text ul, .page-text ol {margin:0 0 22px 0;}
.page-text ul,.page-text ol {margin-left:25px;}
.page-text ul ul, .page-text ol ul, .page-text ul ol, #content .page-text ol ol {
	margin:0 0 0 25px;
}
.page-text blockquote {
	margin:0 0 22px 20px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
	border-left:2px solid #ccc;
	padding:0 0 0 15px;
	}
#content code {border:1px dotted #ececec;padding:2px;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;background:#f9f9f9;color:#000;}
#content pre code {line-height:17px;padding:15px;border:1px dotted #ececec;
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;font-size: 12px;
	background:#f9f9f9;color:#000;margin-bottom:22px;display:block;}

.page-text img {margin: 0 0 10px 0;border:1px solid #1a1a1a;}

.page-text table{
    border-collapse: collapse;
    text-align: center;
    width: 100%;
	margin: 10px 0 15px;
    border: 1px solid #CACACA;
}
.page-text table tbody{}
.page-text table tr{}
.page-text table td{
    padding: 3px 2px;
}
.page-text table td p{
	margin:0;
}
.page-text table tr:first-child{}
.page-text table tr:first-child td{
    background: #e84c09;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    border-bottom: 1px solid #666;
    border: 1px solid #333;
    height: 30px;
}
.page-text .tinfo{
	background: #e8e5de;
	border-left: 3px solid #e84c09;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/* border-radius: 5px 0 0 5px; */
	margin: 5px 0;
	padding: 5px;
}
/* squares ***************************************************************/
.panel{
	float: left;
	width: 200px;
	height: 200px;
	position: relative;
}
.s-square{
	border: 1px solid #EAEAEA;
	border-left: 0;
	padding: 4px;
}
.static-squares{
	border-left: 1px solid #EAEAEA;
	overflow: hidden;
	padding: 0;
	margin: 15px 0;
}
/* sidebar ***************************************************************/

#sidebar {
	float: right;
	text-align: left;
	padding: 5px 0 20px 5px;
	height: 100%;
	width: 195px;
	position: relative;
	z-index: 11;
}
/* navigation ***************************************************************/
.sites-nav{
	list-style-type: none;
    display: block;
    
}
.head-nav{
    position: absolute;
    top: 0;
    right: 0;
}
.bot-nav{}
.sites-nav li{
    float: left;
}
.sites-nav li a{
    display: block;
    color: #000;
    text-decoration: none;
    padding: 4px 15px;
    font-size: 12px;
    font-weight: bold;
}
.sites-nav li a:hover{opacity:0.9;}
.sites-nav .dizain{
    background: #00ACB5;
}
.sites-nav .zakazat{
    background: #C74DB7;
}
.sites-nav .pechat{
    background: #96C702;
}
.sites-nav .izgotovlenie{
    background: #FA5C5C;
}

.top-nav{
    position: absolute;
    top: 44px;
    right: 0;
    list-style: none;
}
.top-nav li{
    /* float: left; */
}
.top-nav li a{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    text-transform: lowercase;
    color: #111;
    text-decoration: none;
    padding: 0px 5px 2px;
    display: block;
    text-align: right;
    width: 80px;
}
.top-nav li a:hover{
    opacity: 0.9;
}
.top-nav li.current a{
    text-decoration: underline;
}

.top-nav li.index a{}
.top-nav li.kontakty a{}
.top-nav li.izgotovlenie a{background: #AFDCF2}
.top-nav li.pechat a{background: #FC7672}
.bot-nav{
    left: 0;
	
}

.nav{list-style-type: none;float: right;}
.nav li{float:left;margin-left: 0px;}
.nav li a{color: #555;display:block;text-decoration: none;font-size: 16px;line-height: 30px;
	height: 30px;padding: 0 10px;margin: 0;width: 110px;text-indent: 400px;overflow: hidden;margin-left: 3px;z-index: 10;position: relative;border-bottom: 2px solid transparent;}
.nav li a:hover{color:#BA0000;}
.nav li.current{}
.nav li.current a{border-color: #5B5C5C;}

.cat{list-style-type: none;}
.cat li{}
.cat li a{font-size: 16px;text-decoration: none;display:block;padding: 3px 10px 3px 10px;color: #333;font-family: 'Roboto Condensed', sans-serif;}
.cat li a:hover{
    text-decoration: underline;
}
.cat li li a:hover{color: #333;}
.cat li a:active{}
.cat li.current{}
.cat li.currentpath{border-radius: 5px;}
.cat>li.currentpath>a{
    background: #E1ECF2;
}
.cat li li.currentpath{background: none;}
.cat li.current.open>ul{}
.cat li.closed{}

.cat li ul{list-style-type: none;padding: 5px 0 10px;}
.cat li ul li{}
#sidebar .cat li ul li a{font-size: 16px;line-height: 16px;font-weight: normal;color: #111;text-decoration: none;}
#sidebar .cat li.open ul li.currentpath a{border:none;text-transform: lowercase;font-weight: bold;}
.cat li.tablichki-na-zakaz-spb a,
.cat li.vizitki-na-zakaz-spb a,
.cat li.pechati-na-zakaz-spb a{
	font-size: 17px;
	text-decoration: none;
	display: block;
	padding: 4px 10px 4px 10px;
	color: #C74DB7;
	font-weight: bold;
	text-transform: lowercase;
}
.cat li.tablichki-na-zakaz-spb a:hover,
.cat li.vizitki-na-zakaz-spb a:hover,
.cat li.pechati-na-zakaz-spb a:hover{
	text-decoration:underline;
}

/* footer ***************************************************************/

#footer{
}
#footer-content{
    border: none;
    border-top: 2px solid #111;
    padding: 0px 0px 10px;
    margin: 0 auto;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}
.credits{text-align: right;padding: 0; color:#333;font-size: 12px;}
.footerbar{
	margin-top: 40px;
}
#content .footerbar h3{
	text-align:center;
	font-size: 18px;
	color: #0C9CCC;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.foot-cat{
	list-style-type:none;
	text-align:center;
	padding: 0px 50px;
}
.foot-cat li{
	display:inline;
	margin:5px 5px;
}
.foot-cat li a{
	color:#111;
	
}


/* forms ***************************************************************/
textarea,input
{
	background: #fff;
border: none;
margin: 5px 0px 10px;
padding: 5px;

transition: background 0.5s ease;
-webkit-transition: background 0.5s ease;
-moz-transition: background 0.5s ease;
-o-transition: background 0.5s ease;

}
input:not([type]), input[type="text"],input[type="password"]
{height: 15px;line-height: 15px;width: 160px;}
textarea{font-family: 'Segoe UI';width: 580px;margin-bottom: 5px;height: 50px;}
input:focus,textarea:focus{box-shadow: inset 0px 1px 1px #777;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button
{background: #F0F4F7;color: #C74DB7;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="file"]::-webkit-file-upload-button:hover, button:hover
{background: #FFFFFF;cursor:pointer;}
input[type="button"]:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="file"]::-webkit-file-upload-button:focus, button:focus
{background: #fff;cursor:pointer;}
.p01-contact{
	padding: 20px;
	background: #C74DB7;
	margin: 10px 0;
	position: relative;
}
.p01-contact field{position:relative;}
.p01-contact label{color:#777;}
.p01-contact .required {border-left:2px solid #18BB18;}
.p01-contact .error{border-top:2px solid red;}
.captchaimg{text-align: center;background:#fff;border-radius:5px;width: 261px;border: 1px solid #cec7c0;}
img#captchaimg{margin: 0!important;border: none!important;}
.captcha{
	width: 263px;
}
.manage{
	font-size: 18px;  
	color: #FFFFFF;
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
}
.quest{
	margin:0px 0 5px;
}
.c_mail,
.c_phone{
    float: left;
    margin: 8px 10px 10px 0;
}
.c_mail{
    margin-left: 10px;
    float: right;
}
.c_phone{
}
#p01-contact1_field4{float:right;}
#p01-contact1{}
#p01-contact1 #p01-contact1_field0{font-size: 18px;color: #C74DB7;font-weight: bold;text-decoration: underline;}
.ymap{
	margin: 0 0 40px;
}
#kontakty #content .page-text p{
	margin:0;
}

#p01-contact1_field0{
    width: 579px;

}
#p01-contact1_field1,
#p01-contact1_field2{
	margin-right: 9px;
}
#p01-contact1_field1,
#p01-contact1_field2,
#p01-contact1_field3{
    float: left;

}
.submit{
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 16px;
	padding: 5px 15px;
	margin: 0;
}

/*-----------------------------{PANEL}----------------------------*/

/*squares****************************************************************/
.squares{
    overflow: hidden;
    padding: 10px 3px;
    -webkit-perspective:    900;
  -moz-perspective:       900;
  -ms-perspective:      900;
  perspective:        900;
  -ms-transform:  perspective(900px);
  -moz-transform: perspective(900px);
}

.hover.panel {
    float: left;
    width: 148px;
    height: 142px;
    margin: 4px;
    position: relative;
    font-size: .8em;

    -webkit-perspective: 600px;
    -moz-perspective: 600px;
            perspective: 600px;
  }

#index .panel{
    width: 200px;
    height: 200px;
}
  /* -- animate-- */
  .panel .front,
  .panel .back{
  -webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
  }
  .panel .front {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    width: inherit;
    height: inherit;
    text-align: center;

    -webkit-transform: rotateX(0deg) rotateY(0deg);
      -moz-transform: rotateX(0deg) rotateY(0deg);
        transform: rotateX(0deg) rotateY(0deg);

    -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;

  }
  .panel:hover, .panel.flip{
    z-index:10;
  }
  .panel.flip .front {
    z-index: 900;

    -webkit-transform: rotateY(180deg);
      -moz-transform: rotateY(180deg);
        transform: rotateY(180deg);
  }

  .panel .back {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    width: inherit;
    height: inherit;

    -webkit-transform: rotateY(-180deg);
      -moz-transform: rotateY(-179deg); /* setting to 180 causes an unnatural-looking half-flip */
        transform: rotateY(-179deg);

    -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;

    -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
        backface-visibility: hidden;

  }

  .panel.flip .back {
    z-index: 1000;

    -webkit-transform: rotateX(0deg) rotateY(0deg);
       -moz-transform: rotateX(0deg) rotateY(0deg);
            transform: rotateX(0deg) rotateY(0deg);

  }
.panel img{
  width:100%;
}