/* Оформление математических формул */
.mathml-container {
	font-family: math;
}
div.mathml-block {
	font-size: 1.1em;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .139em .35em;
}

div.mathml-block .katex {
    font-size: 1.1em;
}

span.mathml-inline {
	display: inline-block;
	vertical-align: middle;
	margin: 0 .12em;
}

/* Оформление блока скрытого текста */
.dleshowhidden {
	color: #104d92;
	background-color: #E3F2FD;
	border: 1px solid #1E88E5;
	box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
	padding: .83em;	
}
/*Update from 18.1 to 19.0 */
.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}
/*END Update from 18.1 to 19.0 */

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}
.related {
    overflow: hidden;
    float: left;
    margin: 0 0px 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.pic-related{width: 100%;}
.img-related {
    overflow: hidden;
    max-height: 90px;
    position: relative;
}
.img-related a:hover {
    color: #fff;
}
.img-related a {
    color: #fff;
    text-transform: uppercase;
    font-family: "PT Sans";
    text-shadow: 0 1px 1px rgba(0, 0, 0, .9);
}
.attachment>a {
	color: inherit;
	display: block;
	margin: .4em 0
}

.attachment>a>.icon {
	fill: #95c00e;
	width: 16px;
	height: 17px;
	margin: -.2em .6em 0 0
}

.main-title {
	font-family: "PT Sans";
	font-size: 22px;
	color: #a53d89;
	font-weight: 700
}

.main-subtitle {
	font-family: "PT Sans";
	font-size: 22px;
	color: #304559;
	font-weight: 700
}

.welcome-panel {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	margin: 0 0 28px;
	padding: 10px 0 4px;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	text-align: center
}

.welcome-panel .main-title {
	margin: 0;
	color: #a83f8e;
	font-size: 24px;
	line-height: 1.35
}

.section-heading {
	clear: both;
	display: block;
	margin: 24px 0 16px;
	padding: 0 0 0 16px;
	border-left: 4px solid #a83f8e;
	border-radius: 0;
	background: transparent;
	box-shadow: none
}

.section-heading:after {
	content: "";
	display: table;
	clear: both
}

.section-heading h2 {
	margin: 0;
	color: #304559;
	font-family: "PT Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2
}

.section-kicker {
	display: none
}

.section-heading-featured {
	margin-top: 0
}

#mains .row-offcanvas>.col-md-9,
#mains .row-offcanvas>.sidebar-offcanvas {
	padding-top: 0
}

@media (max-width: 767px) {
	.welcome-panel {
		min-height: auto;
		margin: 0 0 16px;
		padding: 12px 8px
	}

	.welcome-panel .main-title {
		font-size: 20px
	}

	.section-heading {
		margin: 18px 0 12px
	}

	.section-heading h2 {
		font-size: 21px
	}
}

a.dotted_line {
	text-decoration: none;
	border-bottom: 1px dashed #fff;
	color: #fff
}

a.dotted_line:hover {
	color: #e4e4e4
}

.jivo-btn {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	text-transform: none;
	cursor: pointer;
	background-image: none;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.428571429;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.jivo-btn:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2), inset 0 0 20px 10px rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2), inset 0 0 20px 10px rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .2), inset 0 0 20px 10px rgba(255, 255, 255, .3)
}

.jivo-btn.jivo-btn-light:hover {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 20px 10px rgba(255, 255, 255, .1);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 20px 10px rgba(255, 255, 255, .1);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 2px rgba(0, 0, 0, .3), inset 0 0 20px 10px rgba(255, 255, 255, .1)
}

.jivo-btn.jivo-btn-light {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .3)
}

.jivo-btn.jivo-btn-light:active,
.jivo-btn:active {
	box-shadow: 0 1px 0 rgba(255, 255, 255, .4), inset 0 0 15px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .4), inset 0 0 15px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .4), inset 0 0 15px rgba(0, 0, 0, .2);
	cursor: pointer
}

.jivo-btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad_light.png);
	background-repeat: repeat-x
}

.jivo-btn-light.jivo-btn-gradient {
	background-image: url(//static.jivosite.com/button/white_grad.png)
}

.jivo-btn-icon {
	width: 17px;
	height: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: -5px
}

.jivo-btn-light {
	color: #fff
}

.jivo-btn-dark {
	color: #222
}

body {
	background: url(../images/bg.png);
	background-attachment: fixed
}

* html #mains,
body,
html {
	height: 100%
}

header {
	min-height: 96px;
	padding: 16px 0;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, rgba(103, 82, 126, .9), rgba(151, 87, 129, .82)), url(../images/bg_header.jpg) center/cover no-repeat;
	box-shadow: 0 8px 22px rgba(76, 55, 91, .2)
}

#mains {
	overflow: hidden;
	margin-top: 20px;
	position: relative;
	min-height: 100%
}

nav.navbar {
	margin-top: 0;
	min-height: 64px;
	border-radius: 8px;
	background: rgba(38, 58, 78, .94);
	border: 1px solid rgba(255, 255, 255, .12);
	box-shadow: 0 12px 28px rgba(24, 38, 56, .22)
}

nav.navbar .navbar-brand {
	height: 64px;
	padding: 5px 18px;
	display: flex;
	align-items: center
}

nav.navbar .navbar-brand img {
	max-height: 54px;
	max-width: 335px;
	width: auto
}

nav.navbar-inverse .navbar-nav>li>a {
	height: 64px;
	padding-top: 22px;
	padding-bottom: 22px;
	color: rgba(255, 255, 255, .92);
	letter-spacing: .2px;
	transition: background-color .18s ease, color .18s ease
}

nav.navbar-inverse .navbar-nav .pm-pos {
	position: relative
}

nav.navbar-inverse {
	background-color: rgba(38, 58, 78, .94);
	border: 1px solid rgba(255, 255, 255, .12)
}

nav.navbar-inverse .navbar-nav>li>a:hover,
nav.navbar-inverse .navbar-nav>.open>a,
nav.navbar-inverse .navbar-nav>.open>a:focus,
nav.navbar-inverse .navbar-nav>.open>a:hover {
	background-color: rgba(255, 255, 255, .08);
	color: #fff
}

