:root {
	--text: #424242;
	--hover: #f2554c;
	--grey2: #c2c7cc;
}

body {
	padding: 170px 0 0 0;
	margin: 0;
	background: #f2f1f1;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #424242;
}

.body2 {
	padding-top: 110px;
}

input, textarea {
	font-family: 'Montserrat', sans-serif !important;
	outline: none;
}

h1, gh1, h2, h3, h4 {
	padding: 0;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
}
img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

.head-line {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 77778;
	background: #fff;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.02);
	transition:all 0.2s ease;
}

.head-line-shad {
	box-shadow: 0 2px 8px 0 rgba(0,0,0,.11);
}

	.head-line-w {
		height: 60px;
		width: 1410px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 auto;
		text-align: left;
		position: relative;
	}
	
		.logo {
			background: url(../images/logo.png) left top no-repeat;
			width: 128px;
			height: 30px;
		}
		
		.top-menu {
			margin: 0;
			padding: 0;
		}
		
			.top-menu > li {
				list-style-type: none;
				padding: 0;
				margin: 0 15px;
				display: inline-block;
				vertical-align: top;
				height: 60px;
				position: relative;
				overflow: hidden;
			}
			
			.top-menu > li.hassub {
				padding-right: 15px;
			}
			
				.top-menu-link {
					height: 60px;
					color: var(--text);
					font-size: 14px;
					display: block;
					height: 60px;
					line-height: 60px;
					position: relative;
					transition:all 0.2s ease;
				}
				
					.top-menu-link:hover {
						color: var(--hover);
					}
					
				.top-menu > li > i {
					position: absolute;
					right: 0;
					top: 0;
					display: block;
					height: 60px;
					width: 20px;
					background: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath stroke='null' transform='rotate(90.04911041259766 258.31237792968744,261.0665283203125) ' fill='%23424242' id='svg_1' d='m165.859918,460.872024a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") right center no-repeat;
					background-size: 10px auto;
					/*transition:all 0.2s ease;*/
				}
					
				.hidden-menu {
					border-radius: 0 0 10px 10px;
					background: #fff;
					box-shadow: 0 0 13px 2px rgba(0,0,0,.01);
					position: absolute;
					left: -15px;
					top: 60px;
					width: 230px;
					box-sizing: border-box;
					transition:all 0.2s ease;
					padding: 0 15px 15px 15px;
					margin: 0;
					opacity: 0;
					transform: scale(0.5);
				}
				
					.hidden-menu > li {
						display: block;
						list-style-type: none;
						padding: 0;
						margin: 0 0 10px 0;
					}
					
					.hidden-menu > li:last-child {
						margin: 0;
					}
					
						.hidden-menu a {
							display: block;
							color: var(--text);
							font-size: 14px;
						}
						
							.hidden-menu a:hover {
								color: var(--hover);
							}
							
				.menuactive {
					overflow: visible !important;
				}
				
				.menuactive ul {
					opacity: 1;
					transform: scale(1);
				}
				
				.menuactive > i {
					transform: rotate(180deg);
					background-position: left center !important;
				}
				
		.donate-link {
			color: var(--text);
		}
		
			.donate-link span {
				color: #ff5a79;
			}
		
			.donate-link:hover {
				color: var(--hover);
			}
			
		.head-r {
			display: flex;
			align-items: center;
		}
		
			.open-search {
				cursor: pointer;
				width: 32px;
				height: 40px;
				background: url("data:image/svg+xml,%3Csvg viewBox='0 0 26 26' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.946 1C9.403 1 4.894 5.51 4.894 11.053c0 2.502.924 4.789 2.442 6.55L1.22 23.72a.75.75 0 1 0 1.06 1.06l6.117-6.116a10 10 0 0 0 6.55 2.442C20.49 21.106 25 16.596 25 11.053S20.49 1 14.946 1zm0 18.606c-4.716 0-8.552-3.836-8.552-8.553S10.23 2.5 14.946 2.5c4.717 0 8.554 3.837 8.554 8.553s-3.837 8.553-8.554 8.553z' fill='%23424242' class='fill-1d1d1b'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
				background-size: 20px auto;
			}
			
				.open-search:hover {
					background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 26 26' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.946 1C9.403 1 4.894 5.51 4.894 11.053c0 2.502.924 4.789 2.442 6.55L1.22 23.72a.75.75 0 1 0 1.06 1.06l6.117-6.116a10 10 0 0 0 6.55 2.442C20.49 21.106 25 16.596 25 11.053S20.49 1 14.946 1zm0 18.606c-4.716 0-8.552-3.836-8.552-8.553S10.23 2.5 14.946 2.5c4.717 0 8.554 3.837 8.554 8.553s-3.837 8.553-8.554 8.553z' fill='%23f2554c' class='fill-1d1d1b'%3E%3C/path%3E%3C/svg%3E");
				}
			
			.open-search2 {
				background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.17 10 3.89-3.89a.37.37 0 1 0-.53-.53L9.64 9.43 5.75 5.54a.37.37 0 1 0-.53.53L9.11 10l-3.89 3.85a.37.37 0 0 0 0 .53.34.34 0 0 0 .26.11.36.36 0 0 0 .27-.11l3.89-3.89 3.89 3.89a.34.34 0 0 0 .26.11.35.35 0 0 0 .27-.11.37.37 0 0 0 0-.53Z' fill='%23424242' class='fill-000000'%3E%3C/path%3E%3C/svg%3E") !important;
				background-size: 26px auto;
			}
				
			.open-fav {
				cursor: pointer;
				width: 32px;
				height: 40px;
				background: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 3h17.4a.3.3 0 0 1 .3.3v18.181a.3.3 0 0 1-.45.26l-8.4-4.837a.3.3 0 0 0-.3 0l-8.4 4.837a.3.3 0 0 1-.45-.26V3.3a.3.3 0 0 1 .3-.3Z' stroke='%23424242' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
				background-size: 20px auto;
				margin: 0 5px;
			}
			
				.open-fav:hover {
					background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 3h17.4a.3.3 0 0 1 .3.3v18.181a.3.3 0 0 1-.45.26l-8.4-4.837a.3.3 0 0 0-.3 0l-8.4 4.837a.3.3 0 0 1-.45-.26V3.3a.3.3 0 0 1 .3-.3Z' stroke='%23f2554c' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E");
				}
				
			.open-fav-active {
				background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' stroke='%23424242' d='m3.3,3l17.4,0c0.1657,0 0.3,0.13431 0.3,0.3l0,18.1811c0,0.2308 -0.2497,0.3751 -0.4497,0.26l-8.4006,-4.8367c-0.0927,-0.0534 -0.2067,-0.0534 -0.2994,0l-8.40061,4.8367c-0.2,0.1151 -0.44969,-0.0292 -0.44969,-0.26l0,-18.1811c0,-0.16569 0.13431,-0.3 0.3,-0.3z'/%3E%3C/g%3E%3C/svg%3E");
			}
			
				.open-fav-active:hover {
					background-image: url("data:image/svg+xml,%3Csvg width='24.000000000000004' height='24.000000000000004' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23f2554c' id='svg_1' stroke='%23f2554c' d='m3.3,3l17.4,0c0.1657,0 0.3,0.13431 0.3,0.3l0,18.1811c0,0.2308 -0.2497,0.3751 -0.4497,0.26l-8.4006,-4.8367c-0.0927,-0.0534 -0.2067,-0.0534 -0.2994,0l-8.40061,4.8367c-0.2,0.1151 -0.44969,-0.0292 -0.44969,-0.26l0,-18.1811c0,-0.16569 0.13431,-0.3 0.3,-0.3z'/%3E%3C/g%3E%3C/svg%3E");
				}
				
			.open-login {
				color: var(--text);
				display: flex;
				align-items: center;
				cursor: pointer;
				margin: 0 0 0 10px;
			}
			
				.open-login > img {
					width: 30px;
					height: 30px;
					border-radius: 100%;
					margin: 0 10px 0 0;
				}
				
				.open-login > span {
					
				}
				
				.open-login:hover {
					color: var(--hover);
				}
				
				.open-login3 {
					width: 32px;
					height: 40px;
					margin: 0 0 0 0;
					background: url("data:image/svg+xml,%3Csvg id='Layer_1' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Cpath d='M2 12h14.4M12.1.8h7.4C20.9.8 22 1.9 22 3.3v17.5c0 1.4-1.1 2.5-2.5 2.5h-7.4' fill='none' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3Cpath d='m12.6 15.8 3.8-3.8-3.8-3.8' fill='none' stroke='%23424242' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E") 2px center no-repeat;
					background-size: 15px auto;
				}
				
				.open-login3:hover {
					background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Cpath d='M2 12h14.4M12.1.8h7.4C20.9.8 22 1.9 22 3.3v17.5c0 1.4-1.1 2.5-2.5 2.5h-7.4' fill='none' stroke='%23f2554c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3Cpath d='m12.6 15.8 3.8-3.8-3.8-3.8' fill='none' stroke='%23f2554c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E");
				}
				
.advtop {
	margin: 0 0 50px 0;
	border-radius: 10px;
	background: #f7f7f7;
	padding: 10px;
}

	.advtop img {
		max-width: 100%;
	}
	
	.advtop iframe {
		width: 100% !important;
	}
	
.main-wrap {
	width: 1410px;
	text-align: left;
	margin: 0 auto 140px auto;
}

	.main-block {
		border-radius: 10px;
		background: #f7f7f7;
		padding: 30px;
	}
	
		.mslider {
			margin: 0 0 50px 0;
		}
		
		.slider-item {
			
		}
		
			.slider-item:after {
				content: '';
				display: block;
				clear: both;
			}
		
			.mslider-item {
				width: 320px;
				height: 183px;
				border-radius: 10px;
				float: left;
				position: relative;
				margin: 0 30px 27px 0;
				overflow: hidden;
			}
			
				.mslider-item:before {
					
				}
			
				.mslider-item-image {
					width: 100%;
					height: 100%;
					border-radius: 10px;
					background-size: cover;
					transition:all 0.5s ease;
					position: relative;
				}
				
				.mslider-item-image:before {
					content: '';
					display: block;
					width: 100%;
					height: 100%;
					position: absolute;
					left: 0;
					top: 0;
					background: #000;
					opacity: 0.2;
					border-radius: 10px;
				}
				
				.mslider-item:hover .mslider-item-image {
					transform: scale(1.02);
				}
				
			.mslider-item-category {
				position: absolute;
				left: 15px;
				top: 15px;
				color: #fff;
				font-size: 12px;
				text-transform: uppercase;
				line-height: 18px;
			}
			
				.cicn {
					background: #81a2f6;
					border-radius: 3px;
					width: 22px;
					height: 22px;
					display: inline-block;
					vertical-align: middle;
					margin: 2px 10px 0 2px;
				}
				
					.cicn img {
						display: inline-block;
						vertical-align: top;
						width: 18px;
						margin: 2px 10px 0 2px;
					}
					
				.mslider-item-category > span {
					display: inline-block;
					vertical-align: top;
					margin: 5px 0 0 0;
				}
			
			.mslider-item-title {
				position: absolute;
				left: 20px;
				top: 58px;
				width: calc(100% - 40px);
				font-size: 16px;
				line-height: 24px;
				color: #fff;
				font-weight: 500;
			}
			
			.mslider-item:hover .mslider-item-title {
				font-weight: 700;
			}
			
			.mslider-item-info {
				position: absolute;
				left: 15px;
				bottom: 15px;
				display: flex;
				justify-content: space-between;
				align-items: center;
				color: #c6c6c6;
				font-size: 12px;
				width: calc(100% - 30px);
			}
			
				.msdate {
					height: 20px;
					line-height: 20px;
					padding: 0 0 0 24px;
					background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M452,40h-24V0h-40v40H124V0H84v40H60C26.916,40,0,66.916,0,100v352c0,33.084,26.916,60,60,60h392 c33.084,0,60-26.916,60-60V100C512,66.916,485.084,40,452,40z M472,452c0,11.028-8.972,20-20,20H60c-11.028,0-20-8.972-20-20V188 h432V452z M472,148H40v-48c0-11.028,8.972-20,20-20h24v40h40V80h264v40h40V80h24c11.028,0,20,8.972,20,20V148z' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='230' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='230' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='230' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='230' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='396' y='230' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='310' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='310' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='310' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='310' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='390' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='390' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='390' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='390' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='396' y='310' width='40' height='40' fill='%23c6c6c6' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") left center no-repeat;
					background-size: 15px auto;
				}
				
				.msii-r {
					display: flex;
					justify-content: space-between;
					align-items: center;
				}
				
					.msview {
						height: 20px;
						line-height: 20px;
						padding: 0 0 0 24px;
						background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10zm0 2c-2.12173 0-4.15656.84285-5.65685 2.34315-1.5003 1.50029-2.34315 3.53512-2.34315 5.65685 0 2.1217.84285 4.1566 2.34315 5.6569 1.50029 1.5002 3.53512 2.3431 5.65685 2.3431 2.1217 0 4.1566-.8429 5.6569-2.3431 1.5002-1.5003 2.3431-3.5352 2.3431-5.6569 0-2.12173-.8429-4.15656-2.3431-5.65685-1.5003-1.5003-3.5352-2.34315-5.6569-2.34315zm0 3c1.0526.0004 2.0782.33297 2.9307.95034s1.4885 1.48803 1.8173 2.48796c.3287.9999.3335 2.0781.0137 3.0809s-.948 1.8792-1.7949 2.5041c-.847.625-1.8696.9667-2.9222.9765-1.0525.0098-2.08128-.3128-2.93974-.9219-.85847-.6091-1.50282-1.4736-1.84125-2.4703-.33844-.9966-.3537-2.0747-.04361-3.0806.23392.5227.64027.9492 1.15106 1.2082.51078.2589 1.095.3346 1.65484.2143.5599-.1203 1.0615-.4293 1.4209-.8752.3593-.4459.5546-1.0016.5532-1.5743.0001-.48153-.1388-.95286-.4001-1.35732-.2613-.40447-.6339-.72487-1.0729-.92268.466-.143.96-.22 1.473-.22z' fill='%23c6c6c6' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E%0A") left center no-repeat;
						background-size: 15px auto;
					}
					
					.mscomm {
						height: 20px;
						line-height: 20px;
						padding: 0 0 0 24px;
						background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='m304.17 493.87c-5.08 0-10.22-1.05-15.16-3.2-13.93-6.06-22.58-19.26-22.58-34.45v-32.12c0-9.08-7.39-16.48-16.48-16.48h-182.34c-37.28.01-67.61-30.32-67.61-67.6v-254.28c0-37.28 30.33-67.61 67.61-67.61h376.78c37.28 0 67.61 30.33 67.61 67.61v254.27c0 37.28-30.33 67.61-67.61 67.61h-33.16l-81.62 76.07c-7.17 6.7-16.19 10.18-25.44 10.18zm-236.56-440.68c-17.95 0-32.55 14.6-32.55 32.55v254.27c0 17.95 14.6 32.55 32.55 32.55h182.35c28.42 0 51.53 23.12 51.53 51.53v32.12c0 .49 0 1.64 1.51 2.3 1.51.65 2.35-.13 2.7-.46l86.67-80.78c3.24-3.02 7.52-4.71 11.95-4.71h40.07c17.95 0 32.55-14.6 32.55-32.55v-254.27c0-17.95-14.6-32.55-32.55-32.55z' fill='%23c6c6c6' data-original='%23000000' class=''/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")  left center no-repeat;
						background-size: 15px auto;
						margin: 0 0 0 25px;
					}
					
			.mslider-item > a {
				display: block;
				width: 100%;
				height: 100%;
				position: absolute;
				left: 0;
				top: 0;
			}
					
			.mslider-item:nth-child(1) {
				width: 650px;
				height: 395px;
			}
			
			.mslider-item:nth-child(1) .mslider-item-title {
				top: auto;
				bottom: 54px;
			}
			
			.mslider-item:nth-child(3) {
				margin-right: 0;
			}
			
			.mslider-item:nth-child(5) {
				margin-right: 0;
			}
			
			.mslider-item:nth-child(1) {
				
			}
		
			.main-title {
				margin: 0 0 30px 0;
				position: relative;
			}
			
				.main-title img {
					display: inline-block;
					vertical-align: top;
					width: 25px;
					margin: 2px 13px 0 0;
				}
			
				.main-title h1, gh1 {
					font-size: 24px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
				.main-title h2 {
					font-size: 24px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
				.main-title h3 {
					font-size: 16px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
				.main-title h4 {
					font-size: 18px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
				.main-title h5 {
					font-size: 18px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
				.main-title h6 {
					font-size: 18px;
					font-weight: bold;
					margin: 0;
					padding: 0;
					display: inline;
				}
				
.sld1-nav, .sldkey-nav {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}

	.sld1-left, .sldkey-left {
		width: 28px;
		height: 28px;
		border-radius: 100%;
		background: #ececec url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
		cursor: pointer;
		transform: rotate(180deg);
	}	
	
	.sld1-right, .sldkey-right {
		width: 28px;
		height: 28px;
		border-radius: 100%;
		background: #ececec url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
		cursor: pointer;
		margin: 0 0 0 15px;
	}
	
	.sld1-left:hover, .sld1-right:hover, .sldkey-left:hover, .sldkey-right:hover {
		background: #f2554c url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23fff' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
	}
	
	
	
.sld-nav {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
}

	.sld-prev {
		width: 28px;
		height: 28px;
		border-radius: 100%;
		background: #ececec url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
		cursor: pointer;
		transform: rotate(180deg);
	}	
	
	.sld-next {
		width: 28px;
		height: 28px;
		border-radius: 100%;
		background: #ececec url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
		cursor: pointer;
		margin: 0 0 0 15px;
	}
	
	.sld-prev:hover, .sld-next:hover {
		background: #f2554c url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23fff' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 14px auto;
	}
	
	.swiper-button-disabled {
		opacity: 0.6;
	}
	
	.sld1-pagination {
		display: flex;
		justify-content: center;
	}
	
		.swiper-pagination-bullet {
			width: 15px !important;
			height: 3px !important;
			background: #a0a0a0 !important;
			margin: 0 3px !important;
			border-radius: 0 !important;
		}
		
		.swiper-pagination-bullet-active {
			background: #424242 !important;
		}
		
.main-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.main-cols-left {
		width: calc(100% - 360px);
	}
	
	.main-cols-right {
		width: 330px;
	}
	
.tglink {
	display: block;
	border-radius: 10px;
	background-color: #383838;
	background: #383838 linear-gradient(322deg, rgba(0,34,120,.2) 0%, rgba(120,0,0,.2) 100%);
	padding: 35px 30px 35px 110px;
	position: relative;
	margin: 0 0 30px 0;
	box-sizing: border-box;
}

	.tglink-icon {
		display: block;
	}
	
	.tglink-title {
		display: block;
		line-height: 24px;
		color: #fff;
		margin: 0 0 20px 0;
	}
	
	.tglink-btn {
		display: block;
		color: #f2554c;
	}
	
	.tglink:hover .tglink-btn {
		color: #f2665e;
	}
	
.tglink-icon {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: absolute;
		left: 35px;
		top: calc(50% - 17px);
		opacity: 1;
		display: block;
	}
	
	.tglink-icon > i {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #4b72db url("/uploads/vk.webp") center center no-repeat;
		background-size: 18px auto;
		opacity: 1;
		z-index: 22;
		display: block;
	}
	
.tglink-icon:after,
.tglink-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #4b72db;
    border-radius: 100%;
    /*animation: pulse 2s infinite ease-in-out;*/
}
.tglink-icon:before {
    margin: auto 0 auto -30px;
    height: 60px;
    width: 60px;
    opacity: .3;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.tglink-icon:after {
    margin: auto 0 auto -40px;
    height: 80px;
    width: 80px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .15;
}



@keyframes shake {
  0% {
     opacity: 0.75;
  }
  25% {
      opacity: 1;
  }
  50% {
      opacity: 0.55;
  }
  100% {
      opacity: 1;
  }
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.radv {
	border-radius: 10px;
	background: #fff;
	padding: 15px;
	margin: 0 0 30px 0;
}

	.radv img, .radv iframe {
		max-width: 100% !important;
	}
	
.rblock {
	border-radius: 10px;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 15px;
}

	.rblock-title {
		color: #414141;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	
		.rblock-title img {
			display: inline-block;
			vertical-align: top;
			width: 22px;
			margin: -1px 5px 0 0;
		}
	
	.rblock-content {
		
	}
	
.mcom {
	transition:all 0.2s ease;
	padding: 12px 15px 0 15px;
	margin: 0 -15px 12px -15px;
	border-radius: 10px;
	position: relative;
}

	.mcom-title {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
		
	.mcom-author {
		height: 16px;
		line-height: 16px;
		color: #c6c6c6;
		font-size: 12px;
		margin: 0 0 10px 0;
	}
	
		.mcom-author img {
			width: 16px;
			height: 16px;
			border-radius: 100%;
			display: inline-block;
			vertical-align: top;
			margin: 0 10px 0 0;
		}
		
	.mcom-text {
		line-height: 20px;
		font-size: 14px;
		color: #7a7a7a;
		border-bottom: 1px #ececec solid;
		padding: 0 0 12px 0;
	}
	
	.mcom-link {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	.mcom:hover {
		background: #fbf9f9;
	}
	
.steam-link {
	text-align: center;
	display: block;
	border-radius: 10px;
	background: #383838;
	margin: 0 0 30px 0;
	background: #383838 url(../images/steam-link.png) left top no-repeat;
	padding: 25px 15px;
}

	.steam-link:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		background: #000;
		opacity: 0.15;
		border-radius: 10px;
	}
	
	.steam-link > span {
		text-align: left;
		display: block;
		z-index: 2;
		position: relative;
	}

	.steam-link-title {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin: 0 0 5px 0;				
	}
	
	.steam-link-text {
		line-height: 22px;
		color: #fff;
		margin: 0 0 25px 0;
	}
	
	.steam-link-btn {
		display: inline-block !important;
		vertical-align: top;
		margin: 0 auto;
		border-radius: 10px;
		background: #f1554b;
		height: 40px;
		line-height: 40px;
		padding: 0 45px;
		color: #fff;
	}
	
	.steam-link:hover .steam-link-btn {
		background: #f3665e;
	}
	
.mpblock {
	margin: 0 0 50px 0;
}

.main-title a {
	color: #414141;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 0;
	background: url("data:image/svg+xml,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23f2554c' id='svg_1' d='m202.1,450a15,15 0 0 1 -10.6,-25.61l174.29,-174.29l-174.29,-174.29a15,15 0 0 1 21.21,-21.21l184.9,184.9a15,15 0 0 1 0,21.21l-184.9,184.9a15,15 0 0 1 -10.61,4.39z'/%3E%3C/g%3E%3C/svg%3E") right center no-repeat;
	background-size: 16px auto;
	
}

	.main-title a:hover {
		color: var(--hover);
	}
	
.mpnews-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.mpnews {
	transition:all 0.2s ease;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	margin: 0 0 30px 0;
	position: relative;
	width: 315px;
	
}

	.mpnews-top {
		position: relative;
	}
	
		.mpnews-image {
			height: 180px;
			background-size: cover;
			border-radius: 10px 10px 0 0;
			margin: 0 0 25px 0;
			overflow: hidden;
		}
		
		.mpnews-image-zoom {
			height: 100%;
			background-size: cover;
			border-radius: 10px 10px 0 0;
			transition:all 0.5s ease;
			background-position: center top;
		}
		
		.mpnews:hover .mpnews-image-zoom {
			transform: scale(1.02);
		}
		
		.mpnews-title {
			margin: 0 15px 15px 15px;
			font-size: 16px;
			line-height: 22px;
			font-weight: 500;
			height: 66px;
			overflow: hidden;
			white-space: normal;
		}
				
		.mpnews-cat {
			position: absolute;
			left: 15px;
			top: 15px;
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			line-height: 18px;
		}
		
			.mpnews-cat > span {
				display: inline-block;
				vertical-align: top;
				margin: 5px 0 0 0;
			}
		
		.mpnews-top > a {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
	.mpnews-info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #c6c6c6;
		font-size: 12px;
		padding: 0 15px 15px 15px;
	}
	
@media (min-width: 1200px) {
	
.sldht .mpnews:nth-child(1) {
	width: 600px;
	height: 326px;
	position: relative;
}

.sldht .mpnews:nth-child(1) .mpnews-top {
	position: static;
}

.sldht .mpnews:nth-child(1) .mpnews-image {
	position: absolute;
	border-radius: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sldht .mpnews:nth-child(1) .mpnews-image-zoom:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	position: absolute;
}

.sldht .mpnews:nth-child(1) .mpnews-image-zoom {
	border-radius: 10px;
}

.sldht .mpnews:nth-child(1) .mpnews-info {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	padding: 0;
}

.sldht .mpnews:nth-child(1) .mpnews-title {
	position: absolute;
	left: 15px;
	bottom: 50px;
	width: calc(100% - 30px);
	color: #fff;
	margin: 0;
	height: auto;
}

.sldht .mpnews:nth-child(1) .mpnews-top > a{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 22;
}




.sldht .mpnews:nth-child(2) {
	width: 375px;
	height: 326px;
	position: relative;
}

.sldht .mpnews:nth-child(2) .mpnews-top {
	position: static;
}

.sldht .mpnews:nth-child(2) .mpnews-image {
	position: absolute;
	border-radius: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sldht .mpnews:nth-child(2) .mpnews-image-zoom:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	position: absolute;
}

.sldht .mpnews:nth-child(2) .mpnews-image-zoom {
	border-radius: 10px;
}

.sldht .mpnews:nth-child(2) .mpnews-info {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	padding: 0;
}

.sldht .mpnews:nth-child(2) .mpnews-title {
	position: absolute;
	left: 15px;
	bottom: 50px;
	width: calc(100% - 30px);
	color: #fff;
	margin: 0;
	height: auto;
}

.sldht .mpnews:nth-child(2) .mpnews-top > a{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 22;
}

/* категории */
.tbn {
	
}

.tbn .main-news:nth-child(1) {
	width: 650px;
	height: 326px;
	position: relative;
}

.tbn .main-news:nth-child(1) .main-news-top {
	position: static;
}

.tbn .main-news:nth-child(1) .main-news-image {
	position: absolute;
	border-radius: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.tbn .main-news:nth-child(1) .main-news-image-zoom:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	position: absolute;
}

.tbn .main-news:nth-child(1) .main-news-image-zoom {
	border-radius: 10px;
}

.tbn .main-news:nth-child(1) .main-news-info {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	padding: 0;
}

.tbn .main-news:nth-child(1) .main-news-title {
	position: absolute;
	left: 15px;
	bottom: 50px;
	width: calc(100% - 30px);
	color: #fff;
	margin: 0;
	height: auto;
}

.tbn .main-news:nth-child(1) .main-news-top > a{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 22;
}






}

.radv {
	box-sizing: border-box;
}

.fnthy {
	margin: 0 -15px !important;
}

.fnthy .mpnews {
	height: 326px;
	width: calc(33.33% - 30px) !important;
	box-sizing: border-box;
	margin: 0 15px 30px 15px !important;
}

.fnthy .mpnews:nth-child(1) {
	width: calc(66.66% - 30px) !important;
}

.fnthy .mpnews .mpnews-top {
	position: static;
}

.fnthy .mpnews .mpnews-image {
	position: absolute;
	border-radius: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.fnthy .mpnews .mpnews-image-zoom:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.2;
	position: absolute;
}

.fnthy .mpnews .mpnews-image-zoom {
	border-radius: 10px;
}

.sldht .mpnews .mpnews-info {
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: calc(100% - 30px);
	padding: 0;
}

.fnthy .mpnews .mpnews-title {
	position: absolute;
	left: 15px;
	bottom: 50px;
	width: calc(100% - 30px);
	color: #fff;
	margin: 0;
	height: auto;
}

.fnthy .mpnews .mpnews-top > a{
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 22;
}

.mini-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.mini-col {
		width: 315px;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
		padding: 25px 15px;
	}
	
		.main-title {
			margin: 0 0 20px 0;
		}
		
			.main-title a {
				background-size: 12px auto;
			}
		
			.mini-col .main-title img {
				width: 18px;
				margin: 0px 9px 0 0;
			}
			
.mini-news {
	display: block;
	color: var(--text);
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px #ececec solid;
}

.mini-news:last-child {
	border: 0;
	margin: 0;
}

	.mini-news:hover {
		color: var(--hover);
	}
	
.footer {
	background: #fff;
}

	.footer-w {
		width: 1410px;
		text-align: left;
		margin: 0 auto;
		padding: 30px 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	
		.footer-left {
			width: 440px;
		}
		
			.footer-logo {
				margin: 0 0 10px 0;
			}
			
			.footer-text {
				font-size: 12px;
				line-height: 18px;
			}
			
				.footer-text a {
					
				}
				
					.footer-text a:hover {
						
					}
					
			.footer-menu {
				line-height: 24px;
				color: #7a7a7a;
				margin: 15px 0 0 0;
				font-size: 12px;
			}
			
				.footer-menu a {
					margin: 0 20px 0 0;
					color: #7a7a7a;
					display: inline-block;
					vertical-align: top;
				}
				
					.footer-menu a:hover {
						color: var(--text);
					}
		
		.footer-right {
			width: 380px;
		}
		
			.footer-soc {
				display: flex;
				justify-content: flex-end;
				margin: 0 0 30px 0;
			}
			
				.footer-soc a {
					width: 30px;
					height: 30px;
					border-radius: 100%;
					background: #5865f2;
					display: flex;
					justify-content: center;
					align-items: center;
					margin: 0 0 0 10px;
				}
				
				.footer-soc a:nth-child(2) {
					background: #27a6e6;
				}
				
				.footer-soc a:nth-child(3) {
					background: #0077ff;
				}
				
					.footer-soc a img {
						width: 16px;
					}
				
					.footer-soc a:hover {
						opacity: 0.9;
					}
					
		.ffr {
			display: flex;
			align-items: flex-end;
		}
		
			.ffr .footer-text {
				flex: 1;
				padding-right: 45px;
			}
		
			.f16 {
				border-radius: 5px;
				background: #f7f7f7;
				padding: 5px 10px;
				color: #9f9f9f;
				font-size: 10px;
			}
					
.up-btn {
	width: 40px;
	height: 40px;
	cursor: pointer;
	border-radius: 100%;
	position: fixed;
	right: 20px;
	bottom: 20px;
	background: #a5bdf8 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath class='heroicon-ui fill-000000' d='M13 5.41V21a1 1 0 0 1-2 0V5.41l-5.3 5.3a1 1 0 1 1-1.4-1.42l7-7a1 1 0 0 1 1.4 0l7 7a1 1 0 1 1-1.4 1.42L13 5.4z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
	background-size: 20px auto;
	z-index: 7000;
}

	.up-btn:hover {
		background-color: #5d7dcc;
	}
	
.speed-b {
	color: #a0a0a0;
	margin: 0 0 30px 0;
}

	.speed-b a {
		color: #a0a0a0;
	}
	
		.speed-b a:hover {
			color: var(--hover);
		}
		
.category-descr {
	margin: 0 0 10px 0;
}

	.category-descr .main-title img {
		width: 34px;
		margin-top: -3px;
	}
	
	.category-label {
		color: var(--text);
		display: inline;
		margin: 0 0 0 15px;
	}
	
.category-sub {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 70px -15px;
}
	
	.category-sub-item {
		width: calc(16.66% - 30px);
		margin: 0 15px 15px 15px;
		border-radius: 10px;
		background: #fff;
		box-sizing: border-box;
		padding: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 14px;
		color: var(--text);
		text-align: center;
	}
	
		.category-sub-item img {
			height: 60px;
			margin: 0 0 10px 0;
			transition:all 0.3s linear;
		}
		
		.category-sub-item:hover img {
			transform: scale(1.1);
		}
		
.rint {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px #ececec solid;
}

.rint:last-child {
	margin: 0;
	padding: 0;
	border: 0;
}

	.rint-image {
		width: 58px;
		height: 58px;
		border-radius: 10px;
		overflow: hidden;
	}
	
		.rint-image > span {
			display: block;
			width: 100%;
			height: 100%;
			border-radius: 10px;
			transition:all 0.3s linear;
			background-size: cover;
		}
	
	.rint-title {
		width: calc(100% - 70px);
		line-height: 18px;
		color: var(--text);
		max-height: 54px;
		transition:all 0.2s ease;
		overflow: hidden;
	}
	
.rint:hover .rint-title {
	color: var(--hover);
}

.rint:hover .rint-image span {
	transform: scale(1.06);
}

	
.news-wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 50px -15px;
}

.nwb .news-wrap {
	margin-bottom: 0px;
}


/* Краткая новость */
.main-news {
	transition:all 0.2s ease;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	margin: 0 15px 30px 15px;
	position: relative;
	width: 310px;
	
}

	.main-news-top {
		position: relative;
	}
	
		.main-news-image {
			height: 180px;
			background-size: cover;
			border-radius: 10px 10px 0 0;
			margin: 0 0 25px 0;
			overflow: hidden;
		}
		
		.main-news-image-zoom {
			height: 100%;
			background-size: cover;
			border-radius: 10px 10px 0 0;
			transition:all 0.5s ease;
			background-position: center top;
		}
		
		.main-news:hover .main-news-image-zoom {
			transform: scale(1.02);
		}
		
		.main-news-title {
			margin: 0 15px 15px 15px;
			font-size: 16px;
			line-height: 22px;
			font-weight: 500;
			height: 66px;
			overflow: hidden;
		}
		
			.main-news-title a {
				
			}
			
				.main-news-title a:hover {
					
				}
				
		.main-news-cat {
			position: absolute;
			left: 15px;
			top: 15px;
			color: #fff;
			font-size: 12px;
			text-transform: uppercase;
			line-height: 18px;
		}
		
			.main-news-cat > span {
				display: inline-block;
				vertical-align: top;
				margin: 5px 0 0 0;
			}
		
		.main-news-top > a {
			display: block;
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}
		
	.main-news-info {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #c6c6c6;
		font-size: 12px;
		padding: 0 15px 15px 15px;
	}
		
	
		
		
/* Поиск по сайту */
.search-block {
	position: absolute;
	left: 0;
	top: 75px;
	height: 60px;
	display: none;
	background: #fff;
	border-radius: 10px;
	padding: 0 30px 0 60px;
	width: 100%;
	box-sizing: border-box;
}

	.search-block form {
		padding: 0;
		margin: 0;
	}
	
	.form-text {
		height: 60px;
		line-height: 60px;
		width: 100%;
		box-sizing: border-box;
		padding: 0;		
		color: #414141;
		font-size: 14px;
		margin: 0;
		border: 0;
		outline: none;
		background: none;
		display: block;
	}
	
	.form-search {
		display: block;
		padding: 0;
		border: 0;
		cursor: pointer;
		margin: 0;
		position: absolute;
		left: 0px;
		top: 0px;
		width: 60px;
		height: 60px;
		outline: none;
		background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 487.95 487.95' style='enable-background:new 0 0 487.95 487.95;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M481.8,453l-140-140.1c27.6-33.1,44.2-75.4,44.2-121.6C386,85.9,299.5,0.2,193.1,0.2S0,86,0,191.4s86.5,191.1,192.9,191.1 c45.2,0,86.8-15.5,119.8-41.4l140.5,140.5c8.2,8.2,20.4,8.2,28.6,0C490,473.4,490,461.2,481.8,453z M41,191.4 c0-82.8,68.2-150.1,151.9-150.1s151.9,67.3,151.9,150.1s-68.2,150.1-151.9,150.1S41,274.1,41,191.4z' fill='%23919698'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
		background-size: 18px auto;
	}
	
		.form-search:hover {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 487.95 487.95' style='enable-background:new 0 0 487.95 487.95;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M481.8,453l-140-140.1c27.6-33.1,44.2-75.4,44.2-121.6C386,85.9,299.5,0.2,193.1,0.2S0,86,0,191.4s86.5,191.1,192.9,191.1 c45.2,0,86.8-15.5,119.8-41.4l140.5,140.5c8.2,8.2,20.4,8.2,28.6,0C490,473.4,490,461.2,481.8,453z M41,191.4 c0-82.8,68.2-150.1,151.9-150.1s151.9,67.3,151.9,150.1s-68.2,150.1-151.9,150.1S41,274.1,41,191.4z' fill='%23000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")
		}
		
		
/* Окно быстрого поиска */
#searchsuggestions { 
	width: 400px;
	width: 1410px;
	position: fixed !important;
	left: calc(50% - 705px) !important;
	background: #fff;
	text-align: left;
	z-index: 8888;
	margin-top: 14px !important;
	box-sizing: border-box;
	padding: 20px;
}

	#searchsuggestions a {
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-radius: 10px;
	}
		
		#searchsuggestions a span {
			display: block;
		}
	
		#searchsuggestions a:hover {
			background: #ebebeb;
		}
		
			
			
		#searchsuggestions a span.searchheading {
			color: #000;
			font-size: 15px;
			line-height: 18px;
			margin: 0 0 5px 0;
		}


#searchsuggestions span.seperator { /* блок для ссылки расширенный поиск */
	
}
	#searchsuggestions span.seperator a { 
		
	}
	
	#searchsuggestions span.notfound { /* Заголовок, если ничего не найдено */
		display: block;
		padding: 15px 20px;
		color: #919191;
		font-size: 14px;
		line-height: 16px;
		border-bottom: 1px #ebebeb solid;
	}

	#searchsuggestions .break { /* пустой br */
		display: none;
	}
	

				
