* {
	margin: 0;
	padding: 0;
	
}
html {
	background: #eff1f1;
}
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #505155;
	background: #f9fafa;
}

tt {
	font-family: sans-serif;
}

h2 > a {
	color: #05b668;
	text-decoration: none;
}

.header {
	position: absolute;
	z-index: 10;
	top: 30px;
	left: 50%;
	height: 60px;
	width: 1024px;
	margin-left: -512px;
	background: rgba(249, 250, 250, 0.8);
	border-radius: 30px;
}

.contentPage .header,
.editorPage .header {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	border-radius: 0;
	background: rgba(239, 241, 241, 0.8);
	border-bottom: 1px solid #96a2ac;
}

.editorPage .header {
	z-index: 11;
}

.contentPage .header .headerWrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.headerLogo {
	float: left;
	height: 34px;
	width: 112px;
	margin: 10px 20px 10px 30px;
	font-size: 0px;
	background: url(i/main/logo.svg) left top no-repeat;
}

.contentPage .headerLogo {
	margin-left: 0;
}

.headerLogo:hover {
	background-position: left bottom;
}

.mainMenu {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 60px;
	height: 60px;
}

.mainMenu li {
	display: block;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

.mainMenu a {
	display: block;
	float: left;
	height: 60px;
	text-decoration: none;
	color: #4e6374;
	padding: 0 20px;
	font-size: 16px;
}

.mainMenu a:hover {
	color: #05b668;
	border-bottom: 1px solid #05b668;
}

.mainPage .mainMenu a:hover {
	border: none;
}

.mainMenu a.selected {
	height: 59px;
	color: #05b668;
	font-weight: bold;
	border-bottom: 3px solid #05b668;
}

.mainMenu .logIn {
	float: right;
	margin-right: 60px;
}

.userMenu {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 60px;
}

.contentPage .userMenu {
	right: 40px;
}

.langMenu {
	position: absolute;
	z-index: 1;
	top: 12px;
	right: 20px;
	width: 16px;
	height: 16px;
	padding: 10px 0 10px 10px;
	cursor: pointer;
}

.contentPage .langMenu {
	right: 0;
}

.langIco {
	width: 16px;
	height: 16px;
	background: url(i/lang_ico.svg) left center;
}

.lang_ru {
	background-position: left center;
}
.lang_en {
	background-position: -16px center;
}
.lang_es {
	background-position: -48px center;
}
.lang_sl {
	background-position: -32px center;
}
.lang_pt {
	background-position: -64px center;
}
.lang_pl {
	background-position: -80px center;
}
.lang_fr {
	background-position: -96px center;
}
.lang_it {
	background-position: -112px center;
}
.lang_de {
	background-position: -128px center;
}
.lang_lt {
	background-position: -144px center;
}

.langMenuList,
.userMenuList {
	display: none;
	position: absolute;
	top: 0;
	right: 10px;
	padding-top: 48px;
}

.contentPage .langMenuList,
.contentPage .userMenuList {
	top: 0;
	right: 0;
}

.langMenuList a,
.userMenuList a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	color: #4e6374;
	padding: 0 20px 0 30px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	background: rgba(249, 250, 250, 0.9);
}

.contentPage .langMenuList a,
.contentPage .userMenuList a {
	background: #eff1f1;
	border-left: 1px solid #96a2ac;
	border-right: 1px solid #96a2ac;
}

.contentPage .langMenuList a:last-child,
.contentPage .userMenuList a:last-child {
	border-bottom: 1px solid #96a2ac;
}

.userMenuList a {
	padding: 0 50px 0 10px;
}

.userMenuList a.admin {
	color: #fff;
	background-color: rgba(238, 98, 98, 0.9);
}

.contentPage .userMenuList a.admin {
	background-color: #ee6262;
	border-left: 1px solid #ee6262;
	border-right: 1px solid #ee6262;
}

.langMenuList a:hover,
.userMenuList a:hover {
	color: #05b668;
	background: rgba(249, 250, 250, 1);
}

.contentPage .langMenuList a:hover,
.contentPage .userMenuList a:hover {
	background: #f9fafa;
}

.userMenuList a.admin:hover {
	color: #fff;
	background-color: rgba(238, 98, 98, 1);
}