nav.navbar-inverse .navbar-nav>li>a[onclick*="jivo_api"] {
	height: auto;
	margin: 12px 8px;
	padding: 10px 16px;
	border-radius: 6px;
	color: #24364a!important;
	background: #f4d35e;
	font-weight: 700;
	box-shadow: 0 6px 14px rgba(244, 211, 94, .25)
}

nav.navbar-inverse .navbar-nav>li>a[onclick*="jivo_api"]:focus,
nav.navbar-inverse .navbar-nav>li>a[onclick*="jivo_api"]:hover {
	color: #24364a!important;
	background: #ffe27a
}

nav.navbar-inverse .navbar-nav>.active>a,
nav.navbar-inverse .navbar-nav>.active>a:focus,
nav.navbar-inverse .navbar-nav>.active>a:hover {
	background-color: rgba(18, 29, 42, .75)
}

nav.navbar-inverse .navbar-collapse,
nav.navbar-inverse .navbar-form {
	border-color: rgba(18, 29, 42, .75)
}

@media (max-width: 767px) {
	header {
		min-height: 68px;
		padding: 6px 0;
		box-sizing: border-box
	}

	nav.navbar {
		min-height: 56px
	}

	nav.navbar .navbar-brand {
		height: 56px
	}

	nav.navbar .navbar-brand img {
		max-height: 44px;
		max-width: 280px
	}

	nav.navbar-inverse .navbar-nav>li>a {
		height: auto;
		padding: 12px 16px
	}

	nav.navbar-inverse .navbar-nav>li>a[onclick*="jivo_api"] {
		margin: 8px 12px
	}

}

.textser {
	float: right;
	color: #bbb;
	font-size: 14px
}

.mright {
	float: right
}

.nav li a {
	text-transform: uppercase;
	font-family: "PT Sans"
}

.nav li .dropdown-menu {
	width: 240px;
	margin-top: 10px;
	padding: 8px;
	border: 1px solid rgba(44, 62, 80, .12);
	border-radius: 8px;
	background: rgba(255, 255, 255, .97);
	box-shadow: 0 18px 42px rgba(23, 36, 52, .22)
}

.nav li .dropdown-menu:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 28px;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, .97);
	border-top: 1px solid rgba(44, 62, 80, .12);
	border-left: 1px solid rgba(44, 62, 80, .12);
	transform: rotate(45deg)
}

.navbar-right .dropdown-menu:before {
	left: auto;
	right: 28px
}

