.regions-page {

}

nav {
/*	display: none;*/
}
.nav-breadcrumbs {
	display: none;
}
.regions-page {
/*	position: relative;*/
}
.regions-page .area {
	height: 600px;
	padding: 200px 30px;
	padding-right: 40%;
	position: relative;
	z-index: 1;
}
.regions-page .president-logo {
	position: absolute;
	right: 30px;
	top: 0%;
	transform: translateY(50%);
}
.regions-page .area h1 {
	font-size: 1.6rem !important;
	line-height: 1.5 !important;
	font-weight: 900 !important;
	color: #fff !important;
	text-shadow: 4px 5px 20px black;
}
.page-background {
	position: absolute;
	width: 100vw;
	height: 600px;
	left: 0;
	right: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
}
.page-background .parallax{
	width: 108%;
	height: 108%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: -4%;
	top: -4%;
/*	transition: .6s;*/
}
.page-background:after {
	content: " ";
	clear: left;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	height: 70%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 100%);;
}

.flex-grid {
	display: flex;
	flex-wrap: wrap;
	
}
.regions-flex-item {
	float: none;
	width: calc(100% / 5);
}

 .catalog-category-caption {
	margin-bottom: 2rem !important;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 900;
	text-transform: uppercase;
}

.regions-text-area {
	padding-top: 2rem;
	padding-bottom: 4rem;
}
.link-catalog {
	font-size: 2.7rem;
	font-weight: 900;
	text-align: center;
	margin: 0rem 0 4rem;
}
.link-catalog a {
	position: relative;
}
.link-catalog a:before {
	content: " ";
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #dc2623;
	transition: .6s;
}
.link-catalog a:hover:before {
	width: 0;
}

.region-catalog {
	padding-top: 2rem;
}
.region-catalog .add2cart {
	white-space: nowrap;
}

.region-product-cat h2 {
	text-align: center;
	margin-bottom: 3rem;
	font-size: 2rem;
	text-transform: uppercase;
}

.reg-show-more {
	display: flex;
	align-items: center;
	justify-content: center;	
}
.reg-show-more a {
	background: #e3514f;
	line-height: 3.3rem;
	padding-left: 3rem;
	padding-right: 3rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 900;
	cursor: pointer;
	text-transform: uppercase;
	transition: .6s;
}
.reg-show-more a:hover {
	opacity: .8;
	font-size: 1.4rem;
	line-height: 3.5rem;
}

.page-sitemap {
	padding: 3rem 0;
}

@media (max-width: 1000px) {
	.regions-page .area {
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding: 30px;
	}
	.regions-page .area h1  {
		text-align: center;
		font-size: 1.5rem !important;
	}
	.regions-page .area h1 br {
		display: none;
	}
	.regions-page .president-logo {
		position: relative;
		right: inherit;
		top: inherit;
		transform: none;
		width: 100%;
		max-width: 240px;
	}
	.regions-flex-item {
		width: calc(100% / 3);
	}
	.link-catalog {
		font-size: 1.5rem;
		line-height: 1.2;
	}
}

@media (max-width: 600px) {
	.regions-page .area {
		height: 400px;
	}
	.page-background {
		height: 300px;
	}
	.regions-page .area h1  {
		text-align: center;
		font-size: 1.2rem !important;
	}
	.regions-page .president-logo {
		max-width: 108px;

	}
	.link-catalog {
		font-size: 1.2rem;
		line-height: 1.2;
	}
	.region-product-cat h2 {
		font-size: 1.1rem;
		line-height: 1.2;
	}

	.reg-show-more a {
		line-height: 3rem;
		font-size: 1.1rem;
	}
	.reg-show-more a:hover {
		font-size: 1.1rem;
		line-height: 3;
	}

}

@media (max-width: 400px) {
	.regions-page .area {
		height: 320px;
	}
	/*.page-background {
		height: 300px;
	}
	.regions-page .area h1  {
		text-align: center;
		font-size: 1.2rem !important;
	}
	.regions-page .president-logo {
		max-width: 108px;
	}*/
}

@media screen and (max-width: 47.37375em) {

	.catalog-category-grid .catalog-category-link {
	    top: auto;
	    left: 0.625rem;
	    bottom: -3rem;
	    padding: 0.625rem 0.875rem;
	    text-align: center;
	    font-size: .6875rem;
	    line-height: 1rem;
	    color: #fff;
	    border-radius: 0.25rem;
	    background-color: #b6b6b6;
	}
}

