@font-face {
    font-family: PT Sans Narrow; /* Èìÿ øðèôòà */
    src: url(/font/pt_sans.ttf); /* Ïóòü ê ôàéëó ñî øðèôòîì */
   }

html {
	background: #fff;
	height: 100%;
}

body {
	min-height: 100%;
	font: normal 16px/1.4 PT Sans Narrow, Arial, Tahoma, sans-serif;
	min-width:1200px;
	color: #fff;
}

/* =Layout
--------------------------------------------------------------- */
.wrapper {
  min-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}


/* =Layout
--------------------------------------------------------------- */
#header {
	/*width: 980px; */
	padding: 0px 17%;
	margin: 0 auto; 
}
#header .logo {
	float: left;
	width:42%;
}
#header .logo-text a {
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 5px;
	display: block;
}
#header .logo-text span {
	font-size: 2.6em;
}
#header .slogan {
	color: #fff;
	/*font-size:1em; */
	margin: 15px 0;
}
#header .right-block {
	float: left; 
	width:58%; 
	text-align: right; 
	margin-top:15px;
}
#header .right-block .phone {
	font-size: 1.5em; 
	margin-bottom:10px;
	color: #ae4a84
}

#header .right-block .phone a {
	font-size: 15px;
	color: #3C2235;
}

#header .call-back  a{
	
	/*background: #AE4A84;
	-webkit-border-radius:2px;
	   -moz-border-radius:2px;
			border-radius:2px;
	color:#fff;
	padding:6px 15px;
	text-decoration:none;
	text-transform: uppercase;*/
	text-transform: uppercase;
	color: #AE4A84;
	font-size: 18px;
	text-decoration:none;
	font-weight: bold;
	
}

.phone div{
	color: white;
}

#header .call-back  a:hover {
	/*background:#d91f63;*/
}
#header .main-menu ul {
	margin:15px 5px 10px;
	padding-left: 0px;
	float:left;
}
#header .main-menu ul li{
	margin:0px 8px 0px 0px;
	display:inline-block;
}
#header .main-menu ul li:last-child{
	margin-right:0px !important;
}
#header .main-menu a {
	color: #000;
}
#header .main-menu a:hover {
	text-decoration: none;
}
#header .main-menu ul li.active a{
	color: #3C2235;
}

/* =Menu
--------------------------------------------------------------- */

#content {

}
/* Level 1 */
#content .wrapper > ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  white-space: nowrap;
  font-size: 0;
  /*min-width: 1200px;*/
}
#content .wrapper > ul > li {
  font-size: 14px;
  width: 16.7%;
  height: 460px;
  margin-right: 0.1%;
  position: relative;
  display: inline-block;
}
#content .wrapper > ul > li > a {
  display: block;
  height: 18px;
  padding: 10px 0;
  background: #3c2235;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background .3s ease;
   -moz-transition: background .3s ease;
  transition: background .3s ease;
  font-size: 16px;
  color: #fff;
}
#content .wrapper > ul > li.active > a,
#content .wrapper > ul > li:hover > a {
  background: #7b6074;
}
/*
 * Level 2
 */
#content .wrapper > ul > li > ul {
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 38px;
  background: #000;
  background: rgba(0, 0, 0, .8);
  padding: 10px 0;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
   -moz-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

#content .wrapper > ul > li:hover > ul,
#content .wrapper > ul > li.active > ul {
  visibility: visible;
  list-style: none;
  opacity: 1;
}

#content .wrapper > ul > li > ul > li {
  padding: 0px 0px 5px 10px;
  margin-bottom: 2px;
}

#content .wrapper > ul > li > ul > li > a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  white-space: normal;
  color: #e2dee1;
}
/* Level 3 */
#content .wrapper > ul > li > ul > li > ul {
  z-index: 10;
  top: 100%;
}
#content .wrapper > ul > li > ul > li > ul:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #c9ba9a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#c9ba9a));
  background: -webkit-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: -o-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: -ms-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: linear-gradient(to right, #000000 0%,#c9ba9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c9ba9a',GradientType=1 );
}

#content .wrapper > ul > li > ul > li.active > ul,
#content .wrapper > ul > li > ul > li:hover > ul {
  display: block;
}

#content .wrapper > ul > li > ul > li:hover > ul {
  z-index: 30;
}

