/* font-family: "NotoSansRegular"; */
@font-face {
    font-family: "NotoSansRegular";
    src: url("../fonts/NotoSansRegular/NotoSansRegular.eot");
    src: url("../fonts/NotoSansRegular/NotoSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSansRegular/NotoSansRegular.woff") format("woff"),
    url("../fonts/NotoSansRegular/NotoSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "NotoSansBoldItalic"; */
@font-face {
    font-family: "NotoSansBoldItalic";
    src: url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.eot");
    src: url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.woff") format("woff"),
    url("../fonts/NotoSansBoldItalic/NotoSansBoldItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "NotoSansItalic"; */
@font-face {
    font-family: "NotoSansItalic";
    src: url("../fonts/NotoSansItalic/NotoSansItalic.eot");
    src: url("../fonts/NotoSansItalic/NotoSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSansItalic/NotoSansItalic.woff") format("woff"),
    url("../fonts/NotoSansItalic/NotoSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "NotoSansBold"; */
@font-face {
    font-family: "NotoSansBold";
    src: url("../fonts/NotoSansBold/NotoSansBold.eot");
    src: url("../fonts/NotoSansBold/NotoSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/NotoSansBold/NotoSansBold.woff") format("woff"),
    url("../fonts/NotoSansBold/NotoSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/* fonts*/

/* default styles*/


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    margin: 0;
    padding: 0;

}



body {
    font: 18px "NotoSans", Arial,sans-serif;
}

#thx-window {
    font-size: 20px;
    height: 100px;
    left: 50%;
    margin-left: -190px;
    margin-top: -62px;
    text-align: center;
    top: 50%;
    width: 395px;
}

#namefile{
	text-align: center;
}

#Call,#Order{
	top:50%;
	left:50%;
	margin-left:-190px;
	margin-top:-203px;
	padding: 20px;
	position:relative;
	width: 380px;
}


#Call .form{
	width:auto;
	height:auto;
}

.form-name{
	text-align:center;
	font-size:24px;
}

#all-content {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10;
	display:none;
	background-image: url('../images/hover_caption_bg.png');
}

.window {

   background-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    color: #808080;
    display: none;
    padding-top: 30px;
    position: fixed !important;
    z-index: 109; 
}


.window2{
background-color: #FFFFFF;
border-radius: 10px 10px 10px 10px;
color: #808080;
display: none;
/* position: fixed !important; */
z-index: 109;
}

#count_order{
	display:none;
	font-size:20px;
	text-align:center;
	font-family:"NotoSansRegular";
	color:#666666;
	margin-top: 24px;
}


.window .form input{
	height:40px;

}
.window .form textarea{
	padding-left:20px;
	width:270px;
	resize:none;
	font-family:"NotoSansRegular";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
	margin-top:15px;
	height:150px;
}
.window .form input,.window .form textarea{
	font-size:16px;
	border:1px solid #aaa;
	font-size:18px;
	border-radius:5px;
	background:#f9f9f9;
	-webkit-box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);	
}
.window .form .btn{
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-family: "NotoSansBold";
	background: #6ac925;	
}

.window .form .big{
	font-size:30px;
	font-family: "NotoSansBold";
}

.window .form .small{
	font-family: "NotoSansBold";	
	font-size:16px;
}

.window p{
	text-align:center
}
.window .form{
	float:none;
}
.window .form .wrap{
	width:270px;
	margin:0 auto;
}



/**************************/

.form .pr {overflow: hidden;width: 270px;font-size: 18px;}
.form .pr .box{white-space:nowrap}
.form .pr .box div{display:inline-block;}


.form input{
	height:40px;

}
.form textarea{
	padding-left:20px;
	width:270px;
	resize:none;
	font-family:"NotoSansRegular";
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top:10px;
	margin-top:15px;
	height:150px;
}
.form input, .form textarea{
	font-size:16px;
	border:1px solid #aaa;
	font-size:18px;
	border-radius:5px;
	background:#f9f9f9;
	-webkit-box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 6px -3px rgba(0,0,0,0.75);	
}
 .form .btn{
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-family: "NotoSansBold";
	background: #6ac925;	
}

