@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap; }

@font-face {
	font-family: 'Commissioner';
	src: url("../fonts/Commissioner-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap; }

* {
	-webkit-box-sizing: border-box;
					box-sizing: border-box; }

body {
	font-family: 'Commissioner', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
					font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0; }
	body.mnu-active {
		overflow: hidden; }

a {
	display: inline-block;
	text-decoration: none;
	color: #fff; }
	a:hover, a:focus, a:active {
		text-decoration: none;
		outline: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal; }

ul {
	margin: 0;
	padding: 0; }

input,
button,
textarea,
select {
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
	outline: none; }

img {
	max-width: 100%;
	height: auto;
	vertical-align: top; }

.c-container {
	width: 1280px;
	margin: auto;
	position: relative; }

.s-title {
	font-size: 34px;
	font-weight: bold;
	color: #FF5500;
	text-transform: uppercase;
	margin-bottom: 40px; }

::-webkit-scrollbar {
  width: 0;
}

.toggle-nav {
	width: 25px;
	display: none; }

.mnu-close {
	width: 25px;
	margin-bottom: 20px; }

.mnu-wrapper {
	background-color: #FAFAFA;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
					box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
	width: 280px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 100;
	padding: 20px 30px;
	-webkit-transition: .3s;
	transition: .3s; }
	.mnu-wrapper.active {
		right: 0; }
	.mnu-wrapper .page-mnu li.active:before {
		display: none; }

.page-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
			-ms-flex-align: stretch;
					align-items: stretch;
	position: relative; }

.page-left {
	position: sticky;
	top: 0;
	left: 0;
	background-color: #FAFAFA;
	width: 270px;
	height: 100vh;
	flex-shrink: 0;
	padding: 50px 35px 200px 0; }
	.page-left:before {
		content: '';
		width: 200%;
		height: 100%;
		background-color: #FAFAFA;
		position: absolute;
		top: 0;
		left: -200%; }

.page-right {
	width: 100%;
	margin-left: 40px;
	padding: 50px 0 150px; }

.page-logo {
	margin-bottom: 45px; }

.page-mnu {
	margin-bottom: 40px; }
	.page-mnu li {
		display: block;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #E4E4E4;
		position: relative; }
		.page-mnu li:before {
			content: '';
			width: 25px;
			height: 1px;
			background-color: #FF5500;
			position: absolute;
			left: -33px;
			top: 10px;
			display: none; }
		.page-mnu li:last-child {
			margin-bottom: 0; }
		/*.page-mnu li.active:before {
			display: block; }*/
		.page-mnu li.active a {
			color: #FF5500; }
	.page-mnu a {
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		-webkit-transition: .3s;
		transition: .3s; }
		.page-mnu a:hover {
			color: #FF5500; }
	.page-mnu-2 li {
		display: block;
		margin-bottom: 20px; }
		.page-mnu-2 li:last-child {
			margin-bottom: 0; }
	.page-mnu-2 a {
		color: #000;
		-webkit-transition: .3s;
		transition: .3s; }
		.page-mnu-2 a:hover {
			color: #FF5500; }

.page-bottom {
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%; }
	.page-bottom-logo {
		margin-bottom: 10px; }

.page-news {
	margin-bottom: 70px; }
	.page-news-item {
		display: block;
		font-size: 14px;
		color: #333;
		-webkit-transition: .3s;
		transition: .3s;
		margin-bottom: 10px; }
		.page-news-item:last-of-type {
			margin-bottom: 0; }
		.page-news-item:hover {
			color: #FF5500; }
		.page-news-item span {
			color: #999;
			margin-right: 10px; }

.page-text {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	margin-bottom: 15px; }
	.page-text:last-of-type {
		margin-bottom: 0; }

.page-list li {
	display: block;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 8px;
	position: relative; }
	.page-list li:before {
		content: '';
		width: 4px;
		height: 4px;
		background-color: #000;
		position: absolute;
		top: 7px;
		left: 10px;
		border-radius: 50%; }
	.page-list li:last-child {
		margin-bottom: 0; }

.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	list-style: none; }
	.social li {
		margin-right: 15px; }
		.social li:last-child {
			margin-right: 0; }
	.social path {
		-webkit-transition: .3s;
		transition: .3s; }
	.social a:hover path {
		fill: #FF5500; }

/* Courses page */
.courses-tabs-nav {
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex; }
	.courses-tabs-nav-item {
		border: 1px solid #FF5500;
		padding: 6px 20px;
		font-size: 24px;
		text-transform: uppercase;
		-webkit-transition: .3s;
		transition: .3s;
		cursor: pointer;
		margin-right: 5px; }
		.courses-tabs-nav-item:last-of-type {
			margin-right: 0; }
		.courses-tabs-nav-item:hover {
			background-color: #FF5500;
			color: #fff; }
		.courses-tabs-nav-item.active {
			background-color: #FF5500;
			color: #fff; }

.courses-tabs-content {
	display: none; }
	.courses-tabs-content.active {
		display: block; }

.courses-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	margin: 0 -20px -20px; }

.courses-item {
	width: 290px;
	background-color: #717171;
	margin: 0 20px 20px; }
	.courses-item-img {
		width: 100%;
		-o-object-fit: cover;
			 object-fit: cover; }
	.courses-item-info {
		padding: 25px 20px 40px; }
	.courses-item-title {
		font-size: 20px;
		font-weight: bold;
		color: #fff;
		margin-bottom: 5px; }
	.courses-item-text {
		font-size: 14px;
		color: #fff;
		margin-bottom: 5px; }
	.courses-item-category {
		margin-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		list-style: none; }
		.courses-item-category li {
			margin-right: 10px; }
			.courses-item-category li:last-child {
				margin-right: 0; }
		.courses-item-category a {
			-webkit-transition: .3s;
			transition: .3s; }
			.courses-item-category a:hover {
				opacity: 0.7; }

.price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px; }
	.price-item {
		width: 290px;
		border: 1px solid #9E9E9E;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		-webkit-transition: .3s;
		transition: .3s;
		padding: 15px;
		margin-right: 40px; }
		.price-item:hover {
			color: #FF5500;
			border-color: #FF5500; }
		.price-item:last-of-type {
			margin-right: 0; }
		.price-item-icon {
			-ms-flex-negative: 0;
					flex-shrink: 0;
			margin-right: 15px; }

/* Features section */
.features-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between; }

.features-item {
	width: 48%;
	margin-bottom: 20px; }
	.features-item-img {
		margin-bottom: 20px; }
		.features-item-img img {
			width: 100%;
			-o-object-fit: cover;
				 object-fit: cover; }
	.features-item-title {
		font-size: 20px;
		font-weight: bold;
		color: #333;
		margin-bottom: 15px; }
	.features-item-link {
		font-size: 14px;
		color: #FF5500;
		font-weight: bold;
		text-decoration: underline;
		margin-top: 15px; }
		.features-item-link:hover {
			text-decoration: underline;
			color: #ff7733; }

/* Protocol page */
.protocol .s-title {
	margin-bottom: 25px; }

.protocol-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 30px; }

.protocol-item {
	font-size: 14px;
	color: #333;
	margin-bottom: 15px; }
	.protocol-item span {
		text-transform: uppercase;
		font-weight: bold; }

.protocol-textarea {
	margin-top: 30px;
	width: 950px;
	height: 285px;
	max-width: 100%;
	padding: 20px;
	font: 14px 'Commissioner', sans-serif;
	line-height: 1.6;
	border: 1px solid #777;
	color: #000; }

.protocol-btns {
	margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px; }

.protocol-save {
	background-color: #FF5500;
	padding: 13px 50px;
	font: 600 18px 'Commissioner', sans-serif;
	color: #fff;
	border: none;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s; }
	.protocol-save:hover {
		background-color: #ff7733; }

.protocol-restore {
	margin-left: 25px;
	background-color: #D9D9D9;
	padding: 13px 50px;
	border: none;
	font: 600 18px 'Commissioner', sans-serif;
	color: #6D6D6D;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s; }
	.protocol-restore:hover {
		background-color: silver; }

/* Adaptive */
@media only screen and (max-width: 1300px) {
	.c-container {
		width: 100%;
		padding: 0 30px; }
	.page-right {
		margin-left: 20px; }
	.page-bottom {
		bottom: 30px; }
	.courses-tabs-nav {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		margin-bottom: 40px; }
		.courses-tabs-nav-item {
			font-size: 22px;
			margin-bottom: 10px; }
	.courses-items {
		margin: 0;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
	.courses-item {
		width: 48%;
		margin: 0;
		margin-bottom: 30px; }
	.protocol-textarea {
		width: 100%; } }

@media only screen and (max-width: 1023px) {
	.page-news {
		margin-bottom: 30px; }
		.page-news-item span {
			margin-right: 5px; }
	.s-title {
		margin-bottom: 30px;
		font-size: 30px; }
	.courses-tabs-nav-item {
		font-size: 18px; }
	.price-item {
		width: auto;
		font-size: 16px;
		padding: 10px;
		margin-right: 20px; }
		.price-item-icon {
			margin-right: 10px; }
	.features-item {
		width: 100%;
		margin-bottom: 40px; }
		.features-item:last-of-type {
			margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
	.toggle-nav {
		display: block; }
	.page .c-container {
		padding: 0; }
	.page-wrapper {
		display: block; }
	.page-logo {
		margin-bottom: 0; }
	.page-left {
		width: 100%;
		height: auto;
		position: static;
		padding: 20px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
		.page-left .page-mnu {
			display: none; }
			.page-left .page-mnu-2 {
				display: none; }
		.page-left .page-bottom {
			display: none; }
	.page-right {
		margin-left: 0;
		padding: 20px 30px 50px; }
	.s-title {
		font-size: 26px; }
	.courses-tabs-nav {
		margin-bottom: 30px; }
		.courses-tabs-nav-item {
			font-size: 16px; }
	.courses-item-info {
		padding: 25px 15px; }
	.price {
		-webkit-box-pack: justify;
				-ms-flex-pack: justify;
						justify-content: space-between; }
		.price-item {
			width: 48%;
			margin: 0;
			font-size: 14px; }
	.protocol-title {
		font-size: 18px; }
	.protocol-text-block {
		padding: 20px 15px; }
	.protocol-btns {
		-ms-flex-wrap: wrap;
				flex-wrap: wrap;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center; }
	.protocol-save {
		width: 100%;
		font-size: 16px; }
	.protocol-restore {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		font-size: 16px; }
	.protocol-textarea {
		height: 200px;
		padding: 10px; } }

@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 25px; }
	.page-logo {
		width: 180px; }
	.page-mnu a {
		font-size: 14px; }
	.page-mnu-2 a {
		font-size: 14px; }
	.page-bottom-logo {
		display: inline-block;
		width: 150px; }
	.s-title {
		font-size: 24px; }
	.courses-tabs-nav-item {
		padding: 5px 10px;
		font-size: 14px; }
	.courses-item {
		width: 100%; }
		.courses-item-title {
			font-size: 18px; }
		.courses-item-text {
			font-size: 13px; }
	.price {
		display: block; }
		.price-item {
			width: 100%;
			margin-bottom: 10px; }
			.price-item:last-of-type {
				margin-bottom: 0; }
	.features-item-img {
		margin-bottom: 15px; }
	.features-item-title {
		font-size: 16px; }
	.page-text {
		font-size: 13px; }
	.page-list li {
		padding-left: 15px;
		font-size: 13px; }
		.page-list li:before {
			left: 0; }
	.protocol-title {
		font-size: 16px; }
	.protocol-item {
		font-size: 12px;
		margin-bottom: 10px; }
	.protocol-text-block {
		padding: 15px; }
	.protocol-save {
		font-size: 14px;
		padding: 15px; }
	.protocol-restore {
		font-size: 14px;
		padding: 15px; }
	.protocol-textarea {
		font-size: 12px; } }