#content .wrapper > ul > li > ul > li > ul > li {
  position: relative;
  padding: 1px 10px;
  line-height: normal;
  color:#6e6e6e;
}
#content .wrapper > ul > li > ul > li > ul > li.active a,
#content .wrapper > ul > li > ul > li > ul > li:hover a{
	text-decoration: underline;
}
#content .wrapper > ul > li > ul > li > ul > li > a {
  display: block;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  color: #e2dee1;
}
#content .wrapper > ul > .item_1 {
  background: url(../img/menu_1.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
#content .wrapper > ul > .item_2 {
  background: url(../img/menu_2.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

#content .wrapper > ul > .item_3 {
  background: url(../img/menu_3.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

#content .wrapper > ul > .item_4 {
  background: url(../img/menu_4.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

#content .wrapper > ul > .item_5 {
  background: url(../img/menu_5.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
#content .wrapper > ul > .item_6 {
  background: url(../img/menu_6.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}
#content .wrapper > ul > .item_7 {
  background: url(../img/menu_7.jpg);
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
}

/* Main-content */
.main-content {
    padding:10px 15%;
	margin: 0 auto;
/*	width: 1070px;*/
}

@media(max-width:1535px) {
	.main-content {
    padding:10px 0;
	margin: 0 auto;
	width: 1000px;
}

#header{width: 1010px; padding: 0 30px}

}
.main-content h1
{
	text-align:left;
	font-size: 2em;
	font-weight: normal;
	margin: 0.67em 0em 0em 0em;
}
.main-content h2.main-page-h2 
{
	text-align: center;
	font-size: 1.3em;
	/*margin-bottom: 2em;*/
	font-weight: normal;
}

.main-content h2.page-h2 
{
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
}


.main-content h2
{
	font-size: 1.6em;
	font-weight: normal;
	/*line-height: 0.9em;*/
	text-align: center;
}

.main-content h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 1em 0em 0em 0em;
	padding-bottom: 0em;
}

.main-content p {
	text-align: justify;
}
.main-content a {
	color: #fff;
}
.main-content a:hover {
	
}

.services-main {
    color: #fff;
    display: block;
    float: left;
    padding: 1%;
    width: 31%;
}
.services-main .title {
	text-align: left;
	margin-bottom: 5px;
	font-size: 1.2em;
	text-align: center;
}
.services-main .serv-img {
	float: left; 
	width: 38%;
}
.services-main .serv-img img { 
	max-width: 100%; 	
	padding: 2px;	
	border: 1px solid #cccccc;
	background: #fff;
}
.services-main  .list { 
	float: left;  
	width: 62%;
}
.services-main  .list  ul { 
	margin: 0 0 0 30px;
	padding: 0;
}
.services-main  .list  ul  li a { 
	font-size: 16px;
}







/* =Content
--------------------------------------------------------------- */
.content {
  color: #fff;
  font-size: 11px;
  position: absolute;
  text-align: justify;
  top: 0;
  left: 0;
  width: 480px;
  min-height: 200px;
  max-height: 400px;
  background: #000;
  z-index: 20;
  overflow: hidden;
  padding: 10px 20px;
  visibility: hidden;
  -webkit-box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.8);
     -moz-box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.8);
          box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.8);
}

.__feedback__ .content {
  width: 350px;
}

.content.right.bottom {
  border-right: 1px solid #c9ba9a;
  border-top: 1px solid #c9ba9a;
}

.content.left.bottom {
  border-left: 1px solid #c9ba9a;
  border-top: 1px solid #c9ba9a;
}

.content.right.top {
  border-right: 1px solid #c9ba9a;
  border-bottom: 1px solid #c9ba9a;
}

.content.left.top {
  border-left: 1px solid #c9ba9a;
  border-bottom: 1px solid #c9ba9a;
}


.content.bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.content.top:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.content.left:after {
  background: #000000;
  background: -moz-linear-gradient(left, #c9ba9a 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c9ba9a), color-stop(100%,#000000));
  background: -webkit-linear-gradient(left, #c9ba9a 0%,#000000 100%);
  background: -o-linear-gradient(left, #c9ba9a 0%,#000000 100%);
  background: -ms-linear-gradient(left, #c9ba9a 0%,#000000 100%);
  background: linear-gradient(to right, #c9ba9a 0%,#000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ba9a', endColorstr='#000000',GradientType=1 );
}

.content.right:after {
  background: #000000;
  background: -moz-linear-gradient(left, #000000 0%, #c9ba9a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#000000), color-stop(100%,#c9ba9a));
  background: -webkit-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: -o-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: -ms-linear-gradient(left, #000000 0%,#c9ba9a 100%);
  background: linear-gradient(to right, #000000 0%,#c9ba9a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#c9ba9a',GradientType=1 );
}

.content h1,
.content h2,
.content h3,
.content h4 {
  text-transform: uppercase;
  color: #ece8da;
  font-size: 11px;
  font-weight: normal;
}

.homecontent{
    background: #3c2235;
    padding:10px;
    color: #fff;
	height: 320px;
}
.homecontent > p{
text-align: center;
font-size: 24px;
}
.homecontent > div.works{
text-align: center;
}
.homecontent > div.works > ul {list-style-type: none; display: block; width:875px; margin:auto;overflow: hidden;}
.homecontent > div.works > ul li{float: left; margin-left: 45px;}
.homecontent > div.works > ul > li img{width:120px; height: 120px; border-radius: 80px; border: 5px solid;}
div.works ul li:first-child {margin-left: 0px !important;}

.homecontent a.all_works{
display: block;
background-color: #2C1328;
font-size: 15px;
height: 40px;
line-height: 39px;
margin: 45px auto 0px;
text-align: center;
width: 200px;
text-transform: uppercase;
text-decoration: none;
}
/* =News
--------------------------------------------------------------- */
.news_story {
  margin-bottom: 30px;
}

.news_story:last-child {
  margin-bottom: 0;
}

.news_story time {
  float: right;
  opacity: .7;
}


/* =Gallery
--------------------------------------------------------------- */
.gallery_outer {
  height: 100px;
  position: relative;
  text-align: center;
  margin-top: 40px;
}

.gallery_outer .gallery {
  height: 100px;
  padding-left: 5px;
  margin: 0 auto;
}

.gallery_outer .gallery ul {
  top: 0;  
  display: block;
  height: 70px;
  background: none;
  list-style: none;
  overflow: hidden;
}

.gallery_outer .gallery ul li {
  height: 70px;
  margin: 0 15px;
  float: left;
}

.prev {
  position:absolute;
  left:20px;
  top:30px;
  width:8px;
  height:13px;
  cursor:pointer;
  background: url(../img/arrow_left.png) top center no-repeat;
  border:none;
  z-index:100;
}

.next {
  position:absolute;
  right:20px;
  top:30px;
  width:8px;
  height:13px;
  cursor:pointer;
  background: url(../img/arrow_right.png) top center no-repeat;
  border:none;
  z-index:100;
}


/* =Forms
--------------------------------------------------------------- */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
textarea {
 /* background: #000;
  color: #fff;*/
  border: 1px solid #c9ba9a;
  padding: 3px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=number] {
  width: 220px;
}

input[type=button],
input[type=submit] {
  background: #000;
  padding: 4px 10px;
  border: 1px solid #c9ba9a;
  color: #fff;
}

input[type=button]:hover,
input[type=submit]:hover {
  background: #c9ba9a;
  color: #000;
}

form .input {
  margin-bottom: 4px;
}

form .input label {
  display: block;
  text-transform: uppercase;
  margin: 2px 0;
}

form .input.textarea {
  margin-top: 10px;
}

form .input textarea {
  width: 97%;
  height: 100px;
}
/* =Footer
--------------------------------------------------------------- */
#footer {
  background: #3C2235 !important;
  color: #fff !important;
  
}

#footer ul {
  overflow: hidden;
  padding: 0;
  margin-left: -2px;
  background: #7f7f7f;
  white-space: nowrap;
  font-size: 0;
}

#footer ul li {
  width: 14.164%;
  text-align: center;
  margin-left: .2%;
  background: #000;
  display: inline-block;
  font-size: 14px;
}

#footer ul li a {
  text-transform: uppercase;
  color: #7f7f7f;
  display: block;
  text-decoration: none;
}

#footer ul li:first-child a {
  border-left: 4px solid #7f7f7f;
}

#footer ul li.active a,
#footer ul li a:hover {
  color: #fff;
}

#footer .copyright {
  color: #fff;
  text-align: center;
  margin: 20px 0;
}

#footer .socialbuttons {
  text-align: center;
 /* padding: 10px 0;*/
}