/* Навигация по страницам */
.navigation {
	width: 100%;
	clear: both;
	padding: 20px 0 10px 0;
	display: flex;
	justify-content: center;
}
	
	.navigation a, .navigation span {
		vertical-align: middle;
	}
		
	.navigation-center {
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
	}
	
		.navigation-center a {
			display: inline-block;
			text-align: center;
			background: #797979;
			margin: 0 5px 10px 5px;
			color: #fff;
			font-size: 14px;
			padding: 5px 15px;
			border-radius: 5px;
			text-align: center;
		}
		
			.navigation-center a:hover {				
				background: #000;
			}
			
		.navigation-center span {
			display: inline-block;
			text-align: center;
			background: #424242;
			margin: 0 5px 10px 5px;
			color: #fff;
			font-size: 14px;
			padding: 5px 15px;
			border-radius: 5px;
			text-align: center;
		}
		
	
		
/* Полная новость */
.full-news {
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin: 0 0 30px 0;
}
		
	.full-news-title {
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		padding: 0 0 0px 0;
		margin: 0 0 25px 0;
	}
			
		.full-news-title h1 {
			font-size: inherit;
			font-weight: inherit;
			margin: 0;
		}
		
	
	.full-news-image {
		height: 400px;
		background-size: cover;
		margin: 0 -30px 30px -30px;
		position: relative;
	}
	
	.full-news-image:before {
		content: '';
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		opacity: 0.1;
		border-radius: 10px;
		z-index: 1;
	}
	
		.fedit {
			position: absolute;
			right: 30px;
			top: 15px;
			z-index: 2;
		}
		
			.fedit a {
				color: #fff;
			}
			
				.fedit a:hover {
					color: var(--hover);
				}
	
		.full-news-image .main-news-cat {
			left: 30px;
			z-index: 2;
		}
	
		.fnc-info {
			position: absolute;
			left: 30px;
			bottom: 20px;
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #fff;
			font-size: 12px;
			width: calc(100% - 60px);
			z-index: 2;
		}
		
		.ghh {
			display: flex;
			align-items: center;
		}
		
		.msdate-author {
			display: flex;
			align-items: center;
			margin: 0 20px 0 0;
		}
		
			.msdate-author a {
				display: flex;
				align-items: center;
				color: #fff;
			}
		
			.msdate-author img {
				width: 25px;
				height: 25px;
				margin: 0 10px 0 0;
				border-radius: 100%;
			}
		
		.fnc-info .msview {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m12 2c5.523 0 10 4.477 10 10s-4.477 10-10 10-10-4.477-10-10 4.477-10 10-10zm0 2c-2.12173 0-4.15656.84285-5.65685 2.34315-1.5003 1.50029-2.34315 3.53512-2.34315 5.65685 0 2.1217.84285 4.1566 2.34315 5.6569 1.50029 1.5002 3.53512 2.3431 5.65685 2.3431 2.1217 0 4.1566-.8429 5.6569-2.3431 1.5002-1.5003 2.3431-3.5352 2.3431-5.6569 0-2.12173-.8429-4.15656-2.3431-5.65685-1.5003-1.5003-3.5352-2.34315-5.6569-2.34315zm0 3c1.0526.0004 2.0782.33297 2.9307.95034s1.4885 1.48803 1.8173 2.48796c.3287.9999.3335 2.0781.0137 3.0809s-.948 1.8792-1.7949 2.5041c-.847.625-1.8696.9667-2.9222.9765-1.0525.0098-2.08128-.3128-2.93974-.9219-.85847-.6091-1.50282-1.4736-1.84125-2.4703-.33844-.9966-.3537-2.0747-.04361-3.0806.23392.5227.64027.9492 1.15106 1.2082.51078.2589 1.095.3346 1.65484.2143.5599-.1203 1.0615-.4293 1.4209-.8752.3593-.4459.5546-1.0016.5532-1.5743.0001-.48153-.1388-.95286-.4001-1.35732-.2613-.40447-.6339-.72487-1.0729-.92268.466-.143.96-.22 1.473-.22z' fill='%23fff' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E%0A");
		}
		
		.fnc-info .mscomm {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='m304.17 493.87c-5.08 0-10.22-1.05-15.16-3.2-13.93-6.06-22.58-19.26-22.58-34.45v-32.12c0-9.08-7.39-16.48-16.48-16.48h-182.34c-37.28.01-67.61-30.32-67.61-67.6v-254.28c0-37.28 30.33-67.61 67.61-67.61h376.78c37.28 0 67.61 30.33 67.61 67.61v254.27c0 37.28-30.33 67.61-67.61 67.61h-33.16l-81.62 76.07c-7.17 6.7-16.19 10.18-25.44 10.18zm-236.56-440.68c-17.95 0-32.55 14.6-32.55 32.55v254.27c0 17.95 14.6 32.55 32.55 32.55h182.35c28.42 0 51.53 23.12 51.53 51.53v32.12c0 .49 0 1.64 1.51 2.3 1.51.65 2.35-.13 2.7-.46l86.67-80.78c3.24-3.02 7.52-4.71 11.95-4.71h40.07c17.95 0 32.55-14.6 32.55-32.55v-254.27c0-17.95-14.6-32.55-32.55-32.55z' fill='%23fff' data-original='%23000000' class=''/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")
		}
		
		.fnc-info .msdate {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath d='M452,40h-24V0h-40v40H124V0H84v40H60C26.916,40,0,66.916,0,100v352c0,33.084,26.916,60,60,60h392 c33.084,0,60-26.916,60-60V100C512,66.916,485.084,40,452,40z M472,452c0,11.028-8.972,20-20,20H60c-11.028,0-20-8.972-20-20V188 h432V452z M472,148H40v-48c0-11.028,8.972-20,20-20h24v40h40V80h264v40h40V80h24c11.028,0,20,8.972,20,20V148z' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='230' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='230' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='230' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='230' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='396' y='230' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='310' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='310' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='310' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='310' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='76' y='390' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='156' y='390' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='236' y='390' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='316' y='390' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Crect x='396' y='310' width='40' height='40' fill='%23fff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
		}
					
				
				.full-news-text {
					color: var(--text);
					font-size: 14px;
					line-height: 25px;
					margin: 0 0 40px 0;
				}
				
					.full-news-text h1 {
						font-size: 24px;
						font-weight: bold;
						
					}
					
					.full-news-text h2 {
						font-size: 20px;
						font-weight: bold;
					}
					
					.full-news-text h3 {
						font-size: 20px;
						font-weight: bold;
					}
					
					.full-news-text h4 {
						font-size: 20px;
						font-weight: bold;
					}
					
					.full-news-text h5 {
						font-size: 20px;
						font-weight: bold;
					}
					
					.full-news-text h6 {
						font-size: 18px;
						font-weight: bold;
					}
				
					.full-news-text img {
						margin-bottom: 20px;
						max-width: 100%;						
						border-radius: 10px;
					}
					
					img.fr-dii.fr-fil {
						max-width: calc(100% - 200px);
						margin: 0 20px 20px 0;
					}
					
					img.fr-dii.fr-fir {
						max-width: calc(100% - 200px);
						margin: 0 0 20px 20px;
					}
					
					.full-news-text a {
						color: var(--hover);
					}
					
						.full-news-text a:hover {
							opacity: 0.9;
						}
						
					.full-news-text p {
						padding: 0;
						margin: 0 0 30px 0;
						line-height: inherit;
					}
					
					.green-label {
						background: #ebf7ea;
						padding: 20px 24px !important;
						border-left: 3px #cfeccd solid;
						color: #577455;
						margin: 0 0 30px 0;
					}
					
					.blue-label {
						background: #eaf1f7;
						padding: 20px 24px !important;
						border-left: 3px #cdddec solid;
						color: #555f74;
						margin: 0 0 30px 0;
					}
					
					.pink-label {
						background: #f7eaea;
						padding: 20px 24px !important;
						border-left: 3px #eccdd7 solid;
						color: #a88787;
						margin: 0 0 30px 0;
					}
					
					.yellow-label {
						background: #fffede;
						padding: 20px 24px !important;
						border-left: 3px #efeda8 solid;
						color: #82805e;
						margin: 0 0 30px 0;
					}
				
				
						.full-news-video {
							overflow: hidden;
							margin: 0 0 50px 0;
						}
						
						.full-news-video p {
							display: inline;
						}
						
							.full-news-video iframe, .full-news-video embed, .full-news-video object {
								width: 100% !important;
								height: 400px !important;
								border-radius: 10px !important;
							}
							
					.dleplyrplayer {
						max-width: 100% !important;
					}
					
					.dleplyrplayer, .dlepl--borderRadius, .dlepl--borderRadius .plyr, .plyr__video-wrapper {
						border-radius: 10px !important;
					}
					
				.full-news-text table {
					border: 0;
					border-top: 2px #f1efef solid;
					border-left: 2px #f1efef solid;
					border-radius: 10px;
					margin: 0 0 30px 0;
					border-spacing: 0;
					width: 100%;
					padding: 0;
					margin: 0;
					border-radius: 10px;
				}
				
				.full-news-text table td {
					border: 2px #f1efef solid;
					border-left: 0;
					border-top: 0;
					padding: 5px;
				}
				
				.full-news-text table tr:first-child td:first-child {
					border-top-left-radius: 10px;
				}
				
				.full-news-text table tr:first-child td:last-child {
					border-top-right-radius: 10px;
				}
				
				.full-news-text table tr:last-child td:first-child {
					border-bottom-left-radius: 10px;
				}
				
				.full-news-text table tr:last-child td:last-child {
					border-bottom-right-radius: 10px;
				}
					
		.full-news-tags {
			font-size: 0;
			margin: 0 0 20px 0;
		}
		
			.full-news-tags > img {
				display: inline-block;
				vertical-align: top;
				margin: 0 10px 0 0;
				margin: 6px 10px 0 0;
				width: 14px;
			}
		
			.full-news-tags a {
				display: inline-block;
				vertical-align: top;
				border-radius: 10px;
				background: #f7f7f7;
				padding: 7px 12px;
				color: #c5c5c5;
				font-size: 12px;
				margin: 0 10px 10px 0;
			}
			
				.full-news-tags a:hover {
					background: var(--hover);
					color: #fff;
				}
				
		.full-news-info {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin: 0 -30px;
			padding: 30px;
			border-top: 1px #ececec solid;
		}
		
			.full-news-info-l {
				
			}
			
				.bnht {
					display: flex;
					align-items: center;
					margin: 0 0 30px 0;
				}
				
				.bnht:last-child {
					margin: 0;
				}
				
					.bnht-l {
						font-weight: 500;
						width: 110px;
					}
					
					.bnht-link {
						
						display: flex;
					}
					
						.bnht-link a {
							display: flex;
							margin: 0 10px 0 0;
							align-items: center;
							height: 40px;
							padding: 0 15px;
							border-radius: 10px;
							background: #f5f3f3;
							color: #414141;
							font-size: 12px;
						}
						
						.bnht-link a > i {
							width: 20px;
							height: 20px;
							border-radius: 100%;
							background: #27a6e6;
							text-align: center;
							line-height: 20px;
							margin: 0 10px 0 0;
						}
						
							.bnht-link a > i img {
								width: 10px;
								display: inline-block;
								vertical-align: top;
								margin: 5px 0 0 -1px
							}
							
							.bnht-link a:nth-child(2) i {
								background: #0077ff;
							}
							
						.bnht-link a:hover {
							background: #f8f7f7;
						}
						
					.bnht-soc {
						padding: 10px 20px;
						background: #f5f4f4;
						border-radius: 10px;
					}
			
			.full-news-info-r {
				display: flex;
				flex-wrap: wrap;
				align-items: flex-end;
				flex-direction: column;
			}
			
				.full-rating {
					display: flex;
					flex-wrap: wrap;
					margin: 0 0 30px 0;
				}
				
					.full-rating > a, .full-rating > div {
						display: flex;
						height: 40px;
						border-radius: 10px;
						background: #f5f3f3;
						margin: 0 0 0 10px;
					}
					
						.frl {
							width: 50px;
							border-radius: 10px 0 0 10px;
							text-align: center;
							display: flex;
							justify-content: center;
							align-items: center;
							background: #caffd5;
						}
						
							.frl img {
								width: 20px;
							}
							
						.frt {
							color: var(--text);
							padding: 0 10px;
							line-height: 40px;
							border-right: 1px #ececec solid;
						}
						
						.frn {
							color: var(--text);
							padding: 0 15px;
							line-height: 40px;
						}
					
					.full-rating > a:nth-child(2) .frl {
						background: #fbccc9;
					}
					
					.full-rating > div:nth-child(2) .frl {
						background: #fbccc9;
					}
					
					.full-rating > a:hover {
						background: #f8f7f7;
					}
					
				.full-bnth {
					display: flex;
					flex-wrap: wrap;
				}
				
					.full-bnth-add a {
						height: 40px;
						line-height: 40px;
						border-radius: 10px;
						display: block;
						padding: 0 20px 0 50px;
						color: var(--text);
						background: #f5f3f3 url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 3h17.4a.3.3 0 0 1 .3.3v18.181a.3.3 0 0 1-.45.26l-8.4-4.837a.3.3 0 0 0-.3 0l-8.4 4.837a.3.3 0 0 1-.45-.26V3.3a.3.3 0 0 1 .3-.3Z' stroke='%23424242' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E") 20px center no-repeat;
						background-size: 20px auto;
						margin: 0 0 0 10px;
						transition:all 0.3s ease;
					}
					
						.full-bnth-add a:hover {
							background-color: #f8f7f7;
						}
						
					.full-bnth-del a {
						height: 40px;
						line-height: 40px;
						border-radius: 10px;
						display: block;
						padding: 0 20px 0 50px;
						color: var(--text);
						background: #f5f3f3 url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23424242' id='svg_1' stroke='%23424242' d='m3.3,3l17.4,0c0.1657,0 0.3,0.13431 0.3,0.3l0,18.1811c0,0.2308 -0.2497,0.3751 -0.4497,0.26l-8.4006,-4.8367c-0.0927,-0.0534 -0.2067,-0.0534 -0.2994,0l-8.40061,4.8367c-0.2,0.1151 -0.44969,-0.0292 -0.44969,-0.26l0,-18.1811c0,-0.16569 0.13431,-0.3 0.3,-0.3z'/%3E%3C/g%3E%3C/svg%3E") 20px center no-repeat;
						background-size: 20px auto;
						margin: 0 0 0 10px;
						transition:all 0.3s ease;
					}
					
						.full-bnth-del a:hover {
							background-color: #f8f7f7;
						}
						
				.open-comment {
					height: 40px;
						line-height: 40px;
						border-radius: 10px;
						display: block;
						padding: 0 34px 0 50px;
						position: relative;
						color: #fff;
						background: #f2554c url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg%3E%3Cpath d='m304.17 493.87c-5.08 0-10.22-1.05-15.16-3.2-13.93-6.06-22.58-19.26-22.58-34.45v-32.12c0-9.08-7.39-16.48-16.48-16.48h-182.34c-37.28.01-67.61-30.32-67.61-67.6v-254.28c0-37.28 30.33-67.61 67.61-67.61h376.78c37.28 0 67.61 30.33 67.61 67.61v254.27c0 37.28-30.33 67.61-67.61 67.61h-33.16l-81.62 76.07c-7.17 6.7-16.19 10.18-25.44 10.18zm-236.56-440.68c-17.95 0-32.55 14.6-32.55 32.55v254.27c0 17.95 14.6 32.55 32.55 32.55h182.35c28.42 0 51.53 23.12 51.53 51.53v32.12c0 .49 0 1.64 1.51 2.3 1.51.65 2.35-.13 2.7-.46l86.67-80.78c3.24-3.02 7.52-4.71 11.95-4.71h40.07c17.95 0 32.55-14.6 32.55-32.55v-254.27c0-17.95-14.6-32.55-32.55-32.55z' fill='%23ffffff' data-original='%23000000' class=''/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") 20px center no-repeat;
						background-size: 20px auto;
						margin: 0 0 0 10px;
						cursor: pointer;
						transition:all 0.3s ease;
				}
				
					.open-comment:after {
						content: '';
						display: block;
						position: absolute;
						right: 0;
						top: 0;
						width: 40px;
						height: 100%;
						background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 128 128' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,-1.2246467991473532e-16,1.2246467991473532e-16,-1,127.99962615966795,127.99976730346683)'%3E%3Cpath id='Down_Arrow_3_' d='m64 88c-1.023 0-2.047-.391-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0l37.172 37.172 37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40c-.781.781-1.805 1.172-2.828 1.172z' fill='%23ffffff' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
						background-size: 14px auto;
						transform: rotate(180deg);
						transition:all 0.3s ease;
					}
					
					.open-comment2:after {
						transform: rotate(0deg);
					}
					
					.open-comment:hover {
						background-color: #f3665e;
					}
					