.nav li .dropdown-menu li,
.nav li .sign li {
	margin: 0!important
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a {
	padding: 10px 12px;
	border-radius: 6px;
	color: #24364a;
	font-family: "PT Sans";
	font-size: 15px;
	text-transform: uppercase;
	transition: background-color .16s ease, color .16s ease
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:hover,
.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:focus {
	background: #f2f5f8;
	color: #8d4f7c;
	text-decoration: none
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a i,
.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a .fas {
	width: 20px;
	text-align: center
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a .lock-open {
	color: #2f9d63
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a .lock-closed {
	color: #c7922c
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:hover .lock-open,
.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:focus .lock-open {
	color: #258553
}

.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:hover .lock-closed,
.nav li .dropdown-menu:not(.dropdown-menu-auth):not(.dropdown-menu-login) li a:focus .lock-closed {
	color: #a77922
}

.nav li .dropdown-menu .divider {
	margin: 6px 4px;
	background-color: #e7edf2
}

.nav li .dropdown-menu-login {
	width: 500px;
	padding: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #f7f9fb
}

.nav li .dropdown-menu-login:before {
	background: #253a50
}

.nav li .dropdown-menu-login li {
	margin: 0
}

.nav li .dropdown-menu-login .menu-login {
	position: relative;
	height: 150px;
	margin: 0;
	background: linear-gradient(90deg, rgba(37, 58, 80, .92), rgba(77, 55, 91, .82)), url(../images/bg-profile.png) center/cover no-repeat;
	box-shadow: none
}

.nav li .dropdown-menu-login .menu-image {
	position: absolute;
	top: 28px;
	left: 22px;
	width: 96px;
	height: 96px;
	border: 3px solid rgba(255, 255, 255, .3);
	box-shadow: 0 10px 24px rgba(10, 18, 28, .32)
}

.nav li .dropdown-menu-login .menu-name {
	position: absolute;
	left: 142px;
	top: 48px;
	max-width: 175px;
	text-transform: uppercase;
	font-family: "PT Sans";
	color: #fff;
	font-size: 18px;
	line-height: 1.45;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .45)
}

.nav li .dropdown-menu-login .menu-name small {
	color: rgba(255, 255, 255, .78);
	font-size: 13px;
	text-transform: none
}

.nav li .dropdown-menu-login .menu-label {
	position: absolute;
	right: 14px;
	top: 18px;
	width: 146px;
	height: auto;
	background: rgba(16, 26, 38, .58);
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 8px;
	list-style: none;
	margin: 0;
	padding: 6px
}

.nav li .dropdown-menu-login .menu-label li:first-child,
.nav li .dropdown-menu-login .menu-label li {
	margin: 0
}

.nav li .dropdown-menu-login .menu-label a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: 132px;
	height: 28px;
	padding: 0 9px;
	border-radius: 6px;
	color: rgba(255, 255, 255, .92);
	font-size: 13px;
	line-height: 1;
	text-transform: none;
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease
}

.nav li .dropdown-menu-login .menu-label a:hover {
	background: rgba(255, 255, 255, .14);
	color: #f4d35e
}

.nav li .dropdown-menu-login .menu-label li span {
	display: block;
	margin: 0
}

.nav li .dropdown-menu-login .menu-label .glyphicon {
	width: 16px;
	text-align: center
}

.nav li .dropdown-menu-login .menu-label .menu-label-text {
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.nav li .dropdown-menu-login>.divider {
	display: none
}

.nav li .dropdown-menu-login .menu-actions {
	display: flex!important;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 16px;
	background: #f7f9fb
}

.nav li .dropdown-menu-login .menu-actions>a {
	display: inline-block
}

.nav li .dropdown-menu-login .menu-actions .menu-admin {
	margin-left: auto!important
}

.nav li .dropdown-menu-login button {
	float: none;
	margin: 0;
	padding: 9px 14px;
	border: 1px solid #d8e1ea;
	border-radius: 6px;
	background: #fff;
	color: #24364a;
	box-shadow: none;
	transition: background-color .16s ease, border-color .16s ease, color .16s ease
}

.nav li .dropdown-menu-login button:hover {
	border-color: #c6d4e1;
	background: #eef4f8;
	color: #8d4f7c
}

.nav li .dropdown-menu-login button .badge {
	background-color: #7d8da0
}

.nav li .dropdown-menu-login button a {
	color: inherit;
	text-decoration: none
}

.nav li .dropdown-menu-auth {
	width: 300px;
	margin-top: 0;
	padding: 0;
	overflow: visible;
	border: 1px solid rgba(36, 54, 74, .14);
	border-radius: 8px;
	background: #f7f9fb;
	box-shadow: 0 18px 40px rgba(16, 26, 38, .22)
}

.nav li .dropdown-menu-auth:before {
	content: "";
	position: absolute;
	top: -8px;
	right: 28px;
	width: 0;
	height: 0;
	background: transparent;
	border: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #24364a;
	transform: none
}

.dropdown-menu-auth .form-horizontal {
	margin: 0
}

.dropdown-menu-auth #logform {
	overflow: hidden;
	padding: 0;
	border-radius: 8px
}

.dropdown-menu-auth .auth-title {
	margin: 0;
	padding: 12px 18px 10px;
	background: linear-gradient(135deg, #24364a, #314b65);
	color: #fff;
	font-family: "PT Sans"
}

.dropdown-menu-auth .auth-title span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2
}

.dropdown-menu-auth .auth-title small {
	display: block;
	margin-top: 3px;
	color: rgba(255, 255, 255, .68);
	font-size: 13px
}

.dropdown-menu-auth .auth-body {
	padding: 12px 12px 12px
}

.dropdown-menu-auth .form-group {
	margin: 0 0 7px
}

.dropdown-menu-auth .col-sm-12 {
	width: 100%;
	float: none
}

.dropdown-menu-auth .form-control {
	min-height: 32px;
	padding-right: 40px;
	border: 1px solid #d8e1ea;
	border-radius: 6px;
	background: #fff;
	box-shadow: none;
	color: #24364a;
	font-size: 14px
}

.dropdown-menu-auth .form-control:-webkit-autofill,
.dropdown-menu-auth .form-control:-webkit-autofill:hover,
.dropdown-menu-auth .form-control:-webkit-autofill:focus {
	-webkit-text-fill-color: #24364a;
	box-shadow: 0 0 0 1000px #fff inset, 0 0 0 3px rgba(141, 79, 124, .14);
	transition: background-color 9999s ease-out
}

.dropdown-menu-auth .form-control:focus {
	border-color: #8d4f7c;
	box-shadow: 0 0 0 3px rgba(141, 79, 124, .14)
}

.dropdown-menu-auth .auth-social {
	display: flex;
	gap: 8px;
	min-height: 24px;
	margin: 1px 0 12px
}

.dropdown-menu-auth .auth-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 6px;
	background: #fff;
	color: #fff;
	box-shadow: 0 4px 10px rgba(36, 54, 74, .12);
	text-decoration: none;
	transition: transform .16s ease, box-shadow .16s ease, filter .16s ease
}

.dropdown-menu-auth .auth-social-link i {
	color: #fff;
	width: auto;
	text-align: center
}

.dropdown-menu-auth .auth-social-link:hover,
.dropdown-menu-auth .auth-social-link:focus {
	box-shadow: 0 8px 16px rgba(36, 54, 74, .18);
	filter: brightness(1.05);
	transform: translateY(-1px)
}

.dropdown-menu-auth .auth-social-vk {
	background: #4c75a3
}

.dropdown-menu-auth .auth-social-ok {
	background: #ee8208
}

.dropdown-menu-auth .auth-social-facebook {
	background: #3b5998
}

.dropdown-menu-auth .auth-social-mail {
	background: #1d70b7
}

.dropdown-menu-auth .auth-social-yandex {
	background: #e53935
}

.dropdown-menu-auth .auth-social-google {
	background: #4285f4
}

.dropdown-menu-auth .auth-actions {
	display: grid;
	grid-template-columns: 40px 40px 112px;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
	padding: 0 0 12px
}

.dropdown-menu-auth .auth-icon-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 32px;
	padding: 5px 0;
	color: #24364a;
	font-size: 16px
}

.dropdown-menu-auth .auth-icon-btn:hover,
.dropdown-menu-auth .auth-icon-btn:focus {
	border-color: #f4d35e;
	background: #fff8df;
	color: #24364a
}

.dropdown-menu-auth .auth-submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 112px;
	padding: 5px 14px;
	border-radius: 6px;
	font-weight: 700;
	box-shadow: 0 8px 16px rgba(79, 186, 93, .2);
	transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease
}

.dropdown-menu-auth .auth-submit:hover,
.dropdown-menu-auth .auth-submit:focus {
	background: #43a950;
	color: #fff;
	box-shadow: 0 10px 20px rgba(79, 186, 93, .26);
	transform: translateY(-1px)
}

.tooltip {
	z-index: 3000
}

@media (max-width: 767px) {
	.nav li .dropdown-menu,
	.nav li .dropdown-menu-login,
	.nav li .dropdown-menu-auth {
		width: auto;
		margin: 0 12px 10px;
		box-shadow: none
	}

	.nav li .dropdown-menu:before,
	.nav li .dropdown-menu-auth:before {
		display: none
	}

	.nav li .dropdown-menu li a {
		color: #fff
	}

	.nav li .dropdown-menu li a:hover,
	.nav li .dropdown-menu li a:focus {
		background: rgba(255, 255, 255, .08);
		color: #fff
	}
}

@media (max-width: 991px) {
	.nav li .dropdown-menu-login .profile-menu-actions {
		display: none!important
	}
}

.nav>.active>a {
	border-radius: 0 4px 4px 0
}

.nav>.open>a {
	border-radius: 0 4px 0 0!important
}

.col-sm-12 a {
	color: #2c3e50;
	text-decoration: none!important
}

.col-sm-12 .panel {
	margin-bottom: 0;
	float: left
}

.col-sm-12 .panel .panel-body {
	padding: 6px 12px
}

.site-pagination {
	clear: both;
	display: flex;
	justify-content: center;
	margin: 18px 0 20px
}

.site-pagination .pagination {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
	margin: 0;
	padding: 7px;
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(44, 62, 80, .1);
	border-radius: 8px;
	box-shadow: 0 8px 22px rgba(32, 49, 70, .09)
}

.site-pagination .pagination>li {
	display: inline-flex
}

.site-pagination .pagination a,
.site-pagination .pagination span,
.site-pagination .pagination>li>a,
.site-pagination .pagination>li>span {
	min-width: 36px;
	height: 36px;
	margin: 0!important;
	padding: 7px 12px!important;
	border: 0!important;
	border-radius: 6px!important;
	background: transparent!important;
	color: #28415b!important;
	font-family: "PT Sans";
	font-size: 16px;
	line-height: 22px!important;
	text-align: center;
	transition: background-color .16s ease, color .16s ease, box-shadow .16s ease
}

.site-pagination .pagination a:hover,
.site-pagination .pagination>li>a:hover {
	background: #2f516f!important;
	color: #fff!important;
	text-decoration: none!important;
	box-shadow: 0 4px 12px rgba(47, 81, 111, .22)
}

.site-pagination .pagination .active,
.site-pagination .pagination .active a,
.site-pagination .pagination .active span {
	background: #ffd95a!important;
	color: #20364d!important;
	font-weight: 700
}

.site-pagination .pagination .page-list>span:not(.nav_ext) {
	background: #ffd95a!important;
	color: #20364d!important;
	font-weight: 700;
	box-shadow: 0 4px 12px rgba(255, 217, 90, .3)
}

.site-pagination .pagination span.nav_ext {
	min-width: 30px;
	background: transparent!important;
	color: #28415b!important;
	box-shadow: none
}

.home-about-card.alert-warning {
	position: relative;
	overflow: hidden;
	margin: 18px 0 26px;
	padding: 22px 24px 20px 26px!important;
	background: linear-gradient(180deg, rgba(255, 253, 239, .96), rgba(255, 248, 221, .94))!important;
	border: 1px solid rgba(180, 145, 65, .22)!important;
	border-left: 5px solid #b34b99!important;
	border-radius: 8px!important;
	box-shadow: 0 12px 30px rgba(71, 58, 41, .1);
	color: #7a5923!important;
	font-family: "PT Sans"
}

.home-about-card h4 {
	margin: 0 0 12px;
	color: #8f6b24;
	font-size: 23px;
	line-height: 1.25
}

.home-about-card p {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 1.48
}

.home-about-card strong {
	color: #6d541b
}

.home-about-action {
	clear: both;
	margin-top: 20px
}

.home-contact-button.jivo-btn {
	display: flex!important;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%!important;
	height: 46px!important;
	padding: 0 20px!important;
	border: 0!important;
	border-radius: 6px!important;
	background: #2f516f!important;
	color: #fff!important;
	font-family: "PT Sans", Arial, sans-serif!important;
	font-size: 18px!important;
	font-weight: 700!important;
	line-height: 46px!important;
	box-shadow: 0 8px 18px rgba(47, 81, 111, .18);
	transition: background-color .16s ease, box-shadow .16s ease, transform .16s ease
}

.home-contact-button.jivo-btn:hover {
	background: #243f59!important;
	box-shadow: 0 10px 22px rgba(47, 81, 111, .25);
	transform: translateY(-1px)
}

.main-top {
	clear: both;
	display: flex;
	align-items: stretch;
	gap: 10px;
	margin: 8px 0 22px
}

@media (min-width: 768px) {
	.main-top.hidden-xs {
		display: flex!important
	}
}

.main-verse {
	padding: auto;
	float: left;
	width: 96%;
	height: 150px;
	color: #fff;
	position: absolute;
	top: 50
}

.main-verse div {
	padding: 10px;
	height: 100%;
	position: relative
}

.main-top-block {
	padding: 0;
	float: none;
	flex: 1 1 0;
	min-width: 0;
	width: auto;
	height: 74px;
	font-family: "PT Sans";
	color: #fff;
	text-transform: uppercase
}

.main-top-block:last-child {
	padding: 0
}

.main-top-block div {
	height: 100%;
	position: relative;
	text-align: center;
	font-size: 16px
}

.main-top-block span {
	display: block;
	position: absolute;
	bottom: 0;
	height: 50%;
	width: 100%;
	margin: 0 -10px;
	padding: 10px;
	text-align: left;
	font-size: 11px
}

.main-top-block div:hover {
	color: #fff
}

.main-top-block a:hover {
	text-decoration: none
}

.main-top-block a {
	display: block;
	height: 100%;
	color: #fff
}

.main-top-block>a>div {
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(31, 48, 69, .13);
	transition: box-shadow .16s ease, transform .16s ease
}

.main-top-block>a>div:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, .46)
}

