@import url(../fonts/font.css);
/*@import url(../fonts_temp/font.css);*/

/* Сброс */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } body { line-height: 1 } ol, ul { list-style: none } blockquote, q { quotes: none } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none } table { border-collapse: collapse; border-spacing: 0 }
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary { display: block; }

html, html a { -webkit-font-smoothing: antialiased; }

.wseditor table, .bb-editor table { margin: 0px; }

/* Настройка основной типографии */
.ignore-select {
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
}
::placeholder {
	color: #aaa;
}
body, select, input, textarea, button {
	font-family: "GothaPro", Arial, Helvetica, sans-serif;
	/*font-family: "Exo 2", Arial, Helvetica, sans-serif;*/
    font-weight: 400;
    text-decoration: none;
    line-height: 1.688em;
	color: #000;
	outline: none;
}
	a {
		outline: none;
		color: #000;
		text-decoration: none;
        transition: .3s;
	}

	a img { border: 0 none; }
	a > img { vertical-align: bottom; }

/* Заголовки H1-6 */
h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 8px;
    clear: left;
	text-rendering: optimizeLegibility;
}

svg{
    fill: #fff;
    width: 24px;
    height: 24px;
    transform: none;
    transition: transform .5s;
}
.active svg{
    transform: rotate(180deg);
}
.cleaning h1,
.cleaning h2,
.cleaning h3,
.cleaning h4,
.cleaning h5 {
    color: #0081a9;
}
.recycling h1,
.recycling h2,
.recycling h3,
.recycling h4,
.recycling h5 {
    color: #2b9962;
}

h1, .h1 { font-size: 1.6em; }
h2, .h2 { font-size: 1.5em; }
h3, .h3 { font-size: 1.4em; }
h4, .h4 { font-size: 1.2em; }
h5, .h5 { font-size: 1.1em; }

