*:focus {
	outline: none;
}
body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 22px;
	font-weight: normal;
	line-height: normal;
	background-color: #fff;
    padding-top: 75px;
	margin: 0;
}
a {
	color: #2196f3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	outline: none;
}
img {
	max-width: 100%;
}
h1 {
    font-size: 32px;
    line-height: 40px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
ul, ol, figure {
	padding: 0;
	margin: 0;
	list-style: none;
}
input:not([type="file"],[type="checkbox"],[type="radio"]), select, .form_control {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 16px;
    font-weight: normal;
    text-indent: 10px;
    height: 28px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #f6f6f6;
    border: 1px solid transparent;
    padding: 0;
}
input[name="search"] {
    padding-right: 30px;
    box-sizing: border-box;
}
.is-invalid, .input-error input:not([type="file"],[type="checkbox"],[type="radio"]), .input-error textarea, .input-error #fulltext {
    border: 1px solid red !important;
}
.form-error {
	display: none;
}
.input-error .form-error {
	display: block;
}
button {
    background: none;
    border: 0;
    padding: 0;
    cursor: pointer;
}
button[disabled] {
    pointer-events: none;
    opacity: .5;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color:#ccc;
    font-weight: normal;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color:#ccc;
    font-weight: normal;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
	color:#ccc;
    font-weight: normal;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color:#ccc;
    font-weight: normal;
}
textarea {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    padding: 7px 10px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
textarea.form_control {
    height: 50px;
    padding: 3px 0;
}
.hidden {
    display: none;
}
.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ai-b {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
}
.ai-e {
    -webkit-box-align: end;
    -webkit-align-items: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.ai-fs {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.fw-w {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.btn {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    background: #2196f3;
    color: #fff;
    border: none;
    padding: 5px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}
.btn:hover,
.btn-group [type="radio"]:checked + .btn-transparent {
	text-decoration: none;
    opacity: 0.8;
}
.btn-group .btn-transparent:hover {
    opacity: 1;
}
.btn-transparent {
    background-color: transparent;
    color: #2196f3;
    border: 1px solid #2196f3;
}
.btn-transparent:hover,
.btn-group [type="radio"]:checked + .btn-transparent {
    color: #fff;
    background-color: #2196f3;
}
.btn-group [type="radio"] {
    display: none;
}
.btn-group > .btn:first-child,
.btn-group label:first-child .btn {
    border-radius: 5px 0 0 5px;
}
.btn-group > .btn:last-child,
.btn-group label:last-child .btn {
    border-radius: 0 5px 5px 0;
}
.btn-noborder {
    color: #000;
    background-color: transparent;
    padding: 5px 6px;
}
.btn-noborder:hover {
    background-color: #f6f6f6;
}
.bg-danger {
    background: red;
}
.bg-primary {
    background: #2196f3;
}
.bg-green {
    background: #4CAF50;
}
.bg-gray {
    background: gray;
}
.btn-fullwidth {
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
}
.btn_group > *:not(:last-child) {
    margin-right: 20px;
}
.c-white {
    color: white;
}
.c-black {
    color: black;
}
.c-red {
    color: red;
}
.c-gray {
    color: #919191;
}
.c-blue {
    color: #2196f3;
}
.fs-huge {
    font-size: 32px;
    font-weight: bold;
}
.fs-big {
    font-size: 22px;
    font-weight: 600;
}
.fs-middle {
    font-size: 16px !important;
    font-weight: bold;
}
.fs-min {
    font-size: 12px !important;
}
.fw-normal {
    font-weight: normal;
}
.fw-bold {
    font-weight: bold;
}
.td-none {
    text-decoration: none !important;
}
.td-underline {
    text-decoration: underline !important
}
.ws-n {
    white-space: nowrap;
}
.pos-r {
    position: relative;
}
.pos-a {
    position: absolute;
}
.translate-middle {
    -webkit-transform: translate(-50%,-50%) !important;
       -moz-transform: translate(-50%,-50%) !important;
        -ms-transform: translate(-50%,-50%) !important;
         -o-transform: translate(-50%,-50%) !important;
            transform: translate(-50%,-50%) !important;
}
.start-100 {
    left: 100% !important;
}
.top-0 {
    top: 0 !important;
}
.border {
    border: 1px solid #e8e8e8;
}
.border-top {
    border-top: 1px solid #e8e8e8;
}
.border-bottom {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.border-radius {
    border-radius: 5px;
}
.rounded-pill {
    -webkit-border-radius: 50rem !important;
       -moz-border-radius: 50rem !important;
            border-radius: 50rem !important;
}
.m-0 {
    margin: 0 !important;
}
.m-auto {
    margin: auto;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.ml-5 {
    margin-left: 5px;
}
.ml-10 {
    margin-left: 10px;
}
.mr-5 {
    margin-right: 5px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-5 {
    margin-bottom: 5px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-20 {
    margin-left: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-30 {
    margin-left: 30px;
}
.mr-30 {
    margin-right: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.p-5 {
    padding: 5px;
}
.p-10 {
    padding: 10px;
}
.p-20 {
    padding: 20px;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-5 {
    padding-top: 5px;
}
.pt-10 {
    padding-top: 10px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-20 {
    padding-left: 20px;
}
.pr-20 {
    padding-right: 20px;
}
.br-100 {
    -webkit-border-radius: 100px;
       -moz-border-radius: 100px;
            border-radius: 100px;
    overflow: hidden;
}
.mw-35 {
    min-width: 35px;
    height: 35px;
}
.mw-50 {
    min-width: 50px;
    height: 50px;
}
.mw-100 {
    min-width: 100px;
    height: 100px;
}
.mw-150 {
    min-width: 150px;
    height: 150px;
}
.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.w-420 {
    width: 420px;
}
.c-pointer {
    cursor: pointer;
}
.icon {
    width: 15px;
    height: 15px;
}
.icon-middle {
    width: 20px;
    height: 20px;
}
.icon-35 {
	width: 35px;
    height: 35px;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.pa {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.container {
	width: 100%;
    max-width: 1000px;
	margin: auto;
}
.logo {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
    line-height: 26px;
    margin-top: -4px;
}
.logo h1 {
    margin-top: 4px;
    line-height: 25px;
}
.logo sup {
    font-size: 14px;
    text-transform: none;
    top: -7px;
    margin-left: 2px;
}
.menu_link:hover,
.logo:hover {
    text-decoration: none;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: white;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
    z-index: 3;
}
.header_search__input {
    padding-right: 35px;
}
.header_search__button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: none;
    padding: 7.5px 10px;
    color: #ccc;
    cursor: pointer;
}
.sidebar {
    width: 30%;
    padding-right: 30px;
	box-sizing: border-box;
}
.content {
    width: 70%;
}
.menu_link {
    width: 100%;
    padding: 6px 10px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.bg-light,
.dropdown_item:hover,
.dropdown_item.active,
.sidebar_menu li:hover > a {
    background: #f6f6f6;
}
.sidebar_menu li.active > a {
    color: #2196f3;
}
.menu_link svg {
    margin-right: 10px;
}
.sidebar_recommended-name {
    max-width: 150px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    word-wrap: break-word;
}
.article_btn:hover {
    color: #2196f3;
}
.dropdown_menu {
    right: -27px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
       -moz-box-shadow: 0 0 20px rgb(0 0 0 / 10%);
            box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 5px 0;
    margin-top: 10px;
    max-height: 380px;
    overflow: auto;
    z-index: 2;
}
.dropdown_menu::before {
    content: '';
    position: absolute;
    top: -16px;
    right: 29px;
    border: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
}
.dropdown_item,
.dropdown_title {
    padding: 6px 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    text-decoration: none !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.dropdown_notifications::before {
    content: '';
    right: 22px;
}
.dropdown_top {
    bottom: 100%;
    margin-bottom: 10px;
}
.dropdown_top::before {
    content: '';
    top: auto;
    bottom: -8px;
    border-top: 8px solid #ffffff;
    border-bottom: none;
}
.badge {
    height: 13px;
    min-width: 10px;
    padding: 0 2px;
    padding-bottom: 1px;
    font-size: 8px;
    border: 2px solid #fff;
    z-index: 2;
}
.badge-big {
    padding: 4px 10px;
    padding-bottom: 5.5px;
    border: none;
}
.maxh-533 {
    max-height: 533px;
    overflow: auto;
}
.alert {
    position: fixed;
    top: 86px;
    right: 30px;
    width: 100%;
    max-width: 300px;
    background: #f6f6f6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    overflow: hidden;
         -webkit-transform: translate(0,-1000px);
            -moz-transform: translate(0,-1000px);
             -ms-transform: translate(0,-1000px);
              -o-transform: translate(0,-1000px);
                 transform: translate(0,-1000px);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -o-transition: -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    -moz-transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25), -webkit-transform .5s cubic-bezier(.30,-.16,0,1.25), -moz-transform .5s cubic-bezier(.30,-.16,0,1.25), -o-transform .5s cubic-bezier(.30,-.16,0,1.25);
    transition: transform .5s cubic-bezier(.30,-.16,0,1.25),-webkit-transform .5s cubic-bezier(.30,-.16,0,1.25);
    z-index: 1000;
}
.alert.show {
    -webkit-transform: translate(0);
       -moz-transform: translate(0);
        -ms-transform: translate(0);
         -o-transform: translate(0);
            transform: translate(0);
}
.alert-success {
    border-bottom: 5px solid #2196f3;
}
.alert-error {
    border-bottom: 5px solid red;
}
.notifications {
    border: 1px solid transparent;
}
.notifications-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 20px;
	font-size: 16px;
	line-height: 19px;
}
.btn-close {
    position: absolute;
    top: 0;
    right: 0;
}
/*--------------------------------------------*/
.fs-n {flex-shrink: 0;}
.hidden-imp {display: none !important;}
.bb { 
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
[type="file"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.input-file-wrapper .file-name {display: none;}
[data-alert] {z-index: 10000;}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 28px;
    margin-bottom: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 26px;
    overflow: hidden;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
	font-size: 16px;
	padding-left: 10px;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 26px;
    padding: 0 .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Выбрать";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 5px 5px 0;
	font-size: 16px;
}
.editor-field {
	border: 1px solid #e8e8e8;
	padding: 7px 10px;
	border-radius: 5px;
}
.input-group-image {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {margin-right: -1px;}
.input-group-append {margin-left: -1px;}
.input-group-image input {
	position: relative;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
	border-radius: 0;
}
.input-group-image .btn {height: 30px;}
.input-group-prepend .btn {
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-append .btn {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.circle-exclamation-solid {fill: red;}
.cssload-container {
	width: 100%;
	height: 68px;
	text-align: center;
}
.fixed_info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: white;
    border-top: 1px solid #e8e8e8;
    z-index: 1;
}
.square:before {
    content: "";
    width: 10px;
    min-width: 10px;
    height: 10px;
    border-radius: 2px;
    background-color: currentColor;
    margin-top: 3px;
    margin-right: 8px;
}
.cssload-speeding-wheel {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border: 4px solid black;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 550ms infinite linear;
		-o-animation: cssload-spin 550ms infinite linear;
		-ms-animation: cssload-spin 550ms infinite linear;
		-webkit-animation: cssload-spin 550ms infinite linear;
		-moz-animation: cssload-spin 550ms infinite linear;
}
@keyframes cssload-spin {100%{transform: rotate(360deg); transform: rotate(360deg);}}
@-o-keyframes cssload-spin {100%{-o-transform: rotate(360deg); transform: rotate(360deg);}}
@-ms-keyframes cssload-spin {100%{-ms-transform: rotate(360deg); transform: rotate(360deg);}}
@-webkit-keyframes cssload-spin {100%{-webkit-transform: rotate(360deg); transform: rotate(360deg);}}
@-moz-keyframes cssload-spin {100%{-moz-transform: rotate(360deg); transform: rotate(360deg);}}
.modal-history {
	width: 700px;
}
.modal-history h3 {
	text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
}
.history-table {
	width: 100%;
    border-collapse: collapse;
    border: none;
}
.history-table th {
    padding: 10px;
    background: #eee;
    font-size: 18px;
    line-height: 22px;
}
.history-table td {
    padding: 10px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
	line-height: 18px;
}
.history-table td .green {
	color: darkgreen;
	font-weight: 500;
}
.history-table td .red {
	color: red;
	font-weight: 500;
}
.user_name {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 431px;
}
.user_tag {
    max-width: 100%;
}
.tag-description p:not(:last-child) {
	margin-bottom: 10px;
}
.tag-description ol {
    list-style: decimal;
}
.tag-description ul {
    list-style: disc;
}
.tag-description li {
    margin: 10px 0 10px 40px;
}
.article_btn.active svg {
    color: red;
}
.donates {min-height: 101vh;}
.donates-bottom {margin-bottom: 30px;}
.mb-0 {margin-bottom: 0;}