.headerAccount .header-toggle {
	display: none;
}
.headerAccount .header-logo {
	flex: inherit;
	margin-right: 45px;
}
.account-menu {
	flex: auto;
	max-width: 100%;
	margin: 0 45px 0 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.account-menu li {
	position: relative;
	margin-right: 40px;
}
.account-menu li:last-child {
	margin-right: 0;
}
.account-menu li a {
	color: var(--white);
}
.account-menu li a:hover {
	color: var(--grey);
}


.accountMain-content > .section:first-child {
	padding-top: 80px;
}

.accountPage-title {
	margin-bottom: 80px;
	font-size: calc(var(--h1-size) * 1.333);
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
}


.accountVideo-section .heading {
	margin-bottom: 40px;
}
.accountVideo-blocks {
	position: relative;
}
.accountVideo-block {
	position: relative;
	margin-bottom: 80px;
}
.accountVideo-block:last-child {
	margin-bottom: 0;
}
.accountVideo-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.accountVideo-title {
	font-size: var(--h2-size);
	font-weight: 600;
	margin-bottom: 0;
}
.accountVideo-date {
	font-size: calc(var(--h3-size) / 1.0679);
	font-weight: 600;
	margin-bottom: 0;
}
.accountVideo-day {
	position: relative;
	background-color: var(--grey);
	text-align: center;
	border-radius: 5px;
	padding: 20px 30px;
	font-size: calc(var(--h1-size) * 1.333);
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 50px;
	z-index: 1;
}
.accountVideo-items {
	position: relative;
}
.accountVideo-item {
	position: relative;
	margin-bottom: 80px;
}
.accountVideo-item-sm {
	margin-bottom: 50px;
}
.accountVideo-item:last-child {
	margin-bottom: 0;
}
.accountVideo-item__wrap {
	position: relative;
}
.accountVideo-item__lesson {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-size: var(--h2-size);
	font-weight: 500;
}
.accountVideo-button {
	position: relative;
	text-align: center;
}
.accountVideo-item__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.accountVideo-list .accountVideo-item__meta {
	justify-content: center;
	flex-direction: column;
}
.accountVideo-item__title {
	font-size: calc(var(--h3-size) / 1.0679);
	font-weight: 500;
	margin-bottom: 0;
}
.accountVideo-item__title.center {
	text-align: center;
	width: 100%;
}
.accountVideo-item__title p:not(:first-child) {
	margin-top: 8px;
}
.accountVideo-item__time {
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: calc(var(--h3-size) / 1.0679);
	font-weight: 500;
	margin-bottom: 0;
}
.accountVideo-item__time:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(../images/clock-time-four-outline.svg);
	mask-image: url(../images/clock-time-four-outline.svg);
	background-color: var(--green);
	flex: 0 0 35px;
	max-width: 35px;
	width: 35px;
	height: 35px;
	margin-right: 15px;
}



.accountInfo-block {
	position: relative;
	background-color: var(--grey);
	padding: 25px 0;
	z-index: 1;
}
.accountInfo-block-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.accountInfo-block-content {
	flex: auto;
	max-width: 100%;
	font-size: var(--h4-size);
	line-height: 1.25;
}
.accountInfo-block-content p {
	margin-bottom: 10px;
}
.accountInfo-block-content p:last-child {
	margin-bottom: 0;
}
.accountInfo-block-content strong {
	font-weight: 500;
}
.accountInfo-block-button {
	margin-left: 40px;
}




.accountTabs-wrap {
	position: relative;
}
.accountTabs-nav {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px calc(60px - 20px);
	padding: 0;
	list-style: none;
}
.accountTabs-nav li {
	position: relative;
	margin: 0 0 20px;
	padding: 0 10px;
	flex: 0 0 25%;
	max-width: 25%;
}
.accountTabs-nav li a {
	width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	line-height: 1.2;
	padding: 15px;
	background-color: var(--grey);
	color: var(--black);
	font-size: var(--h5-size);
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
}
.accountTabs-nav li.active a,
.accountTabs-nav li a:hover {
	background-color: var(--green);
	color: var(--white);
}
.accountTabs-blocks {
	position: relative;
}
.accountTabs-block {
	display: none;
}
.accountTabs-block.active {
	display: block;
}
.accountTabs-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -50px;
	padding: 0;
	list-style: none;
}
.accountTabs-item {
	position: relative;
	margin: 0 0 50px;
	padding: 0 10px;
	flex: 0 0 25%;
	max-width: 25%;
}
.accountTabs-item__wrap {
	position: relative;
	background-color: var(--grey);
	border-radius: 10px 10px 20px 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 1;
}
.accountTabs-item__day {
	position: relative;
	background-color: #D7E8F5;
	min-height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 10px 15px;
	font-size: var(--h4-size);
	font-weight: 600;
	margin: 0;
}
.accountTabs-item__content {
	position: relative;
	padding: 25px 30px;
	flex: auto;
	max-height: 100%;
	min-height: 200px;
	font-size: var(--text-size-sm);
	line-height: 1.2;
}
.accountTabs-item__content p {
	margin-bottom: 35px;
}
.accountTabs-item__content p:last-child {
	margin-bottom: 0;
}
.accountTabs-item__content p strong {
	display: inline-block;
	font-size: var(--text-size);
	font-weight: 500;
	margin-bottom: 8px;
}
.accountTabs-item__button {
	position: relative;
	text-align: center;
	padding: 0 30px 27px;
}



