/* @font-face {
    font-family: 'Myraid Pro';
    src: url('../fonts/myraidpro.eot');
    src: url('../fonts/myraidpro.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/myraidpro.ttf') format("ttf"),
        url('../fonts/myraidpro.woff2') format('woff2'),
        url('../fonts/myraidpro.woff') format('woff'),
        url('../fonts/myraidpro.svg#myraidpro') format('svg');
    font-weight: 300;
    font-style: normal;
} */

@font-face {
    font-family: 'Myraid Pro';
    src: url('../fonts/myraidprobold.eot');
    src: url('../fonts/myraidprobold.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/myraidprobold.ttf') format("ttf"),
        url('../fonts/myraidprobold.woff2') format('woff2'),
        url('../fonts/myraidprobold.woff') format('woff'),
        url('../fonts/myraidprobold.svg#myraidprobold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Myraid Pro';
    src: url('../fonts/myraidproitalic.eot');
    src: url('../fonts/myraidproitalic.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/myraidproitalic.ttf') format("ttf"),
        url('../fonts/myraidproitalic.woff2') format('woff2'),
        url('../fonts/myraidproitalic.woff') format('woff'),
        url('../fonts/myraidproitalic.svg#myraidproitalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Myraid Pro';
    src: url('../fonts/myraidprobolditalic.eot');
    src: url('../fonts/myraidprobolditalic.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/myraidprobolditalic.ttf') format("ttf"),
        url('../fonts/myraidprobolditalic.woff2') format('woff2'),
        url('../fonts/myraidprobolditalic.woff') format('woff'),
        url('../fonts/myraidprobolditalic.svg#myraidprobolditalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Handler';
    src: url('../fonts/handler.eot');
    src: url('../fonts/handler.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/handler.ttf') format("ttf"),
        url('../fonts/handler.woff2') format('woff2'),
        url('../fonts/handler.woff') format('woff'),
        url('../fonts/handler.svg#handler') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Phosphate';
    src: url('../fonts/phosphate.eot');
    src: url('../fonts/phosphate.eot?#iefix') format('embedded-opentype'),
    	url('../fonts/phosphate.ttf') format("ttf"),
        url('../fonts/phosphate.woff2') format('woff2'),
        url('../fonts/phosphate.woff') format('woff'),
        url('../fonts/phosphate.svg#phosphate') format('svg');
    font-weight: 400;
    font-style: normal;
}

/* @font-face {
	font-family: 'Heinrich';
	src: url('../fonts/heinrich.eot');
	src: url('../fonts/heinrich.eot?#iefix') format('embedded-opentype'),
		url('../fonts/heinrich.ttf') format("ttf"),
		url('../fonts/heinrich.woff2') format('woff2'),
		url('../fonts/heinrich.woff') format('woff'),
		url('../fonts/heinrich.svg#heinrich') format('svg');
	font-weight: 400;
	font-style: normal;
} */

* {
	box-sizing: border-box;
}

body {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../images/bg.jpg);
	background-position: 35% 50%;
	font-size: 20px;
	font-family: 'Oswald', arial, helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.uppercase {
	text-transform: uppercase;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.relative {
	position: relative;
}

.sidebar {
	font-family: 'Heinrich', cursive;
	letter-spacing: 0.1em;
	color: #fff;
}

.tabs {
	position: relative;
	z-index: 3;
}

.z-3 {
	z-index: 3;
}

.z-4 {
	z-index: 4;
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background-color: #fff;
	box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	z-index: 4;
}

.header > .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .logo-link {
	display: inline-block;
	font-family: 'Handler', sans-serif;
	text-decoration: none;
	color: #636161;
	font-size: 1.75rem;
}

html[lang="ru"] .header .logo-link {
	font-family: "Oswald", sans-serif;
}

.header .logo {
	width: 200px;
	height: auto;
}

.lang-menu {
	font-size: 1rem;
}

.content {
	position: relative;
	overflow: hidden;
	z-index: 2;
	padding-top: 70px;
}

.tab {
	display: none;
	padding: 30px;
	background-color: rgba(255,255,255,0.65);
	color: #112154;
	font-family: 'Myraid Pro';
}

.tab.active {
	display: block;
}

.tab p,
.tab li {
	font-weight: bold;
}

.tab p:first-child {
	margin-top: 0;
}

.tab p i {
	font-weight: normal;
	font-style: italic;
}

.container {
	max-width: 1300px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: auto;
	margin-right: auto;
}

.page-heading {
	display: none;
}

.tabs-nav a {
	position: relative;
	display: block;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.5rem 1.5rem 0.3rem 1rem;
	text-decoration: none;
	margin-left: 19px;
}
.tabs-nav a .title {
	position: relative;
	z-index: 2;
}
.tabs-nav .number {
	position: absolute;
	left: -16px;
	z-index: 2;
}
.tabs-nav .active {
	color: #112154;
}
.tabs-nav a:hover .bg {
	background-color: rgba(255,255,255,0.25);
}
.tabs-nav .active:hover {
	cursor: default;
}
.tabs-nav .active .bg,
.tabs-nav .active:hover .bg {
	background-color: rgba(255,255,255,0.65);
}

.nav-heading {
	color: #fff;
}

.sidebar:after {
	content: "";
	position: absolute;
	top: 0; right: 0;
	direction: block;
	width: 200%;
	height: 130%;
	background-color: rgba(0,0,0,0.2);
}

.tabs-nav .bg {
	position: absolute;
	top: 0; right: 0;
	width: 200%;
	height: 100%;
}

.mobile-menu {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(17, 33, 85, 0.85);
	z-index: 99;
	transition: 0.3s opacity;
}

.mobile-menu-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding: 0 50px;
	text-align: center;
	opacity: 1;
	transform: translate3d(-50%,-50%,0);
	margin-top: 0;
	transition: 0.4s;
}

.mobile-menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.mobile-menu .language {
	color: rgba(255,255,255,0.5);
	font-size: 1rem;
}

.mobile-menu .language .heading {
	margin: 20px 0 10px;
}

.mobile-menu .language a {
	margin: 0 5px;
	display: inline-block;
}

.mobile-menu .close {
	position: absolute;
	right: 23px;
	top: 30px;
	background: transparent;
	border: none;
	font-size: 4rem;
	line-height: 0;
	color: #fff;
}

.mobile-menu.closed {
	opacity: 0;
}

.mobile-menu.closed .mobile-menu-inner {
	opacity: 0;
	margin-top: 20px;
}

.btn-audio,
.btn-audio:active {
	text-decoration: none;
	color: #fff;
	outline: none;
}

.btn-audio .play-label {
	position: absolute;
}

.btn-audio .play-label img {
	vertical-align: -3px;
}

.audio-player {
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: 9rem;
	margin-bottom: -120px;
	transition: 0.4s;
	z-index: 5;
}

.audio-player.active {
	margin-bottom: 0;
}

.bg-text {
	display: none;
	font-style: normal;
}

.header-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.mobile-language-btn {
	text-transform: uppercase;
}

.mobile-language-btn:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><polyline points="6 9 12 15 18 9" fill="none" stroke="%23555" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
	background-size: contain;
	vertical-align: 2px;
}

.open-mobile-menu {
	display: block;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-left: 1rem;
}

.open-mobile-menu span {
	display: block;
	width: 24px;
	height: 3px;
	background-color: #555;
	margin: 5px 0;
}

.help-text {
	font-size: 0.8em;
}

.btn-video {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 2rem;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-left: 0;
}

.btn-video-icon {
	background-color: #fff;
	border-radius: 9rem;
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url(../images/video-icon.png);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
}

@media(max-width:767.98px){
	.sidebar:after {
		top: -20%; right: -60px;
		height: 120%
	}
	.sidebar {
		padding-bottom: 20px;
	}
	.btn-audio {
		position: relative;
		display: block;
		padding-right: 110px;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.btn-audio .author-image {
		position: absolute;
		top: 0; right: 0;
		width: 80px;
	}
	.btn-audio .middle {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.2em;
	}
	.btn-video {
		margin-left: 0;
	}
}

@media(min-width:768px){
	.header .logo-link {
		font-size: 2rem;
	}
	.page-heading,
	.btn-audio .middle {
		position: relative;
		display: inline-block;
		font-size: 2.4rem;
	}
	.btn-audio .middle {
		margin-bottom: 0;
	}
	.page-heading:after {
		content: "";
		position: absolute;
		top: 100%; right: 0;
		display: block;
		width: 200%;
		height: 3px;
		background-color: #fff;
	}
	.nav-heading {
		font-size: 1.8rem;
		margin: 0 0 0.6rem 0;
	}
	.main-menu {
		text-align: right;
	}
	.lang-menu {
		color: #636161;
	}
	.lang-menu a,
	.main-menu a {
		display: inline-block;
		color: #636161;
		margin-left: 6px;
		padding-left: 6px;
		border-left: 1px solid #000;
		line-height: 1em;
		font-size: 1.2em;
		font-family: 'Handler', 'Oswald', Sans-Serif;
	}
	.lang-menu a:first-child,
	.main-menu a:first-child {
		margin-left: 0;
		border-left: none;
	}
	.lang-menu a:hover {
		text-decoration: none;
	}
	.main-menu a:hover {
		color: #454242;
	}
	.main-menu a {
		text-decoration: none;
		line-height: 0.8;
		font-size: 1.4rem;
	}
	.sidebar {
		float: left;
		width: 300px;
		opacity: 0;
		transform: translate3d(-40px,0,0);
		transition: 1s;
		transition-delay: 0.5s;
	}
	.sidebar-inner {
		padding-bottom: 4rem;
	}
	body.ready .sidebar {
		transform: translate3d(0,0,0);
		opacity: 1;
	}
	.tabs {
		margin-left: 300px;
		padding-top: 130px;
	}
	.tabs-nav {
		padding-left: 15px;
	}
	.tabs-nav a {
		font-size: 1.6rem;
		letter-spacing: 1.2;
		padding: 0.7rem 1.5rem 0.5rem 1rem;
	}
	.btn-audio {
		margin-top: 1rem;
		position: relative;
		font-size: 1.6rem;
		display: inline-block;
	}
	.btn-audio .author-image {
		position: absolute;
		top: 0;
		left: 100%;
		width: 100px;
		margin-left: 20px;
	}
	.tab {
		min-height: 700px;
	}
	.bg-text {
		display: block;
		position: absolute;
		left: 0; bottom: 0;
		text-align: center;
		width: 100%;
		font-size: 4rem;
		color: rgba(181, 167, 133, 0.4);
		font-family: 'Phosphate', 'Oswald', sans-serif;
		text-transform: uppercase;
		user-select: none;
		z-index: 1;
		opacity: 0;
		transition: 1.5s;
		transition-delay: 1s;
	}
	body.ready .bg-text {
		opacity: 1;
	}
}

@media(min-width:992px){
	.sidebar {
		width: 390px;
	}
	.tabs {
		margin-left: 390px;
		padding-top: 176px;
	}
	.nav-heading {
		font-size: 2.4rem;
		margin: 0 0 0.6rem 0;
	}
	.tabs-nav a {
		font-size: 2rem;
	}
	.page-heading {
		font-size: 3.8rem;
		margin-bottom: 25px;
	}
	.btn-audio {
		margin-left: 2rem;
	}
	.btn-audio .middle {
		font-size: 3rem;
		margin-bottom: 0;
	}
	.audio-icon {
		position: absolute;
		right: 100%;
		top: -0.5rem;
		margin-right: 15px;
		
		width: 40px;
		height: 40px;
		
		background: #fff url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjEiIGhlaWdodD0iNjMiIHZpZXdCb3g9IjAgMCA2MSA2MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTkuMjYxNCAxMi4yOTM3QzE4LjQ3IDEyLjg1NjUgMTggMTMuNzY3NSAxOCAxNC43Mzg2VjQ4LjE0MjlDMTggNDkuMTE0IDE4LjQ3IDUwLjAyNSAxOS4yNjE0IDUwLjU4NzhMMzUuNzYxNCA2Mi4zMjExQzM3Ljc0NzcgNjMuNzMzNSA0MC41IDYyLjMxMzUgNDAuNSA1OS44NzYyVjMuMDA1MjdDNDAuNSAwLjU2ODA0NCAzNy43NDc3IC0wLjg1MjAyNSAzNS43NjE0IDAuNTYwNDA4TDE5LjI2MTQgMTIuMjkzN1oiIGZpbGw9ImJsYWNrIi8+PHBhdGggZD0iTTAgMTkuMTkwOEMwIDE2Ljk4MTYgMS43OTA4NiAxNS4xOTA4IDQgMTUuMTkwOEgxM0MxMy41NTIzIDE1LjE5MDggMTQgMTUuNjM4NSAxNCAxNi4xOTA4VjQ2LjE5MDhDMTQgNDYuNzQzIDEzLjU1MjMgNDcuMTkwOCAxMyA0Ny4xOTA4SDRDMS43OTA4NiA0Ny4xOTA4IDAgNDUuMzk5OSAwIDQzLjE5MDhWMTkuMTkwOFoiIGZpbGw9ImJsYWNrIi8+PHBhdGggZD0iTTQ2IDQ4LjA4NDFDNDYgNDguNzExOCA0Ni41NzMgNDkuMTg1NSA0Ny4xODA0IDQ5LjAyNzJDNTUuMTMxNCA0Ni45NTQzIDYxIDM5LjcyNDYgNjEgMzEuMTI0M0M2MSAyMi41MjQgNTUuMTMxNCAxNS4yOTQ0IDQ3LjE4MDQgMTMuMjIxNUM0Ni41NzMgMTMuMDYzMiA0NiAxMy41MzY5IDQ2IDE0LjE2NDZWMTcuMzE1QzQ2IDE3Ljc2NzYgNDYuMzA1OCAxOC4xNjAzIDQ2LjczNTYgMTguMzAyMkM1Mi4xMTY2IDIwLjA3ODcgNTYgMjUuMTQ4IDU2IDMxLjEyNDNDNTYgMzcuMTAwNyA1Mi4xMTY2IDQyLjE2OTkgNDYuNzM1NiA0My45NDY1QzQ2LjMwNTggNDQuMDg4NCA0NiA0NC40ODEgNDYgNDQuOTMzN1Y0OC4wODQxWiIgZmlsbD0iYmxhY2siLz48L3N2Zz4=') center center no-repeat;
		background-size: 50%;
		border-radius: 9rem;
	}
	.bg-text {
		bottom: 1rem;
		font-size: 5.5rem;
	}
}

@media(max-width:1199.98px){
	.header-right {
		display: none;
	}
}

@media(min-width:1200px){
	.header > .container {
		align-items: end;
	}
	/* .content {
		padding-top: 92px;
	} */
	.header-mobile {
		display: none;
	}
	.tabs-nav .arrow {
		position: absolute;
		top: 14px; left: -50px;
		display: inline-block;
		width: 20px;
		height: 20px;
		background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDM0IDM4Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICNmZmY7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9ImFycm93IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xODEsNzU0bDM0LDIwLTM0LDE4LDctMTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxIC03NTQpIi8+PC9zdmc+') center center no-repeat;
		background-size: contain;
		transition: 0.3s;
		z-index: 2;
	}
	.tabs-nav .active .arrow {
		transform: rotate(90deg);
		background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNCIgaGVpZ2h0PSIzOCIgdmlld0JveD0iMCAwIDM0IDM4Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGw6ICMxMTIxNTQ7ICAgICAgICBmaWxsLXJ1bGU6IGV2ZW5vZGQ7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggaWQ9ImFycm93IiBjbGFzcz0iY2xzLTEiIGQ9Ik0xODEsNzU0bDM0LDIwLTM0LDE4LDctMTlaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxIC03NTQpIi8+PC9zdmc+');
	}
	.bg-text {
		bottom: 1rem;
		font-size: 7rem;
	}
}

/* Oswald Font */

.sidebar {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0;
}

.tabs-nav a {
	font-size: 1rem;
	padding: 0.4rem 1.5rem 0.4rem 1rem;
	font-weight: bold;
	letter-spacing: 0;
}

@media(min-width:768px){
	.page-heading {
		font-size: 1.9rem;
	}
	.nav-heading {
		font-size: 1.4rem;
	}
	.tabs-nav a {
		font-size: 1.1rem;
	}
	.btn-audio {
		font-size: 1.1rem;
		font-weight: bold;
		padding-bottom: 2rem;
	}
	.btn-audio .middle {
		font-size: 1.65rem;
	}
}

@media(min-width:992px){
	.tabs-nav a {
		font-size: 1.3rem;
	}
	.page-heading {
		font-size: 2.5rem;
	}
	.nav-heading {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	.btn-audio .middle {
		font-size: 2.15rem;
	}
	.btn-video {
		margin-left: -25px;
	}
}

/* Video Tab Styles */

.tab-video {
	padding: 0 !important;
	background-color: transparent !important;
}

.video-tab-container {
	display: flex;
	width: 100%;
	min-height: 600px;
	background-color: rgba(0,0,0,0.5);
}

.video-testimonials-list {
	width: 20%;
	padding: 30px 10px 30px 20px;
}

.video-testimonials-list h3 {
	margin: 0 0 20px 0;
	font-size: 1.4rem;
	color: #112154;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.testimonials-items {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.testimonial-item {
	padding: 0;
	cursor: pointer;
	transition: 0.2s;
	font-size: 1.2rem;
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
}

.testimonial-item:hover {
	color: #03fd19;
}

.testimonial-item.active {
	color: #03fd19;
}

.video-player-container {
	width: 80%;
	padding: 30px 30px 30px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#testimonial-video,
.testimonial-video {
	width: 100%;
	max-width: 800px;
	height: auto;
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

#testimonial-video[controls],
.testimonial-video[controls] {
	cursor: default;
}

.video-info {
	margin-top: 20px;
	text-align: center;
}

.video-info h4 {
	margin: 0;
	font-size: 1.3rem;
	color: #112154;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
}

/* Mobile responsive */
@media(max-width: 767px) {
	.video-tab-container {
		flex-direction: column;
		min-height: auto;
		margin-bottom: 70px;
	}

	.video-testimonials-list {
		width: 100%;
		padding: 15px 15px 0;
	}

	.video-testimonials-list h3 {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}

	.video-player-container {
		width: 100%;
		padding: 10px 15px 20px;
	}

	.testimonials-items {
		flex-direction: row;
		overflow-x: auto;
		gap: 10px;
		padding-bottom: 10px;
	}

	.testimonial-item {
		flex-shrink: 0;
		min-width: 100px;
	}
}

@media(min-width:992px) {
	.video-testimonials-list {
		padding: 30px 10px 30px 40px;
	}
}