.fbnr {
	border-radius: 10px;
	background: #fff;
	padding: 30px;
	margin: 0 0 30px 0;
}

	.fbnr img {
		max-width: 100%;
	}

							
			.dlink-wrap {
				display: flex;
				justify-content: center;
				padding: 30px 0;
			}
			
				.dlink {
					display: flex;	
					box-shadow: 0 0 24px rgba(0,0,0,.14);					
					border-radius: 10px;
					position: relative;
					transition:all 0.3s ease;
				}
				
					.dlink:after {
						content: '';
						width: 100%;
						height: 50%;
						position: absolute;
						left: 0;
						top: 0;
						background: rgba(255,255,255,0.2);
						border-radius: 10px 10px 0 0;
					}
				
					.dlink-icon {
						width: 90px;
						height: 70px;
						display: flex;
						justify-content: center;
						align-items: center;
						background: linear-gradient(0deg, #f9f9f9 0%, #fff 100%);
						border-radius: 10px 0 0 10px;
					}
					
						.dlink-icon i {
							font-size: 34px;
							color: #595959;
						}
						
					.dlink-name {
						background: linear-gradient(0deg, #3bb400 0%, #5de91f 100%);
						border-radius: 0 10px 10px 0;
						display: flex;
						align-items: center;
						padding: 0 35px;
						color: #fff;
						font-size: 18px;
						font-weight: 500;
						transition:all 0.3s ease;
					}
					
						.dlink-name > span {
							max-width: 540px;
							overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;
						}
						
						.dlink-name > i {
							font-style: normal;
							color: #295912;
							font-size: 14px;
							font-weight: 400;
							margin-left: 10px;
						}
						
				.dlink:hover {
					box-shadow: 0 0 24px rgba(0,0,0,.35);
				}
				
				.dlink:hover .dlink-name {
					background: linear-gradient(0deg, #00bd1f 0%, #00bd1f 100%);
				}
				
				.dlink:hover {
					
				}
							
		.full-news-stat {
			padding: 20px 0 0 0;
			display: flex;
			justify-content: center;
		}
		
			.full-news-stat .main-news-stat-item {
				margin: 0 20px;
			}
							
				
			

.tt-panel {
	display: none;
}
					

.title_spoiler {
	position: relative;
	padding: 0;
	margin: 0;
}

	.title_spoiler a:last-child, .key-sp-title {
		background: #fbf9f9;
		display: block;
		padding: 15px 30px;
		text-decoration: none;
		color: #414141;
		font-weight: 500;
		border-radius: 10px; 
		transition:all 0.3s ease;
		cursor: pointer;
	}
	
	.title_spoiler a:last-child:hover, .key-sp-title:hover {
		color: var(--hover);
	}
	
	.title_spoiler a:last-child:after, .key-sp-title:after {
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: top;
		background: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1.8369701987210297e-16,1,-1,-1.8369701987210297e-16,443.5203204154969,0.0003161430358886719)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z' fill='%23f2554c' data-original='%23000000' class=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
		background-size: 14px auto;
		margin: 2px 0 0 10px;
		transition:all 0.3s ease;
	}
	
	.title_spoiler2 a:last-child:after, .key-sp-title2:after {
		transform: rotate(180deg);
	}
	
	.title_spoiler2 a:last-child {
		border-radius: 10px 10px 0 0; 
	}

	
	.title_spoiler img {
		position: absolute;
		left: 5px;
		top: 27px;
		display: none;
	}
	
.text_spoiler, .key-sp-hidden {
	border-top: 1px #f1efef solid;
	background: #fbfafa;
	color: #414141;
	padding: 15px 30px;
	border-radius: 0px 0px 10px 10px; 
	
}
	
	.text_spoiler a {
		
	}
	
		.text_spoiler a:hover {
			
		}
		
.ttmed {
	font-size: 16px;font-weight: bold;
}
	
.ttmed2 {
	font-size: 24px;font-weight: bold;
}
	
.mass_comments_action {
	display: none;
}

#vk_groups, #vk_groups iframe {
	width: 100% !important;
}

.alert-comm {
	position: relative;
	padding: 0 0 0 80px;
}

.alert-comm-icon {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: absolute;
		left: 43px;
		top: 36px;
		opacity: 1;
		display: block;
		background: #ffaa66;
	}
	
.stt-block-info .alert-comm-icon {
	transform: scale(0.9);
}
	
	.alert-comm-icon > i {
		width: 40px;
		height: 40px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #ffaa66 url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 152 152' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg id='_01.exclamation'%3E%3Cpath d='m70.9 89.6c.2.3.5.5.9.7.5.2 1.1.4 1.6.4 1.7.2 3.4.2 5.2 0 .6-.1 1.1-.2 1.7-.4.3-.1.6-.4.9-.7.2-.3.3-.6.3-.9l1.3-44.3c0-.4-.1-.8-.3-1.1-.3-.4-.6-.6-1.1-.8-.6-.2-1.3-.4-2-.5-1.1-.1-2.2-.2-3.3-.2s-2.2 0-3.3.2c-.7.1-1.4.2-2 .5-.8.3-1.4 1-1.3 1.9l1.3 44.3c-.1.3 0 .6.1.9z' fill='%23ffffff' data-original='%23000000'/%3E%3Cpath d='m82.6 99.6c-.2-.8-.6-1.6-1.1-2.2-.6-.6-1.3-1-2.1-1.2-1.1-.3-2.2-.4-3.3-.4s-2.2.1-3.3.4c-.8.2-1.6.6-2.1 1.2-.6.6-.9 1.4-1.1 2.2-.2 1.1-.3 2.3-.3 3.4s.1 2.3.3 3.4c.2.8.5 1.6 1.1 2.2s1.3 1 2.1 1.2c1.1.3 2.2.4 3.3.4s2.2-.1 3.3-.4c.8-.2 1.5-.6 2.1-1.2s1-1.4 1.1-2.2c.2-1.1.3-2.2.3-3.4 0-1.1-.1-2.3-.3-3.4z' fill='%23ffffff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
		background-size: 33px auto;
		opacity: 1;
		z-index: 22;
		display: block;
	}
	
	.add-comment .alert-comm-icon {
		left: 6px;
		top: 8px;
	}
	
.alert-comm-icon:after,
.alert-comm-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #ffaa66;
    border-radius: 100%;
    /*-webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;*/
}
.alert-comm-icon:before {
    margin: auto 0 auto -30px;
    height: 60px;
    width: 60px;
    opacity: .3;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.alert-comm-icon:after {
    margin: auto 0 auto -40px;
    height: 80px;
    width: 80px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .15;
}


.mpblock-f {
	padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 30px 0;
    position: relative;
}


.comments-block {
	text-align: left;
}

	.comments-block-title {
		color: #000;
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.comments-block-content {
		
	}


.comments-wrap {
	padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 30px 0;
    position: relative;
}

/* Вид комментария */
.comments-tree-list {
	padding: 0;
	margin: 0;
}

	.comments-tree-list li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		.comments-tree-list ol {
			padding: 0 0 0 30px;
		}


			.com-item {
				
				padding: 0 0 30px 0;
				margin: 0 0 30px 0;
				position: relative;
				border-bottom: 1px #ececec solid;
			}
			
			.com-item:last-child {
				
			}
			
				.com-item-top {
					position: relative;
					margin: 0 0 10px 0;
					min-height: 35px;
					display: flex;
					align-items: center;
				}					
				
					.com-item-image {
						width: 35px;
						height: 35px;
						border-radius: 100%;
						margin: 0 10px 0 0;
						position: relative;
					}
					
						.com-item-image i {
							width: 8px;
							height: 8px;
							display: block;
							background: #0ddf52;
							border-radius: 100%;
							position: absolute;
							right: 2px;
							bottom: 2px;
						}
                        .com-item-image u {
							width: 8px;
							height: 8px;
							display: block;
							background: #bdbdbd;
							border-radius: 100%;
							position: absolute;
							right: 2px;
							bottom: 2px;
						}
				
						.com-item-image img {
							width: 35px;
							height: 35px;
							border-radius: 100%;
						}
						
					.com-item-author {
						color: #9f9f9f;
						font-size: 12px;
						margin: 0 20px 0 0;
					}
					
						.com-item-author a {
							color: #414141;
						}
						
							.com-item-author a:hover {
								color: var(--hover);
							}
							
						.com-item-author > span {
							display: block;
							color: #414141;
							font-size: 14px;
							font-weight: 500;
							margin: 0 0 3px 0;
						}
						
					.com-news-status {
						margin: 0 20px 0 0;
					}
					
						.com-news-status > span {
							border-radius: 10px;
							background: #414141;
							height: 25px;
							line-height: 25px;							
							display: inline-block;
							vertical-align: top;
							margin: 0 0 0 0;
							padding: 0 12px;
							color: #fffefe;
							font-size: 12px;
						}
						
						.com-news-status img {
							height: 16px;
							display: inline-block;
							vertical-align: top;
							margin: 3px 5px 0 0;
						}


.com-best-status {
						
					}
					
						.com-best-status > span {
							border-radius: 10px;
							background: #e6fbea;
							height: 25px;
							line-height: 25px;							
							display: inline-block;
							vertical-align: top;
							margin: 0 0 0 0;
							padding: 0 12px;
							color: #424242;
							font-size: 12px;
						}
						
						.com-best-status img {
							height: 16px;
							display: inline-block;
							vertical-align: top;
							margin: 3px 5px 0 0;
						}





						
					.com-news-rating {
						display: flex;
						align-items: center;
						position: absolute;
						right: 0;
						bottom: 30px;
						margin: 0;
					}
					
					
					.com-news-rating a, .com-news-rating > div {
						height: 24px;
					}
					
					.com-news-rating .frn {
						line-height: 24px;
						font-size: 12px;
					}
					
					.com-news-rating .frl {
						width: 32px;
					}
					
					.com-news-rating .frl img {
						width: 14px;
					}
						
					.com-item-text {
						color: #414141;
						font-size: 14px;
						line-height: 22px;
						margin: 0 0 20px 0;
					}
					
							
	.comments-item-links {
		font-size: 14px;
		padding: 0 190px 0 0;
	}
	
		.comments-item-links a {
			color: #9f9f9f;
			font-size: 13px;
			margin: 0 30px 0 0;
			display: inline-block;
			vertical-align: top;
		}
		
		.comments-item-links a i {
			display: inline-block;
			vertical-align: top;
			margin: 3px 5px 0 0;
		}
		
			.comments-item-links a:hover {
				color: #797979;
			}
			
	.com-item .comments-edit-area {
		margin-bottom: 40px;
	}
			
.com-item .bbcodes {
	color: #fff;
}
			
.com-item .quote {
	color: #9f9f9f;
	border-left: 3px #a0a0a0 solid;
	border-radius: 0;
	background: none;
	padding: 0 0 0 10px;
	font-style: normal;
	margin: 0 0 10px 15px;
}

.com-item .title_quote {
	border-left: 3px #a0a0a0 solid;
	padding: 0 0 5px 10px;
	margin: 5px 0 0 15px;
	color: #9f9f9f;
	color: #9f9f9f;
	font-size: 14px;
	font-weight: 700;
}


/* -------- */
.quote {
	padding: 20px 24px 20px 80px;
	position: relative;
	clear: both;
	margin: 0 0 5px 0;
	color: #414141;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	background: #fbfafa url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(-1,-1.2246467991473532e-16,1.2246467991473532e-16,-1,31.999983310699463,32.000017166137695)'%3E%3Cpath d='m6.59796 19.24103c-.65674 1.65723-1.69482 3.29785-3.08496 4.87695-.44238.50244-.49854 1.21973-.13965 1.78467.27637.43457.74121.68213 1.2334.68213.13867 0 .27979-.01953.41895-.06006 2.94629-.86084 9.81885-3.91846 10.00342-13.69189.07129-3.77393-2.68896-7.01611-6.2832-7.38135-1.98097-.19825-3.9629.44531-5.43165 1.77295-1.4707 1.3291-2.31445 3.22656-2.31445 5.20654 0 3.30322 2.34472 6.19189 5.59814 6.81006zm-1.94287-10.53272c.93408-.84424 2.10986-1.29395 3.35645-1.29395.17627 0 .354.00879.53223.02734 2.56689.26025 4.53711 2.61182 4.48535 5.35303-.12744 6.7627-3.78906 9.80713-6.82129 11.16895.95947-1.29785 1.71338-2.63281 2.24951-3.98584.20898-.52686.17432-1.11572-.09473-1.61572-.28174-.52441-.78418-.89648-1.37744-1.021-2.30957-.48291-3.98535-2.54834-3.98535-4.91016 0-1.41503.60351-2.77196 1.65527-3.72265z' fill='%23c9d7fb' data-original='%23000000' class=''/%3E%3Cpath d='m19.34357 25.90265c.27637.43457.74121.68213 1.2334.68213.13867 0 .2793-.01953.41895-.06006 2.94629-.86084 9.81836-3.91846 10.00293-13.69189v-.00049c.07031-3.77393-2.68945-7.01563-6.28418-7.38086-1.9834-.20166-3.96191.44482-5.43066 1.77295-1.4707 1.3291-2.31445 3.22656-2.31445 5.20654 0 3.30322 2.34473 6.19189 5.59766 6.81006-.65723 1.65869-1.69531 3.29932-3.08496 4.87744-.4424.50293-.49807 1.21973-.13869 1.78418zm5.083-5.92383c.20898-.52686.1748-1.11572-.09375-1.61572-.28223-.5249-.78418-.89697-1.37793-1.02197-2.30957-.48291-3.98535-2.54834-3.98535-4.91016 0-1.41553.60352-2.77197 1.65527-3.72266.93359-.84424 2.10938-1.29395 3.35645-1.29395.17578 0 .35352.00879.53223.02734 2.56641.26025 4.53711 2.61182 4.48535 5.35303-.12695 6.76318-3.78906 9.80713-6.82129 11.16895.95899-1.29687 1.71192-2.63183 2.24902-3.98486z' fill='%23c9d7fb' data-original='%23000000' class=''/%3E%3C/g%3E%3C/svg%3E%0A") 24px center no-repeat;
	background-size: 30px auto;
	border-left: 3px #4c7bf2 solid;
	border-radius: 0 10px 10px 0;
}

	.quote p {
		margin: 0;
		padding: 0;
		line-height: inherit;
	}

	.quote a {
		color: #000;
	}
	

	
.findex {
	border-radius: 10px;
	background: #fbf9f9;
	padding: 30px;
	margin: 0 0 30px 0;
}

	.findex-links {
		color: var(--text);
	}
	
	
	
		.findex-links a {
			color: var(--text);
			text-decoration: none;
		}
		
			.findex-links a:hover {
				color: var(--hover);
			}
			
.findex ol {
	margin: 0 !important;
	padding: 0;
}
			
.catinfo {
	margin: 0 0 30px 0;
}

	.catinfo-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.catinfo-wrap:after {
		content: '';
		height: 0;
		width: 32%;
	}
	
		.catinfo-item {
			width: 32%;
			color: #414141;
			margin: 0 0 20px 0;
		}
		
			.catinfo-item-title {
				font-weight: bold;
			}
			
			.catinfo-item-title2 {
				margin: 0 0 5px 0;
			}
			
			.catinfo-item-line {
				border-radius: 3px;
				background: #fbf9f9;
				height: 6px;
			}
			
				.catinfo-item-line > div {
					border-radius: 3px;
					background: #4b7bf1;
					height: 6px;
					width: 0;
				}
				
.fstats {
	margin: 0 0 30px 0;
}

	.fstats-item {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		border-radius: 5px;
		background: #fbf9f9;
		padding: 10px 15px 10px 35px;
		position: relative;
		margin: 0 0 10px 0;
	}
	
		.stats-item-l {
			
		}
		
			.fstats-item-l img {
				position: absolute;
				width: 16px;
				left: 12px;
				top: 14px;
			}
		
		.fstats-item-r {
			font-weight: bold;
		}
	
.falert {
	border-left: 2px #4c7bf2 solid;
	background: #fbfafa;
	padding: 20px 20px 20px 117px;
	position: relative;
	color: #414141;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 30px 0;
	border-radius: 0 10px 10px 0;
}

.falert.org {
	border-left: 2px #ffaa66 solid;
}

.falert.green {
	border-left: 2px #5bf48d solid;
}

	.falert-icon {
		width: 36px;
		height: 36px;
		border-radius: 100%;
		position: absolute;
		left: 35px;
		top: calc(50% - 17px);
		opacity: 1;
		display: block;
	}
	
	.falert-icon > i {
		width: 36px;
		height: 36px;
		border-radius: 100%;
		position: absolute;
		left: 0;
		top: 0;
		background: #4c7bf2 url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 152 152' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cg id='_01.exclamation'%3E%3Cpath d='m70.9 89.6c.2.3.5.5.9.7.5.2 1.1.4 1.6.4 1.7.2 3.4.2 5.2 0 .6-.1 1.1-.2 1.7-.4.3-.1.6-.4.9-.7.2-.3.3-.6.3-.9l1.3-44.3c0-.4-.1-.8-.3-1.1-.3-.4-.6-.6-1.1-.8-.6-.2-1.3-.4-2-.5-1.1-.1-2.2-.2-3.3-.2s-2.2 0-3.3.2c-.7.1-1.4.2-2 .5-.8.3-1.4 1-1.3 1.9l1.3 44.3c-.1.3 0 .6.1.9z' fill='%23ffffff' data-original='%23000000'/%3E%3Cpath d='m82.6 99.6c-.2-.8-.6-1.6-1.1-2.2-.6-.6-1.3-1-2.1-1.2-1.1-.3-2.2-.4-3.3-.4s-2.2.1-3.3.4c-.8.2-1.6.6-2.1 1.2-.6.6-.9 1.4-1.1 2.2-.2 1.1-.3 2.3-.3 3.4s.1 2.3.3 3.4c.2.8.5 1.6 1.1 2.2s1.3 1 2.1 1.2c1.1.3 2.2.4 3.3.4s2.2-.1 3.3-.4c.8-.2 1.5-.6 2.1-1.2s1-1.4 1.1-2.2c.2-1.1.3-2.2.3-3.4 0-1.1-.1-2.3-.3-3.4z' fill='%23ffffff' data-original='%23000000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center center no-repeat;
		background-size: 33px auto;
		opacity: 1;
		z-index: 22;
		display: block;
	}
	
	.falert.org .falert-icon > i {
		background-color: #ffaa66;
	}
	
	.falert.green .falert-icon > i {
		background-color: #5bf48d;
	}
	
.falert-icon:after,
.falert-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    background-color: #4c7bf2;
    border-radius: 100%;
    /*-webkit-animation: pulse 2s infinite ease-in-out;
    animation: pulse 2s infinite ease-in-out;*/
}

.falert.org .falert-icon:after,
.falert.org .falert-icon:before {
    background-color: #ffaa66;
}

.falert.green .falert-icon:after,
.falert.green .falert-icon:before {
    background-color: #5bf48d;
}


.falert-icon:before {
    margin: auto 0 auto -24px;
    height: 48px;
    width: 48px;
    opacity: .5;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.falert-icon:after {
    margin: auto 0 auto -30px;
    height: 60px;
    width: 60px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    opacity: .25;
}

.ialert {
	border-left: 2px #4c7bf2 solid;
	background: #fbfafa;
	padding: 20px 20px 20px 30px;
	position: relative;
	color: #414141;
	font-size: 14px;
	line-height: 25px;
	margin: 0 0 30px 0;
	display: flex;
	border-radius: 0 10px 10px 0;
}

.ialert.org {
	border-left: 2px #ffaa66 solid;
}

.ialert.green {
	border-left: 2px #5bf48d solid;
}

	.ialert > img {
		width: 57px;
	}
	
	.ialert-text {
		flex: 1;
		padding: 0 0 0 30px;
	}
	
.fimages {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0 -15px;
}

	.fimages-item {
		width: calc(33.33% - 30px);
		margin: 0 15px 30px 15px;
		height: 300px;
		border-radius: 10px;
		overflow: hidden;
	}
	
	.fimages-item a {
		display: block;
		height: 100%;
		border-radius: 10px;
	}
	
		.fimages-item img {
			object-fit: cover;
			border-radius: 10px;
		}
		
.plmn {
	
}

	.plmn-fl {
		display: flex;
		justify-content: space-between;
	}
	
		.plmn-col {
			border-left: 2px #5bf48d solid;
			box-sizing: border-box;
			background: #fafffb;
			width: 49%;
			padding: 15px 25px;
			margin: 0 0 30px 0;
			border-radius: 0 10px 10px 0;
		}
		
			.plmn-title {
				color: #5bf38d;
				font-weight: 700;
				font-size: 16px;
				margin: 0 0 10px 0;
			}
			
			.plmn-col ul {
				margin: 0 !important;
			}
			
			.plmn-col li:after {
				background: #5bf48d !important;
			}
			
		.plmn-col:nth-child(2) {
			border-left: 2px #f2554c solid;
			background: #fff6f5;
		}
		
		.plmn-col:nth-child(2) .plmn-title {
			color: #f1554c;
		}
		
		.plmn-col:nth-child(2) li:after {
			background: #f2554c !important;
		}
		
.quote.dlehidden.falert.org {
	border: 0;
	padding: 30px 20px 30px 117px;
}

				.quote.dlehidden.falert.org a {
					color: var(--hover);
				}
				
					.quote.dlehidden.falert.org a:hover {
						opacity: 0.9;
					}
		

/* Стилизация форм */
input, textarea, button {
	outline: none;
}

.herh-cols .form-line-tt {
	width: 32%;
}

.form-line-tt {
	margin: 0 0 20px 0;
}

	.form-line-tt-left {
		font-size: 14px;
		margin: 0 0 10px 0;
	}
	
	.form-line-tt-right {
		
	}
	
	.form-line-tt input[type="text"], .form-line-tt input[type="password"], .form-line-tt input[name="sec_code"] {
		width: 100%;
		box-sizing: border-box;
		width: 100%;
		border-radius: 10px;
		border: 1px solid #c6c6c6;
		padding: 0 15px;
		height: 48px;
		line-height: 46px;
		margin: 0 0 0 0;
		outline: none;
		color: #414141;
	}
	
	.form-line-tt input[type="text"]:focus, .form-line-tt input[type="password"]:focus, .form-line-tt input[name="sec_code"]:focus {
		border: 1px #000 solid;
	}
	
	.form-line-tt select {
		width: 100%;
		box-sizing: border-box;
		width: 100%;
		border-radius: 10px;
		border: 1px solid #c6c6c6;
		padding: 0 15px;
		height: 48px;
		line-height: 46px;
		margin: 0 0 0 0;
		outline: none;
		color: #414141;
	}
	
	.form-line-tt input::placeholder {
		color: #414141;
	}
	
	.form-line-tt select, .search select {
		border: 1px solid #ccc;
		background: #fff;
		color: #000;
	}
	
	.form-line-tt textarea, .form-line-tt .fr-view {
		border: 1px solid #c6c6c6;
		background: #fff;
		box-shadow: none;
		color: #414141 !important;
		padding: 15px !important;
		margin: 0 0 0 0;
		border-radius: 10px;
		box-sizing: border-box;
		width: 100%;
		resize: none;
	}
	
.redprof {
	border-top: 10px #f5f8fa solid;
	margin: 50px 0 0 0;
	display: none;
}
	
.fileselect-wrap {
	border-radius: 10px;
	background: #eff3f7;
	padding: 20px;
	margin: 0 0 20px 0;
}

	
.fileselect {
	border: 2px #b0c4d4 dashed;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	padding: 34px 0;
	color: #7a92a5;
	font-size: 14px;
	width: 100%;
	border-radius: 10px;
	background: none;
}
	
	.fileselect > i {
		display: inline-block;
		vertical-align: top;
		margin: -1px 10px 0 0;
		font-size: 20px;
	}

.fileselect input {
	display: none;
	vertical-align: top;
}

/*.fileselect input::file-selector-button {
	display: block;
	vertical-align: top;
	background: #eff3f7 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_403_2890)'%3E%3Cpath d='M19 0H5C3.67441 0.00158786 2.40356 0.528882 1.46622 1.46622C0.528882 2.40356 0.00158786 3.67441 0 5L0 19C0.00158786 20.3256 0.528882 21.5964 1.46622 22.5338C2.40356 23.4711 3.67441 23.9984 5 24H19C20.3256 23.9984 21.5964 23.4711 22.5338 22.5338C23.4711 21.5964 23.9984 20.3256 24 19V5C23.9984 3.67441 23.4711 2.40356 22.5338 1.46622C21.5964 0.528882 20.3256 0.00158786 19 0V0ZM5 2H19C19.7956 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V19C21.9983 19.4455 21.8957 19.8848 21.7 20.285L12.537 11.122C12.0727 10.6576 11.5214 10.2892 10.9147 10.0378C10.308 9.78644 9.65772 9.65707 9.001 9.65707C8.34428 9.65707 7.69399 9.78644 7.08728 10.0378C6.48056 10.2892 5.92931 10.6576 5.465 11.122L2 14.586V5C2 4.20435 2.31607 3.44129 2.87868 2.87868C3.44129 2.31607 4.20435 2 5 2ZM5 22C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7956 2 19V17.414L6.878 12.536C7.1566 12.2572 7.4874 12.0361 7.85151 11.8852C8.21561 11.7343 8.60587 11.6566 9 11.6566C9.39413 11.6566 9.78439 11.7343 10.1485 11.8852C10.5126 12.0361 10.8434 12.2572 11.122 12.536L20.285 21.7C19.8848 21.8957 19.4455 21.9983 19 22H5Z' fill='%237a92a5'/%3E%3Cpath d='M16.0001 10.4996C16.6924 10.4996 17.369 10.2944 17.9446 9.90978C18.5202 9.52519 18.9688 8.97857 19.2337 8.33903C19.4986 7.69949 19.5679 6.99575 19.4329 6.31682C19.2978 5.63789 18.9645 5.01425 18.475 4.52476C17.9855 4.03528 17.3619 3.70194 16.6829 3.56689C16.004 3.43184 15.3003 3.50115 14.6607 3.76606C14.0212 4.03096 13.4746 4.47957 13.09 5.05514C12.7054 5.63071 12.5001 6.3074 12.5001 6.99964C12.5001 7.92789 12.8689 8.81813 13.5252 9.47451C14.1816 10.1309 15.0719 10.4996 16.0001 10.4996ZM16.0001 5.49964C16.2968 5.49964 16.5868 5.58761 16.8335 5.75243C17.0802 5.91725 17.2724 6.15152 17.3859 6.42561C17.4995 6.6997 17.5292 7.0013 17.4713 7.29227C17.4134 7.58324 17.2706 7.85052 17.0608 8.0603C16.851 8.27007 16.5837 8.41294 16.2928 8.47081C16.0018 8.52869 15.7002 8.49899 15.4261 8.38546C15.152 8.27192 14.9177 8.07966 14.7529 7.83299C14.5881 7.58632 14.5001 7.29631 14.5001 6.99964C14.5001 6.60181 14.6582 6.22028 14.9395 5.93898C15.2208 5.65767 15.6023 5.49964 16.0001 5.49964Z' fill='%237a92a5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_403_2890'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
	width: 40px;
	height: 40px;
	border: 0;
	font-size: 0;
}*/
	
.form-submit-block-tt {
	margin: 0 0 10px 0;
	padding: 10px 0 10px 0;
	/*border-top: 1px #2f3134  solid;*/
}

.comments_subscribe {
	display: none;
}
	
.form-button-tt {
	font-size: 14px;
	cursor: pointer;
	background: none;
	margin: 0;
	border: 0;
	outline: none;
	padding: 0 30px !important;
	height: 44px;
	line-height: 44px;
	background: #f2554c;
	border-radius: 10px;
	color: #fff;
}

.form-button-tt-big {
	padding-left: 90px !important;
	padding-right: 90px !important;
}

	.form-button-tt:hover {
		background: #f3665e;
	}
	
.form-button-tt-addcomment {
	background: #0c82dd url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 10C11.2044 10 10.4413 9.68393 9.87868 9.12132C9.31607 8.55871 9 7.79565 9 7C9 6.20435 9.31607 5.44129 9.87868 4.87868C10.4413 4.31607 11.2044 4 12 4C12.7956 4 13.5587 4.31607 14.1213 4.87868C14.6839 5.44129 15 6.20435 15 7C15 7.79565 14.6839 8.55871 14.1213 9.12132C13.5587 9.68393 12.7956 10 12 10ZM8.968 15.249C9.17364 14.6065 9.57807 14.046 10.1229 13.6483C10.6678 13.2506 11.3249 13.0363 11.9995 13.0363C12.6741 13.0363 13.3312 13.2506 13.8761 13.6483C14.4209 14.046 14.8254 14.6065 15.031 15.249C15.0973 15.506 15.263 15.7261 15.4916 15.861C15.7202 15.9958 15.993 16.0343 16.25 15.968C16.507 15.9017 16.7271 15.736 16.862 15.5074C16.9968 15.2788 17.0353 15.006 16.969 14.749C15.658 9.802 8.339 9.804 7.032 14.749C6.9959 14.8772 6.98576 15.0113 7.00217 15.1434C7.01859 15.2755 7.06123 15.4031 7.12759 15.5185C7.19396 15.634 7.28271 15.735 7.38865 15.8157C7.49458 15.8963 7.61556 15.9551 7.74448 15.9884C7.87341 16.0217 8.00769 16.0289 8.13944 16.0096C8.2712 15.9903 8.39777 15.9449 8.51174 15.876C8.6257 15.8071 8.72477 15.7162 8.80312 15.6085C8.88147 15.5009 8.93752 15.3786 8.968 15.249ZM12.009 23.665C11.5156 23.6653 11.0394 23.4841 10.671 23.156L6.923 20H4C2.93913 20 1.92172 19.5786 1.17157 18.8284C0.421427 18.0783 0 17.0609 0 16V4C0 2.93913 0.421427 1.92172 1.17157 1.17157C1.92172 0.421427 2.93913 0 4 0L20 0C21.0609 0 22.0783 0.421427 22.8284 1.17157C23.5786 1.92172 24 2.93913 24 4V16C24 17.0609 23.5786 18.0783 22.8284 18.8284C22.0783 19.5786 21.0609 20 20 20H17.147L13.3 23.18C12.9436 23.4943 12.4842 23.6669 12.009 23.665ZM4 2C3.46957 2 2.96086 2.21071 2.58579 2.58579C2.21071 2.96086 2 3.46957 2 4V16C2 16.5304 2.21071 17.0391 2.58579 17.4142C2.96086 17.7893 3.46957 18 4 18H7.289C7.52465 18 7.75273 18.0832 7.933 18.235L11.979 21.645L16.151 18.229C16.3303 18.0809 16.5555 18 16.788 18H20C20.5304 18 21.0391 17.7893 21.4142 17.4142C21.7893 17.0391 22 16.5304 22 16V4C22 3.46957 21.7893 2.96086 21.4142 2.58579C21.0391 2.21071 20.5304 2 20 2H4Z' fill='%23fff'/%3E%3C/svg%3E%0A") 30px center no-repeat;
	padding-left: 70px !important;
}
	
	
/* Добавление комментария */
.add-comment {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 30px 0;
    position: relative;
}

	.full-news-comments-title {
		padding: 0px 0px 30px 70px;
		position: relative;
		color: #363636;
		line-height: 22px;
	}	
	
	.full-news-comments-title > i {
		color: #ffd79d;
		font-size: 40px;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.form-line-ttfl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		.form-line-ttfl > div {
			width: 48%;
			display: flex;
			flex-wrap: wrap;
		}
		
		.form-line-ttfl .form-line-tt-right {
			flex: 1;
		}
		
		.form-line-ttfl .form-line-tt input[type="text"], .form-line-ttfl .form-line-tt input[type="password"] {
			width: 100%;
			box-sizing: border-box;
		}

	.add-comment .form-line-tt-left {
		
	}
	
	.wseditor + br, .comments_subscribe + br {
		display: none;
	}

/* Диалоговые окна */
.ui-dialog {
	border: 1px solid #ededed;
	background: #fff;
	text-align: left;
	color: #424242;
	font-size: 13px;
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.14);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.14);
	box-shadow: 0 0 18px rgba(0,0,0,.14);
	z-index: 99999;
	border-radius: 10px;
}

	.ui-dialog-titlebar {
		border-bottom: 1px solid #ededed;
		padding: 10px 15px;
		position: relative;
		cursor: move;
		border-radius: 10px 10px 0 0;
		font-size: 14px;
		font-weight: 500;
	}
	
		.ui-dialog-titlebar-close {
			background: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.17 10 3.89-3.89a.37.37 0 1 0-.53-.53L9.64 9.43 5.75 5.54a.37.37 0 1 0-.53.53L9.11 10l-3.89 3.85a.37.37 0 0 0 0 .53.34.34 0 0 0 .26.11.36.36 0 0 0 .27-.11l3.89-3.89 3.89 3.89a.34.34 0 0 0 .26.11.35.35 0 0 0 .27-.11.37.37 0 0 0 0-.53Z' fill='%23424242' class='fill-000000'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
			background-size: 25px auto;
			width: 29px;
			height: 29px;
			right: 5px;
			top: 5px;
			font-size: 0;
			display: block;
			position: absolute;
			transition:all 0.3s ease;
			-webkit-transition:all 0.3s ease;
			-o-transition:all 0.3s ease;
			-moz-transition:all 0.3s ease;
			overflow: hidden;
			line-height: 35px;
			text-indent: -100px;
			cursor: pointer;
			border: 0;
		}
		
			.ui-dialog-titlebar-close:hover {
				background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.17 10 3.89-3.89a.37.37 0 1 0-.53-.53L9.64 9.43 5.75 5.54a.37.37 0 1 0-.53.53L9.11 10l-3.89 3.85a.37.37 0 0 0 0 .53.34.34 0 0 0 .26.11.36.36 0 0 0 .27-.11l3.89-3.89 3.89 3.89a.34.34 0 0 0 .26.11.35.35 0 0 0 .27-.11.37.37 0 0 0 0-.53Z' fill='%23f2554c' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
			}
			
	.ui-dialog-content {
		padding: 15px;
		font-size: 14px;
	}
	
		.ui-dialog-content a {
			color: var(--hover);
		}
		
			.ui-dialog-content a:hover {
				opacity: 0.9;
			}
			
	.ui-dialog-buttonset {
		background: #fafafa;
		height: 47px;
		position: relative;
		border-top: 1px #f2f2f2 solid;
		padding: 13px 5px 0 0;
		text-align: right;
	}
	
		.ui-dialog-buttonset button {
			display: inline-block;
			margin: 0 0 0 5px;
			padding: 8px 10px;
			background: var(--hover);
			color: #fff;
			font-size: 13px;
			border: 0;
			cursor: pointer;
			border-radius: 5px;
		}
		
			.ui-dialog-buttonset button:hover {
				opacity: 0.9;
			}
			
	.dle-popup-newpm .ui-dialog-content {
		padding: 20px;
		font-size: 14px;
	}
	
/* Карточка пользователя */
.user-card-tt {
	padding: 14px 0 0 140px;
	position: relative;
	min-height: 115px;
}

#dleprofilepopup {
	height: auto !important;
}

	.user-card-tt-left {
		position: absolute;
		left: 10px;
		width: 100px;
		top: 10px;
		z-index: 888;
	}
	
		.user-card-tt-image {
			border: 3px solid #fff;
			-moz-box-shadow: 0 0 8px rgba(0,0,0,.17);
			-webkit-box-shadow: 0 0 8px rgba(0,0,0,.17);
			box-shadow: 0 0 8px rgba(0,0,0,.17);
			-moz-border-radius: 100px;
			-webkit-border-radius: 100px;
			border-radius: 100px;
			width: 100px;
			height: 100px;
			margin: 0 0 5px 0;
			background: #e2e2e2;
		}
		
			.user-card-tt-image img {
				width: 100px;
				height: 100px;
				-moz-border-radius: 100px;
				-webkit-border-radius: 100px;
				border-radius: 100px;
			}
			
		.user-card-tt-status {
			text-align: center;
			font-size: 14px;
			margin-left: 3px;
		}
	
	.user-card-tt-right {
		font-size: 13px;
	}

		.user-card-tt-info-left {
			
			margin: 0 5px 0 0;
		}
		
			.user-card-tt-info-line {
				color: #8b8b8b;				
			}
			
			.user-card-tt-info-line:first-child {
				margin: 0 0 10px 0;
			}
			
				.user-card-tt-info-line span {
					color: #000;
				}
				
				.user-card-tt-info-line i {
					color: #3b90cb;
					font-style: normal;
				}
		
		.user-card-tt-info-right {
			
		}
		