.accountMaterials-section .heading {
	margin-bottom: 40px;
}
.accountMaterials-items {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
	padding: 0;
	list-style: none;
}
.accountMaterials-item {
	position: relative;
	margin: 0 0 20px;
	padding: 0 10px;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.accountMaterials-item__wrap {
	position: relative;
	display: block;
	height: calc((var(--container) - 2 * 20px) / 3 / 1.5884);
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	z-index: 1;
}
.accountMaterials-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.accountMaterials-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: .25s;
}
.accountMaterials-item__wrap:hover .accountMaterials-item__image img {
	transform: scale(1.05);
}
.accountMaterials-item__image:after {
	content: '';
	background-color: #080808;
	opacity: .6;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.accountMaterials-item__title {
	text-align: center;
	font-size: var(--h4-size);
	font-weight: 600;
	color: var(--white);
	line-height: 1.2;
}



.accountTests-items {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 30px;
}
.accountTests-item {
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 20px;
	padding: 0 10px;
}
.accountTests-item__wrap {
	position: relative;
	background-color: transparent;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-radius: 20px;
	padding: 50px;
	height: 100%;
}
.accountTests-item__wrap.purple {
	background-color: #F5D7F1;
}
.accountTests-item__wrap.blue {
	background-color: #D7E8F5;
}
.accountTests-item__wrap.orange {
	background-color: #F5D0BF;
}
.accountTests-item__wrap.green {
	background: rgba(40, 59, 10, 0.40);
}
.accountTests-item__wrap.brown {
	background: rgba(151, 123, 99, 0.60);
}
.accountTests-item__title {
	font-size: var(--h4-size);
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}
.accountTests-item__text {
	max-width: 360px;
	font-size: var(--h6-size);
	text-align: center;
	line-height: 1.2;
	margin-bottom: 30px;
}
.accountTests-item__button {
	text-align: center;
}
.accountTests-item__button .btn:hover {
	opacity: .75;
}
.spacer {
	height: 60px;
}
.accountReqCourse-section {
	padding-bottom: 0;
}
.accountFood-section {
	padding-top: 50px !important;
}
.accountPage-header {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px 40px;
	margin-bottom: 40px;
	z-index: 1;
}
.accountPage-header:last-child {
	margin-bottom: 0;
}
.accountPage-header p, .accountPage-header ol, .accountPage-header ul {
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}
.accountPage-header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.accountPage-header-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.accountPage-header-bg:after {
	content: '';
	background-color: #000000;
	opacity: .7;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.accountPage-header-title {
	font-size: calc(var(--h1-size) * 1.22);
	font-weight: 700;
	color: var(--white);
	text-align: center;
}



.accountFood-info {
	position: relative;
}
.accountFood-info-title {
	font-size: var(--h5-size);
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 35px;
	text-align: center;
}
.accountFood-info-text {
	font-size: var(--h6-size);
	text-align: center;
	line-height: 1.2;
	margin-bottom: 60px;
}
.accountFood-info-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
}
.accountFood-info-buttons .btn {
	min-width: 260px;
	margin-right: 30px;
}
.accountFood-info-buttons .btn:last-child {
	margin-right: 0;
}

/*new*/

p.information {
	text-align: center;
	background-color: #D7E8F5;
	border-radius: 20px;
	padding: 24px;
	width: 100%;
}

p.information.no-content {
	margin-bottom: 42px;
}

p.information a[href^='#'] {
	margin-top: 16px;
	display: inline-block;
}

p.information a.btn.btn-blue:hover {
	opacity: 0.75;
}

.testSingle-info {
	width: 100%;
}

.blogSingle-header.testSingle-header h1 {
	padding-bottom: 0;
	margin-bottom: 0;
}

.blogSingle-header.testSingle-header p {
	text-align: center;
	color: var(--white);
	padding: 32px 150px;
}

.testSingleVideo-button {
	padding-top: 40px;
  	border-top: 2px solid #D9D9D9;
  	margin-top: 40px;
}

.test-box {
	width: 100%;
}

.test-pages-title {
	display: flex;
	align-items: center;
	gap: 16px;
}

.test-pages-title div {
	border-radius: 27px;
	border: 1px solid #D9D9D9;
	display: flex;
	height: 54px;
	justify-content: center;
	align-items: center;
	padding: 0 8px;
	min-width: 54px;
	cursor: pointer;
}

.test-pages-title div:last-child {
	padding: 0 16px;
}

.test-pages-title div.past {
	background-color: #D7E8F5;
	border-color: #D7E8F5;
}

.test-pages-title div.curr {
	background-color: #F5D7F1;
	border-color: #F5D7F1;
}

.test-pages {
	margin-top: 24px;
}

.test-pages .test-page {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.test-pages .test-page .ask {
	font-size: var(--h5-size);
	font-weight: 600;
}

.test-pages .test-page .answers {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.test-pages .test-page .answers input {
	display: none;
}

.test-pages .test-page .answers label {
	width: 100%;
	position: relative;
	display: block;
	cursor: pointer;
}

.test-pages .test-page .answers label p {
	transition: all 0.25s ease-out;
	padding: 12px 16px 12px 48px;
	border-radius: 20px;
	border: 1px solid #D9D9D9;
}

.test-pages .test-page .answers label p:hover, .test-pages .test-page .answers label input:checked + p {
	transition: all 0.25s ease-in;
	background: #D9D9D9;
}

.test-pages .test-page .answers label p::before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid var(--green);
	background: #fff;
	top: 14px;
	left: 16px;
	position: absolute;
	content: "";
}

.test-pages .test-page .answers label input + p::after {
	background-color: #F5D0BF;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 18px;
	transform: scale(0);
	content: "";
	transition: all 0.25s ease-out;
}

.test-pages .test-page .answers label input:checked + p::after {
	transform: scale(1);
	transition: all 0.25s ease-in;
}

.test-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 24px;
}

.test-controls .btn.btn-green:hover {
	opacity: .75;
}

.accountMenus-section .accountTests-item .accountTests-item__wrap {
	overflow: hidden;
	position: relative;
}

.accountMenus-section .accountTests-item .accountTests-item__text, .accountMenus-section .accountTests-item .accountTests-item__text a {
	color: #fff;
	font-size: 14px;
}

.accountMenus-section .accountTests-item .accountTests-item__title a {
	color: #fff;
}

.v-video-file, .v-video-code {
	width: 100%;
	max-width: 1060px;
	height: 460px;
	border-radius: 20px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.modal-box .v-video-file, .modal-box .v-video-code {
    height: auto
}

.v-video-file video {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.v-video-code iframe {
	width: 100%;
	height: 100%;
	max-height: 100%;
	max-width: 100%;
}

.modal-box .v-video-file iframe, .modal-box .v-video-code iframe {
    min-height: 500px;
	min-width: 1060px;
}

.accountVideo-list {
	margin-top: 50px;
}

.accountVideo-list .information {
	margin-left: auto;
	margin-right: auto;
	max-width: 1060px;
}

@media (max-width: 1199px) {
	.accountMain-content > .section:first-child {
	    padding-top: 50px;
	}
	.accountVideo-head {
		margin-bottom: 35px;
	}
	.accountTabs-nav {
		margin-bottom: 20px;
	}
	.accountTabs-nav li a {
		min-height: 60px;
		padding: 10px;
		font-size: var(--h6-size);
	}
	.accountTabs-item__day {
		font-size: var(--h5-size);
		min-height: 56px;
	}
	.accountTabs-item__content {
		padding: 20px 25px;
	}
	.accountTabs-item__button {
		padding: 0 25px 20px;
	}
	.accountVideo-section .heading {
   	margin-bottom: 30px;
	}
	.accountVideo-item-sm {
		margin-bottom: 40px;
	}
	.header-logo img {
		max-width: 280px;
	}
	.accountVideo-day {
		font-size: var(--h1-size);
		margin-bottom: 35px;
	}
	.accountVideo-item__lesson {
		margin-bottom: 30px;
	}
	.accountPage-header {
		padding: 20px 30px;
	}
	.accountPage-header-title {
		font-size: var(--h1-size);
	}
	.accountFood-info-text {
		margin-bottom: 40px;
	}
	.accountTests-item__wrap {
		padding: 30px;
	}
	.accountTests-items {
		margin-bottom: 20px;
	}
	.accountPage-title {
		margin-bottom: 40px;
	}
	.accountVideo-item {
		margin-bottom: 60px;
	}
	.accountVideo-item-sm {
    	margin-bottom: 30px;
	}
}





@media (max-width: 991px) {
	.headerAccount .header-toggle {
		display: flex;
	}
	.headerAccount .account-menu {
		display: none;
	}
	.headerAccount .header-logo {
		margin-right: 0;
		flex: auto;
	}
	.accountMain-content > .section:first-child {
		padding-top: 40px;
	}
	.accountVideo-head {
		display: block;
		text-align: center;
	}
	.video-player {
		height: calc(var(--container-sm) / 1.559);	
	}
	.accountInfo-block {
		padding: 35px 0;
	}
	.accountInfo-block-wrap {
		display: block;
		text-align: center;
	}
	.accountInfo-block-button {
		margin-top: 30px;
		margin-left: 0;
	}
	.accountTabs-nav li {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.accountTabs-nav li a {
		font-size: var(--text-size-sm);
	}
	.accountTabs-items {
		margin-bottom: -20px;
	}
	.accountTabs-item {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.accountMaterials-section .heading {
		margin-bottom: 35px;
		text-align: center;
	}
	.accountMaterials-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.accountMaterials-item__wrap {
		height: calc((var(--container) - 20px) / 2 / 1.5884);
	}
	.accountMaterials-item__title {
		font-size: calc(var(--h3-size) / 1.0909);
	}
	.accountVideo-day {
		font-size: calc(var(--h1-size) / 1.1538);
		margin-bottom: 25px;
	}
	.accountVideo-item__lesson {
		margin-bottom: 23px;
		font-size: calc(var(--h2-size) / 1.0909);
	}
	.accountVideo-item {
		margin-bottom: 45px;
	}
	.accountVideo-item-sm {
    	margin-bottom: 25px;
	}
	.accountPage-title {
		font-size: calc(var(--h1-size) / 1.1538);
	}
	.accountVideo-item__meta {
		margin-bottom: 25px;
	}
	.accountVideo-item__title {
		font-size: var(--h4-size);
	}
	.accountVideo-item__time {
		font-size: var(--h4-size);
	}
	.accountVideo-item__time:before {
		width: 30px;
		height: 30px;
		flex: 0 0 30px;
		max-width: 30px;
		margin-right: 10px;
	}
	.accountPage-header {
		min-height: 150px;
		margin-bottom: 30px;
		padding: 20px 15px;
	}
	.accountPage-header-title {
		font-size: calc(var(--h2-size) / 1.0909);
	}
	.accountFood-info-title {
		margin-bottom: 25px;
	}
	.accountFood-info-text {
		font-size: var(--text-size);
	}
	.accountFood-info-buttons {
		flex-direction: column;
	}
	.accountFood-info-buttons .btn {
		margin-right: 0;
		margin-bottom: 25px;
	}
	.accountFood-info-buttons .btn:last-child {
		margin-bottom: 0;
	}
	.accountTests-item__title {
		font-size: var(--h3-size);
	}
	.accountTests-item__text {
		font-size: var(--text-size-sm);
	}

	.account-menu {
		display: block;
		line-height: 1.21;
		max-width: var(--container);
		margin-left: auto;
		margin-right: auto;
	}
	.account-menu > li {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		margin-right: 0;
		margin-bottom: 25px;
	}
	.account-menu > li:last-child {
		margin-bottom: 0;
	}
	.account-menu li a {
		color: var(--white);
	}
	.account-menu li a:hover {
		color: var(--grey);
	}
	.account-menu > li > a {
		flex: 0 0 calc(100% - 25px);
		max-width: calc(100% - 25px);
		padding-right: 20px;
		font-weight: 600;
		order: 1;
	}
	.account-menu-chevrone {
		-webkit-mask-size: contain;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-image: url(images/arrow-up.svg);
		mask-image: url(images/arrow-up.svg);
		background-color: var(--white);
		flex: 0 0 25px;
		max-width: 25px;
		width: 25px;
		height: 25px;
		transform: rotate(180deg);
		cursor: pointer;
		order: 2;
		transition: .25s;
		z-index: 1;
	}
	.account-menu li:hover > .account-menu-chevrone {
		background-color: var(--grey);
	}
	.account-menu li.active > .account-menu-chevrone {
		transform: rotate(0deg);
	}
	.account-menu ul {
		display: none;
		flex: 0 0 100%;
		max-width: 100%;
		margin: 20px 0 0 20px;
		padding: 0;
		list-style: none;
		order: 3;
	}
	.account-menu li.active > ul {
		display: block;
	}
	.account-menu ul li {
		margin-bottom: 20px;
	}
	.account-menu ul li:last-child {
		margin-bottom: 0;
	}
}



@media (max-width: 575px) {
	.accountTabs-item,
	.accountMaterials-item,
	.accountTests-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.accountMaterials-item__wrap {
		height: calc(var(--container) / 1.5884);
	}
}

/*---------------------------------------------------------------------------------------------------------------------------------------*/
/*new styles for new account layout*/

:root {
    --account-grey: #D9D9D9;
    --account-grey-border: #CBCBCB;
    --account-grey-icon: #A2A2A2;
    --account-lightgrey: #F4F3EF;
    --account-lightgrey2: #D7E8F5;
    --account-dark-grey: #454646;
    --account-darkblue: #7FA2BD;
    --account-darkblue-75: #9FBACE;
    --account-darkblue-50: rgba(127, 162, 189, 0.5);
    --account-white: #ffffff;
    --account-black: #000000;
    --account-black-40: rgba(0, 0, 0, 0.40);
    --account-text: #252525;
    --account-green: #434F45;
    --account-green-light: #4B564C;
    --account-lightblue: #D7E8F5;
    --account-lightred: #F5D7F1;
    --account-lightorange: #F5D0BF;
    --account-darkorange: #CA8B6E;

    --account-out: all 0.25s ease-out;
    --account-in: all 0.25s ease-in;
    --account-in-out: all 0.25s ease-in-out;
}

.img-cover {
    overflow: hidden;
}

.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.account-start*/

.account-course {
    padding: 25px 0 60px;
}

.account-start {
    padding: 60px 0 50px;
}

.account-start .box {
    /*display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.account-start .box.no-login-user {
	flex-direction: column;
    display: flex;
}

.account-start .box.no-login-user .log-reg-buts {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: center;
}

.account-start .box.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.account-start .box .item {
    width: 100%;
    max-width: 305px;
    height: 200px;
    flex-shrink: 0;
    border-radius: 10px;
    background: var(--account-grey);
    position: relative;
    text-decoration: none;
}

.account-start .box .item::after {
    bottom: 16px;
    right: 16px;
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: url('../images/deg-arrow.svg') center center no-repeat, var(--account-white);
}

.account-start .box .item .name {
    display: block;
    width: 100%;
    max-width: calc(100% - 30px);
    position: absolute;
    top: 30px;
    left: 15px;
    color: var(--account-white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.account-start .box .item .date {
    position: absolute;
    left: 15px;
    bottom: 20px;
    display: flex;
    padding: 3px 7px;
    line-height: 16px;
    font-size: 14px;
    border-radius: 20px;
    background: var(--account-lightgrey);
    color: var(--account-text)
}

.account-start .box .item img {
    scale: 1;
    transition: var(--account-out);
}

.account-start .box .item:hover img {
    scale: 1.05;
    transition: var(--account-in);
}

/*--------*/

/*account-course-start*/

.account-course-start {
    padding: 25px 0 55px;
    overflow-x: hidden;
}

.account-course-start .box {
    width: 100%;
}

.account-course .box .courses-dropdown-menu {
    width: 100%;
    position: relative;
    z-index: 4;
}

.account-course .box .courses-dropdown-menu .item {
    width: 100%;
    max-width: 325px;
    border: 1px solid var(--account-grey-border);
    border-radius: 10px;
    padding: 5px;
    transition: var(--account-out);
    box-shadow: 0 0 0 1px var(--white);
    position: relative;
}

.account-course .box .courses-dropdown-menu .item.open {
    transition: var(--account-in);
    border-color: var(--account-green-light);
    box-shadow: 0 0 0 1px var(--account-green-light);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.account-course .box .courses-dropdown-menu .item a {
    width: 100%;
    display: grid;
    gap: 15px;
    grid-template-columns: 65px auto;
    text-decoration: none;
    position: relative;
}

.account-course .box .courses-dropdown-menu .item.choosed a::after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--account-grey-icon);
    position: absolute;
    right: 11px;
    top: 50%;
    translate: -50% 0;
    transition: var(--account-out);
}

.account-course .box .courses-dropdown-menu .item.choosed.open a::after {
    border-top: 0px solid var(--account-grey-icon);
    border-bottom: 5px solid var(--account-grey-icon);
    transition: var(--account-in);
}

.account-course .box .courses-dropdown-menu .item.choosed::before {
    width: 100%;
    height: 1px;
    background: var(--account-white);
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    opacity: 0;
}

.account-course .box .courses-dropdown-menu .item.choosed.open::before {
    opacity: 1;
}

.account-course .box .courses-dropdown-menu .item a .img {
    width: 65px;
    min-height: 65px;
    border-radius: 8px;
    flex-shrink: 0;
}

.account-course .box .courses-dropdown-menu .item a .img img {
    transition: var(--account-out);
    scale: 1;
}

.account-course .box .courses-dropdown-menu .item a:hover .img img {
    transition: var(--account-in);
    scale: 1.15;
}

.account-course .box .courses-dropdown-menu .item a .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 6px;
}

.account-course .box .courses-dropdown-menu .item a .info .name {
    font-size: 18px;
    color: var(--account-black);
    line-height: 1.1;
    transition: var(--account-out);
}

.account-course .box .courses-dropdown-menu .item a:hover .info .name {
    color: var(--account-green);
    transition: var(--account-in);
}

.account-course .box .courses-dropdown-menu .item a .info .expire {
    background: var(--account-lightgrey);
    padding: 3px 7px;
    border-radius: 20px;
    font-size: 14px;
    color: var(--account-text);
    line-height: 1;
}

.account-course .box .courses-dropdown-menu .other-items .item {
    border: 0px solid var(--account-grey-border);
    border-radius: 0px;
    padding: 5px;
    transition: var(--account-out);
}

.account-course .box .courses-dropdown-menu .other-items {
    transition: var(--account-out);
    max-height: 0;
    border: 1px solid transparent;
    border-top-width: 0;
    overflow: hidden;
    background: transparent;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    max-width: 325px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 0 1px transparent;
    translate: 0 -3px;
}

.account-course .box .courses-dropdown-menu .other-items.open {
    transition: var(--account-in);
    border-color: var(--account-green-light);
    box-shadow: 0 0 0 1px var(--account-green-light);
    background: var(--account-white);
    translate: 0px 0;
}

.account-course .box .courses-dropdown-menu .other-items .item {
    border-top: 1px solid var(--account-grey-border);
}

.account-course-start .box .nav-items {
    margin-top: 45px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, 1fr);
}

.account-course-start .box .nav-items .nav-item {
    width: 100%;
    height: 150px;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
}

.account-course-start .box .nav-items .nav-item::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    position: absolute;
    background-color: var(--account-black);
    opacity: 0.2;
}

.account-course-start .box .nav-items .nav-item::after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: url('../images/deg-arrow.svg') center center / 10px auto no-repeat, var(--account-white);
    position: absolute;
    right: 10px;
    bottom: 12px;
    content: "";
    z-index: 3;
}

.account-course-start .box .nav-items .nav-item img {
    scale: 1;
    transition: var(--account-out);
    position: relative;
    z-index: 1;
}

.account-course-start .box .nav-items .nav-item:hover img {
    scale: 1.05;
    transition: var(--account-in);
}

.account-course-start .box .nav-items .nav-item .name {
    top: 15px;
    left: 10px;
    position: absolute;
    width: 100%;
    max-width: calc(100% - 20px);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    color: var(--account-white);
    z-index: 3;
}

.account-course-start .box .nav-items .nav-item .info {
    position: absolute;
    left: 10px;
    bottom: 12px;
    border-radius: 10px;
    border: 1px solid var(--account-white);
    color: var(--account-white);
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 20px;
    font-size: 11px;
    font-weight: 500;
}

.account-course .box .course-start-additional {
    margin-top: 80px;
}

.account-course .box .course-start-additional p {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.account-course .box .course-start-additional > p strong {
    font-weight: 500;
}

.account-course .box .course-start-additional .items {
    margin-top: 55px;
    display: flex;
    gap: 20px;
}

.account-course .box .course-start-additional .items a {
    display: flex;
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 390px;
    text-decoration: none;
}

.account-course .box .course-start-additional .items a .img-wr {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.account-course .box .course-start-additional .items a img {
    transition: var(--account-out);
    scale: 1;
}

.account-course .box .course-start-additional .items a:hover img {
    transition: var(--account-in);
    scale: 1.05;
}

.account-course .box .course-start-additional .items a.start {
    max-width: 509px;
    margin-left: 20px;
}

.account-course .box .course-start-additional .items a.start::before {
    width: 413px;
    height: 314px;
    border-radius: 10px;
    background: var(--account-lightblue);
    content: "";
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.account-course .box .course-start-additional .items a.start::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/ph_play.svg') center center no-repeat;
}

.account-course .box .course-start-additional .items a.additional {
    max-width: 306px;
}

.account-course .box .course-start-additional .items a.goods {
    max-width: 413px;
}

.account-course .box .course-start-additional .items a.goods::before {
    width: 403px;
    height: 314px;
    border-radius: 10px;
    background: var(--account-lightred);
    content: "";
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

.account-course .box .course-start-additional .items a .name {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: var(--account-text);
}

.account-course .box .course-start-additional .items a.start .name {
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--account-lightblue);
    max-width: 265px;
}

.account-course .box .course-start-additional .items a.additional .name {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--account-lightgrey);
    max-width: 250px;
}

.account-course .box .course-start-additional .items a.goods .name {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    right: 0;
    top: 0;
    background: var(--account-lightred);
    max-width: 265px;
}

.account-course .box .course-start-additional .links {
    margin-top: 30px;
    display: flex;
    gap: 20px;
}

.account-course .box .course-start-additional .links a {
    width: 502px;
    height: 100px;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 20px;
    color: var(--account-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
}

.account-course .box .course-start-additional .links a:hover {
    color: var(--account-text);
}

.account-course .box .course-start-additional .links a.tg {
    background: var(--account-lightgrey2);
    margin-left: 20px;
}

.account-course .box .course-start-additional .links a.tg2 {
    background: var(--account-lightorange);
}

.account-course .box .course-start-additional .links a .icon {
    width: 45px;
    height: 45px;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: var(--account-out);
}

.account-course .box .course-start-additional .links a:hover .icon {
    transition: var(--account-in);
    opacity: 0.75;
}

.account-course .box .course-start-additional .links a.tg .icon {
    background: var(--account-darkblue);
}

.account-course .box .course-start-additional .links a.tg2 .icon {
    background: var(--account-darkorange);
}

.account-course .box .course-start-additional .links a .text {
    max-width: 300px;
}

/*--------*/

/**/

.account-course.account-course-materials {
    overflow-x: hidden;
}

.account-course .materials-controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    margin-top: 30px;
}

.account-course .materials-controls::before {
    width: 100vw;
    height: 100%;
    content: "";
    background: var(--account-lightgrey);
    opacity: 0.6;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
    border-bottom: 1px solid rgba(0, 0, 0, 0.02);
    position: absolute;
    left: 50%;
    top: 0;
    translate: -50% 0;
    z-index: -1;
}

.account-course .materials-controls .back {
    width: 170px;
    display: flex;
    flex-shrink: 0;
}

.account-course .materials-controls .back a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-green);
    line-height: 20px;
}

