* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	font-family: "PT Sans", "Trebuchet MS", Arial, tahoma;
	min-width: 1040px;
}
.header {
	width: 100%;
	background: #dfd8f4;
}
.logo span {
	color: #8975c2;
	font-size: 100px;
}
.logo {
	height: 111px;
	text-align: center;
	max-width: 1000px;
	font-family: Arial, sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 auto;
	color: #dfa178;
	font-size: 54px;
	line-height: 111px;
	vertical-align: middle;
	text-shadow: #fff 1px 0px, #fff 1px 1px, #fff 0px 1px, #fff -1px 1px, #fff -1px 0px, #fff -1px -1px, #fff 0px -1px, #fff 1px -1px;
}

.leftcol, .rightcol, .centercol{
	float:left;
	color: #797979;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}
.leftcol, .rightcol {
	width: 21%;
	line-height: 28px;
}
.centercol{
	max-width: 42.5%;
	min-width: 425px;
	margin: 0 7.75%;
}
.content {
	max-width: 1300px;
	margin: 0 auto;
	margin-top: 50px;
	padding: 0 20px;
}
.content li {
	list-style: none;
	padding-bottom: 20px;
}
.content h2 {
	display: block;
	margin-bottom: 15px;
	color: #8975c2;
	font-size: 23px;
}
.figure {
	background: url("../img/figure.png") no-repeat 50% 100%;
	padding-bottom: 25px;
}
p.figure {
	padding-bottom: 28px;
	margin-bottom: 20px;
}
.info {
	border: 3px solid #dfd8f4;
	position: relative;
	z-index: 2;
	background: url("../img/bg-info.jpg") repeat-x 50% 0%;
	box-sizing: border-box;
	border-bottom: none;
	padding: 20px 35px;

}
h1 {
	font-size: 36px;
	color: #d1946b;
	margin-bottom: 15px;
}
.time {
	background: #DFA178 url("../img/wood.png") no-repeat 0 50%;
	color: #fff;
	text-transform: none;
	padding: 10px;
	text-shadow: 0 1px 0 #b5784f;
	height: 46px;
	z-index: 600;
}
.tel {
	color: #88829c;
	font-size: 24px;
	background: #dfd8f4;
	padding: 18px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 16px;
}
.adr {
	background: #dfd8f4 url("../img/bg-blue.png") repeat-x 0 100%;
	font-size: 23px;
	color: #88829c;
	text-align: center;
	margin: 32px auto 0 auto;
	font-weight: bold;
	padding: 15px 0;
}
.footer {
	background: #dfd8f4 url("../img/bg-light-blue.png") repeat-x 0 100%;
}
.footer-content {
	max-width: 1300px;

	margin: 0 auto;
	padding: 13px 20px;
	color: #88829c;
	font-size: 16px;
}
.footer a {
	color: #c68c66;
}
.copy {
	float: left;
	}
.develop {
	float: right;
}
.centercol p {
	color: #88829c;
	font-size: 23px;text-transform: none;
}
.centercol p span{
	color: #c68c66;
}
.corn-1 {
	width: 28px;
	height: 28px;
	display: block;
	border-right: 3px solid #dfd8f4;
	border-bottom: 3px solid #dfd8f4;
	position: absolute;
	background: #fff;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-right-radius: 30px;
	left: -3px;
	top: -3px;
	z-index: 300;
}
.corn-2 {
	width: 28px;
	height: 28px;
	display: block;
	border-left: 3px solid #dfd8f4;
	border-bottom: 3px solid #dfd8f4;
	position: absolute;
	background: #fff;
	-webkit-border-bottom-left-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	border-bottom-left-radius: 30px;
	right: -3px;
	top: -3px;
	z-index: 300;
}
.corn-3 {
	width: 28px;
	height: 28px;
	display: block;
	border-right: 3px solid #dfd8f4;
	border-top: 3px solid #dfd8f4;
	position: absolute;
	background: #fff;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topright: 30px;
	border-top-right-radius: 30px;
	left: 0px;
	bottom: 0px;
	z-index: 300;
}
.corn-4 {
	width: 28px;
	height: 28px;
	display: block;
	border-left: 3px solid #dfd8f4;
	border-top: 3px solid #dfd8f4;
	position: absolute;
	background: #fff;
	-webkit-border-top-left-radius: 30px;
	-moz-border-radius-topleft: 30px;
	border-top-left-radius: 30px;
	right: 0px;
	bottom: 0px;
	z-index: 300;
}
table {
	font-size: 18px;
	color: #797979;
	text-transform: none;
	font-weight: normal;
	text-align: left;
	margin: 0 auto;
}

td.desc {

	color: #8975c2;
	padding-left: 36px;
}
.slide_container > img {
	background: #fff;
	padding: 0 1%;
}

.hiddenFrame {width:1px;height:1px;visibility:hidden}

.mistake {
text-decoration:line-through;
}

.clearer {
display:block;
height:0px;
clear:both;
}

.clear {
clear:both;
}

.note {
color:#666;
}

#p_slide_main {
position:relative;
width:100%;
height:525px;
}

#p_slide_main IMG {
position:absolute;
max-width: 100%;
}

#p_slide_cap {
position:absolute;
left:0;
z-index: 1;
display:none;
}

BODY.p_main #p_slide_cap {
	display:block;
}

.no_padding {
padding:0 !important;
}


#p_addr SPAN {
color:#f89400;
}
.cont-offset {
	width: 780px;
}
.p_cont_main {
width:960px;
margin:0 auto;
position:relative;
overflow:visible;
z-index:100;
}