.main-top-block>a:hover>div {
	box-shadow: 0 14px 28px rgba(31, 48, 69, .18);
	transform: translateY(-2px)
}

.main-top-block>a>div>div {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	letter-spacing: .01em;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .24)
}

.salat {
	background: linear-gradient(135deg, #8d4a83, #6f3d75)
}

.salat:hover {
	background: linear-gradient(135deg, #9b5590, #7c4582)
}

.seas {
	background: linear-gradient(135deg, #2c756e, #31556d)
}

.seas:hover {
	background: linear-gradient(135deg, #32847b, #37617a)
}

.suns {
	background: linear-gradient(135deg, #b79235, #a96f32)
}

.suns:hover {
	background: linear-gradient(135deg, #c29f40, #b77c3a)
}

.carrots {
	background: linear-gradient(135deg, #b96535, #9d4c43)
}

.carrots:hover {
	background: linear-gradient(135deg, #c6723e, #ad574c)
}

.alizars {
	background: linear-gradient(135deg, #a54b57, #8d416e)
}

.alizars:hover {
	background: linear-gradient(135deg, #b25561, #9a4978)
}

@media (max-width: 1199px) {
	.main-top {
		flex-wrap: wrap
	}

	.main-top-block {
		flex: 1 1 calc(33.333% - 10px)
	}
}

@media (max-width: 991px) {
	.main-top-block {
		flex-basis: calc(50% - 10px)
	}
}

#story {
	border-radius: 0
}

.btn-sort {
	border-radius: 4px 0 0 4px!important;
	border-right: none!important
}

.btn-icon-corect div button span {
	font-size: 12px
}

.speedbar {
	margin-bottom: 5px
}

.short {
	overflow: hidden;
	float: left;
	margin: 0 10px 14px 0;
	background: #fff;
	border: 1px solid rgba(48, 69, 89, .12);
	border-radius: 8px;
	box-shadow: 0 10px 22px rgba(35, 51, 68, .08);
	transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease
}

.short:hover {
	transform: translateY(-2px);
	border-color: rgba(48, 69, 89, .18);
	box-shadow: 0 16px 30px rgba(35, 51, 68, .14)
}

.img-short {
	overflow: hidden;
	height: 150px;
	position: relative;
	background: #263c51
}

.img-short:hover .short-icon,
.short:hover .short-icon {
	display: block;
	z-index: 1000
}

.img-short img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: transform .28s ease
}

.short:hover .img-short img {
	transform: scale(1.04)
}

.short-icon {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	background: rgba(18, 29, 42, .72);
	padding: 5px 7px;
	border-radius: 999px;
	backdrop-filter: blur(3px)
}

.short-icon img {
	height: 20px;
	width: 20px
}

.img-short-title {
	padding: 36px 14px 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(13, 22, 32, .82))
}

.img-short a {
	color: #fff;
	text-transform: uppercase;
	font-family: "PT Sans";
	font-size: 15px;
	line-height: 1.35;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .85)
}

.img-short a:hover {
	color: #fff
}

.short-desc {
	padding: 13px 14px;
	color: #5c6f80;
	height: 86px;
	background: #fff
}

.short-desc a {
	display: -webkit-box;
	overflow: hidden;
	color: #0862c5;
	font-size: 16px;
	line-height: 1.45;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.short-desc a:hover {
	color: #064f9e;
	text-decoration: none
}

.short-bott {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 8px;
	background: #f4f6f8;
	padding: 8px 10px;
	border-top: 1px solid #e2e8ee;
	font-size: 12px;
	color: #607083;
	overflow: hidden
}

.short-bott .short-category {
	min-width: 0;
	overflow: hidden;
	color: #607083;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap
}

.short-bott .short-category:hover {
	color: #064f9e;
	text-decoration: none
}

.short-bott .short-date {
	white-space: nowrap
}

.short-bott .glyphicon {
	color: #718296
}

.side-block {
	overflow: hidden;
	background: #2f475e;
	border-radius: 8px;
	padding: 8px;
	box-shadow: 0 10px 24px rgba(35, 51, 68, .12)
}

.side-search {
	padding: 8px;
	background: #2f475e
}

.side-search .input-group {
	width: 100%;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .12)
}

.side-search #story {
	height: 42px;
	border: 0;
	border-radius: 6px 0 0 6px;
	box-shadow: none;
	color: #24364a;
	font-size: 16px
}

.side-search #story:focus {
	box-shadow: inset 0 0 0 2px rgba(244, 211, 94, .45)
}

.side-search .search_btn {
	height: 42px;
	padding: 0 16px;
	border: 0;
	border-left: 1px solid #d8e1ea;
	border-radius: 0 6px 6px 0!important;
	background: #fff;
	color: #24364a;
	font-size: 16px;
	transition: background-color .16s ease, color .16s ease
}

.side-search .search_btn:hover,
.side-search .search_btn:focus {
	background: #f4d35e;
	color: #24364a
}

.side-user-links {
	padding: 0;
	background: #2d4156;
	border: 1px solid rgba(255, 255, 255, .08);
	box-shadow: 0 8px 18px rgba(35, 51, 68, .12)
}

.side-user-links a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 13px 14px;
	color: #fff;
	font-family: "PT Sans";
	font-size: 16px;
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease
}

.side-user-links a span:first-of-type {
	flex: 1
}

.side-user-links a:hover,
.side-user-links a:focus {
	background: #344d66;
	color: #f4d35e;
	text-decoration: none
}

.side-user-links i {
	color: #f4d35e
}

.side-user-count {
	min-width: 24px;
	padding: 2px 7px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .18);
	color: #fff;
	font-size: 13px;
	line-height: 1.3;
	text-align: center
}

.side-head {
	background: #263c51;
	margin: -8px -8px 8px -8px;
	padding: 13px 14px;
	border-radius: 8px 8px 0 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "PT Sans";
	font-size: 15px;
	letter-spacing: .2px;
	text-align: center
}

.side-head>.label {
	padding: 3px 5px;
	right: 25px;
	position: absolute;
	font-size: 12px;
	cursor: pointer
}

.side-block-reg {
	background: #e74c3c;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #c0392b;
	text-transform: uppercase;
	font-family: "PT Sans";
	text-align: center
}

.side-block-add {
	background: #2ecc71;
	padding: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #27ae60;
	text-transform: uppercase;
	font-family: "PT Sans";
	text-align: center
}

.side-top {
	margin: -10px -11px -10px -10px
}

.side-top li {
	position: relative;
	display: table;
	height: 100px;
	padding: 0 10px;
	overflow: hidden;
	width: 100%
}

.side-top li:hover>img {
	opacity: .7;
	-khtml-opacity: .7;
	-moz-opacity: .7
}

.side-top a {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	text-transform: uppercase;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .9)
}

.side-top img {
	width: 100%;
	margin: 0 -10px;
	position: absolute;
	opacity: .2;
	-khtml-opacity: .2;
	-moz-opacity: .2
}

.side-block-vote {
	background: #304559;
	padding: 10px;
	margin: -10px
}

.full {
	overflow: hidden
}

.full-news {
	background: #fff;
	overflow: hidden;
	height: auto;
	padding: 10px;
	color: #111
}

.full-news p {
	text-align: justify;
	font-family: Times New Roman;
	font-size: 17px;
	text-indent: 2em
}

.full-news td {
	text-align: justify;
	font-family: Times New Roman;
	font-size: 17px
}

.full-news ol {
	font-family: "Times New Roman";
	font-size: 17px
}

.full-news ul {
	font-family: "Times New Roman";
	font-size: 17px
}

.full-news li {
	text-align: justify
}

.full-news h5 {
	font-size: 15px
}

.full-news img {
	height: auto;
	max-width: 100%;
	border-radius: 4px;
	border: 1px solid #ddd
}

.full-news-head {
	position: relative;
	display: block;
	overflow: hidden;
	background: #304559;
	width: 100%;
	padding: 15px 10px;
	border-radius: 4px 4px 0 0;
	color: #fff;
	font-family: "PT Sans";
	text-transform: uppercase;
	font-size: 14px
}

.full-news-head span {
	display: block;
	float: left;
	margin-right: 30px
}

.full-news-head>.label {
	position: absolute;
	right: 10px;
	top: 12px;
	padding: 5px
}

.full-news-short {
	height: auto;
	margin: -10px -10px 20px -10px;
	padding: 10px;
	color: #fff;
	font-family: "PT Sans";
	overflow: hidden;
	background: #4e7a99 url(../images/bg-full.jpg);
	background-size: cover;
	opacity: .85
}

.full-news-short img {
	height: 150px;
	width: 250px;
	border: 7px solid #fff;
	-webkit-box-shadow: rgba(0, 0, 0, .498039) 0 15px 10px -10px, rgba(0, 0, 0, .298039) 0 1px 4px;
	box-shadow: rgba(0, 0, 0, .498039) 0 15px 10px -10px, rgba(0, 0, 0, .298039) 0 1px 4px;
	border-radius: 7px;
	float: left;
	margin: 0 15px 0 0
}

.full-news-short h1 {
	text-align: center;
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0;
	font-weight: 700;
	font-size: 18pt;
	color: #c9f4ff;
	font-family: Times New Roman
}

.full-news-short p {
	text-shadow: #000 1px 1px 0, #000 -1px -1px 0, #000 -1px 1px 0, #000 1px -1px 0;
	font-size: 13.5pt;
	font-family: "PT Sans"
}

.full-news-panel {
	overflow: hidden;
	background: #95a5a6;
	padding: 5px 10px;
	line-height: 35px;
	font-family: "PT Sans";
	text-transform: uppercase;
	color: #fff
}

.full-news-panel img {
	height: 35px
}

.full-author {
	background: #7f8c8d;
	padding: 10px;
	margin: -10px 10px -10px -10px
}

.full-tags a {
	background: #16a085;
	padding: 3px;
	border-radius: 4px;
	color: #fff
}

.full-tags a:hover {
	color: #fff
}

.full-rate {
	margin: 6px 0;
	border: 1px solid #fff;
	border-radius: 4px
}

.full-comment {
	background: #fff;
	padding: 10px;
	overflow: hidden;
	border-radius: 0 0 4px 4px
}

.add-comments .col-md-4,
.other-block .col-md-4 {
	padding: 0;
	margin: 0 10px 5px 0
}

.add-comments textarea {
	width: 100%
}

.commentss {
	border-top: 1px solid #ccc;
	margin: 0 -10px;
	padding: 10px;
	overflow: hidden
}

.comm-main {
	margin-left: 60px;
	font-family: Times New Roman, sans-serif;
	font-size: 16px;
	color: #151515
}

.comm-main a {
	color: #007e66
}

.comm-main a:hover {
	color: #0a4d3f
}

.comms-title {
	font-family: "PT Sans";
	text-transform: uppercase;
	color: #1abc9c;
	font-size: 15px
}

.comss-title-date {
	font-size: 10px;
	color: #ccc
}

.comms-image {
	position: relative
}

.comms-off,
.comms-on {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	position: absolute;
	top: 3px;
	left: 3px
}

.comms-on {
	background: #3498db
}

.comms-off {
	background: #e74c3c
}

.comms-ad-del {
	display: none
}

.commentss:hover .comms-ad-del {
	display: block
}

.page-tools {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin: 0 0 18px
}

.page-tools .speedbar {
	flex: 1;
	margin: 0;
	color: #304559;
	font-family: "PT Sans";
	font-size: 16px;
	line-height: 1.4
}

.page-tools .speedbar a {
	color: #0b65c4;
	text-decoration: none
}

.page-tools .speedbar a:hover {
	color: #064f9e;
	text-decoration: none
}

.translate-widget {
	flex: 0 0 auto;
	min-height: 38px;
	padding: 4px;
	border: 1px solid rgba(48, 69, 89, .14);
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 8px 18px rgba(35, 51, 68, .08)
}

.translate-widget .goog-te-gadget {
	font-family: "PT Sans", Arial, sans-serif!important;
	font-size: 0
}

.translate-widget .goog-te-gadget-simple {
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 10px!important;
	border: 0!important;
	border-radius: 6px;
	background: #fff!important;
	color: #24364a;
	font-size: 14px!important;
	box-shadow: none
}

.translate-widget .goog-te-gadget-simple span {
	color: #24364a!important;
	font-size: 14px!important
}

.translate-widget img {
	margin-right: 6px
}

.full {
	overflow: visible;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 28px rgba(35, 51, 68, .08)
}

.full-news-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	min-height: 58px;
	padding: 13px 14px;
	border-radius: 8px 8px 0 0;
	background: #304559;
	color: #fff
}