.account-course .materials-controls .back a:hover {
    text-decoration: underline;
}

.account-course .materials-controls .back a::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url('../images/account-back.svg') left center no-repeat;
}

.account-course .materials-controls .content-nav {
    width: 170px;
    display: flex;
    justify-content: flex-end;
    flex-shrink: 0;
}

.account-course .materials-controls .content-nav button {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-green);
    cursor: pointer;
    border: 0;
    background: none;
    height: 20px;
}

.account-course .materials-controls .content-nav button:hover {
    text-decoration: underline;
}

.account-course .materials-controls .content-nav button::before {
    content: "";
    width: 18px;
    height: 12px;
    background: url('../images/account-menu.svg') left center no-repeat;
}

.account-course .materials-controls .title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-black);
}

.account-course .materials-controls .title .icon {
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    flex-shrink: 0;
}

.account-course .online-materials-items {
    margin-top: 50px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.account-course .online-materials-items .sidebar {
    width: 100%;
    max-width: 304px;
    order: 1;
}

.account-course .online-materials-items .sidebar ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 0;
}

.account-course .online-materials-items .sidebar ul li a {
    color: var(--account-black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
    transition: var(--account-out);
}

.account-course .online-materials-items .sidebar ul li a:hover {
    color: var(--account-green);
    transition: var(--account-in);
}

.account-course .online-materials-items .sidebar ul li a.active {
    font-weight: bold;
}

.account-course .online-materials-items .sidebar ul li.current a {
    color: var(--account-green);
    transition: var(--account-in);
    text-decoration: underline;
}

.account-course .materials-items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px 20px;
}

