.demopage .layout-theme {
    max-width: 1600px;
    margin: auto;
	background:#fff;
}
.demopage-header.no-bg-color-parallax {
	padding-top: 173px;
	padding-bottom: 240px;
}
.demopage-header:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
}

.demopage-header__title {
	margin-bottom: 30px;
	font-size: 56px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.demopage-header__title strong {
	font-weight: 900;
}
.demopage-header__subtitle {
	margin-top: 72px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	text-align: center;
}
.demopage-header__subtitle strong {
	display: block;
	font-weight: 700;
	line-height: 1.1;
}
.demopage-header__inner {
	position: relative;
	z-index: 10;
	text-align: center;
}
.demopage-wrap-border_mod-a {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
}
.demopage-border {
	margin-top: -6px;
	text-align: center;
}
.demopage-border li {
	display: inline-block;
	width: 20%;
	height: 10px;
	margin-right: -2px;
	margin-left: -1px;
	line-height: 1;
}
.demopage-border li:nth-child(1) {
	background-color: #3e79f0;
}
.demopage-border li:nth-child(2) {
	background-color: #fe951a;
}
.demopage-border li:nth-child(3) {
	background-color: #ffc300;
}
.demopage-border li:nth-child(4) {
	background-color: #97bc23;
}
.demopage-border li:nth-child(5) {
	background-color: #e10003;
}

.demopage-features__title {
	margin-top: 92px;
	margin-bottom: 55px;
	font-size: 32px;
	font-weight: 600;
	color: #000;
	text-align: center;
}
.demopage-features__item {
	float: left;
	width: 25%;
	height: 320px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #eaeaea;
	text-align: center;
}
.demopage-features__name {
	font-family: Oswald;
	font-size: 23px;
	color: #000;
	text-transform: uppercase;
}
.demopage-features__img {
	height: 220px;
}
.demopage-features__img img {
	display: inline-block;
	margin-top: 60px;
}
.demopage-features__subtitle {
	font-family: Oswald;
	font-weight: 300;
	line-height: 1;
	color: #000;
	text-transform: uppercase;
}
.demopage-section {
	margin-top: 100px;
}
.demopage-section__title {
	margin-top: 0;
	margin-bottom: 85px;
	padding-top: 37px;
	padding-bottom: 32px;
	font-family: Lato;
	font-size: 36px;
	font-weight: 700;
	color: #000;
	border-top: 4px double #ddd;
	border-bottom: 4px double #ddd;
	text-align: center;
	letter-spacing: -0.04em;
}
.demopage-section__img {
	padding-right: 25px;
	padding-left: 25px;
}
.demopage-section__link {
	display: block;
	height: 370px;
	overflow: hidden;
	transition: all 0.3s;
}
.demo-1  .demopage-section__link:hover {
	    box-shadow: 0 0 0 5px #3e79f0;
}
.demo-2  .demopage-section__link:hover {
	    box-shadow: 0 0 0 5px #ffc300;
}
.demo-3  .demopage-section__link:hover {
	    box-shadow: 0 0 0 5px     #fe951a;
}
.demo-4  .demopage-section__link:hover {
	    box-shadow: 0 0 0 5px #97bc23;
}
.demo-5  .demopage-section__link:hover {
	    box-shadow: 0 0 0 5px #e10003;
}

.demopage-footer {
	margin-top: 235px;
	color: #fff;
	text-align: center;
}
.demopage-footer .demopage-section__title {
	display: inline-block;
	margin-bottom: 66px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 17px;
	padding-left: 45px;
	color: #fff;
	letter-spacing: -0.01em;
}
.demopage-footer-top {
	    margin-bottom: 60px;
    min-height: 1000px;
    padding-top: 171px;
    padding-bottom: 75px;
    background: url('../img/index-bg-2.jpg') no-repeat 50% 0;
    background-size: contain;
}
.demopage-footer__list {
	display: inline-block;
	margin-right: 25px;
	margin-left: 25px;
	font-family: Lato;
	font-size: 26px;
	font-weight: 300;
}
.demopage-footer__list_mod-a {
	display: block;
	margin-top: 580px;
}
.demopage-footer__list .icon {
	margin-right: 14px;
	font-size: 22px;
}
.demopage-footer-buttom {
	max-width: 500px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	color: #fff;
	background-color: #2c2c2c;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}
.demopage-footer-buttom__title {
	margin-bottom: 4px;
	padding-top: 40px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -1.44px;
	text-transform: uppercase;
}

.demopage-footer-buttom__title  a{
	color:#fff !important;
	text-decoration:none !important;
}
.demopage-footer-buttom__subtitle {
	margin-bottom: 44px;
	font-size: 16px;
	line-height: 1;
	letter-spacing: -0.32px;
	text-transform: uppercase;
}
.demopage-footer-buttom .demopage-border {
	height: 16px;
}


@media (min-width:992px) and (max-width:1199px) {
	.demopage-section__img {
		padding-right: 10px;
		padding-left: 10px;
	}
	.demopage-section__link {
		height: 300px;
	}
}

@media (max-width:767px) {
	.demopage-features__item {
		display: block;
		width: 100%;
	}
	.demopage-section__img {
		margin-bottom: 50px;
	}
	.demopage-section__link {
		height: auto;
	}
}
