/*-- style reset.css --*/
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,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}

/*-- style main.css --*/
body{
    min-width: 1010px;
}
.fon-top1{
	background:url(../i/fon-top-inner.jpg) 0 0 repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:195px;
	z-index:1;
	min-width: 1020px;
}
.fon-top2{
	background:url(../i/fon-top-inner2.jpg) center no-repeat;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:195px;
	z-index:2;
	min-width: 1010px;
}
.index .fon-top1{
	background:url(../i/fon-top.jpg) 0 0 repeat-x;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:276px;
	z-index:1;
	min-width: 1010px;
}
.index .fon-top2{
	background:url(../i/fon-top2.jpg) center no-repeat;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:276px;
	z-index:2;
}
.bottom-feedback {
	position: fixed;
	bottom: 30px;
	right: 30px;
	color: #fff;
	padding: 15px;
	padding-left: 30px;
	border-radius: 5px;
}
header .fb-btn {
	display: none;
}
.bottom-feedback .fb-text {
	display: none;
}
.bottom-feedback .fb-btn img {
	width: 60px;
	height: 60px;
}
.bottom-feedback a {
	border: 0 !important;
}

header .search {
	margin: 0;
}
.left-side-wrap {
	display: flex; 
	flex-direction: column;
	width: 33.33%;
}
html, body{
	height:100%;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
}
#pmOverlay {
    display: none;
	left: 319px!important;
	opacity: 0.5;
	position: absolute;
	top: -9px !important;
	width: 100%;
	z-index: 99;
}
.wrap{
	min-height:100%;
	background:url(../i/fon.jpg) 0 0 repeat;
}
.card-title{
width: 295px;
    padding: 0 5px;
    margin: 5px 0;
}
/*-- box main --*/
.main{
    margin: 0 auto;
    width: 1000px;
    width:1010px;
    padding-bottom: 121px;
    position: relative;
    z-index:3;
}
.modalWindow{
	background:url(../i/fon-modal.png) 0 0 repeat;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.close{
	position: absolute;
	right:5px;
	top:5px;
	content:"";
	width:30px;
	height:30px;
	background:url(../i/close.png) 0 0 no-repeat;
	cursor: pointer;
}
a{
}
a: hover{

}
b{
	font-weight:bold;
}
p{
	padding-top: 6px;
	padding-bottom: 6px;
	font-family: Georgia;
	line-height: 16px;
	font-size: 12px;
}

img{}

h1{
	color:#535353;
	font:bold 28px Georgia;
 	margin-bottom: 8px;
}
h2 {
	color:#602B73;
	font-size: 18px;
	line-height:24px;
	padding-top:6px;
	padding-bottom:6px;
	font-weight:bold;
}

h3 {
	color:#602B73;
	font-size: 14px;
	line-height:20px;
	padding-top:6px;
	padding-bottom:4px;
	font-weight:bold;
}

.fl{float:left;}
.fr{float:right;}
.ov{overflow: hidden;}

.group:after{
	content:".";
	display:none;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*-- style style.css --*/
.content .bread-crumbs{
	margin: 0 0 22px;
	padding:0;
}
.content ul.bread-crumbs li{
	display:inline-block;
	font-size:11px;
	font-family:Tahoma;
	color:#5b5b5b;
	margin-bottom: 0;
	line-height: inherit;
}
.content ul.bread-crumbs li:before{
	display:none;
}
.bread-crumbs span{
	color:#6d6d6d;
	margin-left: 3px;
}
.bread-crumbs a{
	color:#5b5b5b;
	margin: 0 0px 0 2px;
	display:block;
}
.bread-crumbs a:hover{
	color:#9865a0;
	text-decoration:none!important;
	border-bottom:none!important;
}
.search{
	  float: right;
    height: 26px;
    margin: 13px 23px 10px 0;
    position: relative;
    width: 221px;
}
.search label{
	color: #D7C8D7;
    cursor: text;
    font-size: 13px;
    height: 22px;
    left: 14px;
    letter-spacing: 0.01em;
    line-height: 22px;
    position: absolute;
    top: 2px;
    width: 56%;
}
/* .search:hover input[type="submit"]{
	background-position: 0 0;
}
.search:hover input[type="text"]{
	border:1px solid #A7A7A7;
} */
.search input{
	float:left;
}
.search input[type="text"]{
	background: #F6F6F6;
	border:none;
	border-bottom:1px solid #9F8A97;
	border-radius: 10px;
	height: 24px;
    padding: 0 25px 0 14px;
    width: 177px;
    box-shadow:0 0 0 1px #43223E inset;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwMmI0MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTNkNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #402b43 0%, #553d5a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#402b43), color-stop(100%,#553d5a));
	background: -webkit-linear-gradient(top, #402b43 0%,#553d5a 100%);
	background: -o-linear-gradient(top, #402b43 0%,#553d5a 100%);
	background: -ms-linear-gradient(top, #402b43 0%,#553d5a 100%);
	background: linear-gradient(to bottom, #402b43 0%,#553d5a 100%);
	-pie-background:linear-gradient(top, #402b43 0%, #553d5a 100%);
}
.search input[type="submit"]{
	height: 26px;
	width: 29px;
	background: url(../i/search.png) center 5px no-repeat;
	border:none;
	cursor: pointer;
	position: absolute;
	right:5px;
	top:0;
}
.search input[type="submit"]:hover{
	background-position: center -19px;
}
.link{
	margin:20px 0 0;
}
/*------Lists-------*/
.content ul,
.content ol{
	list-style-type:none;
	margin:10px 0;
}
.content ol{
	list-style-type: none;
	counter-reset: num;
}
.content ol li,
.content ul li{
	font-weight:normal;
	margin-bottom:5px;
	line-height: 26px;
}
/*------Numbered Lists-------*/
.content ol li:before{
	content: counter(num);
    counter-increment: num;
    font-family:Verdana;
    color: #684c6d;
    font-size: 18px;
    display: inline-block;
    background: url(/i/num-list.png) no-repeat;
    width: 31px;
    height: 31px;
    padding-right: 10px;
    text-align: center;
}
/*------Marked Lists-------*/
.content ul li:before{
	content: " ";
	display: inline-block;
    background: url(/i/mark-list.png) no-repeat;
    width: 20px;
    height: 14px;
    padding-right: 10px;
	}
/*-----Table-------*/
.content .table{
	border: 1px solid #c6c6c6;
	background: #FFFFFF;
	padding: 5px;
	box-shadow: 0 0 10px #c6c6c6;
}
.content table{
	width: 100%;
}
.content table tr:first-child{
	border-top: 1px solid #816b85;
	border-bottom: 1px solid #dad4cd;
}
.content table tr{
	border-top: 1px solid #dad4cd;
	border-bottom: 1px solid #dad4cd;
}
.content table tr:nth-child(odd){
	background-color:#fbf9f7;
}
.content table th{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNGY3MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTNlNTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #6c4f71 0%, #553e59 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c4f71), color-stop(100%,#553e59));
	background: -webkit-linear-gradient(top, #6c4f71 0%,#553e59 100%);
	background: -o-linear-gradient(top, #6c4f71 0%,#553e59 100%);
	background: -ms-linear-gradient(top, #6c4f71 0%,#553e59 100%);
	background: linear-gradient(to bottom, #6c4f71 0%,#553e59 100%);
	font-size:18px;
	color: #bfadc2;
	text-shadow: 0 -1px 1px #46334a;
	padding:10px 15px;
	border-right:1px solid #482d4e;
	border-bottom: 1px solid #dad4cd
	border-collapse: collapse;
}
.content table th:first-child{
	border-left:1px solid #816b85;
}
.content table th:last-child{
	border-right:1px solid #816b85;
}
.content table td{
	border-right:1px solid #dad4cd;
	padding:11px 15px;
	font-size: 14px;
	color: #403d3d
}
.content table td:last-child{
	border-right:1px solid transparent;
	text-align:right;
	font-weight:bold;
	padding: 11px 15px;
}
.content table td:first-child{
	color:#764d7c;
}
/*----Pagination----*/
.dl-pagination{
	margin: 40px 0;
}
.dl-pagination dt{
	display:inline-block;
	vertical-align:middle;
	margin-right:40px;
	font-size:16px;
	color:#656565;
}

.navigation{
	margin-top: 55px;
	height: 95px;
	background: url(/i/krasota.png) no-repeat center 70px;
}
.navigation-pages{
	/* position: absolute; */
	/* margin-top: -42px; */
	margin-left: 135px;
}

.navigation-title{
	display:inline-block;
	vertical-align:middle;
	margin-right:70px;
	font-size:16px;
	color:#656565;
	position: absolute;
	margin-top: 11px;
	margin-left: -160px;
}
.dl-pagination dd{
	display:inline-block;
	vertical-align:middle;
}
.pagination li{
	display:inline-block;
	margin: 7px 0 0;
	line-height:normal;
}
.content .pagination ul{
	display:inline-block;
	vertical-align:middle;
	padding:0;
	margin:0;
}
.content a{
	color:#602D7D;
	display: inline;
	font: inherit;
	text-decoration: underline;
	letter-spacing: -0.025em;
}
.content a:hover{
	color:#702B93;
	border-bottom: 1px dashed;
	text-decoration: none;
}
.content .catalog a{
	border:none;
	text-align:center;

}
.content .catalog a span{
	display:inline-block;
	margin-top:10px;
	text-decoration:underline;
}
.content .catalog a:hover span{
	text-decoration:none;
}
.content .pagination ul li:before{
	display:none;
}
.pagination ul a{
	padding: 1px 11px;
	margin: 0 1px;
	display: inline-block;
	border-radius: 10px;
	font-size:18px;
	color:#4e4e4e;
	text-decoration: none;
}

.navigation-pages a{
	padding: 1px 11px;
	/* margin: 0 1px; */
	display: inline-block;
	border-radius: 10px;
	font-size:18px;
	color:#4e4e4e;
	text-decoration: none;
	padding: 3px 12px;
	margin: 7px 1px 0;
	line-height:normal;
}
.pagination ul a:hover{
	color:#fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzOTljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTU1OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c399c3 0%, #895591 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c399c3), color-stop(100%,#895591));
	background: -webkit-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -o-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -ms-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: linear-gradient(to bottom, #c399c3 0%,#895591 100%);
	box-shadow: 0 1px 3px #abaaa8;
}
.navigation-pages a:hover{
	color:#fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzOTljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTU1OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c399c3 0%, #895591 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c399c3), color-stop(100%,#895591));
	background: -webkit-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -o-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -ms-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: linear-gradient(to bottom, #c399c3 0%,#895591 100%);
	box-shadow: 0 1px 3px #abaaa8;
}
.pagination .current,
.pagination .current:hover{
	color:#c1a7c7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MmQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODYxOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #482d4d 0%, #88618d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#482d4d), color-stop(100%,#88618d));
	background: -webkit-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: -o-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: -ms-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: linear-gradient(to bottom, #482d4d 0%,#88618d 100%);
	box-shadow: inset 0 1px 1px #482d4d;
}

.nav-current-page{
	color: #c1a7c7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4MmQ0ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4ODYxOGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #482d4d 0%, #88618d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#482d4d), color-stop(100%,#88618d));
	background: -webkit-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: -o-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: -ms-linear-gradient(top, #482d4d 0%,#88618d 100%);
	background: linear-gradient(to bottom, #482d4d 0%,#88618d 100%);
	box-shadow: inset 0 1px 1px #482d4d;
	padding: 1px 11px;
	display: inline-block;
	border-radius: 10px;
	font-size:18px;
	text-decoration: none;
	padding: 3px 12px;
	margin: 7px 1px 0;
	line-height:normal;
	cursor: pointer;
}

.navigation-arrows .arrow, .navigation-arrows .ctrl, .navigation-arrows .disabled, .navigation-arrows{
	display:none;
}

.navigation-arrows{
	margin-left:85px;
}

#navigation_1_previous_page,
#navigation_1_next_page{
	color: transparent;
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 31px;
	height: 29px;
	padding: 7px;
	background: url(../i/prev.png) center 16px no-repeat;
}
#navigation_1_previous_page:hover{
	background-position: center -24px;
}
#navigation_1_previous_page:active{
	background-position: center -63px;
}

#navigation_1_next_page {
	margin-left: 110px;
	background:url(../i/next.png) right 16px no-repeat;
}
#navigation_1_next_page:hover{
	background-position: right -24px;
}
#navigation_1_next_page:active{
	background-position: right -63px;
}

.pagination-prev,
.pagination-next{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width: 31px;
	height: 29px;
	padding: 7px;
	background: url(../i/prev.png) center 16px no-repeat;
}
.pagination-prev:hover {
	background-position: center -24px;
}
.pagination-prev:active {
	background-position: center -63px;
}
.pagination-next{
	background:url(../i/next.png) center 16px no-repeat;
}
.pagination-next:hover{
	background-position: center -24px;
}
.pagination-next:active{
	background-position: center -63px;
}
.pagination-prev.disabled:hover{
	background-position: center -24px;
}
.pagination-prev.disabled:active{
	background-position: center -63px;
}
.pagination-next.disabled:hover{
	background-position: center -24px;
}
.pagination-next.disabled:active{
	background-position: center -63px;
}

/*-- box footer --*/
.footer{
    background:url(../i/fon-bottom.jpg) 0 0 repeat-x;
    margin-top: -121px;
    z-index:4;
    position: relative;
}
.footer, .fmain{
    height: 121px;
}
.fmain{
    margin: 0 auto;
    width: 1000px;
}
.copyright{
    margin: 15px 50px 0 24px;
    float: left;
    font-size:12px;
    color:#fff;
	width: 35%;
}
.counter {
	float:left;
	  margin: 10px 15px 0 10px;
	width: 100px;
}
.f-phone{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#fffefe;
	float:left;
	  margin: 0px 0 0 16px;
}
.f-phone b{
	color:#ebdcef;
}
.webrost{
   background: url("../i/webrost.png") no-repeat scroll 0 3px;
	cursor: pointer;
	display: block;
	float: right;
	line-height: 14px;
	  margin: 20px 25px 0 0;
	padding: 0px 0 8px 37px;
	text-decoration: none;
	font-family: Tahoma;
	height: 24px;
}
.webrost:hover{
   background-position: 0 -31px;
}
.webrost var{
	color:#fffffe;
	text-decoration: underline;
	display:block;
	font-size:12px;
}
.webrost var:hover{
	text-shadow: 0px 0px 1px #FFF;
}

.webrost span{
	font-size:13px;
	color: #c3a9c9;
}
.footer-top{
	overflow: hidden;
}
.footer-menu a{
	font-size:13px;
	color:#fff;
	display:block;
	padding: 5px 17px;
}
.footer-menu a:hover{
	color:#c1a7c7;
}
.footer-menu a.active{
	color:#c1a7c7;
	text-decoration: none;
}
.footer-menu{
	  display: table;
    float: left;
    margin-top: 16px;
    width: 736px;
}
.footer-menu li{
	display:table-cell;
}
.logo{
	width: 33.33%;
	text-align: center;
}
.header{
	height: 148px;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 10px 15px 0px;
}
.header__right {
	text-align: right;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
	width: 33.33%;
}

.header__socials {
    margin-top: auto;
    margin-bottom: auto;
	display: flex;
    align-items: center;
}

.header__socials a {
    margin-right: 7px;
	opacity: 0.8;
	transition: opacity 0.2s;
}
.header__socials a:last-child{
	margin-right:0;
}
.header__socials a:hover {
    opacity: 1;
}



/*-- box dopmenu --*/
.dopmenu{
	display: inline-block;
	margin: 20px 0 0 45px;
	position: absolute;
	right: 48px;
	top: -12px;
}
.dopmenu li{

}
.dopmenu a{
	font-size:13px;
	color: #B3A7C3;
	text-decoration:none;
}
.dopmenu a:hover{
	color:#fff;
	text-decoration:underline;
}
.phone{
	color: #F3E9F3;
    font-family: MoolBoran;
    font-size: 30px;
	line-height: 23px;
}
.phone sub{
	color:#b79fb7;
	display:inline-block;
	margin-right:4px;
}
.main-menu{
	    display: table;
    /* width: 935px; */
    width: 1010px;
    margin: 0 auto 12px;
    /*max-width: 1100px;*/
}
.main-menu li{
	display:table-cell;
	position:relative;
}
.main-menu a,.main-menu span{
	font-size:16px;
	color: #B3A7C3;
	text-decoration: none;
	 padding: 10px 8px;
	text-align:center;
	display:block;
	    padding-top: 11px;
}
.main-menu a:hover{
	color:#fff;
	text-decoration: underline;
} 
.main-menu a.active,.main-menu span.active{
	background: #6F5074;
  font-weight: normal;
  text-align: inherit;
  /*width: 238px;*/
 /* padding: 12px 20px;*/
        padding: 10px 6px;
  padding-bottom:10px;
  /*padding-right: 0px;*/
  color: #fff;
  font-weight: bold;
  
}
.main-menu a.active:hover,.main-menu span.active:hover{
	text-decoration: none;
}
.main-menu .main-page{
	text-indent:-9999px;
	background:url(../i/home.png) center center no-repeat;
}
/* Dropmenu */
.main-menu li .drop {
	display: block;
	display: none;
	position: absolute;
	top: 100%;
	left:0;
	width: 221px;
	background-color: #f8f4f1;
	z-index:999;
	text-align:left;
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.31);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.31);
	box-shadow: 0 0 4px rgba(0,0,0,0.31);
}
.main-menu li .drop li {
	display:block;
}
.main-menu li .drop li > a {
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #423144;
	padding: 12px 19px;
	border-bottom: 1px  solid #d9d9d9;
	text-align: left;
}
.main-menu li:hover > a {
	background-color: #6f5074;
	color: #fff;
}
.main-menu li a:hover  {
	text-decoration: none;
}
.main-menu li:hover .drop {
	display:block;
}
.main-menu li:hover .drop a {
	background: transparent;
	color: #423144; 
}
.main-menu li:hover .drop li:hover a {
	background-color: #b79fb7;
	color: #ffffff;
	text-decoration: none;
}
.main-menu .drop > li:hover .level-2 {
	width: 258px;
}


.b-slider{
	position: relative;
}
.b-slider:before{
	content:"";
	width:50px;
	height:194px;
	position: absolute;
	left: -4px;
	top:0;
	background:url(../i/shadow-left.png);
	z-index:3;
}
.b-slider:after{
	content:"";
	width:50px;
	height:194px;
	position: absolute;
	right: -4px;
	top:0;
	z-index:3;
	background:url(../i/shadow-right.png);
}
.slogan{
	padding-bottom: 25px;
	margin: 0 20px 44px;
	background:url(../i/border.png) 0 bottom repeat-x;
	color:#5b5b5b;
	font: italic normal 30px Georgia;
	text-align: center;
}
.all{
	overflow: hidden;
	padding: 2px 37px 79px;
	padding: 2px 20px 79px;
}
.all.main-all{
	/*padding: 10px 37px 79px;*/
}
.left-container{
	width:240px;
	float:left;
  margin-top: 40px;
}
.index .left-container{
	width:410px;
	float:left;
	margin-top:0;
}
.main-all .content{
	/*padding-left: 39px;*/
}
.content{
	overflow: hidden;
	padding-left:36px;
	padding-left:0;
}
.main-all h1{
	color:#5b5b5b;
	font-family: Georgia;
	font-size:22px;
	text-transform: uppercase;
	margin-bottom: 17px;
	 font-weight: normal;
}
.all{
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.all p{
	 font-size: 14px;
    line-height: 25px;
    margin-bottom: 9px;
}
.main-all.all p{
	font-size:15px;
}
.all li {
	font-size: 14px;
	font-family: Georgia;
}
.main-all.all li {
	font-size: 15px;
}
img[align="left"]{
	margin-right:20px;
}
.catalog2{
	margin: 35px 0 0;
}
.catalog .title{
	color:#383838;
	font:bold 22px Georgia;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.catalog .item{
	display:inline-block;
	vertical-align: top;
	 margin: 0 4px 10px 0;
}
.catalog.catalog2 .item{
	 margin: 0 12px 28px 0;
}
.catalog .b-picture{
	width:218px;
	height:152px;
	padding:5px;
	background:#fff;
	display:table;
	border:1px solid #A4A4A4;
	box-shadow:0 0 5px 0 #A4A4A4;
}
.gallery {
	padding:5px 5px;
	overflow:hidden;
}

.gallery a{
	float:left;
	margin: 0 13px 15px 0px;
}
.gallery img{
	border:1px solid #A4A4A4;
	box-shadow:0 0 5px 0 #A4A4A4;
	padding:5px;
	background:#fff;
	display:block;
}
.catalog .b-picture:hover,
.gallery a:hover img{
	border: 1px solid #BC8CC4;
	box-shadow: 0 0 10px 0 #ACAAA8;
}
.gallery a:hover{
	text-decoration:none;
	border-bottom:none;
}
.catalog .b-picture{
	width:218px;
	height:152px;
	display:table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}
.catalog img{
	max-width:218px;
	max-height:152px;
}
.left-menu a{
	color: #402B43;
	display: inline;
	font: italic bold 20px Georgia;
	text-decoration: none;
	border-bottom: 1px dashed;
	letter-spacing: -0.025em;
}
.left-menu a:hover{
	color:#7d5783;
	border-bottom: 1px dashed;
}
.left-menu li{
	 margin-bottom: 15px;
	list-style-type:none;
	padding-left: 31px;
	position: relative;
}

.left-menu .active>a:before{
	position: absolute;
	width:22px;
	height:31px;
	content:"";
	left:0;
	top:8px;
	background:url(../i/active.png) 0 0 no-repeat;
}
.left-menu .active>a{
	color:#7d5783;
	border-bottom:none;
}
.root-item{
	margin:10px 0;
}
.img{
	padding:5px;
	background:#fff;
	border:1px solid #C6C6C6;
	box-shadow:0 0 5px 0 #C6C6C6;
	margin:5px;
	margin-left:0px;
}
.catalog.catalog2 .b-picture,
.catalog.catalog2 .picture{
	width:295px;
	height:207px;
}
.catalog.catalog2 .picture img{
	max-width:295px;
	max-height:207px;
}
.left-text{
	font:italic 16px/24px Georgia;
	color:#5b5b5b;
}
.left-text .text{
	 padding-left: 35px;
    padding-right: 11px;
}
.left-phone{
	 font-size: 18px;
    height: 25px;
    line-height: 18px;
     margin-bottom: 12px;
    margin-left: 9px;
    margin-top: 4px;
    padding-left: 23px;
	background: url(../i/phone.png) 0 0 no-repeat;
}
.content .contacts p{
	font-size: 14px;
	line-height: 25px;
	 margin-bottom: 6px;
	color: #403D3D
}
.contacts b{
	font-size:15px;
	color:#6f5074;
}
.contacts{
	 margin-bottom: 46px;
    padding-bottom: 43px;
	background:url(../i/border.png) 0 bottom repeat-x;
}
.contacts a{
	color: #7d5783;
	text-decoration: underline;
	cursor: pointer;
}
.contacts a:hover{
	color: #9c5ca5;
}
.contacts h1{
	color:#6f5074;
	padding-left:25px;
	background:url(../i/baloon.png) 0 0 no-repeat;
}
.map{
	margin: 33px 0 0;
}
.form .title{
	font:normal 25px Georgia;
	color:#6f5074;
	margin-bottom: 15px;
}
.form label{
	display:block;
	font-size:14px;
	color:#471903;
	 margin-bottom: 8px;
}
.form input[type="text"],
.form textarea{
	 border: 1px solid #C3C3C3;
    border-radius: 9px;
    box-shadow: 0 1px 1px 0 #E5E5E5 inset;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
	font-family:Arial;
	font-size:14px;
	outline:none;
    width: 350px;
}
.form textarea{
	height:100px;
	resize:none;
}
.form fieldset{
	 margin-bottom: 7px;
}
.krasota{
	text-align: center;
	margin:30px 0 0 0;
}
.form .capcha label{
	font-family:Tahoma;
	font-size:11px;
	color:#656565;
}
.form .capcha input[type="text"]{
	float: left;
    margin-right: 11px;
    width: 119px;
}
.form .capcha input[type="reset"]{
	background:none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#a389a4;
	text-decoration: underline;
	 vertical-align: bottom;
}
.form .capcha img{
	 margin-top: -10px;
}
.button{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5OGZhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzU0NzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a98fa9 0%, #735479 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98fa9), color-stop(100%,#735479));
	background: -webkit-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: -o-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: -ms-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: linear-gradient(to bottom, #a98fa9 0%,#735479 100%);
	-pie-background:linear-gradient(top, #a98fa9 0%, #735479 100%);
	border-radius:10px;
	display:inline-block;
	margin: 10px 0 0;
}
.button:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzOTljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTU1OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c399c3 0%, #895591 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c399c3), color-stop(100%,#895591));
	background: -webkit-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -o-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -ms-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: linear-gradient(to bottom, #c399c3 0%,#895591 100%);
	box-shadow: 0px 1px 3px #A5A3A0;

}
.button input{
	 background: url("../i/letter.png") no-repeat scroll 89% center;
    border: medium none;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 14px;
    padding: 3px 32px 4px 9px;
    height: 27px;
    width: 121px;
    cursor:pointer;
}

/*-------------- Search page --------------*/

.search-item .search-preview{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 9px;
}

.search-item h4 a{
	color: #402B43;
	display: inline;
	font: italic bold 20px Georgia;
	text-decoration: none;
	border-bottom: 1px dashed;
	letter-spacing: -0.025em;
}
.search-item h4 a:hover{
	color:#7d5783;
	border-bottom: 1px dashed;
}

.content .search-page table tr{
	border:none;
	background-color: transparent;
}

.content .search-page table td{
	border:none;
	padding:0;
}

.search-page input.search-button{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5OGZhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MzU0NzkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #a98fa9 0%, #735479 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98fa9), color-stop(100%,#735479));
	background: -webkit-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: -o-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: -ms-linear-gradient(top, #a98fa9 0%,#735479 100%);
	background: linear-gradient(to bottom, #a98fa9 0%,#735479 100%);
	-pie-background:linear-gradient(top, #a98fa9 0%, #735479 100%);
	border-radius:10px;
	display:inline-block;
	margin: 10px 0 0;
	border: none;
}
.search-page input.search-button:hover{
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzOTljMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OTU1OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #c399c3 0%, #895591 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c399c3), color-stop(100%,#895591));
	background: -webkit-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -o-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: -ms-linear-gradient(top, #c399c3 0%,#895591 100%);
	background: linear-gradient(to bottom, #c399c3 0%,#895591 100%);
	box-shadow: 0px 1px 3px #A5A3A0;
}
.search-page input.search-button{
	color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 14px;
    height: 27px;
    padding: 0 20px;
    cursor:pointer;
}

.catalog.catalog2 .item{
	text-decoration: none;
}
.catalog.catalog2 .item pre{
	color: #535353;
	font: bold 20px Georgia;
	text-align: center;
	margin-top: 3px;
	margin-bottom: -5px;
}
.content .photo a {
	font:inherit;
	text-decoration:none;
}

.content .photo a:hover {
	font:inherit;
	border:none;
}

.photo img:hover {
	border: 2px solid;
}
/*-- box catalog3 --*/
.catalog3{
	margin: 35px -5px 10px 0!important;
	overflow:hidden;
}
.content .catalog3 li:before{
	display:none;
}
.catalog.catalog3 .b-picture, .catalog.catalog3 .picture {
	width: 295px;
	height: 207px;
}
.content .catalog3 li{
	/* float:left; */
	margin: 0 14px 20px 0;
	width: 310px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	vertical-align: top;
}
.content .catalog3 li:nth-child(3n+3){
	margin-right: 0;
}
.catalog3 a{
	text-align:center;
}
.catalog.catalog3 .picture img {
	max-width: 295px;
	max-height: 207px;
}
.catalog3 img{

}

/*--- POPUPS ---*/

.fancy-popup .fancybox-skin{
	border: 1px solid #dbc7b8;
	background: url(../i/fon.jpg) 0 0 repeat;
	/* width: 437px;
	height: 527px; */
	border-radius: 7px;
	padding: 26px 30px 21px 30px!important;
 /*   width:auto!important;
    height:auto!important;*/
	/* margin: -74px 4px 0; */


}

.fancy-popup .fancybox-inner{
 /*	height: auto!important;
	width: inherit!important;*/
}

.fancy-popup .fancybox-close{
	background: url('../i/popup-close.png') no-repeat;
	width:31px;
	height:31px;
	top: 2px;
	right: 2px;
}
.fancy-popup .fancybox-close:hover{
	background-position:0 -36px;
}

.feedback{
	border:none;
	padding:0!important;
	/* width:226px!important; */
	margin:0;
}



.feedback .title{
	font: normal 25px Georgia;
	color: #6f5074;
	margin-bottom: 0;
}
.feedback p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5d5a5a;
	margin:0 0 13px;
	text-align:left;
}
.feedback form{
	/* text-align:center; */
}
.feedback fieldset{
	margin-bottom:10px;
	text-align:left;
}
.feedback fieldset label{
	display: block;
	font-size: 14px;
	color: #471903;
	margin-bottom: 4px;
}
.feedback fieldset label span{
	color:#f73f3f;
}
.feedback fieldset input[type="text"],
.feedback fieldset input[type="email"],
.feedback fieldset textarea{
	border: 1px solid #C3C3C3;
	border-radius: 9px;
	box-shadow: 0 1px 1px 0 #E5E5E5 inset;
	height: 24px;
	line-height: 24px;
	padding: 0 12px;
	font-family: Arial;
	font-size: 14px;
	outline: none;
	width: 350px;
}
.feedback fieldset textarea{
	/* width: 564px; */
	height: 50px;
	resize: none;
}

.feedback .capcha{
	margin: 0px;
}
.feedback .capcha label{
	display:inline-block;
	vertical-align: top;
	margin-top: -4px;
}
.feedback .form-capcha input[type="text"]{
	width: 121px;
	vertical-align: top;
	margin-right: 40px;
}
.feedback .capcha .capcha-pic{
	display:inline-block;
}

.feedback input[type="submit"]{
	margin: 10px 0 0px;
	width: 100px;
	height: 27px;
	font-size:14px;
	line-height:25px;
	cursor: pointer;
	background: -moz-linear-gradient(top, #a98fa9 0%, #735479 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a98fa9), color-stop(100%,#735479)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #a98fa9 0%,#735479 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #a98fa9 0%,#735479 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #a98fa9 0%,#735479 100%); /* IE10+ */
	background: linear-gradient(to bottom, #a98fa9 0%,#735479 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98fa9', endColorstr='#735479',GradientType=0 ); /* IE6-9 */
	color:#fff;
	border:none;
	border-radius: 9px;
	margin-bottom:3px;
}
.feedback input[type="submit"]:hover{
	background: -moz-linear-gradient(top, #c399c3 0%, #895591 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c399c3), color-stop(100%,#895591)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c399c3 0%,#895591 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c399c3 0%,#895591 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c399c3 0%,#895591 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c399c3 0%,#895591 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c399c3', endColorstr='#895591',GradientType=0 ); /* IE6-9 */
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.46);
}
/* #bx-panel{
	height: 0;
top: -39px;
} */

.call_designer-button {
    margin-bottom: 10px;
    margin-left: 20px;
	color:#fff;
	font-size:16px;
	width: 146px;
	text-decoration:none;
	border-bottom:1px dotted #b79fb7;
	position:relative;
}
.call_designer-button:before {
	content:'';
	display:block;
	position:absolute;
	background:url(../i/call-designer.png) 0 0 no-repeat;
	width:10px;
	height:13px;
	left:-15px;
	top:1px;
}

.callback-button {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	border-bottom:1px dotted #b79fb7;
	position:relative;
	margin-bottom: 10px;
	margin-top: auto;
}
.callback-button:before {
	content:'';
	display:none;
	position:absolute;
	background:url(../i/call-me.png) 0 0 no-repeat;
	width:13px;
	height:13px;
	left:-17px;
	top:1px;
}


.top-content-box{
	overflow:hidden;
}
.top-content-box .designer-feedback{
	float:left;
	width:378px;
	width:267px;
	padding: 10px 20px;
	/* background: #fff; */
	border-radius: 20px;
	border: 1px solid #6f5074;
}
.top-content-box .designer-feedback fieldset input[type="text"],
.top-content-box .designer-feedback fieldset textarea{
	width: 240px;
}
.top-content-box .designer-feedback fieldset label{
	display:none;
}
.top-content-box .designer-feedback .form-capcha input[type="text"]{
	width: 50px;
	margin-right: 5px;
}

.top-content-box .designer-feedback .attention{
	display:none;
}

.top-content-box .designer-feedback fieldset{
	margin-bottom:5px;
}

.top-text{
	float:left;
	margin-right:30px;
	width: 500px;
	width:615px;
}
.top-text img{
	padding: 3px;
	background: #fff;
	box-shadow: 0 0 10px 0 #ACAAA8;
	margin-top: 10px;
	border: 1px solid #A4A4A4;
}

/* Catalog item popup */

.card{
	display:none;
	font-family:Georgia;
	/* max-width:540px; */
}
.card .img{
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    height: 100%;
    width: auto;

}
.photo.fancy-popup {
	/*transform: scale(1.3);*/
	top: 150px!important;
}
.imgAlign {
	float: left;
}
.fancy-popup img{
display:block;
width: 100%;
height: 100%;
}
.fancy-popup img:hover{
border: 0;
}
.card .descr{
	display:inline-block;
	vertical-align:top;
	width:300px;
}
.card .descr h2 span{
	display:block;
	font-size:12px;
}
.card .descr .text{
	font-size:14px;
	line-height:20px;
	margin: 10px 0;
}
.card .descr .price{
	display:block;
	font-weight:bold;
	font-style: italic;
  	color: rgb(142, 95, 150);
  	font-size: 17px;
  	margin:20px 0;
}
.card .descr .button{
	border:none;
	color:#fff;
	padding:6px 20px;
	font-family: Arial,Helvetica,sans-serif;
 	font-size: 14px;
 	text-decoration:none;
}
.card .descr .text b{color:#602B73;}
.uf_price{
  	font-size: 14px;
  	font-weight: bold;
  	line-height: 18px;
  	color: #702B93;
}
.spoiler{
	/* display: none; */
}
.spoiler .open-link{
	margin: 10px 0;
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-right: 18px;
}
.spoiler .open-link:after{
	content: "^";
	position: absolute;
	width:10px;
	height: 10px;
	top:50%;
	right: 0;
	margin-top: -4px;
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.spoiler .open-link.up:after{
	content: "^";
	position: absolute;
	width:10px;
	height: 10px;
	top:50%;
	right: 4px;
	margin-top: -4px;
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.spoiler .open-link:hover{
	border:none;
	text-decoration:underline;
	color: #9962D3;
}
.spoiler .text-spoiler{
	display: none;
}
.order-designer{
	padding: 25px 35px;
	border: 1px solid #725277;
	border-radius: 20px;
	overflow: hidden;
	margin: 40px 0 0;
}
.left-form,.right-form{
	float: left;
	padding: 0 15px 0 0;
	width: 50%;
	box-sizing: border-box;
}
.left-form input{
	width: 100% !important;
	box-sizing: border-box;
}

.right-form{
	float: right;
	padding: 0 0 0 15px;
}
.right-form fieldset textarea {
    height: 128px !important;
    width: 100% !important;
    box-sizing: border-box;
}
.main-menu .level-2 a{
	width: 220px;
}
.drop .level-2 {
	margin-left: 21px;
}
/*.catalog
{
	float: right;
    width: 473px;
}*/
.index .left-container {
    width: 100%;
    float: none;
}
.main-all .content
{
	/*float: right;
    width: 473px;*/
}
.left-container ul
{
	    font-weight: normal;
    margin-bottom: 5px;
    line-height: 26px;
}

.left-container  li:before {
    content: " ";
    display: inline-block;
    background: url(/i/mark-list.png) no-repeat;
    width: 20px;
    height: 14px;
    padding-right: 10px;
}

.catalog_subsectopen_header {
    margin-bottom: 5px;
    font-size: 20px;
    color: white;

    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-bottom: 1px solid #ffffff;
    background-color: #735479;
  text-decoration: none;
}

.catalog_subsectopen_header a {
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.catalog_subsectopen_header a:hover {
    font-size: 20px;
    color: black;
    text-decoration: none;
}
.feedback .response {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}