* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	
}
input,textarea{
	border:none;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:focus,textarea:focus{
	outline: none;
}
body {
	font-family:akrobat;
	font-weight:normal;
	color: #414141;
	width: 100%;
	height: 100%;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.mceContentBody {
	background: #fff;}

a {
	color: #5963d5;
	text-decoration: underline;
}

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

a:hover {
	color: #000;
	text-decoration: none;
}
.stup-li{
    position: absolute;
    left:-9999px;
}
.portfolio-item-hide{
    display: none;
}
p {
	margin: 0 0 10px
}

img {
	border: none;
}

input {
	vertical-align: middle;
}

#wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
	height: auto;
}
	
h1, h2, .h1, .h2 {
	margin-bottom: 20px;
	color: rgb(76, 62, 52); 
	font-family: Georgia, "Times New Roman", serif; 
	font-weight: 400;}
h1, .h1 {
	font-size: 29px;
	line-height: 29px;
    
}
h2, .h2 {
	font-size: 23px;
    
}
h3, .h3 {
	font-size: 19px;
    margin-bottom: 20px;
    color: rgb(76, 62, 52);
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}
.content ol{
    margin-left: 15px;
}
.content ul{
	list-style: none;
}
.content ul li{
	list-style: none;
	position: relative;
	font-family: Roboto;
    margin-bottom: 15px;
    line-height: 1.5;
}
.content ul li:after{
	content:"";
	position: absolute;
	left:-20px;
	top:50%;
	margin-top: -6.5px;
	width: 13px;
	height: 13px;
	background: #16886A;
}

.content{
	color:#414141;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5{
	color:#414141;
	font-family: Akrobat;
	text-transform: uppercase;
}
.content p,.content p span{
	font-family:Roboto;
	font-size:16px;
	color:#414141;
	line-height: 1.5;
}
.seo_content p {
    text-indent:20px;
}

div.all-more a {
	color: #6c4121;
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", serif;}

/* Header
-----------------------------------------------------------------------------*/

#header {
	height: auto;
	position: relative;

}

.verh_bg {
	position: absolute;
	width: 1045px;
	height: 317px;
	left: 0;
	top: 0;
	z-index: 1;
}

#logo {
	position: relative;
	z-index: 2;
	width: 277px;
	height: 99px;
	margin-top: 21px;
	float: left;
	top:5px;
}

#flags {
	position: relative;
	z-index: 2;
	width: 183px;
	height: 53px;
	margin-left: 55px;
	margin-top: 51px;
	float: left;
	background: url('/img/lang.png') no-repeat;
}

#vCard {
	position: relative;
	z-index: 1;
	width: 365px;
	height: 95px;
	margin-right: 0px;
	margin-top: 24px;
	float: right;
	text-align: right;
}
 
#vCard .tel {
	font-size: 16px; 
	padding: 6px 0 0px 0px; 
	color: #676767; 
	text-align: right;}
#vCard .tel .tel-address,.vCard-footer .tel .tel-address{
	font-size: 14px;
	display: inline-block;
}
#vCard .tel a, .vCard-footer .tel a {
	font-weight: bold;
}
#vCard .mail {
	font-size: 10px; 
	color: #f47e55;
	padding: 2px 0 0 90px; 
	text-align: center;}
#vCard .mail span {
	font-size: 10px;}

#menu {
	position: relative;
	z-index: 4;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px auto 0;
	width: auto;
	height: 58px;
}

#menu #nav, #shop_menu {
	width: auto;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

#menu #nav > li {
	display: inline-block;
	position: relative;
	border-bottom:3px solid transparent;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in ;
	-ms-transition: .2s ease-in ;
	-o-transition: .2s ease-in ;
	transition: .2s ease-in ;
}
#menu #nav > li:hover{
	color:#16886A;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in ;
	-ms-transition: .2s ease-in ;
	-o-transition: .2s ease-in ;
	transition: .2s ease-in ;
}
#menu #nav > li:hover>a{
	color:#16886A;
}
#menu #nav > li > a {
	font-size: 18px;
	text-decoration: none;
	padding: 0 30px;
	line-height: 55px;
	font-family: akrobat;
	color:#414141;
}

#menu #nav ul {
	display: none;
	position: absolute;
	left: 0;
	top: 43px;
	background: #FFFFFF;
	color: #000000;
	list-style: none;	
}
#menu #nav ul li { 
	border-bottom: 1px solid #E9F0E9;
	padding: 8px 8px 4px;
	width: auto;
	font-size: 17px;
	font-weight: 400;
	text-align: left;
}
#menu #nav ul li a { 
	line-height: 21px;
	padding: 0 10px;
	white-space: nowrap;
}

#menu #nav > li:hover ul {
	display: block;}

#shop_menu {
	position: relative;
	z-index: 3;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#shop_menu > li {
	display: inline-block;
	vertical-align: center;
	position: relative;
}

#shop_menu > li > a {
	display: block;
	padding: 12px 11px;
	color: #000;
	font-size: 19px;
	white-space: nowrap;
	border-radius: 10px;
	text-decoration: none;
}

#shop_menu > li:hover > a {
	background: #f2865b;
	color: #faf1e8;}

#shop_menu .subgroup {
	display: none;
	position: absolute;
	left: 0;
	top: 43px;
	background: #FFFFFF;
	color: #000000;
	list-style: none;	
}

#m_pict {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 460px;
	overflow: hidden;
}


#m_pict:after, #m_pict:before {
	content: "";
	display: block;
}

#m_pict:after {
	background-position: top right;
	bottom: 0;
	left: 0;
}

#m_pict:before {
	background-position: top left;
	bottom: 0;
	right: 0;
}

#header .price {
	position: relative;
	z-index: 2;
	float: left;
	margin-left: 66px;
	margin-top: 15px;
	width: 253px;
	height: 68px;
}





/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 3px;
	position: relative;
	padding-bottom: 40px;
	padding-top: 30px;
}


#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
	width: 100%;
	float: left;
	padding-bottom: 40px;
}

#content {

}



.bread {
    font-family:Roboto;
	font-size: 16px;
	z-index: 50;
	margin-top: 35px;
	/* white-space: nowrap; */
	margin-bottom: 35px;
    color:#414141;
}
.selected span{
    background: #FF8755;
}
.bread a {
	color: #000;
	text-decoration: none;}
.bread a:hover {
	text-decoration: underline;}

.vid {
	position: absolute; 
	top: 30px; 
	right: 65px; 
	background: url('/img/video.jpg') no-repeat; 
	width: 280px; 
	height: 32px; 
	text-align: right;
	padding-top: 6px;}
.vid a { 
	color: #FF0000;
	margin-right: 20px;}

.novinki h1, .news h1 {
	margin: 10px 0 20px;
}

.novinki .block {
	float: left;
	width: 228px;
	margin: 0 6px 10px 0;
}

.novinki .block .img {
	height: 137px;
	overflow: hidden;
	box-shadow: 0 0 5px rgba(0,0,0,0.5); /* Параметры тени */
	padding: 0px;
}

.novinki .block .title {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 15px 0 15px;
}

.novinki .block .title a {
	color: #6c4121;
	text-decoration: none;
}

.novinki .block .title a:hover {
	text-decoration: underline;;
}