/* Юзер инфо */
.user-profile {
	border-radius: 10px;
	background: #fff;
	margin: 80px 0 30px 0;
	padding: 0 0 0 0;
}


	.user-pr-head {
		height: 224px;
		background: url(../images/user-pr.png) left top no-repeat;
		background-size: cover;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		box-sizing: border-box;
		padding: 0 0 30px 0;
		border-radius: 10px 10px 0 0;
	}
	
		.user-pr-u {
			position: relative;
            text-align: center;
		}
		
			.user-pr-ava {
				position: absolute;
				width: 150px;
				height: 150px;
				border-radius: 100%;
				border: 8px #fff solid;
				left: calc(50% - 83px);
				top: -190px;
			}
			
				.user-pr-ava img {
					width: 150px;
					height: 150px;
					border-radius: 100%;
				}
 
.pronline {
					width: 10px;
                    height: 10px;
                    background: #0bd846;
                    position: absolute;
                    border-radius: 100%;
                    right: 28px;
                    bottom: 8px;
                }

				.proffline {
					width: 10px;
                    height: 10px;
                    background: #7a7a7a;
                    position: absolute;
                    border-radius: 100%;
                    right: 28px;
                    bottom: 8px;
                }
				
			.user-pr-name {
				font-size: 24px;
				font-weight: bold;
				margin: 0 0 10px 0;
				text-align: center;
			}
			
			.user-pr-group {
				height: 24px;
				line-height: 24px;
				border-radius: 10px;
				background: #424242;
				color: #fff;
				padding: 0 15px;
				font-size: 12px;
                display: inline-block;
                vertical-align: top;
			}
			
				.user-pr-group img {
					height: 14px;
					display: inline-block;
					vertical-align: top;
					margin: 5px 10px 0 0;
				}
				
	.user-pr-content {
		padding: 30px;
	}
	
		.user-pr-menu {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			margin: 0 0 30px 0;
		}
		
			.user-pr-menu > div {
				
			}
			
			.user-pr-menu a {
				display: inline-block;
				vertical-align: top;
				border-radius: 10px;
				background: #f1554b;
				padding: 0 15px;
				color: #fff;
				height: 40px;
				line-height: 40px;
				margin: 0 0 10px 15px;
			}
			
				.user-pr-menu a:first-child {
					margin-left: 0;
				}
			
				.user-pr-menu a:hover {
					opacity: 0.9;
				}
				
		.user-pr-fl {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		
			.user-pr-fl > div {
				width: 30%;
			}
			
				.user-pr-fl-title {
					font-size: 18px;
					font-weight: bold;
					margin: 0 0 15px 0;
				}
				
					.user-pr-fl-title img {
						display: inline-block;
						vertical-align: top;
						height: 20px;
						margin: 0 10px 0 0;
					}
					
				.user-pr-fl-item {
					line-height: 30px;
				}
				
					.user-pr-fl-item strong {
						font-weight: 500;
					}
				
					.user-pr-fl-item a {
						color: var(--text);
					}
					
						.user-pr-fl-item a:hover {
							color: var(--hover);
						}
	
	.user-profile-line {
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 0 0 0 200px;
		margin: 0 0 90px 0;
	}
	
		.user-profile-ava {
			width: 130px;
			height: 130px;
			border-radius: 100%;
			border: 12px #fff solid;
			position: absolute;
			left: 30px;
			top: -70px;
		}
		
			.user-profile-ava img {
				width: 130px;
				height: 130px;
				border-radius: 100%;
			}
			
		.user-profile-name {
			font-size: 0;
		}
		
			.user-profile-name > i {
				font-style: normal;
				font-weight: 500;
				font-size: 20px;
				color: #000;
				margin: 0 20px 0 0;
				display: inline-block;
				vertical-align: top;
			}
			
			.upn a {
				display: inline-block;
				vertical-align: top;
				color: #69cdcb;
				margin: 3px 20px 0 0;
			}
			
				.upn a i {
					font-size: 16px;
				}
				
					.upn a:hover {
						color: #000;
					}
		
			.user-profile-name-name {
				color: #567288;
				font-size: 14px;
			}
			
		.user-profile-links {
			
		}
		
			.user-profile-links a {
				color: #7793ab;
				font-size: 14px;
				display: inline-block;
				vertical-align: top;
				margin-right: 30px;
			}
			
				.user-profile-links a i {
					display: inline-block;
					vertical-align: top;
					margin: 0px 8px 0 0;
					font-size: 18px;
				}
				
				.user-profile-links a:hover {
					color: var(--green);
				}
				
.user-profile-wrap {
	padding: 0 30px 30px 30px;
	
}

	.user-profile-menu {
		border-top: 1px #f2f2f2 solid;
		border-bottom: 1px #f2f2f2 solid;
		padding: 44px 0;
		display: flex;
	}
	
		.user-profile-menu a {
			flex-grow: 1;
			margin: 0 12px;
			border-radius: 10px;
			background: #f5f7f9;
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			color: #3a5365;
			font-size: 15px;
			font-weight: 500;
			padding: 25px 0;
		}
		
			.user-profile-menu a i {
				font-size: 38px;
				margin: 0 0 10px 0;
				font-weight: 400;
			}
		
		.user-profile-menu a:first-child {
			margin-left: 0;
		}
		
		.user-profile-menu a:last-child {
			margin-right: 0;
		}
		
		.user-profile-menu a:hover {
			background: #eaf4fb;
		}
		
		.user-profile-menu a:hover i {
			color: #7093ab !important;
		}

.user-profile-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 30px;
}

	.user-profile-col {
		width: 23%;
	}
	
		.user-profile-stat {
			margin: 0 0 25px 0;
			font-size: 15px;
			color: #000;
		}
		
			.user-profile-stat i {
				display: block;
				font-style: normal;
				font-size: 14px;
				color: var(--grey1);
				margin: 0 0 5px 0;
			}
			
.redprof {
	padding: 30px 30px;
}
	