.account-course .materials-items.col-3 {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
    width: 100%;
    max-width: 956px;
    order: 2;
}

.account-course .materials-items .item {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.account-course .materials-items .item a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    text-decoration: none;
}

.account-course .materials-items .item a .img {
    width: 100%;
    height: 160px;
    position: relative;
}

.account-course .materials-items .item a .img::after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--account-black);
    opacity: 0.2;
    z-index: 2;
}

.account-course .materials-items .item a .img > img {
    transition: var(--account-out);
    scale: 1;
    z-index: 1;
    position: relative;
}

.account-course .materials-items .item a:hover .img > img {
    transition: var(--account-in);
    scale: 1.05;
}

.account-course .materials-items .item a .img .name {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-white);
    z-index: 3;
}

.account-course .materials-items .item a .img .name .icon {
    display: flex;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    overflow: hidden;
}

.account-course .materials-items .item a .about {
    padding: 12px 15px;
    width: 100%;
    min-height: 92px;
    display: flex;
    font-size: 14px;
    line-height: normal;
    color: var(--account-black);
    background: var(--account-lightgrey);
}

.account-course .materials-items .item a:hover .about {
    text-decoration: underline;
}

/*--------*/

/**/

.course-navigation {
    width: 100%;
    max-width: 450px;
    position: fixed;
    top: 0;
    right: -450px;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
    background: var(--account-white);
    height: 100vh;
    opacity: 0;
    transition: var(--account-out);
    z-index: 101;
}