.form .big{
	font-size:30px;
	font-family: "NotoSansBold";
}

.form .small{
	font-family: "NotoSansBold";	
	font-size:16px;
}

.form{
	float:none;
}
 .form .wrap{
	width:270px;
	margin:0 auto;
}
/**************************/


.btnClose {
	background: url("../images/close.png") no-repeat scroll right 0 transparent;
	padding-right:23px;
	color:#b0b0b0;
	font-size:17px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -26px;
}

nav .middle{
	width:800px;
}



/* default styles*/

/* header */

header {
    position: relative;
    width: 100%;
	background:#434242;
	
}

header .wrap{
	padding: 15px 0;
}
header .header-container, header .top-menu .inner, header nav, .middle {
    margin: 0 auto;
    position: relative;
    width: 1200px;
}

.w100{
	width:100%;
	min-width:1200px;
}

.logo {
    background: url(../images/logo.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 69px;
    text-indent: -9999em;
    width: 132px;
    position: absolute;
    top: 20px;
    left: -3px;
    z-index: 9;
}

header .desc{
    color: #FFF;
    font-family: "NotoSansBold";
    text-align: center;
    width: 577px;
    float: left;
    margin-left: 277px;
    font-size: 25px;
    margin-top: 18px;
}

nav.w100{
	padding:10px 0;
	background:#95C12B;
	-webkit-box-shadow: inset 0px 3px 10px 1px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 3px 10px 1px rgba(0,0,0,0.25);
	box-shadow: inset 0px 3px 10px 1px rgba(0,0,0,0.25);
}

nav.w100 a{
	color:#fff;
	text-decoration:none;
	font-size:18px;
	font-family: "NotoSansBold";
	margin-left:50px;
	text-shadow: 0px 0px 4px #666, 0 0 1em rgba(0, 0, 0, 0);
}
nav.w100 a:hover{
	text-decoration:underline;
}

nav.w100 a:first-child{
	margin-left: 10px;
}
.contact{
	float:right;
	width:200px;
	position:relative;
}
.call.btn{
	color:#fff;
	font-size:17px;
	text-align:center;
	font-family: "NotoSansBold";
	background:#ff901e;
	padding:4px 0;
	width:100%;
	border-radius:5px;
	text-transform:none;
	/*text-shadow: 1px 1px 2px #000000, 0 0 1em rgba(0, 0, 0, 0);*/
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	
}
.contact .call{
	position:absolute;
	left:0;
	bottom: -38px;
}
.contact .adres .a1,.contact .adres .a2, .contact .adres .a4{
	font-size:13px;
	color:#FFF;
}
.contact .adres .a3{
	font-size:12px;
	color:#FFF;
	font-family: "NotoSansItalic";
	margin-top:1px;
}

.contact .phone{
	background: url("../images/phone.png") no-repeat scroll 0 center transparent;
	font-size:20px;
	color:#ff901e;
	font-family: "NotoSansBold";
	padding-left:25px;
	margin-top: 2px;
}

#main-banner{
	background: url("../images/head-img2.jpg") no-repeat scroll center 0 transparent;
	height:401px;
	margin-bottom:30px;
}
/* header */

/* content styles */

#text-content .left{
	width:915px;
}

.border-right-wrap{
	border-right:1px solid #e3e3e3;
}
#text-content .left#about h2{
	text-align:left;
}

#text-content .left#about p{
	padding-right:40px;
	font-size:16px;
}

#text-content .left p{
	margin-bottom:18px;
}

#text-content .right{
	width: 254px;
}

#online-ord .elem{
	float:left;
	text-align:center;
	width:95px;
	margin-bottom:18px;
	cursor:pointer;
	margin-left: 23px;
}

#online-ord .elem .icon{
	width:100%;
	height:45px;
}

/*
#online-ord .elem.e2,#online-ord .elem.e4{
	margin-left:15px;
}*/

#online-ord .elem.e1 .icon{background: url("../images/icons_small/1.png") no-repeat scroll center center transparent;}
#online-ord .elem.e2 .icon{background: url("../images/icons_small/2.png") no-repeat scroll center center transparent;}
#online-ord .elem.e3 .icon{background: url("../images/icons_small/3.png") no-repeat scroll center center transparent;}
#online-ord .elem.e4 .icon{background: url("../images/icons_small/4.png") no-repeat scroll center center transparent;}