.herh-cols {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


/* Юзер-панель */
.login-wrap {
	display: none;
	z-index: 77778;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 60px 0 0 0;
}

.login-wrap2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.login-shad {
	background: #c6c6c6;
	opacity: 0.5;
	display: none;
	z-index: 77777;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.login-block {
	border-radius: 10px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 65px;
	width: 280px;
	display: none;
}

.login-block2 {
	width: 400px;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	position: relative;
}

	.login-title2 {
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		margin: 0 0 35px 0;
		padding: 15px 0 0 0;
	}
	
	.login-block-title {
		height: 50px;
		line-height: 50px;
		padding: 0 60px 0 15px;
		position: relative;
		background: #424242;
		color: #fff;
		font-weight: 500;
		border-radius: 10px 10px 0 0;
	}
	
		.login-close {
			position: absolute;
			width: 40px;
			height: 50px;
			right: 0;
			top: 0;
			cursor: pointer;
			color: #fff;
			line-height: 52px;
			text-align: center;
			font-size: 11px;
		}
		
			.login-close:hover {
				color: var(--hover);
			}
			
		.login-block2 .login-close {
			background: #ececec;
			width: 30px;
			height: 30px;
			line-height: 32px;
			border-radius: 100%;
			cursor: pointer;
			right: -27px;
			top: -27px;
			color: #000;
		}
		
		.login-block2 .login-close:hover {
			color: var(--hover);
		}
		
	.login-link {
		padding: 15px;
	}
	
		.login-link a {
			display: block;
			align-items: center;
			color: var(--text);
			margin: 0 0 10px 0;
			position: relative;
			padding: 3px 0 3px 32px;
			background-size: 16px auto;
			background-repeat: no-repeat;
			background-position: left center;
		}
		
		.login1 {
			background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11.3' fill='none' stroke='%23f2554c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/circle%3E%3C/svg%3E");
			background-position: 2px center !important;
			
		}
		
		.login2 {
			background-image: url("data:image/svg+xml,%3Csvg fill='none' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3 3h17.4a.3.3 0 0 1 .3.3v18.181a.3.3 0 0 1-.45.26l-8.4-4.837a.3.3 0 0 0-.3 0l-8.4 4.837a.3.3 0 0 1-.45-.26V3.3a.3.3 0 0 1 .3-.3Z' stroke='%23f2554c' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E");
			background-size: 19px auto !important;
		}
		
		.login3 {
			background-image: url("data:image/svg+xml,%3Csvg data-name='Livello 1' viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113 0H15A15 15 0 0 0 0 15v64.57a15 15 0 0 0 15 15h23.28a1 1 0 0 1 1 1V121a7 7 0 0 0 11.95 4.95l31.08-31.08a1 1 0 0 1 .71-.29h30a15 15 0 0 0 15-15V15A15 15 0 0 0 113 0Zm9 79.57a9 9 0 0 1-9 9H83a7 7 0 0 0-4.95 2L47 121.7a1 1 0 0 1-1.71-.71V95.57a7 7 0 0 0-7-7H15a9 9 0 0 1-9-9V15a9 9 0 0 1 9-9h98a9 9 0 0 1 9 9Z' fill='%23f2554c' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
			background-position: 2px center !important;
		}
		
		.login4 {
			background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.41 5.51a2.39 2.39 0 0 0-3.36 0l-4.3 4.31A2.72 2.72 0 0 0 6 11.63L5.88 13a1.15 1.15 0 0 0 .15.54l-.43.43a.26.26 0 0 0 0 .38.24.24 0 0 0 .18.07.26.26 0 0 0 .22-.1l.43-.43a1 1 0 0 0 .52.17H7L8.31 14a2.69 2.69 0 0 0 1.78-.8l4.32-4.31a2.39 2.39 0 0 0 0-3.38Zm-4.69 7.3a2.25 2.25 0 0 1-1.44.64L7 13.52a.41.41 0 0 1-.16 0l.16-.27a.27.27 0 1 0-.38-.38l-.23.24V13l.07-1.35a2.15 2.15 0 0 1 .64-1.45L10.29 7l2.6 2.6ZM14 8.49l-.76.77-2.61-2.6.77-.77a1.81 1.81 0 0 1 2.39-.17l-1.31 1.34a.26.26 0 0 0 0 .38.25.25 0 0 0 .18.08.27.27 0 0 0 .19-.08l1.35-1.35a1.83 1.83 0 0 1-.2 2.4Z' fill='%23f2554c' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
			background-size: 28px auto !important;
			background-position: -5px center !important;
		}
		
		.login5 {
			background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='m23.479 29.691a2.325 2.325 0 0 1 -1.089-.27l-6.233-3.276a.333.333 0 0 0 -.314 0l-6.232 3.276a2.338 2.338 0 0 1 -3.393-2.465l1.19-6.939a.337.337 0 0 0 -.1-.3l-5.038-4.917a2.338 2.338 0 0 1 1.3-3.989l6.963-1.011a.337.337 0 0 0 .254-.185l3.113-6.315a2.337 2.337 0 0 1 4.193 0l3.115 6.313a.34.34 0 0 0 .254.185l6.969 1.012a2.339 2.339 0 0 1 1.3 3.989l-5.043 4.914a.339.339 0 0 0 -.1.3l1.19 6.939a2.341 2.341 0 0 1 -2.3 2.735zm-7.479-5.586a2.325 2.325 0 0 1 1.088.27l6.232 3.275a.321.321 0 0 0 .356-.025.325.325 0 0 0 .135-.331l-1.191-6.94a2.343 2.343 0 0 1 .672-2.069l5.043-4.915a.338.338 0 0 0 -.188-.576l-6.968-1.013a2.335 2.335 0 0 1 -1.76-1.279l-3.119-6.314a.338.338 0 0 0 -.606 0l-3.113 6.312a2.335 2.335 0 0 1 -1.761 1.279l-6.967 1.015a.337.337 0 0 0 -.187.576l5.042 4.915a2.343 2.343 0 0 1 .672 2.069l-1.191 6.94a.338.338 0 0 0 .492.356l6.231-3.276a2.335 2.335 0 0 1 1.088-.269z' fill='%23f2554c' data-original='%23000000'/%3E%3C/g%3E%3C/svg%3E%0A");
			background-position: 2px center !important;
		}
		
		.login6 {
			background-image: url("data:image/svg+xml,%3Csvg id='Layer_1' version='1.1' viewBox='0 0 24 24' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24'%3E%3Cpath d='M2 12h14.4M12.1.8h7.4C20.9.8 22 1.9 22 3.3v17.5c0 1.4-1.1 2.5-2.5 2.5h-7.4' fill='none' stroke='%23f2554c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3Cpath d='m12.6 15.8 3.8-3.8-3.8-3.8' fill='none' stroke='%23f2554c' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' class='stroke-000000'%3E%3C/path%3E%3C/svg%3E");
		}
		
		.login-link a.login6 {
			border-top: 1px #ececec solid;
			padding-top: 15px;
			margin: 5px 0 0 0;
			background-position: 2px 15px !important;
		}
		
			.login-link a img {
				width: 16px;
				margin: 0 10px 0 0;
				position: absolute;
				left: 0;
				top: 0;
			}
			
			.login-link a:hover {
				color: var(--hover);
			}
			
	.login-icons {
		display: flex;
		justify-content: center;
		position: relative;
		padding: 20px 0 0 0;
	}
	
		.login-icons:before {
			content: '';
			display: block;
			width: 60%;
			height: 2px;
			background: #d7e3e3;
			position: absolute;
			left: 20%;
			top: 0;
		}
	
		.login-icons a {			
			margin: 0 10px;
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
		}
		
			.login-icons a > span:nth-child(1) {
				width: 32px;
				height: 32px;
				border-radius: 100%;				
				line-height: 36px;
				margin: 0 0 10px 0;
				background: #69cdcc;
				color: #fff;
			}
			
				.login-icons a:nth-child(2) > span:nth-child(1) {
					background: #bed1e0;
				}
				
				.login-icons a:nth-child(3) > span:nth-child(1) {
					background: #c2bee0;
				}
				
				.login-icons a:nth-child(4) > span:nth-child(1) {
					background: #ff789e;
				}
			
			.login-icons a > span:nth-child(2) {
				color: #999;
				font-weight: 500;
				font-size: 13px;
			}
		
			.login-icons a i {
				font-size: 16px;
				font-weight: normal;
			}
			
			.login-icons a:hover {
				
			}
			
	.login-line {
		margin: 0 0px 24px 0px;
	}
	
		.login-line-title {
			position: relative;
			color: #7a7a7a;
			text-align: left;
			margin: 0 0 5px 0;
		}
		
			.login-line-title a {
				position: absolute;
				right: 0;
				top: 0;
				color: var(--hover);
			}
			
			.login-line-title a:hover {
				color: #f58780;
			}
		
		.login-input-text {
			background: #fff;
			box-sizing: border-box;
			border: 1px solid #c6c6c6;
			border-radius: 10px;
			margin: 0;
			padding: 0 20px;
			display: block;
			height: 50px;
			line-height: 48px;
			width: 100%;
			color: #000;
			font-size: 14px;
			outline: none;
		}
		
			.login-input-text:focus {
				border: 1px #000 solid;
			}
		
			.login-input-text::placeholder {
				color: var(--text);
			}
		
				.enter {
					width: 100%;
					height: 50px;
					box-sizing: border-box;
					line-height: 48px;
					background: #fff;
					cursor: pointer;
					border-radius: 10px;
					padding: 0;
					text-align: center;
					color: #f1554c;
					font-size: 14px;
					display: block;
					outline: none;
					border: 1px #f2554c solid;
					margin: 40px 0 40px 0;
					cursor: pointer;
				}
				
					.enter:hover {
						background: #f2554c;
						color: #fff;
					}
					
	
	.reg-link {
		height: 50px;
					box-sizing: border-box;
					line-height: 50px;
					background: #f2554c;
					cursor: pointer;
					border-radius: 10px;
					padding: 0;
					text-align: center;
					color: #fff;
					font-size: 14px;
					display: block;
					outline: none;
					margin: 0 0 20px 0;
	}
		
			.reg-link:hover {
				background: #f3665e;
			}
			
	.login-soc-title {
		font-weight: 500;
		margin: 0 0 10px 0;
	}
			
	.login-soc {
		display: flex;
		justify-content: center;
		margin: 0 0 40px 0;
	}

	.login-soc a {
		margin: 0 7px 0 7px;
		width: 60px;
		height: 36px;
		border-radius: 7px;
		background: #0077ff;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.stt-block .login-soc {
		justify-content: flex-start;
		margin: 20px 0 40px 0;
	}	
	
	.stt-block .login-soc a {
		width: 60px;
		height: 28px;
		border-radius: 2px;
		margin: 0 15px 0 0;
	}
	
	.login-soc a:last-child {
		background: #fc3f1d;
	}
	
		.login-soc a img {
			max-width: 20px;
			max-height: 20px;
		}
		
		.stt-block .login-soc a img {
			max-width: 15px;
			max-height: 15px;
		}
	
		.login-soc a:hover {
			background: #1180fe;
		}
		
		.login-soc a:last-child:hover {
			background: #fd4f30;
		}
		
	.reg-text {
		font-size: 12px;
		color: #7a7a7a;
		line-height: 18px;
	}
	
		.reg-text a {
			color: #a0a0a0;
		}
		
			.reg-text a:hover {
				color: var(--hover);
			}
		
.search div[style="margin:10px;"] {
	margin: 0 0 15px 0!important;
}
			
			
/* Стандартные страницы */
.stt-block {
	border-radius: 10px;
    background: #fff;
    padding: 30px 30px 30px 30px;
    margin: 0 0 30px 0;
	position: relative;
}

.add-comment .stt-block {
	padding: 0 0 0 80px;
	margin: 0;
}

.stt-block-info {
	padding-left: 120px;
}

	.stt-block-title {
		font-size: 24px;
		font-weight: 700;
		line-height: 32px;
		margin: 0 0 30px 0;
	}
	
	.stt-block-info .stt-block-title {
		font-size: 16px;
		border: 0;
		margin: 0;
		padding: 0;
	}
	
		.stt-block-title h1 {
			font-style: inherit;
			font-size: inherit;
		}
	
	.white .stt-block-title {
		
	}
	
	.stt-block-content {
		font-size: 14px;
		line-height: 24px;
	}
	
		.stt-block-content a {
			color: var(--hover);
			text-decoration: underline;
		}
		
			.stt-block-content a:hover {
				opacity: 0.9;
			}
			
	.stt-block-info {
		margin: 0 0 30px 0;
	}
			
	.stt-block-content .bbcodes {
		font-size: 14px;
		cursor: pointer;
		background: none;
		margin: 0;
		border: 0;
		outline: none;
		padding: 0 30px !important;
		height: 44px;
		line-height: 44px;
		background: #f2554c;
		border-radius: 10px;
		color: #fff;
	}
	
		.stt-block-content .bbcodes:hover {
			opacity: 0.9;
		}
			
/* Сообщения */
.pmtt {
	
}

	.pmtt-title {
		color: #8e9aa4;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 0 0 24px 0;
	}
	
.pm {
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(0,0,0,.11);
	background: #fff;
	border-collapse: collapse;
	border: 0;
}

	.pm td {
		border: 0;
		text-align: left;
		padding: 30px 10px;
		color: #3a5365;
		font-size: 14px;
		border-bottom: 1px #f0f0f0 solid;
		position: relative;
	}
		
		.pm td a {
			color: #3a5365;
		}
		
			.pm td a:hover {
				color: var(--green);
			}

	.pm tr:first-child {
		background: #f8f8f8;
	}
	
	.pm tr:first-child td {
		padding: 30px 10px;
		text-transform: uppercase;
		color: #000;
		font-size: 13px;
		font-weight: 500;
		text-align: left;
		border: 0;
	}
	
	.pm tr:first-child td:first-child {
		border-radius: 10px 0 0 0;
	}
	
	.pm tr:first-child td:last-child {
		border-radius: 0 10px 0 0;
	}
	
	.pm td:nth-child(1) > span {
		position: absolute;
		right: 0;
		top: 32px;
	}
	
	.pm td:nth-child(1) > span img {
		display: none;
	}
	
	.pm td[colspan="5"] {
		padding: 0;
		border: 0;
	}
	
.pmtt-pm-list {
	margin: 0 0 50px 0;
}

.pmtt-status {
	margin: 0 0 50px 0;
	border: 1px solid #deedef;
	border-radius: 10px;
	background: #fff;
	padding: 30px;
}

.pm_progress_bar {
	border-radius: 11px;
	background: #eff3f7;
	height: 22px;
	position: relative;
	margin: 0 0 20px 0;
}
	
	.pm_progress_bar > span {
		text-align: center;
		background-color: #69cdcb;
		display: block;
		border-radius: 11px;
		height: 22px;
		color: #fff;
		font-size: 13px;
		line-height: 22px;
	}
	
.pmtt-new {
	margin: 0 0 50px 0;
}

	.pmtt-new-content {
		border-radius: 10px;
		background: #f5f7f9;
		padding: 30px;
	}
	
.pmtt-new .form-line-ttfl > div {
	display: block;
}

.pmtt-mess {
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 18px rgba(0,0,0,.11);
	padding: 30px;
	margin: 0 0 50px 0;
}

.pmtt-mess-title {
	font-size: 16px;
	color: #000;
	margin: 0 0 5px 0;
}

	.pmtt-mess-title i {
		margin: 0 7px 0 0;
		font-size: 13px;
	}

	.pmtt-mess a {
		color: #000;
	}
	
		.pmtt-mess a:hover {
			color: var(--green);
		}
		
.pmtt-mess-theme {
	font-size: 13px;
	color: var(--grey1);
	margin: 0 0 28px 0;
	
}

.pmtt-mess-text {
	border-top: 1px #eee solid;
	border-bottom: 1px #eee solid;
	padding: 20px 0;
	margin: 0 0 20px 0;
	color: #000;
}

.pmtt-mess-menu a {
	margin-right: 15px;
	font-size: 12px;
	text-decoration: underline;
}
				
/* Обратная связь */
.feedback-tt {
	
}

	.feedback-tt textarea {
		width: 100%;
	}
	
	.feedback-tt .form-line-tt-left {
		width: 100px;
	}
	
/* Восстановление */
.lost-tt {
	
}

	
	
/* Регистрация */
.reg-tt {
	
}

	.reg-tt .form-line-tt-right input {
		
	}
	
	.reg-tt .form-line-tt-left {
		
	}
	
	.reg2cold {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
		.reg2cold input[type="text"] {
			width: calc(100% - 190px);
			border-radius: 10px 0 0 10px;
			border-right: 0;
		}
		
		.reg2cold input[type="button"] {
			width: 190px;
			box-sizing: border-box;
			border-radius: 0 10px 10px 0;
			border: 1px solid #f2554c;
			padding: 0 15px;
			height: 48px;
			line-height: 48px;
			margin: 0 0 0 0;
			outline: none;
			cursor: pointer;
			background: #f2554c;
			text-align: center;
			color: #fff;	
			font-size: 14px;

		}
		
			.reg2cold input[type="button"]:hover {
				opacity: 0.9;
			}

#result-registration {
	color: #f27b4c !important;
	padding: 10px 0 0 0;
	margin: 0;
	position: relative;
}

	#result-registration span {
		color: #f27b4c !important;
		font-size: 12px;
		position: relative;
		padding: 0 0 0 30px;
		display: block;
	}
	
	#result-registration li {
		margin: 0;
		padding: 0 0 0 0;
		list-style-type: none;
		position: relative;
		
	}
	
	#result-registration span:before {
		content: '';
		width: 15px;
		height: 15px;
		border: 3px #fcded2 solid;
		background: #f59e7b url("data:image/svg+xml,%3Csvg data-name='Layer 2' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9.93c-.06 2.61-.13 5.21-.19 7.82a1.25 1.25 0 0 0 2.5 0c.06-2.61.13-5.21.19-7.82a1.25 1.25 0 0 0-2.5 0ZM15.93 20.21a1.25 1.25 0 0 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z' fill='%23ffffff' class='fill-000000'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
		background-size: 20px auto;
		border-radius: 100%;
		display: block;
		position: absolute;
		left: 0px;
		top: 1px;
		
		
		
	}


/* Опрос */
.vblock {
	border-radius: 10px;
	background: #fff;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}

	.vblock-title {
		padding: 20px 20px;
		font-weight: 700;
		font-size: 16px;
	}
	
	.vblock-vote-title {
		background: #edf2fe;
		padding: 10px 20px;
		font-weight: 500;
	}
	
	.vblock-list {
		padding: 20px;
	}
	
.vote {
	margin: 0 0 10px 0;
	position: relative;
}
		
.vote input {
	display: block !important;
	position: absolute;
	left: 0;
	top: 5px;
	width: 10px !important;
	height: 10px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 100% !important;
	background: #dde7ef !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	z-index: 2;

	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
			
.vote label {
	display: block;
	position: relative;
	padding: 0 0 0 20px;
	cursor: pointer;
}
			
.vote label:before {
	display: none;
}
			
.vote input:checked {
	background: #dde7ef !important;
	box-shadow: inset 0 0 0 3px #dde7ef, inset 0 0 0 5px #fff !important;
}

.vote input:checked + label,
.vote input:checked ~ label {
	color: #000;
	font-weight: 500;
}
	
	.vote-buttom {
		display: block;
		box-sizing: border-box;
		border: 0;
		cursor: pointer;
		color: #fff;
		margin: 0 20px 0 20px;
		padding: 0;
		border-radius: 10px;
		background: #f1554b;
		width: calc(100% - 40px);
		text-align: center;
		height: 40px;
		line-height: 40px;
	}	
	
	.vote-buttom:hover {
		opacity: 0.9;
	}
	
	.ress {
		padding: 20px;
	}

/* ==================== Рейтинг статьи */

.rating {
	width: 130px;
	height: 24px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 24px;
	position: relative;
	background-image: url(../dleimages/rating.png);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.png);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 26px; }
.unit-rating a.r2-unit { left: 26px; }
.unit-rating a.r2-unit:hover { width: 52px; }
.unit-rating a.r3-unit { left: 52px; }
.unit-rating a.r3-unit:hover { width: 78px; }
.unit-rating a.r4-unit { left: 78px; }	
.unit-rating a.r4-unit:hover { width: 104px; }
.unit-rating a.r5-unit { left: 104px; }
.unit-rating a.r5-unit:hover { width: 130px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.png);
	background-position: left bottom;
	position: absolute;
	height: 24px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}



/* ==================== BB коды */
 
.bbcodes {
	background: #f2554c;
    border-radius: 10px;
	cursor: pointer;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	border: 0;
}

select[name="doaction"] {
	background: #fff;
    border-radius: 10px;
	cursor: pointer;
	color: #000;
	height: 38px;
	line-height: 38px;
	padding: 0 15px;
	border: 1px solid #e1e7eb;
	outline: none;
}

/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}


/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	line-height: 20px;
	margin: 2px;
	opacity: 0.92;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
}

#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background-color:#fdd08b;
	color:#000000;
}

/* ==================== Уведомление о получении новых PM */

#newpm {
	width: 400px;
	padding: 10px;
	background-color: #fdfdfd;
	border: 0;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #f37c64;
}

/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии (*) */
.highslide-wrapper, .highslide-outline {
	background: #FFFFFF;
	z-index: 100000;
}
.highslide-image {
	border: 2px solid #FFFFFF;
	z-index: 100000;
}
.highslide-active-anchor {
   visibility: hidden;
   z-index: 100000;
} 
.highslide-active-anchor img {
	visibility: hidden;
	z-index: 100000;
}
.highslide-dimming {
	background: black;
	z-index: 100000;
}
.highslide-html {
	background-color: white;
	z-index: 100000;
}
.highslide-html-content {
	display: none;
	z-index: 100000;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
	z-index: 100000;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
	z-index: 100000;
}
.highslide-footer {
	height: 11px;
	z-index: 100000;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
	z-index: 100000;
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.highslide-caption {
	display: none;
	padding: 5px;
	background: white;
}

.highslide-controls {
    width: 195px;
    height: 40px;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) 0 -90px no-repeat;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
    height: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) right -90px no-repeat;
}
.highslide-controls li {
    float: left;
    padding: 5px 0;
}
.highslide-controls a {
    background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    outline: none;
}
.highslide-controls a.disabled {
    cursor: default;
}
.highslide-controls a span {
    /* hide the text for these graphic buttons */
    display: none;
}
 
/* The CSS sprites for the controlbar */
.highslide-controls .highslide-previous a {
    background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
    background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
    background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
    background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
    background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
    background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
    background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
    background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
    background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
    background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
    background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
    background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
    background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
    background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
    background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
    background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
    background-position: -180px -30px;
}

/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 90%; 
	margin: 0 00px 0 20px;

}

	.user-info-table td {
		padding: 5px 5px 20px 5px;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #ff863d;
		}
		
		.user-info-table td i {
			color: #bfbfbf;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #777777;
			color: #fff;
			border: 1px #2b2b2b solid;
		}
		
		.user-info-table input {
			background: url(../images/form-text.gif);
			color: #2e2e2e;
			border: 1px #d0d0d0 solid;
		}

		
/* Инфо */
.error {
	
}

	.error p {
		
	}
	
	.error a {
		
	}

	
/* добавление новости */
.add-news-table {
	margin: 0;
}

	.add-news-table tr {
		display: block;
		margin: 0 0 40px 0;
	}

	.add-news-table td {
		display: block;
	}
	
	td.addnews {
		color: #000;
		font-weight: 500;
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	
	.add-news-table textarea {
		height: 200px !important;
	}
	
	.add-news-table tr:nth-child(2n) td {
		/*background: #f7f7f7;*/
	}
	
.qq-uploader {
	border-radius: 10px;
	background: #eff3f7;
	padding: 20px;
}
	
.qq-upload-button {
	border: 2px #b0c4d4 dashed;
	padding: 20px;
	color: #7a92a5;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
}

	.qq-upload-button i {
		display: inline-block;
		vertical-align: top;
		margin: 2px 10px 0 0;
		font-size: 20px;
	}
	
	.qq-upload-list {
		padding: 40px 0 0 0;
		margin: 0;
	}
	
		.qq-upload-list > li {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		
#uploadedfile_src {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 10px -5px;
}

	.uploadedfile {
		border: 1px #c6cfd8 solid;
		padding: 15px;
		border-radius: 10px;
		width: calc(20% - 10px);
		box-sizing: border-box;
		margin: 0 5px 10px 5px;
		font-size: 13px;
	}
	
	.uploadedfile .info:nth-child(1) {
		display: none;
	}
	
	.uploadedfile img {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: 100px !important;
	}


.vote-pool {
	
}
	

	
/* DLE 8.5 */

/* Вид изображения: с прямыми краями и тенью */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* Вид изображения: только тень */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: white;
}

/* Вид изображения: только рамка без тени */
.less .highslide-image {
	border: 1px solid #000000;
}
.less .highslide-caption {
	border: 1px solid #000000;
	background: white;
}


/* DLE 9.0 */

/* ==================== Информационное оконо загрузки AJAX */
#loading-layer {
	display:none;
	font-family: Verdana;font-size: 11px;
	background:#000;padding:10px;
	text-align:center;
	border:1px solid #000;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}



	
.nono #b_left, .nono  #b_center, .nono  #b_right, .nono #b_spoiler {
		display: none;
	}
	
input.textin {
	height: 38px;
		line-height: 38px;
		width: 100% !important;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		padding: 0 15px;		
		color: #c5c5c5;
		font-size: 13px;
		margin: 0;
		border: 0;
		outline: none;
		border: 1px solid #dedede;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}

.white input.textin {
	color: #333;
}
	
#searchtable input[type="text"] {
	width: 100%;
    box-sizing: border-box;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #c6c6c6;
    padding: 0 15px;
    height: 48px;
    line-height: 46px;
    margin: 0 0 0 0;
    outline: none;
    color: #414141;
	border: 1px #000 solid;
} 

	#searchtable input[type="text"]:focus {
		border: 1px #000 solid;
	}

.white #searchtable input {
	
}

#searchtable #dofullsearch, #searchtable #dosearch, #doclear, #doreset {
	display: inline-block;
	vertical-align: top;
	border: 0 !important;
	border-radius: 10px;
	padding: 0 50px !important;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	outline: none !important;
	background: #f2554c !important;
}

	#searchtable #dofullsearch:hover, #searchtable #dosearch:hover, #doclear:hover, #doreset:hover {
		opacity: 0.9;
	}
	
#dofullsearch {
	display: none !important;
}

#dle-promt-text, .ui-dialog textarea {
	border: 1px solid #e1e7eb;
	box-sizing: border-box;
}


/* ДЛЕ 9.2 */
.editor input[type="text"] { padding: 2px; background: #fff url("../images/fields.png") repeat-x; border: 1px solid #bcc0c2; }

/* ==================== Автозаполнение облака тегов */
.ui-autocomplete { position: absolute; cursor: default; }

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background: #fff 50% bottom repeat-x; border: 1px solid #dedede; color: #222;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
	border: 1px solid #a7a7a7;
	color: #4e4e4e;
	font-weight: bold;
}


/*  */


.sp_search {
	
	width:486px;
	margin: 0 0 15px 0;
	border: 2px #fff solid;
}

.sp_search_head {
	height:37px;
	padding:5px;
	color:#888;
	font:bold 17px Arial;
	line-height:40px;
	text-transform:uppercase;
	background:#fff;
	border-bottom: 1px #ccc solid;
}

.sp_search_head img {float:left;margin-right:7px;}

.sp_search_table {
	font:11px Tahoma;
	color:#080808;
	width:100%;
	text-align:left;
	background:#d5f3ff ;
}

.sp_search_table .sp_s1 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s2 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s3 {color:#1e81ba;text-decoration:underline;font-weight:bold;}
.sp_search_table .sp_s4 {color:#1e81ba;text-decoration:underline;font-weight:bold;}

.sp_search_table td.sp_name {
	padding:6px 10px 8px 0;
	vertical-align:top;
	font:12px Tahoma;
	color:#080808;
}

.sp_search_table a.sp_lnk {
	font:12px Tahoma;
	color:#080808;
	text-decoration:underline;
}
.sp_search_table a.sp_lnk b {
	font-weight:bold;
}

.sp_search_table a.sp_lnk:hover, .sp_search_table a.sp_lnk:hover span {text-decoration:none;}

.sp_search_table td.sp_count {
	padding:6px 24px 8px 0;
	vertical-align:top;
	text-align:right;
}

.sp_search_table td.sp_count span.sp_count_sp {
	color:#000;
	font-weight:bold;
}

.sp_search_table td.sp_count span.sp_count_sp2 {
	color:#1e81ba;
	font-weight:bold;
}

.sp_search_table td.sp_name .sp_im_bl {
	float:left;
	margin:-4px 0 0 0;
	width:44px;
}
.sp_search_table td.sp_name .sp_im_bl img {
	display:block;
	margin:0 auto;
}

/*---Подсветка кода в теге [code]---*/
pre code {
  display: block; padding: 0.5em;
  background: #f9fafa; 
  border: 1px solid #dce7e7;
  overflow:auto;
  white-space: pre;
}

pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .lisp .string,
pre .javadoc {
  color: #93a1a1;
  font-style: italic;
}

pre .keyword,
pre .css .rule .keyword,
pre .winutils,
pre .javascript .title,
pre .method,
pre .addition,
pre .css .tag,
pre .lisp .title {
  color: #859900;
}

pre .number,
pre .command,
pre .string,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}

pre .title,
pre .localvars,
pre .function .title,
pre .chunk,
pre .decorator,
pre .builtin,
pre .built_in,
pre .lisp .title,
pre .identifier,
pre .title .keymethods,
pre .id {
  color: #268bd2;
}

pre .tag .title,
pre .rules .property,
pre .django .tag .keyword {
  font-weight: bold;
}

pre .attribute,
pre .variable,
pre .instancevar,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .label {
  color: #b58900;
}

pre .preprocessor,
pre .pi,
pre .shebang,
pre .symbol,
pre .diff .change,
pre .special,
pre .keymethods,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata {
  color: #cb4b16;
}

pre .deletion {
  color: #dc322f;
}

pre .tex .formula {
  background: #eee8d5;
}


/*---Вывод результатов голосования на сайте---*/
.voteprogress {
  overflow: hidden;
  height: 6px;
  margin-bottom: 10px;
  background: #ececec;
  border-radius: 3px;
}

.voteprogress span {
  color: #ffffff;
  text-align: center;
  text-indent: -2000em;
  height: 6px;
  display: block;
  overflow: hidden;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
}

.voteprogress .vote2 {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
}

.voteprogress .vote3 {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
}

.voteprogress .vote4 {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
}

.voteprogress .vote5 {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
}

/*---Вывод результатов опросов в новостях---*/
.pollprogress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 17px;
 background: #eff3f7;
  border-radius: 11px;
  margin-top: 4px;
}

.pollprogress span {
  color: #ffffff;
  height: 22px;
  line-height: 22px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
  background: #69cdcb;
}

.pollprogress .poll2 {
  background: #b49fe4;
}

.pollprogress .poll3 {
  background: #ff8d8d;
}