.novinki .block .prs {
	text-align: center;
	background: url('/img/prs.png') no-repeat center;
	line-height: 33px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.sblock {
	float: left;
	width: 228px;
	margin: 0 6px 10px 0;
	height: 280px;
}

.sblock .img {
	height: 162px;
	overflow: hidden;}

.sblock .title {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 15px 0 15px;
}

.sblock .title a {
	color: #6c4121;
	text-decoration: none;
}

.sblock .title a:hover {
	text-decoration: underline;;
}

.sblock .prs {
	text-align: center;
	background: url('/img/prs.png') no-repeat center;
	line-height: 33px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
}

.clear {
	clear: both;}

.news {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
.allnews {
	position: absolute; 
	bottom: 15px; 
	right: 15px;
	left: 15px;
	font-size: 10px;
	text-align: center;
}
.allnews a {
	font-size: 16px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	line-height: 1.8;
	text-decoration: none;
	padding: 0 25px;
	display: inline-block;
	background-color: #FF8758;
	border-radius: 10px;
}
.allnews a:hover {
	text-decoration: underline;
}
.news .block1 {
	float: left;
	width: 265px;
	margin: 0 5px 10px 0;
	padding: 30px 30px 0 30px;
	margin-top: -30px;
	min-height: 130px;
}

.news .bfirst {
	padding: 30px 30px 0 0;
}

.news .blast {
	padding: 30px 0 0 30px;
	background: none;
}


.news .block1 .data {
	text-align: center;
	background: url('/img/data.png') no-repeat center;
	line-height: 27px;
	font-weight: 400;
	text-shadow: 0 1px 1px #fff;
	font-size: 12px;
	color: #6e5346;
	padding-bottom: 5px;
	width: 104px;
	
	
}

.news .block1 .title {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 5px 0 8px;
	line-height: 1.5;
}

.news .block1 .title a {
	color: #6e5346;
	text-decoration: none;
}

.news .block1 .title a:hover {
	text-decoration: underline;;
}

.news .block1 .desc {
	text-align: left;
	font-size: 12px;
	font-family: "Georgia";
	color: rgb(110, 83, 70);
	line-height: 2;
}

.hr {
	background: url('/img/hr_c.jpg') repeat-x; 
	height: 21px;
	position: relative;
	margin: 5px 0 10px;
}
.hr_new {
	background: url('/img/hr_c.jpg') repeat-x; 
	height: 21px;
	position: relative;
	margin: 5px 0 10px;
}
.hr_new.hr33 {
	width: 299px;
	float: left;	
}
.hr33-mid {
	margin-left: 20px;
	margin-right: 20px;
}
.hr_new:before, .hr_new:after {
	content: "";
	position: absolute;
}
.hr_new:before {
	width: 38px; 
	height: 21px; 
	background: url('/img/hr.jpg') left; 
	top: 0; 
	left: 0;
}
.hr_new:after {
	width: 38px; 
	height: 21px; 
	background: url('/img/hr.jpg') right; 
	top: 0; 
	right: 0;
}
.hr_left, .hr_right {
	position: absolute;
}
.hr_left {
	width: 38px; 
	height: 21px; 
	background: url('/img/hr.jpg') left; 
	top: 0; 
	left: 0;}
.hr_right{
	width: 38px; 
	height: 21px; 
	background: url('/img/hr.jpg') right; 
	top: 0; 
	right: 0;}

.block2, .block3, .block4, .block5 {
	float: left;
}
.about ol{
	margin-top: 20px;
}
.about ol li{
	list-style-position: inside;
	font-size:16px;
	line-height: 1.5;
	margin-bottom: 15px;
	font-family: Roboto;
}
.about .block2 {
	width: 368px;
	margin-right: 0px;
}
.about .block3 {
	width: 228px;
	margin-right: 30px;
}

.about .block3 .title {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 15px 0 15px;
}

.about .block3 .title a {
	color: #6c4121;
	text-decoration: none;
}

.about .block3 .title a:hover {
	text-decoration: underline;
}

.about .block3 p {
	color: #6c4121; 
	font-size: 12px;}

.about .block5 {
	width: 245px;
	background: url('/img/otziv3.png') no-repeat;
	position: relative;
	background-position: 100% 100%;
	margin-right: 20px;
}


.about .block4 .nameo {
	margin: 40px 0 0 40px; 
	font-weight: bold;
	width: 202px;}
.about .block4 .nameo a {
	color: #64554e;
	text-decoration: none;}
.about .block4 .nameo a:hover {
	color: #64554e;
	text-decoration: underline;}
.about .block4 .nameo span {
	font-weight: normal; 
	font-size: 12px;
	width: 202px;}
.about .block4 .data {
	color: #64554e;
	font-size: 11px;
	width: 202px;
	margin-left: 40px;}
.about .block4 .desc {
	color: #f47e55;
	margin: 10px 0 0 0;
	width: 202px; 
	height: 108px; 
	overflow: hidden; 
	font-size: 12px;
	margin-left: 40px; 
	position: relative;}

.about .block4 .desc .konec {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 25px; 
	height: 12px; 
	background: url('/img/konec.png') no-repeat;}

.about .block4 .nizo {
	position: absolute; 
	bottom: 20px; 
	right: 65px; 
	color: #f47e55; 
	font-size: 12px;}

.about .block5 .nameo {
	margin: 40px 0 0 40px; 
	font-weight: bold;
	width: 202px;}
.about .block5 .nameo a {
	color: #64554e;
	text-decoration: none;}
.about .block5 .nameo a:hover {
	color: #64554e;
	text-decoration: underline;}
.about .block5 .nameo span {
	font-weight: normal; 
	font-size: 12px;
	width: 202px;}
.about .block5 .data {
	color: #64554e;
	font-size: 11px;
	width: 202px;
	margin-left: 40px;}
.about .block5 .desc {
	color: #f47e55;
	margin: 10px 0 0 0;
	width: 202px; 
	height: 108px; 
	overflow: hidden; 
	font-size: 12px;
	margin-left: 40px; 
	position: relative;}

.about .block5 .desc .konec {
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 25px; 
	height: 12px; 
	background: url('/img/konec.png') no-repeat;}

.about .block5 .nizo {
	position: absolute; 
	bottom: 20px; 
	right: 65px; 
	color: #f47e55; 
	font-size: 12px;}

/* Footer
-----------------------------------------------------------------------------*/
.footer{
	height: 130px;
	position: relative;
	border-top:1px solid #DADADA;
	box-shadow: 1px 0px 1px 0px rgba(0,0,0,0.3);
}
#footer .btn-convert{
	position: absolute;
	top:70px;
	right:60px;
}
.vk-button:hover{
	color:#FFF;
}
.vk-button{
	width: 200px;
	height: 40px;
	background: #33526F;
	position: absolute;
	top:20px;
	right:15px;
	text-align: center;
	line-height: 40px;
	color:#FFF;
	font-family: Roboto;
	font-size: 16px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
}
.vk-button:after{
	content:"";
	background: url(../images/new-icons/vk.png);
	width: 26px;
	height: 15px;
	position: absolute;
	left:10px;
	top:50%;
	margin-top: -7.5px;
}
.footmenu {
	position: absolute;
	top: 15px;
	left: 360px;
	list-style: none;
	text-align: center;
	display: block;
	width: 630px;
}

.footmenu li {
	display: inline-block;
	margin: 0 0px 0;
	width: 120px;
	float: left;
	text-align: left;
	margin-right: 40px;
	margin-bottom: 15px;
}
.footmenu li:nth-child(4n) {
	margin-right: 0;
} 
.footmenu li.first {
	border: none;
}

.footmenu a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out ;
	-ms-transition: .2s ease-in-out ;
	-o-transition: .2s ease-in-out ;
	transition: .2s ease-in-out ;
}

.footmenu a:hover {
	color: #16886A;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out ;
	-ms-transition: .2s ease-in-out ;
	-o-transition: .2s ease-in-out ;
	transition: .2s ease-in-out ;
}

#copyright {
	color: #FFF;
	position: relative;

	width: 30%;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	top:14px;
}

.gray_button {
	background: url('/images/gray_button_l.gif') no-repeat 0 0;
	margin: 15px 0;
	height: 27px;
}

.gray_button div {
	background: url('/images/gray_button_r.gif') no-repeat 100% 0;
	height: 27px;
	float: left;
	padding-right: 10px;
}

.gray_button input {
	border: 0;
	color: #fff;
	font-family: Georgia;
	height: 27px;
	padding: 0 5px 3px 0;
	background-color: #a8a8a8;
	margin-left: 10px;
}

/* Метки */
.tags {
	font-style: italic;
	color: #a8a8a8;
	margin: 5px 15px 10px 0;
}

.tags img {
	margin: 0 5px -3px 0;
	text-align: left;
}

.tags a {
	color: #008A51;
}

/* END Метки */

/* ****************** */
#error
{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #CA1D13 dashed;
	color: #CA1D13;
	background-color: #F2EDE9;
	background: url('/hostcmsfiles/images/error.gif') no-repeat 5px 50%;
	width: 450px;
}

#message,
#status_message {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 5px 5px 25px;
	position: relative;
	font-size: 8pt;
	border-collapse: collapse;
	border: 1px #4ba749 dashed;
	color: #4ba749;
	background: url('/hostcmsfiles/images/message.gif') no-repeat 5px 50%;
	width: 450px;
}

#message p
{
	margin: 0px;
	padding: 0px;
}

/* Стили для магазина */

.shop_cart_table
{
	/* width: 100%; */
	border-spacing: 2px;
}

.shop_cart_table, .shop_cart_table td
{
	empty-cells: show;
}

.shop_cart_table td, .shop_cart_table th
{
	padding-right: 10px;
	padding-left: 5px;
	height: 25px;
	vertical-align: middle;
}

.shop_cart_table td
{
	padding-bottom: 4px;
	padding-top: 4px;
}

.shop_cart_table th
{
	text-align: left;
	border-bottom: 1px solid #d20a1c;
}

.price_table_border, .price_table_border td
{
	border-collapse: collapse;
	empty-cells: show;
	border-width: 1px;
	border-color: #C8C0A9;
	border-style: dashed;
	padding-left: 5px;
}

.hit {
	width: 40px;
	height: 40px;
	background: url('/images/hit.png') no-repeat 0 0 !important;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/hit.png');
}

/* Строки фильтра и сортировки */
.shop_block
{
	border: 1px solid #ccc;
	background: #EEE;
	padding: 5px 7px;
	margin: 10px 5px 10px 0px;
}

.shop_block a
{
	position: relative;
	z-index: 2;
}

.shop_block input, .shop_block select {
	border: 1px solid #969696;
}

.shop_block .gray_button input {
	border-width: 0;
}

.arrow_up,
.arrow_up_gray,
.arrow_down,
.arrow_down_gray {
	width: 16px;
	height: 16px;
	z-index: 1;
	float: left;
}

.arrow_up img,
.arrow_up_gray img,
.arrow_down img,
.arrow_down_gray img {
	filter: alpha(opacity=0);
}


.arrow_up
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up.png');
}

.arrow_up_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_up_gray.png');
}

.arrow_down
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down.png');
}

.arrow_down_gray
{
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/hostcmsfiles/images/arrow_down_gray.png');
}

.shop_navigation {
	list-style-type: none;
	margin: 0;
	padding: 15px 0;
}

.shop_navigation li {
	float: left;
	padding-right: 10px;
}

.shop_navigation span {
	margin-right: 10px;
	border-bottom: 1px solid #d20a1c;
}

.shop_navigation_current span {
	color: #525252;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #d20a1c;
}
/* END стили для магазина */

/* Для 1 - 2 - 3 списка информационных элементов */
.current, .page_link, .ctrl
{
	padding: 0.2em 0.5em 0.3em 0.5em;
	float: left;
	display: block;
	margin-right: 0.3em;
	background: #fff;
	float: left;
}

.page_link
{
	border: 1px solid #e7e7e7;
}
.current
{
	border: 1px solid #008A51;
	background-color: #008A51;
	color: #fff;
}

.ctrl
{
	padding: 0.5em 0.5em 0.3em 0.5em;
	font-size: 10px;
	color: #4F3327;
}

#ShowAddComment
{
	margin: 20px 0px;
	font-size: 24px;
	font-family: Akrobat;
	color:#343434;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	margin-left: 40px;
}
#ShowAddComment a{
	font-family: Akrobat;
	color:#343434;
	text-transform: uppercase;
	text-decoration: none;
}

/* ссылка "ответить" для комментария */
.c_u_l
{
	font-weight: bold;
}

/* Ответ на комментарий */
.cr
{
	display: none;
	margin: 0px 0px 10px 20px;
}

/* sub-div для дерева комментариев */
.csd
{
	margin-left: 20px;
}

.comment {
	font-family: Roboto;

	padding: 30px;
	margin-bottom: 10px;
	width: 100%;
	zoom: 1;
	position: relative;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	behavior: url('/img/border-radius.htc');
	border-top:1px solid #DCDCDC;
}
.comment-content{
	font-size:16px;
	line-height: 1.5;
}
.comment input[type="text"],
.comment input[type="file"],
.comment textarea {
	width: 100% !important;
	width: auto;
}

.comment_desc
{
	margin: 0px 0px 10px 20px;
}

