/* для страници списка модератора */
	.moderate, .moderate .row {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.moderate h2 {
		width: 50%;
	}
	.moderate .col-6 {
		width: 50%;
	}
	.moderate .col-5 {
		width: 41%;
	}
	.moderate .col-4 {
		width: 33%;
	}
	.moderate .col-3 {
		width: 25%;
	}
	.moderate .col-6.title {
		display: flex;
		height: auto;
		padding: 0 15px;
		align-items: center;
	}
	.moderate .col-6.title div {
		padding: 0 15px;
		border-left: 1px solid;
		border-bottom: 1px solid;
		height: 100%;
		align-items: center;
		display: flex;
	}
	.moderate .col-12 {
		width: 100%;
	}
	.moderate .addData {
		display: flex;
		padding: 0 15px;
	}
	.moderate .addData > div {
		padding: 10px 15px 0;
		display: flex;
		height: 100%;
		align-items: center;
		border-left: 1px solid;
	}
	.moderate .records_item {
		width: 100%;
		margin-top: 10px;
	}
	.moderate .resultData {
		position: relative;
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
	}
	.moderate .resultData span {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		cursor: pointer;
	}
	.moderate .resultData .blockLink {
		display: none;
		position: absolute;
		right: 0px;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		height: auto;
		align-items: center;
		padding: 5px 10px;
		z-index: 10;
		background-color: white;
		border-radius: 5px;
		max-height: 300px;
		width: 85px;
		overflow-y: auto;
	}
	.moderate .resultData:hover .blockLink {
		display: flex;
	}
	.moderate .resultData .blockLink a {
		display: block;
	}
	.blockSpinner {
		display: flex;
		width: 100%;
		height: 100%;
	}
	.spinners {
		position: relative;
		margin: 0 auto;
	}
	.spinner {
		width:40px;
		height:40px;
		border:4px solid #d5ad48;
		border-top:4px solid white;
		border-radius:50%;
		animation: rotatespin 1.5s infinite linear
	}
	
	@keyframes rotatespin {
		from {transform: rotate(0deg);}
		to {transform: rotate(360deg);}
	}
.moderate .right {
	align-self: center;
}
.selectPage {
	width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}
.selectPage .selectPageLabel {
	padding-right: 10px;
}
.selectPage .selectPageSelect {
	max-width: 100px;
}

/*  модальное для личного кабинета мои истории */
.modalTime {
	display: none;
	background: rgb(0 0 0 / 70%);
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 99999;
}
.modal_vis {
	display: block;
	opacity: 1;
}
.body_block {
	overflow: hidden;
	margin-right: 17px;
}
#close_modal {
	margin: 17px 19px;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotate(0deg);
	transition: all 0.6s;
	box-sizing: content-box;
}
#close_modal:hover {
	color: #FFF;
	transform: rotate(90deg);
}
.modal_txt {
	position: absolute;
    box-shadow: 0 4px 12px rgb(0 0 0 / 20%), 0 16px 20px rgb(0 0 0 / 20%);
    background: #F9E1B1;
    padding: 63px 55px 41px;
    margin: 0px auto;
    max-width: 522px;
    font-size: 28px;
    line-height: 42px;
    text-align: center;
    font-family: "Helios Bold";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.modal_txt span {
	display: inline-block;
    margin-bottom: 41px;
}
.modal_txt .close_modal.down {
	padding: 9px;
    border: 3px solid #a01623;
    border-radius: 15px;
    font-size: 28px;
    cursor: pointer;
    transition: background-color .1s linear;
    text-transform: uppercase;
    line-height: 35px;
    max-width: 355px;
    margin: 0 auto 27px;
    background-color: #a01623;
    color: white;
}
.modal_txt .close_modal.down:hover {
	background-color: transparent;
    border: 3px solid #a01623;
	color: black;
}

/*  модальное для личного кабинета мои истории */

/* .background.faces {
  background: #000000;
} */

body.filter_on * {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bx-authform-link-container {
    margin-bottom: 6px;
}

a#info_partner_link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 3rem;
}

@media (max-width: 599px) {
    .special_menu .nav ul li {
        flex: none;
        width: 50%;
        margin: 0;
        text-align: center;
    }
}

.white_black h1,
.black_white h1,
.green_brown h1 {
    font-size: 31px;
}

.white_black.md h1,
.black_white.md h1,
.green_brown.md h1 {
    font-size: 40px;
}

.white_black.lg h1,
.black_white.lg h1,
.green_brown.lg h1 {
    font-size: 50px;
}

.participants {
    margin-top: 30px;
}

.about_project_image iframe {
    max-width: 100%;
}

@media (max-width: 600px) {
    .btn_version {
        height: 43px;
        width: 65px;
    }
}

.container-wide p {
    text-align: center;
}
.container-wide p font.errortext {
    color: inherit;
}

.bx-composite-btn {
    display: none;
}