.page.blocks {
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.page.blocks .items .item .title {
	position: absolute;
	left: 5%;
	bottom: 20%;
	color: white;
	padding: 10px 10px;
	font-weight: 600;
	font-size: 22px;
	cursor: pointer;
	background: rgba(213,6,115,0.8);
}

.page.blocks .items .item:hover .title {
	margin-left: 10%;
	background: rgba(213,6,115,1);
}

.page.community .title {
	font-weight: 600;
	font-size: 22px;
	padding: 0 20px;
}

.page.community .title.titleH1 {
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 4px solid rgba(0,0,0,.2);
	color: rgba(0,0,0,.3);
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	background: transparent;
}

.page.community .items .item {
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
}

.page.community .items .item:last-child {
	margin-bottom: 0;
}

.page.community .items .item .title {
	position: absolute;
	top: 10px;
	right: 0px;
	color: white;
	padding: 0 20px;
	font-weight: 600;
	font-size: 22px;
	cursor: pointer;
}

.page.community .beautyclub .pps_list {
	margin-top: 25px;
}

.page.community .beautyclub .pps_list>li {
	margin-top: 20px;
}

.page.community .beautyclub .pps_list>li>a {
	display: block;
	padding: 20px 20px;
	color: #d50673;
	text-decoration: none;
	font-size: 22px;
}


.page.contacts {
	background: #5ab49e;
}

.page.contacts #map {
	width: 100%;
	height: 600px;
}

.page.pageOffersSpec>.page2>h2 {
	text-align: center;
}

.page.pageOffersSpec>.page2>div {
	text-align: center;
	font-size: 20px;
	line-height: 160%;
}
.page.pageOffersSpec .price {
	line-height: 80%;
}

.page.pageAddresses>.page2>h2 {
	text-align: center;
}

.page.pageBrands>.page2 {
	padding: 0 0;
}

.page.pageBrands>.page2>h2 {
	text-align: center;
}

.page.pageBrands>.page2 .items {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.page.pageBrands>.page2 .items>.item {
	display: inline-block;
	width: 120px;
	height: 50px;
	outline: 1px solid #e5e5e5;
	margin: 10px 10px;
	overflow: hidden;	
}

.page.pageBrands>.page2 .items>.item>a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background: fuchsia;
	word-wrap: break-word;
	background: #e5e5e5;
	color: #000;
	text-decoration: none; 
}

.categories>.wrapper {
	padding-top: 10px;
}

.categories>.wrapper>.item>div {
	height: 100%;
	padding: 30px 20px 20px 20px;
}

.categories>.wrapper>.item>div {
	border: 3px solid #f0f0f0;
}

.categories>.wrapper>.item>div>a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000;
	font-weight: 900;
}

.categories>.wrapper>.item>div>.wrapper {
	padding-top: 5px;
}

.categories>.wrapper>.item>div>.wrapper>.item {
	margin-top: 5px;
}

.categories>.wrapper>.item>div>.wrapper>.item>a {
	color: #000;
	text-decoration: none;
}

.categories>.wrapper>.item>div {
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% auto;
}

.page.pageAdvantages > div.page2 {
	overflow: hidden;
	
}

.page.pageAdvantages > div.page2 > .advantages > .item > div {
	background: linear-gradient(#f9f9f9,#f0f0f0);
	height: 100%;
	line-height: 120%;
}

.page.pageAdvantages > div.page2 > .advantages > .item > div > .img {
	padding: 10px 0px 0px 10px;
}

.page.pageAdvantages > div.page2 > .advantages > .item > div > .descr {
	padding-top: 10px;
	padding-right: 20px;
}

.page.pageAdvantages > div.page2 > .advantages > .item > div > .descr > .title {
	font-weight: 600;
}

.page.pageCompany > .page2 {
	
}

.page.pageTips > .page2 h2 {
	text-align: center;
}

.page.pageTips > .page2 > .items > .item .title {
	margin-top: 10px;
	text-align: center;
	padding: 0 15px;
}

.page.pageTips > .page2 > .items > .item a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	display: block;
}

div.page.main {
	display: none;
}


.page.pageContainer {
}

.page.pageContainer>.page2 {
	
}