.comment .tl
{

	position: absolute;

	top: 0px;
	left: 0px;
	background: url('/images/tl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tl_angle.png');
	width: 8px;
	height: 8px;
}

.comment .tr
{
	position: absolute;
	top: 0px;
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/tr_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tr_angle.png');
	width: 8px;
	height: 8px;
}

.comment .bl
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	left: 0px;
	background: url('/images/bl_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/bl_angle.png');
	width: 8px;
	height: 8px;
}

.comment .br
{
	position: absolute;
	bottom: 0px !important;
	bottom: auto;
	top: expression((parentElement.clientHeight - 8) + "px");
	right: 0px !important;
	right: auto;
	left: expression((parentElement.clientWidth - 8) + "px");
	background: url('/images/br_angle.png') repeat-x 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/br_angle.png');
	width: 8px;
	height: 8px;
}
.comment b{
	font-size: 18px;
	color:#343434 !important;
	margin-bottom: 10px;
}
.comment-city{
	margin-top: 10px;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
}
.comment-date{
	font-size:12px;
	display: block;
	margin-bottom: 10px;
}
.stars
{
	margin: 0px;
	padding: 0px;
}

.stars li
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: url('/hostcmsfiles/images/stars_gray.gif') no-repeat 0 0;
	cursor: pointer;
	list-style-type: none;
}

.stars .curr
{
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 16px;
	float: left;
	background: none;
	background: url('/hostcmsfiles/images/stars_single.gif') no-repeat 0 0;
}

.group_gallery
{
	width: 201px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	padding: 7px;
	margin: 0px 15px 25px 0px;
	/*background-color: #eee;*/
}

.group_gallery img
{
	/*	padding: 1px;
	border: 1px solid #c6bea7;*/

}

.group_gallery .t
{	
	display: none;
	position: absolute;
	top: -4px;
	left: 0px;
	background: url('/images/t_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/t_fotogroup.png');
	width: 88px;
	height: 4px;
}

.group_gallery .r
{	
	display: none;
	position: absolute;
	top: 0px;
	right: -4px;
	background: url('/images/r_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/r_fotogroup.png');
	width: 4px;
	height: 88px;
}

.group_gallery .b
{	
	display: none;
	position: absolute;
	bottom: -4px;
	right: 0px;
	background: url('/images/b_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/b_fotogroup.png');
	width: 88px;
	height: 4px;
}

.group_gallery .l
{	
	display: none;
	position: absolute;
	bottom: 0px;
	left: -4px;
	background: url('/images/l_fotogroup.png') no-repeat 0 0 !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/l_fotogroup.png');
	width: 4px;
	height: 88px;
}

#captcha
{
	padding: 0px;
	font-size: 75%;
}

#captcha, #captcha a:link, #captcha a:hover, #captcha a:visited
{
	color: #777;
}

#captcha img
{
	margin-bottom: -5px;
}

.table_border_hostcms {
	border-spacing: 2px;
}
.table_border_hostcms td
{
	padding: 6px 20px 5px 6px;
}


.table_border_hostcms th
{
	padding: 5px 20px 5px 5px;
	border-bottom: 1px solid #D20A1C;
	text-align: left;
}

hr
{
	border: 0;
	height: 1px;
	color: #dadada;
	background-color: #dadada;
}

.rss_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rss/rss_2.0.png');
}

.archives_4_ie
{
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/archives.png');
}

/* Архив файлов */
.file_archive dd {
	margin: 5px 0px 15px 0px;
}

.file_archive dt a {
	font-weight: bold;
}

/* jQuery lightbox */
#gallery { 
	clear: both;}
#gallery ul { 
	list-style: none;}
#gallery ul li { 
	display: inline;}
#gallery ul img { /*border: 5px solid #3e3e3e; border-width: 5px 5px 20px;*/}
#gallery ul a:hover img { /*border: 5px solid #fff;	border-width: 5px 5px 20px; color: #fff;*/}

/* /jQuery lightbox */


/* Сообщения */
.messages  {
	font-size: 8pt;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* .messages th {
text-align: left;
border: 1px solid #fff;  
border-bottom: 1pt solid #d20a1c;
} */

.messages .avatar {
	width: 65px;
	padding: 5px 5px
}

.messages .actions {
	padding: 0 10px
}

.msg_list td,
.messages .b_dotted {
	border-bottom: 1px dotted #8a8a8a
}

.messages .user_date {
	vertical-align: top;
	width: 115px;
	padding-right: 25px;
	text-align: right
}

.messages .datetime {
	white-space: nowrap;
	font-size: 8pt;
	color: #8a8a8a;
	text-align: right
}

.messages .prev a {
	color: #525252;
	text-decoration: none
}

.messages .status  a {
	border-bottom: none;
	color: #525252;
	text-decoration: underline;
	font-style: italic
}

#load_messages {
	color: #009BE8;
	text-decoration: underline;
	cursor: pointer
}

#messages_list .from {
	width: 140px;
	padding-right: 20px;
}

#messages_list .actions {
	width: 20px;
	
}

#message_list {
	overflow: auto;
	margin: 15px 0;
	max-height: 500px
}

#message_list .text div {
	padding: 7px 12px;
	margin: 3px 5px 2px 5px;
	white-space: pre-wrap;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

#message_list .from .text div {
	background-color: #d9edfe;
	border: 1px solid #c2dff4
}

#message_list .to .text div {
	background-color: #e1fbd2;
	border: 1px solid #daeecf
}

#send_message textarea {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px
}

.unread_from {
	background-color: #f0efeb;
}

.unread_to {
	background-color: #fafafa;
}

.messages .from .user_date a {
	// 
	color: #ec8001;
	color: #77c0f3;
	color: #009BE8;
}

.messages .to .user_date a {
	color: #7fc801;
}

.form_msg {
	background: url('/hostcmsfiles/images/add.gif') no-repeat 0 0;
	padding-left: 20px;
	margin-bottom: 15px;
	cursor: pointer;
}

.form_msg span {
	border-bottom: 1px dashed #525252;
}

#form_msg {
	background-color: #F0EFEB;
	width: 460px;
	padding: 15px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
/* END Сообщения */

/* Validate */
.validate label.input_error { 
	display: block; 
	line-height: 1.8; 
	vertical-align: top; 
	color: red; 
	font-style: italic; 
	font-size: 12px;}
.validate input.input_error { 
	border: 1px dashed #DB1905; 
	background-color: #FFFFD5;}
/* / Validate */

/* Product Tabs */
.content ul.product-tabs {
	height: 45px;
	list-style: none;
	margin:0;
}
.product-tabs li {
	float: left;
	font-size: 0.89em; 
	line-height: 1.5em;}
.product-tabs a {
	font-weight: bold;
	display: block;
	padding: 0; 
	margin-right: 0px;
	text-decoration: none;
    
}
.product-tabs a:hover {
	text-decoration: none;}
.product-tabs a span {
	display: block; 
	height: 45px;
	cursor: pointer; 
	background: #9A9A9A;
    font-size:18px;
    line-height: 45px;
    color:#FFF;
    text-decoration: none;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
    border-right:1px solid #FFF;
}
.product-collateral{
    margin-top: 30px;
}
.product-tabs a.selected span{
    background: #007659;
}
.product-tabs-content {
	border: 1px solid #e6e6e6; 
	padding: 10px;
	padding-top: 30px;
	background: #fff;
}
.product-tabs-content:after{
    content: "";
    display: table;
    clear: both;
}
.selected {
	background: #EBEBEB;
	text-decoration: none; 
	color: #5E5D5D;}
.selected:hover {
	color: #5E5D5D;}

.tbl { 
	border-collapse: collapse;
}

.tbl thead td { 
	background-color: #666666;
	color: white;
	text-align: center;
}

.tbl td { 
	padding: 5px;
	vertical-align: top;
}

.tbl tbody td { 
	background-color: #F5F5F5;
	border: 1px solid #666666;
}

.news_img {
	margin: 0 5px 5px 0;}

.content .news_title{
	font-weight: 600;
	font-size: 24px;
	margin-top: 10px;
	font-family: Akrobat;
}
.content .news_title a{
	color:#414141;
	text-decoration: none;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in ;
	-ms-transition: .3s ease-in ;
	-o-transition: .3s ease-in ;
	transition: .3s ease-in ;

}
.content .news_title a:hover{
	color:#16886A;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in ;
	-ms-transition: .3s ease-in ;
	-o-transition: .3s ease-in ;
	transition: .3s ease-in ;
}
.siteMap { 
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
}

.siteMap ul { 
	display: block;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-left: 40px;
}

.siteMap li {
	line-height: 1.5em;
	display: list-item;
}
.siteMap li a {
	font-weight: bold;
	text-decoration: underline;
}
.siteMap li ul li a {
	font-weight: normal
}


#access {
	position: absolute;
	left: -470px;
	top: 37%;}

.fadein {
	left: 0 !important;}
.fadeout {
	left: -470px !important;}

#access .inner {
	text-align: center;
	position: absolute;
	width: 450px;
	height: 180px;
	left: 50%;
	top: 35%;
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 5px 1px 10px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 5px 1px 10px rgba(50, 50, 50, 0.75);
	box-shadow: 5px 1px 10px rgba(50, 50, 50, 0.75);
	z-index: 9999;
}

#access h1 {
	color: red; 
	height: 15px;}
#access a.openpopup {
	position: absolute;
	top: 0px;
	right: -54px;
	text-decoration: none;}
