
.g-box {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 15px;
}

.g-gap{
	height: 30px;
}
.g-text-green{
	margin: 15px 0;
	color: green;
	font-weight: bold;
}
.g-text-red{
	margin: 15px 0;
	color: red;
	font-weight: bold;
}
.g-btn__wrap{
	display: flex;
	justify-content: center;
}
.g-btn-gold {
	display: inline-block;
	margin-top: 15px;
	padding: 3px 10px 0px 10px;
	line-height: 30px;
	background: radial-gradient(circle, #f6e9a4 1%, #bfa765 100%);
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	text-decoration: none !important;
}.g-btn-gold:hover {
	text-decoration: none !important;
	color: #000;
	background: radial-gradient(circle, #f6e9a4 1%, #BFA706 100%)
}
.g-btn-gold--block {
	display: block;
	text-align: center;
}
.g-text-center{
	text-align: center;
}
.g-light-bg{
	background-color: #aaaaaa;
	padding: 7px 10px 1px 10px;
	border-radius: 20px;
	margin-bottom: 15px;
}


.lesson-block__head{
	margin: 5px 0 15px 0;
	text-align: center;
}
.lesson-block__head > *{
	margin: 0;
}
.lesson-block__tilte{
	font-size: 22px;
	text-transform: uppercase;
}
.lesson-block__name{
	font-size: 18px;
	text-transform: uppercase;
}
.lesson-block__text{
	font-size: 16px;
}
.lesson-block__ref{
	font-size: 16px;
}
.lesson-block__price{
	font-size: 18px;
}

.lesson-block__body{
	color: #fff;
	font-size: 14px;
}
.lesson-block__list{
	padding-left: 15px;
	margin-bottom: 0;
}.lesson-block__list li{
	list-style: disc;
}
.lesson-block__foot{
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
}

.video-wrap {
	display: flex;
	justify-content: center;
}

.video-wrap > div {
	max-width: 600px;
}

.block{
	padding: 0 20px 20px;
	list-style: none
}
.block_avatar{
	margin-top:15%;
	width: 50px;
	height:50px;
	background:url('/img/profile.jpg');
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
@media (max-device-width: 480px) {
	h4, h5 {text-align: center}
	.block{
		padding: 0;
	}
	.block_avatar{
		margin: 0 auto;
		text-align: center;
	}
}

.lessons-block-2 {
	display: grid;
	gap: 5px 10px;
	grid-template-columns: auto 12fr;
}
.lessons-block-2__cell-1{
	white-space: nowrap;
}

.download-files{
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}


.head_bordered {
	padding: 8px 13px;
	border: solid 1px #f6e9a4;
	color: white;
	font-weight: 600;
	font-size: 25px;
	border-radius: 15px;
	margin: 5px;
	transition: all 0.3s;
}

.lessons-list{
	font-size: 24px;
}

.g-fz-30{
	font-size: 30px;
}

@media (max-width: 480px) {
	.g-fz-30{
		font-size: 18px;
	}
	.lesson-block_wrap{
		padding: 15px 0;
	}
	.lessons-list{
		font-size: 16px;
	}
	.lesson-block__ref{
		font-size: 14px;
	}
}

.receipt-bg{
	display: none;
	position: relative;
	background: #000 url(/images/receipt_bg.jpg) center / 100% 100%;
	width: 500px;
	height: 500px;
}
.receipt-bg > span{
	position: absolute;
	right: 50px;
	font-size: 75px;
	font-weight: bold;
	color: #fff !important;
}
.receipt-bg .receipt-bg__time{
	top: 20px;
	font-size: 35px;
}
.receipt-bg .receipt-bg__date{
	top: 55px;
	font-size: 35px;
}
.receipt-bg .receipt-bg__sum{
	top: 100px;
	font-size: 75px;
}
.receipt-bg .receipt-bg__sum > span{
	color: #fff !important;
}