.full-news-head h1 {
	margin: 0;
	color: #fff;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase
}

.full-news-actions {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	line-height: 1
}

.full-news-actions > a,
.full-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 34px;
	min-width: 34px;
	height: 34px;
	margin: 0;
	padding: 0;
	border-radius: 6px;
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	transition: background-color .16s ease, color .16s ease
}

.full-news-head .full-news-actions span {
	float: none;
	margin: 0
}

.full-news-actions > a .full-action {
	width: 100%;
	min-width: 0;
	height: 100%;
	background: transparent
}

.full-news-actions .glyphicon {
	display: block
}

.full-action .glyphicon {
	line-height: 1
}

.full-action:hover,
.full-action:focus,
.full-news-actions > a:hover,
.full-news-actions > a:focus {
	background: rgba(255, 255, 255, .18);
	color: #ffd95a;
	text-decoration: none
}

.full-action img {
	width: 18px;
	height: 18px
}

.full-action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none
}

.full-action-favorite i,
.full-action-favorite .glyphicon {
	font-size: 18px;
	line-height: 1
}

.full-action-favorite img {
	max-width: 18px;
	max-height: 18px
}

.full-news {
	padding: 18px 20px;
	background: #fff
}

.full-news-short {
	margin: -18px -20px 22px;
	padding: 16px 20px;
	background: linear-gradient(135deg, rgba(48, 69, 89, .94), rgba(74, 61, 89, .88)), url(../images/bg-full.jpg) center/cover no-repeat;
	opacity: 1
}