#access a.close{
	color: red;
	border-bottom: 1px dashed red;
	text-decoration: none; 
	margin-left: 140px; 
	margin-top: -190px; 
	position: absolute;
	right: 10px;
    
}
.buttonleft {
    cursor: pointer;
	position: fixed;
	right: 0px;
	width:70px;
	height: 200px;
	top: 37%;
	z-index: 9999;
	background: #007659;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
	box-shadow: inset 4px 0px 0px 0px #005F46;
}
.buttonleft:hover{
	box-shadow: inset 70px 0px 0px 0px #005F46;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out ;
	-ms-transition: .3s ease-in-out ;
	-o-transition: .3s ease-in-out ;
	transition: .3s ease-in-out ;
}
.buttonleft:hover:after{
	background: url(../images/new-icons/calc-fill.png) no-repeat center;

}
.buttonleft:after{
	content:"";
	position: absolute;
	left:12px;
	top:15px;
	width: 50px;
	height: 40px;
	background: url(../images/new-icons/calculator.png) no-repeat center;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out ;
	-ms-transition: .3s ease-in-out ;
	-o-transition: .3s ease-in-out ;
	transition: .3s ease-in-out ;
}
.buttonleft a{
    display: block;
    height: 100%;
	padding-top: 65px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.buttonleft a p{
	transform: rotate(90deg);
	color: #FFF;
	font-family: Akrobat;
	font-size: 36px;
	text-decoration: none;
	width: 100px;
	line-height: 32px;
	margin-top: 28px;
	margin-left: -14px;
}
.buttonleft a p span{
	display: block;
	font-size:20px;
}

thead th { 
	background: #F4F9FE;
	color: #008A51;
	font: 700 1.2em/2em "Century Gothic", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
	text-align: center;}

th { 
	border-bottom: 1px solid #E5EFF8;
	border-left: 1px solid #E5EFF8;
	color: #678197;
	font-weight: 400;
	padding: 0.3em 1em;
	text-align: left;
}

.dszoomimage {
	text-align: center;
	background: transparent;
}
.dszoomimage a img {
	width: 200px;
	height: 120px;
	display: block;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.dszoomimage a {
	display: inline-block;
	width: 200px;
	height: 120px;
	position: relative;
}
.dszoomimage a:hover img {
	width: 587px;
	height: 347px;
	position: absolute;
	top: -200px;
	left: -90px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);
	z-index: 7;
}

.dszoomimage1 {
	text-align: center;
	background: transparent;
}
.dszoomimage1 a img {
	width: 200px;
	height: 300px;
	display: block;
	border: 0;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
.dszoomimage1 a {
	display: inline-block;
	width: 200px;
	height: 300px;
	position: relative;
}
.dszoomimage1 a:hover img {
	width: 480px;
	height: 720px;
	position: absolute;
	top: -200px;
	left: -90px;
	box-shadow: 0 10px 15px rgba(0,0,0,0.5);
	z-index: 7;
}

#form3 input, #form3 textarea {
	width: 100%;}
#form3 input[type=submit] {
	width: 120px;
	color: #8C5010;
	background-color: #FFD800;
	background: -moz-linear-gradient(top,#FFD800 0,#FFC410);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFD800),to(#FFC410));
	background: -o-linear-gradient(top,#FFD800 0,#FFC410);
	background: -ms-linear-gradient(top,#FFD800 0,#FFC410);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD800',endColorstr='#FFC410',GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD800',endColorstr='#FFC410',GradientType=0);
	background: linear-gradient(top,#FFD800 0,#FFC410);
	border-radius: 4px;
	-moz-box-shadow: 0 1px 1px rgba(119,79,0,1);
	-webkit-box-shadow: 0 1px 1px rgba(119,79,0,1);
	text-shadow: 0 1px 0 rgba(255,255,255,0.4);
	border: 0px none currentColor;
	cursor: pointer;
	font: 700 12px "Arial", sans-serif;
	margin-top: 0px !important;
	min-width: 105px;
	padding: 5px 0;
	text-align: center;
}

#form2 td {
	vertical-align: top;
	padding: 8px;}

#form2 textarea, #form2 input[type="text"], #form2 input[type="file"] { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
	transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
}

#form2 select, #form2 input[type="text"], #form2 input[type="file"] { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form2 textarea { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form2 textarea:focus,
#form2 input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/*#form2 input[type=submit] {
border-color: #c5c5c5;
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
padding: 4px 12px;
font-size: 14px;
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
*/
#form2 select { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 220px;
}

#form2 select, #form2 input[type="file"] { 
	height: 30px;
	line-height: 30px;
}

#form2 input[type="file"] {
	margin-bottom: 10px;}

#form2 .row-vertical.active, #form2 .row-vertical:hover { 
	cursor: pointer;
	opacity: 1;
}

#form2 .row-vertical { 
	margin: 0px 30px 0px 0px;
}

#form2 .row-vertical { 
	background: url("/img/vidkuh.jpg") 5px 0px no-repeat transparent;
	display: inline-block;
	opacity: 0.5;
	vertical-align: top;
	width: 90px;
}

#form2 .row-vertical label { 
	color: #ACACAC;
	display: block;
	font-size: 10px;
	padding: 90px 0px 0px;
	text-align: center;
	text-decoration: underline;
}

#form2 .row-vertical input { 
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

#form2 .row-2 { 
	background-position: -90px 0px;
}

#form2 .row-3 { 
	background-position: -180px 0px;
}

#form2 .row-4 { 
	background-position: -270px 0px;
}

#form2 .row-5 { 
	background-position: -360px 0px;
}

.td-border { 
	border-bottom: 1px solid #DDDDDD;
}


.item {

	width: 300px; 
	float: left; 
	margin: 4px 4px; 
	color: #404040; 
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	letter-spacing: normal; 
	line-height: 20px; 
	orphans: auto; 
	text-align: start; 
	text-indent: 0px; 
	text-transform: none; 
	white-space: normal; 
	widows: auto; 
	word-spacing: 0px;  
	border: 0px solid #F47E55;

}

.iitem {
	position: relative; 
	z-index: 2;
}



.image2{
	height: 80px;
}

.image2 span{
	text-transform: uppercase;
	font-weight: 900;
	padding-left: 15px;
	margin-top: 10px;
	float: left;
}

.link {
	padding: 13px 5px; 
	height: 50px; 
	overflow: hidden; 
	margin: -5px 50px 10px; 
	color: #000; 
	font-weight: 800;
	text-align: left;  
	width: 80%; 
	text-transform: uppercase; 
	margin-top: 3px;
}


.link2 {
	height: 50px; 
	overflow: hidden; 
	margin-top: -40px; 
	color: #aba8a8; 
	text-align: left;  
	width: 80%;
}

.circle {
	width: 40px;
	height: 40px;
	background: #F47E55;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	text-align: center;
}

.circle2 {
	width: 50px;
	height: 50px;
	background: #008A51;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	float: left;
	text-align: center;
}

.cfr {
	font-size: 45px;
	font-weight: bold;
	color: white;
	margin-top: 15px;
}
 
.cfr2 {
	font-size: 30px;
	font-weight: bold;
	color: white;
	margin-top: 10px;
}

.btn:focus { 
	outline: thin dotted #333333;
	outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn:active { 
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { 
	background-color: #ff5638;
	color: #FFFFFF;
}

.btn { 
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid rgba(0, 0, 0, 0.102);
	border-radius: 4px;
	border-right: 1px solid rgba(0, 0, 0, 0.102);
	border-top: 1px solid rgba(0, 0, 0, 0.102);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.749);
	vertical-align: middle;
}
.callMe .btn-success { 
	background-color: #FF8658;
	color: #FFFFFF;
	background-image: none;
	border: 0;
	padding: 7px 12px 6px;
	text-shadow: 0 0 0 #000;
	font-family: Georgia;
	font-size: 16px;
	border-radius: 10px;
}
.callMe {
	top: 115px; 
	right: 0; 
	position: absolute;}

#callBack {
	z-index: 108;
	opacity: 0.5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: #333;
}

#callForm {
	text-shadow: 0 1px #fff;
	border-bottom: 1px solid #0f8f0c;
	border-top: 1px solid #0f8f0c;
	position: fixed;
	*
	position: absolute;
	border-radius: 7px;
	right: 50px;
	top: 60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 305px;
	z-index: 109;
	background: #efefef;
	display: none;
}

#cls { 
	text-decoration: none;
}

#cls { 
	background: url("/img/close.png");
	box-shadow: 0px 1px 0px #FFFFFF;
	cursor: pointer;
	display: inline;
	float: right;
	height: 15px;
	margin: 8px 10px 0px 0px;
	width: 15px;
}

#callForm h6 { 
	border-bottom: 1px solid #E9E9E9;
	color: #019d7a;
	font-size: 12px;
	margin: 0px 0px 7px;
	padding: 8px 0px 9px 10px;
}

#callForm span {
	padding: 2px 3px 2px 9px;
	display: block;
	clear: both;
}

.call_txt {
	width: 280px !important;
	border: 1px solid #aaa;
	border-radius: 3px;
	box-shadow: 0 1px 0 #fff;
	color: #777;
	font-size: 12px;
	padding: 5px 3px !important;
}
.call_btn { 
	background: #0bc408;
	background: linear-gradient(to bottom, #0bc408 0%, #09a206 100%);
	box-shadow: 0px -1px 0px #4B5E84, 0px 1px 0px #FFFFFF;
	border: 0;
	border-top: 1px solid #87c286;
	border-right: 1px solid #0e780c;
	border-left: 1px solid #0e780c;
	border-bottom: 1px solid #0e780c;
	box-shadow: 0 -1px 0 #0e780c, 0 1px 0 #fff;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	margin: 0px;
	padding: 4px 7px 5px;
	text-shadow: 0px 1px 0px #757575;
	width: 140px;
}
.call_btn_place {
	padding-bottom: 10px !important;
	text-align: center;
}



.btn1:focus { 
	outline: thin dotted #333333;
	outline-offset: -2px;
}

/* .btn1:hover, .btn:focus, .btn:active { 
    color: #333333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
} */

/* .btn-success1:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] { 
    background-color: #ff5638;
    color: #fff;
}
 */
.btn1 { 
	background-color: #F5F5F5;
	background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
	background-repeat: repeat-x;
	border-bottom: 1px solid #B3B3B3;
	border-left: 1px solid rgba(0, 0, 0, 0.102);
	border-radius: 4px;
	border-right: 1px solid rgba(0, 0, 0, 0.102);
	border-top: 1px solid rgba(0, 0, 0, 0.102);
	box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 0px;
	padding: 4px 12px;
	text-align: center;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.749);
	vertical-align: middle;
}

.btn-success1 { 
	background-color: #fad366;
	background-image: linear-gradient(to bottom, #FDB678, #FF8456);
	background-repeat: repeat-x;
	color: #000;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.251);
	width: 240px;
	height: 50px;
	line-height: 50px;
	border-radius:10px;
	font-size:20px;
	color:#3E2115;
	text-decoration: none;
}
.btn-success1:hover{
    background-image: linear-gradient(to bottom, #FF8456, #FDB678);
}
#callMe1{
	color: red; 
	text-decoration: none;
	font-weight: bold; 
	font-family: Georgia, Arial, Tahoma; 
	font-size: 15px; 
	font-style: italic;
}

#form5 td {
	vertical-align: top;
	padding: 8px;}