.course-navigation.show {
    opacity: 1;
    right: 0px;
    transition: var(--account-in);
}

.course-navigation .controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    height: 57px;
    width: 100%;
    border-bottom: 1px solid var(--account-grey);
}

.course-navigation .controls .name {
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-green);
    display: flex;
    align-items: center;
    gap: 10px;
}

.course-navigation .controls .name::before {
    width: 24px;
    height: 24px;
    content: "";
    background: url('../images/account-menu.svg') center center no-repeat;
}

.course-navigation .controls button.close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid var(--account-text);
    background: url('../images/account-close.svg') center center no-repeat;
    padding: 0;
    cursor: pointer;
}

.course-navigation .course-navigation-items {
    overflow-y: auto;
    height: calc(100vh - 57px);
}

.course-navigation .course-navigation-items .item .name {
    padding: 10px 30px;
    background: var(--account-lightgrey);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: var(--account-green);
    line-height: 20px;
}

.course-navigation .course-navigation-items .item ul {
    padding: 12px 30px;
    list-style: none;
    margin: 0;
}

.course-navigation .course-navigation-items .item ul li {
    width: 100%;
}

.course-navigation .course-navigation-items .item ul li:not(:first-child) {
    margin-top: 15px;
}

.course-navigation .course-navigation-items .item ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--account-text);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.course-navigation .course-navigation-items .item ul li a:hover {
    text-decoration: underline;
    color: var(--account-green);
}

