.pageWrap{
    width: 100%;
	max-width: 100vw;
	overflow: hidden;
}

.pageBlock {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 16px;
    display: block;
	border: none;
    box-shadow: 0px 4px 8px rgba(0, 28, 73, 0.08);
	border: 1px solid rgb(204,204,204);
}

.pageBlock .pageBlock {
    background: none;
    box-shadow: none;
}

.pageBlock__title
{
    font-size: 28px;
    margin: 0 0 0.3em 0;
    font-weight: 400;
    color: #111;
    display: block;
    line-height: 1em;

}

.titleBorder{
    border-bottom: 1px solid #eae7e3;
}
.pageBlock__botBorder
{
    border-top: 1px solid #eae7e3;
}


.navLeftMob{
	position: relative;
	height: 100%;
}
.navBlock{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 280px;
	height: 100%;
	background: #f5f5f5;
	overflow-x: hidden;
    overflow-y: auto;
}


[nav-label],
.tab_profile{
	display:none;
}
[nav-label].active{
	display: block;
	padding: 5px;
}

.navBlock a{
	font-size: 14px;
}
@media screen and (max-width: 440px){
    .navBlock a{
        font-size: 16px;
    }
}

.show{
	display: block;
}
.block{
	display: block;
}

.info{
	margin-left: -5px;
}

@media (max-width: 480px){
	blockquote:not([class]) {
		padding: 10px !important;
		margin: 0px 0 10px 5px !important;
		width: 100% !important;
	}
}


.ratingBlock{
	display: flex;
	flex-direction: column;
	padding: 0;
    text-decoration: none;
    color: #353E4E;
    width: max-content;
	align-items: last baseline;
	/*margin-top:5px;*/
}

.ratingBlock--min{
    padding: 0;
    flex-direction: row;
    align-items: center;
    font-size: 12px;
	gap:3px;
}

/*.ratingBlock + .ratingBlock{
	padding-left: 10px;
	border-left: 1px solid #DEE0E5;
}*/
.ratingBlock__type{
	color: #353E4E;
	text-decoration: none;
    margin-bottom: 5px;
	margin-right:5px;
}
.ratingBlock--min .ratingBlock__type{
    margin-right: 5px;
    margin-bottom: 0;
}


.ratingBlock__value {
	display: flex;
    align-items: center;
    justify-content: center;
	font-size: 18px;
	color: #353E4E;
	text-decoration: none;
	padding: 2px 5px;
	border-radius: 8px;
	border: 1px solid rgb(214, 214, 214);
	width: min-content;
	cursor: pointer;
}
.ratingBlock__value svg{
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    fill: #FFCD35;
}

.ratingBlock__value:hover{
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
}
.ratingBlock__value .rating_star-img{
	top: 0;
	max-height: 14px;
}
.ratingBlock--min .ratingBlock__value{
    font-size: 14px;
    background: #eef6fd;
    border: 1px solid transparent;
}
.ratingBlock--min .ratingBlock__value:hover{
    box-shadow: none;
    background: #cbe7ff;
}
@media (max-width: 480px){
    .ratingBlock__value{
		font-size: 16px;
	}
    .ratingBlock--min .ratingBlock__value{
        font-size: 14px;
    }
}
.online{
    color: rgb(40 142 39);
}

.pubsVideoItem__text {
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
	color: #fff;
	display: flex;
	flex-grow: 1;
    align-items: center;
}


.videoItem__name {
	width: 100%;
	padding: 10px;
	text-decoration: none;
	color: rgb(39, 39, 39);
	font-size: 18px;
	border-radius: 12px;
}

.cookieAcceptModalWrap {
	bottom: 24px;
	position: fixed;
	right: 24px;
	width: 282px;
	z-index: 10002;
}
.cookieAcceptModal {
	box-shadow: 0px 8px 24px 0px rgba(0,0,0,0.3);
	background-color: #fff;
	border-radius: 20px;
	color: #555;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 20px;
	width: 282px;
}
.cookieAcceptModalTitle {
	font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 24px;
}
.cookieAcceptModalSubtitle {
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
}
.cookieAcceptModalButton {

}