#online-ord .elem.e1:hover .icon{background: url("../images/icons_small/1h.png") no-repeat scroll center center transparent;}
#online-ord .elem.e2:hover .icon{background: url("../images/icons_small/2h.png") no-repeat scroll center center transparent;}
#online-ord .elem.e3:hover .icon{background: url("../images/icons_small/3h.png") no-repeat scroll center center transparent;}
#online-ord .elem.e4:hover .icon{background: url("../images/icons_small/4h.png") no-repeat scroll center center transparent;}

#online-ord .elem:hover p{
	color:#ff901e;
}
#online-ord .elem p{
	font-size:14px;
	color:#666666;
	margin-top:10px;
}

#slide{
	width:1200px;
	position:relative;
	margin:0 auto;
}

#container {position: relative; width:100%;  height:400px; text-align:center; }

#slider-wrap{
	width:1200px;
	margin: 0 auto;

}


#work_example #slider.slider {   
	height:290px;
    overflow: auto;
    position: relative;
    width: 925px;

}
#work_example #slider.slider li {float:left;  width: 925px;  height: 290px; position:relative;  }

#slider {   
	height:400px;
    overflow: auto;
    position: relative;
    width:1200px;

}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:1200px;  height: 400px; position:relative; }

.pagination {margin: 20px auto;
display: inline-block;
position: absolute;
bottom: 0;}
.pagination li {float:left; cursor:pointer; height:15px; width:15px; background:url(../images/slide/pag0.png) 0px 0 no-repeat; margin:0 10px 0 0; list-style:none;}
.pagination li:hover, li.current {background:url(../images/slide/pag1.png) 0px 0 no-repeat;}


#drop-files #frm{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#drop-files #frm>input{
	display: block;
	text-indent: 9999px;
	width: 100%;
	height: 100%;
	color: #F9F9F9;
	cursor: pointer;
}


h2{
	font-family: "NotoSansBold";
	font-size:28px;
	color:#333333;
	text-align:center;
	position:relative;
	padding-bottom:5px !important;
	margin-bottom:18px !important;
	display:inline-block;
}

h2 i{
	display:block;
	width:72px;
	height:4px;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-36px;
	background:#ff901e;
}

.gray_block{
	margin:30px 0;
	padding:20px 0;
	background:#f9f9f9;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px 0px 7px 0px rgba(0,0,0,0.20);
	
}

#our-work a.photo{
	float:left;
	display:block;
}

#our-work #show-all{
	display:block;
	text-align:center;
	margin:15px 0 0;
	font-size:17px;
	color:#969696;
	font-family: "NotoSansItalic";
	cursor:pointer;
}

#contacts{
	margin-top:30px;
}

#contacts .left{
	width:801px;
}

#contacts .right{
	width:300px;
	margin-right:40px;
}

#contacts .right p{
	font-size:18px;
	color:#666666;
	margin-top:20px;
}
#contacts .right p.orange{
	color:#ff901e;
}

#contacts .call.btn{
	margin-top:20px;
	padding:5px 0;
	font-size:21px;

	background: rgba(118,196,63,1);
	background: -moz-linear-gradient(top, rgba(118,196,63,1) 0%, rgba(95,178,35,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(118,196,63,1)), color-stop(100%, rgba(95,178,35,1)));
	background: -webkit-linear-gradient(top, rgba(118,196,63,1) 0%, rgba(95,178,35,1) 100%);
	background: -o-linear-gradient(top, rgba(118,196,63,1) 0%, rgba(95,178,35,1) 100%);
	background: -ms-linear-gradient(top, rgba(118,196,63,1) 0%, rgba(95,178,35,1) 100%);
	background: linear-gradient(to bottom, rgba(118,196,63,1) 0%, rgba(95,178,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c43f', endColorstr='#5fb223', GradientType=0 );
	box-shadow: 0px -1px 7px 0px rgba(50, 50, 50, 0.45);
}

#print,#copycentr{
	width: 520px;
	margin: 0 auto;
}