#form5 textarea, #form5 input[type="text"], #form5 input[type="file"] { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
	transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
}

#form5 select, #form5 input[type="text"], #form5 input[type="file"] { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form5 textarea { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form5 textarea:focus,
#form5 input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#form5 input[type=submit] {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*
	border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#form5 select { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 220px;
}

#form5 select, #form5 input[type="file"] { 
	height: 30px;
	line-height: 30px;
}

#form5 input[type="file"] {
	margin-bottom: 10px;}

#form5 .row-vertical.active, #form2 .row-vertical:hover { 
	cursor: pointer;
	opacity: 1;
}

#form5 .row-vertical { 
	margin: 0px 30px 0px 0px;
}

#form5 .row-vertical { 
	background: url("/img/vidkuh.jpg") 5px 0px no-repeat transparent;
	display: inline-block;
	opacity: 0.5;
	vertical-align: top;
	width: 90px;
}

#form5 .row-vertical label { 
	color: #ACACAC;
	display: block;
	font-size: 10px;
	padding: 90px 0px 0px;
	text-align: center;
	text-decoration: underline;
}

#form5 .row-vertical input { 
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

#form5 .row-2 { 
	background-position: -90px 0px;
}

#form5 .row-3 { 
	background-position: -180px 0px;
}

#form5 .row-4 { 
	background-position: -270px 0px;
}

#form5 .row-5 { 
	background-position: -360px 0px;
}


#form4 td {
	vertical-align: top;
	padding: 8px;}

#form4 textarea, #form4 input[type="text"], #form4 input[type="file"] { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.071);
	transition: border 0.2s cubic-bezier(0, 0, 1, 1) 0, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0;
}

#form4 select, #form4 input[type="text"], #form4 input[type="file"] { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form4 textarea { 
	border-radius: 4px;
	color: #555555;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;
}

#form4 textarea:focus,
#form4 input[type="text"]:focus {
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

#form4 input[type=submit] {
	border-color: #c5c5c5;
	border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
	padding: 4px 12px;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*
	border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#form4 select { 
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 220px;
}

#form4 select, #form4 input[type="file"] { 
	height: 30px;
	line-height: 30px;
}

#form4 input[type="file"] {
	margin-bottom: 10px;}

#form4 .row-vertical.active, #form2 .row-vertical:hover { 
	cursor: pointer;
	opacity: 1;
}

#form4 .row-vertical { 
	margin: 0px 30px 0px 0px;
}

#form4 .row-vertical { 
	background: url("/img/vidkuh.jpg") 5px 0px no-repeat transparent;
	display: inline-block;
	opacity: 0.5;
	vertical-align: top;
	width: 90px;
}

#form4 .row-vertical label { 
	color: #ACACAC;
	display: block;
	font-size: 10px;
	padding: 90px 0px 0px;
	text-align: center;
	text-decoration: underline;
}

#form4 .row-vertical input { 
	opacity: 0;
	position: absolute;
	visibility: hidden;
}

#form4 .row-2 { 
	background-position: -90px 0px;
}

#form4 .row-3 { 
	background-position: -180px 0px;
}

#form4 .row-4 { 
	background-position: -270px 0px;
}

#form4 .row-5 { 
	background-position: -360px 0px;
}

p.date {
	font-size: 12px;
	color: #919191;}

.victory {
	position: absolute;
	bottom: 35px;
	left: 15px;
}

a[href^=tel] {
	text-decoration: none;
	color: inherit;
}
/*------slider--------*/
.bx-controls{
	bottom: 10px;
	position: absolute;
	width: 100%;
	z-index: 100;
	/*background: #02B768 none repeat scroll 0% 0%;*/
}
#m_pict .bx-pager{
	width: 200px;
	margin: 0px auto;
	text-align: center;
	padding: 0 0 5px 0;
}
#m_pict .bx-pager-item{
	display: inline-block;
}

#m_pict .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent none repeat scroll 0% 0%;
	width: 15px;
	height: 15px;
	margin: 0px 4px;
	border: 2px solid #fff;

	text-indent: -9999px;
	display: block;
	outline: 0px none;
}
#m_pict .bx-wrapper .bx-pager.bx-default-pager a:hover,
#m_pict .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff none repeat scroll 0% 0%;
    
}
#m_pict .slider-text.louisiana3 {
	position: absolute;
	width: 330px;
	height: 290px;
	top: 7px;
	right: 24px;
	background: url("/img/louisiaba3-helper.png") no-repeat left center;
}
.slider-text-subheader {
	padding-top: 28px;
	text-align: center;
	font-size: 30px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	margin-bottom: 15px;
}
.slider-text-header {
	font-size: 26px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	padding: 20px;
}
.slider-text-header:before {
	position: absolute;
	content: "";
	background: url("/img/trick.png") no-repeat center;
	left: -11px;
	right: -11px;
	height: 70px;
	top: 63px;
	z-index: 5;
}
.slider-text-header span {
	position: relative;
	z-index: 10;
}
.slider-text-simpletext {
	font-size: 11px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	line-height: 1.455;
	padding: 25px 50px;
}
.main-news {
	padding: 1px 53px 20px;
}
.main-design-order {
	padding: 1px 53px 20px;
	overflow: hidden;
}
.main-design-order.main-call-order {
	padding: 0px;
}
.main-design-order form {
	float: left;
	margin: 30px 30px 10px 45px;
	width: 450px;
	background-color: #FF8758;
	border-radius: 10px;
	padding: 10px 0;
	text-align: center;
}
.main-design-order-h {
	font-size: 22px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	line-height: 1.182;
	margin-bottom: 23px;
}

.main-design-order form input {
	font-size: 16px;
	font-family: "Georgia";
	color: rgba(110, 83, 70, 0.6);
	display: inline-block;
	border-width: 1.333px;
	border-color: rgb(208, 208, 208);
	border-style: solid;
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	width: 262px;
	height: 30px;
	margin-bottom: 10px;
	padding: 0 20px;
	outline: none;
}
.main-design-order form input[type=submit] {
	border-width: 0.133px;
	border-color: rgba(76, 62, 52, .1);
	border-style: solid; 
	border-radius: 8px;
	background-image: -moz-linear-gradient( 90deg, rgb(242,134,91) 0%, rgb(219,191,127) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(242,134,91) 0%, rgb(219,191,127) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(242,134,91) 0%, rgb(219,191,127) 100%);
	width: 240px;
	height: 32px;
	font-size: 16px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	cursor: pointer;
	margin-top: 10px;
	transition: 0.3s ease;
}
.main-design-order form input[type=submit]:hover {
	background-image: -moz-linear-gradient( 90deg, rgb(219,191,127) 0%, rgb(242,134,91) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(219,191,127) 0%, rgb(242,134,91) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(219,191,127) 0%, rgb(242,134,91) 100%);
	transition: 0.3s ease;
}
.main-design-order-right {
	float: left;
	width: 410px;
}
.main-design-order-right .main-design-order-h {
	margin-top: 50px;
	font-size: 16px;
	font-family: "Georgia";
	color: rgb(76, 62, 52);
}
.main-design-order.main-call-order .main-design-order-h{
	margin-top: 20px;
}
.main-design-order.main-call-order form {
	margin-top: 10px;
}
.main-design-order-right ol {
	list-style: none;
	counter-reset: li;
	margin-left: 25px;
}
.content .main-design-order-right ol {
	padding-left: 0;
}
.main-design-order-right ol li {
	font-size: 14px;
	font-family: "Georgia";
	color: rgb(76, 62, 52);
	line-height: 1.714;
	position: relative;
	padding-left: 7px;
}
.main-design-order-right ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 1px;
	left: -20px;
	width: 19px; 
	height: 10px;
	padding: 5px 0 4px;
	border-radius: 100%;
	background: #FF8758;

	font-size: 14px;
	font-family: "Georgia";
	color: rgb(255, 255, 255);
	line-height: 7px;
	text-align: center;
}

.main-design-order-free {
	text-align: center;
	font-size: 26px;
	font-family: "Georgia";
	color: rgb(76, 62, 52);
	margin-top: 15px;
}
.footer-search {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 30px;
}
.socials {
	left:5px;
	position: fixed;
	top:50%;
	width: 39px;
	margin-top: -232px;
}
.socials a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 10px;
	background: url(/assets/images/socials.png) no-repeat left top;
}
.vk-group {
	display: inline-block;
	width: 190px;
	height: 36px;
	background: url(/assets/images/vk-group.png);
	margin-left:100px;
	margin-top: 21px;
}
.socials a.vk {
	background-position: 0 0;
}
.socials a.tw {
	background-position: -40px 0;
	width: 39px;
}
.socials a.fb {
	background-position: -80px 0;
}						
.socials a.ok {		  
	background-position: -119px 0;
	width: 39px;
}
.socials a.gp {		  
	background-position: -158px 0;
}
.pay-system {
	position: absolute;
	top: 12px;
	left: 34px; 

}

.pay-system-item{
    width: 52px;
    height: 32px;
    display: inline-block;
    background: #000;
}
.pay-system-item1{
    background: url(/img/pay-system.png) no-repeat 0px 0px;
}
.pay-system-item2{
    background: url(/img/pay-system.png) no-repeat -56px 0px;
}
.pay-system-item3{
    background: url(/img/pay-system.png) no-repeat -114px 0px;
}
.pay-system-item4{
    background: url(/img/pay-system.png) no-repeat -0px -37px;
}
.pay-system-item5{
    background: url(/img/pay-system.png) no-repeat -56px -37px;
}
.pay-system-item6{
    background: url(/img/pay-system.png) no-repeat -114px -37px;
}
.footer .callMe {
	right: 95px;
	top: -95px;
	position: absolute;
}
.footer-invest {
	position: absolute;
	top: 25px;
	left: 95px;
}
.about .block5{
	float: left;
	background-image: none;
}
.block5 .desc img {
	display: none;
}
.block5 .nameo span {
	display: none;
}
.about .block5 .nameo {
	display: table-cell;
	margin: 0;
	width: 132px;
}
.about .block5 .data {
	display: table-cell;
	margin: 0;
	width: 70px;
	vertical-align: middle;
	text-align: right;
	background: url(/img/review-data-icon.png) no-repeat left center;
	font-size: 12px;
	font-family: "Times New Roman";
}
.about .block5 .desc {
	margin: 0px;
	color: #C59173;
	text-overflow: ellipsis;
}
.about .block5 .desc p {
	text-overflow: ellipsis;
	overflow: hidden;
}
.about .block2 {
	float: none;
	width: auto;
}
.about .block5 .desc .konec {
	display: none;
} 
.review-item {
	width: 200px;
	height: 170px;
	background: url(/img/review-item.png) no-repeat;
	padding: 20px;
}
.about .block5 .nizo {
	position: static;
	bottom: auto;
	right: auto;
	text-align: center;
}
.about .block5 .nizo a {
	font-size: 12px;
	font-family: "Times New Roman";
	color: rgb(242, 134, 91);
	text-decoration: underline;
	line-height: 2.167;
}
.block5-title {
	font-size: 24px;
	font-family: "Times New Roman";
	color: rgb(242, 134, 91);
	line-height: 1.083;
	text-align: center;
}


