﻿.page .hero {
	background-image: url(../images/rg-hero-images/set-my-limits-hero.jpg);
	background-color: #FF6600;
}
.page-container{
	display:flex;
	margin-bottom:5rem;
}
	.page-container .menu-part{
		width:25%;
		position:relative;
		overflow:hidden;
	}
	.page-container .text-part {
		width: 75%;
	}
.page-side-menu {
	transition: 0.25s ease-in-out;
	padding-left:2px;
}
	.page-side-menu li {
		font-style: normal;
		font-weight: bold;
		font-size: 1.7rem;
		line-height: 2rem;
		letter-spacing: -0.01em;
		display: inline-block;
		padding: 2.4rem 2.3rem;
		border-left: solid 1px rgba(28,32,38,0.2);
		position:relative;
	}
		.page-side-menu li.active:before {
			content: "";
			position: absolute;
			background: #FF6600;
			width: 3px;
			height: 100%;
			top: 0;
			left: -2px;
			z-index: 1;
		}
		.page-side-menu li a {
			color: rgba(0,0,0,0.43);
		}
		.page-side-menu li.active a {
			color: #FF6600;
		}

.scrolled-hero .page-side-menu{
	position:absolute;
	left:0;
	top:7rem;
}

.page section {
	margin-bottom: 8rem;
}

.page-container .text-part h2 {
	font-style: normal;
	font-weight: 300;
	font-size: 3.8rem;
	line-height: 2rem;
	letter-spacing: -0.01em;
	color: #1C2026;
	padding: 1.5rem 0;
}
	.page-container .text-part h3 {
		font-style: normal;
		font-weight: bold;
		font-size: 2.6rem;
		line-height: 3rem;
		letter-spacing: 0.01em;
		color: #1C2026;
		padding: 1.5rem 0;
	}
	.page-container .text-part p {
		font-style: normal;
		font-weight: normal;
		font-size: 2rem;
		line-height: 3rem;
		letter-spacing: 0.01em;
		color: #1C2026;
		padding: 1.5rem 0;
	}
		.page-container .text-part p.gray {
			opacity: 0.8;
		}
		.page-container .text-part img.fullwidth {
			display: block;
			width: 100%;
		}

blockquote {
	font-style: normal;
	font-weight: bold;
	font-size: 3.9rem;
	line-height: 3.9rem;
	letter-spacing: -0.04em;
	color: #0066CC;
	padding: 1.5rem 0;
	padding-left:3rem;
	position:relative;
}
blockquote:before{
	content: "";
	position: absolute;
	width: 3rem;
	height: 3rem;
	top: 0;
	left: 0;
	z-index: 1;
	background-image:url(../assets/images/quote.svg);
	background-position:left top;
	background-repeat:no-repeat;
}
.page-container .text-part li {
	display: block;
	position: relative;
	font-style: normal;
	font-weight: normal;
	font-size: 2rem;
	line-height: 3rem;
	letter-spacing: 0.01em;
	color: #1C2026;
	margin: 0.8rem 0;
	opacity: 0.8;
	margin-left:2rem;
	padding-left:3rem;
}
	.page-container .text-part li:before {
		content: "";
		position: absolute;
		width: 3rem;
		height: 3rem;
		top: 0;
		left: 0;
		z-index: 1;
		background-image: url(../assets/images/bullet.svg);
		background-position: left center;
		background-repeat: no-repeat;
	}
.page-container .text-part .buttons {
	display: flex;
	gap: 3rem;
	width: 100%;
	margin-top: 3rem;
}
	.page-container .text-part .buttons a {
		background: #E1ECFB;
		color: #1F87F0;
		border-radius: 12px;
		padding: 3rem;
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 29rem;
		position: relative;
		display: flex;
		transition: 0.25s ease-in-out;
	}

		.page-container .text-part .buttons a:hover {
			background: rgba(0, 102, 204, 0.7);
			color:#fff;
		}
.page-container .text-part p a, .page-container .text-part li a {
	color: #0066CC;
	text-decoration: underline;
}
		.page-container .text-part .buttons a::before {
			content: "";
			position: absolute;
			left: 3rem;
			top: 0;
			height: 100%;
			width: 100%;
			background-image: url(../assets/images/play.svg);
			background-position: left center;
			background-repeat: no-repeat;
		}
		.page-container .text-part .buttons a::after {
			content: "";
			position: absolute;
			left: -3rem;
			top: -3rem;
			height: 100%;
			width: 100%;
			background-image: url(../images/stop.svg);
			background-position: right bottom;
			background-repeat: no-repeat;
		}
		.page-container .text-part .buttons a span {
			font-style: normal;
			font-weight: 300;
			font-size: 2.3rem;
			line-height: 2rem;
			text-align: center;
			letter-spacing: 0.04em;
			display: inline-block;
			width: 80%;
			margin: auto;
		}
		@media screen and (orientation: portrait) {
			.page .hero {
				background-image: url(../images/rg-hero-images/set-my-limits-hero-mobile.png);
			}
			.page-container {
				flex-direction: column;
			}
				.page-container .menu-part{
					width:100%;
				}
				.page-container .text-part {
					width: 100%;
				}
					.page section {
						margin-bottom: 4rem;
					}

			.page-container .text-part h2 {
				font-size: 3.2rem;
				line-height: 3.8rem;
				padding-top:3rem;
			}
			.page-container .text-part h3 {
				font-size: 2.6rem;
				line-height: 3rem;
			}
			.page-container .text-part p {
				font-size: 2rem;
				line-height: 3rem;
			}
			blockquote {
				font-size: 3rem;
				line-height: 3rem;
			}
			.page-container .text-part .buttons{
				flex-direction:column;
			}
			.page-container .text-part .buttons a{
				width:100%;
			}

			.page-side-menu {
				margin: 0 -3rem;
				background: #FFFFFF;
				box-shadow: 0px 24px 54px rgba(0, 0, 0, 0.05);
				display:flex;
				justify-content:space-between;
			}

				.page-side-menu li {
					font-size: 1.3rem;
					line-height: 1.4rem;
					padding: 2.5rem 0.5rem;
					border-left: none;
					width: 33.33333%;
					display: flex;
					justify-content: center;
					align-items: center;
					text-align:center;
				}
					.page-side-menu li.active:before {
						height: 3px;
						width: 100%;
						top: auto;
						bottom: -1px;
					}
				.page-side-menu li:first-child{
					padding-left:2rem;
				}
				.page-side-menu li:last-child{
					padding-right:2rem;
				}
			.scrolled-body .page-side-menu{
				position:fixed;
				left:0;
				margin:0;
				width:100%;
				top:7rem !important;
				z-index:998;
			}
			
}