#copycentr{
	margin:30px auto 40px;
}

#polygraf,#favors{
	width: 890px;
	margin: 40px auto;
}

.service .elem{
	float:left;
	width:150px;
	text-align:center;
	margin-left:20px;
}

.service .elem p {
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}

.service .elem .icon{
	width:100%;
	height:45px;
}
#polygraf.service .elem .icon{
	height:51px;
}
#print.service .elem.e1 .icon{background: url("../images/icons_big/1.png") no-repeat scroll center center transparent;}
#print.service .elem.e2 .icon{background: url("../images/icons_big/2.png") no-repeat scroll center center transparent;}
#print.service .elem.e3 .icon{background: url("../images/icons_big/3.png") no-repeat scroll center center transparent;}

#print.service .elem.e1:hover .icon{background: url("../images/icons_big/1h.png") no-repeat scroll center center transparent;}
#print.service .elem.e2:hover .icon{background: url("../images/icons_big/2h.png") no-repeat scroll center center transparent;}
#print.service .elem.e3:hover .icon{background: url("../images/icons_big/3h.png") no-repeat scroll center center transparent;}


#copycentr.service .elem.e1 .icon{background: url("../images/copy/1.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e2 .icon{background: url("../images/copy/2.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e3 .icon{background: url("../images/copy/3.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e4 .icon{background: url("../images/copy/4.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e5 .icon{background: url("../images/copy/5.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e6 .icon{background: url("../images/copy/6.png") no-repeat scroll center center transparent;}

#copycentr.service .elem.e1:hover .icon{background: url("../images/copy/1h.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e2:hover .icon{background: url("../images/copy/2h.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e3:hover .icon{background: url("../images/copy/3h.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e4:hover .icon{background: url("../images/copy/4h.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e5:hover .icon{background: url("../images/copy/5h.png") no-repeat scroll center center transparent;}
#copycentr.service .elem.e6:hover .icon{background: url("../images/copy/6h.png") no-repeat scroll center center transparent;}

#favors.service .elem.e1 .icon{background: url("../images/favors/1.png") no-repeat scroll center center transparent;}
#favors.service .elem.e2 .icon{background: url("../images/favors/2.png") no-repeat scroll center center transparent;}
#favors.service .elem.e3 .icon{background: url("../images/favors/3.png") no-repeat scroll center center transparent;}
#favors.service .elem.e4 .icon{background: url("../images/favors/4.png") no-repeat scroll center center transparent;}
#favors.service .elem.e5 .icon{background: url("../images/favors/5.png") no-repeat scroll center center transparent;}
#favors.service .elem.e6 .icon{background: url("../images/favors/6.png") no-repeat scroll center center transparent;}
#favors.service .elem.e7 .icon{background: url("../images/favors/7.png") no-repeat scroll center center transparent;}
#favors.service .elem.e8 .icon{background: url("../images/favors/8.png") no-repeat scroll center center transparent;}
#favors.service .elem.e9 .icon{background: url("../images/favors/9.png") no-repeat scroll center center transparent;}

#favors.service .elem.e6{ margin-left:100px;}

#favors.service .elem.e1:hover .icon{background: url("../images/favors/1h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e2:hover .icon{background: url("../images/favors/2h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e3:hover .icon{background: url("../images/favors/3h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e4:hover .icon{background: url("../images/favors/4h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e5:hover .icon{background: url("../images/favors/5h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e6:hover .icon{background: url("../images/favors/6h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e7:hover .icon{background: url("../images/favors/7h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e8:hover .icon{background: url("../images/favors/8h.png") no-repeat scroll center center transparent;}
#favors.service .elem.e9:hover .icon{background: url("../images/favors/9h.png") no-repeat scroll center center transparent;}


#polygraf.service .elem.e1 .icon{background: url("../images/poligraf/1.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e2 .icon{background: url("../images/poligraf/2.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e3 .icon{background: url("../images/poligraf/3.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e4 .icon{background: url("../images/poligraf/4.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e5 .icon{background: url("../images/poligraf/5.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e6 .icon{background: url("../images/poligraf/6.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e7 .icon{background: url("../images/poligraf/7.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e8 .icon{background: url("../images/poligraf/8.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e9 .icon{background: url("../images/poligraf/9.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e10 .icon{background: url("../images/poligraf/10.png") no-repeat scroll center center transparent;}