#footer .socialbuttons a {
  width: 24px; height: 24px;
  display: inline-block;
  opacity: .3;
/*  margin: 0 20px;*/
}

#footer .socialbuttons a:hover {
  opacity: 1;
}

#footer .socialbuttons .facebook {
  background: url(../img/facebook.png) no-repeat;
}

#footer .socialbuttons .vk {
  background: url(../img/vkontakte.png);
}

#footer .socialbuttons .odnokl {
  background: url(../img/odnoklassniki.png)  no-repeat;
}

.__main__ #footer{background: white;}

/* Ñòèëè äëÿ êàðòèíîê */
.conversion-image
{
	float: right;
	margin: 5px 0px 5px 10px;
	width: 250px;
	text-align :center;
}

.conversion-image span
{
	font-style: italic;
}

.vcard
{
	margin: 10px 20px;
}



.conteiner
{
	margin: 0 auto;
}
.container ul li, .container ol li
{
	text-align: justify;
}

.center_block
{
	margin: auto;
	width:100%;
}
.center_block h2 {
	line-height: 0.8em;
	margin-top: 30px;
	font-size: 1.5em;
}

.center-block-new
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
}
.center-block-new p
{
	text-align: center;
}

.left-block
{
	float: left;
}

.right-block {
    float: right;
}
.text
{
	/*width: 460px;
	margin: 0px 5px 0px 20px;*/
	width: 50%;
	paddin-right: 5px;
}

.text h2
{
	font-weight: normal;
}
.picture
{
	text-align: right;
	/*width: 460px;
	margin: 30px 20px 0px 5px;*/
	width:49%;
	margin-top: 20px;
	
}
.picture img
{
	padding: 4px;
	border: 1px solid #cccccc;
	max-width: 97%;
}

.text-2
{
	/*width: 460px;
	margin: 0px 20px 0px 5px;*/
	width: 50%;
	padding-left: 5px;
}

.picture-2
{
	/*margin: 5px 5px 0px 20px;*/
	text-align: left;
	/*width: 460px;*/
	width: 49%;
	margin-top: 5px;
}
.picture-2 img
{
	padding: 4px;
	border: 1px solid #cccccc;
	max-width: 97%;
}

.text-new
{
	width: 43%;
	margin-left: 7%;
}
span.sub-title
{
	font-size: 13px;
	color:#fff;
}
ul.advantages
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.advantages li.first
{
	background: url(/assets/template/img/car-icon-2.png) no-repeat;
	padding: 12px 0 30px 90px;
}
ul.advantages li.second
{
	background: url(/assets/template/img/watch-icon-2.png) no-repeat;
	padding: 24px 0 30px 90px;
}
ul.advantages li.third
{
	background: url(/assets/template/img/handshake-icon-2.png) no-repeat;
	padding: 24px 0 30px 90px;
}
ul.advantages li.forth
{
	background: url(/assets/template/img/coins-icon-2.png) no-repeat;
	padding: 24px 0 30px 90px;
}
ul.advantages li.fifth
{
	background: url(/assets/template/img/cards-icon-2.png) no-repeat;
	padding: 24px 0 30px 90px;
}

.quote-block
{
	width: 350px;
	text-align: center;
}

.quote-block blockquote
{
	font-style: italic;

}

.quote-block blockquote p:before
{
	content: url(/uploads/first_bg.gif);
    height: 23px;
    vertical-align: middle;
    width: 16px;
}
.quote-block blockquote p:after
{
	content: url(/uploads/end_bg.gif);
    height: 23px;
    vertical-align: middle;
    width: 16px;
}