.pollprogress .poll4 {
  background: #86befa;
}

.pollprogress .poll5 {
  background: #65bd7f;
}

/*---BB Редактор---*/

.bb-pane {
  height: 1%; overflow: hidden;
  padding-bottom: 5px;
  padding-left: 5px;
  margin: 0;
  height: auto !important;
  text-decoration:none;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#FBFBFB), to(#EAEAEA));
  background-image: -webkit-linear-gradient(top, #FBFBFB, 0%, #EAEAEA, 100%);
  background-image: -moz-linear-gradient(top, #FBFBFB 0%, #EAEAEA 100%);
  background-image: linear-gradient(to bottom, #FBFBFB 0%, #EAEAEA 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#EAEAEA', GradientType=0);
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius-bottomright: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -khtml-border-bottom-right-radius: 0px; 
  border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -khtml-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top:1px solid #d7d7d7;
  border-left:1px solid #d7d7d7;
  border-right:1px solid #d7d7d7;
  box-shadow: none !important;
}

.bb-pane>b {
    margin-top: 5px;
    margin-left: 0;
  vertical-align: middle;
}
.bb-pane .bb-btn + .bb-btn,.bb-pane .bb-btn + .bb-pane,.bb-pane .bb-pane + .bb-btn,.bb-pane .bb-pane + .bb-pane {
    margin-left:-1px;
}
.bb-btn {
  display: inline-block; overflow: hidden; float: left;
  padding: 4px 10px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: inset 0 1px 2px white;
    -moz-box-shadow: inset 0 1px 2px white;
    box-shadow: inset 0 1px 2px white;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, left 0%, left 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e9e9e9));
    background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e9e9e9, 100%);
    background-image: linear-gradient(to bottom, #fdfdfd 0%, #e9e9e9  100%);

}
 

.bb-btn:hover {
      background: #e6e6e6;
      background-repeat: repeat-x;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fdfdfd), color-stop(100%, #e6e6e6));
      background-image: -webkit-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -moz-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: -o-linear-gradient(top, #fdfdfd, 0%, #e6e6e6, 100%);
      background-image: linear-gradient(to bottom, #fdfdfd 0%, #e6e6e6 100%);
      -webkit-transition: box-shadow 0.05s ease-in-out;
      -moz-transition: box-shadow 0.05s ease-in-out;
      -o-transition: box-shadow 0.05s ease-in-out;
      transition: box-shadow 0.05s ease-in-out;
}
    
.bb-btn:active {
      background: #f3f3f3;
      border-color: #cfcfcf;
      -webkit-box-shadow: 0 0 5px #f3f3f3 inset;
      -moz-box-shadow: 0 0 5px #f3f3f3 inset;
      box-shadow: 0 0 5px #f3f3f3 inset;
}

@font-face {
    font-family: 'bb-editor-font';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype'),
         url(data:application/font-woff;charset=utf-8;base64,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) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="bb-btn"], [class*=" bb-btn"] {
    font-family: 'bb-editor-font';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.bb-sel { float: left; padding: 2px 2px 0 2px; }
.bb-sel select { font-size: 11px; }
.bb-sep { display: inline-block; float: left; width: 1px; padding: 2px; }
.bb-btn { cursor: pointer;  outline: 0; }

#b_font select { padding: 0px;}
#b_size select { padding: 0px;}

#b_b:before {content: "\f032";}
#b_i:before {content: "\f033";}
#b_u:before {content: "\f0cd";}
#b_s:before {content: "\f0cc";}
#b_img:before { content: "\f03e"; }
#b_up:before { content: "\e930"; }
#b_emo:before { content: "\f118"; }
#b_url:before { content: "\f0c1"; }
#b_leech:before { content: "\e98d"; }
#b_mail:before { content: "\f003"; }
#b_video:before { content: "\e913"; }
#b_audio:before { content: "\e911"; }
#b_hide:before { content: "\e9d1"; }
#b_quote:before { content: "\e977"; }
#b_code:before { content: "\f121"; }
#b_left:before { content: "\f036"; }
#b_center:before { content: "\f037"; }
#b_right:before { content: "\f038"; }
#b_color:before { content: "\e601"; }
#b_spoiler:before { content: "\e600"; }
#b_fla:before { content: "\ea8d"; }
#b_yt:before { content: "\f166"; }
#b_tf:before { content: "\ea61"; }
#b_list:before { content: "\f0ca"; }
#b_ol:before { content: "\f0cb"; }
#b_tnl:before { content: "\ea61"; }
#b_br:before { content: "\ea68"; }
#b_pl:before { content: "\ea72"; }
#b_size:before { content: "\f034"; }
#b_font:before { content: "\f031"; }
#b_header:before { content: "\f1dc"; }
#b_sub:before { content: "\f12c"; }
#b_sup:before { content: "\f12b"; }
#b_justify:before { content: "\f039"; }

.bb-pane h1 {
    font-size:36px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h2 {
    font-size:30px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h3 {
    font-size:24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h4 {
    font-size:18px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h5 {
    font-size:14px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.bb-pane h6 {
    font-size:12px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bb-pane-dropdown {
    position:absolute;
    top:100%;
    left:0;
    z-index:1000;
    display:none;
    float:left;
    min-width:180px;
    padding:5px 0;
    margin:2px 0 0;
    list-style:none;
    font-size:11px;
    border:1px solid rgba(0, 0, 0, 0.15);
    border-radius:4px;
  background: white;
  -webkit-box-shadow: 0 1px 2px #dadada;
  -moz-box-shadow: 0 1px 2px #dadada;
  box-shadow: 0 1px 2px #dadada;
}

 .bb-pane-dropdown > li > a {
    display:block;
    padding:3px 10px;
    clear:both;
    font-weight:normal;
    line-height:1.42857;
    color:#333333;
    white-space:nowrap;
}
.bb-pane-dropdown > li > a:hover, .bb-pane-dropdown > li > a:focus {
    text-decoration:none;
    color:#262626;
    background-color:whitesmoke;
}

.bb-pane-dropdown .color-palette div .color-btn {
    width: 17px;
    height: 17px;
    padding: 0;
    margin: 0;
    border: 1px solid #fff;
  cursor: pointer;
}
.bb-pane-dropdown .color-palette{
    padding: 0px 5px;
}

.bb-editor textarea { 
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    padding: 2px; border: 1px solid #d7d7d7; width: 100%; -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-top: -1px;
}
.editorcomm .bb-editor { width: 565px;}
.editorcomm .bb-editor textarea { height: 200px; }

.clr {
    clear: both;
}

/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text {
    padding: .4em;
  width: 100%;
  box-sizing: border-box;
}

.quick-edit-textarea {
  height: 250px;
  box-sizing: border-box;
    padding: 2px;
  border: 1px solid #d7d7d7;
  width: 100%;
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.clr {
    clear: both;
}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {
	display: block;
	visibility: hidden;
    position: absolute;
    z-index: 1200;
    opacity: 0;
    -webkit-transition: opacity .4s, visibility .1s linear .4s;
    -moz-transition: opacity .4s, visibility .1s linear .4s;
    -o-transition: opacity .4s, visibility .1s linear .4s;
    transition: opacity .4s, visibility .1s linear .4s;
}
#txtselect_marker {
    cursor: pointer;
    background:url(../dleimages/marker.png) -0px -0px no-repeat;
}

#txtselect_marker:hover {
        background-position: -0px -32px;
}

#marker-bar{
    border: 1px solid #ccc;
    border-radius: 15px;
    background: #fff;
    padding: 5px 10px;
    cursor: default;
    box-shadow: 0px 0px 4px #ccc;
}

#marker-bar.show {
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
	visibility: visible;
}

#txtselect_marker.show {
        /* XXX make a common css fadeIn/fadeOut classes */
	visibility: visible;
	width: 32px;
	height: 32px;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#marker-bar .masha-social,
#marker-bar .masha-marker{
	cursor: pointer;
	display: block;
	margin: 0 5px;
	float: left;
}

#marker-bar .masha-marker{
	line-height: 1em;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	margin-right: 10px;
}

#marker-bar .masha-marker:hover {
	color: #ea3e26;
	border-color: #ea3e26;
}

.user_selection, .user_selection_true {
	background: #c4f47d;
	padding: 2px 0;
}
.user_selection a.txtsel_close, .user_selection_true a.txtsel_close {
	display:none;
}
.user_selection .closewrap, .user_selection_true .closewrap {
	position: relative;
}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {
	display: inline-block;
	position: absolute;
	top: -7px;
	left: -5px;
	width: 33px;
	height: 33px;
	background: url(../dleimages/closemarker.png) -0px -0px no-repeat;
}

.user_selection.hover a.txtsel_close:hover, .user_selection_true.hover a.txtsel_close:hover {
	background-position: -0px -33px;
}


#share-popup {
	background: #fff;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
	position: absolute;
	width: 414px;
	display:none;
	z-index: 100;
	padding: 10px 0;
	opacity: 0;
	-webkit-transition: opacity .4s, visibility .1s linear .4s;
	-moz-transition: opacity .4s, visibility .1s linear .4s;
	-o-transition: opacity .4s, visibility .1s linear .4s;
	transition: opacity .4s, visibility .1s linear .4s;
}

#share-popup.show {
	display:block;
	opacity: 1;
	-webkit-transition: opacity .4s, visibility 0s;
	-moz-transition: opacity .4s, visibility 0s;
	-o-transition: opacity .4s, visibility 0s;
	transition: opacity .4s, visibility 0s;
	opacity: 1;
}

#share-popup .social {
	padding: 0 0 10px 17px;
	height: 40px;
}

#share-popup .social p {
	padding-bottom: 10px;
	margin: 0;
	font-weight: bold;
}

#share-popup .social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#share-popup .social ul li {
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	position: relative;
}

#share-popup .social ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline-block;
	color: #aaa;
	padding-left: 25px;
}

#share-popup .social ul a:hover {
	text-decoration: underline;
	color: #ea3e26;
}

#share-popup .social a span{
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(../dleimages/social-icons.png) 20px 20px no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#share-popup .social .tw span{
	background-position: 0 -20px;
}

#share-popup .social .tw:hover span{
	background-position: 0 0;
}

#share-popup .social .fb span{
	background-position: -20px -20px;
}

#share-popup .social .fb:hover span {
	background-position: -20px 0;
}

#share-popup .social .vk span{
	background-position: -40px -20px;
}

#share-popup .social .vk:hover span {
	background-position: -40px 0;
}

#share-popup .social .gp span{
	background-position: -60px -20px;
}

#share-popup .social .gp:hover span {
	background-position: -60px 0;
}

#share-popup .link {
	clear: both;
	border-top: 1px solid #d9d9d9;
	padding: 10px 5px 0 10px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0 7px;
}

#share-popup .link p {
	font-weight: bold;
	padding: 0 0 3px 0;
	margin: 0;
}

#share-popup .link span {
	color: #999;
	font-size: 10px;
	display: block;
	padding-top: 3px;
}

#share-popup .link a {
	display: block;
}