.full-news-panel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 11px 14px;
	background: #eef3f5;
	color: #304559;
	font-family: "PT Sans";
	line-height: 1.3;
	text-transform: none
}

.full-news-panel .glyphicon {
	color: #6f8194
}

.full-views,
.full-date {
	display: inline-flex;
	align-items: center;
	gap: 6px
}

.full-date a,
.full-date i {
	color: #6f8194;
	font-style: normal
}

.full-date a:hover {
	color: #2f516f;
	text-decoration: none
}

.full-tags {
	margin: 4px 0 12px
}

.full-tags a {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 4px 8px;
	border-radius: 6px;
	background: #eef4f8;
	color: #304559
}

.full-tags a:hover {
	background: #2f516f;
	color: #fff;
	text-decoration: none
}

.full-related {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 8px;
	padding-top: 16px
}

.full-related .zagl {
	grid-column: 1 / -1;
	margin: 0 0 2px;
	color: #24364a;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 700
}

.full-related .related {
	float: none;
	width: auto;
	margin: 0;
	border: 1px solid rgba(48, 69, 89, .12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 18px rgba(35, 51, 68, .08)
}

.related-link {
	display: block;
	color: #fff;
	text-decoration: none
}

.related-link:hover,
.related-link:focus {
	color: #fff;
	text-decoration: none
}

.full-related .img-related {
	max-height: none;
	height: 92px;
	border-radius: 8px;
	background: #304559
}

.full-related .pic-related {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.full-related .img-short-title {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .72));
	font-size: 15px;
	line-height: 1.2
}