.quote-block img
{
	max-width: 300px;
}

.phones
{
	margin: 50px 0px;
}

.phones span
{
	font-size: 20px;
}

.center-block 
{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.center-block p
{
	text-align: center;
	padding: 1% 7%;
	font-size: 16px;
}

.center-block a.conversion-button, .convers-block a.conversion-button{
/*background:#3C2235;*/
background: #D7B56D;
color:#fff;
font-size: 1em;
padding: 8px 60px;
text-decoration:none;
text-transform:uppercase;
/*border-radius*/
-webkit-border-radius:2px;
   -moz-border-radius:2px;
        border-radius:2px;
}

.center-block a.conversion-button:hover, .convers-block a.conversion-button:hover
{
	color: #fff;
	background: #D31055;
}

.center-block h2
{
	text-align: center;
}

.center-block span
{
	color: #3C2235;
	font-weight: bold;
}


table.table-block  caption
{
	font-size: 1.2em;
}

table.table-block  tr td
{
	border: 1px solid #CCCCCC;
	text-align: center;
}

table.table-block  tr th
{
	border: 1px solid #CCCCCC;
	text-align: center;
	padding: 5px 0px;
	background: #7B6074;
	color: #fff;
}
table.table-block .cell-left
{
	text-align: left;
	padding-left: 10px;
	vertical-align: top;
}


.main-content .design-project ol
{
	list-style: none;
	counter-reset: point; 
	padding-left:0;
}

.main-content .design-project ol li
{
	margin-bottom: 15px;
	padding-left: 60px;
	position: relative;
}

.main-content .design-project ol li:before
{
	content: counter(point); /* âûâîäèì çíà÷åíèå ïåðåìåííîé */
	counter-increment: point 1; /* óâåëè÷âàåì ñ÷åò÷èê íà 1 */
	font-size: 14px; /* äåêîð öèôð  */
	position: absolute;
	left: 0;
	top: 6px;
	background: #3C2235;
	width: 40px;
	padding: 10px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;	
}

.main-content .sub-items
{
	margin-top:10px;
}
.main-content .sub-items ul li
{
	padding-left: 5px;
	margin-bottom: 5px;
}

.main-content .sub-items ul li:before
{
	content: none !important;
}

.main-content ol li, .main-content ul li
{
	font-size: 16px;
}

.clearfix
{
	clear: both;
}

.counters
{
	display: none;
}

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

.main_container{
    background: white;
    padding:10px;
    color: black;
	overflow: hidden;
}

#left_menu > ul{
float: left;}

#left_menu{
/*width: 370px;*/
/*width: 30%;*/
}
#left_menu ul li a
{
	color:#3C2235;
	text-decoration: none;
}

#left_menu ul li
{
	
}