.block2 h1 {
	font-size: 24px;
	color: rgb(76, 62, 52);
}
.about h1,.about h2,.about h3,.about h4{
	font-family: Akrobat;
	text-transform: uppercase;
	color:#414141;
	margin-top: 25px;
	margin-bottom: 25px;
}
.content .about ul{
	margin-top: 30px;
	margin-bottom: 30px;
}
.content .about ul li{
	font-family: Roboto;
	font-size: 16px;
	margin-bottom: 10px;
}
.favorite-item {
	background: #fff; 
	overflow: hidden; 
}
.favorite-item .shop_item {
	float:left;
	position:relative;
	height: 162px;     
    overflow: hidden; 
     
    width:200px !important;
}
.shop_item:before, 
.shop_item:after {
	content: "";
    display: block;
    background: url("/img/ugol-full.png") top left no-repeat;
    height: 18px;
    position: absolute;
    width: 17px;     
    z-index: 99;
}
.shop_item:before {
	background-position: top left;
    bottom: 0;
    right: 0;
}
.favorite-item .shop_item img {
	min-height: 162px;
}
#favorite {
	position:relative;
	padding: 0px 100px;
}
#favorite-buttons {
}
#favorite-buttons div {
	cursor: pointer;
	display:inline-block;
	width:325px;    
	text-align: center;
	margin-bottom:30px;
}
#favorite-buttons div span {
	font-size: 16px;
	font-family: "Georgia";
	color: rgb(242, 134, 91);
	line-height: 1.857;
	padding:12px 20px; 
	border-radius: 10px; 
}
#favorite-buttons div.active span { 
	background: #FF8758;
	color:#fff; 
}
#favorite>.bx-wrapper {
	position:absolute;
	top:0;  
}
.shop_item:after {
	background-position: top right;
    bottom: 0;
    left: 0;
}
.shop_item_text {
	position:absolute;
	left:0;
	right:0;
	bottom:0; 
	top:0;
	background: rgba(0,0,0,.4);
	display:none;
}
.shop_item_text_wrapper {
	display: table-cell;
	width:200px;
	height:162px;
	text-align:center;
	vertical-align:middle;
}
.shop_item_text_wrapper p,
.shop_item_text_wrapper p a {
	color:#fff; 
}
.favorite-item .shop_item:hover .shop_item_text{
	display:block;
}
#favorite {
	height:162px;   
	overflow: hidden;
}
.bx-wrapper { 
	position:relative;
}
.bx-prev {
	position:absolute;
	left:-50px;
	width:11px;
	height:50px;
	top:-110px;
	background: url("/img/favorite-btn.png") no-repeat left top;
	text-indent: -9999px;
}
.bx-next {
	position:absolute;
	right:-50px;
	width:11px;
	top:-110px;
	height:50px;
	background: url("/img/favorite-btn.png") no-repeat right top;
	text-indent: -9999px;
}
/*--------end slider--------*/
.callMe .btn-success:hover {
	background-color:#E06E43;
}

.allnews a:hover {
	text-decoration:none;
	background-color:#E06E43;
}
#favorite-buttons div:hover span {
	background: #FF8758;
    color: #fff;
}
.search-box button:hover {
	text-decoration:underline;
}
.about .block5 .nizo a:hover {
	text-decoration:none;
}
.counters {
	position: absolute;
    bottom: 35px;
    right: 90px;
}
.catalog2 {
	display: inline-block;
	width:33%;
	text-align: center;
	margin-bottom: 15px;
}
.portfolio-item {
	display: inline-block;
	width: 220px;
	padding: 0 5px;
	margin-bottom: 10px;
}
span.designer_name {
    font-weight: bold;
}
.content ul,
.seo_content ul {
	margin: 0 0 10px 20px;
}
.page404{
    height: 600px;
    background: url(../images/page404.png) no-repeat center;
    text-align: center;
    padding-top: 68px;
    box-sizing:border-box;
}
.page404-title{
    font-size:200px;
    font-weight: bold;
    color:#FF181F;
    line-height: 90px;
    margin-bottom: 165px;
}
.page404-title span{
    font-size:70px;
    line-height: 75px;
    color:#343434;
}
.page404-text{
    font-size:20px;
    line-height: 26px;
}
.page404-text a{
    color:#008222;
    text-decoration: underline;
}
.side-design-order{
        padding: 1px 0px 20px;
}
.vCard-footer{
    position: absolute;
    right: 95px;
    bottom: 75px;
    font-size: 12px;
    text-align: right;
}
.open-product{
    text-align: left;
    float:left;
    margin-left: 30px;
    width: 625px;
    height: 338px;
    position: relative;
    padding-bottom: 60px;
}