/* Частые стили */
.strike { text-decoration: line-through; }
.nobr { white-space: nowrap; }
.hide { display: none; }
.title_hide { left: -9999px; position: absolute; top: -9999px; overflow: hidden; width: 0; height: 0; }
.uline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.justify { text-align: justify; }
.center { text-align: center; }
.left { float: left; }
.right { float: right; }
	fieldset { border: 1px solid rgba(0,0,0,0.1); padding: 15px; margin-bottom: 1.5em; }
	fieldset legend { font-weight: bold; }

	.grey { color: #767676; }
	.grey a { color: inherit; }
	.grey a:hover { color: #1a1a1a; }

	.green { color: #2b9962; }

sup { vertical-align: super; font-size: smaller; }
.over { display: inline-block; vertical-align: middle; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
a .over { cursor: pointer; }

a:not([class])[href^=tel],
a:not([class])[href^=mailto] {
    color: #d53d3d;
    padding: 0 4px 0 24px;
    background-repeat: no-repeat;
    background-position: left 2px top 50%;
    background-size: 16px auto;
    outline: none;
    white-space: nowrap;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    transition: all .3s;
}
a:not([class])[href^=tel]:hover,
a:not([class])[href^=mailto]:hover {
    color: #000;
    padding:  2px 2px 2px 26px;
    background-position: left 0 top 50%;
    background-size: 20px auto;
}
a:not([class])[href^=tel] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d53d3d' viewBox='0 0 24 24'%3E%3Cpath d='M4.8 10.4c1.9 3.8 5 6.9 8.8 8.8l2.9-2.9c.4-.4.9-.5 1.4-.3 1.5.5 3.1.8 4.8.8.7 0 1.3.6 1.3 1.3v4.7c0 .7-.6 1.3-1.3 1.3C10.1 24 0 13.9 0 1.3 0 .6.6 0 1.3 0H6c.7 0 1.3.6 1.3 1.3 0 1.7.3 3.3.8 4.8.1.5 0 1-.3 1.4l-3 2.9z'/%3E%3C/svg%3E");
}
a:not([class])[href^=mailto] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d53d3d' viewBox='0 0 24 24'%3E%3Cpath d='M14.4,13L24,8.5V20c0,0.6-0.4,1-1,1H1c-0.6,0-1-0.4-1-1V8.5L9.6,13l2.4,1.1L14.4,13z M23,3H2C0.9,3,0,3.9,0,5v1.3l12,5.6l12-5.6V4C24,3.4,23.6,3,23,3z'/%3E%3C/svg%3E");
}

.cover { background-position: 50% 50%; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; }

/* Настройка других элементов */
ul { padding-left: 24px; list-style: disc outside; margin-top: 16px; margin-bottom: 16px;}
ol { padding-left: 24px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

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

strong, b { font-weight: bold }
em, cite, i { font-style: italic }
caption { text-align: left }
table{
    border-collapse: collapse;
    width: 100%;
    border-style: solid;
}
.cleaning tbody tr:nth-of-type(2n-1){
    background: rgba(43, 135, 153, .1);
}
.recycling tbody tr:nth-of-type(2n-1){
    background: rgba(43, 153, 98, .1);
}
th, td {
    vertical-align: middle;
    padding: 4px 0 4px 16px;
    text-align: left;
}
th:first-child {
    min-width: 80px;
}
th:last-child {
    padding: 4px 16px;
}
small, .small { font-size: .9em; }
hr { height: 0; border: 0; border-top: 1px solid #ddd; -moz-box-sizing: content-box; box-sizing: content-box; margin: 12px 0; }

	.clr { clear: both }
	.clrfix:after { clear: both; content: ""; display: table; }

ul:not(:last-of-type),
ul:not(:last-child),
p:not(:last-of-type),
p:not(:last-child){
    margin-bottom: 16px;
}
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p,
h1 + table, h2 + table, h3 + table, h4 + table, h5 + table{
    margin-top: 16px;
}
/*p:not(:first-of-type):not(.alert-description){
    margin-top: 16px;
}*/
.full_width{
    width: 100%;
}
.brd_t{
    border-top: 1px solid #e7e7e7;
}

.mb_24{
    margin-bottom: 24px;
}

.flex{ display: flex; }

.hidden { display: none; }
/* --- Деление на колонки --- */
@media only screen and (min-width: 701px) {
.grid_1_2, .grid_1_4 {
	float: left; margin-right: 4%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.grid_1_2 { width: 48%; }
	.grid_1_4 { width: 22%; }
	.grid_last { margin-right: 0; }
}

/* Expand & Collapse */
.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }

    [id^="spoiler-"].under_spoiler[style],
    [id^="spoiler-"].under_flexible_spoiler[style],
	.collapsed {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }
/* --- Работа вкладок --- */
.tab-content > .tab-pane { display: none; }
	.tab-content > .active { display: block; }

/* --- Иконки --- */
.icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	fill: #1a1a1a;
	vertical-align: middle;
}
	.icon-logo { width: 40px; height: 40px; }

	.icon-vk { width: 10px; height: 1em; }
	.icon-tw { width: 14px; height: 1em; }
	.icon-fb { width: 8px; height: 1em; }
	.icon-gp { width: 18px; height: 1em; }
	.icon-ya { width: 7px; height: 1em; }
	.icon-od { width: 10px; height: 1em; }
	.icon-mail { width: 16px; height: 1em; }

	.icon-coms { width: 17px; height: 16px; }
	.icon-view { width: 17px; height: 15px; }
	.icon-author { width: 13px; height: 14px; }
	.icon-reply { width: 17px; height: 15px; }
	.icon-compl { width: 17px; height: 9px; }
	.icon-del { width: 13px; height: 13px; }
	.icon-loc, .icon-phone { width: 21px; height: 27px; }
	.icon-login { width: 34px; height: 38px; }
	.icon-login_m, .icon-sort_m { width: 24px; height: 26px; }
	.icon-sort { width: 30px; height: 31px; }
	.icon-arrow_left, .icon-arrow_right { width: 12px; height: 21px; }
	.icon-left, .icon-right { width: 36px; height: 21px; }


/* --- Базовые слои --- */
body { background: #f2f2f2; }
	.wrp { max-width: 1320px; padding: 30px; margin: 0 auto; }

/* --- Структура --- */
.body {
    background: #fff;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.11), 0 0 35px 0 rgba(0,0,0,0.06);
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.11), 0 0 35px 0 rgba(0,0,0,0.06);
}
	#body_left { display: none; width: 80px; position: absolute; top: 0; left: 0; bottom: 0; }
	#body_left:before {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 13px; height: 100%;
		border-right: 1px solid rgba(0,0,0,0.06);
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
	}
	.body_right { width: 100%;
    }

	.recycling .gradient {
    	background-image:
        radial-gradient(circle at right, rgba(0, 171, 85, .1), rgba(255, 255, 255, 0.5) 75%),
        radial-gradient(circle at top left, rgba(170, 255, 0, .1), rgba(255, 255, 255, 0.5) 75%);
    }
	.cleaning .gradient {
    	background-image:
        radial-gradient(circle at right, rgba(0, 129, 170, .1), rgba(255, 255, 255, 0.5) 75%),
        radial-gradient(circle at top left, rgba(0, 191, 255, .1), rgba(255, 255, 255, 0.5) 75%);
    }
	.structure:after { clear: both; content: ""; display: table; }
		.structure { width: 100%; }
		#topside .str_right { display: flex; align-items: center; justify-content: end;}
		#mainside .str_left { width: 67.74%; }
		#mainside .str_right { width: 32.26%; }

    .tiles{
        display: flex;
        flex-wrap: wrap;
        padding: 16px;
    }


/* --- Шапка сайта --- */
.body_left_in { position: relative; z-index: 21; }

    .logo{
        display: flex;
        align-items: center;
        margin: 32px 24px 24px 32px;
    }
    .logo svg{
        width: 64px;
        height: 64px;
    }
    .logo_text{
        color: #0081a9;
        margin:0 0 0 8px;
    }
    .logo_title{
        font-size: 1.8rem;
        font-weight: bold;
        letter-spacing: 0.1rem;
    }
    .logo_title i{
        color: #d53d3d;
    }
    .logo_description{
        display: block;
        color: #000;
        letter-spacing: -0.015rem;
    }
    .logo_description_2{
        display: none;
        color: #000;
        text-align: center;
    }
	.call-link {
	    padding-right: 32px;
        text-align: right;
    }
    .call-link span{
        display: block;
        letter-spacing: -0.015rem;
    }
    .phone{
        color: #d53d3d;
        font-size: 1.8rem;
    }
    .phone svg{
        fill: #d53d3d;
        width: 24px;
        height: 24px;
        margin-right: 16px;
    }

	/* Логотип */
	.logotype > .icon { opacity: 1 !important; }
	.logotype > .icon, .login > .avatar { width: 40px; height: 40px; margin: 20px 0 0 0; }

	/* Кнопки в шапке */
	.h_btn, .logotype {
		display: block;
		width: 80px; height: 80px;
		text-align: center;
		border: 0 none;
		background: none;
		cursor: pointer;
		padding: 0;
		box-shadow: 0 1px 0 0 rgba(255,255,255,0.6), inset 0 -1px 0 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.6), inset 0 -1px 0 0 rgba(0,0,0,0.06);
	}
	.h_btn > .icon, .h_btn > .menu_toggle { opacity: .4; }
	.h_btn:hover > .icon, .h_btn:hover > .menu_toggle { opacity: 1; }

/* Авторизация */
.login, .loginpane { position: relative; }
	.login > .avatar { position: relative; }
		.h_btn { position: relative; }
		.h_btn.open { background-color: #2b9962; z-index: 21; }
		.h_btn > .icon_close, .h_btn > .avatar, .h_btn.open > .icon {
			-webkit-transition: all .2s ease; transition: all 0.2s ease;
		}
		.h_btn > .icon_close { position: absolute; left: 0; top: 0; margin: 20px 0 0 20px; }
		.h_btn > .icon_close > i { background-color: #fff; }
		.h_btn > .icon_close,

		.h_btn.open > .avatar,
		.h_btn.open > .icon,
		.h_btn.open > .icon {
			opacity: 0; visibility: hidden;
			-webkit-transform: scale(0.5,0.5); transform: scale(0.5,0.5);
		}
		.h_btn.open > .icon_close {
			opacity: 1;
			visibility: visible;
			-webkit-transform: scale(1,1); transform: scale(1,1);
		}

		.login > .avatar > .cover { width: 40px; height: 40px; }
		.pmnum_0 > .num { display: none; }
		.num {
			background: #2b9962;
			color: #fff;
			font-weight: bold;
			height: 12px;
			line-height: 11px;
			min-width: 8px;
			padding: 1px 3px;
			display: inline-block;
			vertical-align: top;
			margin-top: -6px;
			text-align: center;
			font-size: 9px;
			border-radius: 7px;
		}

		.login > .icon-login { margin-top: 20px; }

	/* Всплывающее окно */
	.head_drop {
		position: absolute;
		left: 0; top: 0;
		width: 290px !important;
		margin-left: 80px;
		z-index: 20;
		display: none;
		background-color: #2b9962;
		color: #fff;
		box-shadow: 0 0 9px 0 rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
		}
		.head_drop a { color: inherit; }
		.head_drop .hd_pad { padding: 25px; }
		.loginbtn_open #login_drop { display: block; }

	/* Форма входа */
	.login_form > ul { list-style: none; padding: 0; margin: 0; }
		.login_form > ul > li, .login_form .soc_links { margin-bottom: 20px; }
		.login_form > ul > li > input { border-color: #fff; }
		.login_form .soc_links > a { background-color: #1a1a1a; }

		.login_form__foot { text-align: left; margin-top: 20px; }

	/* Панель пользователя */
	.login_pane__info { text-align: center; }
		.login_pane__info .name { font-size: 1.2em; }

		.login_pane__info .avatar { display: block; margin: 12px auto; }
		.login_pane__info .avatar .cover {
			border: 5px solid #fff;
			box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		}
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 25px 0;
			text-align: left;
			border-bottom: 1px solid rgba(255,255,255,0.2);
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: 14px 0; display: block;
			border-top: 1px solid rgba(255,255,255,0.2);
			color: rgba(255,255,255,0.8);
		}
		.login_pane__menu li a:hover { color: #fff; }

		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -3px 5px 0 0; }
		.login_pane__foot .plus_icon > span:before, .login_pane__foot .plus_icon > span:after { background-color: #fff; }

	/* Сортировка новостей */
	#sort { position: relative; }
	.sortbtn_open #sort_drop { display: block; }
	.sort { list-style: none; padding: 0; margin: 0; }
		.sort_label {
			text-transform: uppercase;
			margin-bottom: 25px;
			display: block;
		}
		.sort > li a {
			display: block;
			padding: 14px 0;
			border-top: 1px solid rgba(255,255,255,0.2);
			color: rgba(255,255,255,0.8);
		}
		.sort > li a:hover { color: #fff; }
		.sort > li.asc a:after, .sort > li.desc a:after {
			content: "";
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA4CAMAAADU8BjBAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA8AMPk52hmo2p7JHuhPneiAX0CoF3btuv+lnAWwAAANZJREFUOMvd1EkWgyAQBNBSEg1gnDL2/S+aKE3qmZYLWAt49F9SAGaKoYsT9hLlm3GXwkJhl2TNwakGcGur4fFP99C/HdrlHDeUZh6VqCllkR5DmpxISWTGQ9SUssgVOGVL21l0B9QYCs0IzQjNCM0IzQiNYoxici4Kbm1XKrZrqjDWe1J7vQErjay5FIRmhGaEZoVGMUaxRrFGietaedqYu+US1dme6FSghGwDepUfZQvwKiS1Fq6ZX0+AtNilm72DhsSnVyAchqZ+ocFC/i7uhc5vi/0BLrc3Rm37p04AAAAASUVORK5CYII=);
			float: right;
			margin: 4px 0 0 .4em;
			width: 13px; height: 14px;
			background-position: 0 -14px;
			-webkit-background-size: 13px auto; background-size: 13px auto;
		}
		.sort > li.asc a:after { background-position: 0 0; }

		/* Форма заказа звонка с сайта */
		.callback-uniform-desktop {
			padding: 24px;
		}
		.callback-uniform-mobile {
			display: none;
			justify-content: center;
			width: 100%;
			padding: 24px;
		}
/* Вкладки */
input[id^=toggle-]:not(:checked) ~ .tab2 > *,
input[id^=toggle-]:checked ~ .tab1 > *,
input[id^=toggle-],
input[id^=switcher-] {
    display: none;
}

input[id^=toggle-]:checked ~ .tab1,
input[id^=toggle-] ~ .tab2,
input ~ .tabs_group > div[class^=tab] {
    opacity:0;
    height: 0;
    overflow: hidden;
    transition: opacity 1s linear;
}
input[id^=toggle-] ~ .tab1,
input[id^=toggle-]:checked ~ .tab2,
input[id*=-room-type-0]:checked ~ input[id*=-cleaning-type-0]:checked ~ .tabs_group > .tab_0_0,
input[id*=-room-type-0]:checked ~ input[id*=-cleaning-type-1]:checked ~ .tabs_group > .tab_0_1,
input[id*=-room-type-0]:checked ~ input[id*=-cleaning-type-2]:checked ~ .tabs_group > .tab_0_2,
input[id*=-room-type-0]:checked ~ input[id*=-cleaning-type-3]:checked ~ .tabs_group > .tab_0_3,
input[id*=-room-type-1]:checked ~ input[id*=-cleaning-type-0]:checked ~ .tabs_group > .tab_1_0,
input[id*=-room-type-1]:checked ~ input[id*=-cleaning-type-1]:checked ~ .tabs_group > .tab_1_1,
input[id*=-room-type-1]:checked ~ input[id*=-cleaning-type-2]:checked ~ .tabs_group > .tab_1_2,
input[id*=-room-type-1]:checked ~ input[id*=-cleaning-type-3]:checked ~ .tabs_group > .tab_1_3,
input[id*=-room-type-2]:checked ~ input[id*=-cleaning-type-0]:checked ~ .tabs_group > .tab_2_0,
input[id*=-room-type-2]:checked ~ input[id*=-cleaning-type-1]:checked ~ .tabs_group > .tab_2_1,
input[id*=-room-type-2]:checked ~ input[id*=-cleaning-type-2]:checked ~ .tabs_group > .tab_2_2,
input[id*=-room-type-2]:checked ~ input[id*=-cleaning-type-3]:checked ~ .tabs_group > .tab_2_3{
    opacity: 1;
    height: auto;
}

.labels_group div[data-label]{
    display: flex;
    align-items: center;
}
.labels_group div[data-label*=_0]{
    font-size: 1.5em;
}
.labels_group div[data-label*=_0] label{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}
.labels_group div:not(:last-child){
    margin-bottom: 24px;
}
.checkbox-label {
    margin-left: 16px;
    font-size: 15px;
}
.use-as-checkbox {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ddd;
    cursor: pointer;
}
.use-as-checkbox,
.use-as-checkbox::before,
.use-as-checkbox::after {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.use-as-checkbox::before,
.use-as-checkbox::after {
    position: absolute;
    content: "";
    background-color: transparent;
}
.use-as-checkbox:hover {
    box-shadow: 0 0 0 2px #0081a9;
}
input[data-input="1_1"]:checked ~ .labels_group div[data-label="1_1"] label,
input[data-input="1_2"]:checked ~ .labels_group div[data-label="1_2"] label,
input[data-input="2_1"]:checked ~ .labels_group div[data-label="2_1"] label,
input[data-input="2_2"]:checked ~ .labels_group div[data-label="2_2"] label,
input[data-input="2_3"]:checked ~ .labels_group div[data-label="2_3"] label{
    box-shadow: 0 0 0 2px #0081a9;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
}
input[data-input="1_1"] ~ .labels_group div[data-label="1_1"] label::after,
input[data-input="1_2"] ~ .labels_group div[data-label="1_2"] label::after,
input[data-input="2_1"] ~ .labels_group div[data-label="2_1"] label::after,
input[data-input="2_2"] ~ .labels_group div[data-label="2_2"] label::after,
input[data-input="2_3"] ~ .labels_group div[data-label="2_3"] label::after{
    opacity: 0;
    left: 14px;
    top: 14px;
    height: 0;
    width: 0;
    box-shadow: 2px 2px 0 transparent;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
}
input[data-input="1_1"]:checked ~ .labels_group div[data-label="1_1"] label::after,
input[data-input="1_2"]:checked ~ .labels_group div[data-label="1_2"] label::after,
input[data-input="2_1"]:checked ~ .labels_group div[data-label="2_1"] label::after,
input[data-input="2_2"]:checked ~ .labels_group div[data-label="2_2"] label::after,
input[data-input="2_3"]:checked ~ .labels_group div[data-label="2_3"] label::after{
    opacity: 1;
    left: 10px;
    top: 1px;
    width: 10px;
    height: 18px;
    box-shadow: 2px 2px 0 #0081a9;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
input ~ .labels_group div[data-label*=_0] label::before,
input ~ .labels_group div[data-label*=_0] label::after{
    opacity: 1;
    width: 2px;
    height: 20px;
    background: #ddd;
}
input ~ .labels_group div[data-label="1_0"] label::after,
input ~ .labels_group div[data-label="2_0"] label::after{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input ~ .labels_group div[data-label="1_0"] label::before,
input ~ .labels_group div[data-label="2_0"] label::before{
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
input ~ .labels_group div[data-label*=_0] label:hover::before,
input ~ .labels_group div[data-label*=_0] label:hover::after{
    background: #0081a9;
}
input[data-input="1_0"]:checked ~ .labels_group div[data-label="1_0"] label,
input[data-input="2_0"]:checked ~ .labels_group div[data-label="2_0"] label{
    opacity: 0;
}

/* Кнопки вкладок */
#cleaning-tariffs-tables{
    display: flex;
    justify-content: space-between;
}
#cleaning-tariffs-tables .side_left{
    width: 328px;
    margin: 0 24px 0 0;
}
#cleaning-tariffs-tables .side_right{
    flex: 1 1;
}
#cleaning-tariffs-tables .side_right th{
    min-width: 84px;
}

/* --- Меню --- */
#menubtn {
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 20px;
	text-align: center;
	}
	#menubtn > *, #menubtn { cursor: pointer; }
	.menu_toggle, .icon_close {
		display: inline-block;
		vertical-align: middle;
		width: 40px; height: 40px;
		margin: 0;
		position: relative;
	}
	.menu_toggle > i, .icon_close > i {
		height: 3px; width: 100%;
		background-color: #1a1a1a;
		border-radius: 2px;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.mt_1 { margin-top: 9px; }
	.mt_2 { margin-top: 18px; }
	.mt_3 { margin-top: 27px; }
	.menu_toggle__title { display: none; }
	#menubtn.open .mt_1, .icon_close > i.mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	#menubtn.open .mt_2 { opacity: 0; }
	#menubtn.open .mt_3, .icon_close > i.mt_2 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}
	#menubtn.open .mt_1, #menubtn.open .mt_2, #menubtn.open .mt_3, .icon_close > i { margin-top: 18px; }

	#menubtn.open { background: #38A6C7; }
	#menubtn.open .menu_toggle { opacity: 1 !important; }
	#menubtn.open i { background-color: #fff; }

/* Всплывающее меню */
#menu, .greenmenu { width: 328px; }
#menu {
	display: none;
	position: absolute;
	left: 0; top: 0;
	z-index: 20;
	height: 100%;
	margin-left: 80px;
	background: #e5fbff;
	background-image:
    radial-gradient(circle at right, rgba(43, 153, 98, .1), rgba(255, 255, 255, 0.5) 75%),
    radial-gradient(circle at top left, rgba(170, 255, 0, .1), rgba(255, 255, 255, 0.5) 75%);
	box-shadow: 0 0 9px 0 rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.4);
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	.menubtn_open #menu { display: block; }

	.greenmenu { padding-top: 80px; }
	.menu { padding: 15px 0; }
	.menu a {
		display: block;
		padding: 10px 25px;
		text-decoration: none !important;
		color: #fff;
		opacity: .7;
	}
	.menu a:hover { opacity: 1; }
	.menu a.active { opacity: 1 !important; cursor: default; position: relative; }

	.menu ul {
	  display: block;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}

	.menu ul ul {
	  padding-left: 10px;
	}
	/* Поиск */
	#q_search { position: absolute; left: 0; top: 0; width: 100%; }
		.q_search > input {
			width: 100%; height: 80px;
			line-height: 24px;
			padding: 28px 68px 28px 25px;
			border-radius: 0;
			background: none !important;
			color: #fff !important;
			display: block;
			border: 0 none;
			box-shadow: 0 1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.06);
			-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.2), inset 0 -1px 0 0 rgba(0,0,0,0.06);
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.q_search input::-webkit-input-placeholder { color: #fff; }
		.q_search > .q_search_btn {
			width: 40px; height: 40px;
			padding: 0;
			position: absolute;
			right: 0; top: 0;
			margin: 19px 14px 0 0;
			background: none;
			border: 0 none;
			cursor: pointer;
			opacity: .7;
		}
		.q_search_btn > .icon {
			fill: #fff;
			position: absolute;
			left: 50%; top: 50%;
			margin: -9px 0 0 -9px;
			width: 18px; height: 18px;
		}
		.q_search_btn:hover { opacity: 1; }

/* --- Футер --- */
#footer { border-top: 1px solid #e7e7e7; padding: 32px 0; }

/* Меню в футере */
.foot_menu { list-style: none; padding: 0 0 0 50px; margin: 0 0 50px 0; }
	.foot_menu:after, .foot:after, .footer:after { clear: both; display: table; content: ""; }
	.foot_menu > li {
		float: left;
		width: 20%;
		padding-right: 50px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; text-transform: uppercase; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #999;
		display: block;
		padding: .2em 0;
		text-decoration: none !important;
	}
	.foot_menu > li nav > a:hover { color: inherit; }
	@media only screen and (min-width: 991px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	/* Копирайты */
	.footer {
        padding: 0 50px;
        font-size: .9em;
}

	/* CENTROARTS */
	.ca { float: right; white-space: nowrap; }
		a.ca * { cursor: pointer; }
		.ca > span {
			width: 40px; height: 40px;
			float: left;
			background-color: #e7e7e7;
			border-radius: 50%;
			margin-right: 15px;
			-webkit-transition: background-color ease .7s; transition: background-color ease .7s;
		}
		.ca:hover > span { background-color: #1a1a1a; }
		.ca > span > .icon { fill: #fff; width: 25px; height: 14px; margin: 13px 0 0 9px; }
		.ca > div { float: left; }
		.ca > div > b { display: block; text-transform: uppercase; }
		.ca > .icon {
			margin: -.2em .8em 0 0;
			width: 30px; height: 17px;
			fill: #cbcbcb;
		}
		.ca:hover > .icon { fill: #838383; }

	/* Нижняя часть шаблона */
	.foot { padding-top: 30px; font-size: .9em; }

/* Новости в Рэндоме */
#topside {
    position: relative;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.06);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#topside::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: -13px;
    height: 13px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%);
    display: block;
}
	.bignews {
		position: relative;
		width: 100%; height: 100%;
	}
		.bignews a, .bignews .item_bg { display: block; width: 100%; height: 100%; }
		.bignews a { color: #fff; text-decoration: none; }
		.bignews .item { position: relative; display: block; height: 50%; background: #1a1a1a; overflow: hidden; }
		.bignews .item_cont { font-size: 1.1em; z-index: 1; position: absolute; left: 0; bottom: 0; margin: 50px; }
		.bignews .item_bg {
			background-image: url(../images/nobignews.png);
			opacity: .8;
			-webkit-transition: all ease .6s; transition: all ease .6s;
		}

		.bignews a:hover .item_bg { opacity: .6; }
		.bignews .item .date { display: block; font-size: 1.2em; }
		.bignews .item .edit_btn { position: absolute; right: 0; top: 0; margin: 10px; }
		.bignews .edit_btn > a > i, .bignews .edit_btn > a:after, .bignews .edit_btn > a:before { background-color: #fff; }

	/* Хлебные крошки */
		.speedbar { color: #000; }
		.speedbar a { color: #000; }



/* --- speedbar --- */
.speedbar{
    display: block;
    background: #fff;
    color: #757575;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 16px 32px;
    width: auto;
    border-top: 1px solid rgba(0,0,0,0.06);
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.cleaning .speedbar{
    background-image: linear-gradient(-45deg, rgba(56, 166, 199, .05), transparent);
}
.recycling .speedbar{
    background-image: linear-gradient(-45deg, rgba(56, 199, 128, .05), transparent);
}
.speedbar:after{
    content: '';
    position: absolute;
    bottom: -13px;
    height: 13px;
    width: 100%;
    pointer-events: none;
    left: 0;
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%);
}


.cleaning > li a.sticker,
.cleaning > li .sticker-spoiler-btn{
    background: #0081a9;
}
.cleaning > li a.sticker:hover,
.cleaning > li .sticker-spoiler-btn:hover,
.cleaning > li .sticker-spoiler-btn.active{
    background: #38A6C7;
}
.recycling > li a.sticker,
.recycling > li .sticker-spoiler-btn{
    background: #2b9962;
}
.recycling > li a.sticker:hover,
.recycling > li .sticker-spoiler-btn:hover,
.recycling > li .sticker-spoiler-btn.active{
    background: #38C780;
}
.sticker{
    display: block;
    flex: 1;
    position: relative;
    padding: 12px 16px 12px 24px;
    width: auto;
    color: #fff;
    transition: .3s;
}
.sticker-spoiler-btn {
    position: relative;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: auto;
    transition: .3s;
    cursor: pointer;
}
.sticker-spoiler-btn::before {
    content: '';
    position: absolute;
    left: -13px;
    height: 100%;
    width: 13px;
    pointer-events: none;
    background-image: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
}
.sticker::after,
.sticker-spoiler-btn::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 0;
    height: 13px;
    width: 100%;
    pointer-events: none;
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
}
.line-edge {
    display: flex;
    flex-direction: column;
    width: 24px;
    height: auto;
    padding-left: 32px;
    background: inherit;
}
.cleaning .sticker > :first-child,
.cleaning .line-edge span:nth-of-type(2n+1){
    background: #2b8799;
}
.recycling .sticker > :first-child,
.recycling .line-edge span:nth-of-type(2n+1){
    background: #2b9962;
}
.line-edge span:nth-of-type(2n+1){
    border-radius: 0 64px 64px 0;
}
.line-edge span:nth-of-type(2n){
    background: inherit;
    border-radius: 64px 0 0 64px;
}
.line-edge span:nth-of-type(1){
    margin: 0 8px 0 -32px;
    height: 15%;
}
.line-edge span:nth-of-type(2){
    margin-left: -40px;
    height: 15%;
}
.line-edge span:nth-of-type(3){
    margin: 0 16px 0 -32px;
    height: 25%;
}
.line-edge span:nth-of-type(4){
    margin: 0 20px 0 -56px;
    height: 12%;
    background: #AAFF00;
    border-radius: 32px;
}
.line-edge span:nth-of-type(5){
    margin: 0 24px 0 -32px;
    height: 8%;
}
.line-edge span:nth-of-type(6){
    margin-left: -48px;
    height: 10%;
}
.line-edge span:nth-of-type(7){
    margin: 0 48px 0 -32px;
    height: 15%;
}

/* --- Правая колонка --- */
#rightside { position: relative; z-index: 1; }
#rightside:before {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		width: 13px; height: 100%;
        border-left: 1px solid rgba(0,0,0,0.06);
		background-image: -webkit-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -moz-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -o-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: -ms-linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
		background-image: linear-gradient(right, rgba(0,0,0,0) 0%, rgba(0,0,0,0.03) 100%);
	}

    .subcat_toggle{
        margin: 24px 16px -8px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .subcat_toggle a{
        color: #fff;
        background: #2b9962;
        padding: 12px 24px;
        position: relative;
        bottom: 0;
        transition: .3s;
        text-align: center;
        display: block;
        margin: 8px 16px;
        width: 280px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 #fff;
        border-radius: 64px;
    }
    .subcat_toggle a:hover{
        bottom: 4px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(43, 153, 98,.1);
    }

    .services_list{
        display: flex;
        flex-direction: column;
        padding-top: 32px;
    }
    .cleaning_first > ul:nth-of-type(1),
    .recycling_first > ul:nth-of-type(2){
        order: 1;
    }
    .cleaning_first > ul:nth-of-type(2),
    .recycling_first > ul:nth-of-type(1){
        order: 2;
    }
    .services_list .services a{
        display: block;
        transition: .2s;
    }
    .services_list .services a:hover{
        padding-left: 8px;
        transform: scale(1.07);
    }
    .services_list .cleaning .services a:hover{
        color: #2b8799;
        text-shadow: 0 0 4px rgba(56, 166, 199, .2);
    }
    .services_list .recycling .services a:hover{
        color: #2b9962;
        text-shadow: 0 0 4px rgba(56, 199, 128, .2);
    }
    .services_list > ul{
        margin: 0;
        padding: 0;
    }
    .services_list ul li{
        list-style-type: none;
    }
    .services_list .sticker a{
        font-size: 1.1rem;
    }
    .services_list .sub_cat{
        font-size: 20px;
    }
    .services_list .cat_posts li:not(:last-of-type) a{
       margin-bottom: 4px;
    }
    .services_list .no_sub_cat{
        padding-left: 48px;
    }

	#mainside { position: relative; }
    #content{
        display: flex;
        flex-wrap: wrap;
    }

	/* Блок */
	.block { padding: 32px; }
	.block_sep {
		margin: 50px 0;
		height: 1px; width: 100%;
		background: #e7e7e7;
	}
	.block > h4.title { text-transform: uppercase; }

	/* Вкладки в блоках */
	.block_tabs {
		list-style: none; height: 32px; padding: 2px; border-radius: 18px; margin-bottom: 25px; overflow: hidden;
		box-shadow: 0 1px 0 0 rgba(255,255,255,0.5), inset 0 1px 4px 0 rgba(0,0,0,0.06);
		-webkit-box-shadow: 0 1px 0 0 rgba(255,255,255,0.5), inset 0 1px 4px 0 rgba(0,0,0,0.06);
		background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		background-image: -ms-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		background-image: linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
		}
		.block_tabs > li { float: left; width: 50%; }
		.block_tabs > li > a {
			text-align: center;
			display: block;
			height: 22px; line-height: 22px;
			padding: 5px;
			color: #999;
			text-decoration: none !important;
			text-transform: uppercase;
			border-radius: 16px;
			font-size: 11px;
			font-weight: bold;
		}
		.block_tabs > li.active > a {
			color: #a0c92c;
			box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
			background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
			background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
			background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
			background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
			background-image: linear-gradient(top, #fff 0%, #f7f7f7 100%);
		}


	/* Блок баннера */
	.block > .banner { display: block; width: 100%; text-align: center; }
		.block > .banner img { max-width: 100%; vertical-align: top; }

	/* Популярные теги */
	.tag_list > span { margin: 0 3px 3px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			color: inherit;
			text-decoration: none !important;
			padding: 5px 10px;
			border-radius: 6px;
			background-color: #f0f0f0;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #2b9962;
			position: relative;
			box-shadow: 0 3px 20px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }



/* --- Главная страница --- */
    .recycling_tile,
    .cleaning_tile{
        position: relative;
        bottom: 0;
        margin: 16px;
        padding: 24px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(0,0,0,0);
        background: #fff;
        border-radius: 16px;
        transition: all .5s;
    }
    .cleaning_tile h1, .cleaning_tile h2{
        color: #0081a9;
    }
    .recycling_tile h1, .recycling_tile h2{
        color: #2b9962;
    }
    .main_story{
        display: flex;
    }
    .main_l_side{
        margin-right: 24px;
    }
    .main_l_side p{
        text-align: justify;
    }
    .main_poster {
        margin-bottom: 16px;
    }
    .main_poster img ,
    .main_poster_2 img {
        width: 300px;
        height: auto;
        transition: .3s;
    }
    .main_poster_2{
        display: none;
        text-align: center;
    }


/* --- 3 блока тарифов клининга --- */
.cleaning-tariffs{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px;
    background: rgba(255, 255, 255, .5);
    position: relative;
}
.cleaning-tariffs::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    height: 13px;
    width: 100%;
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.06) 100%);
    z-index: 2;
    pointer-events: none;
}
.tariff {
    position: relative;
    bottom: 0;
    display: flex;
    flex-direction: column;
    margin: 16px;
    padding: 24px;
    width: calc(33% - 96px);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(0, 0, 0, 0);
    background: #fff;
    flex: 1 1 auto;
    border-radius: 16px;
}

.tariff_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tariff .price{
    flex: auto;
    text-align: center;
    font-size: 23px;
}
.tariff .price h3{
    margin-bottom: 12px;
    font-size: 1.2rem;
    font-weight: 600;
    transition: .3s;
}
.tariff .price b{
    font-size: 35px;
    transition: .3s;
}
.tariff_outside_btn,
.tariff_spoiler_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.tariff_outside_btn {
    display: none;
    width: 72px;
    height: 72px;
    box-shadow: inset 0 0 24px 0 rgba(0, 0, 0, 0.2);
    transition: .3s;
}
.tariff_spoiler_btn{
    background: #0081a9;
    width: 48px;
    height: 48px;
    transition: .3s;
    cursor: pointer;
}
.tariff_spoiler_btn:hover,
.tariff_spoiler_btn.active{
    background: #38A6C7;
}
.tariff .details h4{
    color: #000;
    font-weight: 600;
}
.tariff .details p,
.tariff .details ul{
    font-size: .9rem;
    margin: 0;
}

/* --- Новости --- */
.story { position: relative; }
	.cleaning .story .title {
		color: #0081a9;
	}
	.recycling .story .title {
		color: #2b9962;
	}

    .shortstory{
        position: relative;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 16px;
        padding: 24px;
        width: calc(33% - 96px);
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(0, 0, 0, 0);
        background: #fff;
        flex: 1 1 auto;
        border-radius: 16px;
        transition: all .5s;
    }
    .cleaning .shortstory:hover{
        bottom: 4px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(0, 129, 169, .1);
    }
    .recycling .shortstory:hover{
        bottom: 4px;
        box-shadow: 0 2px 8px 0 rgba(0,0,0,0.11), 0 0 24px 0 rgba(0,0,0,0.06), 0 16px 24px 0 rgba(43, 153, 98, .1);
    }
    .shortstory .story_poster{
        padding: 8px 0;
        text-align: center;
    }

    .fullstory .story_poster{
        margin: 0 24px 0 0;
        float: left;
    }
    .story_poster img {
        width: 200px;
        height: auto;
        transition: .3s;
    }
    .story_text {
        height: 100%;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }
	/* Редактировал... */
	.editdate {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	/* Иконки новости "В закладки" и "Редактировать" */
	.story_icons { float: right; list-style: none; padding: 0; margin: 0 0 0 20px; }
		.story_icons > li { text-align: center; margin: 0 0 10px 0; }

		.fav_btn > a, .edit_btn > a {
			display: inline-block;
			width: 30px; height: 26px;
			padding-top: 4px;
		}
		.fav_btn .icon {
			width: 19px; height: 26px;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #919191; }
		.fav_btn:hover .icon-fav { fill: #1a1a1a; }
		.fav_btn .icon-fav_del { fill: #ffde27; }

	/* Кнопка "Редактировать" */
	.edit_btn > a { position: relative; overflow: hidden; }
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before {
			padding-top: 3px;
			width: 19px; height: 0;
			background-color: #1a1a1a;
			overflow: hidden;
			display: block;
			border-radius: 2px;
			margin: 3px 0 0 6px;
			opacity: .4;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.edit_btn > a:before { margin-top: 2px; }
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			opacity: 1;
		}
		.edit_btn > a:hover > i { margin-left: 0; }

	/* Вложения */
	.attachment > a { color: inherit; display: block; margin: .4em 0; }
	.attachment > a > .icon { fill: #2b9962; width: 16px; height: 17px; margin: -.2em .6em 0 0; }

	/* Важная новость */
	.fixed_label {
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 3px;
		padding: 4px 7px;
		background-color: #fcf5d1;
		color: #976318;
		margin-right: 1em;
	}

	/* Нижняя часть новости */
	.story_tools { display: flex; justify-content: center; }

		/* Иконки Плюс и Минус */
		.plus_icon, .plus_icon > span { width: 15px; height: 15px; }
		.plus_icon { border: 4px solid transparent; display: inline-block; vertical-align: middle; position: relative; }
		.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
			overflow: hidden;
			text-indent: -9999px;
			white-space: nowrap;
			position: absolute;
			border-radius: 2px;
		}
		.plus_icon > span:before, .plus_icon > span:after { background-color: #1a1a1a; content: ""; }
		.plus_icon > span { left: 0; top: 0; }
		.plus_icon > span:after {
			left: 0; top: 0;
			width: 100%; height: 3px;
			margin-top: 6px;
		}
		.plus_icon > span:before {
			left: 0; top: 0;
			width: 3px; height: 100%;
			margin-left: 6px;
		}
		.plus_icon.minus > span:before { display: none; }

		/* Иконка подробнее */
		.more_icon { height: 5px; width: 21px; margin-top: 8px; display: flex; justify-content: space-between; }
			.more_icon > i {
				float: left;
				width: 5px; height: 5px;
				border-radius: 50%;
				background-color: #fff;
			}

		/* Поделиться от Yandex */
		.share { float: left; margin: 10px 0 0 10px; }
			.share a .ya-share2__badge { border-radius: 50%; background-color: #1a1a1a; }
			.share a:hover .ya-share2__badge { background-color: #2b9962; }
			.share .ya-share2__container_size_s .ya-share2__icon { width: 21px; height: 21px; background-size: 21px 21px; }

		/* Статистика новости */
		.story_tools > .meta {
			margin: 11px 18px 0 0;
			float: right;
			position: relative;
			z-index: 1;
		}
		.meta:after { clear: both; display: table; content: ""; }
		.meta { list-style: none; padding: 0; margin: 0; }
		.meta > li { display: inline; margin-left: 25px; }
		.meta > li:first-child { margin-left: 0; }
		.meta > li .icon { margin: -3px 8px 0 0; }

		.signature {
			font-size: .9em;
			opacity: .5;
			margin-top: .9em;
		}

/* --- Постраничная навигация --- */
.navigation:after { clear: both; display: block; content: ""; }
	.navigation { position: relative; }
	.pages { text-align: center; padding: 0 55px; }
	.pages > * {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: 4px 4px;
		border: 3px solid transparent;
		min-width: 22px; height: 22px; line-height: 21px;
		border-radius: 18px;
		text-align: center;
		text-decoration: none !important;
		font-weight: bold;
	}
	.pages span { border-color: #e1e1e1; }
	.pages span.nav_ext { border-color: transparent !important; }
	.pages a:hover { border-color: #2b9962; color: #2b9962; }

	.page_next-prev { position: relative; height: 0; }
		.page_next-prev > span { position: absolute; top: 0; }
		.page_prev { left: 0; margin-left: -20px; }
		.page_next { right: 0; margin-right: -20px; }
		.page_next-prev > span > span { opacity: 0.5; }
		.page_next-prev > span > * { display: block; width: 36px; height: 28px; padding: 8px 20px 0 20px; }
		.page_next-prev > span .icon { fill: #1a1a1a; }
		.page_next-prev > span > a:hover .icon { fill: #2b9962; }

	/* Постраничная навигация в новости */
	.splitnewsnavigation {
		margin: 1.5em 0;
		padding: 15px 0;
		font-weight: bold;
		border: 0 dashed #efefef;
		border-width: 2px 0;
		text-transform: uppercase;
	}
		.splitnewsnavigation > div { display: inline; margin-left: 1em; }
		.splitnewsnavigation a { color: inherit; }
		.splitnewsnavigation a, .splitnewsnavigation span { padding: 6px 10px; }
		.splitnewsnavigation span { color: #2b9962; }

/* --- Статические страницы --- */
.static_pages { margin-top: 1.5em; font-weight: bold; }

/* --- Информация об ошибках --- */
.alert {
	background: #fcf6d2;
	padding: 20px 25px;
	margin-bottom: 25px;
	border-radius: 4px;
}

/* --- Комментарии --- */
/* Формы на UL */
ul.ui-form { list-style: none; padding: 0; margin: 0; }
	ul.ui-form > li { margin-bottom: 20px; }
	ul.ui-form > li:last-child { margin-bottom: 0; }
	.form-group { margin-bottom: 20px; }
	.form-group > label { display: block; margin-bottom: .4em; }
	.form-group.imp > label:after { content: "*"; margin: 0 0 0 10px; color: #e85319; }

	@media only screen and (min-width: 601px) {
		.form-group.combo:after { clear: both; display: table; content: ""; }
		.form-group.combo > .combo_field { width: 50%; float: left;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.form-group.combo > .combo_field:last-child { padding-left: 10px; }
		.form-group.combo > .combo_field:first-child { padding-right: 10px; }
	}
	@media only screen and (max-width: 600px) {
		.combo_field { margin-bottom: 20px; }
	}
	.form_submit { margin-top: 20px; }
	.form-sep { border-top: 1px solid #efefef; }

	/* Модификация BB редактора для комментариев */
	#comment-editor .bb-editor textarea { height: 140px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

	/* Страницы с формами */
	.regtext { margin-bottom: 1.5em; }
	.login_check { position: relative; }
	.login_check > input { padding-right: 120px; }
	.login_check > .btn {
		width: 100px; height: 30px;
		padding: 4px 10px;
		position: absolute;
		right: 0; top: 0;
		font-weight: bold;
		font-size: 11px;
		margin: 5px;
		background: #fff;
		color: #2b9962 !important;
	}

/* Комментарии: Оформление блока со списком комментариев */
.comments_box { background-color: #2b9962; padding: 13px; position: relative; }
	.comments_box_in {
		border-radius: 8px;
		background-color: #fff;
		padding: 37px;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		position: relative;
	}
	.comments_box_in:after, .comments_box:after { content: ""; position: absolute; top: 0; left: 0; margin-left: 288px; border: solid transparent; border-width: 0 31px 31px 0; }
	.comments_box:after { margin-top: -31px; border-bottom-color: #2b9962; }
	.comments_box_in:after { margin-top: -13px; border-bottom-color: #fff; }
	.comments_box_in .block { padding: 0; margin-top: 37px; margin-bottom: 0; }

	.comments_box_in > .title { text-transform: uppercase; margin-top: 0; }

/* Комментарии: Оформление */
.comment { margin-bottom: 50px; position: relative; }
	.comments_box_in .comment { margin-top: 37px; margin-bottom: 0; }

	/* Аватарка */
	.avatar { display: inline-block; }
	.avatar .cover {
		width: 100px; height: 100px;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}

	/* Верхняя часть комментария */
	.com_info {
		border: 1px solid #eaeaea;
		height: 39px;
		border-radius: 21px;
		margin-bottom: 1.5em;
		background: #fff;
		position: relative;
	}
		.com_info:after { clear: both; display: block; content: ""; }

		.com_info .avatar { float: left; margin: -6px 15px 0 -6px; }
		.com_info .avatar .cover { width: 41px; height: 41px; border: 5px solid #1a1a1a; }

		.com_user { float: left; margin-top: 9px; }
		.com_user > .name { margin-right: 20px; }
		.com_user > .name a { color: inherit; }

		.com_info > .rate { float: right; margin: 2px 10px 0 0; }
		.com_info > .rate .rate_stars { margin: 5px 2px 0 0; }
		.com_info > .rate .rate_like-dislike { margin-top: -2px; }

		.comment .status {
			position: absolute;
			left: 0;
			margin: 17px 0 0 -24px;
			overflow: hidden;
			text-indent: -9999px;
			background-color: #2b9962;
			width: 7px; height: 7px;
			border-radius: 50%;
		}
		.status.offline { background-color: #e75820; }
		.comment.online .status.offline, .status.online { display: none; }
		.comment.online .status.online, .status.offline { display: block; }

		.com_tools { margin: 1.5em 0 0 0; font-size: .9em; }
		.com_tools .edit_btn, .com_tools .mass { float: right; margin-top: -3px; }
		.com_tools .mass input { margin: 4px 0 0 10px; }
		.com_tools_links { display: inline; }
		.com_tools_links > a { margin: 0 2em 0 0; }
		.com_tools_links > a > .icon { margin: -3px 8px 0 0; }

	/* Древовидные комментарии */
	.comments-tree-list { padding: 0; margin: 0; list-style: none; position: relative; }
		.comments-tree-list .comment { position: static; margin: 0; }
		.comments-tree-list .comment:before {
			content: "";
			position: absolute;
			left: 0;
			width: 100%; height: 3px;
			background: #bababa;
			margin: 19px 0 0 0;
			background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAGBAMAAABDdsEYAAAAD1BMVEX///+6urrZ2dm/v7/9/f2Xp6s6AAAAHUlEQVQI12NwMlZhwACKgkKYgoaCwjgFCWvHahEArAICZfxDRiQAAAAASUVORK5CYII=);
			background-size: auto 3px;
			z-index: -2px;
		}
		.comments-tree-list .comments-tree-list { padding-left: 20px; position: static; }
		.comments-tree-list > li { margin-top: 37px; }

		/* Управление комментариями */
		.mass_comments_action { text-align: right; border-top: 2px dashed #efefef; padding: 20px 50px 0 50px; margin-top: 50px; }
		.block .mass_comments_action { padding-left: 0; padding-right: 0; }
		.comments_box_in .mass_comments_action { padding-left: 0; padding-right: 0; margin-top: 37px; }
		.mass_comments_action > select { padding: 5px; width: 200px; margin-left: 1em; }

/* --- Контакты --- */
#map { width: 100%; height: 400px; }
	.map_resp {
		width: 100%; padding-top: 60%; height: 0;
		position: relative;
	}
	.map_resp > #map {
		position: absolute;
		left: 0; top: 0; bottom: 0;
		height: auto;
		border-radius: 4px;
		overflow: hidden;
	}
	.contact_head > .title { margin-top: 0; }
	.contacts { font-size: 1.2em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
	}

/* --- PM --- */
.pm-box {
	margin-bottom: 1.5em;
	background-color: #f2f2f2;
	border-radius: 4px;
	}
		#pm-menu:after { content: ""; clear: both; display: block; }
		#pm-menu { border-bottom: 1px solid #fff; }
		#pm-menu > a {
			color: inherit;
			padding: 10px 12px;
			float: left;
			text-decoration: none !important;
			border-right: 1px solid #fff;
		}
		#pm-menu > a:first-child { border-radius: 4px 0 0 0; }
		#pm-menu > a:hover {
			background-color: #1a1a1a;
			color: #fff;
		}

		.pm_status { padding: 30px; }
		.pm_progress_bar {
			background-color: #fff;
			margin-bottom: 10px;
			border-radius: 10px;
			overflow: hidden;
			border: 3px solid #1a1a1a;
		}
		.pm_progress_bar span { background: #2b9962; font-size: 0; height: 14px; border-radius: 7px; display: block; overflow: hidden }

/* --- Страница пользователя --- */
.userinfo_top {
	position: relative;
	border-bottom: 2px dashed #efefef;
	padding: 50px;
	margin-bottom: 50px;
}
	.userinfo_top:after { clear: both; display: block; content: ""; }
	.userinfo_top .avatar { float: right; }
	.userinfo_status { margin: -1em 0 1.2em 0; font-size: .9em; }

	.user_tab {
		list-style: none; padding: 0; margin: 0;
		display: inline-block;
		border: 1px solid #e7e7e7;
		height: 28px;
		border-radius: 15px;
		}
		.user_tab:after { clear: both; display: block; content: ""; }
		.user_tab > li { float: left;  }
		.user_tab > li:first-child > a { border-left-width: 0; }
		.user_tab > li > a {
			border-left: 1px solid #e7e7e7;
			display: block;
			text-decoration: none !important;
			color: inherit;
			font-size: 11px;
			font-weight: bold;
			color: #999;
			line-height: 20px; padding: 4px 12px;
			-webkit-transition: color ease .3s; transition: color ease .3s;
		}
		.user_tab > li.active > a { color: inherit; }

		.usinf { list-style: none; padding: 0; margin: 0; }
		.usinf > li { padding: 12px 0; border-top: 1px solid #e7e7e7; }
		.usinf > li:first-child { border-top-width: 0; }

		.ui-c1, .ui-c2 { display: inline-block; vertical-align: top; }
		.ui-c1 { width: 30%; margin-right: 5%; }
		.ui-c2 { width: 60%; }

	/* Окно пользователя */
	.dle-popup-userprofile .ui-dialog-content { padding: 0; }
		.popup_userinfo_top { background-color: #f2f2f2; padding: 10px; text-align: center; }
		.popup_userinfo_top .avatar { vertical-align: top; border-radius: 50%; border: 3px solid #1a1a1a; }
		.popup_userinfo_top .avatar .cover {
			display: block;
			width: 120px; height: 120px;
			border: 10px solid #fff;
		}
		.popup_userinfo.useronline .avatar { border-color: #2b9962; }
		.popup_userinfo > ul { list-style: none; padding: 0; margin: 0; }

		.popup_userinfo .usinf { padding: 0px 20px; font-size: .9em; }

/* --- Статистика --- */
.stats_head > ul { list-style: none; padding: 0; margin: 0; font-size: 1.2em; }
	.stats_head > ul > li { margin-top: 15px; padding-left: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		border-radius: 50%;
		background-color:  #2b9962;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #ffde27; }
	.stats_head > ul > li.stats_w:before { background-color: #3e99e7; }

	.stat_group { margin-bottom: 25px; }
	.stat_group > h5 { margin-top: 0; margin-bottom: 1em; }
	.stat_group > ul { list-style: none; padding: 0; margin: 0; }
	.stat_group > ul > li { padding: .6em 0; border-top: 1px dotted #d5d5d5; }

/* --- Страница поиска --- */
.searchpage { border-bottom: 2px dashed #efefef; padding-bottom: 50px; margin-bottom: 0; }
	.search_head_line {
		border-bottom: 1px solid #eaeaea;
		padding-bottom: 30px; padding-top: 30px;
		margin: 0;
	}
	.search_result_num { font-size: .9em; margin: 25px 0 0; }
	.search table { width: 100%; border-spacing: 5px; border-collapse: separate; }
	#searchtable td, #searchtable td div, #searchtable table { margin: 0 !important; padding: 0 !important; }
		#searchtable td.search br { display: none; }
		td.search .bbcodes { margin: 0 !important; }
		td.search { vertical-align: top; }

/* --- Оптимизация для разрешений меньше 1200 px --- */
@media only screen and (min-width: 1201px) {
	.m_ico { display: none; }
}
@media only screen and (max-width: 1200px) {

	.n_ico { display: none; }

		.h_btn, .logotype {
			float: left;
			box-shadow: none;
			-webkit-box-shadow: none;
		}
        #menubtn {
            float: right;
        }
	/* Логотип */
	.logotype > .icon, .login > .avatar { width: 26px; height: 26px; margin-top: 17px; }

	/* Кнопки в шапке */
	.h_btn, .logotype { width: 60px; height: 60px; }
	.h_btn > .icon_close { margin: 17px 0 0 17px; }

	/* Авторизация */
	.login > .icon-login_m { margin-top: 16px; }
	.login > .avatar > .cover { width: 26px; height: 26px; }
		.num {
			background: #2b9962;
			color: #fff;
			font-weight: bold;
			height: 12px;
			line-height: 11px;
			min-width: 8px;
			padding: 1px 3px;
			display: inline-block;
			vertical-align: top;
			margin-top: -6px;
			text-align: center;
			font-size: 9px;
			border-radius: 7px;
		}

	/* Кнопка вызова меню */
	#menubtn { padding: 17px; }
		.menu_toggle, .icon_close { width: 26px; height: 26px; }
		.mt_1 { margin-top: 3px; }
		.mt_2 { margin-top: 11px; }
		.mt_3 { margin-top: 19px; }
		#menubtn.open .mt_1, #menubtn.open .mt_2, #menubtn.open .mt_3, .icon_close > i { margin-top: 11px; }

	/* Всплывающие меню */
	.head_drop { margin-left: 60px; }

	/* Оптимизация Меню */
	#menu {
		position: fixed;
		width: 100%;
		margin-left: 0;
	}
		.menubtn_open #menu { display: block; }
		.greenmenu {
			width: 100%; height: 100%;
			overflow-y: auto; overflow-x: hidden;
			-webkit-overflow-scrolling: touch;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.menubtn_open body, .sortbtn_open body, .loginbtn_open body,
		html.menubtn_open, html.sortbtn_open, html.loginbtn_open,
		.menubtn_open .page, .sortbtn_open .page, .loginbtn_open .page
		{ overflow: hidden !important; width: 100%; height: 100%; }

		.menu > a { padding: 12px 20px; }
		.menu > a.active { padding-right: 30px; }
		.menu > a.active:before { margin-right: 20px; }

		#q_search { position: relative; }
		.q_search > input { padding-left: 20px; }
		.q_search > .q_search_btn { margin-right: 9px; }

	/* Быстрый поиск */
	.q_search > input {
		height: 60px;
		line-height: 24px;
		padding: 18px 68px 18px 25px;
	}
	.q_search > .q_search_btn { margin: 9px 14px 0 0; }

	/* Хлебные крошки */
	#breadcrumbs { padding: 18px 30px; }

	/* Корректировка отступов */
		.block_sep { margin: 30px 0; }

	#footer { padding: 24px 0; }

		.footer { padding: 0 30px; }
		.foot { padding-top: 10px; }

		.foot_menu { padding-left: 30px; margin-bottom: 30px; }
		.foot_menu > li { padding-right: 30px; }

		.foot_menu > li nav > a { font-size: .9em; }

		.bignews .item_cont { font-size: 1em; margin: 30px; }

	/* Страница пользователя */
	.userinfo_top { padding: 30px; margin-bottom: 30px; }
    .main_poster img {
        width: 240px;
    }
}

/* --- Оптимизация для разрешений меньше 1024 px --- */
@media only screen and (min-width: 991px) {
    .tiles .title{
        min-height: 54px;
        text-align: center;
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .tiles .flex{
        flex-direction: column;
        height: 100%;
    }
}
@media only screen and (max-width: 990px) {
    body{ background: #fff;}

	.callback-uniform-mobile {
		display: flex;
	}
	.wrp { padding: 72px 10px 10px; }

    .logo {
        margin: 16px;
    }
    .call-link {
        padding-right: 16px;
    }
		#body_left, .body_left_in { display: initial;  position: static; height: 60px; width: 100%; }
		.body_left_in {
			position: fixed;
			left: 0; top: 0;
			background-color: #fff;
			z-index: 22;
			box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
		}

    .speedbar {
        padding: 16px;
    }
    .block {
        padding: 20px;
    }
    .main_poster img {
        width: 224px;
    }
    .main > #content,
    .tiles {
        padding: 8px;
    }
    .recycling_tile,
    .cleaning_tile{
        margin: 12px 8px;
    }
    [id^="spoiler-"].under_flexible_spoiler:not(.collapsed) {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.35s ease;
        transition: height 0.35s ease;
    }
    .tariff{
        margin: 12px;
        padding: 20px;
        width: auto;
    }
    .tariff_outside_btn{
        display: flex;
    }
    .shortstory {
        margin: 12px;
        padding: 20px;
        width: auto;
    }
    .shortstory .story_poster {
        padding: 0 24px 0 0;
        text-align: left;
    }
    .story_tools {
        justify-content: end;
    }

    #mainside .str_left { float: none; width: auto; }
    #mainside .str_right { display: none; }

	.copyright, .ca { display: block; float: none; }
	.ca { margin-top: 20px; }

    /* --- 3 блока тарифов клининга --- */
    .cleaning-tariffs{
        flex-direction: column;
    }
    .tariff .price {
        text-align: left;
    }
    #cleaning-tariffs-tables {
        flex-direction: column;
    }
    #cleaning-tariffs-tables .side_left {
        margin: 0 0 24px 0;
    }
    .fullstory::after {
        content: "";
        position: absolute; left: 0; top: 100%; width: 100%; height: 13px;
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 100%);
        background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 100%);
        background-image: linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.06) 100%);
    }
	/* Меню снизу */
	.foot_menu { margin: 0 0 30px 0; padding: 0 30px; }
		.foot_menu > li { float: none; width: auto; padding: 0; }
		.foot_menu > li:first-child > b { border-top-width: 0; }
		.foot_menu > li > b {
			cursor: pointer;
			margin: 0; padding: 5px 0 5px 32px;
		}

		.foot_menu > li > b i {
			display: block;
			float: left;
			width: 13px; height: 3px;
			position: relative;
			margin: 9px 0 5px -32px;
			background-color: #1a1a1a;
			border-radius: 2px;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #1a1a1a; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 13px; width: 3px;
			border-radius: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px 32px; padding-top: 0; }

	/* Оптимизация BB редактора */
	.bb-pane {
		width: 100%;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}
	#comment-editor .bb-editor textarea { height: 240px; }
	.bb-btn { float: none; display: inline-block; margin-left: -.3em !important; }

	/* Опрос в посте */
	.poll_block_in { padding: 30px; }
}

/* --- Оптимизация для разрешений меньше 800 px --- */
@media only screen and (max-width: 800px) {
	.wrp { padding: 72px 0 0 0; }
	.body { border-radius: 0; }
    #topside {
        flex-direction: column;
        align-items: center;
    }
    .call-link {
        text-align: center;
        padding: 0 16px 16px 16px;
    }
	.foot { padding: 20px; }
	.soc_links > .title { display: none; }
	.soc_links > a { margin-left: 0; margin-right: 6px; }

	h1, .h1 { font-size: 1.4em; }
	h2, .h2 { font-size: 1.3em; }
	h3, .h3 { font-size: 1.2em; }
	h4, .h4 { font-size: 1.1em; }
	h5, .h5 { font-size: 1.0em; }

    .main_story{
        flex-wrap: wrap;
    }
    .main_l_side{
        margin: 0 0 16px 0;
    }
    .main_r_side{
        margin: auto;
    }
    .main_poster {
        display: none;
    }
    .main_poster_2{
        display: block;
    }
    .speedbar {
        text-align: center;
    }
    .block {
        padding: 16px;
    }
    .recycling_tile, .cleaning_tile {
        text-align: center;
    }
}

/* --- Оптимизация для разрешений меньше 700 px --- */
@media only screen and (max-width: 700px) {
	/* Оптимизация шапки */
	.body { padding-left: 0; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; }

	/* Оптимизация Сортировки и авторизации */
	.head_drop {
		position: fixed;
		width: 100% !important;
		margin-left: 0;
		top: 60px; bottom: 0;
		overflow-y: auto; overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		background: #2b9962;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
		.head_drop:after {
			content: "";
			position: fixed; left: 0; top: 60px; width: 100%; height: 8px;
			background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
			background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
			background-image: -o-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
			background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
			background-image: linear-gradient(bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.14) 100%);
		}
		.head_drop .hd_pad { padding: 20px; }
		.sort_label { margin-bottom: 20px; }

	/* Карусель */
	.carousel .slide_prev .icon { margin-left: 20px; }
	.carousel .slide_next .icon { margin-right: 20px; }

	/* Корректировка отступов */
	.foot_menu { margin-bottom: 16px; padding: 0 16px; }
    .subcat_toggle{
        margin: 24px 0 8px;
    }
	.block { width: auto;}
    .tiles {
        display: flex;
        flex-direction: column;
    }
    .tiles .title{
        min-height: 54px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
    }
    .tiles .flex{
        flex-direction: column;
    }
    .shortstory .story_poster {
        padding: 8px 0;
        text-align: center;
    }
    .story_tools {
        justify-content: center;
    }
    .fullstory .story_poster {
        margin: 0 auto 16px;
        float: none;
        text-align: center;
    }
    .story_poster img {
        width: 300px;
    }

    .block_sep { display: none; }

    .story_tools > .meta { margin: 20px 0 0 0; }
    .story_tools > .meta > li { float: right; }
    .story_tools > .meta > li.meta_author { float: left; }

	/* Футер */
	#footer { padding: 20px 0; border-top-width: 0; }
		.footer { padding: 0 20px; }

		.soc_links { float: none; width: 100%; }
		.counters { float: none; visibility: hidden; opacity: 0; height: 0; overflow: hidden; }

	/* Хлебные крошки */
	#breadcrumbs {
		padding: 20px 0;
		overflow-y: hidden; overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.speedbar { padding: 16px; }
	#breadcrumbs .over { overflow: visible; max-width: none; }

	/* Персональные сообщения */
	.pm_status { padding: 20px; }

		#pm-menu {
			white-space: nowrap;
			overflow-y: hidden; overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		#pm-menu > a {
			display: inline-block;
			float: none;
			padding: 10px 20px;
		}

		.pmlist {
			width: 100%;
			margin: 0 -20px;
			padding: 0 20px;
			overflow-y: hidden; overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		.pmlist > form { min-width: 800px; padding-right: 20px; }

	/* Статистика */
	.stats_head > ul { font-size: 1em; margin-bottom: 20px; }
		.block_table_top_users { padding: 0; margin-top: 40px; }
		.block_table_top_users > .title { padding: 0 20px; }

		.table_top_users {
			overflow-y: hidden; overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		.table_top_users > table { width: 800px; margin: 0 20px; }

	/* Заголовок в контактов */
	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-bottom: 20px; }
		.contacts > .grid_1_2.grid_last { margin-bottom: 0; }
		.map_resp { padding-top: 100%; }

	/* Форма */
	.form_submit .c-capcha { float: none; margin-bottom: 20px; }
		.form_submit .c-capcha { padding-left: 110px; position: relative; }
		.form_submit .c-capcha img { position: absolute; left: 0; }
		.form_submit .c-capcha input { width: 100%; }

	/* Поиск по сайту */
	.searchpage { padding: 20px; margin-bottom: 0; }
	#dofullsearch { display: none; }

	/* Полная новость */
	#add_news_preview { display: none; }

	/* Постраничная навигация */
	.navigation { padding: 0; margin: 0; }
		.pages {
			background-color: #2b9962; padding: 20px;
			white-space: nowrap;
			overflow-y: hidden; overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}
		.pages > *:last-child { margin-right: 20px; }
		.page_next-prev { height: auto; position: relative; overflow: hidden; }
		.page_next-prev:before {
			content: "";
			position: absolute; left: 50%; top: 0; bottom: 0;
			width: 1px;
			background-color: #eaeaea;
		}
		.page_next-prev:after { content: ""; display: block; clear: both; }

		.page_next-prev > span { position: static; }
		.page_prev { float: left; width: 50%; margin: 0; }
		.page_next { float: right; width: 50%; margin: 0; }
		.page_next-prev > span > * {
			text-align: center;
			width: 100%; height: 20px;
			padding: 15px 0;
			display: block;
			margin: 0 auto;
		}
		.page_next-prev > span .icon { display: block; margin: 0 auto; }

	.pages span { border-color: #fff; color: #fff; }
		.pages a:hover { border-color: #1a1a1a; color: #1a1a1a; }

	/* Всплывающие окна */
	.ui-dialog { width: auto !important; left: 10px !important; right: 10px; }
	.ui-dialog-buttonset > .ui-button { margin: 2px; }

	/* Страница пользователя */
	.popup_userinfo_top, .userinfo_top { padding: 20px; }
		.userinfo_top { margin-bottom: 20px; text-align: center; }
		.userinfo_top .avatar { float: none; margin-bottom: 20px; }

		.ui-c1, .ui-c2 { display: block; width: auto; margin-right: 0; }

		.user_tab > li > a { padding: 4px 10px; }

	/* Сообщения */
	.alert { margin-bottom: 20px; padding: 20px; }

}
@media only screen and (max-width: 500px) {
    .logo_title {
        font-size: 1.7rem;
    }
    .logo_description,
    .call-link span {
        font-size: .95rem;
    }
    th:last-child {
        padding: 4px 8px;
    }
    th, td {
        padding: 4px 0 4px 8px;
    }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }
	.callback-uniform-mobile {
		padding: 16px;
	}
    .tariff .price h3 {
        font-size: 1.1rem;
    }
    #cleaning-tariffs-tables .side_right table{
        font-size: 14px;
    }
}
@media only screen and (max-device-width: 440px) {
	.logo {
        margin: 16px auto;
        flex-wrap: wrap;
        align-items: end;
        justify-content: center;
    }
	.logo svg{
	    width: 48px;
        height: 48px;
    }
    .logo_title{
        font-size: 1.3rem;
    }

    .logo_description{
        display: none;
    }
    .logo_description_2{
        display: block;
        font-size: .9rem;
    }
    .phone {
        font-size: 1.4rem;
    }
    .call-link span {
        font-size: .9rem;
    }
    .main_l_side p{
        text-align: initial;
    }
    .tariff .price h3 {
        font-size: .9rem;
    }
    .tariff .price b {
        font-size: 23px;
    }
    #cleaning-tariffs-tables .side_right table{
        font-size: 13px;
    }
}
@media only screen and (max-device-width: 400px) {
    .main > #content, .tiles {
        padding: 0;
    }
    .recycling_tile, .cleaning_tile {
        padding: 16px;
        margin: 12px 12px;
    }
    #cleaning-tariffs-tables .side_right table{
        font-size: 12px;
    }
    #cleaning-tariffs-tables .side_right th{
        min-width: 70px;
    }
}

.grecaptcha-badge {
    display: none;
}

.dle-popup-mediaupload {
	font-size: 13px;
}
#mediaupload-delete, #mediaupload-delete:hover {
    background-color: #ef5350;
    background-image: none;
}
.dle-popup-mediaupload.ui-dialog .ui-dialog-buttonpane {
    padding: 10px;
}

.file-preview-card, .mediaupload-box {
	background-color: #fff;
}

.dle-popup-mediaupload .mediaupload-insert-params {
    background-color: #ededed!important;
    border-top: 1px solid #ededed!important;
}

.upload-options .checkbox-inline {
	padding-left: 0!important;
}

.dle-popup-mediaupload select, .dle-popup-mediaupload textarea, .dle-popup-mediaupload input[type="text"] {
  height: auto;
  line-height: 1;
  padding: 5px;
}

.less {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(0 0 0 / 40%) 0px 10px 20px -5px;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}
/* Переназначения */
.full-width {
    width: auto;
}