.contentPage .userMenuList a.admin:hover {
	background-color: #F07979;
}

.langMenuList a:last-child,
.userMenuList a:last-child {
	border-radius: 0 0 3px 3px;
}

.userMenuList a > i {
	position: relative;
	top: 7px;
	left: -2px;
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url(i/16x16.svg) left top no-repeat;
}

.userMenuList a > i.ico16folder {
	background-position: left -384px;
}

.userMenuList a > i.ico16snapshots {
	background-position: left -400px;
}

.userMenuList a > i.ico16profile {
	background-position: left -416px;
}

.userMenuList a > i.ico16notices {
	background-position: left -32px;
}

.userMenuList a > i.ico16messages {
	background-position: left -80px;
}

.userMenuList a > i.ico16logout {
	background-position: left -48px;
}

.langMenuList .langIco {
	position: absolute;
	display: block;
	top: 7px;
	left: 5px;
}

.langMenu:hover .langMenuList {
	display: block;
}

.userMenu:hover .userMenuList {
	display: block;
}

.mainPagePromo {
	height: 490px;
	color: #fff;
	text-align: center;
	background: #4e6374 center center no-repeat;
	background-size: cover;
}

.mainPagePromo h1 {
	padding: 120px 0 20px;
	font-size: 36px;
}

