html > body > div.site {
	background: none;
	border: none;
	box-shadow: none;
}
html {
	overflow: initial!important;
}
body.custom-background {
	background: url(../img/bg.jpg) no-repeat 50% top #141414!important;

}
html > body > div.site {
	font-family: 'Montserrat', sans-serif;
}
html > body .bg_banner,
.bg_banner_margintop,
html > body > div.site > section.under_nav,
html > body > div.site > div.wrapper .post-info,
footer.entry-meta,
footer[role="contentinfo"],
.fix_social_btns {
	display: none!important;
}
html > body > div.site > div {
	z-index: auto;
}
html > body > div.site > div.wrapper .site-content100 .entry-content {
	margin: 0;
}

body.scroll-locked {
	position: fixed;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.rage2-content {
	padding-left: 320px;
	padding-top: 80px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 40px;
	font-family: 'Montserrat', sans-serif!important;
}
html > body > div.site > div.wrapper .entry-content {
	font-family: 'Montserrat', sans-serif!important;
}
html > body > div.site > div.wrapper .entry-content, html > body > div.site > div.wrapper .entry-content p {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}
.rage2-content__title {
	display: block;
	margin: 0 auto 40px;
}
.rage2-tiles {
	max-width: 920px;
	margin: 0 auto 80px;
	font-family: 'Montserrat', sans-serif!important;
}
.rage2-tile {
	display: block;
	margin: 0 auto 20px;
	padding: 40px 30px;
	cursor: pointer;
	background-size: cover;
	position: relative;
	transition: all 0.3s;
}
.rage2-tile:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background: url("../img/tile-border.png") no-repeat;
	 background-size: 100% 100%;
	z-index: 2;
 }
.rage2-tile:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #db029e;
	opacity: 0;
	transition: all 0.3s;
}
.rage2-tile_disabled {
	padding: 20px;
}
.rage2-tile_disabled:before {
	background-image: url(../img/tile-border-disabled.png);
}
.rage2-tile_big {
	padding: 80px 30px;
}
.rage2-tile:not(.rage2-tile_disabled):hover:after {
	opacity: 0.5;
}
.rage2-tile:not(.rage2-tile_disabled):hover {
	transform: scale(1.05);
}

.rage2-tile_disabled {
	cursor: default;
}
.rage2-tile_disabled:after {
	display: none;
}
.rage2-tile img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.rage2-tile__date {
	text-align: center;
	color: #fff;
	font-weight: 800;
	margin-top: 10px;
	font-size: 18px;
}
.rage2-bottom-b {
	margin-bottom: 80px;
	height: 460px;
	position: relative;
}
.rage2-bottom-b:before {
	content: '';
	position: absolute;
	width: 100vw;
	background: url("../img/bottom-bg.jpg") no-repeat 50%;
	height: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
.rage2-bottom-b__inner {
	max-width: 920px;
	display: flex;
	justify-content: flex-end;
	position: relative;
	z-index: 2;
	width: 100%;
	margin: 0 auto;
	padding-top: 55px;
}
.rage2-btn {
	display: block;
	margin: 10px auto;
	background: url("../img/buy-btn.png") no-repeat;
	width: 268px;
	height: 73px;
	cursor: pointer;
	position: relative;
}
.rage2-btn:before {
	content: '';
	position: absolute;
	background: url("../img/buy-btn-hover.png") no-repeat;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 295px;
	height: 80px;
	opacity: 0;
	transition: all 0.2s;
}
.rage2-btn:hover:before {
	opacity: 1;
}
.popup {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	background: rgba(0,0,0,0.9);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.rage2-article {
	margin: 100px auto;
	padding: 90px 100px;
	box-sizing: border-box;
	position: relative;
	background: url("../img/article-bg.jpg") repeat #fff;
	background-size: 100% auto;
	max-width: 1020px;
	font-family: 'Montserrat', sans-serif!important;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}
.rage2-article__close {
	position: absolute;
	cursor: pointer;
	display: block;
	width: 38px;
	height: 41px;
	background: url("../img/close.png") no-repeat;
	top: 30px;
	right: 20px;
}
.rage2-article__close:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url("../img/close-hover.png");
	transition: all 0.2s;
	opacity: 0;
}
.rage2-article__close:hover:before {
	opacity: 1;
}
.rage2-article img {
	max-width: 100%;
	height: auto;

}
.rage2-article_img {
	display: block;
	margin: 0 auto 30px;
}
.rage2-article p {
	margin-bottom: 25px;
}
.rage2-article h2 {
	text-align: center;
	font-weight: 900;
	font-size: 28px;
	line-height: 32px;
	color: #db069f;
	text-transform: uppercase;
	margin-top: 60px;
	margin-bottom: 20px;
}
.rage2-article iframe {
	display: block;
	margin: 0 auto 30px;
}
.rage2-article h2 div {
	font-size: 0.7em;
	color: #000;
}
.rage2-article__top-img {
	display: block;
	margin: 0 auto 40px;
}
.rage2-article__title {
	margin: 0 auto 30px;
	display: block;
}
.rage2-share {
	display: flex;
	justify-content: center;
	align-content: center;
	margin-top: 50px;
}
.rage2-share__title {
	width: 177px;
	height: 48px;
	background: url("../img/share-title.png") no-repeat;
	margin-right: 5px;
}
.rage2-share__btn {
	width: 48px;
	height: 48px;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
}
.rage2-share__btn:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s;
	opacity: 0;
}
.rage2-share__btn:hover:before {
	opacity: 1;
}
.rage2-share__btn_vk {
	background: url("../img/vk.png");
}
.rage2-share__btn_vk:before {
	background: url("../img/vk-hover.png");
}
.rage2-share__btn_fb {
	background: url("../img/fb.png");
}
.rage2-share__btn_fb:before {
	background: url("../img/fb-hover.png");
}
.rage2-share__btn_tw {
	background: url("../img/tw.png");
}
.rage2-share__btn_tw:before {
	background: url("../img/tw-hover.png");
}
@media (max-width: 600px) {
	.rage2-content {
		padding: 0;
		color: #fff;
	}
	.rage2-content img {
		max-width: 100%;
	}
	body.custom-background {
		background-size: 100% auto!important;
	}
	.rage2-tile {
		padding: 30px 10px;
	}
	.rage2-bottom-b__inner {
		display: block;
		text-align: center;
	}
	html > body > div.site {
		z-index: auto;
	}
	.rage2-article {
		margin: 0;
		padding: 80px 16px;
	}
}