#polygraf.service .elem.e1:hover .icon{background: url("../images/poligraf/1h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e2:hover .icon{background: url("../images/poligraf/2h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e3:hover .icon{background: url("../images/poligraf/3h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e4:hover .icon{background: url("../images/poligraf/4h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e5:hover .icon{background: url("../images/poligraf/5h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e6:hover .icon{background: url("../images/poligraf/6h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e7:hover .icon{background: url("../images/poligraf/7h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e8:hover .icon{background: url("../images/poligraf/8h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e9:hover .icon{background: url("../images/poligraf/9h.png") no-repeat scroll center center transparent;}
#polygraf.service .elem.e10:hover .icon{background: url("../images/poligraf/10h.png") no-repeat scroll center center transparent;}

.service .elem:hover p{
	color:#ff901e;
}

#print-online-info{
	text-align:center;
	position:relative;
}

#print-online-info p.big{
	font-size:14px;
	display:inline-block;
	padding-bottom:2px;
	border-bottom:1px dashed #969696;
}

#print-online-info p.small{
	color:#c9c9c9;
	font-size:12px;
	margin-top:5px;
}

#print-online-info p.small span{
	color:#969696;
}

#print-controls{
	position:absolute;
	bottom:0;
	right:0;
}

#print-controls a{
	color:#969696;
	font-size:14px;
	text-decoration:none;
	margin-right:20px;
}

.wide-print.style-checkbox span{
	margin-left:40px;
}

.style-checkbox label{
	font-size:17px;
}
.style-checkbox input[type=checkbox]{
    display: none;
}

.style-checkbox input[type=checkbox] + label span{
    display: inline-block;
	background: url("../images/check0.png") no-repeat scroll center 0 transparent;
	width:16px;
	height:16px;
	cursor: pointer;
	float: right;
	margin-top: 4px;
}

.style-checkbox input[type="checkbox"]:checked + label span{
   background: url("../images/check1.png") no-repeat scroll center 0 transparent;
}

#print-online .elem{
	float:left;
	padding:15px;
	background:#fff;
	box-shadow: 0px 0px 8px #d6d4d4;
	width:530px;
	margin-top:20px;
}

#print-online .elem .right{
	width:270px;
}

.select-list{
	margin-top:15px;
}
.select-list label{
	float:left;
	font-size:17px;
}
.select-list input{
	font-size: 13px;
	color: #969696;
	width: 155px;
	border: 1px solid #c9c9c9;
	text-indent: 20px;
	height: 19px;
}

#order-online .middle{
	width:370px;
}

#order-online .select-list label{
	font-size:20px;
	color:#666666;
	margin-top:4px;
}

#order-online .select-wrap{
	background: url(../images/select_b.png) no-repeat right -1px #fff;
	height:28px;
	width:200px;
	
}

#order-online .select-wrap select{
	font-size:17px;
	width:220px;
}

#order-online .select-list input{
	font-size:17px;
	width:200px;
	height:28px;
}

.order.btn{
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-family: "NotoSansBold";
	background: #FF901E;
	padding: 11px 0;
	width: 100%;
	border-radius: 5px;
	text-transform: none;
	/* text-shadow: 1px 1px 2px #000000, 0 0 1em rgba(0, 0, 0, 0); */
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);	
	
	margin-top:40px;
}
.select-list .select-wrap,.select-list input{
	float:right;
}
.select-wrap {
	width: 155px;
	overflow: hidden;
	background: url(../images/select.png) no-repeat right -1px #fff;
	border: 1px solid #c9c9c9;
	height: 20px;
	display:inline-block;
}

.select-wrap select{
	text-indent: 20px;
	background: transparent;
	border: 0;
	width: 175px;
	height: 100%;
	color:#969696;
	font-size:13px;
}

.two-col .left{
	width:155px;
}

#print-online .elem .two-col .right{
	width:90px;
}