.mainPagePromo p {
	font-size: 18px;
	line-height: 28px;
	width: 900px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.mainPagePromoBtnStart {
	display: block;
	width: 200px;
	padding: 12px 20px 15px;
	margin: 10px auto 15px;
	background: #00b368;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	font-size: 22px;
	white-space: nowrap;
}

.mainPagePromoBtnStart:hover {
	background-color: #05b68e;
}

.mainPagePromoStores {
	text-align: center;
}

.mainPagePromoBtnStore {
	display: inline-block;
	width: 135px;
	height: 40px;
	margin: 0 10px;
	background: url(i/main/appstore.svg) center center no-repeat;
	background-size: 140px 41px;
	color: #0D0F0F;
	background-color: rgba(13, 15, 15, 0.5);
	border: 1px solid #A7A6A6;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	font-size: 1px;
}

.mainPagePromoBtnStore.gp {
	background: url(i/main/googleplay.svg) center center no-repeat;
	background-color: rgba(13, 15, 15, 0.5);
}

.mainPagePromoBtnStore.ms {
	background: url(i/main/win10.png) center center no-repeat;
	background-color: rgba(13, 15, 15, 0.5);
	background-size: 116px 42px;
	width: 116px;
	height: 40px;
}

.mainPagePromoBtnStore:hover {
	color: #373F3F;
	background-color: rgba(13, 15, 15, 0.8);
}

.footerButtons .mainPagePromoBtnStart {
	font-size: 14px;
	padding: 6px 10px 7px;
	width: 114px;
	margin-bottom: 2px;
}

.btnGreen,
.btnGray {
	display: inline-block;
	padding: 7px 19px 9px;
	background: #00b368;
	border: 1px solid #00b368;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
	font-size: 18px;
	white-space: nowrap;
	cursor: pointer;
}

.btnGray {
	background: #c6cbd1;
	color: #505155;
	border-color: #747f8b;
}

.btnLink {
	display: inline-block;
	text-decoration: none;
	color: #05b668;
	padding: 0 20px;
	margin: 0 10px;
	text-decoration: none;
}

.btnLink.gray {
	color: #505155;
}

.btnGreen.medium,
.btnGray.medium {
	padding: 5px 20px 6px;
	font-size: 14px;
	font-weight: bold;
}

.btnGreen:hover {
	background-color: #05b68e;
}

.btnGray:hover {
	background-color: #d6d7d7;
}

.btnLink:hover {
	color: #505155;
	text-decoration: underline;
}

.btnGreen.right,
.btnGray.right {
	float: right;
}

.btnGray.disabled,
.btnGray.disabled:hover {
	background: #d6dadc;
	color: #7E7F83;
	border-color: #d6dadc;
	cursor: default;
}

.wrapper,
.content {
	position: relative;
	z-index: 2;
	width: 1000px;
	margin: 0 auto;
}

.mp {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 490px;
	border: none;
}

.content {
	padding: 20px 0 50px;
	overflow: hidden;
}

.whiteContent {
	background-color: #fff;
	border-top: 1px solid #d5dade;
}

.footer {
	clear: both;
	border-top: 1px solid #e4e7e8;
	background: #eff1f1;
	padding: 30px 0;
	overflow: hidden;
}

.footerCopy,
.footerLinks, 
.footerButtons {
	float: left;
	line-height: 24px;
	padding-top: 11px;
}

.footerCopy {
	padding-left: 50px;
	margin: 0 30px 0 12px;
	background: url(i/main/logo_footer.svg) left top no-repeat;
	background-size: 37px 39px;
	padding-bottom: 30px;
}

.footerLinks {
	margin: 0 30px;
}

.footerLinks a {
	display: block;
	color: #505155;
	text-decoration: none;
}

.footerLinks a:hover {
	color: #05b668;
}

.footerButtons {
	margin-left: 30px;
	width: 155px;
}

.footer h4 {
	font-size: 18px;
	margin-bottom: 8px;
}

.mainPage .content h3,
.mainPage .content h4 {
	font-size: 22px;
	font-weight: normal;
	text-align: center;
	padding: 10px 0 30px;
}

.mainPage .content h4 {
	font-size: 18px;
	padding: 30px 0;
	clear: both;
}

.mainPage .content hr {
	display: block;
	border: none;
	width: 400px;
	margin: 0 auto;
	height: 1px;
	background: #d6dadc;
}

.mainPageStep {
	float: left;
	width: 333px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
}

.mainPageStep b {
	font-weight: normal;
	color: #ee6262;
}

.mainPageStep a {
	display: block;
	width: 280px;
	padding-top: 215px;
	margin: 0 auto;
	text-decoration: none;
	color: #505155;
	background: url(i/main/step1.jpg) center top no-repeat;
}

.mainPageStep a.step2 {
	background-image: url(i/main/step2.jpg);
}

.mainPageStep a.step3 {
	background-image: url(i/main/step3.jpg);
}

.mainPageStep a:hover {
	border-color: #05b668;
}

.mainPageSlider {
	position: relative;
	clear: both;
	margin: 20px 20px 0;
}

.mainPageSliderWrap {
	position: relative;
	height: 580px;
	border: 1px solid #d6dadc;
	border-radius: 3px;
	background: #fff;
	overflow: hidden;
}

.mainPageSliderContent {
	position: relative;
	left: 0px;
	width: 3840px;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.mainPageSliderItem {
	float: left;
	width: 960px;
	text-align: center;
}

.mainPage .mainPageSliderContent h3 {
	padding: 25px 0 15px;
}

.mainPageSlider p {
	padding-bottom: 30px;
	font-size: 16px;
}

.mainPageSliderLeftArrow {
	position: absolute;
	top: 260px;
	left: -20px;
	width: 46px;
	height: 37px;
	background: #516376 url(i/main/arrows.svg) left center no-repeat;
	background-size: 92px 37px;
	border-radius: 3px;
	cursor: pointer;
}

.mainPageSliderRightArrow {
	position: absolute;
	top: 260px;
	right: -20px;
	width: 46px;
	height: 37px;
	background: #516376 url(i/main/arrows.svg) right center no-repeat;
	background-size: 92px 37px;
	border-radius: 3px;
	cursor: pointer;
}

.mainPageSliderLeftArrow:hover,
.mainPageSliderRightArrow:hover {
	background-color: #05b668;
}

.footerLinks .facebook,
.footerLinks .twitter,
.footerLinks .vk,
.btnShare {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url(i/main/social.svg) left top;
	margin: 10px 10px 0 0;
	border-radius: 32px;
	text-align: center;
	font-size: 0px;
}

.btnShare {
	float: right;
}

.footerLinks .twitter,
.icoTw {
	background-position: left -32px;
}

.footerLinks .vk,
.icoVk {
	background-position: left -64px;
}

.btnShare.icoFv {
	float: left;
	background: url(i/favourites.svg) left center no-repeat;
	width: auto;
	padding-left: 38px;
	background-size: 32px 32px;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #505155;
	border-radius: 0;
	text-decoration: none;
	transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.btnShare.icoFv.in {
	opacity: 0.5;
	background-size: 16px 16px;
	padding-left: 25px;
	font-size: 12px;
	margin-left: 8px;
}

.btnShare.icoFv.in:hover {
	opacity: 1;
}

.icoEm {
	background: #666;
	color: #fff;
	padding: 0 16px;
	line-height: 32px;
	font-size: 14px;
	text-decoration: none;
}

.userMenu .username {
	display: inline-block;
	float: left;
	line-height: 37px;
	text-align: right;
    width: 100px;
    text-decoration: none;
    color: #4e6374;
    white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.userpic {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: url(i/main/userpic.svg) center top no-repeat;
}

.userpic > u {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.userMenu .userpic {
	margin: 2px 10px 0 10px;
}

.noticesCounter b {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	font-size: 10px;
	height: 16px;
	min-width: 12px;
	text-align: center;
	line-height: 16px;
	padding: 0 2px;
	color: #fff;
	background-color: #c49a6c;
}

.contentPage {
	padding-top: 60px;
	background-color: #f9fafa;
}

.categories {
	position: relative;
	background: #eff1f1;
	overflow: hidden;
	padding-bottom: 20px;
}

.categories .categoryInfo,
.categories .categoriesItems {
	float: left;
	width: 512px;
}

.categories .categoryInfo {
	width: 488px;
}

.categories h1,
.categoriesItems h2 {
	font-size: 22px;
	font-weight: normal;
	padding: 20px 0;
}

.categories .categoryInfo p {
	line-height: 20px;
	padding: 0 50px 20px 0;
}

.categoriesItems h2 {
	padding-left: 10px;
}

.categoriesItems a {
	display: block;
	position: relative;
	padding: 2px 0;
	float: left;
	width: 92px;
	margin-left: 10px;
	color: #505155;
	text-decoration: none;
    white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.categoriesItems a:hover {
	color: #05b668;
}

.categoriesItems a.selected {
	color: #05b668;
	font-weight: bold;
}

.related h2 {
	padding-bottom: 5px;
}

.relatedContent {
	padding-bottom: 20px;
	overflow: hidden;
}

.relatedContentArticle {
	clear: both;
	width: 385px;
}

.relatedContentArticle > h3 {
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	padding-bottom: 4px;
}

.relatedContentArticle > h3 > a {
	text-decoration: none;
	color: #05b668;
}

.relatedContentArticle > p {
	line-height: 18px;
	height: 72px;
	overflow: hidden;
}

.relatedContent a > img {
	display: block;
	float: left;
	width: 120px;
	height: 120px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
}

.itemComments {
	position: relative;
}

.comments h2 {
	padding-bottom: 10px;
}

.comment {
	position: relative;
	padding-bottom: 10px;
}

.comment > p {
	font-size: 14px;
	padding: 10px 0;
}

.commentInfo {
	height: 40px;
	line-height: 30px;
	font-size: 14px;
}

.commentInfo a {
	color: #05b668;
	text-decoration: none;
	font-weight: bold;
}

.commentInfo tt {
	font-size: 11px;
	padding-left: 20px;
}

.commentInfo .userpic {
	display: block;
	float: left;
	margin-right: 8px;
}

.comment .write,
.writeComment {
	display: inline-block;
	color: #05b668;
	border-bottom: 1px dotted #05b668;
	cursor: pointer;
}

.commentList {
	margin-left: 40px;
	padding-top: 20px;
}

.commentAdd {
	height: 200px;
}

.commentAdd textarea {
	display: block;
	width: 80%;
	height: 100px;
	margin: 10px 0;
	padding: 10px;
	border-radius: 3px;
	background-color: #f0f2f1;
}

.btnSendComment {
	display: inline-block;
	text-decoration: none;
	padding: 6px 30px;
	border-radius: 3px;
	border: 1px solid #eff1f1;
	color: #53585e;
	font-weight: bold;
	background-color: #c6cbd1;
}

.emptyInfo {
	padding: 50px 0;
	text-align: center;
	font-size: 16px;
}

.pager {
	clear: both;
	border-top: 1px solid #d6dadc;
	font-size: 16px;
	text-align: center;
	padding-top: 20px;
}

.pager > a,
.pager > span {
	display: inline-block;
	padding: 2px 7px;
	margin: 0 5px;
	color: #505155;
	text-decoration: none;
}

.pager > a:hover {
	color: #05b668;
}

.pager > span {
	background: #05b668;
	color: #fff;
	border-radius: 3px;
}

.btnMoreLoad {
	display: block;
	clear: both;
	text-decoration: none;
	text-align: center;
	margin: 0 9px;
	padding: 10px;
	border-radius: 3px;
	border: 1px solid #eff1f1;
	color: #53585e;
	font-weight: bold;
	background-color: #c6cbd1;
}

.scrollBar {
	position: absolute;
	display: none;
	right: 0;
	width: 14px;
	height: 30px;
	cursor: n-resize;
}

.scrollBarInner {
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 0;
	width: 6px;
	background: #747f8b;
	opacity: 0;
	border-radius: 3px;
	transition: all 0.1s ease-in;
	-ms-transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	-o-transition: all 0.1s ease-in;
}

div:hover>.scrollBar>.scrollBarInner {
	opacity: 0.5;
}

.dialog {
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(78, 99, 116, 0.6);
	cursor: default;
}

.dialogWnd {
	position: relative;
	top: 100px;
	width: 400px;
	min-height: 100px;
	margin: 0 auto;
	background: #eff1f1;
	border-radius: 3px;
	overflow: hidden;
}

.dialogBlur {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-filter: blur(2px);
}

.dialogDisable {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(78, 99, 116, 0.6);
	border-radius: 3px;
}

.dialog.disabled .dialogDisable {
	display: block;
}

.dialog.busy .dialogDisable {
	display: block;
	background: rgba(78, 99, 116, 0.3) url(i/loaders/green2gray.gif) center center no-repeat;
}

.dialog.loader {
	background: rgba(78, 99, 116, 0.6) url(i/loaders/white2background.gif) center center no-repeat;
}

.dialogTitle {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}

.dialogText {
	text-align: center;
	padding: 0 30px 20px;
}

.dialogText a {
	color: #05b668;
}

.dialogControls {
	text-align: center;
	padding-bottom: 20px;
}

.dialogCloseBtn {
	position: absolute;
	top: 6px;
	right: 6px;
	height: 16px;
	width: 16px;
	margin: 4px;
	text-align: center;
	line-height: 23px;
	cursor: pointer;
	background: url(i/16x16.svg) left -448px no-repeat;
	opacity: 0.7;
}

.dialogCloseBtn:hover {
	opacity: 1;
}

.dialogCloseBtn.onWhite {
	background-position: left -464px;
}

.noClose .dialogCloseBtn {
	display: none;
}

.signin .dialogWnd,
.signup .dialogWnd {
	width: 360px;
}

.dialogText input {
	display: inline-block;
	margin: 10px 0 4px;
	padding: 10px;
	font-size: 18px;
	width: 280px;
	border-radius: 3px;
	border: 1px solid #747f8b;
}

.signin .dialogText small {
	display: block;
	text-align: left;
}

.signin .dialogText small a {
	text-decoration: none;
}

.dialogText .socialBtns {
	height: 48px;
	margin: 10px 0;
}

.dialogText .socialBtns > a {
	display: inline-block;
	width: 48px;
	height: 48px;
	margin: 0 10px;
	border-radius: 24px;
	background: url(i/social_48x48.svg) left top;
	background-size: 48px 192px;
	opacity: 0.8;
}

.dialogText .socialBtns > a.tw {
	background-position: left -48px;
}

.dialogText .socialBtns > a.vk {
	background-position: left -96px;
}

.dialogText .socialBtns > a.gp {
	background-position: left -144px;
}

.dialogText .socialBtns > a:hover {
	opacity: 1;
}

.itemTags {
	padding-bottom: 20px;
}

.shareButtons {
	height: 50px;
}

.noticesCounter {
	display: block;
	position: absolute;
	z-index: 2;
	height: 24px;
	line-height: 24px;
	width: 24px;
	border-radius: 12px;
	background: #00b368;
	color: #fff;
	font-size: 10px;
	text-align: center;
	overflow: hidden;
}

.userMenu > a > .noticesCounter {
	top: -5px;
	right: 24px;
}

.userMenu:hover > a > .noticesCounter {
	display: none;
}

.userMenu > div > a > .noticesCounter {
	position: absolute;
	right: 3px;
	top: 3px;
}

.itemsFilter {
	padding: 13px 20px;
	background: #fff;
	border: 1px solid #d9dee1;
	border-radius: 3px;
	margin-bottom: 10px;
	overflow: hidden;
}

.itemsFilter a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding: 0 10px;
	color: #505155;
	text-decoration: none;
	margin: 0 10px;
	border-radius: 3px;
	font-weight: bold;
}

.itemsFilter a:hover {
	color: #05b668;
}

.itemsFilter a.selected {
	background-color: #d2d8da;
}

.itemsFilter a.selected:hover {
	color: #505155;
}

.smile {
	position: relative;
	top: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 2px;
	background: url(i/smiles.png) left top;
}

.langData {
	display: none;
}

#payWindow {
	overflow: auto;
}

#payWindow .dialogWnd {
	width: 960px;
}

#payWindow .dialogContent {
	padding: 20px;
	background: url(i/loaders/green2gray.gif) center center no-repeat;
}

#payWindow iframe {
	width: 920px;
	height: 700px;
	border: none;
}

.productsWindow2 {
	/*display: block;*/
}

.productsWindow2 .dialogWnd {
	top: 65px;
	width: 900px;
	border-radius: 5px;
}

.produtcsTitle {
	text-align: center;
	height: 80px;
	line-height: 90px;
	font-size: 22px;
	font-weight: bold;
}

.productsList {
	overflow: hidden;
	padding: 20px 20px 40px;
	text-align: center;
}

.productsList .product {
	position: relative;
	display: inline-block;
	width: 220px;
	cursor: pointer;
	margin: 0 20px;
}

.productTitle {
	position: relative;
	top: 1px;
	z-index: 1;
	border: 1px solid #c9cfd3;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	background-color: #fff;
}

.productLine {
	position: relative;
	z-index: 2;
	margin: 0 20px;
	height: 1px;
	background-color: #33b67d;
}

.color2 .productLine {
	background-color: #4bbc51;
}

.color3 .productLine {
	background-color: #66c7ba;
}

.productSale {
	position: relative;
	border: 1px solid #c9cfd3;
	border-top: none;
	border-bottom: none;
	padding: 15px 20px 0 75px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	min-height: 40px;
	background: url(i/purchases/percent_sale.svg) 20px 15px no-repeat;
	background-color: #fff;
}

.productSale span {
	line-height: 40px;
	font-size: 16px;
}

.productPrice {
	position: relative;
	border: 1px solid #c9cfd3;
	border-top: none;
	border-bottom: none;
	padding: 15px 0;
	font-size: 16px;
	background-color: #fff;
}

.productPrice > small {
	position: relative;
	top: -6px;
	font-size: 12px;
	padding-left: 2px;
}

.sale .productPrice. {
	color: #4bbc51;
	font-weight: bold;
	font-size: 16px;
}

.productPrice > span {
	text-decoration: line-through;
	opacity: 0.7;
	padding-right: 10px;
	color: red;
}

.productBonus {
	position: relative;
	border: 1px solid #c9cfd3;
	border-radius: 0 0 3px 3px;
	border-top: none;
	padding-bottom: 20px;
	background-color: #fff;
}

.productBonus > b {
	display: inline-block;
	padding-bottom: 5px;
	line-height: 20px;
}

.productBtn {
	position: relative;
	margin-top: 10px;
	border: 1px solid #33b67d;
	border-radius: 3px;
	padding: 10px 0;
	font-weight: bold;
	background-color: #fff;
}

.productsList .product:hover .productBtn {
	background-color: #33b67d;
	color: #fff;
}

.color2 .productBtn {
	border-color: #4bbc51;
}

.productsList .product.color2:hover .productBtn {
	background-color: #4bbc51;
}


.color3 .productBtn {
	border-color: #66c7ba;
}

.productsList .product.color3:hover .productBtn {
	background-color: #66c7ba;
}

.agreeCheck {
	padding: 0 75px 20px;
	font-size: 11px;
	line-height: 16px;
}

.agreeCheck a {
	color: #05b668;
}

.agreeCheck.ok {
	color: green;
}

.agreeCheck.warning {
	color: red;
}