.full-comment {
	padding: 18px 20px 22px;
	border-top: 1px solid rgba(48, 69, 89, .08);
	border-radius: 0 0 8px 8px;
	background: #fff
}

.full-comment h4 {
	margin: 0 0 14px;
	color: #24364a;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 700
}

.add-comments {
	padding: 0
}

.add-comment-fields {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 10px
}

.add-comments .col-md-4,
.other-block .col-md-4 {
	float: none;
	width: auto;
	margin: 0;
	padding: 0
}

.add-comments .form-control {
	height: 42px;
	border: 1px solid #d8e1ea;
	border-radius: 6px;
	box-shadow: none;
	font-size: 16px
}

.add-comments .form-control:focus {
	border-color: #8d4f7c;
	box-shadow: 0 0 0 3px rgba(141, 79, 124, .14)
}

.add-comment-editor {
	overflow: hidden;
	border: 1px solid #d8e1ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(35, 51, 68, .06)
}

.add-comment-editor .bbcode-editor {
	padding: 8px 10px 4px;
	border-bottom: 1px solid #d8e1ea;
	background: linear-gradient(180deg, #fbfcfd, #f2f5f8)
}

.add-comment-editor .bbcode-editor .bbcode {
	margin: 0 5px 5px 0;
	border-radius: 5px;
	box-shadow: none
}

.add-comment-editor .bbcode-editor .bbcode:hover {
	background-color: #e9f1f7;
	box-shadow: inset 0 0 0 1px rgba(47, 81, 111, .22)
}

.add-comment-editor .editorcomm .bb-editor,
.add-comment-editor .bb-editor {
	width: 100%
}

.add-comment-editor textarea,
.add-comments textarea {
	width: 100%;
	min-height: 180px;
	padding: 10px 12px;
	border: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: none;
	resize: vertical
}

.add-comment-editor .bb-editor textarea,
.add-comment-editor .editorcomm .bb-editor textarea {
	height: 180px;
	margin-top: 0
}

.add-comment-submit {
	display: flex;
	justify-content: flex-end;
	margin-top: 14px
}

.add-comment-submit .btn {
	min-width: 110px;
	height: 42px;
	border-radius: 6px;
	font-weight: 700
}

@media (max-width: 767px) {
	.page-tools {
		display: block
	}

	.translate-widget {
		display: inline-block;
		margin-top: 10px
	}

	.full-news-head {
		display: block
	}

	.full-news-actions {
		margin-top: 12px
	}

	.full-related,
	.add-comment-fields {
		grid-template-columns: 1fr
	}
}

.other-block {
	background: #fff;
	padding: 10px;
	overflow: hidden
}

.other-block h4 {
	font-family: "PT Sans";
	font-weight: 700
}

.other-block p {
	text-align: justify;
	font-family: Times New Roman;
	font-size: 17px
}

.other-title {
	background: #1abc9c;
	padding: 10px;
	color: #fff;
	font-family: "PT Sans";
	font-size: 16px
}

.findrelated {
	width: 100%!important;
	background: #fcf8e3!important;
	border: 1px solid #faebcc!important;
	color: #8a6d3b!important
}

.divider {
	margin: 10px -10px;
	height: 1px;
	background: #ccc;
	clear: both
}

.addvote {
	display: none;
	padding: 10px;
	margin: 0 -10px;
	overflow: hidden;
	clear: both;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background: #f9f9f9
}

.add-textarea {
	clear: both;
	margin-top: 10px;
	overflow: hidden
}

.mce-tinymce {
	width: 100%!important;
	border: 1px solid #ccc!important;
	background: #f9f9f9
}

.mce-container-body {
	margin-right: 1px!important
}

#full_story_ifr,
#short_story_ifr {
	height: 150px!important
}

.input-over {
	overflow: hidden
}

select {
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	color: #999;
	width: 150px
}

.search fieldset {
	margin: 10px!important
}

.search fieldset select {
	margin-bottom: 10px
}

legend {
	color: #999;
	font-family: "PT Sans"
}

.pm-lab {
	color: #999
}

.readpm {
	margin-left: 110px;
	color: #999
}

.readpm-head {
	margin-bottom: 10px
}

.readpm-head a {
	font-family: "PT Sans";
	text-transform: uppercase;
	color: #1abc9c;
	font-size: 15px
}

.readpm-head a:hover {
	color: #1abc9c
}

.popup-info {
	margin: 0 0 0 110px
}

.popup-info li.fullname {
	font-family: "PT Sans";
	text-transform: uppercase;
	color: #1abc9c;
	font-size: 16px;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #ccc
}

.popup-info li {
	padding: 5px 0;
	text-transform: uppercase;
	font-size: 10px;
	color: #999
}

.popup-info li span {
	float: right
}

.popup-onoff {
	font-size: 12px;
	color: #2980b9
}

#result-registration {
	padding: 10px 0
}

.stats-list {
	width: 100%;
	border: 1px solid #ccc
}