.two-col .right a{
	font-size:17px;
	color:#808080;
	text-decoration:none;
	display:block;
	padding-left:25px;
	height:16px;
	cursor:pointer;
	
	opacity:0.7;
}

.two-col .right a.choice{background: url(../images/choice.png) no-repeat 0 0 transparent; margin-top: 18px;}
.two-col .right a.remove{background: url(../images/delete.png) no-repeat 0 0 transparent; margin-top: 18px;}

.two-col .style-checkbox{
	margin-top:15px;
}
.image-options{
	margin-top:5px;
}
.image-options a{
	display:block;
	cursor:pointer;
	
}

#zakaz_foto_btn{
	text-decoration:none;
	color: #fff;
	font-size: 21px;
	text-align: center;
	font-family: "NotoSansBold";
	background: #FF901E;
	padding: 8px 0;
	width: 255px;
	border-radius: 5px;
	text-transform: none;
	/* text-shadow: 1px 1px 2px #000000, 0 0 1em rgba(0, 0, 0, 0); */
	-webkit-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow: 0px -1px 5px 0px rgba(50, 50, 50, 0.75);
	margin: 10px auto 0;	
}
.rotate-cw,.rotate-ccw{
	width:11px;
	height:9px;
	float:left;
}

.rotate-cw{background: url(../images/rot1.png) no-repeat 0 0 transparent;}
.rotate-ccw{background: url(../images/rot2.png) no-repeat 0 0 transparent; margin-left:10px;}

.zoom{
	background: url(../images/lupa.png) no-repeat 0 0 transparent;
	padding-left:12px;
	height:11px;
	font-size:11px;
	color:#969696;
	text-decoration:none;
	float:right;
}
#print-online .elem{
	margin-left:25px;
}

#print-online .elem.active{
	background:#edffe3;
}
#print-online .elem.add{
	background:transparent;
	box-shadow:none;
	border:2px dashed #dcdcdc;
	text-align:center;
	height:198px;
}

#print-online .elem.add .big{
	padding-top:70px;
	font-size:100px;
	color:#c9c9c9;
	font-family: "NotoSansBold";
	line-height: 60px;
}

#print-online .elem.add .small{
	font-size:20px;
	color:#c9c9c9;
}


.container {position: relative;  width: 925px;  height: 290px; text-align:center; margin: 0 auto;}
.sliderbutton {width: 19px;
height: 307px;
cursor: pointer;
z-index: 1;
position: absolute;
top: 35px;
z-index: 2;}
.slideleft {background:url(../images/work/larr.png) 0px center no-repeat; left:90px;}
.slideright {background:url(../images/work/rarr.png) 0 center no-repeat; right: 85px;}
.slider-wrap{
	width: 925px;
	margin: 0 auto;

}



.slider {   
	height:290px;
    overflow: auto;
    position: relative;
    width: 925px;

}
.slider ul {position:absolute; list-style:none; top:0; left:0}
.slider li {float:left;  width: 925px;  height: 290px; position:relative;  }

.slider li p{
	font-size:15px;
	margin-top:15px;
}
/* content styles */


/*form styles*/
button{
	border:0;
}
.btn{
	/*constant*/
	border-radius:10px;
	display:block;
	text-align:center;
	cursor:pointer;
	text-transform:uppercase;
	margin:0 auto;

	padding:15px 0;
	transition: all 0.8s 0.1s ease;
	-moz-transition: all 0.8s 0.1s ease;
	-o-transition: all 0.8s 0.1s ease;
	-webkit-transition: all 0.8s 0.1s ease;
	-khtml-transition: all 0.8s 0.1s ease;
	-opera-transition: all 0.8s 0.1s ease;
	-ms-transition: all 0.8s 0.1s ease;
	
	width:100%;
	/*constant*/
	
	/*
	background: #fff126; 
	background: -moz-linear-gradient(top,  #fff126 0%, #ffec25 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff126), color-stop(100%,#ffec25)); 
	background: -webkit-linear-gradient(top,  #fff126 0%,#ffec25 100%);
	background: -o-linear-gradient(top,  #fff126 0%,#ffec25 100%); 
	background: -ms-linear-gradient(top,  #fff126 0%,#ffec25 100%); 
	background: linear-gradient(to bottom,  #fff126 0%,#ffec25 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff126', endColorstr='#ffec25',GradientType=0 ); 
	
	
	text-shadow: 1px 1px 2px #000000, 0 0 1em transparent;
	
	padding:2px 20px 8px;
	color:#B60000;
	width:245px;*/


}
.window .btn{
	border: 0 none;
    outline: 0 none;
    width: 100%;
	cursor:pointer;
	margin-top:10px;
}