.open-item-title{
    font-size:30px;
    line-height:30px;
    font-weight: normal;
    color:#414141;
    font-family:Akrobat;
    font-weight: 600;
}
body .content .open-product-price,body .content .open-product-price span{
    font-size:20px;
    font-weight: bold;
}
.open-item-description{
    min-height: 120px;
    display: block;
    font-family:Roboto;
    font-size:18px;
    line-height: 30px;
    color:#414141;
}
.open-product-img img{
    vertical-align: middle;
}
.rassrochka{
    color:#3E2115;
}
.open-product-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.open-product-img-wrap{
    position: relative;
    width: 512px;
    float:left;
    border:9px solid #E1E1E1;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.open-product-img-wrap img{
    transform:scale(1);
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -ms-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.open-product-img-wrap:hover img{
    transform:scale(1.1);
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -ms-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}
.product-img-line{
    background: #16886A;
    z-index:100;
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -ms-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}
.product-img-line:after{
    content:"";
    position: absolute;
    background: rgba(22,136,106,0.25);
}
.product-img-line-left{
    position: absolute;
    left:-9px;
    width: 9px;
    bottom:105%;
    top:-9px;
    
}

.product-img-line-bottom{
    position: absolute;
    left:0px;
    right:105%;
    height: 9px;
    bottom:-9px;
    
}
.product-img-line-right{
    position: absolute;
    width: 9px;
    right:-9px;
    bottom:0px;
    top:105%;
    
}
.product-img-line-top{
    position: absolute;
    left:100%;
    right:0px;
    height: 9px;
    top:-9px;
    
}

.open-product-img-wrap:hover .product-img-line{
    -webkit-transition: .45s ease-in-out;
    -moz-transition: .45s ease-in-out;
    -ms-transition: .45s ease-in-out;
    -o-transition: .45s ease-in-out;
    transition: .45s ease-in-out;
}

.open-product-img-wrap:hover .product-img-line-left{
    bottom:-9px;
}

.zoom-in-img{
     background-image: url(../images/new-icons/zoom-in.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top:50%;
    right:50%;
    width: 125px;
    height: 123px;
    margin-right: -100px;
    margin-top: -61.5px;
    z-index:150;
    will-change:opacity;
    opacity:0;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    
}
.open-product-img-wrap:hover .zoom-in-img{
    opacity:1;
    margin-right: -62.5px;
    -webkit-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    -ms-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -ms-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.open-product-img:after{
    position: absolute;
    background-color: rgba(225,225,225,0.6);
    background-color: rgba(22,136,106,0.35);
    opacity:0;
    content:"";
    left:0px;
    top:0px;
    bottom:0px;
    right:0px;
    -webkit-transition: .45s ease-out;
    -moz-transition: .45s ease-out;
    -ms-transition: .45s ease-out;
    -o-transition: .45s ease-out;
    transition: .45s ease-out;
    will-change:opacity;
}
.open-product-img:hover:after{
    opacity:1;
    will-change:opacity;
    -webkit-transition: .45s ease-out;
    -moz-transition: .45s ease-out;
    -ms-transition: .45s ease-out;
    -o-transition: .45s ease-out;
    transition: .45s ease-out;
}
.open-product-img-wrap:hover .product-img-line-bottom{
    right:-9px;
}
.open-product-img-wrap:hover .product-img-line-right{
    top:-9px;
}
.open-product-img-wrap:hover .product-img-line-top{
    left:0px;
}
.titler{
    font-size:28px;
    font-size: 24px;
    font-family: "Times New Roman";
    color: rgb(242, 134, 91);
    text-align: center;
    margin-bottom: 30px;
}
.carousel-img{
    height: 120px;
    display: block;
    overflow: hidden;
}
.carousel-title{
    display: block;
    margin-top: 20px;
    text-align: center;
    color:#CD831C;
    font-size:16px;
    text-decoration: none;
}
body .items-carousel{
    width: 860px;
    margin:0 auto;
}
.bx-items .bx-prev,.bx-items .bx-next{
    top:-125px;
}
.items-carousel .carousel-item{
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
.bx-items .titler{
    text-transform: uppercase;
    
}
.callMe{
    position: absolute;
    top: 60px;
    right: 0px;
    z-index:50;
}
#header{
    /* overflow: hidden; */
}
.vCard-title-wrap{
    position: relative;
    
}
.vCard-title-wrap:before{
    content:"";
    position: absolute;
    right:-15px;
    width: 9px;
    height: 8px;
    top:50%;
    margin-top: -4px;
    background: url(../images/new-icons/dropdown.png) no-repeat center;
}
.vCard-title{
    text-align: right;
    font-size:20px;
    padding-right: 20px;
    color:#5C5C5C;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#vCard{
 height: 25px;
}
/* .vCard-title:after{
    content:"";
    position: absolute;
    width: 32px;
    height: 32px;
    left:-40px;
    top:50%;
    margin-top: -16px;
    background: url(../images/icon-gps.png) no-repeat center;
} */
.vCard-wrap{
    opacity:0;
    position: absolute;
    background: #FFF;
    right:0px;
    box-sizing: border-box;
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    width: 340px;
    border:2px solid #E1E1E1;
    z-index:100;
    top:0px;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition:.3s ease-in;
    transition:.3s ease-in;
    z-index:-1;
}
.vCard-in{
    z-index:50;
    opacity:1;
    top:30px;
}
#vCard .tel a, .vCard-footer .tel a{
    font-family:Roboto;
}
.vCard-wrap:before{
    position: absolute;
    content:"";
    left:-2px;
    bottom:-2px;
    right:-2px;
    height: 4px;
    background: #16886A;
}
.vCard-wrap:after{
    content:"";
    width: 100%;
    position: absolute;
    top:-10px;
    left:0px;
    height: 10px;
}
/* .vCard-title:hover .vCard-wrap{
    opacity:1;
    top:25px;
    right:0px;
    -webkit-transition:.5s ease-out;
    -moz-transition:.5s ease-out;
    -ms-transition:.5s ease-out ;
    -o-transition:.5s ease-out ;
    transition:.5s ease-out;
    z-index:999;
} */
.bx-items{
    padding-top: 20px;
    padding-bottom: 20px;
}
.vCard-more{
    position: absolute;
    top: 22px;
    right: 3px;
    font-size: 12px; 
    text-decoration: underline;
    text-align: center;
}
/*redesign new*/
.search-box {
	position: absolute;
	z-index: 100;
	left:475px;
	width: 350px;
	height: 40px;
    
	top:85px;
}
.search-box input[type=text] {
	height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 305px;
	padding-left: 15px;
	padding-right: 15px;
	border:1px solid #DCDCDC;
	-webkit-transition:  .2s ease-in-out;
    -moz-transition:  .2s ease-in-out;
    -ms-transition:  .2s ease-in-out;
    -o-transition:  .2s ease-in-out;
    transition:  .2s ease-in-out;
}
.search-box input[type=text]:focus{
    border:1px solid #16886A;
    -webkit-transition:  .2s ease-in-out;
    -moz-transition:  .2s ease-in-out;
    -ms-transition:  .2s ease-in-out;
    -o-transition:  .2s ease-in-out;
    transition:  .2s ease-in-out;
}
.search-box input[type=submit] {
	height: 40px;
	width: 45px;
	position: absolute;
	right:1px;
	top:0px;
	font-size:0px;
	background: #16886A url(../images/new-icons/search.png) no-repeat center;
	cursor: pointer;
	z-index: 1000;
}
#menu #nav ul li a{
	font-family: akrobat;
	text-decoration: none;
	color: #313131;
}
#menu #nav li ul{
	display: block;
	opacity: 0;
	z-index: -1;
	width: 0px;
	height:0px;
	top:20px;
	-webkit-transition: top .3s ease-out,opacity .3s ease-out;
	-moz-transition: top .3s ease-out ,opacity .3s ease-out;
	-ms-transition:top .3s ease-out ,opacity .3s ease-out;
	-o-transition: top .3s ease-out ,opacity .3s ease-out;
	transition: top .3s ease-out ,opacity .3s ease-out;
	overflow: hidden;
}
#menu #nav li:hover ul{
	top:50px;
	overflow: visible;
	opacity: 1;
	z-index: 500;
	width: auto;
	height: auto;
	-webkit-transition: top .3s ease-out,opacity .3s ease-out;
	-moz-transition: top .3s ease-out ,opacity .3s ease-out;
	-ms-transition: top .3s ease-out ,opacity .3s ease-out;
	-o-transition: top .3s ease-out ,opacity .3s ease-out;
	transition: top .3s ease-out ,opacity .3s ease-out;
}
.wrapper{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
.new-titler{
	text-transform: uppercase;
	font-size: 30px;
	color:#414141;
	font-weight: 600;
	text-align: center;
}
.new-titler-wrap{
	display: inline-block;
	position: relative;
}
.crown-titler .new-titler-wrap:after,.crown-titler .new-titler-wrap:before{
	position: absolute;
	content: '';
	left:-40px;
	top:50%;
	background: url(../images/new-icons/crown.png) no-repeat center;
	width: 20px;
	height: 19px;
	margin-top: -9.5px;
}
.crown-titler .new-titler-wrap:after{
	content: "";
	left: auto;
	right: -40px;
}
.popular-titler{
	color:#FFF;
}
.popular-titler .new-titler-wrap:after,.popular-titler .new-titler-wrap:before{
	position: absolute;
	content: '';
	left:-40px;
	top:50%;
	background: url(../images/new-icons/popular.png) no-repeat center;
	width: 21px;
	height: 20px;
	margin-top: -10px;
}
.popular-titler .new-titler-wrap:after{
	content: "";
	left: auto;
	right: -40px;
}
.main-catalog{
	padding-top: 50px;
	padding-bottom: 50px;
}

.main-catalog-wrapper{
	margin-top: 60px;
	text-align: center;
}
.main-catalog-item{
	height: 325px;
	width: 280px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 25px;
}
.main-catalog-item:nth-child(4n){
	margin-right: 0;
}
.main-catalog-img{
	display: block;
	position: relative;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in ;
	-ms-transition: .3s ease-in ;
	-o-transition: .3s ease-in ;
	transition: .3s ease-in ;
	width: 280px;
	height: 272px;
	line-height: 272px;
}
.main-catalog-img img{
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out;
	-ms-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
}
.main-catalog-img:after{
	content:'';
	position: absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom: 0px;
	box-shadow: inset 0px 0px 0px 9px rgba(225,225,225,1);
	-webkit-transition: .3s ease-out;
	-moz-transition: .3s ease-out ;
	-ms-transition: .3s ease-out ;
	-o-transition: .3s ease-out ;
	transition: .3s ease-out ;
}
.main-catalog-item:hover .main-catalog-img:after{
	box-shadow: inset 0px 0px 0px 4px rgba(22,136,106,0.8);
}
.main-catalog-item:hover .main-catalog-img{
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in ;
	-ms-transition: .3s ease-in ;
	-o-transition: .3s ease-in ;
	transition: .3s ease-in ;
}
.main-catalog-item:hover .main-catalog-img img{
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-ms-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
	transform:scale(1.05);
}

.main-catalog-titler{
	text-align: center;
	margin-top:10px;
	font-size: 20px;
	color: #414141;
	display: inline-block;
}

.main-button{
	position: relative;
	height: 56px;
	line-height: 56px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
	font-weight: 300;
	color: #414141;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	display: block;
	width: 196px;
	border:2px solid #BFBFBF;
	-webkit-transition:.3s ease-out;
	-moz-transition: .3s ease-out ;
	-ms-transition: .3s ease-out ;
	-o-transition: .3s ease-out ;
	transition: .3s ease-out ;
}
.main-button:before,.main-button:after{
	-webkit-transition:.3s ease-out;
	-moz-transition: .3s ease-out ;
	-ms-transition: .3s ease-out ;
	-o-transition: .3s ease-out ;
	transition: .3s ease-out ;
	z-index: -1;
	width: 0%;
	background: #92363C;
}

.main-button:after{
	position: absolute;
	content: "";
	right:0px;
	top:0px;
	bottom: 0px;
}
.main-button:before{
	position: absolute;
	content: "";
	left:0px;
	top:0px;
	bottom: 0px;
}
.main-button:hover:before,.main-button:hover:after{
	width: 50%;	
}
.main-button:hover{
	border:2px solid #92363C;
	color:#FFF;
	-webkit-transition:color .3s ease-in;
	-moz-transition:color .3s ease-in ;
	-ms-transition:color .3s ease-in ;
	-o-transition:color .3s ease-in ;
	transition:color .3s ease-in ;
}
.popular-catalog{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
}
.popular-bg{
	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	height: 260px;
	background: #92363C;
}

.payment-inst{
	text-align: center;
	margin-top: 50px;
}
.text-add-side{
	font-weight: bold;
	font-size: 22px;
	text-transform: uppercase;
}
.main-button-red{
	border:2px solid #92363C;
	width: 290px;
	font-weight: 800;
	color: #92363C;
	font-size: 20px;
	margin-top: 18px;
}
.opinion-bg{
	height: 460px;
	background: url(../images/new-img/opinion-bg.jpg) no-repeat center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 50px;
}
body .opinion-slider{
	width: 586px;
	height: 360px;
	border:8px solid #E0E0DF;
	background: rgba(255,255,255,0.8);
	position: relative;
	float:left;
}
.opinion-wrapper{
	padding-left: 15px;
	padding-top: 22px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 360px;
	overflow: hidden;
	position: relative;
}
.opinion-titler{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
}
.opinion-text{
	font-family: Roboto;
	font-size: 16px;
	line-height: 24px;
}
.main-button-small{
	height: 36px;
	line-height: 36px;
	width: 165px;
	font-size: 16px;
}
.main-button-green{
	border:2px solid #16886A;
}
.opinion-slider .main-button{
	position: absolute;
	right:10px;
	bottom:10px;

}
.opinion-slider .main-button:hover{
	color:#FFF;
}
.opinion-slider .bx-prev{
	display: none;
}
.opinion-slider .bx-next{
	position: absolute;
	right: -42px;
	height: 60px;
	width: 34px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	top: 50%;
	margin-top: -30px;
	background-color: #D7D6D6;
	background-image: url(../images/new-icons/opinion-right.png);
	background-repeat:no-repeat;
	background-position: center;
}
.opinion-slider .bx-controls{
	position: initial;
}
.form-standart{
	width: 470px;
	height: 375px;
	float: right;
	text-align: center;
	box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1);
	background-color: rgba(76,76,76,0.95);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.solid-line,#m_pict .form-standart blockquote{
	height: 75px;
	line-height: 75px;
	display: block;
	width: 100%;

	color:#FFF;
	margin-top: 40px;
	margin-bottom: 25px;
}
.solid-line span,#m_pict .form-standart blockquote span{
	font-size: 36px;
	color:#FFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 2px solid #FFF;
	text-shadow: 0.669px 0.743px 5px rgba( 0, 0, 0,0.3 );

}
.form-standart input[type="text"]{
	width: 80%;
	height: 45px;
	line-height: 45px;
	border:none;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 5%;
}