.ajaxProgress {background:#eee url(../images/loader.gif) no-repeat center center;display:block;width:40px;height:40px;margin:10px auto;border-radius:10px;border:1px solid #ddd;}
.ias_trigger a {box-shadow:inset 0px 1px 0px 0px #fff;border-radius:6px;border:1px solid #dcdcdc;display:block;color:#777;font-weight:bold;padding:10px 0;text-decoration:none;margin-bottom:20px;text-shadow:1px 1px 0px #fff;text-align:center;font-size:14px;
background: #f4f4f4;
background: -moz-linear-gradient(top,  #f4f4f4 0%, #eaeaea 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#eaeaea));
background: -webkit-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -o-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: -ms-linear-gradient(top,  #f4f4f4 0%,#eaeaea 100%);
background: linear-gradient(to bottom,  #f4f4f4 0%,#eaeaea 100%);
margin-left: 20px;
}
.ias_trigger a:hover {
background: #efefef;
background: -moz-linear-gradient(top,  #efefef 0%, #e0e0e0 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e0e0e0));
background: -webkit-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -o-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: -ms-linear-gradient(top,  #efefef 0%,#e0e0e0 100%);
background: linear-gradient(to bottom,  #efefef 0%,#e0e0e0 100%);
}
.ias_trigger a:active {
box-shadow:inset 0 0 5px rgba(0,0,0,.1);
}

/*---Найденные похожие новости при добавлении новостей на сайте---*/
.findrelated {
	width:99%;
	background: #ffc;border:1px solid #9E9E9E;
	padding: 5px;margin-top: 7px;
	margin-right: 10px;
}

.full-news-text ul, .full-page-text ul {
	margin: 0 0 30px 0;
	padding: 0;
}

	.full-news-text ul li, .full-page-text ul li {
		list-style-type: none;
		display: block;
		padding: 0 0 5px 16px;
		margin: 0;
		position: relative;
	}
	
	
		.full-news-text ul li:after, .full-page-text ul li:after {
			width: 6px;
			height: 6px;
			border-radius: 100%;
			background: #4c7bf2;
			position: absolute;
			left: 0;
			top: 9px;
			content: '';
			display: block;
		}
		
.full-news-text ol, .full-page-text ol {
	margin: 0 0 30px 0;
	padding: 0;
	counter-reset: listitem;
}

	.full-news-text ol li, .full-page-text ol li {
		list-style-type: none;
		display: block;
		padding: 2px 0 5px 25px;
		margin: 0;
		position: relative;
	}
	
	
		.full-news-text ol li:before, .full-page-text ol li:before {
			counter-increment: listitem;
			content: counters(listitem, '') '.';
			position: absolute;
			left: 0;
			top: 3px;			
			display: block;
			font-size: 14px;
			color: #4c7bf1;
			font-weight: 500;
		}
		
.findex-links ol {
		counter-reset: list1;
	}
	
	.findex-links ol li:before {
		counter-increment: list1;
		content: counters(list1, '') '.';
	}
		
.nrc {
	display: block;
}

	.nrc .main-cols-left {
		display: block;
		width: auto;
	}
	
	.nrc .main-cols-right {
		display: none;
	}


.pay-page {
	border-radius: 10px;
	background: #fff;
	padding: 0 30px 30px 30px;
}

	.pay-page-head {
		margin: 0 -30px 30px -30px;
		background: url(../images/pay-page-head.png) left top no-repeat;
		border-radius: 10px 10px 0 0;
		height: 349px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 45px 30px;
		box-sizing: border-box;
	}
	
	.key-head {
		background-image: url(../images/key-head.jpg);
		height: 326px;
	}
	
		.pay-page-head h1 {
			color: #fff;
			font-size: 24px;
			font-weight: bold;
			padding: 0;
			margin: 0 0 30px 0;
		}
		
			.pay-page-head h1 > span {
				border-radius: 10px;
				background: #ffc721;
				display: inline-block;
				vertical-align: top;
				padding: 5px 10px;
				color: #424242;
				margin: -3px 0 0 10px;
			}
			
		.pay-page-head-text {
			color: #fff;
			line-height: 25px;
			margin: 0 0 30px 0;
		}
		
	.pphi {
		display: flex;
		align-items: center;
		font-size: 12px;
		color: #c6c6c6;
	}
		
		.pphi > a {
			border-radius: 10px;
			background: #f1554c;
			height: 50px;
			line-height: 50px;
			padding: 0 25px;
			color: #fff;
			font-weight: 500;
			margin: 0 20px 0 0;
			font-size: 14px;
		}
		
			.pphi > a:hover {
				background: #f3665e;
			}
	
	.pay-page-text {
		line-height: 25px;
		margin: 0 0 30px 0;
	}
	
		.pay-page-text a {
			color: #f2554c;
		}
		
			.pay-page-text a:hover {
				opacity: 0.9;
			}
	
	.pay-fl {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
	}
	
		.pay-item {
			width: 32%;
			border-radius: 10px;
			background: #fbf9f9;
			box-sizing: border-box;
			padding: 30px;
			display: flex;
			align-items: center;
			flex-direction: column;
			margin: 0 0 30px 0;
		}
		
		.job-item {
			width: 32%;
			border-radius: 10px;
			background: #ffffff;
			box-sizing: border-box;
			padding: 30px;
			display: flex;
			align-items: center;
			flex-direction: column;
			margin: 0 0 30px 0;
		}
		
			.pay-item > img {
				width: 40px;
				margin: 0 0 20px 0;
			}
			
			.pay-item-title {
				font-size: 16px;
				font-weight: 500;
				margin: 0 0 5px 0;
			}
			
			
				.pay-item-title a {
					color: var(--text);
				}
				
					.pay-item-title a:hover {
						color: var(--hover);
					}
			
			.pay-item-text {
				
			}
			
	.pay-page-title {
		font-size: 24px;
			font-weight: bold;
			margin: 0 0 20px 0;
	}
	
	.pay-page-title h1, .pay-page-title h2, .pay-page-title h3, .pay-page-title h4 {
		font-weight: inherit;
		display: inline;
		font-size: inherit;
	}
	
	.pay-page-title h3 {
		font-size: 20px;
	}
	
	.pay-page-title h4 {
		font-size: 16px;
	}
	
		.pay-page-title > span {
			border-radius: 10px;
				background: #ffc721;
				display: inline-block;
				vertical-align: top;
				padding: 5px 10px;
				color: #424242;
				margin: -3px 0 0 10px;
		}
		
	.pay-avas {
		display: flex;
		flex-wrap: wrap;
		margin: 0 0 30px 0;
		
	}
	
		.pay-avas img {
			width: 42px;
			height: 42px;
			margin: 0 5px 5px 0;
			transition:all 0.3s linear;
			opacity: 0;
			background: #f5f4f4;
		}
		
		.pay-avas img:hover {
			transform: scale(1.1);
		}
		
.key-fl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
}

	.key-fl > div {
		width: 48%;
	}
	
		.key-sp {
			margin: 0 0 20px 0;
		}
	
		.key-sp-hidden {
			display: none;
		}
		
.keysubsrc {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

	.keysubsrc a {
		width: 32%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0 0 30px 0;
		text-align: center;
		border-radius: 10px;
		background-color: #5765f1;
		padding: 30px 0;
	}
	
	.keysubsrc a:nth-child(2) {
		background: #0077ff;
	}
	
	.keysubsrc a:nth-child(3) {
		background: #2ab2f7;
	}

	.keysubsrc a img {
		height: 50px;
		margin: 0 0 20px 0;
	}
	
	.keysubsrc a > span {
		color: #fff;
	}
	
	.keysubsrc a:hover {
		opacity: 0.9;
	}

.keyt {
	border: 2px #f1efef solid;
	border-radius: 10px;
	margin: 0 0 30px 0;
}

	.keyt-title {
		text-align: center;
		background: #f3665e;
		color: #fff;
		font-size: 16px;
		font-weight: 500;
		padding: 5px 10px;
		border-radius: 10px 10px 0 0;
	}
	
	.keyt-title2 {
		text-align: center;
		padding: 5px 10px;
	}
	
	.keyt-text {
		border-top: 2px #f1efef solid;
		border-radius: 0 0 10px 10px;
		padding: 30px;
	}

.keyt-slider {
	display: flex;
	flex-wrap: wrap;
	background: #fbfafa;
	border-radius: 10px;
	margin: 0 0 30px 0;
}	

	.keyt-slider-l {
		width: calc(100% - 260px);
		box-sizing: border-box;
		border-radius: 10px 0 0 10px;
		padding: 30px;
	}
	
		.keyt-slider-title {
			position: relative;
			padding: 0 100px 20px 0;
		}
		
			.keyt-slider-title strong {
				display: block;
				font-size: 20px;
			}
			
		.sldkey {
			
		}
		
			.sldkey-item {
				overflow: hidden;
				height: 240px !important;
				width: 200px !important;
				margin: 0 5px 0 0 !important;
			}
			
				.sldkey-item img {
					object-fit: cover;
				}
	
	.keyt-slider-r {
		width: 260px;
		box-sizing: border-box;
		border-radius: 0 10px 10px 0;
		background: #424242;
		padding: 30px 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		text-align: center;
		color: #fff;
	}
	
		.nghtz1 {
			font-size: 16px;
			font-weight: 500;
		}
		
		.nghtz2 {
			font-size: 48px;
			font-weight: 500;
		}
		
		.nghtz3 {
			font-size: 13px;
		}
		
		.nghtz-link {
			width: 100%;
			box-sizing: border-box;
			border-radius: 10px;
			background: #f1554c;
			height: 50px;
			line-height: 50px;
			padding: 0 25px;
			color: #fff;
			font-weight: 500;
			font-size: 14px;
		}
		
			.nghtz-link:hover {
				opacity: 0.9;
			}
		
.favalert {
	position: fixed;
	right: calc((100vw - 1410px) / 2 + 30px);
	top: 96px;
	width: 370px;
	z-index: 777777;
	box-sizing: border-box;
	border-radius: 10px;
	background: #fff;
	padding: 30px 30px 30px 70px;
	font-size: 12px;
	display: none;
}

	.favalert a {
		color: var(--hover);
	}
	
		.favalert a:hover {
			opacity: 0.9;
		}

	.favalert > i {
		width: 30px;
		height: 30px;
		border-radius: 100%;
		background: #f6a281;
		position: absolute;
		left: 20px;
		top: calc(50% - 15px);
	}
	
		.favalert > i:before {
			content: '';
			display: block;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			background: #fdebe4;
			position: absolute;
			left: -5px;
			top: -5px;
		}
		
		.favalert > i:after {
			content: '';
			display: block;
			width: 30px;
			height: 30px;
			border-radius: 100%;
			background: #f6a281 url("data:image/svg+xml,%3Csvg data-name='Layer 2' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 9.93c-.06 2.61-.13 5.21-.19 7.82a1.25 1.25 0 0 0 2.5 0c.06-2.61.13-5.21.19-7.82a1.25 1.25 0 0 0-2.5 0ZM15.93 20.21a1.25 1.25 0 0 0 0 2.5 1.25 1.25 0 0 0 0-2.5Z' fill='%23ffffff' class='fill-000000'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
			background-size: 30px auto;
			position: absolute;
			left: 0px;
			top: 0px;
		}
		
	.favalert-close {
		position: absolute;
			width: 30px;
			height: 30px;
			right: -25px;
			top: -25px;
			cursor: pointer;
			line-height: 32px;
			text-align: center;
			font-size: 11px;
			background: #ececec;
			border-radius: 100%;
		}
		
			.favalert-close:hover {
				color: var(--hover);
			}
			
.popup-walpaper {
		padding: 30px;
		background: #fff;
		width: 400px;
		position: absolute;
		right: 20px;
		top: 60px;
		display: none;
		box-sizing: border-box;
		z-index: 3333;
		border-radius: 10px;
		box-shadow: 0 0 18px rgba(0,0,0,.55);
	}
	
		.popup-walpaper-title {
			color: #000;
			font-size: 18px;
			margin: 0 0 15px 0;
		}
		
		.popup-walpaper-wrap {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		
			.popup-walpaper-item {
				width: 49%;
				height: 70px;
				cursor: pointer;
				border-radius: 10px;
				background-position: center top;
				background-repeat: no-repeat;
				background-size: cover;
				margin: 0 0 10px 0;
				box-sizing: border-box;
				position: relative;
			}
			
				.popup-walpaper-item > span {
					position: absolute;
					left: calc(50% - 20px);
					top: calc(50% - 20px);
					border-radius: 100%;
					background: #fff;
					width: 40px;
					height: 40px;
					text-align: center;
					line-height: 45px;
					font-size: 15px;
					color: #4ec74e;
					display: none;
				}
				
					.popup-walpaper-item span i {
						
					}
			
			.popup-walpaper-item-active {
				opacity: 0.8;
				border: 3px #69cdcc solid;
			}
			
				.popup-walpaper-item-active > span {
					display: block;
				}
				
	.wallpaper-edit {
		position: absolute;
		right: 20px;
		top: 20px;
		background: rgba(0,0,0,0.4);
		color: #fff;
		font-size: 13px;
		padding: 10px 20px;
		cursor: pointer;
		border-radius: 10px;
		opacity: 0;
		transition: all 0.2s ease;
	}
	
		.wallpaper-edit i {
			display: inline-block;
			vertical-align: top;
			margin: 1px 10px 0 0;
		}
		
	.user-profile-bg-active .wallpaper-edit {
		opacity: 1;
	}

	
/*  Адаптивность 



*/

.mob-menu, .mob-search, .mhead-r, .nom-rev {
	display: none;
}

@media (max-width: 1450px) { 

	.head-line-w {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.main-wrap {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.footer-w {
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.top-menu > li {
		margin: 0 5px;
	}
	
	.mslider-item {
		margin: 0 20px 20px 0;
		width: calc(25% - 20px);
		height: calc(24vw / 1.8);
	}
	
	.mslider-item:nth-child(1) {
		width: 50%;
		height: calc(50vw / 1.78);
	}
	
	.main-news {
		width: calc(33.33% - 30px);
	}
	
	.mpnews-wrap {
		justify-content: flex-start;
		margin: 0 -10px;
	}
	
	.mpnews {
		width: calc(25% - 20px);
		margin: 0 10px 20px 10px !important;
	}
	
	.mpnews:nth-child(1) {
		width: calc(45% - 20px);
	}
	
	.mpnews:nth-child(2) {
		width: calc(30% - 20px);
	}
	
	.mini-col {
		width: 24%;
	}
	
	#searchsuggestions { 
		width: 100%;
		left: 0 !important;
		margin-top: 21px !important;
	}
	
	
}

@media (max-width: 1330px) { 
	
	.fix-scroll {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	
	.mob-shad {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #000;
		z-index: 88888;
		opacity: 0.6;
		cursor: pointer;
		left: 0;
		top: 0;
		display: none;
	}
	
	.mob-panel {
		position: fixed;
		width: 260px;
		height: 100%;
		background: #fff;
		-moz-box-shadow: 0 0 13px rgba(0,0,0,.45);
		-webkit-box-shadow: 0 0 13px rgba(0,0,0,.45);
		box-shadow: 0 0 13px rgba(0,0,0,.45);
		z-index: 88899;
		left: -330px;
		top: 0;
		overflow-y: auto;
		text-align: left;
	}
	
		.mob-panel2 {
			padding: 0 0;
		}
			
	.mob-close {
		width: 30px;
		height: 30px;
		position: fixed;
		left: 275px;
		top: -50px;
		cursor: pointer;
		z-index: 88899;		
		background: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.17 10 3.89-3.89a.37.37 0 1 0-.53-.53L9.64 9.43 5.75 5.54a.37.37 0 1 0-.53.53L9.11 10l-3.89 3.85a.37.37 0 0 0 0 .53.34.34 0 0 0 .26.11.36.36 0 0 0 .27-.11l3.89-3.89 3.89 3.89a.34.34 0 0 0 .26.11.35.35 0 0 0 .27-.11.37.37 0 0 0 0-.53Z' fill='%23fff' class='fill-000000'%3E%3C/path%3E%3C/svg%3E") center center no-repeat;
		background-size: 30px auto;
	}
	
		.mob-close:hover {
			background-image: url("data:image/svg+xml,%3Csvg data-name='Capa 1' viewBox='0 0 20 19.84' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.17 10 3.89-3.89a.37.37 0 1 0-.53-.53L9.64 9.43 5.75 5.54a.37.37 0 1 0-.53.53L9.11 10l-3.89 3.85a.37.37 0 0 0 0 .53.34.34 0 0 0 .26.11.36.36 0 0 0 .27-.11l3.89-3.89 3.89 3.89a.34.34 0 0 0 .26.11.35.35 0 0 0 .27-.11.37.37 0 0 0 0-.53Z' fill='%23f2554c' class='fill-000000'%3E%3C/path%3E%3C/svg%3E");
		}
	
	
	
	
		
	.mob-search {
		display: block;
		width: 60px;
		height: 100%;
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23.7068 22.2937L17.7378 16.3247C19.3644 14.3353 20.1642 11.7968 19.9716 9.23426C19.7791 6.67173 18.609 4.28123 16.7034 2.55722C14.7977 0.833208 12.3024 -0.0924103 9.73342 -0.0281784C7.16447 0.0360534 4.71849 1.08522 2.9014 2.90231C1.08431 4.7194 0.0351379 7.16539 -0.029094 9.73434C-0.0933258 12.3033 0.832293 14.7987 2.5563 16.7043C4.28031 18.6099 6.67081 19.78 9.23334 19.9725C11.7959 20.1651 14.3344 19.3653 16.3238 17.7387L22.2928 23.7077C22.4814 23.8899 22.734 23.9907 22.9962 23.9884C23.2584 23.9861 23.5092 23.8809 23.6946 23.6955C23.88 23.5101 23.9852 23.2593 23.9875 22.9971C23.9897 22.7349 23.8889 22.4823 23.7068 22.2937ZM9.99978 18.0007C8.41753 18.0007 6.87081 17.5315 5.55522 16.6525C4.23963 15.7734 3.21425 14.524 2.60875 13.0622C2.00324 11.6004 1.84482 9.99182 2.1535 8.43998C2.46218 6.88813 3.22411 5.46266 4.34293 4.34384C5.46175 3.22502 6.88721 2.4631 8.43906 2.15442C9.99091 1.84573 11.5994 2.00416 13.0613 2.60966C14.5231 3.21516 15.7725 4.24054 16.6515 5.55614C17.5306 6.87173 17.9998 8.41845 17.9998 10.0007C17.9974 12.1217 17.1538 14.1551 15.654 15.6549C14.1542 17.1547 12.1208 17.9983 9.99978 18.0007Z' fill='%23374957'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat; 
		background-size: 20px auto;
		margin-right: 0px;
		cursor: pointer;
	}
	
	.mob-search2 {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5.99994C17.8124 5.81247 17.5581 5.70715 17.293 5.70715C17.0278 5.70715 16.7735 5.81247 16.586 5.99994L12 10.5859L7.41397 5.99994C7.22644 5.81247 6.97213 5.70715 6.70697 5.70715C6.44181 5.70715 6.1875 5.81247 5.99997 5.99994C5.8125 6.18747 5.70718 6.44178 5.70718 6.70694C5.70718 6.9721 5.8125 7.22641 5.99997 7.41394L10.586 11.9999L5.99997 16.5859C5.8125 16.7735 5.70718 17.0278 5.70718 17.2929C5.70718 17.5581 5.8125 17.8124 5.99997 17.9999C6.1875 18.1874 6.44181 18.2927 6.70697 18.2927C6.97213 18.2927 7.22644 18.1874 7.41397 17.9999L12 13.4139L16.586 17.9999C16.7735 18.1874 17.0278 18.2927 17.293 18.2927C17.5581 18.2927 17.8124 18.1874 18 17.9999C18.1874 17.8124 18.2928 17.5581 18.2928 17.2929C18.2928 17.0278 18.1874 16.7735 18 16.5859L13.414 11.9999L18 7.41394C18.1874 7.22641 18.2928 6.9721 18.2928 6.70694C18.2928 6.44178 18.1874 6.18747 18 5.99994Z' fill='%23374957'/%3E%3C/svg%3E%0A");
	}
	
	
	
	.mob-menu {
		display: block;
		width: 60px;
		height: 100%;
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M23 10.9997H1C0.447715 10.9997 0 11.4474 0 11.9997C0 12.552 0.447715 12.9997 1 12.9997H23C23.5523 12.9997 24 12.552 24 11.9997C24 11.4474 23.5523 10.9997 23 10.9997Z' fill='%23374957'/%3E%3Cpath d='M23 4.00031H1C0.447715 4.00031 0 4.44802 0 5.0003C0 5.55259 0.447715 6.0003 1 6.0003H23C23.5523 6.0003 24 5.55259 24 5.0003C24 4.44802 23.5523 4.00031 23 4.00031Z' fill='%23374957'/%3E%3Cpath d='M23 18H1C0.447715 18 0 18.4477 0 19C0 19.5523 0.447715 20 1 20H23C23.5523 20 24 19.5523 24 19C24 18.4477 23.5523 18 23 18Z' fill='%23374957'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
	}
	
	.mob-login {
		display: block;
		width: 60px;
		height: 100%;
		background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_403_2799)'%3E%3Cpath d='M12 11.9999C13.1867 11.9999 14.3467 11.648 15.3334 10.9888C16.3201 10.3295 17.0892 9.3924 17.5433 8.29604C17.9974 7.19969 18.1162 5.99329 17.8847 4.8294C17.6532 3.66551 17.0818 2.59642 16.2426 1.7573C15.4035 0.918186 14.3344 0.346741 13.1705 0.11523C12.0067 -0.116281 10.8003 0.00253868 9.7039 0.456664C8.60754 0.91079 7.67047 1.67983 7.01118 2.66652C6.35189 3.65321 6 4.81325 6 5.99994C6.00159 7.59075 6.63424 9.11595 7.75911 10.2408C8.88399 11.3657 10.4092 11.9984 12 11.9999ZM12 1.99994C12.7911 1.99994 13.5645 2.23454 14.2223 2.67406C14.8801 3.11359 15.3928 3.7383 15.6955 4.46921C15.9983 5.20011 16.0775 6.00438 15.9231 6.7803C15.7688 7.55623 15.3878 8.26896 14.8284 8.82837C14.269 9.38778 13.5563 9.76874 12.7804 9.92308C12.0044 10.0774 11.2002 9.99821 10.4693 9.69546C9.73836 9.39271 9.11365 8.88002 8.67412 8.22222C8.2346 7.56443 8 6.79107 8 5.99994C8 4.93908 8.42143 3.92166 9.17157 3.17151C9.92172 2.42137 10.9391 1.99994 12 1.99994Z' fill='%23374957'/%3E%3Cpath d='M12 14.0006C9.61386 14.0033 7.32622 14.9523 5.63896 16.6396C3.95171 18.3268 3.00265 20.6145 3 23.0006C3 23.2658 3.10536 23.5202 3.29289 23.7077C3.48043 23.8953 3.73478 24.0006 4 24.0006C4.26522 24.0006 4.51957 23.8953 4.70711 23.7077C4.89464 23.5202 5 23.2658 5 23.0006C5 21.1441 5.7375 19.3636 7.05025 18.0509C8.36301 16.7381 10.1435 16.0006 12 16.0006C13.8565 16.0006 15.637 16.7381 16.9497 18.0509C18.2625 19.3636 19 21.1441 19 23.0006C19 23.2658 19.1054 23.5202 19.2929 23.7077C19.4804 23.8953 19.7348 24.0006 20 24.0006C20.2652 24.0006 20.5196 23.8953 20.7071 23.7077C20.8946 23.5202 21 23.2658 21 23.0006C20.9974 20.6145 20.0483 18.3268 18.361 16.6396C16.6738 14.9523 14.3861 14.0033 12 14.0006Z' fill='%23374957'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_403_2799'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") center center no-repeat; 
		background-size: 20px auto;
		margin-right: 0px;
		cursor: pointer;
	}
	
	.mob-login2 {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5.99994C17.8124 5.81247 17.5581 5.70715 17.293 5.70715C17.0278 5.70715 16.7735 5.81247 16.586 5.99994L12 10.5859L7.41397 5.99994C7.22644 5.81247 6.97213 5.70715 6.70697 5.70715C6.44181 5.70715 6.1875 5.81247 5.99997 5.99994C5.8125 6.18747 5.70718 6.44178 5.70718 6.70694C5.70718 6.9721 5.8125 7.22641 5.99997 7.41394L10.586 11.9999L5.99997 16.5859C5.8125 16.7735 5.70718 17.0278 5.70718 17.2929C5.70718 17.5581 5.8125 17.8124 5.99997 17.9999C6.1875 18.1874 6.44181 18.2927 6.70697 18.2927C6.97213 18.2927 7.22644 18.1874 7.41397 17.9999L12 13.4139L16.586 17.9999C16.7735 18.1874 17.0278 18.2927 17.293 18.2927C17.5581 18.2927 17.8124 18.1874 18 17.9999C18.1874 17.8124 18.2928 17.5581 18.2928 17.2929C18.2928 17.0278 18.1874 16.7735 18 16.5859L13.414 11.9999L18 7.41394C18.1874 7.22641 18.2928 6.9721 18.2928 6.70694C18.2928 6.44178 18.1874 6.18747 18 5.99994Z' fill='%23374957'/%3E%3C/svg%3E%0A");
	}
	
	.head-line .top-menu {
		display: none;
	}
	
	.head-line .donate-link {
		display: none;
	}
	
	.head-line-w {
		padding-left: 60px;
	}
	
	.top-menu > li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px #eee solid;
		position: relative;
		height: auto;
	}
	
	.top-menu-link {
		padding: 20px 20px;
		height: auto;
		line-height: 20px;
	}
	
	.donate-link {
		padding: 20px 20px;
		height: auto;
		line-height: 20px;
		display: block;
	}
	
	.top-menu > li > i {
		position: absolute;
		right: 0;
		top: 0;
		display: block;
		height: 60px;
		width: 60px;
		background-size: 14px auto;
		cursor: pointer;
		background-position: center center;
	}
	
	.hidden-menu {
		border-radius: 0;
		position: static;
		width: auto;
		padding: 0;
		margin: 0;
		opacity: 1;
		transform: scale(1);
		display: none;
	}
	
	.hidden-menu > li {
		margin: 0;
	}
	
	.hidden-menu a {
		padding: 20px 20px 20px 30px;
	}

	.search-block {
		border-radius: 0px;
		top: 61px;
	}
	
	.mslider-item {
		width: calc(33.33% - 10px);
		margin: 0 10px 20px 0 !important;
		height: calc(33vw / 1.8);
	}
	
	.mslider-item:nth-child(1) {
		width: calc(50% - 10px);
		margin: 0 10px 10px 0 !important;
	}
	
	.mslider-item:nth-child(2) {
		width: calc(50% - 10px);
		margin: 0 0 10px 10px !important;
		height: calc(50vw / 1.78);
	}
	
	.mslider-item:nth-child(4) {
		width: calc(33.33%);
	}
	
	.mslider-item:nth-child(5) {
		margin: 0 0 20px 0 !important;
	}
	
	.main-cols-left {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.main-cols-right {
		width: 100%;
	}
	
	
	
	.main-wrap {
		margin-bottom: 40px;
	}
	
	.favalert {
		right: 30px;
	}
	
}

@media (max-width: 1200px) {
	
	.mpnews-wrap {
		overflow-x: auto;
		overflow-y: hidden;
		padding-bottom: 15px;
		white-space: nowrap;
		display: block;
	}
	
	.mpnews {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px 5px 0;
		width: 260px !important;
	}
	
	.nom-rev {
		display: block;
	}
	
	.nom {
		display: none;
	}
	
	.mini-col {
		width: 100%;
		margin: 0 0 20px 0;
	}
	
	.footer-w {
		justify-content: center;
		align-items: center;
		flex-direction: column;
		text-align: center;
	}
	
	.footer-left {
		width: auto;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		margin: 0 0 30px 0;
	}
	
	.footer-right {
		width: auto;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.footer-soc {
		justify-content: center;
		align-items: center;
	}
	
	.footer-soc a {
		margin: 0 5px;
	}
	
	.news-wrap {
		margin: 0 -10px;
	}
	
	.main-news {
		width: calc(33.33% - 20px);
		margin: 0 10px 20px 10px;
	}
	
	.full-news-info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	
	.full-news-info-l {
		margin-bottom: 40px;
	}
	
	.full-rating > a, .full-rating > div {
		margin: 0 10px 10px 10px;
	}
	
	.full-news-info-l, .full-news-info-r {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	
	.bnht {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		display: flex;
	}
	
	.bnht-l {
		width: auto;
		margin: 0 0 5px 0;
	}
	
	.fnthy .mpnews, .fnthy .mpnews:nth-child(1) {
		width: 280px !important;
	}
	
	.ffr {
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}
		
			.ffr .footer-text {
				padding-right: 0px;
				padding-bottom: 20px;
			}
		
			.f16 {
				
			}
			
	.wallpaper-edit {
		opacity: 1 !important;
	}
	
}

@media (max-width: 900px) {
	
	.category-sub {
		margin: 0 -5px 70px -5px;
	}
	
	.category-sub-item {
		width: calc(25% - 10px);
		margin: 0 5px 10px 5px;
	}
	
	.full-news-image {
		height: calc(100vw / 2);
	}
	
	.pay-item {
		width: 100%;
	}
	
	.pay-page-head {
		height: auto;
		padding: 30px 20px;
		background-size: cover;
		align-items: center;
		text-align: center;
	}
	
	.pphi {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
	.pphi > a {
		margin: 0 0 20px 0;
	}
	
	.key-fl > div {
		width: 100%;
	}
	
	.keyt-slider-l {
		width: 100%;
		border-radius: 10px 10px 0 0px;
	}
	
	.keyt-slider-r {
		width: 100%;
		border-radius: 0 0 10px 10px;
	}
	
	.nghtz2 {
		margin: 15px 0;
	}
	
	.nghtz3 {
		margin: 0 0 15px 0;
	}
	
	.user-pr-menu {
		display: block;
	}
	
	.user-pr-menu a {
		display: block;
		margin: 0 0 10px 0;
	}
	
	.user-pr-fl > div {
		width: 100%;
		margin: 0 0 30px 0;
	}
	
	.herh-cols .form-line-tt {
		width: 100%;
	}
	
}

@media (max-width: 850px) {

	.main-news {
		width: calc(50% - 20px);
	}
	
	.wallpaper-edit {
		right: 5px;
		top: 5px;
		padding: 5px 10px;
	}
	
	.wallpaper-edit span {
		display: none;
	}
	
	.wallpaper-edit i {
		margin: 0;
	}
	
	.popup-walpaper {
		width: calc(100vw - 60px);
	}
	
}


@media (max-width: 720px) {
	
	.main-block {
		margin-left: -20px;
		margin-right: -20px;
		padding: 20px;
	}
	
	.full-news, .mpblock-f, .add-comment, .comments-wrap {
		padding: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.fbnr {
		padding: 20px;
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.catinfo-item {
		width: 48%;
	}
	
	.catinfo-wrap:after {
		display: none;
	}
	
	.plmn-fl {
		flex-wrap: wrap;
	}
	
	.plmn-col {
		width: 100%;
	}
	
	.fimages {
		margin: 0 -5px 0 -5px;
	}
	
	.fimages-item {
		width: calc(50% - 10px);
		margin: 0 5px 10px 5px;
		height: calc(49vw / 1.3);
	}
	
	.full-news-image {
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.fnthy {
		margin: 0 !important;
	}
	
	.fnthy .mpnews {
		margin: 0 20px 0 0 !important;
	}
	
	.fnc-info, .full-news-image .main-news-cat {
		left: 10px;
	}
	
	.fnc-info {
		width: calc(100% - 20px);
	}
	
}

@media (max-width: 700px) {
	
	.pm {
		width: 600px !important;
	}
	
	.pm td, .pm tr:first-child td {
		padding: 15px 10px;
	}
	
	.pm tr:first-child {
		
	}
	
	.pm td:nth-child(1) > span {
		top: 26px;
	}
	
	.pmtt-pm-list-content {
		overflow-x: scroll;
	}
	
	.pmtt-status {
		padding: 15px;
	}
	
	.uploadedfile {
		border: 0;
		padding: 0;
		border-radius: 0px;
		width: calc(50% - 10px);
		box-sizing: border-box;
		margin: 0 5px 10px 5px;
		font-size: 13px;
	}
	
	.uploadedfile img {
		object-fit: cover;
	}
	
}

@media (max-width: 600px) {

	.main-news {
		width: calc(100% - 20px);
	}
	
	.main-news-image {
		height: calc(100vw / 2);
	}
	
	.main-title h2, .main-title h1 {
		font-size: 20px;
	}
	
	.category-sub-item {
		width: calc(50% - 10px);
	}
	
	.reg2cold input[type="text"] {
		width: 100%;
		margin: 0 0 10px 0;
		border-radius: 10px;
		border: 1px solid #c6c6c6;
	}
	
	.reg2cold input[type="button"] {
		width: 100%;
		border-radius: 10px;
	}
	
	.stt-block {
		padding: 20px;
	}
	
	.stt-block-title {
		font-size: 20px;
		line-height: 24px;
	}
	
	.user-profile-wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.user-profile-menu {
		display: block;
	}
	
	.user-profile-menu a {
		display: block;
		padding: 0 10px 0 15px;
		height: 45px;
		line-height: 45px;
		margin: 0 0 10px 0;
	}
	
	.user-profile-menu a i {
		font-size: 20px;
		margin: 2px 10px 0 0;
		display: inline-block;
		vertical-align: top;
	}
	
	.user-profile-col {
		width: 100%;
	}
	
	.user-profile-links {
		text-align: center;
	}
	
	.pmtt-new-content, .pmtt-mess {
		padding: 20px;
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.form-line-ttfl > div {
		width: 100%;
	}
	
	.ialert {
		padding: 15px;
	}
	
	.ialert > img {
		width: 45px;
	}
	
	.keysubsrc a {
		width: 100%;
	}
	
	.sldkey-nav {
		display: none;
	}
	
	.keyt-slider-title {
		padding: 0 0 20px 0;
	}
	
	.keyt-slider-l {
		padding: 15px;
	}
	
	.keyt-slider {
		margin-left: -10px;
		margin-right: -10px;
	}
	
	.keyt-text {
		padding: 20px;
	}
	
}

.smw {
	position: relative;
}

@media (max-width: 500px) {
	
	.open-login > span {
		display: none;
	}
	
	.head-line-w {
		padding-right: 5px;
	}
		
	#dosearch {
		margin-bottom: 10px !important;
	}
	
	.full-news-info .main-news-cat {
		margin-top: 20px;
		width: 100%;
	}
	
	.full-news .numm {
		display: none;
	}
	
	.vote-pool {
		padding: 30px 30px 30px 30px !important;
		background-size: 20px auto !important;
		background-position: right 10px top 10px !important;
	}
	.full-news-blinks a {
		margin: 0 0 10px 0;
	}
	
	.login-block2 {
		width: 98%;
	}
	
	.login-block2 .login-close {
		right: 5px;
		top: 5px;
	}
	
	.catinfo-item {
		width: 100%;
	}
	
	.fstats-item {
		display: block;
	}
	
	.full-rating, .full-bnth {
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	
	.open-comment {
		margin-top: 20px;
	}
	
	.com-item-top {
		flex-wrap: wrap;
	}
	
	.com-news-status {
		margin: 10px 0 0 0;
	}
	
	.comments-item-links {
		padding: 0;
	}
	
	.com-news-rating {
		position: static;
		justify-content: flex-start;
		align-items: center;
		flex-direction: row;
	}
	
	.full-rating > a, .full-bnth-add a, .full-rating > div {
		margin: 0 10px 10px 10px;
	}
	
	.comments-item-links {
		font-size: 12px;
	}
	
	.comments-item-links a {
		margin: 0 10px 0 0;
	}
	
	.fnc-info {
		align-items: flex-end;
	}
	
	.fnc-info .ghh {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.fnc-info .msdate-author {
		margin: 0 0 9px 0;
	}
	
	.fnc-info .msdate {
		margin-left: 4px;
	}
	
	
	
}

@media (max-width: 400px) {
	
	
	
}


@media (max-width: 370px) {
	
	
	
}


/*  */
@media (max-width: 700px) { 

	table.pm tr td:nth-child(1) {
		width: 2% !important;
	}
	
	table.pm tr td:nth-child(2) {
		width: 60% !important;
	}
	
	table.pm tr td:nth-child(3) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(4) {
		width: 5% !important;
	}
	
	table.pm tr td:nth-child(5) {
		width: 2% !important;
	}
	
	table.pm select {
		width: 80px !important;
	}
	
	table.pm option {
		width: 80px !important;
	}
	
	.tabs-profile {
		
	}
	
			.tabs-profile .index-tabs span {
				border: 1px #dadada solid;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
				border-radius: 3px;
				bottom: 0px;
				cursor: pointer;
				border-bottom: 1px #dadada solid;
				margin: 0 2px 5px 0;
			}
			
				.tabs-profile .active-ttab {
					height: 34px !important;
					line-height: 34px !important;
				}
				
	.dle-popup-replycomments {
		width: 300px !important;
	}
	
		.dle-popup-replycomments input {
			width: 250px !important;
		}
	
}

@media (max-width: 600px) { 

	#searchsuggestions {
		width: 200px !important;
	}
	
	.dle-popup-userprofile {
		width: 250px !important;
	}
	
	.user-card-tt { 
		padding: 40px 0px 10px 140px;
	}
	
	.user-card-tt-right {
		display: none;
	}
	
	.dle-popup-userprofile .user-card-tt-left { 
		left: 50%;
		margin: 0 0 0 -50px;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset { 
		height: auto;
		padding: 30px 5px 10px 0px;
		position: relative;
		text-align: center;
	}
	
	.dle-popup-userprofile .ui-dialog-buttonset button { 
		display: block;
		font-size: 13px;
		margin: 0px auto 10px auto;
		padding: 8px 10px;
	}
	
	.dle-popup-complaint {
		width: 300px !important;
	}
	
		.profile-tt-info {
			padding: 200px 25px 10px 25px;
		}
		
	.dle-popup-newpm {
		width: 320px !important;
	}
	
	.user-card-tt {
		min-height: 82px;
	}
	
	.favalert {
		width: 300px;
	}
	
}

@media (max-width: 400px) { 

	
	
}



.white .stt-block {
	background: #fff;
}

	.white .gray-theme.fr-box .fr-counter {
		color: #535353;
		background: #fff;
		border-top: solid 1px #1b242c;
		border-left: solid 1px #1b242c;
	}
	
	.white .gray-theme.fr-toolbar {
		color: #37474f;
		 background: #edeff1;
	}
	
	.white .gray-theme .fr-separator {
		background: #fff;
	}
	
	.white .gray-theme.fr-toolbar .fr-command.fr-btn, .gray-theme.fr-popup .fr-command.fr-btn {
		color: #000;
	}
	
	.white .gray-theme.fr-desktop .fr-command:hover, .gray-theme.fr-desktop .fr-command:focus {
		background: #fff;
	}


				

				
.vote-pool {
	padding: 40px 130px 40px 45px;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 32px rgba(0,0,0,.14);
	background: #fff url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_403_2865)'%3E%3Cpath d='M12.0001 15.0001C11.7349 15.0001 11.4806 14.8948 11.293 14.7072C11.1055 14.5197 11.0001 14.2653 11.0001 14.0001C11.0373 13.3467 11.2361 12.7127 11.5787 12.155C11.9213 11.5974 12.397 11.1335 12.9631 10.8051C13.3331 10.6024 13.6291 10.2875 13.8088 9.90588C13.9885 9.52422 14.0425 9.09541 13.9631 8.68112C13.8861 8.2854 13.6927 7.92171 13.4076 7.63664C13.1225 7.35158 12.7588 7.15814 12.3631 7.08112C12.0743 7.0278 11.7772 7.03877 11.493 7.11325C11.2089 7.18773 10.9446 7.32388 10.719 7.51204C10.4935 7.7002 10.3121 7.93573 10.1879 8.20191C10.0636 8.46809 9.99951 8.75837 10.0001 9.05212C10.0001 9.31733 9.89477 9.57169 9.70723 9.75922C9.5197 9.94676 9.26534 10.0521 9.00013 10.0521C8.73491 10.0521 8.48056 9.94676 8.29302 9.75922C8.10548 9.57169 8.00013 9.31733 8.00013 9.05212C8.00002 8.46787 8.12791 7.89069 8.37479 7.36117C8.62167 6.83165 8.98155 6.36264 9.42913 5.98712C9.85688 5.62952 10.3547 5.3653 10.8905 5.2114C11.4264 5.0575 11.9885 5.01733 12.5409 5.09346C13.0932 5.16959 13.6235 5.36034 14.0977 5.65348C14.572 5.94661 14.9797 6.33565 15.2948 6.79564C15.6098 7.25562 15.8253 7.77639 15.9272 8.32452C16.0292 8.87266 16.0154 9.43606 15.8868 9.97856C15.7582 10.5211 15.5176 11.0307 15.1805 11.4748C14.8434 11.9188 14.4171 12.2875 13.9291 12.5571C13.6763 12.7129 13.4616 12.9234 13.3008 13.1731C13.14 13.4229 13.0373 13.7055 13.0001 14.0001C13.0001 14.2653 12.8948 14.5197 12.7072 14.7072C12.5197 14.8948 12.2653 15.0001 12.0001 15.0001ZM12.7931 23.7601C14.9531 22.8921 22.0001 19.4791 22.0001 12.0431V6.87212C22.0012 5.82113 21.6707 4.79659 21.0555 3.94443C20.4404 3.09227 19.572 2.45596 18.5741 2.12612L12.3151 0.0511158C12.1108 -0.0178524 11.8895 -0.0178524 11.6851 0.0511158L5.42613 2.12612C4.42824 2.45596 3.55987 3.09227 2.94473 3.94443C2.32958 4.79659 1.99902 5.82113 2.00012 6.87212V12.0431C2.00012 18.6051 9.00513 22.6191 11.1531 23.6931C11.4128 23.8496 11.7005 23.9538 12.0001 24.0001C12.2771 23.9701 12.546 23.8887 12.7931 23.7601ZM17.9441 4.02412C18.5427 4.22253 19.0634 4.60449 19.4325 5.11575C19.8016 5.62701 20.0002 6.24156 20.0001 6.87212V12.0431C20.0001 18.2261 13.9131 21.1541 12.0471 21.9041C10.1591 20.9601 4.00013 17.4591 4.00013 12.0431V6.87212C4.00004 6.24156 4.19865 5.62701 4.56773 5.11575C4.93681 4.60449 5.4576 4.22253 6.05613 4.02412L12.0001 2.05412L17.9441 4.02412ZM12.0001 17.0001C11.8023 17.0001 11.609 17.0588 11.4446 17.1686C11.2801 17.2785 11.1519 17.4347 11.0762 17.6174C11.0006 17.8002 10.9808 18.0012 11.0193 18.1952C11.0579 18.3892 11.1532 18.5674 11.293 18.7072C11.4329 18.8471 11.6111 18.9423 11.805 18.9809C11.999 19.0195 12.2001 18.9997 12.3828 18.924C12.5655 18.8483 12.7217 18.7201 12.8316 18.5557C12.9415 18.3912 13.0001 18.1979 13.0001 18.0001C13.0001 17.7349 12.8948 17.4805 12.7072 17.293C12.5197 17.1055 12.2653 17.0001 12.0001 17.0001Z' fill='%23a1bcd1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_403_2865'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") right 30px top 30px no-repeat;
	background-size: 65px auto;
	margin: 0 0 40px 0;
}

	.vote-pool-title {
		font-size: 18px;
		color: #353535;
		font-weight: 600;
		margin: 0 0 20px 0;
	}
	
	.vote-pool-list {
		margin: 0 0 20px 0;
	}
	
	.pollanswer {
	font-size: 14px;
	margin: 0 0 15px 0;
	position: relative;
}
	
		.pollanswer:hover {
			color: var(--green);
		}	
		
.pollanswer input {
	display: block !important;
	position: absolute;
	left: 0;
	top: 0;
	width: 18px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 100% !important;
	background: #dde7ef !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
	z-index: 2;

	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}
	
	.pollanswer label {
		display: block;
		position: relative;
		padding: 0 0 0 32px;
		cursor: pointer;
	}
	
.pollanswer label:before {
	display: none;
}
	
.pollanswer input:checked {
	background: #dde7ef !important;
	box-shadow: inset 0 0 0 5px #dde7ef, inset 0 0 0 9px #fff !important;
}


.pollanswer input:checked ~ label {
	color: #000;
	font-weight: 500;
}
	
					.poll-btn {
						display: inline-block;
						vertical-align: top;
						height: 38px;
						line-height: 36px;
						box-sizing: border-box;
						-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;
						text-align: center;
						border-radius: 10px;
						background: var(--hover);
						color: #fff;
						font-size: 14px;
						font-weight: 400;
						cursor: pointer;
						padding: 0 30px;
						margin: 10px 20px 0 0;
						border: 0;
					}
					
						.poll-btn:hover {
							opacity: 0.9;
						}
						
					.poll-btn2 {
						display: inline-block;
						vertical-align: top;
						height: 38px;
						line-height: 36px;
						box-sizing: border-box;
						-moz-box-sizing: border-box; 
						-webkit-box-sizing: border-box;
						text-align: center;
						border-radius: 10px;
						border: 0;
						background: #e5edf4;
						color: #5e7283;
						font-size: 14px;
						font-weight: 400;
						cursor: pointer;
						padding: 0 30px;
						margin: 10px 5px 0 0;
					}
					
						.poll-btn2:hover {
							background: var(--hover);
							color: #fff;
						}
						
.mslider-item:hover .mslider-item-title {
	font-weight: 500;
	/*color: var(--hover);*/
}
				
/*.mslider-item > a:hover {
	color: var(--hover);
}*/

.main-news:hover .main-news-title {
	color: var(--hover);
}

.mpnews:hover .mpnews-title {
	color: var(--hover) !important;
}

.sldht .mpnews:nth-child(1):hover .mpnews-title {
	color: #fff !important;
}

.sldht .mpnews:nth-child(2):hover .mpnews-title {
	color: #fff !important;
}

.rnght .mpnews:hover .mpnews-title {
	color: #fff !important;
}


/* DLE STATS */
.stats-v2 {
	text-align: left;
}

.stats-v2-hero {
	border-radius: 18px;
	background: #fff;
	padding: 34px 36px;
	margin: 0 0 30px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 10px 35px rgba(0,0,0,.035);
	position: relative;
	overflow: hidden;
}

.stats-v2-hero:before {
	content: '';
	position: absolute;
	right: -95px;
	top: -130px;
	width: 310px;
	height: 310px;
	border-radius: 100%;
	background: rgba(242,85,76,.10);
}

.stats-v2-hero:after {
	content: '';
	position: absolute;
	right: 130px;
	bottom: -80px;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	background: rgba(76,123,242,.08);
}

.stats-v2-hero-info,
.stats-v2-hero-status {
	position: relative;
	z-index: 2;
}

.stats-v2-label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px 0;
	border-radius: 30px;
	background: #fff0ef;
	color: var(--hover);
	font-size: 12px;
	font-weight: 700;
	padding: 7px 14px;
	text-transform: uppercase;
	letter-spacing: .5px;
}

.stats-v2-hero h1 {
	font-size: 34px;
	line-height: 40px;
	margin: 0 0 10px 0;
	color: #111827;
}

.stats-v2-hero p {
	margin: 0;
	color: #8d98a7;
	font-size: 14px;
	line-height: 22px;
}

.stats-v2-hero-status {
	border-radius: 14px;
	background: #f7f9fb;
	padding: 13px 16px;
	color: #6f7b8b;
	font-size: 13px;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.stats-v2-hero-status i {
	width: 9px;
	height: 9px;
	border-radius: 100%;
	background: #43d97b;
	margin: 0 9px 0 0;
	box-shadow: 0 0 0 6px rgba(67,217,123,.18);
}

/* KPI */
.stats-v2-kpi {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin: 0 0 30px 0;
}

.stats-v2-kpi-card {
	border-radius: 18px;
	background: #fff;
	padding: 24px;
	box-sizing: border-box;
	box-shadow: 0 10px 35px rgba(0,0,0,.035);
	min-height: 160px;
	position: relative;
	overflow: hidden;
	transition: all .25s ease;
}

.stats-v2-kpi-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 45px rgba(0,0,0,.06);
}

.stats-v2-kpi-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 22px 0;
}

.stats-v2-kpi-head span {
	color: #8d98a7;
	font-size: 13px;
	font-weight: 600;
	line-height: 18px;
}

.stats-v2-kpi-head i {
	width: 42px;
	height: 42px;
	border-radius: 14px;
	display: block;
	position: relative;
	flex-shrink: 0;
}

.stats-v2-kpi-head i:before {
	content: '';
	width: 22px;
	height: 22px;
	position: absolute;
	left: 10px;
	top: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 22px auto;
}

.stats-v2-kpi-card strong {
	display: block;
	color: #111827;
	font-size: 38px;
	line-height: 42px;
	font-weight: 800;
	margin: 0 0 8px 0;
	letter-spacing: -.5px;
}

.stats-v2-kpi-card small {
	display: block;
	color: #a0a9b5;
	font-size: 13px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.stats-v2-kpi-line {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 20px;
	height: 4px;
	border-radius: 10px;
	background: #f2f4f7;
	overflow: hidden;
}

.stats-v2-kpi-line:before {
	content: '';
	display: block;
	width: 46%;
	height: 100%;
	border-radius: 10px;
	background: #f2554c;
}

.stats-v2-kpi-card.is-users .stats-v2-kpi-head i {
	background: #fff0ef;
}

.stats-v2-kpi-card.is-users .stats-v2-kpi-head i:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%23f2554c' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3Cpath d='M23 21v-2a4 4 0 0 0-3-3.87'/%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'/%3E%3C/svg%3E");
}

.stats-v2-kpi-card.is-users .stats-v2-kpi-line:before {
	background: #f2554c;
}

.stats-v2-kpi-card.is-news .stats-v2-kpi-head i {
	background: #edf5ff;
}

.stats-v2-kpi-card.is-news .stats-v2-kpi-head i:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%234c7bf2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M16 13H8'/%3E%3Cpath d='M16 17H8'/%3E%3Cpath d='M10 9H8'/%3E%3C/svg%3E");
}

.stats-v2-kpi-card.is-news .stats-v2-kpi-line:before {
	background: #4c7bf2;
	width: 64%;
}

.stats-v2-kpi-card.is-comments .stats-v2-kpi-head i {
	background: #f0f7ef;
}

.stats-v2-kpi-card.is-comments .stats-v2-kpi-head i:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%2343d97b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H7l-4 4V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3C/svg%3E");
}

.stats-v2-kpi-card.is-comments .stats-v2-kpi-line:before {
	background: #43d97b;
	width: 38%;
}

.stats-v2-kpi-card.is-moder .stats-v2-kpi-head i {
	background: #f5efff;
}

.stats-v2-kpi-card.is-moder .stats-v2-kpi-head i:before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%239b5cf6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2l3 7h7l-5.5 4.5L18.5 21 12 16.8 5.5 21l2-7.5L2 9h7z'/%3E%3C/svg%3E");
}

.stats-v2-kpi-card.is-moder .stats-v2-kpi-line:before {
	background: #9b5cf6;
	width: 24%;
}

/* Основная сетка */
.stats-v2-main-grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
	gap: 20px;
	margin: 0 0 30px 0;
}

.stats-v2-card {
	border-radius: 18px;
	background: #fff;
	padding: 24px;
	box-shadow: 0 10px 35px rgba(0,0,0,.035);
	box-sizing: border-box;
}

.stats-v2-card-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin: 0 0 24px 0;
}

.stats-v2-card-head h2 {
	font-size: 20px;
	line-height: 26px;
	color: #111827;
	margin: 0 0 5px 0;
}

.stats-v2-card-head p {
	font-size: 13px;
	line-height: 20px;
	color: #8d98a7;
	margin: 0;
}

/* График активности */
.stats-v2-legend {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px;
	font-size: 12px;
	color: #8d98a7;
}

.stats-v2-legend span {
	position: relative;
	padding: 0 0 0 16px;
}

.stats-v2-legend span:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 4px;
}

.stats-v2-legend .news:before {
	background: #f2554c;
}

.stats-v2-legend .comments:before {
	background: #4c7bf2;
}

.stats-v2-legend .users:before {
	background: #43d97b;
}

.stats-v2-chart {
	height: 360px;
	position: relative;
	padding: 20px 0 0 0;
	box-sizing: border-box;
}

.stats-v2-chart-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 20px;
	bottom: 46px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.stats-v2-chart-bg span {
	display: block;
	border-top: 1px #eef1f4 solid;
	height: 1px;
}

.stats-v2-chart-body {
	position: relative;
	z-index: 2;
	height: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
}

.stats-v2-chart-group {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.stats-v2-bars {
	height: calc(100% - 46px);
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 14px;
}

.stats-v2-bar {
	width: 38px;
	height: 100%;
	position: relative;
	display: flex;
	align-items: flex-end;
}

.stats-v2-bar i {
	display: block;
	width: 100%;
	height: var(--h, 0%);
	min-height: 0;
	border-radius: 12px 12px 6px 6px;
	background: #f2554c;
	position: relative;
	transition: height .7s ease;
}

.stats-v2-bar.is-comments i {
	background: #4c7bf2;
}

.stats-v2-bar.is-users i {
	background: #43d97b;
}

.stats-v2-bar b {
	position: absolute;
	left: 50%;
	top: -28px;
	transform: translateX(-50%);
	font-style: normal;
	font-size: 12px;
	font-weight: 700;
	color: #111827;
	background: #fff;
	border: 1px #eef1f4 solid;
	border-radius: 8px;
	padding: 4px 7px;
	opacity: 0;
	white-space: nowrap;
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	transition: all .2s ease;
}

.stats-v2-bar:hover b {
	opacity: 1;
	top: -34px;
}

.stats-v2-period {
	text-align: center;
	color: #8d98a7;
	font-size: 13px;
	font-weight: 600;
	padding: 18px 0 0 0;
}

/* Круговой показатель */
.stats-v2-donut-wrap {
	display: flex;
	justify-content: center;
	margin: 0 0 24px 0;
}

.stats-v2-donut {
	--p: 0%;
	width: 190px;
	height: 190px;
	border-radius: 100%;
	background: conic-gradient(#f2554c var(--p), #eef2f5 0);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stats-v2-donut:before {
	content: '';
	width: 132px;
	height: 132px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	left: 29px;
	top: 29px;
	box-shadow: inset 0 0 0 1px #f3f5f7;
}

.stats-v2-donut > div {
	position: relative;
	z-index: 2;
	text-align: center;
}

.stats-v2-donut strong {
	display: block;
	font-size: 32px;
	line-height: 36px;
	color: #111827;
	margin: 0 0 4px 0;
}

.stats-v2-donut span {
	color: #8d98a7;
	font-size: 12px;
}

.stats-v2-news-list {
	border-top: 1px #eef1f4 solid;
	padding: 10px 0 0 0;
}

.stats-v2-news-list > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px #f3f5f7 solid;
	color: #7a8492;
	font-size: 14px;
}

.stats-v2-news-list > div:last-child {
	border-bottom: 0;
}

.stats-v2-news-list b {
	color: #111827;
	font-size: 16px;
}

/* Популярные статьи */
.stats-v2-popular-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 0 0 30px 0;
}

.stats-v2-popular-list {
	counter-reset: statsPopular;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.stats-v2-popular-item {
	counter-increment: statsPopular;
	display: flex;
	align-items: center;
	position: relative;
	border-radius: 16px;
	background: #fafbfc;
	padding: 12px 14px 12px 54px;
	color: var(--text);
	min-height: 72px;
	box-sizing: border-box;
	transition: all .25s ease;
}

.stats-v2-popular-item:before {
	content: counter(statsPopular);
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #fff0ef;
	color: var(--hover);
	font-size: 12px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 16px;
	top: calc(50% - 13px);
}

.stats-v2-popular-item:hover {
	background: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,.06);
	transform: translateY(-2px);
}

.stats-v2-popular-image {
	width: 58px;
	height: 58px;
	border-radius: 13px;
	background-size: cover;
	background-position: center center;
	flex-shrink: 0;
	margin: 0 14px 0 0;
	position: relative;
	overflow: hidden;
}

.stats-v2-popular-image:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.08);
}

.stats-v2-popular-info {
	display: block;
	min-width: 0;
	flex: 1;
}

.stats-v2-popular-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 7px 0;
	max-height: 40px;
	overflow: hidden;
}

.stats-v2-popular-item:hover .stats-v2-popular-title {
	color: var(--hover);
}

.stats-v2-popular-meta {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	color: #9aa5b3;
	font-size: 12px;
	line-height: 16px;
}

.stats-v2-popular-meta i {
	font-style: normal;
	white-space: nowrap;
}

.stats-v2-popular-meta b {
	font-weight: 700;
	color: #111827;
	white-space: nowrap;
}

/* Лучшие пользователи */
.stats-v2-table-card {
	margin: 0 0 30px 0;
}

.stats-v2-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.stats-v2-table-wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.stats-v2-table-wrap table tr {
	border-bottom: 1px #f0f2f4 solid;
}

.stats-v2-table-wrap table tr:last-child {
	border-bottom: 0;
}

.stats-v2-table-wrap table td,
.stats-v2-table-wrap table th {
	padding: 14px 12px;
	text-align: left;
	font-size: 14px;
	color: #424242;
}

.stats-v2-table-wrap table th,
.stats-v2-table-wrap table tr:first-child td {
	color: #8d98a7;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	background: #fafbfc;
}

.stats-v2-table-wrap table a {
	color: var(--text);
	font-weight: 600;
}

.stats-v2-table-wrap table a:hover {
	color: var(--hover);
}

/* Адаптив */
@media (max-width: 1200px) {
	.stats-v2-kpi {
		grid-template-columns: repeat(2, 1fr);
	}

	.stats-v2-main-grid,
	.stats-v2-popular-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 700px) {
	.stats-v2-hero {
		display: block;
		padding: 24px;
	}

	.stats-v2-hero h1 {
		font-size: 27px;
		line-height: 34px;
	}

	.stats-v2-hero-status {
		margin: 20px 0 0 0;
		display: inline-flex;
	}

	.stats-v2-kpi {
		grid-template-columns: 1fr;
	}

	.stats-v2-kpi-card,
	.stats-v2-card {
		padding: 20px;
	}

	.stats-v2-card-head {
		display: block;
	}

	.stats-v2-legend {
		justify-content: flex-start;
		margin: 15px 0 0 0;
	}

	.stats-v2-chart {
		height: 320px;
	}

	.stats-v2-chart-body {
		gap: 12px;
	}

	.stats-v2-bars {
		gap: 8px;
	}

	.stats-v2-bar {
		width: 28px;
	}

	.stats-v2-popular-item {
		padding: 12px 12px 12px 48px;
	}

	.stats-v2-popular-image {
		width: 50px;
		height: 50px;
		margin-right: 12px;
	}

	.stats-v2-popular-meta {
		display: block;
	}

	.stats-v2-popular-meta i,
	.stats-v2-popular-meta b {
		display: block;
	}
}










/* DLE 17.0-19.0 */
.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.ui-dialog-buttonset button.ui-button-delete {
    background-color: #f44336;
    border-color: #f44336;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.ui-dialog-buttonset button.ui-button-delete:hover {
    background-color: #db3a2f;
    border-color: #db3a2f;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(51, 51, 51, .5);
}
.form-check-label {
    cursor: pointer;
}
.form-check-input {
    color: #0c5f7eed;
    flex-shrink: 0;
    width: 1.12rem;
    height: 1.12rem;
    margin: -0.188rem 0.625rem 0 0;
    appearance: none;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid #0c5f7eed;
    vertical-align: middle;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%230c5f7eed' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%230c5f7eed'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox] {
    border-radius: .25rem;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}


.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-notification .DLEPush-close:hover {
	opacity: 1;
}

.DLEPush-notification.wrapper.push-success {
	background-color: #e0f2f1;
}

.DLEPush-notification.wrapper.push-success .DLEPush-icon {
	background-color: #00897b;
}

.DLEPush-notification.wrapper.push-warning {
	background-color: #FFF3E0;
}

.DLEPush-notification.wrapper.push-warning .DLEPush-icon {
	background-color: #FF9800;
}

.DLEPush-notification.wrapper.push-error {
	background-color: #FBE9E7;
}

.DLEPush-notification.wrapper.push-error .DLEPush-icon {
	background-color: #FF5722;
}
.pm th{
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}
.pm th.pm_checkbox {
	text-align: center;
}
.pm_list.pm_subj, .pm_list.pm_icon, .pm_list.pm_last_user {
 cursor: pointer;
}
.pm_list.pm_icon svg {
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
}

.pm_list.pm_icon.pm-unread-image {
 color: #3394e6;
}
.pm td.pm_list.pm_icon, .userstop td, th.pm_head.pm_icon {
	border-bottom: none;
}
.pm_list.pm_icon.pm-reply-image {
	color: #087e02c4;
}
.pm_list.pm_icon.pm-read-image {
	color: #afafaf;
}

.pm_list .pm_last_message, .pm_list .pm_last_date, .pm_list .pm_with_user {
	color: #64748b;
	font-size: .8rem;
}
.pm tbody > tr:hover {
    background-color: #e2e8f099;
}
.pm_navigation {
	margin-top: 1rem;
}
.pm_navigation .navigation {
	display: inline-block;
	color: #333333;
	background-color: #f5f5f5;
	border-radius: 0.188rem;
	padding: .4rem;
}

.pm_navigation .navigation a, .pm_navigation .navigation span {
    padding: 0.5rem;
    min-width: 2.25rem;
}
.pm_navigation .navigation span {
    background-color: #4581d0;
    color: #fff;
}
.pm_navigation .navigation a {
    text-decoration: none;
    color: #000;
}
.pm_navigation .navigation a:hover {
    background-color: #e2e8f0;
}
.quote_link {
	float: right;
}
.quote_link svg {
	color: #6c838e;
	vertical-align: middle;
}
.clipboard-copy-link svg {
	color: #6c838e;
	vertical-align: middle;
	margin-top: -3px;
}

input[type="text"].comments_author_field {
	width: 100%;
	margin-bottom: 10px;
}





.vacancy-badge--dot {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 9px;
    font-size: 12px;
    color: #15803d;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 10px;
}

.vacancy-badge--dot .dot {
    width: 6px;
    height: 6px;
    background-color: #22c55e;
    border-radius: 50%;
    animation: pulse 2s infinite;
    flex-shrink: 0; 
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}




















/* Солнечная активность / инфографика для статей */
.solar-info-box {
	margin: 25px 0;
	padding: 22px;
	border-radius: 18px;
	background: #f7f8fa;
	border: 1px solid #e8edf3;
	box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.solar-info-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin: 0 0 20px 0;
	padding-bottom: 14px;
	border-bottom: 1px solid #e5ebf1;
}

.solar-info-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: 800;
	color: #1d2a3b;
}

.solar-info-date {
	padding: 8px 14px;
	border-radius: 30px;
	background: #eef3ff;
	color: #4c7bf2;
	font-size: 13px;
	font-weight: 700;
	white-space: nowrap;
}

.solar-info-section {
	margin: 0 0 24px 0;
}

.solar-info-section:last-of-type {
	margin-bottom: 18px;
}

.solar-info-section-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #1d2a3b;
	margin: 0 0 14px 0;
}

.solar-table-wrap {
	width: 100%;
	overflow-x: auto;
}

.solar-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
}

.solar-table th,
.solar-table td {
	padding: 13px 12px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #edf1f5;
}

.solar-table th {
	background: #26313f;
	color: #fff;
	font-weight: 700;
	font-size: 13px;
}

.solar-table tbody tr:last-child td {
	border-bottom: 0;
}

.solar-table td {
	color: #2a3442;
	background: #fff;
}

.solar-group-badge {
	display: inline-block;
	min-width: 54px;
	padding: 7px 12px;
	border-radius: 10px;
	background: #45a049;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.solar-group-badge--orange {
	background: #ff9f1a;
}

.solar-stats {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 14px;
	overflow: hidden;
}

.solar-stat-row {
	display: grid;
	grid-template-columns: minmax(220px, 1fr) 90px 90px;
	align-items: center;
	gap: 14px;
	padding: 14px 16px;
	border-bottom: 1px solid #edf1f5;
}

.solar-stat-row:last-child {
	border-bottom: 0;
}

.solar-stat-name {
	font-size: 14px;
	line-height: 20px;
	color: #2a3442;
	font-weight: 600;
}

.solar-stat-today {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	background: #81a2f6;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
}

.solar-stat-change {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 800;
	color: #fff;
}

.solar-stat-change--up {
	background: #81f6a5;
}

.solar-stat-change--down {
	background: #f2554c;
}

.solar-stat-change--neutral {
	background: #aeb8c5;
}

.solar-info-source {
	padding-top: 4px;
	font-size: 13px;
	line-height: 18px;
	color: #7d8897;
}

.solar-info-source a {
	color: #4c7bf2;
	font-weight: 600;
}

.solar-info-source a:hover {
	text-decoration: underline;
}

@media (max-width: 760px) {
	.solar-info-box {
		padding: 16px;
		border-radius: 14px;
	}

	.solar-info-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.solar-info-title {
		font-size: 21px;
		line-height: 27px;
	}

	.solar-stat-row {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.solar-stat-today,
	.solar-stat-change {
		justify-content: flex-start;
		width: fit-content;
	}
}