#p_header .p_cont_main {
	padding: 0;
	width:1000px;
}

#p_slide_first {
display:;
}
/*------ SLIDES ---------*/
#slides {
	border:0;
	width:1920px;
	height:433px;
	overflow:hidden;
	background-color:#ccc;
	position:relative;
	/*margin-top: 0.1%;*/
}

.slide_container > img {
    background: #fff;
    padding: 2% 1%;
}

.common_container {
width:1920px;
height:433px;
position:relative;
}

.slide_container {
cursor:w-resize;
}

.jssorb11 {
position:absolute; 
bottom:30px; 
left:70px;
}

.jssorb11 div, 
.jssorb11 div:hover, 
.jssorb11 .av {
background-image:url(../img/b11.png);
background-repeat:no-repeat;
overflow:hidden;
cursor:pointer;
}

.jssorb11 div { background-position:-8px -8px; }
.jssorb11 div:hover, .jssorb11 .av:hover { background-position:-38px -8px; }
.jssorb11 .av { background-position:-68px -8px; }
.jssorb11 .dn, .jssorb11 .dn:hover { background-position:-98px -8px; }


/*--------- Automatic -------*/
.tips STRONG,
#schema STRONG {
display:block;
}

#schema {
width:850px;
margin:0 auto;
margin-top:30px;
position:relative;
}

#schema IMG.point {
position:absolute;
opacity:0.5;
display:none;
}

#schema > DIV.tip {
position:absolute;
display:none;
opacity:0.9;
}
DIV.tip > P,
DIV.tips > P {
line-height:120%;
width:250px;
padding:15px;
padding-left:70px;
background-color:white;
border:1px solid #eee;
border-bottom-color:#ccc;
position:relative;
}

#schema > DIV.tip > P > IMG.tip_arrow {
position:absolute;
left:160px;
bottom:-10px;
}

#schema > DIV.tip > P > IMG.ico {
position:absolute;
left:15px;
top:15px;
}

#schema > DIV.tip > P > STRONG {
color:#c22237;
}


/*------ SLIDES ---------*/
#p_slide_main {
}

.slides_container {
height:525px;
}

.slides_container div {
	width: 100%;
height:525px;
display:block;
position:absolute;
}

.contacts SPAN.off-type {
	display: block;
	color:#a4704c;
	text-transform: uppercase;
	letter-spacing: .05rem;
	margin-bottom: 25px;
  	margin-top: 10px;
}
.order_popup{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 460px;
	height: 480px;
	margin-left: -230px;
	margin-top: -240px;
	background-color: #1d7fbe;
	padding: 50px;
	z-index: 10000;
}
.error-hide{
	display: none;
}

/*
	New Styles
*/

.clearfix:after {
	content: " ";
  	display: table;
	clear: both;
}

#p_slide_main a.btn {
	margin-top: 20px;
}

.scroll-down {
	position: absolute;
	background: url(../img/scroll-down.png);
	width: 20px;
	height: 11px;
	left: 50%;
	margin-left: -10px;
	bottom: 50px;
	z-index: 101;
}

.order_popup h2 {
	font-size: 1.6em;
	font-family: "PT Sans";
	text-transform: uppercase;
	letter-spacing: .1rem;
	position: relative;
	padding: 0px;
	color: #fff;
}

.centered {
  text-align: center;
}

#p_slide_main .slide {
	position: absolute;
  	width: 100%;
  	height: 525px;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

@media (max-width:480px){
	body {
		min-width: 480px;
		overflow-x: hidden;
	}
	.logo span {
		font-size: 40px;
	}
	.logo {
		font-size: 22px;
		line-height: 58px;
		height: 58px;
	}
	.copy, .develop {
		display: block;
		text-align: center;
	}
	.leftcol, .rightcol, .centercol, .copy, .develop{
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.rightcol {
		margin-top: 30px;
	}
	.adr {
		margin-top: 15px;
	}
	.content {
		margin-top: 15px;
	}
	.content li {
		padding-bottom: 10px;
	}
	.adr {
		padding: 15px;
	}
	.content li {
		text-align: center;
	}
	.content {
		max-width: 480px;}
}
@media (max-width:420px) {
	body {
		min-width: 320px;
		overflow-x: hidden;
	}
	.logo span {
		font-size: 28px;
	}
	.logo {
		font-size: 15px;
		line-height: 41px;
		height: 41px;
	}
	.content h2 {
		font-size: 20px;
	}
	.content li {
		font-size: 16px;
	}
	.content {
		padding: 0 5px;
	}
	.adr {
		font-size: 14px;
	}
	.footer span{
		font-size: 13px;
	}
	.centercol p {
		font-size: 16px;
	}
	.centercol {
		min-width: 300px;
	}
	.info {
		padding: 10px 5px;
	}
	td {
		font-size: 15px;
	}
	h1 {
		font-size: 28px;
	}
	.time {
		font-size: 18px;
	}
	.tel {
		font-size: 28px;
	}
	td.desc {
		padding-left: 15px;
	}
}
@media (max-width:1000px){
	.slides_container, #p_slide_main{
		height: 300px;
	}

}

@media (min-width:1000px) and (max-width:1300px) {
	.slides_container, #p_slide_main{
		height: 380px;
	}

}


@media (min-width:1300px) and (max-width:1600px) {
	.slides_container, #p_slide_main{
		height: 400px;
	}

}