.solid-red,#m_pict .form-standart blockquote{
	background-color: #BC2E37;
}

.press-button{
    display: block;
	width: 240px;
	background-color: #007659;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	font-size: 18px;
	color:#FFF;
	font-family: Roboto;
	font-weight: 300;
	box-shadow: 0px 4px 3px 0px #005F46;
	-webkit-transition: .15s ease-in-out;
	-moz-transition: .15s ease-in-out ;
	-ms-transition: .15s ease-in-out ;
	-o-transition: .15s ease-in-out ;
	transition: .15s ease-in-out ;
	position: relative;
	top:0px;
	cursor: pointer;
	margin-top: 10px;
	text-decoration: none;
    text-transform:none;
}
.press-button:hover{
	top:3px;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out ;
	-ms-transition: .2s ease-in-out ;
	-o-transition: .2s ease-in-out ;
	transition: .2s ease-in-out ;
	box-shadow: 0px 1px 3px 0px #005F46;
    color:#FFF;
}
.about{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
	padding-bottom: 40px;
}

.about p{
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.5;
}
.footer .wrapper{
	position: relative;
}
.last-footer{
	background: #92363C;
	height: 50px;
	position: relative;
}
.footer #logo{
	margin-top: 30px;
	top:15px;
}
.btn-convert:after{
    content:"";
    position: absolute;
    right:-45px;
    top:0px;
    width: 45px;
    height: 40px;
    background-color: #007659;
    background-image:url(../images/new-icons/call.png);
    background-repeat: no-repeat;
    background-position: center;
}
#header .btn-convert{
    position: absolute;
    right:40px;
    top:85px;
}
#header .wrapper{
    position: relative;
}
.btn-convert:hover{
    color:#FFF;
}
.btn-convert{
    position: relative;
    width: 155px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    text-decoration: none;
    font-family:Roboto;
    font-size:16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #16886A;
    display: block;
    color:#FFF;
    text-align: left;
    z-index:100;
}
.header-pi{
    font-size:20px;
    text-transform: uppercase;
    height: 37px;
    line-height: 37px;
    color:#414141;
    width: 344px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: absolute;
    top:25px;
    left:475px;
    border:2px solid #16886A;
}
.header-pi1{
    font-size:16px;
    text-transform: uppercase;
    height: 37px;
    line-height: 37px;
    color:#414141;
    width: 167px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: absolute;
    top:25px;
    left:475px;
    border:2px solid #16886A;
}

.header-pi2{
    font-size:16px;
    text-transform: uppercase;
    height: 37px;
    line-height: 37px;
    color:#414141;
    width: 167px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: absolute;
    top:25px;
    left:653px;
    border:2px solid #16886A;
}

#m_pict .form-standart{
    position: absolute;
    left:6%;
    top:55px;
    height: 320px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
}
#m_pict .form-standart{
    font-weight: bold;
    font-size:40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color:#FFF;
    text-shadow:0.669px 0.743px 5px rgba( 0, 0, 0,0.3 );
}
#m_pict .form-standart .solid-line,#m_pict .form-standart blockquote{
    margin-top: 10px;
}
#m_pict .solid-line span,#m_pict .form-standart blockquote span{
    font-size:44px;
}
.form-standart p{
    margin-bottom: 0;
}
blockquote p{
    margin-bottom: 0;
}
.side-catalog-item{
    width: 550px;
}
.side-catalog-item .main-catalog-img{
    float:left;
    width: 280px;
    margin-right: 15px;
}
.side-catalog-links{
    float:left;
    text-align: left;
    width: 255px;
}
.prs.cross-line{
        font-size: 20px;
    color: #b0373f;
    font-weight: 600;
    position: relative;
    margin-top: 15px;
}
.price-raspr {
    position: absolute;
    text-decoration: line-through;
    text-align: center;
    width: 100%;
    top: -20px;
    font-size: 16px;
    font-weight: 700;
    color:#005F46;
}
.side-catalog-item{
    margin-right: 60px;
    height: 274px;
    overflow: hidden;
    margin-bottom: 30px;
}
.side-catalog-item:nth-child(2n){
    margin-right: 0;
}
.side-catalog-item .main-catalog-titler{

    font-size:26px;
    font-weight: bold;
    color:#414141;
    text-decoration: none;
    margin-bottom: 20px;
    text-align: left;
}
.side-links{
    text-align: left;
}
.side-links a{
    display: block;
    font-family:Roboto;
    font-weight: 300;
    color:#414141;
    text-decoration: none;
    margin-bottom: 10px;
    
}
.side-catalog-wrapper{
    text-align: left;
}
.rassro4ka-bg{
    position: relative;
}
.rassro4ka{
    position: absolute;
    width: 490px;
    height: 315px;
    border:9px solid #E1E1E1;
    background: url(../images/new-img/rassro4ka.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    text-align: center;
    left:70px;
    top:70px;
}
.rassro4ka .main-button{
    position: absolute;
    right:25px;
    bottom:35px;
}
.rassro4ka-title{
    font-size:40px;
    color:#343434;
    text-transform: uppercase;
    font-weight: bold;
}
.header-side{
    position: relative;
}

.header-side:after{
    position: absolute;
    content:"";
    left:0%;
    right:0%;
    bottom:0px;
    height: 1px;
    background: #DADADA;
    box-shadow:1px 1px 0px 0px rgba(0,0,0,0.05);
}
.open-item-price-block{
    float:right;
    position: absolute;
    right:0px;
    bottom:0px;
}
.open-item-share{
    float:left;
    position: absolute;
    left:0px;
    bottom:0px;
}
.press-button-open{
    text-align: center;
    font-style: normal;
    box-shadow: 0px 4px 0px 0px #005F46;
}
.press-button-open:hover{
    box-shadow: 0px 2px 1px 0px #005F46;
}
.main-catalog-wrapper .bx-wrapper{
    overflow: hidden;
}
.main-catalog-wrapper .bx-prev{
    left:-25px;
    width: 60px;
    height: 60px;
    border-radius:60px;
    top:-205px;
    background-color:#E1E1E1;
    background-image: url(../images/new-icons/popular-prev.png);
    background-position: 35px center;
}
.main-catalog-wrapper .bx-next{
    right:-25px;
    width: 60px;
    height: 60px;
    border-radius:60px;
    top:-205px;
    background-color:#E1E1E1;
    background-image: url(../images/new-icons/popular-right.png);
    background-position: 25px center;
}
#footer #logo{
	margin-top: 0;
}
.main-titler-wrap{
	text-align: center;
}
.main-titler{
	margin-top: 0;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: Akrobat;
	text-transform: uppercase;
}
.main-opinion-titler{
	text-transform: uppercase;
	font-family: Akrobat;
	color:#414141;
	font-size: 30px;
	position: relative;
}
.main-opinion-titler:after{
	content:"";
	position: absolute;
	left:-40px;
	top:3px;
	width: 22px;
	height: 20px;
	background: url(../images/new-icons/opinion.png) no-repeat center;
}
.main-opinion-titler:before{
	content:"";
	position: absolute;
	right:-40px;
	top:3px;
	width: 22px;
	height: 20px;
	background: url(../images/new-icons/opinion-main-right.png) no-repeat center;
}
.main-reviews{
	padding-left: 40px;
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-news-block{
	width: 370px;
	height: 480px;
	display: inline-block;
	margin-bottom: 30px;
	vertical-align: top;
	margin-right: 30px;
}
.main-news-block:nth-child(3n){
	margin-right: 0;
}
.main-news-block .main-catalog-img{
	height: 250px;
	line-height: 245px;
	width: 100%;
	text-align: center;
}
.main-news-block .main-catalog-img img{
	vertical-align: middle;
	display: inline-block;
	margin:auto;
	transform:scale(0.95);
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.main-news-block:hover .main-catalog-img:after{
	box-shadow: inset 0px 0px 0px 4px rgba(22,136,106,1);
}
.main-news-block:hover img{
	transform:scale(1);
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease ;
	-ms-transition: .3s ease ;
	-o-transition: .3s ease ;
	transition: .3s ease ;
}

.fancybox-skin{
	background: none !important;
	padding: 0;
	box-shadow: none !important;
}
#order{
	width: 400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 70px;
	padding-bottom: 20px;
	padding-left: 10%;
	padding-right: 10%;
	background: #FFF;
	position: relative;
}
#modal-header{
	position: absolute;
	left:0px;
	top: 0px;
	height: 50px;
	line-height: 55px;
	width: 100%;
	background: #16886A;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10%;
	text-transform: uppercase;
	color:#FFF;
	font-size: 18px;
}
body .fancybox-close{
	top:15px;
	right:15px;
	background: #007659;
	height: 50px;
	line-height: 50px;
	width: 50px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}
body .fancybox-close:after{
	content:"x";
	color:#FFF;
	font-size: 24px;
	text-decoration: none;
}
#order .form-group{
	margin-bottom: 20px;
}
.form-group input,.form-group textarea{
	width: 100%;
	border-bottom: 2px solid #E0E0DF;
}
.form-group input{
	height: 30px;
	line-height: 30px;
}
.content .product-collateral   ul li:after{
	content: none;
}
#order .control-label{
	position: relative;
	left:0px;
}
.side-catalog-item2{
    margin-bottom: 65px;
    height: 350px;
}
.side-catalog-item2 .main-catalog-titler{
    text-decoration: none;
    margin-bottom: 10px;
    font-size:24px;
}
.side-catalog-item2 .side-catalog-links{
    text-align: center;
}
#menu #nav li ul{
    -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.1);
}
body .content .raspr-price{
    text-decoration: line-through;
    position: absolute;
    left: 65px;
    top: -20px;
    color: #005f46;
    font-weight: 600;
}
.catalog-portfolio-item{
    height: auto;
    vertical-align: top;
    text-align: left;
}
.side-catalog-item2.catalog-portfolio-item .side-catalog-links {
    text-align: left;
}

#form2{
        width: 750px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #005F46;
}
.main_phone_block{
        font-size: 24px;
    font-weight: bold;
    display: block;
}