.btn:hover{
/*
	background:#b70000;
	color:#FFEE25;*/
}


.form{

    /* float: right; */
    position: relative;

}

.form input{
	margin-top:15px;
	width:100%;
	text-indent:20px;	
	border:0;
	height:40px;
	background-color:#FFF;
	
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
	
	transition: all 0.8s 0.1s ease;
	-moz-transition: all 0.8s 0.1s ease;
	-o-transition: all 0.8s 0.1s ease;
	-webkit-transition: all 0.8s 0.1s ease;
	-khtml-transition: all 0.8s 0.1s ease;
	-opera-transition: all 0.8s 0.1s ease;
	-ms-transition: all 0.8s 0.1s ease;
}


input.error, textarea.error{
	background: #FFD2D2 !important;
	color:#000 !important;
}

input[type="text"].success{
	background: #EDFFEF !important;
	color:#000 !important;
}

/*form styles*/



/*footer styles */

.mini-logo{
	float:left;
	background: url("../images/mini-logo.png") no-repeat scroll center center transparent;
	width:50px;
	height:58px;
	position:relative;
	z-index:1;
}
footer{
	margin: 50px 0 0;
	padding: 10px 0;
	background: #f9f9f9;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.20);
	box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.20);
	width:100%;
	position:relative;
}

#org_info{
	position:absolute;
	text-align:center;
	width:100%;
	left:0;
	top: 9px;
	font-size:13px;
	z-index:0;
}

#org_info .contacts-foot .tel{
	font-size:17.7px;
	color:#ff901e;
	font-family: "NotoSansBold";
}

#org_info .contacts-foot a{
	cursor:pointer;
	color:#7ac643;
	font-size:17.7px;
	font-family: "NotoSansBold";
	margin-left:20px;
}

#org_info .adres{
	font-size:15px;
	color:#666666;
	margin-top: 6px;
}

.social{
	float:right;
	width:125px;
	position:relative;
	z-index:1;
}

.social p{
	font-size:13px;
	color:#666666;
	font-family: "NotoSansBold";
	text-align:center;
	margin-bottom:10px;
}

.social>a{
	background-image:url("../images/social.png");
	display:inline-block;
	width:31px;
	height:30px;
}

.social>a:hover{
	opacity:0.7;
}

#fb{
	background-position:0 0;
}

#vk{
	background-position:0 -31px;
	margin:0 10px;
}

#odn{
	background-position:0 -62px;
}

/*footer styles */

/* additional styles */

/* carusel */
.liquid {
	padding:10px 0;
	margin-top:20px;
}

.liquid .previous,.liquid .next{
	display:block;
	height:174px;
	width:37px;	
	margin-top:80px;
	padding:0;
	cursor:pointer;
	background-repeat:no-repeat;
}
.liquid .previous {

	background-image:url('../images/diplom/larr.png');
	float:left;
	padding-left:40px;
	
}
.liquid .next {

	background-image:url('../images/diplom/rarr.png');
	float:right;

}
.liquid ul li {
	width:236px;
	padding:0 2px;
	margin:0 5px !important;
	
}

/* carusel */

.clrfix:after {
    clear: both;
    content: "";
    display: block;
}

.center{
	text-align:center;
}

.red{
	color:#f10c0c;
}

.green{
	color: #66CC00;
}

.light-bold{
	font-weight: 600;
}
.bold{
	font-family: "NotoSansBold";
}

.orange{
	color:#ff901e;
}
.clear{
	clear:both;
}

.text-shadow{
	text-shadow: 2px 2px 3px rgba(150, 150, 150, 1);;
}

.left{
	float:left;
}

.right{
	float:right;
}

/* additional styles */