.stats-list li {
	font-family: 'PT Sans';
	color: #1abc9c;
	border-bottom: 1px solid #ccc;
	padding: 5px
}

.stats-list li:last-child {
	border: none
}

.stats-list li a {
	color: #1abc9c
}

.stats-list li a:hover {
	color: #1abc9c
}

.stats-list li span {
	float: right
}

.stats-list li.stats-title {
	color: #999;
	background: #eaeaea;
	text-transform: uppercase
}

.nblock {
	display: none
}

.userstop thead tr td {
	color: #999;
	background: #eaeaea;
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px
}

.userstop tbody tr td,
.userstop tbody tr td a {
	color: #1abc9c
}

.userstop tbody tr td a:hover {
	color: #1abc9c
}

.nav-tabs>.active>a {
	border-radius: 4px 4px 0 0!important
}

.profile-panel {
	position: relative;
	width: 100%;
	height: 160px;
	background: url(../images/bg-profile-tab.jpg);
	background-size: cover;
	border-radius: 0 0 4px 4px
}

.profile-panel img {
	position: absolute;
	right: 50%;
	margin-right: -65px;
	bottom: -20px
}

.profile-panel span {
	position: absolute;
	top: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	text-shadow: 0 1px 1px #000;
	background: rgba(0, 0, 0, .5);
	padding: 10px;
	width: 100%
}

.proff-body {
	overflow: hidden;
	float: left;
	width: 100%;
	padding: 10px;
	font-family: 'PT Sans';
	color: #1abc9c;
	text-transform: uppercase
}

.proff-body li {
	border-bottom: 1px solid #eee;
	padding: 10px 0
}

.proff-body li span {
	float: right;
	color: #999
}

.footer {
	position: relative;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(106, 82, 132, .98), rgba(169, 82, 132, .96));
	min-height: 88px;
	margin: 36px 0 0 0;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12)
}

.footer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 217, 90, .65), transparent)
}

.footer .container {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 88px;
	padding: 20px;
	color: #fff;
	font-family: "PT Sans"
}

.footer-text {
	max-width: 980px;
	font-size: 16px;
	line-height: 1.5;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .18)
}

.footer-text a,
.profile-panel span a,
.s_a a {
	color: #fff
}

.footer-text a:hover {
	color: #ffd95a;
	text-decoration: none
}

.s_a a:hover {
	color: #ccc
}

.footer .container .footer-img {
	width: 24%
}

@media (max-width: 767px) {
	.site-pagination {
		margin: 14px 0 18px
	}

	.site-pagination .pagination {
		gap: 4px;
		padding: 6px;
		max-width: 100%
	}

	.site-pagination .pagination a,
	.site-pagination .pagination span,
	.site-pagination .pagination>li>a,
	.site-pagination .pagination>li>span {
		min-width: 32px;
		height: 34px;
		padding: 6px 10px!important;
		font-size: 15px;
		line-height: 22px!important
	}

	.home-about-card.alert-warning {
		margin: 14px 0 22px;
		padding: 18px 18px 18px 20px!important
	}

	.home-about-card h4 {
		font-size: 20px
	}

	.home-about-card p {
		font-size: 16px
	}

	.home-contact-button.jivo-btn {
		height: 44px!important;
		font-size: 16px!important;
		line-height: 44px!important
	}

	.footer {
		margin-top: 28px
	}

	.footer .container {
		align-items: flex-start;
		min-height: 0;
		padding: 18px 20px
	}

	.footer-text {
		font-size: 15px
	}
}

.visual {
	visibility: hidden;
	display: none
}

.awesome,
.awesome:visited {
	background-color: #2d355c!important
}

.awesome:hover {
	background-color: #191d31!important
}

#accordian {
	color: #fff
}

#accordian h3 {
	margin: 0 -8px;
	padding: 11px 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	background: rgba(255, 255, 255, .06);
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease
}

#accordian h3:hover {
	background: rgba(255, 255, 255, .1)
}

#accordian h3 a {
	color: #fff;
	text-decoration: none
}

#accordian h3 a:hover,
#accordian h3 a:focus {
	color: #f4d35e;
	text-decoration: none
}

#accordian ul {
	margin: -8px
}

#accordian li {
	list-style-type: none
}

#accordian li ul {
	margin: 0;
	background: transparent;
	padding: 8px;
	text-align: left
}

#accordian ul ul li a {
	display: block;
	margin: 0!important;
	padding: 9px 10px;
	border-radius: 6px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 1.35;
	transition: background-color .16s ease, color .16s ease;
	font-family: 'PT Sans';
	text-align: left
}

#accordian ul ul li:hover {
	background: transparent
}

#accordian ul ul li a:hover,
#accordian ul ul li a:focus {
	background: rgba(255, 255, 255, .08);
	color: #f4d35e;
	text-decoration: none
}

#accordian ul ul li a i {
	width: 18px;
	color: #f4d35e;
	text-align: center
}

#accordian ul ul {
	display: none
}

#accordian li.active ul {
	display: block
}

#scrollup {
	position: fixed;
	opacity: .8;
	padding: 15px 10px 10px;
	background: #aaa;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	left: 10px;
	bottom: 10px;
	display: none;
	cursor: pointer
}

.zagl {
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: inherit
}

.decor {
	text-decoration: underline
}

.downloads {
	background: url(/uploads/download.png) no-repeat scroll center top transparent;
	display: inline-block;
	height: 32px;
	width: 50px
}

.ratebox2 {
	float: right
}

.ratebox3 {
	float: right
}

.rateboxul,
.ratebox ul li {
	float: left
}

.ratebox2 ul,
.ratebox2 ul li {
	float: left
}

.ratebox3 ul,
.ratebox3 ul li {
	float: left
}

.instagram-media,
.twitter-tweet {
	display: inline-block!important
}

.mce-accordion summary {
	cursor: pointer;
}

.self_delete_link {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	padding: 12px 27px;
	border-radius: 10px;
	outline: none;
	background-color: #f44336;
	color: #fff;
	text-shadow: 0 1px #333;
	text-decoration: none !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	box-sizing: border-box;
	transition: all ease .1s; transition: all ease .1s;
}

/*Задаём размеры плееру Uppod, если они не заданы в теге*/
.uppod_style_video {
  width: 500px;
  height: 375px;
}
.uppod_style_audio {
  width: 500px;
  height: 60px;
}