.course-navigation .course-navigation-items .item ul li a .img {
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    border-radius: 50%;
}

/*--------*/

/**/

.account-course .materials-content {
    margin-top: 45px;
}

.account-course .materials-content .text-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.account-course .materials-content .text-content > * {
    margin: 0;
}

.account-course .materials-content .text-content h1 {
    font-size: 28px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content h2 {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content h5 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content h6 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.account-course .materials-content .text-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--account-black);
    margin: 0;
}

.account-course .materials-content .text-content img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.account-course .materials-content .text-content img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.account-course .materials-content .text-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.account-course .materials-content .text-content a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.account-course .materials-content .text-content a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

.account-course .materials-content .text-content a img.aligncenter {
    display: block;
    margin-left: auto;margin-right: auto;
}

.account-course .materials-content .text-content .condition {
    border-radius: 20px;
    background: var(--account-lightgrey2);
    padding: 30px 45px 45px 45px;
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 34px;
}

.account-course .materials-content .text-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.account-course .materials-content .text-content ul li {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--account-text);
    padding-left: 28px;
    position: relative;
}

.account-course .materials-content .text-content ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/mark1.svg') center center no-repeat;
}

.account-course .materials-content .text-content ul.mark2 li::before {
    background: url('../images/mark2.svg') center center no-repeat;
}

.account-course .materials-content .text-content ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: ol;
}

.account-course .materials-content .text-content ol.zero {
    counter-reset: ol -1;
}

.account-course .materials-content .text-content ol li {
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: var(--account-text);
    padding-left: 34px;
    position: relative;
}

.account-course .materials-content .text-content ol li::before {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    counter-increment: ol;
    content:  counter(ol);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    background: var(--account-darkblue);
    color: var(--account-white);
    font-size: 14px;
    font-weight: 600;
}

.account-course .materials-content .text-content .condition ul, .account-course .materials-content .text-content .condition ol {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 130px;
    margin: 0;
}

.account-course .materials-content .text-content iframe {
    width: 800px !important;
    height: 450px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 34px;
    margin-bottom: 34px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.account-course .materials-content .text-content .block-lightgrey {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
    background: var(--account-lightgrey);
    margin: 10px 0;
}

.account-course .materials-content .text-content img {
    max-width: 845px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.account-course .materials-content .text-content .block-lightblue {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 20px;
    background: var(--account-lightblue);
    margin: 10px 0;
}


/*--------*/

/**/

.account-course .courses-back-link .back {
    display: flex;
    margin-top: 30px;
}

.account-course .courses-back-link .back a {
    display: flex;
    align-items: center;
    gap: 0px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-green);
}

.account-course .courses-back-link .back a:hover {
    text-decoration: underline;
}

.account-course .courses-back-link .back a::before {
    content: "";
    width: 12px;
    height: 14px;
    background: url('../images/account-back.svg') left center no-repeat;
    margin-right: 12px;
}

/*--------*/

/**/

.account-course .materials-content-sources {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.account-course .materials-content-sources .item {
    width: 100%;
}

.account-course .materials-content-sources .item .name {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: var(--account-black);
}

.account-course .materials-content-sources .item .name .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    flex-shrink: 0;
}

.account-course .materials-content-sources .item .content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.account-course .materials-content-sources .item .content > * {
    margin: 0;
}

.account-course .materials-content-sources .item .content p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.account-course .materials-content-sources .item .content ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
}