.clear{clear: both;}
#left_menu > ul a{color:#7D1D63; font-size: 15px;}
strong a{color:#7D1D63;}
.news_story{overflow: hidden;}
img.preview{width: 200px; float: left;margin: 0px 20px 10px; height:130px; border: 1px solid #CCCCCC; padding: 4px;}


.see_also > ul > li > a{color: #7D1D63;}
.see_also ul{/*margin-left: 370px;*/}
/******************************/


.photogallery-small
{
	padding: 10px 0px 30px 0px;
	background: #3C2235;
	color: #fff;
}

.photogallery-small h2
{
	text-align: center;
	font-size: 1.3em;
	font-weight: normal;
}

.photogallery-small img
{
	border: 4px solid;
    border-radius: 100%;
    height: 120px;
    width: 120px;
}

.photogallery-small ul
{
	list-style-type:none;
	width: 960px;
	margin: 20px auto;
	display: block;
}

.photogallery-small ul li
{
	float: left;
	width: 20%;
}

.conversion
{
	float: right;
	width: 310px;
	text-align: center;
	margin: 15px 0px 5px 10px;
	
}

.conversion img
{
	width: 300px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.conversion a
{
	font-size: 1.2em;
	color: #592856;
}

.conversion a:hover
{
	color: #7d1d76;
}

.for_articles
{
	text-align: center !important;
}
.for_articles h2 {
	font-size: 1.5em;
    line-height: 0.8em;
    margin-top: 30px;
}

.for_articles ul 
{
	list-style-type: none;
	display: inline-block;
}

.for_articles ul li
{
	float: left;
	width: 23%;
	tetx-align: center;
	padding-left: 15px;
}

.for_articles ul li:first-child
{
	padding-left: 0px;
}

.for_articles ul li a{font-size: 16px;}
.for_articles ul li p {text-align: justify;}

.for_articles span
{
	top:0;
}

.img-polaroid
{
	padding: 4px;
	border: 1px solid #cccccc;
	width: 200px;
	height: 133px;
	max-width:95%;
}

.servis-img.left
{
	padding: 4px;
	border: 1px solid #cccccc;
	max-width:100%;
	float: left;
	margin: 5px 10px 5px 0px; 
	width: 250px;
}

.servis-img.right
{
	padding: 4px;
	border: 1px solid #cccccc;
	max-width:100%;
	float: right;
	margin: 5px 0px 5px 10px; 
	width: 250px;
}


.slides li p.review-title{font-weight: bold;}

/*Êàðóñåëü*/
.carousel{position: relative; margin: auto; width: 105%;}
.mycarousel{margin: auto; overflow: hidden; }
.mycarousel ul{list-style: none; overflow: hidden; padding-left: 2px; text-align: center;}
.mycarousel ul li{/*float: left;*/ display: inline-block;}
.mycarousel ul li img{/*margin: 15px;*/}
.carousel .prev{left: 30px; top: 80px;}
.carousel .next{right: 30px; top: 80px;}

.services
{
	width: 100%;
	display: block;
	text-align: center;
	margin: 20px auto;
}

.services .item
{
	float: left;
	/*width: 33.3%;
	margin-bottom: 25px;*/
	margin: 5px 1% 5px 3%;
    width: 20%;
}

.services .item img 
{
	/*width: 270px;
	height: 133px;*/
	/*width: 220px;
	height: 120px;*/
	max-width: 100%;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.services .item a
{
	text-decoration: none;
	font-size: 16px;
	color: #3C2235;
} 



.services-list ul
{
	margin-left: 0px;
	padding: 0px;
}

.services-list ul li
{
	display: inline-block;
	text-align: center;
    vertical-align: top;
    width: 23%;
	padding: 0px 4px;
}

.services-list ul li img
{
	border: 1px solid #CCCCCC;
    height: 100px;
    padding: 4px;
    width: 200px;
	max-width: 100%;
}
.services-list ul li a
{
	color: #3C2235;
    font-size: 16px;
    text-decoration: none;
}

.main-content-reviews
{
	background: none repeat scroll 0 0 #3c2235;
    color: #fff;
    margin: 0 auto;
    padding: 10px 15%;
    text-align: justify;
	
}

.main-content-reviews h2
{
	font-size: 1.3em;
    font-weight: normal;
	text-align: center;
}

.sitemap{color: #412B3B; text-align: center;}
/*.sitemap a{color: #412B3B;}*/

.B_crumbBox li { 
display: inline-block;
}




.maps{float: left;}
.maps > p, .contact_form > p {font-size:17px; font-weight: bold;}
.contact_form{float: right;}

.main-content .text-content .ServivesList ul
{
	padding: 0px;
	width: 100%;
	text-align: center;
}
.main-content .text-content .ServivesList ul li
{
	text-align: center !important;
}

.main-content .text-content .ServivesList li
{
	display: inline-block;
	/*width: 33%;*/
	margin: 0px 5px 15px 0px;
}


.main-content .text-content .ServivesList li img
{
	border: 1px solid #CCCCCC;
    height: 145px;
    padding: 4px;
    width: 270px;
	max-width:100%;
}
.main-content .text-content .ServivesList li a
{
	color: #3C2235;
    font-size: 16px;
    text-decoration: none;
}

.main-page-center-block
{
	text-align: center;
	margin-top: 10px;
}

.main-page-center-block .title
{
	font-size: 13px;
	font-family: Cuprum, Arial;
	color: #bdbdbd !important;
}

.main-page-center-block .title span
{
	font-size: 26px;
	color: #fff !important;
}

.main-page-center-block ul
{
	/*width: 980px;*/
	margin-left: 0px;
	padding-left: 0px;
}

.main-page-center-block ul li
{
	display: inline-block;
	width: 17%;
	vertical-align: top;
	padding: 30px 10px 60px 10px;
}
.bg-top
{
	background: url(/assets/template/img/cross-bg.png) no-repeat scroll center top rgba(255, 255, 255, 1);
    height: 57px;
    left: 0;
    min-width: 1000px;
    top: 0;
    width: 100%;
	}
	
.bg-bottom
{
	background: url(/assets/template/img/cross-bg-2.png) no-repeat scroll center top rgba(255, 255, 255, 1);
    height: 57px;
    left: 0;
    min-width: 1000px;
    top: 0;
    width: 100%;
    z-index: 10;
	}
	
.bg-top-2
{
	background: url(/assets/template/img/cross-bg-4.png) no-repeat scroll center top rgba(255, 255, 255, 1);
    height: 57px;
    left: 0;
    min-width: 1000px;
    top: 0;
    width: 100%;
}
	
.new-h2
{
	color: #222222;
    font-family: Cuprum, Arial;
    font-size: 23px !important;
    font-weight: normal !important;
	margin-bottom: 0;
    padding-bottom: 0;
}	

.for_articles p.under-h2
{
	font-size: 13px;
	margin-top: 0;
}

.seo-text
{
	margin: 30px 0 10px 0px;
	text-align: center;
}

.seo-text span
{
	font-size: 1.3em;
}

.seo-text span.pink
{
	color: #D31055;
}


.photo-gallery
{
	margin: 10px auto;
	text-align: left;
	
}

.photo-gallery img
{
	width: 196px;
	height: 140px;
}

.conversion-services-page {
	border: 1px solid #CCCCCC;
    float: right;
    margin: 20px 0 10px 10px;
    padding-bottom: 10px;
    text-align: center;
    width: 310px;
}
.conversion-services-page img
{
	padding: 4px 4px 0;
    width: 300px;
}

.conversion-services-page p {
	margin-top: 0px;
	font-size: 14px;
	text-align: center;
}

.conversion-services-page a{
background: #D7B56D;
color:#fff;
font-size: 1em;
padding: 8px 60px;
text-decoration:none;
text-transform:uppercase;
/*border-radius*/
-webkit-border-radius:2px;
   -moz-border-radius:2px;
        border-radius:2px;
}

.conversion-services-page a:hover
{
	color: #fff;
	background: #D31055;
}

.conversion-services-page a.normal
{
	background:none;
	padding: 0px;
	text-decoration: underline;
	color: #3C2235;
	font-size: 14px;
	text-transform: none;
}

.conversion-services-page a.normal:hover
{
	color:#D31055;
	text-decoration: none;
}

.text-content
{
	width: 70%;
	float: left;
}
.text-content .breadcrumbs
{
	font-size: 16px;
}
.text-content ul li, .text-content ol li
{
	text-align: justify;
}

.left-menu
{
width:27%;
float: left;
padding-right: 20px;
}

.left-menu ul
{
margin-left: 0px !important;
padding-left: 0px !important;
list-style: none;
}

.left-menu ul li
{
	
	/*background: #DBDBDB;*/
	font-size: 15px;
}
.left-menu ul li ul li 
{
	/*border-top: 1px dotted #D6D6D6;*/
	/*background: linear-gradient(to top, #894978, #81326C);*/
	/*background: linear-gradient(to top, #3C2235, #3C2235);*/
	/*background: linear-gradient(to top, #5D3152, #5C3351);*/
	
}

.left-menu ul li ul li ul li 
{
	
	background: #fff;
}

.left-menu a
{
	/*padding: 3px 10px 3px 10px;*/
	display: block;
	text-decoration: none;
	/*background: url(/images/left-menu-list-icon.png) no-repeat 0 8px;*/
	
}
.left-menu .level1 > a
{
	display: block;
	text-transform: uppercase;
	height:42px; 
	line-height: 42px; width:100%; text-align:center; font-size:18px; color:#fff;position: relative;}
}


.left-menu a:hover
{
	color: #6B2E8C;
	text-decoration: underline;
}

.menu-active a
{
	color: #6B2E8C !important;
	text-decoration: underline;
}

.left-menu ul li a
{
	margin-left: 0px;
}

.left-menu ul li ul li a
{
	text-align: center;
}

.left-menu ul li ul li ul li a
{
	margin-left: 50px;
}

#call_me{width: 305px;
height:140px;
background: white;
padding: 30px;
}

#call_me label{display:inline-block; width: 80px; font-size:14px;}

#call_me input[type="text"], #call_me input[type="email"], #call_me input[type="password"], #call_me input[type="number"]{width:200px}

#call_me input[type="button"], #call_me input[type="submit"]  {margin-left: 84px; margin-top:20px;}

#to_order{width: 305px;
height:240px;
background: white;
padding: 30px;
}

#to_order label{display:inline-block; width: 80px; font-size:14px;}

#to_order input[type="text"], #to_order input[type="email"], #to_order input[type="password"], #to_order input[type="number"]{width:200px}

#to_order input[type="button"], #to_order input[type="submit"]  {margin-left: 84px; margin-top:20px;}

.other-links
{
	border-top: 2px solid #3C2235;
	padding: 0px 0px 15px 0px;
	margin-top: 10px;
}

.other-links p
{
	font-family: Cuprum;
    font-size: 1.3em;
    font-style: italic;
}

.for-footer
{
	background: #3C2235;
	color: #fff;
}

.for-footer a 
{
	color: #fff;
}

.contact
{
	display: block;
	width: 100%;
}
.contact .column
{
	border-top: 5px solid #dfdfdf;
	margin: 0 4% 0 0;
	padding: 15px 1px 30px;
	width: 45.4%;
	float: left;
}

.contact .tel abbr
{
	border: none;
	text-decoration: none;

}

.contact .tel abbr.value
{
	/*font-size: 1.2em;*/
}

.price-list table
{
	width: 100%;
	border: 1px solid #D1D1D1;
	margin-top: 15px;
	text-align: center;
}

.price-list table caption
{
	font-size: 1.3em;
	margin-bottom: 10px;
}

.price-list table tr td, .price-list table tr th
{
	border: 1px solid #D1D1D1;
}

.price-list table tr th
{
	text-align: center;
	background: #7B6074;
	color: #fff;
	vertical-align: top;
}

.price-list table .title
{
	background: #A37F99;
	color: #fff;
	text-align: center;
}

.price-list table .subtitle
{
	background: #E2D7DF;
}

.price-list table .text-left
{
	text-align: left !important;
}

.price-list ul
{
	padding: 0px 5px 0px 20px !important;
	margin:0px !important;
}

.price-list .cell-green
{
	color: #0D9B1C;
	font-weight:bold;
}
.price-list .cell-red
{
	color: #9b250d;
	font-weight:bold;
}

.download
{
	margin: 10px 0px 0px 0px;
	width: 200px;
	text-align: center;
	float: right;
}

.download a
{
	display: block;
	background: #3C2235;
    color: #FFFFFF;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
	padding: 5px 0px;
}

.download a:hover
{
	color: #FFFFFF;
	background: #d31055;
}

.conversion-bottom
{
	width: 100%;
	margin: 20px 0px;
	/*border: 1px dotted #D6D6D6;*/
}

.conversion-bottom h2, .conversion-bottom span
{
	color: #D31055;
	font-size: 1.3em;
}

.conversion-bottom h2
{
	line-height: 1.3em;
}

.conversion-bottom  p.comment
{
	font-size: 13px;
}

.conversion-bottom .text
{
	border: 5px solid #DBDBDB;
    border-radius: 30px;
    margin-left: 30px;
    padding: 0 25px;
    width: 88%;
	position: relative;
}

.conversion-bottom .text:before
{
	left: -36px;
	background: url(/images/line.jpg) no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    top: -5px;
    width: 73px;
}

.yashare-auto-init
{
	text-align: center;
}
.works
{
	width: 300px;
	float: left;
	margin: 5px 10px 0px 0px;
	text-align: center;
}

.works .item
{
	float: left;
}

.works .big img
{
	width: 299px;
}

.works .small img
{
	width: 97px;
	height: 65px;
}
.works p {
	font-size: 12px;
	font-style: italic;
	text-align: center;
}

.services-block {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
    display: table;
    margin: 0 auto;
    width: 100%;
}

.social-buttons
{
	width: 100%;
	display: table;
}

.social-buttons .item
{
	float: left;
	margin-right: 40px;
}
.social-buttons .item:first-child {
	margin-right: 0px;
}

#rtop {height: 60px; width: 468px;}

.like_button{
display: block;
width: 255px;
margin: 15px auto;
padding: 0px !important;
height: 30px;
line-height: 30px;}

.left-menu .current > a{color: #3C2235; text-decoration: underline; background: url("/images/templates/menuback_item2.png") no-repeat;}

.left-menu li a:hover{color: #3C2235; text-decoration: underline;}

.conversion-bottom h2 a {color: #ae4a84;}

span.important{color: #ae4a84;}
span.important a {color: #ae4a84;}

.left-menu ul .level2 ul{display: none}

.links { 
padding-left: 111px;
text-align: right;
}

.ServivesList.small img {width: 230px !important}

hr{margin: 17px 85px}

.action{font-weight: bold}
.action p{margin-top: 0px; margin-bottom: 0px}
.action img{width: 150px !important; margin-right: 10px;}

.actions .row{overflow: hidden;margin-bottom: 20px}

.actions .action{margin-left: 3%;}

.actions .action:nth-child(2n){/*background: #DBDBDB*/background: linear-gradient(to right, #756100, #D6BA31); color: white; border-radius: 10px; display: table-cell; vertical-align: middle}
.actions .action:nth-child(2n+1){/*background: #F4F3F3*/ background: linear-gradient(to right, #756100, #D6BA31); color: white; border-radius: 10px; display: table-cell; vertical-align: middle}

.action img{border: 2px solid #CCCCCC; padding: 1px;}

.actions .action:first-child{margin-left:0%;}


.flexslider .action{padding: 4px; overflow: hidden; width:70%; margin: auto;}
.flexslider .action img{border: 1px solid #CCCCCC; padding: 2px;}
.actions .action{width: 45%; float: left; border: 1px solid #CCCCCC; padding: 4px 10px;}

.actions_on_page .flex-direction-nav a{top:70%;}


.mycarousel.on_index{position: relative; width: 100% !important; max-width: 1310px;}
.mycarousel.on_index li{position: relative}

#f_order{position: absolute; right: 40px; top: 3px; z-index: 1000; padding: 10px 10px 0px 10px; width: 250px; height: 274px; background: rgba(220,220,220, 0.7)}


#f_order input[type="submit"]{background: #3C2235; color: white; width: 120px; height: 35px; font-size: 17px; border: none; display: block; margin: auto; margin-top: 20px;}
#f_order input[type="submit"]:hover{background: #D31055; color: white;}
#f_order p{text-align: center;}
#f_order h2{margin-top: 7px;margin-bottom: 25px;}


.content_service{max-width: 1310px; margin: auto}

.content_service .wrapper > ul > li { 
display: inline-block;
font-size: 14px;
height: 280px !important;
margin-right: 0.1%;
position: relative;
width: 16.7%;
}


.s_serv { 
background-color: rgba(220, 220, 220, 0.7);
position: absolute;
top: 3px;
padding: 10px 30px 10px;
font-size: 23px;
left: 25px;
}

.s_serv a{color: #D31055; font-style: italic; font-size: 16px;float:right}

.s_next, .s_prev{display: none}
.s_next{background: url("/images/next.png"); width: 50px; height: 50px; position: absolute; top: 120px; right: 0px; z-index: 100000; cursor: pointer}
.s_prev{background: url("/images/prev.png"); width: 50px; height: 50px; position: absolute; top: 120px; left: 0px; z-index: 100000;cursor: pointer}

.for-footer{background-color: #3C2235 !important}

#footer .wrapper{background:#3C2235 !important;}


.scrollup {
width: 110px;
height: 90px;
opacity: 0.9;
position: fixed;
bottom: 50px;
right: 10px;
display: none;
text-indent: -9999px;
background: url('/images/arrow_.png') no-repeat;
}


.main-content .text-content .WorksList ul
{
	padding: 0px;
	width: 100%;
	text-align: center;
}

.main-content .text-content .WorksList li
{
	display: inline-block;
	/*width: 33%;*/
	margin: 0px 5px 15px 0px;
	width: 230px;
	padding: 4px;
	border: 1px solid #CCCCCC;
	text-align: center !important;
	font-size: 14px;
}


.main-content .text-content .WorksList li img
{
	
    height: 145px;
	max-width:230px;
	min-width: 135px
}


.main-content .text-content .WorksList li a
{
	color: #3C2235;
    font-size: 16px;
    text-decoration: none;
}

.left-menu ul li ul li a {
color: white !important;
padding: 10px 0px;
width: 220px;
margin: auto;
}

.left-menu ul li ul li a:hover {
  background: rgba(255, 255, 255, 0.2) !important;
}

.slogan{text-align: justify; padding-bottom: 25px; border-bottom: 1px solid #CCCCCC }

.logo{width: 75% !important;}
#header .right-block{width: 25% !important;}

#header .main-menu a{display: block; padding: 5px 15px; /*background: linear-gradient(to top, #D91F63, #EF9BBA);*/ background: linear-gradient(to left, #471D3C, #3C2235); color: #AE4A84 !important; text-decoration: none}

#header .main-menu a:hover{background: #D91F63; text-decoration: underline;}

#header .main-menu ul li.active a{text-decoration: none}

#reviews-form textarea{width: 400px;}

.left-menu ul li ul li ul li
{
	
	/*background: linear-gradient(to top, #AE5897, #952978);*/
	background: linear-gradient(to top, #AE5897, #952978);
	border-radius: 0px

}


.left-menu ul > li{
/*background: linear-gradient(to left, #471D3C, #3C2235);*/
}

.left-menu ul > li a{color: white !important;}

.left-menu .like_active{background:#D91F63 }

.left-menu .current > a{ text-decoration: none}


.main-menu li.active a{background: #D91F63 !important; text-decoration: underline !important}

#sec_menu ul{margin-top: 0px !important; padding-top: 0px !important; margin-bottom: 0px !important; padding-bottom: 0px !Important}

.hidden li{overflow: hidden}

.catalog_carusel{margin: auto;}
.catalog_carusel img{border: 1px solid #CCCCCC; width: 200px; height: 150px; padding: 2px;}
.catalog_carusel li{margin-left: 4px;}

.box{width: 100%;}

a.convers_button{
background: #D7B56D;
color:#fff;
font-size: 1em;
padding: 8px 60px;
text-align: center;
text-decoration:none;
text-transform:uppercase;
-webkit-border-radius:2px;
   -moz-border-radius:2px;
        border-radius:2px;
}

a.convers_button:hover
{
	color: #fff;
	background: #D31055;
}


/* ÒÅÑÒÎÂÛÉ ØÀÁËÎÍ */

.test_main{
background-attachment: fixed;
background-image: url("http://rublevdesign.ru/images/templates/w_d.jpg");
background-position: 0% 0%;
background-repeat: repeat;

}
.test_main.test2 {
	background-image: url("http://rublevdesign.ru/images/1.jpg");
	background-size: auto;
}
.test_main.test3 {
	background-image: url("http://rublevdesign.ru/images/2.jpg");
	background-size: auto;
}
.test_main.test2 #header .header_in {
	    background: rgba(255,255,255,0.3);
}
.test_main.test2 .main-content {
	    background: rgba(255,255,255,0.3);
}
.test_main.test3 #header .header_in {
	    background: none;
}
.test_main.test3 .main-content {
	    background: none;
}
body.test2,.test2 #header .slogan, .test2 .main-content a {
color: #eaaf20;
}
.test_main #header{padding: 0px 20%;}

.test_main #header .header_in{background: rgba(0,0,0,1); padding: 0px 30px;}

.test_main .main-content{padding: 30px !important; margin: 0px 20%; background:rgba(47,47,47,1) }

#header .slogan{margin-bottom: 0px;}





@media(max-width:1980px){

	.test_main #header{
		padding: 0 30px; 
		width: 1000px; 
		background:rgba(47,47,47,1) 
	}
	.test_main #header .header_in{
		background: none
	}
	.test_main .main-content{
		margin: 0 auto !important;
	}
	
	.main-content {
		padding:10px 0;
		margin: 0 auto;
		width: 1000px;
	
}

}




.test_main #footer .wrapper, .test_main #footer{background: none !important}

.for-footer{background:rgba(47,47,47,1) !important}

.test_main #header .main-menu li{padding: 10px 0px}

.test_main #header .main-menu li:hover{}

/* ÒÅÑÒÎÂÛÉ ØÀÁËÎÍ */


.left-menu > ul{background: url('/images/templates/menuback-center.png') repeat-y; width: 240px;left: 0px; position: relative; margin-top: 50px; margin-bottom: 45px;}

.left-menu > ul::before{
		background: url('/images/templates/menuback2.png') 50% 0px no-repeat;
		height: 60px;
		width: 100%;
		display: block;
		content: '';
		position: absolute;
		top: -60px;
}
.s_serv {
	color: black;
}
.left-menu > ul::after {
		background: url('/images/templates/menuback2.png') 50% 100% no-repeat; 
		height: 35px; 
		width: 100%; 
		display: block; 
		content: ''; 
		position: absolute; 
		bottom: -35px;
}

.left-menu a{font-size: 16px;}

.left-menu .level1 a:hover{
	background: url("/images/templates/menuback_item2.png") no-repeat;
}

.test_main #header .main-menu li a{
	background: none;
	text-transform: uppercase;
	position: relative;
	padding: 5px 7px;
	font-size: 18px;
}


.test_main #header .main-menu li a::after{
	content: "|";
	position: absolute;
	font-weight: bold;
	display: inline-block;
	right: -7px;
}

.test_main #header .main-menu ul + ul li a::after{
	content:"";
}

.text-content{
	width: 730px;
	padding: 0px;
	background: url("/images/templates/content.png") repeat-y;
	position: relative;
	margin-top: 55px;
}

.left-menu { 
float: left;
padding-right: 0%;
width: 27%;
}

.text-content::before{
		background: url('/images/templates/content_top.png') top left no-repeat;
		height: 60px;
		width: 100%;
		display: block;
		content: '';
		position: absolute;
		top: -60px;
}

.text-content::after {
		background: url('/images/templates/content_top.png') bottom left no-repeat; 
		height: 35px; 
		width: 100%; 
		display: block; 
		content: ''; 
		position: absolute; 
		bottom: -35px;
}

.text_contenter{
	
	padding: 0px 40px 15px 30px;

}

