/*@font-face {
    font-family: 'NeoSansPro';
    src: url('../fonts/neosanspro-regular.eot');
    src: url('../fonts/neosanspro-regular.eot') format('embedded-opentype'),
         url('../fonts/neosanspro-regular.woff') format('woff'),
         url('../fonts/neosanspro-regular.ttf') format('truetype'),
         url('../fonts/neosanspro-regular.svg#neosanspro-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.eot');
    src: url('../fonts/calibri.eot') format('embedded-opentype'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('truetype'),
         url('../fonts/calibri.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'lhfavalanche';
    src: url('../fonts/lhf_avalanche.eot');
    src: url('../fonts/lhf_avalanche.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lhf_avalanche.woff2') format('woff2'),
         url('../fonts/lhf_avalanche.woff') format('woff'),
         url('../fonts/lhf_avalanche.ttf') format('truetype'),
         url('../fonts/lhf_avalanche.svg#lhfavalanche') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    height:100%;
    min-height:100%;
}

header{
    width: 1090px;
    margin: 0 auto;
}

body {
	
	background: url("../images/bg-body_new.png") repeat-x scroll 100% 0 ;
	background: url("../images/body.png") repeat-y scroll 100% 0 ;
	color: #464646;
	font-family: 'calibri', 'Arial', 'Helvetica', sans-serif;
    font-size: 20px;
	line-height: 30px;
    margin: 0;
}

.wrap-kishenya {
	background: url("../images/background_md.png") no-repeat scroll 50% 100% #fff;
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: 100%;
	padding: 0 0 95px;
	background-attachment:fixed;
}

h1,h2,h3,h4,h5,h6 {margin:0;padding:0}
h3 {
	margin: 0 0 30px;
}

h6 {
  color: #c6c6c6;
  padding: 4px;
}

.mail_link a{
	color: #5654b1 !important;
	text-decoration: none;
}

a { color: #58af56; text-decoration: underline; }
a:visited { color: #58af56; text-decoration: underline; }
a:hover { color: #58af56; text-decoration: none; }
a img {border: 0 none;}
.link {color:#9cd84b;cursor:pointer;}

.wrap {
    height: auto !important;
    min-height: 100%;
	min-width: 980px;
}
.wrap-container {
    height: 100%;
    padding: 0 0 10px;
}
.footer {

    height: 545px;
    margin-top: 0px;
}

.clear { clear: both; height: 0; }
.left {float: left;}
.right {float: right;}
.hidden {display:none;}
ul{margin:0;padding:0 0 30px;}
li{
	background: url("../images/medals-circle-small.png") no-repeat scroll 9px 10px transparent;
    font: normal 20px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	list-style-type:none;
	margin: 0;
	padding: 0 0 10px 35px;
}
p{margin: 0;}
table{border-spacing:0}
table td{padding:0;vertical-align:top;}

input{margin:0;padding:0}
input:focus, textarea:focus, a:focus, div:focus {outline:none;}
input{color: #000; font-family: verdana;font-size:12px;}
textarea {color: #000; font-family: verdana;font-size:12px;resize: none;}
input::-webkit-input-placeholder {color: #a8a8a8;font-style: italic;}
input:-moz-placeholder {color: #a8a8a8;font-style: italic;}
textarea::-webkit-input-placeholder {color: #a8a8a8;font-style: italic;}
textarea:-moz-placeholder {color: #a8a8a8;font-style: italic;}
input:focus::-webkit-input-placeholder {color: #a8a8a8;font-style: italic;}
input:focus:-moz-placeholder {color: #a8a8a8;font-style: italic;}
textarea:focus::-webkit-input-placeholder {color: #a8a8a8;font-style: italic;}
textarea:focus:-moz-placeholder {color: #a8a8a8;font-style: italic;}


.content {
	margin: 0 auto;
	width: 1090px;
}



.icon-social-link {
	position: fixed;
	right: 0;
	top: 181px;
	width: 51px;
	z-index: 400;
}
.icon-social-link .custom {
	position: relative;
}
.icon-social-link p {
	margin: 0;
	padding: 0;
}
.icon-social-link a {
	display: block;
	height: 51px;
	margin: 0 0 3px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 51px;
}
.icon-social-link a.facebook {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 0 transparent;
	top: 0;
}
.icon-social-link a.vk {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 -54px transparent;
	top: 54px;
}
.icon-social-link a.youtube {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 -108px transparent;
	top: 108px;
}
.icon-social-link a.mail {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 -162px transparent;
	top: 162px;
}
.icon-social-link a.feedback {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 -216px transparent;
	top: 216px;
}
.icon-social-link a.app {
	background: url("../images/icon-social-link.png") no-repeat scroll 0 -270px transparent;
	top: 270px;
}




/* HEADER */
.header {
}
.header-top {
	padding: 0 0 31px;
}
.header-logo {
	background: url("../images/logo.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 53px;
	margin: 22px 0 0 29px;
	width: 231px;
}
div.header-language {
	margin: 0 12px 0 0;
}
div.header-language div.mod-languages ul.lang-block li {
	background: #47aa43;
	border-radius: 0 0 4px 4px;
	display: inline-block;
	height: 74px;
	margin: 0 0 0 -2px;
	padding: 0;
	text-align: center;
	width: 60px;
}
div.header-language div.mod-languages ul.lang-block li.lang-active {
	background: #ffc222;
}
div.header-language div.mod-languages ul.lang-block li a {
	color: #fff;
	display: block;
	font: normal 16px/16px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 42px 0 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.header-user {
	background: #707073;
    border-radius: 0 0 4px 4px;
    display: inline-block;
    height: 74px;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 250px;
}
.header-user a h4 {
	color: #fff;
    display: block;
    font: normal 16px/16px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 22px 0px 0px 28px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.header-user a h6 {
	text-decoration: none;
    color: #fff;
    font: normal 16px/16px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 1px 0px 0px 28px;
    text-align: left
}

.header-user a {
	text-decoration: none;
}

.header-whishlist {
	background: url("../images/header-whishlist-icon.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 35px;
	margin: 31px 35px 0 0;
	position: relative;
	width: 35px;
}
.header-whishlist span {
	background: #47aa43;
	border-radius: 50%;
	color: #fff;
	display: block;
	font: normal 12px/12px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 16px;
	padding: 4px 0 0;
	position: absolute;
	right: -7px;
	text-align: center;
	top: -9px;
	width: 20px;
}
.header-hot-line {
	color: #47aa43;
	font: bold 30px/30px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 15px 70px 0 70px;
}
.header-hot-line h3 {
	color: #47aa43;
	font: normal 23px/23px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 5px;
}
.header-hot-line p {
	margin: 0;
}



.header-bottom {
	margin: 0 0 39px;
	position: relative;
}
.menu-main {
	margin: 0 0 0 12px;
}
.menu-main ul {
	margin: 0;
	padding: 0;
}
.menu-main ul li {
	background: none;
	display: inline-block;
	margin: 0 0 0 -4px;
	padding: 0;
	width: auto;
	zoom: 1;
}
.menu-main ul li a,
.menu-main ul li span {
	color: #5a5a5b;
	cursor: pointer;
	display: block;
	font: normal 21px/21px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 33px;
	padding: 13px 19px 0;
	text-decoration: none;
}
.menu-main ul li a:hover,
.menu-main ul li span:hover {
	color: #47aa43;
}
.menu-main ul li.current a,
.menu-main ul li.current span {
	background: #47aa43;
	border-radius: 24px;
	color: #fff;
}
.menu-main ul li ul.nav-child {
	background: url("../images/bg-menu-main-submenu.png") no-repeat scroll 0 8px transparent;
	border-bottom: 2px solid #47aa43;
	border-radius: 3px;
	display: none;
	left: 0;
	margin: 0;
	padding: 36px 0 17px 39px;
	position: absolute;
	right: 0;
	top: 46px;
	z-index: 12;
}
.menu-main ul li.item-240 ul.nav-child,
.menu-main ul li.item-108 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-2.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-130 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-3.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-109 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-4.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-131 ul.nav-child,
.menu-main ul li.item-132 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-5.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-110 ul.nav-child,
.menu-main ul li.item-111 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-6.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-123 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-7.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li.item-114 ul.nav-child {
	background: url("../images/bg-menu-main-submenu-8.png") no-repeat scroll 0 8px transparent;
}
.menu-main ul li ul.nav-child li {
	/*
	border-right: 2px solid #c6c6c6;
	height: 34px;
	margin: 0 30px 0 0;
	padding: 0 22px 5px 0;
	width: 305px;
	*/
	display: block;
	margin: 0;
	padding: 0;
	width: 329px;
}
.menu-main ul li ul.nav-child li.item-left {
	float: left;
}
.menu-main ul li ul.nav-child li.item-right {
	float: right;
	width: 359px;
}
.menu-main ul li ul.nav-child li.item-center {
	float: left;
}
.menu-main ul li ul.nav-child li.item-right a,
.menu-main ul li ul.nav-child li.item-center a,
.menu-main ul li ul.nav-child li.item-239.item-left a,
.menu-main ul li ul.nav-child li.item-247.item-left a {
	border-left: 2px solid #c6c6c6;
	padding-left: 30px;
}
.menu-main ul li ul.nav-child li.item-236.item-center,
.menu-main ul li ul.nav-child li.item-244.item-center {
	float: right;
	width: 359px;
}
/*.menu-main ul li ul.nav-child li.item-239.item-center a,
.menu-main ul li ul.nav-child li.item-247.item-center a {
	float: left;
}
.menu-main ul li ul.nav-child li.item-379.item-center,
.menu-main ul li ul.nav-child li.item-383.item-center {
	float: right;
	width: 359px;
}*/

/*.menu-main ul li ul.nav-child li:nth-child(3n) {
	border: 0 none;
	margin: 0;
}*/
.menu-main ul li ul.nav-child li a {
	/*
	background: none;
	color: #5a5a5b;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0;
	*/
	background: none;
	border-radius: 0;
	color: #5a5a5b;
	display: block;
	height: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 0 5px 0;
}
.menu-main ul li ul.nav-child li a.noborder {
	border-right: 0 none;
	margin: 0;
	padding-right: 2px;
}
.menu-main ul li ul.nav-child li a:hover {
	color: #47aa43;
}
.menu-main ul li ul.nav-child li.current a {
	color: #47aa43;
}
.menu-main ul li ul.nav-child li.current.alias-parent-active a {
	color: #5a5a5b;
}
.menu-main ul li ul.nav-child li.current.alias-parent-active ul.nav-child li a {
	color: #959595;
}
.menu-main ul li ul.nav-child li.current.alias-parent-active ul.nav-child li.current a {
	color: #47aa43;
}

.menu-main ul li ul.nav-child li ul.nav-child {
	background: none;
	border: 0 none;
	padding: 0;
	position: inherit;
}
.menu-main ul li ul.nav-child li ul.nav-child li {
	/*
	border-right: 2px solid #c6c6c6;
	height: 24px;
	margin: 0 30px 0 0;
	padding: 0 20px 5px 0;
	width: 305px;
	*/
}
.menu-main ul li ul.nav-child li ul.nav-child li a {
	color: #959595;
	font-size: 17px;
	height: auto;
	line-height: 22px;
}
.menu-main ul li ul.nav-child li ul.nav-child li a:hover,
.menu-main ul li ul.nav-child li.current.deeper ul.nav-child li a:hover {
	color: #47aa43;
}
.menu-main ul li ul.nav-child li.current.deeper ul.nav-child li a,
	color: #959595;
}
.menu-main ul li ul.nav-child li.current ul.nav-child li.current a {
	color: #47aa43;
}






.submenu {
}
.wrapsubmenu {
	padding: 57px 50px 0;
}
.submenu ul {
	display: table;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	margin: 0 0 60px;
	padding: 0;
	width: 100%;
}
.submenu ul li {
	background: none;
	border-right: 1px solid #d3d3d3;
	display: table-cell;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 50%;
}
.submenu ul li:last-child {
	border: 0 none;
}
.submenu ul li.active {
	background: #47aa43;
}
.submenu ul li a {
	color: #656566;
	display: block;
	font: normal 22px/27px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 55px;
	padding: 27px 0 0;
}
.submenu ul li.active a {
	color: #fff;
}

.submenu ul.menu-rent li a {
	height: 68px;
	padding: 14px 100px 0;
}
.submenu ul.menu-three li {
	width: 33%;
}
.submenu ul.menu-three li a {
	/*height: 68px;
	padding: 14px 50px 0;*/
}
.submenu ul.menu-provider li {
	width: 25%;
}
.submenu ul.menu-provider li a {
	height: 68px;
	padding: 14px 50px 0;
}




.header-select-city,
.contact-select-city,
.contact-select-shop,
.job-select-city,
.job-select-shop {
	position: relative;
}
.header-select-city .value,
.contact-select-city .value,
.contact-select-shop .value,
.job-select-city .value,
.job-select-shop .value {
	background: url("../images/select-city-arrow.png") no-repeat scroll 191px 16px #fff;
	border: 1px solid #d3d3d3;
	border-radius: 2px;
	color: #5a5a5b;
	cursor: pointer;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 43px;
	margin: 2px 10px 0 0;
	width: 227px;
}
.contact-select-city .value,
.contact-select-shop .value,
.job-select-city .value,
.job-select-shop .value {
	background-position: 191px -34px;
	border: 1px solid #fec221;
	border-radius: 22px;
}
.contact-select-city .value.open,
.contact-select-shop .value.open,
.job-select-city .value.open,
.job-select-shop .value.open {
	background-color: #fec221;
	background-position: 191px -84px;
	color: #fff;
	font-weight: bold;
}
.header-select-city .value div,
.contact-select-city .value div,
.contact-select-shop .value div,
.job-select-city .value div,
.job-select-shop .value div {
	height: 22px;
	overflow: hidden;
	padding: 10px 0 0 19px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 170px;
}
.header-select-city .select,
.contact-select-city .select,
.contact-select-shop .select,
.job-select-city .select,
.job-select-shop .select {
	background: url("../images/bg-header-select-citys.png") no-repeat scroll 0 0 transparent;
	display: none;
	height: auto;
	left: -1px;
	position: absolute;
	top: 51px;
	width: 234px;
	z-index: 100;
}
.contact-select-shop .select {
	height: auto;
}
.header-select-city .select .select-city-wrapper,
.contact-select-city .select .select-city-wrapper,
.contact-select-shop .select .select-shop-wrapper,
.job-select-city .select .select-city-wrapper,
.job-select-shop .select .select-shop-wrapper {
	overflow: hidden;
	padding: 27px 4px 4px 2px;
}
.header-select-city .select .select-city-wrapper ul,
.contact-select-city .select ul,
.contact-select-shop .select ul,
.job-select-city .select ul,
.job-select-shop .select ul {
	margin: 0;
	padding: 0;
}
.header-select-city .select ul li,
.contact-select-city .select ul li,
.contact-select-shop .select ul li,
.job-select-city .select ul li,
.job-select-shop .select ul li {
	background: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	white-space: normal;
}
.header-select-city .select ul li a,
.contact-select-city .select ul li a,
.contact-select-shop .select ul li a,
.job-select-city .select ul li a,
.job-select-shop .select ul li a {
	color: #656566;
	display: block;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 10px 27px 14px;
	text-decoration: none;
}
.header-select-city .select ul li a:hover,
.contact-select-city .select ul li a:hover,
.contact-select-shop .select ul li a:hover,
.job-select-city .select ul li a:hover,
.job-select-shop .select ul li a:hover {
	background: #ffc222;
	color: #fff;
}
.header-select-city .select ul li.active a,
.contact-select-city .select ul li.active a,
.contact-select-shop .select ul li.active a,
.job-select-city .select ul li.active a,
.job-select-shop .select ul li.active a {
	background: #47aa43;
	color: #fff;
	/*height: 38px;
	padding: 14px 27px 0;*/
}






/* SLIDER */

.slider {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px 1px #e3e7e9;
	height: 422px;
	margin: 0 auto 26px;
	overflow: hidden;
	position: relative;
	width: 1070px;
}
.slider .tabs-contents {
	height: 362px;
	overflow: hidden;
}
.slider .tabs-hd {
	display: table;
	height: 60px;
	margin: 0 auto;
	width: 960px;
}
.slider .tabs-hd .itemMain {
	color: #5a5a5b;
	display: table-cell;
	font: normal 20px/17px 'calibri', 'Arial', 'Helvetica', sans-serif;
	text-align: center;
	vertical-align: middle;
}
.slider .tabs-hd .itemMain.active {
	background: url("../images/bg-top-b-menu-arrow.png") no-repeat scroll 50% 2px transparent;
}
.slider .tabs-hd .divCatName {
	cursor: pointer;
	display: table;
	width: 100%;
}
.slider .tabs-hd .itemMain .catName {
	display: table-cell;
	height: 46px;
	vertical-align: middle;
}
.slider .tabs-hd .itemMain.active .catName {
	background: #47aa43;
	border-radius: 22px;
	color: #fff;
}
.slider .tabs-hd .itemCnt {
	display: none;
	position: absolute;
	right: 30px;
	top: 321px;
	text-align: right;
	width: 200px;
	z-index: 8;
}
.slider .tabs-hd .itemMain.active .itemCnt {
	display: block;
}
.slider .tabs-hd .itemCnt .item {
	background: #ffc222;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	height: 16px;
	width: 16px;
}
.slider .tabs-hd .itemCnt .item.one {
	position: absolute;
	right: -50px;
}
.slider .tabs-hd .itemCnt .flex-active {
	background: #47aa43;
}










.home-line-cell {
	padding: 0 11px 26px 9px;
}
.home-line-cell .item {
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px 1px #e3e7e9;
	display: inline-block;
	height: 325px;
	margin: 0 9px 26px 0;
	overflow: hidden;
	vertical-align: top;
	width: 255px;
}
.home-line-cell .item.mr0 {
	margin: 0;
}
.home-line-cell .item.big {
	margin: 0 2px 26px;
	width: 528px;
}
.home-line-cell .item.full {
	margin: 0 auto 26px;
	width: 1070px;
}

.home-line-cell .item.h221 {
	height: 221px;
}
.home-line-cell .item .wraper-img {
	border-radius: 3px 3px 0 0;
	height: 221px;
	overflow: hidden;
}
.home-line-cell .item .name {
	color: #403e3e;
	font: bold 22px/22px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 21px 20px 0;
}
.home-line-cell .item .name a {
	color: #403e3e;
	text-decoration: none;
}
.home-line-cell .item .descr {
	color: #464646;
	font: normal 18px/19px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 2px 22px 0;
}
.home-line-cell .item .descr a {
	color: #464646;
	text-decoration: none;
}
.home-line-cell .item  .dt {
	color: #949494;
	font-size: 16px;
	padding: 0 22px;
}
.home-line-cell .item .user-enter {
	background: url("../images/user-icon-yellow.png") no-repeat scroll 0 0 transparent;
	height: 35px;
	margin: 34px 19px 0 0;
	width: 35px;
}
.home-line-cell .item .wraper-img.video {
	position: relative;
}
.home-line-cell .item .play-video {
	background: url("../images/play-video.png") no-repeat scroll 0 0 transparent;
	height: 84px;
	left: 222px;
	position: absolute;
	top: 76px;
	width: 84px;
}








.fourinrow {
	display: inline-block;
	margin: 0 -11px 26px -8px;
	vertical-align: top;
}
.fourinrow .element-wrapper {
	float: left;
	height: 254px;
	margin: 0 13px;
	position: relative;
	vertical-align: top;
	width: 255px;
}
.fourinrow .element.purple {
	background: #8e41af;
}
.fourinrow .element.purple .desc {
	background: url("../images/fourinrow-purple.png") no-repeat scroll 100% 100% transparent;
}
.fourinrow .element.red {
	background: #ea4a36;
}
.fourinrow .element.red .desc {
	background: url("../images/fourinrow-red.png") no-repeat scroll 100% 100% transparent;
}
.fourinrow .element.green {
	background: #97c024;
}
.fourinrow .element.green .desc {
	background: url("../images/fourinrow-green.png") no-repeat scroll 100% 100% transparent;
}
.fourinrow .element.blue {
	background: #2697dd;
}
.fourinrow .element.blue .desc {
	background: url("../images/fourinrow-blue.png") no-repeat scroll 100% 100% transparent;
}
.fourinrow .element {
	border-radius: 3px;
	float: left;
	height: 254px;
	overflow: hidden;
	position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
	vertical-align: top;
	width: 255px;
}
.fourinrow .element:hover,
.fourinrow .element.hover {
	height: 294px;
	margin: -20px 0 0 -20px;
	width: 295px;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.25);
    z-index: 10;
}
.fourinrow .element .image:before {
    content: '';
    display: inline-block;
    height: 185px;
    vertical-align: middle;
}
.fourinrow .element .title {
	bottom: 38px;
	color: #fff;
	font: normal 24px/22px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 50px;
	left: 50%;
	margin-left: -70px;
	position: absolute;
	text-align: center;
	width: 140px;
	z-index: 2;
}
.fourinrow .element .title a {
	color: #fff;
	text-decoration: none;
}
.fourinrow .element .image {
	display: block;
	text-align: center;
	z-index: 10;
}
.fourinrow .element .image img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.fourinrow .element .desc {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color: #fff;
	font: normal 21px/22px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 100%;
	padding: 29px 20px 39px;
	position: absolute;
	text-align: center;
	top: 0px;
	word-wrap: break-word;
	width: 100%;
	z-index: 1;
}
.fourinrow .element .desc span {
	display: block;
	margin: 0 auto;
	width: 180px;
}
.fourinrow .element .desc a {
	color: #fff;
	text-decoration: none;
}
.fourinrow .element .bg {
	bottom: 0;
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-decoration: none;
	z-index: 9;
}
.fourinrow .element .image,
.fourinrow .element .desc {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.fourinrow .element:hover .image,
.fourinrow .element.hover .image,
.fourinrow .element .desc {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0.0;
    -khtml-opacity: 0.0;
    opacity: 0.0;
}
.fourinrow .element .image,
.fourinrow .element:hover .desc,
.fourinrow .element.hover .desc {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    -khtml-opacity: 1.0;
    opacity: 1.0;
}









/* HOME-BANNERS */

.home-line-cell.mb58 {
	margin: 0 0 58px;
	margin: 0;
}
.home-line-cell .brands {
	background: #fff;
	box-shadow: 0 1px 2px 1px #e3e7e9;
	height: 130px;
	margin: 0 0 26px;
}
.brands ul {
	height: 130px;
	margin: 0;
	padding: 0 20px 0 39px;
}
.brands ul li {
	display: inline-block;
	height: 130px;
	margin: 0;
	padding: 0;
}
.brands ul li.brand-v-select {
	background: url("../images/brand-v-select.png") no-repeat scroll 0 100% transparent;
	margin: 0 54px 0 0;
	width: 220px;
}
.brands ul li.brand-ecspress {
	background: url("../images/brand-ecspress.png") no-repeat scroll 0 100% transparent;
	margin: 0 34px 0 0;
	width: 170px;
}
.brands ul li.brand-velmart {
	background: url("../images/brand-velmart.png") no-repeat scroll 0 100% transparent;
	margin: 0 50px 0 0;
	width: 300px;
}
.brands ul li.brand-green-hills {
	background: url("../images/brand-green-hills.png") no-repeat scroll 0 100% transparent;
	width: 160px;
}
.brands ul li:hover {
	background-position: 0 0;
}
.brands ul li a {
	display: block;
	height: 130px;
	text-indent: -9999px;
}








/* FOOTER */

.footer {
	
}
.footer .footer-wrapper {
	padding: 0 9px 0;
}
.footer .item {
	margin: 0 7px 0 0;
	width: 350px;
}
.footer .footer-item-2 {
	margin: 0 29px 0 0;
	width: 380px;
}
.footer .footer-item-3 {
	margin: 0;
	width: 305px;
}
.footer .name,
.footer h3 {
	color: #47aa43;
	font: normal 30px/30px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0;
	padding: 23px 0 19px;
}
.footer ul {
	margin: 0;
	padding: 0;
}
.footer ul li {
	background: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer ul li a {
	color: #47aa43;
	display: block;
	font: normal 30px/30px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 23px 0 19px;
	text-decoration: none;
}
.footer ul li ul {
	margin: 0;
	padding: 0;
}
.footer ul li ul li {
	margin: 0;
	padding: 0;
}
.footer ul li ul li a {
	color: #403e3e;
	font: normal 24px/36px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0;
}
.footer ul li ul li a:hover {
	color: #47aa43;
}
.footer ul li ul li ul {
	margin: -2px 0 10px;
	padding: 0;
}
.footer ul li ul li li a {
	display: inline-block;
	font-size: 18px;
	line-height: 18px;
}
.footer-social-network {
	padding: 0 0 0;
}
.footer-social-network.custom {
	padding: 0;
}
.footer-social-network h3 {
	color: #adadad;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.footer-social-network .moduletable img {
	margin: 0 4px 0 1px;
}

.app-google-apple {
	padding: 15px 0 5px;
}










/* OVERLAY */
.overlay,
.overlay-white,
.overlay2 {
    background: #434343;
    background: rgba(54,54,54,0.93);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 500;
}
.overlay-white {
	background: none;
	z-index: 50;
}
.popup {
    background: #fff;
    border-radius: 3px;
    display: none;
    left: 50%;
    margin: -280px 0 0 -446px;
    position: absolute;
    width: 892px;
    z-index: 510;
}

.popup.popup-tm-info {
	margin-top: 0;
	position: fixed;
	top: 70px;
}
.popup.popup-job-info {
	margin-top: 0;
	top: 70px;
}


.popups{
	background: #fff;
	border-radius: 3px;
	display: none;
	left: 50%;
	margin: 0 0 0 -446px;
	position: fixed;
	width: 892px;
	z-index: 510;
	top: 100px;
}

.popup-close,
.popup-close2 {
    background: url("../images/popup-close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 47px;
    position: absolute;
    right: -22px;
    top: -25px;
    width: 47px;
	z-index: 20;
}
/*
.popup-newspaper .popup-close {
	right: -38px;
}
*/




.popup-wish-list {
	background: none;
	margin: 0 0 0 -233px;
	top: 83px;
	width: 474px;
}
.popup-wish-list-name,
.popup-wish-list-number {
	color: #fff;
	font: normal 30px/30px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 10px;
}
.popup-wish-list-number {
	font: normal 20px/22px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 8px 10px 27px;
}
.popup-wish-list .popup-close {
	right: -23px;
	top: 66px;
}
.popup-wish-list-body {
	background: #fff;
	border-radius: 4px;
	height: 624px;
	padding: 20px 6px 0 30px;
}
.popup-wish-list-body-wrap {
	height: 540px;
}
.wish-list-item {
	border-bottom: 1px solid #c6c6c6;
	width: 400px;
}
.wish-list-item .del-wish {
	width: 22px;
}
.wish-list-item .del-wish span {
    background: url("../images/wish-list-close.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 21px;
	margin: 50px auto;
	width: 21px;
}
.wish-list-item .img-wish {
	height: 86px;
	padding: 25px 0;
	width: 86px;
}
.wish-list-item .name-wish {
	color: #464646;
	font: normal 18px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 35px 30px 10px 10px;
	width: 180px;
}
.wish-list-item .price-wish {
	color: #e01408;
	font: italic bold 30px/20px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	padding: 35px 0;
	text-align: center;
	width: 66px;
}
.wish-list-item .price-wish span {
	color: #717174;
	display: block;
	font: italic bold 24px/24px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	text-decoration: line-through;
}

.wish-list-back-newspaper {
	color: #47aa43;
	cursor: pointer;
	font: normal 22px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 25px 30px 0px;
	text-align: right;
	text-decoration: underline;
}

.wish-list-bottom-menu {
	bottom: -69px;
	padding: 0 6px 0 0;
	position: absolute;
	right: 0;
}
.wish-list-button {
	background: url("../images/wishlist-icons.png") no-repeat scroll 0 0 #47aa43;
	border-radius: 0 0 3px 3px;
	color: #fff;
	cursor: pointer;
	float: right;
	font: normal 13px/11px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 22px;
	padding: 47px 0 0;
	margin: 0 5px 0 0;
	text-align: center;
	width: 76px;
}
.wish-list-button.button-email {
	background-position: -82px 0;
}
.wish-list-button.button-email.open {
	background-position: 0 2000px;
	cursor: default;
	height: 53px;
	padding: 16px 0 0 18px;
}
.wish-list-button.button-email.open span.name {
	display: none;
}
.wish-list-email-wrap,
.wish-list-email-wrap-success {
	display: none;
}
.wish-list-email-wrap input {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-right: 0 none;
	border-radius: 4px 0 0 4px;
	display: block;
	color: #444;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	float: left;
	height: 35px;
	margin: 0;
	padding: 0 15px;
	outline: none;
	width: 193px;
}
.wish-list-email-wrap input[type=submit] {
	background: #fec221;
	border: 0 none;
	border-radius: 0 4px 4px 0;
	color: #fff;
	cursor: pointer;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 37px;
	padding: 0;
	text-align: center;
	width: 113px;
}
.wish-list-email-wrap-success {
	color: #fff;
	font: normal 24px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 6px 0 0;
	text-align: center;
}







.popup-good-item {
	background: #fff;
	cursor: default;
	margin: 0 0 0 -260px;
	padding: 33px 35px 44px;
	position: fixed;
	top: 110px;
	width: 520px;
	z-index: 600;
}
.popup-good-item-name {
	color: #464646;
	float: right;
	font: normal 20px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 30px 0 0;
	width: 220px;
}
.add-wish-list {
	background: #fec221;
	border-radius: 5px;
	display: block;
	color: #fff;
	cursor: pointer;
	font: normal 20px/45px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 45px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	width: 322px;
}
.overlay2 {
}

.open-popup-newspaper {
	cursor: pointer;
}




.popup-subscribe {
	margin-top: 0;
    top: 170px;
}
.popup-subscribe-body {
	padding: 58px 77px 58px;
}
.popup-subscribe-body .popup-title {
    color: #403e3e;
    font: bold 34px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 0 56px;
    text-align: center;
}



.popup .dtable {
	display: table;
	width: 100%;
}
.popup .dtable .popup-image-intro {
	display: table-cell;
	padding-right: 30px;
	padding-top: 0;
	vertical-align: middle;
}
.popup .dtable .popup-description {
	display: table-cell;
	padding-bottom: 70px;
	vertical-align: top;
}

.popup-image-intro {
    padding: 57px 0 0 30px;
    width: 280px;
}
.popup .popup-image-intro img {
    margin: 0 auto;
    padding: 0 0 0;
}
.popup-description {
    padding: 57px 65px 40px 0;
    width: 500px;
}
.popup-description.job {
    width: 762px;
}

.popup-description .name {
    color: #575757;
    font: normal 42px/46px 'calibri', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 20px;
}
.popup .popup-description p {
    padding: 0;
}
.popup .popup-description.job p {
    padding: 0 0 30px;
}
.popup-arrows {
    background: url("../images/popup-next-prev.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 50px;
    position: absolute;
    top: 46%;
    left: -40px;
    width: 30px;
}
.popup-arrows.next {
    background-position: 100% 0;
    left: auto;
    right: -40px;
}



.popup-hot-tovar,
.popup-top-tovar,
.popup-video-review {
	background: none;
	/*margin: 0 0 0 -326px;*/
	margin: 0 0 0 -550px;
	position: absolute;
	top: 500px;
	/*width: 652px;*/
	width: 1120px;
}
.popup-hot-tovar {
	margin: 0 0 0 -595px;
	top: 83px;
	width: 1190px;
}
.popup-video-review {
	margin: 0 0 0 -326px;
	width: 652px;
}
.popup-newspaper {
	background: none;
	margin: 0 0 0 -452px;
	position: absolute;
	top: 83px;
	width: 892px;
	/* А можно розового слоника на главную? */
	
	margin: 0 0 0 -427px;
	width: 842px;
	
	margin: 0 0 0 -600px;
	width: 1200px;
	
	margin: 0 0 0 -300px;
	width: 600px;
	
	margin: 0 0 0 -600px;
	width: 1200px;
}

.popup-newspaper-header {
	margin: 0 auto;
	position: relative;
}
.popup-newspaper-footer {
	margin: 0 auto;
}
.popup-newspaper-footer a {
	color: #fec330;
	font: normal 18px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 25px;
	text-decoration: none;
}
.popup-newspaper-footer a.in-start {
	background: url("../images/newspaper-in-start-finish.png") no-repeat scroll 0 0 transparent;
}
.popup-newspaper-footer a.in-finish {
	background: url("../images/newspaper-in-start-finish.png") no-repeat scroll 100% 100% transparent;
}

.popup-hot-tovar .popup-name,
.popup-top-tovar .popup-name,
.popup-newspaper .popup-name,
.popup-video-review .popup-name {
	color: #fff;
	font: normal 30px/30px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 0 10px;
}
.popup-newspaper .popup-name {
	padding: 0 0 9px 18px;
}
.popup-hot-tovar .popup-date,
.popup-top-tovar .popup-date,
.popup-newspaper .popup-date,
.popup-video-review .popup-date {
	color: #fff;
	font: normal 20px/20px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 0 25px;
}
.popup-newspaper .popup-date {
	padding: 0 0 28px 19px;
}
.popup-hot-tovar .popup-close,
.popup-top-tovar .popup-close,
.popup-newspaper .popup-close,
.popup-video-review .popup-close {
	top: 64px;
}
.popup-hot-tovar-body,
.popup-top-tovar-body,
.popup-newspaper-body,
.popup-video-review-body {
	background: #fff;
	padding: 21px 19px 20px;
}
.popup-newspaper-body {
	border-radius: 3px;
	padding: 0;
}






.popup-newspaper .popup-counts-pages {
	color: #fff;
	float: right;
	font: normal 24px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 4px 24px 0 0;
}
.popup-newspaper .popup-arrow-prev,
.popup-newspaper .popup-arrow-next {
    background: url("../images/newspaper-arrows.png") no-repeat scroll 0 50% transparent;
    cursor: pointer;
    height: 640px;
    left: -75px;
    position: absolute;
    top: 87px;
    width: 75px;
}
.popup-newspaper .popup-arrow-next {
	background-position: 100% 50%;
	right: -75px;
	right: -88px;
	left: auto;
}
.popup-newspaper .popup-zoom,
.popup-newspaper .popup-wishlist {
    background: url("../images/newspaper-icons.png") no-repeat scroll -55px -69px #47aa43;
	border-radius: 3px 3px 0 0;
	bottom: -59px;
	color: #7eca7c;
	color: #ffffff;
	cursor: pointer;
	font: normal 13px/11px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 22px;
	padding: 47px 0 0;
    position: absolute;
    right: 11px;
    text-align: center;
	top: 18px;
	width: 76px;
}
.popup-newspaper-page {
	width: 400px;
	width: 580px;
	border-radius: 3px;
	padding: 17px;
	padding: 0;
}
.display-none {
	display: none !important;
}
.popup-newspaper .popup-wishlist {
	background-position: 26px -69px;
	right: 92px;
	right: 38px;
}
.popup-newspaper .popup-zoom:hover,
.popup-newspaper .popup-zoom.active {
	background-position: -55px 11px;
	color: #ffffff;
}
/*.popup-newspaper .popup-wishlist:hover,*/
.popup-newspaper .popup-wishlist.active {
	background-position: 26px 11px;
	color: #ffffff;
	color: #fcc137;
}

.popup-newspaper .page-name,
.popup-newspaper .page-number {
	background: #3ea821;
	border-radius: 2px;
	color: #fff;
	font: normal 12px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 18px;
	margin: 0 3px 14px 0;
	padding: 0 15px;
}
.popup-newspaper.zoom .page-name,
.popup-newspaper.zoom .page-number {
	font-size: 16px;
	height: 22px;
	line-height: 22px;
}
.popup-newspaper .page-descr {
	color: #000;
	font: normal 8px/8px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 10px;
	width: 300px;
}
.popup-newspaper .page-number {
	padding: 0 5px;
}
.popup-newspaper .np-item {
	background: #fff;
	border: 1px solid #f5f5f5;
	border-radius: 4px;
	color: #444;
	font: normal 8px/8px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 133px;
	margin: 0 3px 5px 0;
	overflow: hidden;
	position: relative;
	width: 127px;
}
.popup-newspaper .np-item .newspaper-new {
	left: 0;
	position: absolute;
	top: 0;
}
.popup-newspaper .np-item.width-2 {
	width: 259px;
}
.popup-newspaper .np-item.width-3 {
	width: 391px;
}
.popup-newspaper .np-item.height-2 {
	height: 273px;
}
.popup-newspaper .np-item.height-3 {
	height: 413px;
}
.popup-newspaper .np-item.height-4 {
	height: 553px;
}


.popup-newspaper.zoom .np-item {
	height: 194px;
	font: normal 12px/14px 'calibri', 'Arial', 'Helvetica', sans-serif;
	width: 185px;
}
.popup-newspaper.zoom .np-item.width-2 {
	width: 375px;
}
.popup-newspaper.zoom .np-item.width-3 {
	width: 563px;
}
.popup-newspaper.zoom .np-item.height-2 {
	height: 395px;
}
.popup-newspaper.zoom .np-item.height-3 {
	height: 594px;
}
.popup-newspaper.zoom .np-item.height-4 {
	height: 795px;
}


.popup-newspaper .np-item .image {
	display: block;
	padding-top: 10px;
	text-align: center;
}
.popup-newspaper .np-star {
	background: url("../images/newspaper-star.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
}
.popup-newspaper .np-star.active {
	background-position: 0 100%;
}
.popup-newspaper .np-item-name {
	bottom: 2px;
	left: 5px;
	overflow: hidden;
	position: absolute;
	right: 63px;
}
.popup-newspaper .np-item-percent {
	background: #fff;
	border-radius: 2px;
	color: #444;
	font: italic 10px/12px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 12px;
	margin: 2px 2px 6px;
	text-align: center;
}
.popup-newspaper .np-item-price {
	background: #3ea821;
	border-radius: 2px;
	bottom: 0;
	color: #fff000;
	font: bold 22px/22px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	height: 42px;
	position: absolute;
	right: 0;
	text-align: center;
	width: 61px;
}
.popup-newspaper .np-item-price span {
	bottom: 13px;
	display: block;
	font-size: 11px;
	line-height: 11px;
	position: absolute;
	right: 15px;
}
.popup-newspaper .np-item-price span.price-floor {
	bottom: 4px;
	font: bold 22px/22px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	right: 30px;
}
.popup-newspaper .np-item-price .price-old {
	bottom: 3px;
	color: #fff;
	float: right;
	font: normal 8px/8px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	position: absolute;
	right: 6px;
	text-decoration: line-through;
}

.popup-newspaper.zoom .np-item-name {
	right: 83px;
}
.popup-newspaper.zoom .np-item-price {
	height: 50px;
	width: 80px;
}
.popup-newspaper.zoom .np-item-percent {
	font: italic 16px/13px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	font: normal 12px/12px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 14px;
}
.popup-newspaper.zoom .np-item-price span {
	bottom: 15px;
	font-size: 18px;
	font-weight: normal;
	line-height: 13px;
}
.popup-newspaper.zoom .np-item-price span.price-floor {
	bottom: 4px;
	font: normal 30px/26px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	right: 37px;
}
.popup-newspaper.zoom .np-item-price .price-old {
	font: normal 13px/14px 'lhfavalanche', 'Arial', 'Helvetica', sans-serif;
	font: italic 11px/11px 'calibri', 'Arial', 'Helvetica', sans-serif;
}





/* b-header-page */
.b-header-page {
	background: #ecf0f1;
	border-radius: 4px;
	height: 274px;
	margin: -11px 0 0;
	overflow: hidden;
	position: relative;
}
.b-header-page .category-title {
	/*background: rgba(254,194,33,0.75);*/
	background: #ffc222;
	border-radius: 40px;
	color: #fff;
	font: normal 42px/42px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 0 0 200px;
	padding: 24px 75px;
	position: absolute;
	right: 59px;
	top: 92px;
}




.popup-tm-info.popup-about {
	margin-left: -381px;
	width: 762px;
}
.popup.popup-about .popup-image-intro {
	width: 140px;
}
.popup.popup-about .popup-image-intro img {
	margin: 0 30px 18px;
	padding: 25px 0 0;
}
.popup-tm-info.popup-about .popup-description {
	width: 500px;
}




/* BLOG */


/* Тело */

.content-body {
	background: #fff;
	-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
			border-radius: 0 0 4px 4px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 4px rgba(227, 231, 233, 1);/* Для Safari и Chrome */
	   -moz-box-shadow: 0 0 4px rgba(227, 231, 233, 1);/* Для Firefox */
			box-shadow: 0 0 4px rgba(227, 231, 233, 1);/* Параметры тени */
	width: 1070px;
}

.content-body.video-review {
}
.content-body.video-review td {
	padding: 0 0 29px;
	position: relative;
}
.content-body.video-review td:nth-child(odd) {
	padding-right: 40px;
}
.content-body.video-review .open-popup-video-review  {
	background: #12110e;
	background: rgba(0,0,0,0.63);
	cursor: pointer;
	height: 352px;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	top: 0;
	width: 470px;
}
.content-body.video-review .open-popup-video-review span {
	border: 1px solid #fec221;
	border-radius: 24px;
	color: #fec221;
	height: 44px;
	left: 130px;
	line-height: 44px;
	position: absolute;
	top: 150px;
	text-align: center;
	width: 213px;
}
.content-body.video-review .open-popup-video-review:hover  {
	opacity: 1;
	filter: alpha(opacity=100);
}

.content-body.video-review h2 {
	color: #47aa43;
	font: normal 26px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 20px;
	padding: 0;
}
.content-body.video-review p {
	border-bottom: 1px solid #eae8e8;
	padding: 0 20px 20px;
}

.wrapper {
	margin: 0 50px;
	padding: 50px 0;
}

a.blog-img-intro {
    border-radius: 5px;
    display: block;
    float: left;
    height: 167px;
    margin: 0 21px 0 0;
    overflow: hidden;
    width: 181px;
}
.persnews a.blog-img-intro {
    height: 76px;
}

.news1{
	width: 479px;
	height: 224px;
	float: left;
	padding-bottom: 40px;
}
.news2{
	height: 224px;
	width: 460px;
	float: left;
	padding-bottom: 40px;
    padding-left: 27px;
}


.news p{
	text-align: left;
	font-size: 16px;
	color: #5f5f5f;
	margin: 0;
	padding: 1px 20px 1px 1px;
	line-height: 18px;
}
/*.news1 img{
	padding-right: 21px;
}
.news2 img{
	padding-right: 21px;
	padding-left: 27px;
}*/

.news {
	height: 194px;
	height: 264px;
	width: 970px;
}

.news a {
	text-decoration: none;
	color: #5f5f5f;
}

.news a:hover .title {
	text-decoration: none;
	color: #4aa947;
}
.news .text1{
	float: left;
	width: 277px;
}
.news .text2{
	float: left;
	width: 250px;
}
/*
.news .introtext {
	max-height: 94px;
	overflow: hidden;
}
*/

.news .title{
	color: #403e3e;
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 23px;
}

.news .date {
	font-size: 16px;
	color: #949494;
	margin: 0;
	padding: 0;
}

.news .article-separator {
	background: url(../images/tmp2_separator.png);
	width: 1px;
	height: 194px;
	padding-bottom: 70px;
	margin: 0;
}
/* последняя запись */


.news.last{
	padding-bottom: 0;
	height: 194px;
}
.news.last .news1{
	padding-bottom: 0;
	height: 194px;
}
.news.last .news2{
	padding-bottom: 0;
	height: 194px;
}
.news.last .article-separator {
	padding-bottom: 0;
	height: 194px;
}

/*  end of news   */






.social-share {
	padding: 60px 0;
	text-align: center;
}
.social-share a {
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	font: normal 14px/33px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 33px;
	padding: 0 14px 0 0;
	text-align: right;
	text-decoration: none;
	width: 142px;
}
.social-share a.facebook {
	background: url("../images/button-social-share.png") no-repeat scroll 0 0 transparent;
}
.social-share a.twitter {
	background: url("../images/button-social-share.png") no-repeat scroll 0 -33px transparent;
}
.social-share a.vkontakte {
	background: url("../images/button-social-share.png") no-repeat scroll 0 -66px transparent;
}








/* акции */

.actions {
	width: 970px;
	height: 220px;
}
.actions img{
	padding: 0 20px 0 0 ;
}
.actions a {
	text-decoration: none;
	color: #5f5f5f;
}

.actions a:hover .title {
	text-decoration: none;
	color: #4aa947;
}

.actions .title{
	color: #403e3e;
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 23px;
}

.actions .introtext {
	font: 16px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	color: #464646;
	margin: 0 0 5px 0; 
}

.actions .date {
	font: 16px/21px 'calibri', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	color: #949494;
}

/* конец акциям */



/* Информационные справки */

.info {
	width: 970px;
}

.info a{
	border: 1px solid #ffffff;
	border-bottom: 1px solid #eae8e8;
	padding-bottom:20px;  
	margin-left: 80px;
	margin-right: 80px;
	padding-left: 35px;
	padding-top: 30px;
	text-decoration: none;	
	display: block;
	color: #403e3e;
	text-align: left;
	font-size: 20px;
	line-height: 23px;
}

.info a:hover{
	border: 1px solid #eae8e8;
	margin-top: -1px;
	padding-top: 31px;
	border-radius: 4px;
	text-decoration: none;	
	display: block;
	color: #4aa947;
}

.info img{
	padding: 0 20px 0 0 ;
}

.info .introtext {
	font: 18px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	color: #464646;
	padding-right: 35px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.info .date {
	font: 16px/21px 'calibri', 'Arial', 'Helvetica', sans-serif;
	font-weight: 300;
	color: #949494;
}

/* конец справкам */


/* список */


.pagination {
	padding: 90px 0 0;
}
.pagination .pagination-start,
.pagination .pagination-end {
	display: none;
}
.pagination .pagination-prev,
.pagination .pagination-next {
	background: url("../images/pagination-arrow.png") no-repeat scroll -27px -23px transparent;
	border-radius: 0 17px 17px 0;
	height: 37px;
	text-indent: -9999px;
	width: 40px;
}
.pagination .pagination-prev {
	background-position: 15px -23px;
	border-left: 1px solid #c6c6c6;
	border-radius: 17px 0 0 17px;
}
.pagination .pagination-prev:hover {
	background-position: 15px 10px;
}
.pagination .pagination-next:hover {
	background-position: -27px 10px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination ul li {
	background: none;
	border: 1px solid #c6c6c6;
	border-left: 0 none;
	display: inline-block;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 40px;
}
.pagination ul li span,
.pagination ul li a {
	color: #c6c6c6;
	display: block;
	font: normal 20px/40px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 37px;
}
.pagination ul li span,
.pagination ul li a:hover {
	color: #47aa43;
	text-decoration: none;
}














/* SHOW PAGE */
.page h1 {
	font-size: 34px;
	padding-left: 80px;
	padding-bottom: 13px;
	color: #403e3e;
}

.page div.date {
	padding-left: 80px;
	font-size: 20px;
	color: #949494;
}

.page .mainimage {
	max-height: 425px;
	overflow: hidden;
	padding: 40px 0 0;
	width: 970px;
}

.page p {
	color: #464646;
	font-size: 20px;
	padding: 50px 80px 0;
}
.page .article-body {
    padding: 0 80px;
}
.page .article-body p {
    padding: 50px 0 0;
}
.page .article-body ul,
.page .article-body ol {
    margin: 0;
    padding: 50px 0 0 40px;
}
/*.page .article-body li {
    list-style-type: inherit;
    padding: 0 0 0 10px;
}*/
.page .article-body.n li {
    list-style-type: none;
    padding: 0 0 10px 35px;
}
.article-body table {
	margin: 50px 0 0;
}

.page .social {
	padding-top: 60px;
	padding-left: 250px;
	padding-right: 250px;
	padding-bottom: 62px;
}


.other-pages h2{
	font-size: 34px;
	text-align: center;
	padding-bottom: 45px;
	padding-top: 40px;
}
.page-item {
	width: 440px;
	padding: 0 0 40px 0;
}
.news-item-right {
	padding: 0 20px 0 0;
	width: 210px;
}
.other-pages h3 {
	text-align: left;
	font-size: 20px;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 18px;
}
.other-pages h3 a {
	color: #403e3e;
	text-decoration: none;
}
.other-pages .date {
	font-size: 16px;
	color: #949494;
	margin: 0;
	padding: 0;
}

.page-item p{
	text-align: left;
	font-size: 16px;
	color: #5f5f5f;
	line-height: 18px;
	margin: 0;
	padding: 0;
}

.page-item img{
	padding-right: 21px;
}

.page-separator {
	background: url(../images/tmp2_separator.png);
	width: 1px;
	height: 164px;
	margin-right:40px;
	margin-left: 40px;
}

.more-articles {
	background:url(../images/tmp_more_social.png) 50% 0 no-repeat;	
	display: block;
	margin-top: 47px;
}

.more-articles span{
	color: #fcc137;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin: 0 auto;
	padding-top: 60px;
	text-align: center;
	width: 200px;
}













/* begin of stm */

.stm h1 {
	font-size: 34px;
	padding-left: 82px;
	padding-top: 56px;
	padding-bottom: 20px;
	//padding-right: 82px;
	color: #403e3e;
}
.stm h2 {
	padding-top: 78px;
	padding-bottom: 35px;
	line-height: 28px;
	font-size: 32px;
	color: #403e3e;
	text-align: center;
}
.stm p {
	padding-top: 20px;
	padding-left: 82px;
	padding-right: 82px;
	padding-bottom: 25px;
	//padding-right: 82px;
	font-size: 22px;
	color: #575757;
	line-height: 32px;

}

.stm .pluses {
    padding: 0 0 60px;
}
.stm .pluses p {
	padding-top: 20px;
	padding-left: 82px;
	padding-bottom: 24px;
	padding-right: 82px;
	font-size: 20px;
	line-height: 28px;
	color: #575757;
}

.stm img {
	padding-top: 25px;
	padding-bottom: 30px;
}

.stm table {
	padding-top: 35px;
	padding-bottom: 90px;
}

.stm td {
	width: 320px;
}

.stm table img{
	display: block;
    margin-left: auto;
    margin-right: auto
}

.stm table img {
	padding-top : 45px;
	padding-bottom: 16px;
}

.stm td h3{
	padding-top : 16px;
	padding-bottom: 44px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	font-size: 28px;
}
.stm a{
	text-decoration: none;
	color: #575757;
}

.stm td:hover {
	border-radius: 4px;
    border: 2px solid #f5f6f7;
}

.stm td {
	border: 2px solid #ffffff;
	vertical-align: top;
}

















/* start of contacts */
.contacts-page .links{
	height: 84px;
	width: 970px;
	//padding-bottom: 30px;	
}

.contacts-page{
	margin: 0;
	padding: 0;
}

.contacts-page .links_left {
	cursor: pointer;
	width: 49%;
	//height: 84px;
	background-color: #ffffff;
	border-radius: 10px 0 0 10px;
	border: 1px solid #d3d3d3;
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 22px;
	text-align: center;
}

.contacts-page .links_right {
	cursor: pointer;
	width: 49.3%;
	//height: 84px;
	background-color: #ffffff;
	border-radius: 0 10px 10px 0;
	border: 1px solid #d3d3d3;
	font-size: 22px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 22px;
}


.contacts-page .active{
	background-color: #4aa947;
	border: 1px solid #4aa947;
	color: #ffffff;
}

.contacts-page .remove{
	background-color: #ffffff;
	border: 1px solid #4aa947;
	color: #000000;
}


.contacts-page .contact_list {
	padding-top: 30px;
	width: 900px;
	//height: 300px;
	margin: 0 auto;
	text-align: center;
}

.contacts-page .list_1 {
	width: 300px;
}

.contacts-page .list_2 {
	width: 300px;
}

.contacts-page .list_3 {
	width: 300px;
}

.contacts-page .list_1 img {
	padding-bottom: 27px;
}
.contacts-page .list_2 img {
	padding-bottom: 27px;
}
.contacts-page .list_3 img {
	padding-bottom: 27px;
}

.contacts-page .list_1 h2{
	font-size: 28px;
	padding-bottom: 15px;
}

.contacts-page .list_2 h2{
	font-size: 28px;
	padding-bottom: 15px;
}

.contacts-page .list_3 h2{
	font-size: 28px;
	padding-bottom: 15px;
}

.contacts-page .list_1 h3{
	font-size: 18px;
	font-weight: normal;
	color: #575757;
	padding-bottom: 26px;
}

.contacts-page .list_2 h3{
	font-size: 18px;
	font-weight: normal;
	color: #575757;
	padding-bottom: 26px;
}

.contacts-page .list_3 h3{
	font-size: 18px;
	font-weight: normal;
	color: #575757;
	padding-bottom: 26px;
}

.contacts-page img {
	vertical-align: top;
}

.contacts-page .team h2{
	width: 960px;
	padding-top: 32px;
	padding-bottom: 20px;
	text-align: center;
}

.contacts-page .team_left {
	width: 480px;
	text-align: center;
}

.contacts-page .team_right {
	width: 480px;	
	text-align: center;
}

.contacts-page .avatar img {
  border-radius: 50%;
  width: 167px;
  height: 167px;
  margin-bottom: 17px;
}

.contacts-page .team_right h2{
	width: 480px;
	padding: 0 0 10px 0;
	color: #4aa947;
	font-size: 28px;
}

.contacts-page .team_left h2{
	width: 480px;
	padding: 0 0 10px 0;
	color: #4aa947;
	font-size: 28px;
}
.contacts-page .team_right h3{
	width: 480px;
	padding:3px 0 0 0;
	margin: 0;
	color: #575757;
	font-size: 20px;

}

.contacts-page .team_left h3{
	width: 480px;
	padding:3px 0 0 0;
	margin: 0;
	color: #575757;
	font-size: 20px;
}

.contacts-page .contacts {
	padding-top: 15px;
	padding-left: 93px;
	padding-bottom: 75px;
}

.contacts-page .contacts p{
	width: 480px;
	color: #575757;
	font-size: 18px;
	text-align: left;
}

.contacts-page .contacts img{
	width: 22px;
	height: 20px;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 14px;
}

/* робота с картой */
.wrapper-sub-menu {
	padding: 56px 50px 61px;
}
.wrapper-city {
	padding: 0 50px;
}

.google-maps {
	background: #e5e3df;
	height: 426px;
}
.google-maps-contacts {
	background: #e5e3df;
	height: 633px;
}

.city,
.tm {
	padding: 0 50px 30px 0;
}

.map h2{
	padding-bottom: 35px;
	padding-left: 60px;
}

.map ul {
	padding-left: 60px;
	padding-bottom: 95px;
}

.map img {
	padding-right: 12px;
	padding-top: 5px;
}

li a{
	text-decoration: none;
	color: #4aa947;
	font-size: 20px;
}

.details {
	background: #fff;
	box-shadow: 0 0 3px 0 #ddddde;
	border-radius: 5px;
	height: 525px;
	overflow: hidden;
	width: 861px;
}

.det_image{
	overflow: hidden;
	width: 476px;
}

.det_text {
	padding: 30px 0 0 36px;
	width: 341px;
}

.det_text p{
	font-size: 18px;
	line-height: 20px;
	padding-right: 40px;
	padding-left: 60px;
	padding-top: 2px;
}

.det_text img {
	padding-bottom: 25px;
}

.addres {
	padding-bottom: 50px;
	padding-left: 60px;
}


.addres p{
	cursor: pointer;
	font-size: 20px;
	padding-bottom: 25px;
	line-height: 20px;
	//padding-left: 60px;
	color: #4aa947;
}

.addres h2{
	font-size: 34px;
	padding-bottom: 50px;
	//padding-left: 60px;
	line-height: 34px;
}

.addres img{
	padding-right: 15px;
}

.goon {
	display: block;
}
.goout {
	display: none;
}










/* MEDALS */

.medals .category-description {
	color: #575757;
	font: normal 22px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 55px 100px 50px 130px;
}
.medals .category-description p {
    margin: 0 0 28px;
}
.medals .category-description ul {
}
.medals .category-description ul li {
    background: url("../images/medals-circle-small.png") no-repeat scroll 9px 10px transparent;
    font: normal 20px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 0 10px 35px;
}
.medals h3.block-title {
	color: #403e3e;
	font: bold 33px/33px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0;
	padding: 22px 100px 42px;
	text-align: center;
}
.history .medals h3.block-title {
    padding-bottom: 22px;
}
.history-year {
    background: #fff;
    color: #47aa43;
    font: normal 42px/38px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 20px 0 25px;
    text-align: center;
    text-transform: lowercase;
}
.medals-header {
	background: url('../images/medals-circle.png') no-repeat scroll 530px 0 transparent;
	padding: 13px 0 100px;
}
.medals-items {
	background: url('../images/medals-line.png') repeat-y scroll 535px 0 transparent;
	padding: 5px 46px 0 84px;
}
.medals-items .item {
    height: 407px;
	margin: 0 0 178px;
	width: 408px;
}
.history .medals-items .item {
    height: auto;
}
.medals-items .right-one {
	padding: 90px 0 0;
}
.medals-items .icon {
	padding: 0 0 0 13px;
}
.medals-items .title {
	color: #47aa43;
	font: normal 32px/38px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 0 4px;
	width: 310px;
}
.history .medals-items .title {
    color: #575757;
}
.medals-items .description {
	color: #575757;
	font: normal 18px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 0 24px;
	width: 307px;
}
.medals-items .image {
	padding: 0 0 0 2px;
}
.history .medals-items .image {
    border-radius: 3px;
    height: 220px;
    margin: 0 0 0 52px;
    overflow: hidden;
    padding: 0;
    width: 368px;
}
.history .medals-items .image img {
    display: block;
}

.medals-more {
}
.medals-more span {
	background: url('../images/icon-more.png') no-repeat scroll 76px 0 transparent;
	color: #fec125;
	cursor: pointer;
	display: block;
	font: normal 22px/24px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0 auto;
	padding: 58px 0 0;
	text-align: center;
	width: 200px;
}














/* PAGE ABOUT */

.about .wrapper {
    padding: 32px 0 50px;
}
.about .page p {
    padding: 22px 80px 0;
}
.about .image-content {
    border-radius: 5px;
    height: 385px;
    margin: 40px 0 0;
    overflow: hidden;
    width: 973px
}
.about .other-about {
    padding: 69px 0 0;
}
.about .other-about h2 {
    color: #403e3e;
    font: bold 34px/40px 'calibri', 'Arial', 'Helvetica', sans-serif;
    margin: 0 0 53px;
    text-align: center;
}
.about .other-about table td {
    color: #575757;
    font: normal 14px/19px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 15px 52px;
    vertical-align: top;
}
.about .other-about table strong,
.about .other-about table b,
.about .other-about table a {
    color: #575757;
    font: normal 28px/26px 'calibri', 'Arial', 'Helvetica', sans-serif;
    text-decoration: none;
}
.about .other-about table img {
    margin: 0 0 18px;
}










/* PAGE ARTICLE */

.article .wrapper {
    padding: 57px 0 74px;
}
.article h2 {
    color: #403e3e;
    font: bold 34px/26px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 0 31px;
}
.article-introtext {
    padding: 0 80px;
}
.article-introtext p {
    color: #575757;
    font: normal 22px/32px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 0 41px;
}
.article-image {
    border-radius: 5px;
    margin: 0 0 43px;
    overflow: hidden;
}
.article-image img {
    display: block;
}
.article-fulltext {
    padding: 0 80px 0;
}
.article-fulltext p {
    color: #575757;
    font: normal 20px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
    padding: 0 0 28px;
}















.art-stm .page h1 {
	line-height: 40px;
	margin: -6px auto 50px;
	padding: 0;
	text-align: center;
	width: 700px;
}

.art-stm .form-item-name {
	color: #575757;
	font: bold 18px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 26px 78px 25px;
	text-transform: uppercase;
}
.art-stm .form-item,
.popup-subscribe-body .form-item {
	margin: 0 auto;
	padding: 0 0 20px;
	width: 817px;
}
.popup-subscribe-body .form-item {
	width: 744px;
}
.art-stm .form-item .name,
.popup-subscribe-body .form-item .name {
	color: #575757;
	font: normal 18px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 11px 0 0 2px;
	width: 350px;
}
.popup-subscribe-body .form-item .name {
	width: 300px;
}
.art-stm .form-item .name span,
.popup-subscribe-body .form-item .name span {
	color: #d2321f;
}
.art-stm .form-item .input,
.popup-subscribe-body .form-item .input {
	width: 404px;
}
.form-item-warning {
	background: url("../images/icon-warning.png") no-repeat scroll 8px 0 transparent;
	color: #e95c2f;
	font: normal 14px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 18px;
	padding: 0 0 9px 30px;
}
.art-stm .form-item input,
.art-stm .form-item textarea,
.popup-subscribe-body .form-item input,
.popup-subscribe-body .form-item textarea {
	background: #fff;
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	color: #5a5a5b;
	font: normal 20px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 43px;
	margin: 0;
	padding: 0 20px;
	width: 362px;
}

.art-stm .form-item textarea,
.popup-subscribe-body .form-item textarea {
	height: 78px;
	padding: 10px 20px;
}
.art-stm .form-item .input-checkbox label,
.art-stm .form-item .input-radio label,
.popup-subscribe-body .form-item .input-checkbox label,
.popup-subscribe-body .form-item .input-radio label {
	background: url("../images/checkbox.png") no-repeat scroll 0 -31px transparent;
	cursor: pointer;
	padding: 0 0 5px 28px;
}
.art-stm .form-item .input-checkbox label.checked,
.art-stm .form-item .input-radio label.checked,
.popup-subscribe-body .form-item .input-checkbox label.checked,
.popup-subscribe-body .form-item .input-radio label.checked {
	background-position: 0 3px;
}
.art-stm .form-item input.submit,
.popup-subscribe-body .form-item input.submit {
	background: #fec221;
	border-radius: 4px;
	border: 0 none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font: normal 24px/28px 'calibri', 'Arial', 'Helvetica', sans-serif;
	height: 55px;
	margin: 40px auto 0;
	padding: 0;
	text-align: center;
	width: 384px;
}
.art-stm .form-item .description,
.popup-subscribe-body .form-item .description {
	color: #9a9a9a;
	font: normal 16px/18px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 5px 3px 0;
}
.img-cap {
	border: 1px solid #d3d3d3;
	border-radius: 4px;
	height: 43px;
	margin: 0 14px 0 0;
	overflow: hidden;
	width: 162px;
}
.js-capcha-reload {
	background: url("../images/icon-capcha-reload.png") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	height: 22px;
	margin: 9px 0 0;
	width: 20px;
}
.popup-subscribe-body .form-item.capcha-input input,
.art-stm .form-item.capcha-input input {
	width: 122px;
}








.wrapper-job {
	padding: 58px 0;
}
.wrapper-job .tm,
.wrapper-job .city {
	padding: 0 50px 23px 0;
}
.job-item {
	border-bottom: 1px solid #eae8e8;
	margin: 0 127px;
}
.job-item .job-item-name {
	color: #464646;
	cursor: pointer;
	font: bold 20px/23px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 24px 0 5px;
}
.job-item .date {
	color: #949494;
	font: normal 16px/21px 'calibri', 'Arial', 'Helvetica', sans-serif;
	padding: 0 0 24px;
}
.job-item:hover {
	border: 1px solid #eae8e8;
	border-radius: 5px;
	margin: -1px 108px 0;
	padding: 0 18px 0;
}
.job-item:hover .job-item-name {
	color: #47aa43;
}










.coop {
}
.coop td {
	text-align: center;
}
table.coop tr td a {
	color: #464646;
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 26px;
	margin: 0 auto;
	padding: 25px 0 0;
	text-decoration: none;
	width: 320px;
}



/* fancybox */
.fancybox-close {
	background: transparent url('../images/popup-close.png') no-repeat 0 0 scroll;
	height: 47px;
	width: 47px;
}
.fancybox-next span {
	background: transparent url('../images/arrow.png') no-repeat 100% 0 scroll;
	height: 50px;
	right: -50px;
	width: 30px;
}
.fancybox-next span:hover {
	background-position: 100% 100%;
}
.fancybox-prev span {
	background: transparent url('../images/arrow.png') no-repeat 0 0 scroll;
	height: 50px;
	left: -50px;
	width: 30px;
}
.fancybox-prev span:hover {
	background-position: 0 100%;
}






#feedback_file_name {
	padding: 10px 0 10px 220px;
}












.flip-container {
	perspective: 1000;
	transform-style: preserve-3d;
}
.flip-container.rotate .back {
	transform: rotateY(0deg);
}
.flip-container.rotate .front {
	transform: rotateY(180deg);
}
.flip-container,
.front,
.back,
.nofront {
	height: 540px;
	width: 460px;
}
.flipper {
	margin: 0 0 26px;
	position: relative;
	transition: 0.6s;
	transform-style: preserve-3d;
}
.front,
.back {
	backface-visibility: hidden;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.6s;
	transform-style: preserve-3d;
}
.front,
.nofront {
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	box-shadow: 0 0 10px #f3f3f3;
	transform: rotateY(0deg);
	z-index: 2;
}
.front img,
.nofront img {
	margin: 0 0 20px;
}
.back {
	background: #47aa43;
	border-radius: 10px;
	color: #fff;
	transform: rotateY(-180deg);
}
.back h3 {
	font: bold 28px/32px 'calibri', 'Arial', 'Helvetica', sans-serif;
	margin: 0;
	padding: 45px 20px 30px;
	text-align: center;
	text-transform: uppercase;
}
.back ul {
	padding: 10px 80px 30px 100px;
}
a.rotate,
a.rotate-back {
	background: transparent url('../images/rotate-arrow.png') no-repeat 156px 11px scroll;
	border: 1px solid #fec221;
	border-radius: 20px;
	color: #656566;
	display: block;
	height: 38px;
	margin: 0 auto;
	padding: 6px 0 0 22px;
	text-align: left;
	text-decoration: none;
	width: 163px;
}
a.rotate-back {
	background-color: #fec221;
	background-position: 156px -68px;
	bottom: 47px;
	color: #fff;
	left: 50%;
	margin-left: -92px;
	position: absolute;
}








.popup-newspaper .b-wrap-left,
.booklet .b-wrap-left {
	background: #ffffff url('../images/bg-newspaper-page-left.png') no-repeat 0 0 scroll;
}
.popup-newspaper .b-wrap-right,
.booklet .b-wrap-right {
	background: #ffffff url('../images/bg-newspaper-page-right.png') no-repeat 100% 0 scroll;
}
.booklet .b-arrow-prev div,
.booklet .b-arrow-next div {
	background: transparent url('../images/newspaper-arrow.png') no-repeat 0 0 scroll;
	height: 50px;
	left: auto;
	right: 0;
	width: 32px;
}
.booklet .b-arrow-next div {
	background-position: 100% 0;
	left: 0;
	right: auto;
}


@media only screen and (max-width: 1200px) {
	.popup-newspaper{left:0;margin-left:50px;}
}






.form-success {
	color: #47aa43;
	display: none;
	text-align: center;
}

.item-379{
 padding-left: 34px !important;
}

.item-383{
 padding-left: 34px !important;
}