.account-course .materials-content-sources .item .content ul li {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--account-black);
    padding-left: 28px;
    position: relative;
}

.account-course .materials-content-sources .item .content ul li::before {
    width: 20px;
    height: 20px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/mark1.svg') center center no-repeat;
}

.account-course .materials-content-sources .item .content ol {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 5px;
    list-style: none;
    padding: 0;
    counter-reset: ol2;
}

.account-course .materials-content-sources .item .content ol li {
    display: flex;
    gap: 6px;
    font-size: 16px;
    font-weight: 400;
}

.account-course .materials-content-sources .item .content ol li::before {
    counter-increment: ol2;
    content: counter(ol2)". ";
    display: flex;
    width: 22px;
    font-size: 16px;
    color: var(--account-green);
    font-weight: 400;
    line-height: normal;
    flex-shrink: 0;
}

.account-course .materials-content-sources .item .links {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
}

.account-course .materials-content-sources .item .links a {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    border-radius: 5px;
    background: var(--account-lightgrey);
    color: var(--account-text);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    transition: var(--account-out);
    text-decoration: none;
}

.account-course .materials-content-sources .item .links a:hover {
    transition: var(--account-in);
    background: var(--account-green);
    color: var(--account-white);
}

/*--------*/

/**/

.account-course .materials-menus-items {
    margin-top: 40px;
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
}

.account-course .materials-menus-items a.item {
    width: 100%;
    height: 200px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    color: var(--account-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.account-course .materials-menus-items a.item span.img {
    width: 100%;
    height: 100%;
    display: flex;
}

.account-course .materials-menus-items a.item span.img img {
    scale: 1;
    transition: var(--account-out);
}

.account-course .materials-menus-items a.item:hover span.img img {
    scale: 1.05;
    transition: var(--account-in);
}

.account-course .materials-menus-items a.item span.name {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background: var(--account-black-40);
    padding: 0 25%;
    text-align: center;
    padding-top: 35px;
}

.account-course .materials-menus-items a.item span.name::before {
    width: 30px;
    height: 30px;
    content: "";
    background: url('../images/leaf-icon.webp') center center / 20px auto no-repeat;
}

/*--------*/

/**/

.account-course .stream-info {
    margin-top: 40px;
}

.account-course .stream-info .stream-info-text {
    border-radius: 15px;
    background: var(--account-lightblue);
    padding: 25px 15px 37px 15px;
    display: flex;
    gap: 26px;
    flex-direction: column;
    align-items: center;
}

.account-course .stream-info .stream-info-text .title {
    text-align: center;
    color: var(--account-text);
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.account-course .stream-info .stream-info-text .items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}

.account-course .stream-info .stream-info-text .items .item:not(:first-child) {
    border-left: 1px solid var(--account-darkblue-50);
}

.account-course .stream-info .stream-info-text .items .item {
    padding: 0 32px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-bottom: 20px;
}

.account-course .stream-info .stream-info-text .items .item p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: var(--account-black);
}

.account-course .stream-info .stream-info-text .items .item p strong, .account-course .stream-info .stream-info-text .items .item p b {
    font-weight: 500;
}

.account-course .stream-info .stream-info-link {
    display: flex;
    justify-content: center;
    translate: 0 -50%;
}

.account-course .stream-info .stream-info-link a {
    height: 48px;
    padding: 0 32px;
    border-radius: 24px;
    border: 3px solid var(--account-white);
    background: var(--account-darkblue);
    transition: var(--account-out);
    color: var(--account-white);
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.account-course .stream-info .stream-info-link a:hover {
    background: var(--account-darkblue-75);
    transition: var(--account-out);
}

/*--------*/

/**/

#online-start.modal {
    width: auto;
    height: auto;
}

#online-start .modal-box, #online-start .modal-box {
    max-width: 1060px;
}

#online-start .v-video-file, #online-start .v-video-code {
    margin-left: 0;
    margin-right: 0;
}

/*--------*/

/*responsive*/

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .account-start .box {
        gap: 25px;
        flex-direction: column;
    }

    .account-start .box .item {
        max-width: 100%;
    }

    .account-course .box .courses-dropdown-menu .item {
        max-width: 100%;
    }

    .account-course .box .courses-dropdown-menu .other-items {
        max-width: 100%;
    }

    .account-course-start .box .nav-items {
        margin-top: 20px;
        grid-template-columns: repeat(1, 1fr);
    }

    .account-course .box .course-start-additional {
        margin-top: 50px;
    }

    .account-course .box .course-start-additional p {
        font-size: 16px;
        line-height: 20px;
    }

    .account-course .box .course-start-additional .items {
        margin-top: 45px;
        gap: 25px;
        flex-direction: column;
    }

    .account-course .box .course-start-additional .items a {
        height: 325px;
    }

    .account-course .box .course-start-additional .items a.start {
        max-width: calc(100% - 15px);
        margin-left: 15px;
    }

    .account-course .box .course-start-additional .items a.start::before {
        width: 270px;
        height: 250px;
        left: -15px;
        top: -15px;
    }

    .account-course .box .course-start-additional .items a .name {
        padding: 12px 10px;
        font-size: 14px;
    }

    .account-course .box .course-start-additional .items a.start .name {
        margin-left: 115px;
    }

    .account-course .box .course-start-additional .items a.additional {
        height: 300px;
        max-width: 100%;
    }

    .account-course .box .course-start-additional .items a.additional .name {
        margin-left: 118px;
    }

    .account-course .box .course-start-additional .items a.goods {
        height: 325px;
        max-width: calc(100% - 15px);
    }

    .account-course .box .course-start-additional .items a.goods .name {
        margin-left: 118px;
    }

    .account-course .box .course-start-additional .items a.goods::before {
        width: 320px;
        height: 230px;
        right: -15px;
        bottom: -15px;
    }

    .account-course .box .course-start-additional .links {
        margin-top: 50px;
        flex-direction: column;
    }

    .account-course .box .course-start-additional .links a.tg {
        margin-left: 0px;
    }

    .account-course .box .course-start-additional .links a {
        width: 100%;
        height: auto;
    }

    .account-course .box .course-start-additional .links a .icon {
        flex-shrink: 0;
    }

    .account-course .materials-items {
        margin-top: 25px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px 20px;
    }

    .account-course .materials-controls {
        min-height: 58px;
        height: auto;
        margin-top: 75px;
        padding: 9px 0;
        position: relative;
        justify-content: center;
    }

    .account-course .materials-controls .back {
        position: absolute;
        left: 0;
        top: -45px;
    }

    .account-course .materials-controls .back a span span {
        display: none;
    }

    .account-course .materials-controls .content-nav {
        position: absolute;
        right: 0;
        top: -45px;
    }

    .course-navigation .course-navigation-items .item ul {
        padding: 12px 16px;
    }

    .course-navigation .course-navigation-items .item .name {
        padding: 10px 16px;
    }

    .course-navigation .controls {
        padding: 0 16px;
    }

    .account-course .materials-content {
        margin-top: 25px;
    }

    .account-course .materials-content .text-content .condition {
        padding: 25px 10px;
        gap: 20px;
        margin-top: 14px;
    }

    .account-course .materials-content .text-content .condition ul, .account-course .materials-content .text-content .condition ol {
        grid-template-columns: 1fr;
    }

    .account-course .materials-content .text-content h3 {
        font-size: 18px;
    }

    .account-course .materials-content .text-content iframe {
        width: 100% !important;
        height: 250px !important;
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .account-course .materials-content .text-content .block-lightgrey {
        padding: 25px 10px;
    }

    .account-course .materials-content .text-content .block-lightgrey ul, .account-course .materials-content .text-content .block-lightgrey ol {
        margin: 0;
    }

    .account-course .materials-content .text-content img {
        margin-top: 14px;
        margin-bottom: 14px;
    }

    .account-course .materials-content .text-content .block-lightblue {
        padding: 25px 10px;
        margin: 14px 0;
    }

    .account-course .materials-content .text-content .block-lightblue ol, .account-course .materials-content .text-content .block-lightblue ul {
        margin: 0;
    }

    .account-course.account-course-materials-dop-text .materials-controls {
        margin-top: 25px;
    }

    .account-course.account-course-materials-dop-text .courses-back-link .back a span span {
        display: none;
    }

    .account-course .materials-content-sources .item .links {
        display: grid;
        gap: 15px 12px;
        margin-top: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .account-course .materials-content-sources {
        margin-top: 40px;
        gap: 40px;
    }

    .account-course .materials-menus-items {
        margin-top: 30px;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .account-course .stream-info {
        margin-top: 30px;
    }

    .account-course .stream-info .stream-info-text {
        padding: 25px 15px 48px 15px;
        gap: 30px;
    }

    .account-course .stream-info .stream-info-text .items {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .account-course .stream-info .stream-info-text .items .item:not(:first-child) {
        border-left: 0px solid var(--account-darkblue-50);
    }

    .account-course .stream-info .stream-info-text .items .item {
        padding: 0;
        padding-bottom: 0px;
        position: relative;
    }

    .account-course .stream-info .stream-info-text .items .item:not(:first-child)::after {
        width: 150px;
        height: 1px;
        position: absolute;
        top: -20px;
        left: 50%;
        translate: -50% 0;
        content: "";
        background: var(--account-darkblue-50);
    }

    .account-course .online-materials-items {
        margin-top: 25px;
        flex-direction: column;
    }

    .account-course .materials-items.col-3 {
        grid-template-columns: 1fr;
        max-width: 100%;
    }

    .account-course .online-materials-items .sidebar ul li a {
        font-size: 14px;
        padding: 7px 11px;
        border: 1px solid var(--account-dark-grey);
        border-radius: 50px;
        display: flex;
    }

    .account-course .online-materials-items .sidebar ul li a:hover {
        color: var(--account-white);
        background: var(--account-green);
        transition: var(--account-in);
    }

    .account-course .online-materials-items .sidebar {
        max-width: 100%;
    }

    .account-course .online-materials-items .sidebar ul {
        flex-direction: row;
        gap: 15px 8px;
        flex-wrap: wrap;
    }
}

@media (min-width: 768px) and (max-width: 1309px) {
    .container {
        max-width: 100%;
        padding: 0 10px;
    }

    .account-course .materials-content .text-content iframe {
        width: 100% !important;
    }

    .account-course .materials-content-sources {
        margin-top: 20px;
    }

    .account-course .materials-content-sources .item .links {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr;
    }

    .account-course .materials-controls {
        height: auto;
        min-height: 58px;
        padding: 8px 0;
    }

    .account-course .materials-items {
        margin-top: 50px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .account-course .materials-menus-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .account-course-start .box .nav-items {
        grid-template-columns: repeat(3, 1fr);
    }

    .account-course .box .course-start-additional .items {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    .account-course .box .course-start-additional .items a.start {
        max-width: 100%;
    }

    .account-course .box .course-start-additional .items a.additional {
        max-width: 100%;
    }

    .account-course .box .course-start-additional .items a.start::before {
        width: 310px;
    }
    
    .account-course .box .course-start-additional .items a.goods {
        max-width: calc(100% - 20px);
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .account-course .box .course-start-additional .links a.tg {
        margin-left: 0px;
    }

    .account-course .box .course-start-additional .links {
        margin-top: 45px;
    }

    .account-course .online-materials-items {
        margin-top: 35px;
        flex-direction: column;
        gap: 35px;
    }

    .account-course .online-materials-items .sidebar {
        max-width: 220px;
    }

    .account-course .online-materials-items .sidebar ul {
        gap: 24px;
    }

    .account-course .materials-items.col-3 {
        grid-template-columns: 1fr 1fr;
        max-width: 100%;
    }

    .account-course .online-materials-items .sidebar ul li a {
        font-size: 14px;
        padding: 7px 11px;
        border: 1px solid var(--account-dark-grey);
        border-radius: 50px;
        display: flex;
    }

    .account-course .online-materials-items .sidebar ul li a:hover {
        color: var(--account-white);
        background: var(--account-green);
        transition: var(--account-in);
    }

    .account-course .online-materials-items .sidebar {
        max-width: 100%;
    }

    .account-course .online-materials-items .sidebar ul {
        flex-direction: row;
        gap: 15px 8px;
        flex-wrap: wrap;
    }

    .account-start .box {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .account-start .box .item {
        max-width: 100%;
    }

    .account-course .box .course-start-additional {
        margin-top: 40px;
    }


}

/*--------*/