:root {
	--font-size-xs: .75rem;
	--font-size-sm: .86rem;
	--font-size-base: .9rem;
	--font-size-lg: 1rem;
	--fix-size-base: 1rem
}

@media (min-width:1400px) and (min-resolution: 2dppx) {
	:root {
		--font-size-xs: clamp(.75rem, calc(1.05vw - 0.21rem), 1.05rem);
		--font-size-sm: clamp(.86rem, calc(1.05vw - 0.10rem), 1.16rem);
		--font-size-base: clamp(.9rem, calc(1.05vw - 0.06rem), 1.2rem);
		--font-size-lg: clamp(1rem, calc(1.05vw + 0.04rem), 1.3rem)
	}
}

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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; vertical-align: baseline } article, aside, 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 }

html { height: 100%; min-height: 100%; }
body { min-height: 100%; }
html, html a { -webkit-font-smoothing: antialiased; }

@media (prefers-reduced-motion: no-preference) {
	@view-transition {
		navigation: auto
	}
}
.wrp {
	max-width: 105em;
}
body, select, input, textarea, button {
	font-family: system-ui;
	font-size: var(--font-size-base);
	line-height: 1.5;
	color: #353535;
	outline: none;
}
	a { 
		outline: none;
		color: #3394e6;
		text-decoration: none;
	}
	a:hover { text-decoration: underline; }
	.meta a, .speedbar a, .tag_list a, .vote_more a, .story_tools .category a { color: #0c5f7e; }

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

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
	margin: 0 0 .7rem 0;
	line-height: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}

h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,.h1:last-child,.h2:last-child,.h3:last-child,.h4:last-child,.h5:last-child {
	margin-bottom: 0;
}

h1, .h1 { font-size: calc(var(--font-size-lg) * 1.375); }
h2, .h2 { font-size: calc(var(--font-size-lg) * 1.25); }
h3, .h3 { font-size: calc(var(--font-size-lg) * 1.125); }
h4, .h4 { font-size: var(--font-size-lg); }
h5, .h5 { font-size: calc(var(--font-size-lg) * .875); }
h6, .h6 { font-size: calc(var(--font-size-lg) * .75); }

.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}

.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: 20px; margin-bottom: 25px; }
	fieldset legend { font-weight: bold; }

.grey { color: #64748b; }
.grey a { color: inherit; }
.grey a:hover { color: #353535; }
.blue { color: #3394e6; }
.orange { color: #e85319; }

sup { vertical-align: super; font-size: smaller; }
sub { vertical-align: sub; 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; }

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

ul { padding-left: 40px; list-style: disc outside; margin-top: 1em; margin-bottom: 1em;}
ol { padding-left: 40px; list-style: decimal outside; margin-top: 1em; margin-bottom: 1em;}

	strong, b { font-weight: bold }
	em, cite, i { font-style: italic }
	caption { text-align: left }
	th, td { vertical-align: middle }
	small, .small { font-size: .9em; }
	hr { height: 0; border: 0; border-top: 2px solid #eeeeef; -moz-box-sizing: content-box; box-sizing: content-box; margin: 20px 0; }

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

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

@media only screen and (min-width: 601px) {
.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; }
}

.dropdown { position: relative; }
	.dropdown-menu, .dropdown-form {
		min-width: 160px; padding: 12px 0; border-radius: 2px; margin-top: 5px !important; display: none; z-index: 99; position: absolute;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
		background-color: #fff;
	}
	.dropdown-menu { list-style: none; margin: 0; }
	.dropdown-form { padding: 40px; }

	.dropdown-menu.dot:before, .dropdown-form.dot:before {
		content: "";
		position: absolute;
		top: 0; left: 50%;
		margin: -11px 0 0 -11px;
		width: 22px; height: 22px;
		border-radius: 50%;
		background-color: #fff;
	}


	.dropdown-menu li a { height: 1%; padding: 5px 20px; border: 0 none; display: block; white-space: nowrap; text-decoration: none; color: inherit; }
	.dropdown-menu li a:hover { background-color: #e05b37; color: #fff; }
	.open .dropdown-menu, .open .dropdown-form { display: block; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
	.fade.in { opacity: 1; }
	.collapse { overflow: hidden; height: 0; width: 0; display: inline-block; }
	.collapse.in { display: block; width: auto; height: auto; }
	.collapsing { position: relative; 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: 2.22em;
	height: 2.22em;
	fill: #0c5f7eed;
	vertical-align: middle;
}
	.icon-logo { width: 2.92em; height: 2.92em; }

	.icon-vk { width: .7em; height: 1em; }
	.icon-tw { width: .98em; height: 1em; }
	.icon-fb { width: .56em; height: 1em; }
	.icon-gp { width: 1.26em; height: 1em; }
	.icon-ya { width: .49em; height: 1em; }
	.icon-od { width: .7em; height: 1em; }
	.icon-mail { width: 1.12em; height: 1em; }

	.grey .icon { fill: #64748b; }

body { background: #f1f5f9; }

.conteiner:after, #header:after { clear: both; content: ""; display: table; }
.midside {
	float: left;
	padding: 0 24.31em 0 13%;
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rightside {
	float: right;
	width: 20.83em;
	padding: 0 1.74em;
	margin-left: -24.31em;
	position: relative;
}

#header { margin-bottom: 1.74em; }
#header, #header_menu { height: 5.56em; }
.header {
	width: 100%; height: 0; z-index: 22;
	position: fixed;
	left: 0; top: 0;
}
	.header .midside { height: 0; }
	#header_menu {
		position: relative; z-index: 15;
		padding: 0 1.74em;
		background-color: rgb(12 95 126 / 93%);
		border-radius: 0 0 2px 2px;
		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);
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

#mobile_menu_btn {
	position: absolute;
	left: 0; top: 0;
	width: 40px; height: 80px;
	text-transform: lowercase;
	white-space: nowrap;
	border: 0 none;
	background-color: transparent;
	color: #fff;
	padding: 5px;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,0.1)
}
	#mobile_menu_btn > *, #mobile_menu_btn { cursor: pointer; }
	.menu_toggle { display: inline-block; vertical-align: middle; width: 18px; height: 18px; margin: -2px 6px; position: relative; }
	.menu_toggle > i {
		height: 2px; width: 100%;
		background-color: #fff;
		position: absolute;
		left: 0; top: 0;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.mt_1 { margin-top: 2px; }
	.mt_2 { margin-top: 8px; }
	.mt_3 { margin-top: 14px; }
	.menu_toggle__title { display: none; }
	.mobile-menu_open #mobile_menu_btn .mt_1 {
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
	}
	.mobile-menu_open #mobile_menu_btn .mt_2 { opacity: 0; }
	.mobile-menu_open #mobile_menu_btn .mt_3 {
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
	}

.logotype {
	white-space: nowrap;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 5.55em;
}
	.logotype .logo_title {
		margin: 0 0 0 .9em;
		font-size: calc(var(--font-size-lg) * 1.25);
		line-height: 1.7em;
		font-weight: normal;
	}
	.logotype .icon-logo { fill: #fff; }

	#top_menu { margin: 0 1.74em; flex: 1 auto; white-space: nowrap; text-align: center; cursor: default; }
	#top_menu > a {
		text-decoration: none !important;
		display: inline-block;
		color: #fff;
		position: relative;
		z-index: 2;
		padding: .694em 1.389em;
		opacity: .8;
	}
	#top_menu > a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: .694em; height: .694em;
		border-radius: 100%;
		background-color: #fff;
		overflow: hidden;
		opacity: 0;
	}
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: .694em; height: .694em; opacity: 0; }
		50% { margin: -3.472em 0 0 -3.472em; width: 6.94em; height: 6.94em; opacity: .15; } 
		100% { margin: -5.55em 0 0 -5.55em; width: 10em; height: 10em; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: .694em; height: .694em; opacity: 0; }
		50% { margin: -3.472em 0 0 -3.472em; width: 6.94em; height: 6.94em; opacity: .15; } 
		100% { margin: -5.55em 0 0 -5.55em; width: 10em; height: 10em; opacity: 0; }
	}

	#top_menu > a:hover { z-index: 1; opacity: 1; }
	#top_menu > a:hover:after {
		-webkit-animation: sun .3s ease;
		animation: sun .3s ease;
	}

	#top_menu > a.active { cursor: default; opacity: 1; }
	#top_menu > a.active:before {
		content: "";
		position: absolute;
		left: 50%; top: 100%;
		width: .278em; height: .278em;
		margin: -.139em 0 0 -.139em;
		border-radius: 50%;
		background-color: #fff;
	}
	#top_menu > a.active:after { display: none; }

#login_pane {
	list-style: none;
	padding: 0; margin: 0;
}
	#login_pane > li > .btn-border {
		border-color: rgba(255,255,255,0.2);
		color: #fff;
		white-space: nowrap;
		text-shadow: none;
	}
	#login_pane > li > .btn-border:hover {
		border-color: #fff;
		box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
	}
	#login_pane > li > .btn-border .over { max-width: 120px; margin-top: -2px; }
	#login_pane > li > .btn-border > .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
	.pm_num {
		font-size: calc(var(--font-size-lg) * .69);
		background-color: #fff;
		border-radius: 50%;
		min-width: 1.09em; height: 1.09em;
		line-height: 1.09em;
		margin: -.181em -1.27em 0 1.09em;
		padding: .278em;
		color: #0c5f7e;
		text-align: center;
		vertical-align: middle;
	}

	#login_pane .dropdown-form {
		text-align: center;
		left: 50%;
		padding: 2.71em; margin-left: -10.42em;
		width: 15.28em;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 1.389em; }
	.login_form {
		list-style: none;
		padding: 0; margin: 0;
		border-bottom: 1px solid #efefef;
	}
	.login_form > li {
		border-top: 1px solid #efefef;
		display: block;
		position: relative;
	}
	.login_form > li > label { display: none; }
	.login_form > li > input {
		border: 0 none;
		padding: 19px; padding-left: 23px;
		border-radius: 0;
		background-color: transparent;
		width: 100%; height: 60px;
	}
	.login_form > li > .icon {
		position: absolute;
		left: 0; top: 50%;
		margin: -7px 0 0 0;
		height: 14px; width: 1em;
	}
	.login_form > li.login_input-btn > input { padding-right: 65px; }
	.login_form > li.login_input-btn > .btn {
		position: absolute;
		right: 0; top: 50%;
		margin-top: -18px; padding: 0;
		width: 54px;
	}
	.login_form__foot { text-align: left; margin-top: 20px; }

	.dropdown-form.logged:after {
		content: "";
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 6.875em;
		z-index: -1;
	}
		.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f1f5f9; }
		.login_pane__info .avatar { margin: .833em 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 1.74em 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: .972em 0; display: block;
			border-top: 1px solid #efefef;
		}
		.login_pane__menu li a:hover { color: #0c5f7e; }
		
		.login_pane__foot { text-align: left; }
		.login_pane__foot .plus_icon { margin: -.208em .35em 0 0; }


@media only screen and (min-width: 601px) {
	#cat_menu {
		float: left;
		width: 13%;
		position: relative;
		z-index: 10;
		margin-top: 7.292em;
	}
	.cat_menu a, .cat_menu a:after { -webkit-transition: all ease .22s; transition: all ease .22s; }
	.cat_menu a {
		display: block;
		padding: 6% .694em;
		color: #5a5a5a;
		text-decoration: none !important;
		position: relative;
	}
	.cat_menu a:hover { color: #0c5f7eed; }
	.cat_menu a:before, .cat_menu a:after {
		content: "";
		position: absolute;
		left: 0; top: 0; bottom: 0;
		background-color: #5a5a5a;
		width: 0; height: auto;
	}
	.cat_menu a:hover:after { width: .35em; background-color: #0c5f7eed; }

	.cat_menu a.active { cursor: default; color: inherit; }
	.cat_menu a.active:after { display: none; }
	.cat_menu a.active:before { width: .35em; }
}

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

.cat_menu ul ul {
  padding-left: 10px;
}

#cat_menu .soc_links { padding: 0 1.74em; margin-top: 2.431em; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 1.81em; height: 1.81em; line-height: 1.81em;
		border-radius: 50%;
		background-color: #bababa;
		text-align: center;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.soc_links > a:hover {
		-webkit-transform: scale(1.3,1.3);
    	transform: scale(1.3,1.3);
    }
	.soc_links > a > .icon { fill: #fff; vertical-align: middle; margin: -.208em 0 0 0; }

	.soc_vk:hover { background-color: #5486ca; }
	.soc_tw:hover { background-color: #60bbf5; }
	.soc_fb:hover { background-color: #4268ca; }
	.soc_gp:hover { background-color: #de553a; }
	.soc_ya:hover { background-color: #ff0000; }
	.soc_od:hover { background-color: #ff7800; }
	.soc_mail:hover { background-color: #006cff; }


.q_search { position: relative; margin-top: 1.53em; }
	.q_search > input {
		width: 100%;
		padding: .49em 5em .49em 1.25em;
		border-radius: 0.55em;
		background-color: #e2e8f0;
		display: block;
		border: 0 none;
		box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: inset 0 1px 1px 0 rgba(0,0,0,0.1);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.q_search > input:focus {
		background-color: #fff;
		box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
	}
	.q_search > .btn { width: 2.22em; padding: 0; position: absolute; right: 0; top: 1.25em; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -0.55em 0 0 -0.55em; width: 1.11em; height: 1.11em; fill: #737373;}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 2.22em;
		width: 2.22em; height: 2.22em;
	}
	.q_search .icon-set {
		width: 1.11em; height: 1.11em;
		position: absolute;
		left: 50%; top: 50%;
		margin: -0.55em 0 0 -0.55em;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #0c5f7eed; }


.carousel {
	position: relative;
	padding-top: 49%;
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 7px 14px 0 rgba(65,69,88,0.1), 0 3px 6px 0 rgba(0,0,0,0.07);
}
	.carousel-inner {
		position: absolute;
		overflow: hidden;
		width: 100%;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item {
		display: none;
		position: relative;
		width: 100%; height: 100%;
		overflow: hidden;
		-webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left;
	}
	.carousel-inner > .item > .cover {
		width: 100%;
		position: absolute;
		left: 0; top: 0; bottom: 0;
	}
	.carousel-inner > .item > img,
	.carousel-inner > .item > a > img { line-height: 1; vertical-align: top; }

	.carousel-inner > .active,
	.carousel-inner > .next,
	.carousel-inner > .prev { display: block; }
	.carousel-inner > .active { left: 0; }
	.carousel-inner > .next,
	.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
	.carousel-inner > .next { left: 100%; }
	.carousel-inner > .prev { left: -100%; }
	.carousel-inner > .next.left,
	.carousel-inner > .prev.right { left: 0; }
	.carousel-inner > .active.left { left: -100%; }
	.carousel-inner > .active.right { left: 100%; }
	.carousel-control {
		position: absolute;
		top: 0; bottom: 0; right: 0;
		margin: 1.74em;
		width: 3.06em;
		display: flex;
		align-items: center;
		z-index: 1;
	}
	.carousel-control_in {
		box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 5px 25px 0 rgba(0,0,0,0.2);
		background-color: #fff;
		border-radius: 1.53em;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 1.04em .833em;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 1.39em; height: 2.22em;
	}
	.carousel-control a:hover > .icon { fill: #0c5f7eed; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 1.39em; height: 1.39em;
		margin: 0 auto;
		cursor: pointer;
		position: relative;
	}
	.carousel-indicators li:after, .carousel-indicators li:before {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		border-radius: 50%;
	}
	.carousel-indicators li:after {
		width: .28em; height: .28em;
		margin: -.139em 0 0 -.139em;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #3394e6; }
	.carousel-indicators li:before {
		display: none;
		border: .139em solid #3394e6;
		width: .56em; height: .56em;
		margin: -.417em 0 0 -.417em;
		box-sizing: initial;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; right: 6.53em;
		margin: 0 0 8% 8%;
		z-index: 10;
		color: #fff;
		text-shadow: 0 1px 1px rgba(0,0,0, 0.2);
	}
	.carousel-caption .title {
		font-weight: bold;
		letter-spacing: -.03em;
		font-size: 2.9em;
		line-height: 1.3em;
	}
	.carousel-caption .text { 
		font-size: 1.3em;
		line-height: 1.45em;
	}
	.carousel.vertical .carousel-inner { height: 100%; }
	.carousel.vertical .item { left: 0; -webkit-transition: .4s ease-in-out top; transition: .4s ease-in-out top; }
	.carousel.vertical .active { top: 0; }
	.carousel.vertical .next { top: 100%; }
	.carousel.vertical .prev { top: -100%; }
	.carousel.vertical .next.left,
	.carousel.vertical .prev.right { top: 0; }
	.carousel.vertical .active.left { top: -100%; }
	.carousel.vertical .active.right { top: 100%; }

#content, .content_top { position: relative; }

.pagetools {
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	margin-bottom: 1.929em;
	position: relative;
	padding-left: 8%;
	width: 100%; height: 3.858em;
	overflow: hidden;
	font-size: .9em;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
	#combo-tools .pagetools_in { 
		height: 100px;
		-webkit-transition: all .3s ease .2s; transition: all .3s ease .2s;
	}
	.pagetools_in { color: #64748b; }
	.sortbar_in, .speedbar { display: block; height: 1.697em; padding: 1.08em 1.929em; line-height: 1.697em; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 3.858em;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 1.08em auto 0 auto;
		width: 2.314em; height: 1.543em;
	}
	#combo-tools.active > .pagetools_in { margin-top: -3.858em; }
	.breadcrumb .over { vertical-align: baseline; }

	.sortbar_in { white-space: nowrap; }
	.sortbar_in > form { display: inline; }

.box, .com_list div.comment {
	background-color: #fff;
	margin-bottom: 1.74em;
	border-radius: 2px;
	position: relative;
	box-shadow:0 5px 12px rgba(126,142,177,.2);
}
	.box > .heading { padding: 4% 4%; margin: 0; text-transform: uppercase; }
	.box > .heading .hnum { font-size: .6em; display: inline-block; vertical-align: top; margin: 0 0 0 .4em; }
	.box_in { padding: 2em 2.78em }

	.story .title { margin: -.1em 0 1em 0; font-size: calc(var(--font-size-lg) * 1.25); }
	.story .title > a {
		color: inherit;
		text-decoration: none !important;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.story .title > a:hover { color: #3394e6; }

	.story_icons {
		position: absolute;
		top: 0; left: 0;
		width: 2.78em;
		list-style: none;
		padding: 2.08em 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 .694em 0; }

	.story .box_in > .text { font-size: var(--font-size-base); }
	.story .box_in > .text:after { content: ""; display: block; clear: both; }
	.story .box_in > .text > img[style*="left"], .story .box_in > .text > .highslide img[style*="left"] { margin: 2px 4% 4% 0; }
	.story .box_in > .text > img[style*="right"], .story .box_in > .text > .highslide img[style*="right"] { margin: 2px 0 4% 4%; }
	.story .box_in > .text img { max-width: 100%; aspect-ratio: auto; height: auto;}

	.editdate {
		margin: 4% 0 0 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}

	.fav_btn > a, .edit_btn > a {
		display: inline-block;
		padding: 4px;
		width: 1.11em; height: 1.11em;
	}
		.fav_btn .icon {
			width: 1.11em; height: 1.11em;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #64748b; }
		.fav_btn:hover .icon-fav { fill: #0c5f7eed; }
		@media only screen and (min-width: 601px) {
			.fixed_story .fav_btn .icon-fav { fill: #fff; }
			.fixed_story .fav_btn:hover .icon-fav { fill: #fff; }
		}
		
		.fav_btn .icon-star { fill: #fed762; }

	.edit_btn > a {
		position: relative;
		-webkit-transition: transform ease .2s; transition: transform ease .2s;
	}
		.edit_btn > a > i, .edit_btn > a:after, .edit_btn > a:before { 
			padding-top: .139em;
			width: 1.11em; height: 0;
			background-color: #64748b;
			overflow: hidden;
			display: block;
			margin: .208em 0;
		}
		.edit_btn > a:after, .edit_btn > a:before { content: ""; }
		.edit_btn > a:hover > i, .edit_btn > a:hover:after, .edit_btn > a:hover:before {
			background-color: #0c5f7e;
		}
		.edit_btn > a:hover { 
			-webkit-transform: rotate(90deg); transform: rotate(90deg);
		}

	.fixed_label {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 2.08em;
		padding-top: 4%;
	}
		.fixed_label:before {
			content: "";
			position: absolute;
			left: 50%; top: 0; bottom: 0;
			margin: 0 0 0 -1.04em;
			background-color: #e85319;
			width: 2.08em;
		}
		.fixed_label:after {
			content: "";
			position: absolute;
			bottom: 0; left: 50%;
			margin: 0 0 0 -1.04em;
			border: solid transparent;
			border-bottom-color: #fff;
			border-width: 0 1.04em .347em 1.04em;
			z-index: 1;
		}
	
	.story_tools { margin-top: 4%; }
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: .833em; height: 1.04em; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: .417em; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			padding: .417em .833em;
			border: 1px solid #eaeaea;
			border-radius: 0.555em;
			text-decoration: none !important;
			font-weight: bold;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 1.11em; height: 1.04em; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 1.528em; height: 1.528em;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: .972em; height: 1.04em;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #0c5f7eed; }
		.rate_like-dislike .ratingplus { color: #88c54d; }
		.rate_like-dislike .ratingminus { color: #e45757; }
		.rate_like-dislike > span { cursor: default; margin: 0 .3em; }

	.story > .meta { font-size: .9em; background-color: #f1f5f9; padding: 2% 4%; border-radius: 0 0 2px 2px; }
		.meta:after, .story_tools:after { clear: both; display: table; content: ""; }
		.meta > ul { list-style: none; padding: 0; margin: 0; }
		.meta > ul > li { display: inline; }
		.meta > ul.left > li { margin-right: 2em; }
		.meta > ul.right > li { margin-left: 2em; }
		.meta .icon { width: 1.11em; height: 1.11em; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 1.25em; }

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

.navigation { margin: 25px 0; }
	.navigation:after { clear: both; display: block; content: ""; }

	.pages { text-align: left; }
	.pages span, .pages a:hover, .page_next-prev { 
		background-color: #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);
		border-radius: .555em;
	}
	.pages span, .pages a {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: .486em .486em;
		min-width: 1.528em; height: 1.528em; line-height: 1.528em;
		text-align: center;
		text-decoration: none !important;
		font-weight: bold;
	}
	.pages span { color: #399; }
	.pages a:hover { color: #fff; background-color: #3394e6; }
	.pages span { color: #3394e6; }

	.page_next-prev { float: right; height: 2.5em; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 2.22em; height: 1.389em; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #0c5f7eed; }
		.page_next-prev > span > * { float: left; padding: .555em .833em; }

	.page_next > span, .page_prev > span { opacity: 0.5; }

	.splitnewsnavigation { margin-top: 4%; padding-top: 4%; font-weight: bold; border-top: 1px solid #efefef; }
	.splitnewsnavigation > a, .splitnewsnavigation > span { padding: 6px 10px; }

.hblock > .title {
	text-transform: uppercase;
	font-weight: bold;
	background-color: #f1f5f9;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.banner_300 img { width: 100%; }
	.midside .banner {
		padding: 2.5% 8%;
		text-align: center;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev {
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.midside .next-prev a {
		margin:  10px;
	}
	.hblock .banner { border-top: 1px solid #efefef; }

	.informer_list {
		list-style: none;
		margin: 0 -25px 0 0;
		padding: 0;
	}
		.informer_list:after { clear: both; display: block; content: ""; }
		.informer_list li {
			float: left;
			width: 33.33333%;
			padding-right: 25px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.informer_list li .title { font-weight: bold; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #0c5f7eed; }
		
		.more_icon {
			display: inline-block;
			background-color: #0c5f7e;
			border-radius: 9px;
			height: 4px;
			padding: 7px 8px;
			margin-top: 1em;
			}
		.more_icon:after { clear: both; display: block; content: ""; }
		.more_icon > i {
			margin-left: 2px;
			float: left;
			width: 4px; height: 4px;
			border-radius: 50%;
			background-color: #fff;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.more_icon:hover > i { margin-left: 10px; }
		.more_icon > i:first-child { margin-left: 0 !important; }

.block, .rightside .banner { margin-bottom: 25px; }
	.rightside .banner { 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); }

	.block > .title {
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		margin: 0 0 1.25em 0;
	}
	.block > .title > b, .block > .title:after, .block > .title > h4 { font-size: 1em; margin: 0; display: inline-block; vertical-align: middle; }
	.block > .title:after {
		content: "";
		background: #dedede;
		height: 0.25em; width: 100%;
		margin: 0 0 0 .9375em;
		border-top: 1px solid #d1d1d1;
	}

	@media only screen and (max-width: 1279px) { .banner_300 { display: none; } }
	@media only screen and (min-width: 1280px) { .banner_240 { display: none; } }

	ol.topnews {
		margin: -1.389em 0 0 0; padding: 0;
		list-style: none;
		counter-reset: ol-counter;
	}
		ol.topnews > li > a:after { content: ""; display: block; clear: both; }
		ol.topnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 1.74em 0 1.74em 4.86em;
		}
		ol.topnews > li:last-child > a { border-bottom-width: 0; }
		ol.topnews > li > a:before, ol.topnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		ol.topnews > li > a:before {
			content: counter(ol-counter);
			counter-increment: ol-counter;
			font-weight: bold;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #0c5f7eed;
			width: 2.23em; height: 2.23em;
			text-align: center;
			float: left;
			line-height: 1.4em;
			padding: .325em 0;
			margin-left: -3.27em;
			color: #0c5f7eed;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #0c5f7eed;
			box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22); -webkit-box-shadow: 0 9px 13px 0 rgba(0,0,0,0.22);
		}
		ol.topnews > li > a > * { cursor: pointer; display: block; }
		ol.topnews > li > a > b { display: block; }
		ol.topnews > li > a > span {
			font-size: .9em;
			opacity: .7;
			text-transform: lowercase;
			margin-top: .4em;
		}
		ol.topnews > li > a:hover > b { color: #0c5f7eed; }

	.block_grey {
		padding: 25px;
		margin-bottom: 25px;
		border-radius: 2px;
		background-color: #e2e8f0;
	}
		.block_grey > .title {
			margin: 0 0 1em 0;
			font-size: 1em;
			letter-spacing: 0;
		}
		.vote_more { font-size: .9em; margin: -.7em 0 1em 0; }

		.vote_list { margin: 8% 0; }
		.vote_list .vote, .vote_list .pollanswer { margin: .6em 0 .2em 0; }
		.vote_list .vote > input, .vote_list .pollanswer > input { display:none;  }
		.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
			display:inline-block;
			width: 8px; height: 8px;
			border: 4px solid #3b3b3b;
			background-color: #fff;
			margin: -3px 4px 0 0;
			vertical-align:middle;
			cursor:pointer;
			content: "";
			border-radius: 2px;
		}
		.vote_list .vote > input[type="radio"] + label:before,
		.vote_list .pollanswer > input[type="radio"] + label:before { border-radius: 50%; }
		.vote_list .vote > input + label:hover:before, .vote_list .pollanswer > input + label:hover:before { border-color: #3394e6; }
		.vote_list .vote > input:checked + label:before, .vote_list .pollanswer > input:checked + label:before {
			background-color: #3394e6;
			border-color: #3394e6;
		}
		.vote_list .vote > input + label:before, .vote_list .vote > input:checked + label:before,
		.vote_list .pollanswer > input + label:before, .vote_list .pollanswer > input:checked + label:before
		{ -webkit-transition: border-color ease .2s; transition: border-color ease .2s; }

		.btn-border .icon-votes { width: 1.11em; height: .972em; margin: -.208em 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

		#dlevotespopupcontent { height: auto !important; overflow: visible !important; }

	.title_tabs { margin: -.694em 0 .694em 0 !important; }
	.title_tabs ul { cursor: default; list-style: none; padding: 0; margin: 0 0 0 15px; }
		.title_tabs * { display: inline-block; vertical-align: middle; }
		.title_tabs ul li > a {
			display: block;
			width: 2.5em; height: 1.11em;
			padding: .694em 0;
			border-radius: 50%;
			margin-bottom: .139em;
			text-align: center;
			position: relative;
		}
		.title_tabs ul li.active > a {
			background-color: #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);
		}
		.title_tabs ul li > a > .icon { width: 1.11em; height: 1.11em; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #0c5f7eed; }

	.block_bg {
		margin-bottom: 1.74em;
		background-color: #1b64a8;
		border-radius: .139em;
		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);
		padding: 1.74em;
	}
		.block_bg > .title {
			font-size: 1em;
			color: #fff;
			margin: -.2em 0 .6em 0;
			text-transform: uppercase;
		}
		.change_skin {
			background: url(../images/change_skin.png) no-repeat 0 50%;
			-webkit-background-size: cover; background-size: cover;
		}

		.change_skin .styled_select {
			background: #fff;
			border-radius: 2px;
			width: 100%;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
			border-width: 0;
			overflow: hidden;
			position: relative;
		}
		.change_skin .styled_select > .icon {
			position: absolute;
			left: 100%; top: 50%;
			width: 1.11em; height: .694em;
			margin: -.347em 0 0 -1.806em;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #0c5f7eed; }
		.change_skin .styled_select select {
			width: 112%;
			background-color: transparent;
			border-width: 0;
			padding: .49em;
			position: relative;
			z-index: 1;
			appearance: none; -webkit-appearance: none; -moz-appearance: none;
		}
	
	.tag_list > span { margin: 0 2px 2px 0; }
		.tag_list > span, .tag_list > span > a { display: inline-block; }
		.tag_list > span > a {
			border: 1px solid #d6d6d6;
			color: inherit;
			text-decoration: none !important;
			padding: 4px 8px;
			border-radius: 2px;
		}
		.tag_list > span > a:hover {
			background-color: #fff;
			color: #3394e6;
			border-color: #fff;
			box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,0.2);
		}
		.tags_more { margin-top: 1em; }

	.relnews {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.relnews > li > a:after { content: ""; display: block; clear: both; }
		.relnews > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.relnews > li:last-child > a { border-bottom-width: 0; }
		.relnews > li > a .icon, .relnews > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.relnews > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.relnews > li > a > * { cursor: pointer; display: block; }
		.relnews > li > a > b { display: block; }
		.relnews > li > a > span {
			font-size: .9em;
			opacity: .5;
			text-transform: lowercase;
			margin-top: .4em;
		}
		.relnews > li > a:hover > b { color: #3394e6; }

	.lastcomm {
		margin: -20px 0 0 0; padding: 0;
		list-style: none;
	}
		.lastcomm > li > a:after { content: ""; display: block; clear: both; }
		.lastcomm > li > a {
			display: block;
			color: inherit;
			text-decoration: none !important;
			border-bottom: 1px solid #d5d5d5;
			padding: 25px 0 25px 33px;
		}
		.lastcomm > li:last-child > a { border-bottom-width: 0; }
		.lastcomm > li > a .icon, .lastcomm > li > a > b { -webkit-transition: all ease .2s; transition: all ease .2s; }
		.lastcomm > li > a .icon {
			width: 16px; height: 14px;
			float: left;
			margin: 4px 0 0 -33px;
		}
		.lastcomm > li > a > * { cursor: pointer; display: block; }
		.lastcomm > li > a > b { display: block; margin-top: .4em;}
		.lastcomm > li > a > span {
			font-size: .9em;
			opacity: .5;
		}
		.lastcomm > li > a:hover > b { color: #3394e6; }

.footer_menu { position: relative; padding: 0 0 25px 0; }
.foot_menu {
	list-style: none;
	padding: 0;
	margin: 0 -25px 0 0;
}
	.foot_menu > li {
		float: left;
		width: 33.33333%;
		padding-right: 25px;
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	}
	.foot_menu > li > b { display: block; margin-bottom: 1em; }
	.foot_menu > li > b > i { display: none; }
	.foot_menu > li nav > a {
		color: #838383;
		display: block;
		font-size: .9em;
		padding: .2em 0;
	}
	@media only screen and (min-width: 601px) {
		.foot_menu > li > div {
			display: block !important;
			height: auto !important; width: auto !important;
		}
	}

	.upper {
		position: absolute;
		left: 0;
		width: 13%;
		text-align: center;
	}
		#upper {
			display: block;
			margin: 0 auto;
			border-radius: 50%;
			width: 64px; height: 64px;
			background-color: #d7d7d7;
			position: relative;
		}
		#upper .icon {
			width: 20px; height: 32px;
			fill: #ededed;
			position: absolute;
			left: 50%; top: 50%;
			margin: -16px 0 0 -10px;
		}
		#upper:hover { background-color: #0c5f7eed; }
		#upper:hover .icon { fill: #fff; }

.footer { font-size: .9em; padding: 25px 0; border-top: 1px solid #d9d9d9; }
	.footer a, .footer { color: #838383; }
	.footer .midside { display: flex; }
	.footer .copyright { width: 100%; }
	.copyright a { font-weight: bold; }

	.ca { float: right; white-space: nowrap; margin-left: 20px; }
	.ca > .icon {
		margin: -.2em .8em 0 0;
		width: 30px; height: 17px;
		fill: #cbcbcb;
	}
	.ca:hover > .icon { fill: #838383; }

	.counter { float: right; margin-left: 10px; margin-top: 2px; opacity: .5; }
	.counter:hover { opacity: 1; }
	.counter > img { vertical-align: top; }

.showfull .pagetools { position: absolute; }
	.showfull .story { float: left; width: 100%; margin-top: 77px; }
	.showfull .comments, .showfull #content .box { float: left; width: 100%; }
	.showfull #content .rightside { margin: 0 -24.31em 0 0; }

	.showfull #content .rightside .banner { padding: 0; }

.page_static { margin-bottom: 60px; }
	.page_static:after { clear: both; display: block; content: ""; }
	.page_static > .text { font-size: 1.15em; }

.berrors {
	background: #ffe6dd;
	border: 1px solid #f0c4b5;
	color: #553c33;
	padding: 20px 25px;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 2px;
	box-sizing: border-box;
}

.addcomment { background-color: #fff; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 2.5rem; padding: 2px 0; float: left; margin-top: 4%; }
	.plus_icon > span, .plus_icon > span:before, .plus_icon > span:after {
		overflow: hidden;
		text-indent: -9999px;
		white-space: nowrap;
		position: absolute;
	}
	.plus_icon > span:before, .plus_icon > span:after {
		background-color: #b3b3b3;
		content: "";
	}
	.plus_icon > span {
		width: 16px; height: 16px;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
	}
	.plus_icon > span:after {
		left: 0; top: 50%;
		width: 100%; height: 2px;
		margin-top: -1px;
	}
	.plus_icon > span:before {
		left: 50%; top: 0; 
		width: 2px; height: 100%;
		margin-left: -1px;
	}

	.plus_icon.circle {
		width: 12px; height: 12px;
		padding: 4px;
		border-radius: 50%;
		border: 2px solid #3394e6;
	}
	.plus_icon.circle > span { width: 12px; height: 12px; margin: -6px 0 0 -6px; }
	.plus_icon.circle > span:before, .plus_icon.circle > span:after { background-color: #3394e6; }

	ul.ui-form { list-style: none; padding: 0; margin: 0; }
		ul.ui-form > li { margin-bottom: 10px; }
		ul.ui-form > li:last-child { margin-bottom: 0; }
		.form-group { margin-bottom: 10px; }
		.form-group > label { display: block; margin-bottom: .4em; }
		.imp: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; }
		}
		.form_submit { margin-top: 20px; }
		.form-sep { border-top: 1px solid #efefef; }

	#comment-editor .bb-editor textarea { padding: 7px; padding-bottom: 45px; height: 200px; }
	.addpm #comment-editor .bb-editor textarea { height: 340px; }

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

	.com_list div.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list div.comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}

	.avatar { display: inline-block; }
	.avatar .cover {
		width: 6.94em; height: 6.94em;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}
	.comment .avatar { float: left; margin-right: 1.04em; position: relative; }
  .comment .avatar .cover { width: 2.5em; height: 2.5em; }
	.com_online {
		position: absolute;
		left: 100%; top: 50%;
		margin: -.278em 0 0 -.278em;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #70bb39;
		border: .139em solid #fff;
		width: .278em; height: .278em;
		border-radius: 50%;
	}

	.com_info { margin-bottom: 2%; margin-top: -.347em; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: .625em 1.04em 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: .625em 0 0 0; }
	.comment .meta .left .mass input { margin: -.139em 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: .694em; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 1.389em; height: 1.389em;
			vertical-align: middle;
			padding: .139em;
			margin-top: -.139em;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: .139em; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: .278em; }
		.comment .meta .left .icon { margin: 0; fill: #64748b; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #0c5f7eed; }
		.comment .meta .left a .icon-reply {
			width: 1.04em; height: 1.11em;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 1.04em; height: 1.11em;
			fill: #0c5f7eed !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: .139em; margin-top: -.278em; } 
		.comment .icon-bad { width: 1.11em; height: 1.11em; }
		.comment .icon-cross { width: .833em; height: .833em; }

	.comment .meta .rate { float: right; }

	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list .comments-tree-list > li > .comments-tree-list { padding: 0 4%; }
	#dle-comments-list .comments-tree-list > li > .comments-tree-list>li>.comments-tree-list { padding: 0; }
	#dle-comments-list .comments-tree-list > li .comments-tree-list > li { padding-left: 1.6em; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 2.08em 0;
		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list li ol li .comment {

		position: relative;
		box-shadow: none; -webkit-box-shadow: none;
		border-width: 0;
	}
	.comments-tree-list > li > ol > li .comment:after {
		content: "";
		position: absolute;
		width: 3000px; height: 1px;
		margin-left: -500px;
		left: 0; top: 0;
		background-color: #efefef;
	}

	.comments-tree-list > li > ol > li .comment:before {
		content: "";
		position: absolute;
		left: 0; top: .833em;
		margin: 2.08em 0 0 -1.389em;
		background-color: #e6e6e6;
		width: .694em; height: .139em;
	}	

	.mass_comments_action { text-align: right; border-top: 1px solid #efefef; padding: 2% 4%; }
	.mass_comments_action > select { margin-left: 1em; }

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: 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;
	}
	.dark_top {
		border-radius: 2px 2px 0 0;
		color: #fff;
		background: #2c2c2c;
	}
	.contacts { font-size: 1.3em; }
	.contacts > .grid_1_2 { padding-left: 42px; }
	.contacts > .grid_1_2 .icon {
		float: left;
		margin: 5px 0 0 -42px;
		width: 24px;
	}

.page_form_style body { background-color: #f1f5f9; }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #0c5f7eed;
		position: fixed;
		left: 0; top: 0;
		height: 100%; width: 3%;
		padding: 0 2%;
	}
	.page_form__back:after {
		content: "";
		position: absolute;
		top: 0; right: 0;
		width: 5px; height: 100%;
		background-repeat: repeat-y;
		background-image: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
		background-image: linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 100%);
	}
	.page_form__back > .icon {
		position: absolute;
		left: 50%; top: 8%;
		margin: 0 0 0 -15px;
		width: 30px; height: 20px;
		fill: #fff;
		opacity: .6;
	}
	.page_form__back:hover > .icon { opacity: 1; }
	.page_form__body { padding: 0 10%; }
	.page_form__logo { padding: 8% 0 0 0; margin-bottom: 8%; }
	.page_form__logo .icon { margin-top: -10px; width: 60px; height: 60px; }

	.page_form__inner > .title { font-weight: normal; font-size: 30px; margin: 4% 0; }
	.page_form__form .form_submit { border-top: 1px solid #e0e0e0; padding: 20px 0 0 0; margin-top: 20px; }
	
	@media only screen and (min-width: 701px) {
		.page_form__form { font-size: 1.25em; }
		.page_form__form .form-group label { color: #999; }
		.page_form__form .form-group input[type="text"], .page_form__form .form-group input[type="password"], .page_form__form .form-group input[type="email"], .page_form__form .form-group textarea,
		.page_form__form .form-group select, .page_form__form .c-captcha input {
			font-size: 1em;
			height: 60px;
			line-height: 26px;
		}

		.page_form__form .form-check-input {
			width: 25px; height: 25px;
		}

		.page_form__form .form-group textarea { height: auto; }
		.page_form__form .c-captcha img { width: 160px; height: 60px; }
		.page_form__form .c-captcha input { width: 160px; }

		.page_form__form .form_submit { padding-top: 3%; margin-top: 3%; }
		.page_form__form ul.ui-form > li { margin-bottom: 3%; }
		.page_form__form .form_submit > .btn {
			font-size: 1em;
			font-weight: normal !important;
			height: 60px;
			border-radius: 30px;
			line-height: 26px;
			padding: 17px 28px;
		}
	}

	.page_form__form .login_check { position: relative; }
	.page_form__form .login_check > input { padding-right: 150px; }
	.page_form__form .login_check > .btn {
		width: 120px;
		position: absolute;
		right: 0; top: 0;
		font-weight: bold;
		margin: 12px;
	}
	#result-registration { margin-top: 10px; font-size: .8em; }
	.regtext { margin-bottom: 5%; }

	.page_form__foot { margin-top: 8%; padding-bottom: 8%; }
	.page_form__foot > * { display: block; float: none; }
	.page_form__foot .ca { display: block; margin-top: 2%; margin-left: 0; }

@media only screen and (min-width: 601px) {
#pm-menu:after { content: ""; clear: both; display: block; }
	#pm-menu { margin-bottom: 25px; }
	#pm-menu a { color: inherit; padding: 10px 16px; border-radius: 2px; border: 2px solid transparent; float: left; text-decoration: none !important; }
	#pm-menu a:hover { border-color: #0c5f7e; color: #0c5f7e; }
}

	.pm-box { margin-bottom: 25px; }
		.pm_status { padding: 25px; background-color: #f1f5f9; border-radius: 2px; }
		.pm_progress_bar { background-color: #e5dbcc; margin-bottom: 10px; border-radius: 2px; }
		.pm_progress_bar span { background: #e85319; font-size: 0; height: 20px; border-radius: 2px; display: block; overflow: hidden }

.userinfo_top { position: relative; padding-bottom: 50px; margin-bottom: 50px; }
.userinfo_top .avatar { position: absolute; }
.user_tab { list-style: none; padding: 0; margin: 0; }
	.user_tab > li { display: inline; margin-right: 1.2em; }
	.user_tab > li > a {
		text-decoration: none !important;
		font-size: .7em;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.user_tab > li > a { color: #fff; opacity: .5; }
	.user_tab > li > a:hover { color: inherit; }
	.user_tab > li.active > a { cursor: default; font-size: 1em; opacity: 1; }

	.usinf { list-style: none; padding: 0; margin: 0 0 1.74em 0; } 
	.usinf li { padding: 12px 0; border-top: 1px solid #e6e6e6; }
	.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%; }

	.userinfo { padding-left: 6.25em; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -6.25em; }
	.userinfo .avatar .cover { width: 4.17em; height: 4.17em; }
	.userinfo > ul { list-style: none; padding: 0; margin: 0; }

.stats_head > ul {
	list-style: none;
	padding: 0; margin: 0;
	font-size: 1.25em;
}
	.stats_head > ul > li { margin-top: 15px; padding-left: 2.08em; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: .139em 0 0 -2.08em;
		width: 1.11em; height: 1.11em;
		border-radius: 50%;
		background-color:  #3394e6;
	}
	.stats_head > ul > li > b {
		display: block;
		font-size: .8em;
		opacity: .5;
		font-weight: normal;
	}
	.stats_head > ul > li.stats_d:before { background-color: #f6a71a; }
	.stats_head > ul > li.stats_w:before { background-color: #ce3f28; }
	
	.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; }

.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; }

@media only screen and (max-width: 1279px) {
	.midside { padding-right: 20.13em; }
	.rightside { width: 16.65em; margin-left: -20.13em; }
	.showfull #content .rightside { width: 16.65em; margin-right: -20.13em; }
	#searchsuggestions { width: 16.65em; }

	.logotype .logo_title { font-size: 18px; }

	ol.topnews > li > a { padding-left: 45px; }
	ol.topnews > li > a:before {
		font-size: 1.2em;
		width: 28px; height: 28px;
		line-height: 20px;
		padding: 2px 0; margin-left: -45px;
	}

	#votes .btn-border { padding-left: 10px; padding-right: 10px; } 
}
@media only screen and (max-width: 1235px) {
	.midside { padding-left: 25px; }
	#top_menu { display: none; }
	#header_menu { padding-left: 65px; }
	body, .page { width: 100%; height: 100%; }
	#cat_menu, .page, .header { -webkit-transition: all ease .3s; transition: all ease .3s; }
	#cat_menu {
		position: fixed;
		z-index: 1111;
		top: 0; left: 0; top: 0; bottom: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		width: 200px;
		background-color: #ededed;
		border-right: 1px solid #d9d9d9;
		margin-left: -200px;
		visibility: hidden;
		opacity: 0;
		-webkit-overflow-scrolling: touch;
	}
	#cat_menu .soc_links { padding-bottom: 20px; }
	.mobile-menu_open #cat_menu { margin-left: 0; visibility: visible; opacity: 1; }
	.mobile-menu_open .page { margin-left: 200px; overflow: hidden; }
	.mobile-menu_open body { overflow: hidden; }
	.mobile-menu_open .header { left: 200px; }
}
@media (min-width: 1236px) {
	.cat_menu__tm, #mobile_menu_btn { display: none; }
}

@media (min-width: 981px) { #search_btn { display: none; } }
@media (max-width: 980px) {

.showfull #content .next-prev { text-align: center; }
.showfull .comments, .showfull #content .next-prev a { float: none; }

	.midside { padding-right: 25px; }

	#header_menu {
		display: block;
		padding-right: 86px;
	}
	.logotype { float: left; }

	#login_pane { float: right; margin-top: 22px; }
	#search_btn {
		position: absolute;
		right: 0; top: 0; bottom: 0;
		width: 86px; height: 80px;
		padding: 0 25px;
		border: 0 none;
		cursor: pointer;
		background-color: transparent;
	}
	#search_btn > span {
		display: block;
		width: 32px; height: 32px;
		border: 2px solid #fff;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
	}
	#search_btn > span > .icon {
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		width: 16px; height: 16px;
		fill: #fff;
		-webkit-transition: all ease .3s; transition: all ease .3s;
	}
	.search_open #search_btn > span > .icon-search,
	#search_btn > span > .icon-cross {
		opacity: 0; visibility: hidden;
		-webkit-transform: scale(0.3,0.3);
    	transform: scale(0.3,0.3);
	}
	.search_open #search_btn > span > .icon-cross,
	#search_btn > span > .icon-search {
		opacity: 1; visibility: visible;
		-webkit-transform: scale(1,1);
    	transform: scale(1,1);
	}
	#q_search {
		display: block;
		position: fixed;
		z-index: 23;
		left: 25px; right: 86px; top: 0;
		margin:0;
		width: auto; height: 80px;
		margin-top: -80px;
	}
	.q_search > input { background-color: #fff; }
	.logotype, #mobile_menu_btn, #login_pane, #q_search { -webkit-transition: all ease .3s; transition: all ease .3s; }
	.search_open .logotype, .search_open #mobile_menu_btn, .search_open #login_pane, #q_search { opacity: 0; visibility: hidden; }
	.search_open #q_search { margin-top: 0; opacity: 1; visibility: visible; }
	.q_search_adv { display: none; }

	.showfull .story { margin-top: 0; }
	.showfull .pagetools { position: relative; }
	.rightside, .tags_block,
	.showfull #content .rightside .banner_240,
	.midside .banner { display: none; }
	.showfull #content .rightside {
		float: none;
		width: auto;
		margin: 0; padding: 0;
		display: block;
	}
	.showfull .comments, .showfull #content .box { float: none; }

	.block { 
		background-color: #fff;
		margin-bottom: 25px;
		border-radius: 2px;
		position: relative;
		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);
	}
	.block > .title { padding: 4% 8%; margin-bottom: 0; }
	.block > .title:after { display: none; } 

	.relnews { margin: 0; border-top: 1px solid #efefef; }
	.relnews > li > a {
		border-bottom: 1px solid #efefef;
		padding: 4% 8%
	}
	.relnews > li > a .icon { margin: 3px 0 0 0; }
	.relnews > li > a > b, .relnews > li > a > span { margin-left: 27px; }

	.block_grey { padding: 4% 8%; margin-bottom: 25px; }
	.block_grey > .title { font-size: 1.2em; } 
	.vote_list { margin: 4% 0; }
}
@media only screen and (max-width: 700px) {
	.page_form__form .login_check > .btn {
		margin: 5px; font-weight: normal;
	}
}
@media only screen and (max-width: 750px) {
	.informer_list { margin-right: 0; }
	.informer_list li { float: none; width: auto; padding: 0; margin-bottom: 25px; }
	.informer_list li:last-child { margin-bottom: 0; }

	.table_top_users, .pmlist { overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }
	table.userstop, table.pm { width: 900px; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: 100%; }               
}

@media only screen and (max-width: 600px) {
	body, select, input, textarea, button { font-size: 13px/1.5; }
	.hblock, .mass_comments_action, #dofullsearch, .vote_more, .bb-pane { display: none; }
	.midside { padding: 0; }
	#content { padding: 15px 15px 0 15px; }
	.navigation { margin: 15px 0; }
	.box, .comment, .berrors { margin-bottom: 15px; }
	.box > .heading { padding: 20px; }
	.quote, blockquote { font-size: 1.1em; }

	.mejs-container { max-width: 100%; }
	.story video { max-width: 100%; }
	.story iframe { max-width: 100%; aspect-ratio: 16 / 9; }

	.ui-dialog { width: 100% !important; left: 0 !important; } 
	.ui-dialog-buttonset > .ui-button { margin: 2px; }

	#header, .header { margin: 0; height: 50px; }
	.header {
		background-color: #3394e6;
		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);
	}
	#header_menu {
		position: relative;
		height: auto;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
		padding: 0 50px;
		z-index: 1;
		height: 50px;
	}
	#header_menu:after {
		content: "";
		position: absolute;
		top: 100%; left: 0;
		height: 1px; width: 100%;
		background: rgba(255,255,255,0.1);
	}
	.logotype {
		float: none;
		width: 100%; height: 50px;
		text-align: center;
		justify-content: center;
	} 
	.logo_title { display: none; }
	.logotype .icon-logo { width: 32px; height: 32px; }

	#mobile_menu_btn, #search_btn {
		width: 50px; height: 50px;
		padding: 0;
		border-right-width: 0;
	}
	.mobile-menu_open .mt_1 { margin-top: 8px; }
	.mobile-menu_open .mt_2 { margin-top: 8px; }
	.mobile-menu_open .mt_3 { margin-top: 8px; }
	#cat_menu {
		position: fixed;
		z-index: 0;
		margin: -60% 0 0 0;
		width: 100%;
		background: #0c5f7eed;
		left: auto; right: auto;
	}
	#cat_menu:after {
		content: "";
		position: fixed;
		width: 100%; height: 70px; margin-top: 50px;
		left: 0; right: 0; top: 0;
		z-index: 1;
		background-repeat: repeat-y;
		background-image: linear-gradient(top, #0c5f7eed 30%, rgba(51,148,230,0) 100%);
	}
	.cat_menu { padding: 10%; margin-top: 50px; }
	.cat_menu a:first-child { border-top-width: 0; }
	.cat_menu a {
		text-decoration: none !important;
		font-size: 1.1em;
		padding: 3% 0;
		display: block;
		color: #fff;
		border-top-color: #3d99e7;
		border-top: 1px solid rgba(255,255,255,0.06);
	}
	#cat_menu .soc_links { display: none; }

		.mobile-menu_open .header { left: auto; }
		.mobile-menu_open .page { margin-left: 0; }
		.mobile-menu_open #cat_menu { margin-top: 50px; }
		.mobile-menu_open #login_pane { opacity: 1; visibility: visible; }

		#login_pane {
			float: none;
			margin-top: 16px;
			text-align: center;
			visibility: hidden;
			opacity: 0;
			-webkit-transition: all ease .3s; transition: all ease .3s;
		}
		#login_pane .dropdown-form {
			position: fixed;
			top: 105px; left: 10px; right: 10px; bottom: 10px;
			overflow-x: hidden;
			overflow-y: auto;
			margin: 0; padding-bottom: 0;
			width: auto; min-width: 0;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.login_pane__foot, .login_form__foot { padding-bottom: 39px; }

	#search_btn { padding: 7px; }
	#search_btn > span {
		border-width: 0;
		width: 36px; height: 36px;
	}
	#q_search {
		left: 15px; right: 50px;
		height: 50px;
		padding: 0;
	}
	.q_search { margin-top: 7px; }

	.carousel { margin-bottom: 0; border-radius: 0; }
	.carousel-caption {
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;
		margin: 0;
		display: table;
	}
	.carousel-caption_in {
		display: table-cell;
		vertical-align: middle;
		text-align: center;
		padding: 1.04em;
	}
	.carousel-caption .title { font-size: 1.2em; font-weight: bold; }
	.carousel-caption .text { font-size: 1em; }

	.carousel-control { position: static; }
	.carousel-control_in { background: none; box-shadow: none; -webkit-box-shadow: none; }
	.carousel-indicators { display: none; }
	.carousel-control .up, .carousel-control .down { position: absolute; z-index: 12; left: 50%; margin-left: -21px; }
	.carousel-control .up { top: 0; }
	.carousel-control .down { bottom: 0; }
	.carousel-control .up .icon, .carousel-control .down .icon { fill: #fff !important; }

	.block, .block_grey { margin-bottom: 1.04em; }
	.block > .title, .block_grey, .relnews > li > a { padding: 1.389em; }

	.box_in { padding: 1.389em; }
	.story_icons {
		float: right;
		position: relative;
		padding: 0; margin: -.278em 0 .694em .694em;
	}
	.story > .meta { padding: .694em 1.389em; }
	.meta > ul.left > li { margin-right: .833em; }
	.meta > ul.right > li { margin-left: .833em; }
	.story .title { font-size: 1.15em; }
	.story .box_in > .text { font-size: 1em; }

	.story_date > * { display: none; }
	.story_date > time { display: inline; }
	.category { display: none; }

	.story_tools, .editdate { margin-top: 1.389em; }
	.shortstory .story_tools > .rate { float: right; }
	.story_tools > .btn { padding: 0; height: 2.5em; width: 2.5em; text-align: center; }
	.story_tools > .btn:after, .story_tools > .btn:before { content: ""; }
	.story_tools > .btn > b, .story_tools > .btn:after, .story_tools > .btn:before {
		display: inline-block;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #fff;
		width: .278em; height: .278em;
		border-radius: 50%;
		margin: .764em 0 0 0;
		vertical-align: middle;
	}
	.story_tools > .btn > b { margin-left: 2px; margin-right: 2px; }

	.fixed_label {
		width: 10px; height: 18px;
		padding: 0;
		margin-top: 20px;
		background-color: #e85319;
	}
		.fixed_label:before { display: none; }
		.fixed_label:after {
			bottom: auto; left: 100%; top: 0;
			margin: 0 0 0 -3px;
			border: solid transparent;
			border-right-color: #fff;
			border-width: 9px 3px 9px 0;
		}

	.pagetools {
		margin-bottom: 0;
		border-radius: 0;
		border-width: 0 0 1px 0;
		height: 51px;
		padding-left: 50px;
	}
		.pagetools_back { width: 50px; height: 50px; }
		.sortbar, .breadcrumb_in {
			width: 100%;
			overflow-x: auto; overflow-y: hidden;
			-webkit-overflow-scrolling: touch;
		}
		.breadcrumb_in .over { display: block; overflow: visible; }
		.sortbar_in:after, .breadcrumb_in .over:after { content: ""; width: 25px; display: inline-block; }
	
	.page_next-prev { height: auto; float: none; background: none; box-shadow: none; -webkit-box-shadow: none; }
		.page_prev { float: left; }
		.page_next { float: right; }
		.page_prev, .page_next {
			position: relative;
			z-index: 1;
			border-radius: 8px;
			background-color: #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);
		}
		.pages { text-align: center; }
		.navigation .pages > * {
			border-radius: 8px;
			background: #9c9c9c;
			color: #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);
		}
		.navigation .pages > span { background: #3394e6; }
		.navigation .pages > span,
		.navigation .pages > *:first-child,
		.navigation .pages > *:last-child { display: inline-block; }
		.navigation .pages > span.nav_ext { text-indent: -9999px; background: none; box-shadow: none; width: 10px; min-width: 5px; padding: 0;}

	.addcomment .plus_icon { display: none; }
	.addcomment h3 { display: none; } 

	.com_list div.comment { padding: 20px; padding-bottom: 60px; }
		.com_content > .title { font-size: 1.15em; }
		.comment .meta {
			position: absolute;
			bottom: 14px; left: 20px; right: 20px;
		}
		.com_info { margin: 0 0 20px 0; padding-left: 46px; }
		.com_user { display: block; }
		.comment .avatar { margin-left: -46px; margin-right: 0; }
		.comment .rate_like > a, .comment  .rate_like-dislike { border-color: transparent; }
		.comment .meta .mass, .reply a span { display: none; }

	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 20px; }
	
	.comments-tree-list li ol li .comment {
		padding: 20px 0;
		padding-bottom: 60px;
	}

	.comments-tree-list .comments-tree-list .comment .meta { left: 0; right: 0; }
	.comments-tree-list > li > ol > li .comment:before { margin: 25px 0 0 -20px; }

	.contacts { font-size: 1em; }
		.contacts > .grid_1_2 { margin-top: 15px; padding-left: 30px; }
		.contacts > .grid_1_2 .icon { width: 16px; height: 18px; margin-left: -30px; }

	.form_submit > .btn-big { width: 100%; margin-top: 5px; }
		.form_submit .c-captcha { float: none; margin-bottom: 20px; }
		.c-captcha img, .c-captcha > input { width: 122px; }
		.combo_field { margin-bottom: 20px; }

	.page_form { padding-left: 0; padding-top: 50px; }
		.page_form__body { padding: 0 8%; }
		.page_form__logo .icon { margin-top: 0; }
		.page_form__back {
			left: 0;
			z-index: 999;
			width: 100%; height: 50px;
			padding: 0;
		}
		.page_form__back > .icon { top: 50%; left: 0; margin: -10px 0 0 8%; }
		.page_form__back:after { display: none; }

		.page_form__inner > .title { font-size: 24px; }

	.stats_head > ul { font-size: 1em; }

	#pm-menu { margin-bottom: 20px; }
		#pm-menu a {
			padding: 10px 0;
			color: inherit;
			display: block;
			border-top: 1px solid #efefef;
			text-decoration: none !important;
		}
		#pm-menu a:hover { color: #0c5f7e; }

	.userinfo_top { padding-bottom: 50px; }
	.user_tab > li { display: block; margin-right: 0; }
		.user_tab > li > a { font-size: 11px; letter-spacing: 0; }

	.ui-c1, .ui-c2 { width: 100%; margin: 0; display: block; }
	.ui-c1 { font-size: .9em; }

	.footer_menu { padding: 15px; }
		.foot_menu { margin: 0; }
		.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: 10px 0;
			font-weight: normal;
			border-top: 1px solid #d5d5d5;
		}

		.foot_menu > li > b i {
			display: block;
			float: right;
			width: 12px; height: 2px;
			position: relative;
			margin: 10px 0;
			background-color: #353535;
		}
		.foot_menu > li > b.collapsed i, .foot_menu > li > b.collapsed i:after { background-color: #3394e6; }
		.foot_menu > li > b.collapsed i:after {
			content: "";
			display: block;
			margin: -5px auto 0 auto;
			height: 12px; width: 2px;
		}
		.foot_menu > li .collapse { display: none; }
		.foot_menu > li .collapse.in { display: block; }
		.foot_menu > li nav { padding: 10px; padding-top: 0; }

	.footer { background: #212121; padding: 15px; }
		.footer .midside { display: block; padding: 0; }
		.footer .copyright, .footer .copyright a { color: #d5d5d5; }
		.footer .copyright { padding: 0 0 15px 0; border-bottom: 1px solid #2c2c2c; }
		.footer .ca { display: block; float: none; margin: 0; padding: 15px 0; color: #4e4e4e !important; }
		.footer .ca .icon { fill: #323232; }
}

.dle-alert ul {
	padding-left: 0;
	list-style: none;
}
.dle-alert ul li {
	  padding-top: .35em;
}
.dle-alert ul li:first-child {
	  padding-top: 0px;
}

p {
    margin-block-start: 0;
    margin-block-end: .7em;
}

p:last-child {
	margin-bottom: 0;
}

.text ul, .text ol {
	margin-top: 0;
  margin-bottom: .7em;
}

.text ul:last-child, .text ol:last-child {
	margin-bottom: 0;
}

.text div+p, .text div+ul, .text div+ol, .text div+h1, .text div+h2, .text div+h3, .text div+h4, .text div+h5, .text div+h6 {
	margin-top: 0.7em;
}

.grecaptcha-badge {
    display: none;
}

fieldset .soc_links {
    display: block;
}

fieldset .soc_links > a {
	margin-right: .694em;
}
#mediaupload-delete {
    background-color: #ef5350;
}
.dle-popup-mediaupload.ui-dialog .ui-dialog-buttonpane {
    padding: .694em;
}

.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 textarea, .dle-popup-mediaupload input[type="text"] {
  height: auto;
  line-height: 1;
  padding: .35em;
}
.dle-popup-mediaupload select {
	line-height: 1;
}
.less {
    box-shadow: rgb(0 0 0 / 6%) 0px 0px 0px 1px, rgb(0 0 0 / 40%) 0px 10px 20px -5px;
}

figure.image {
  display: table;
  margin: 1.11em auto;
}

figure.image:first-child {
  margin-top: 0;
}

figure.image:last-child {
  margin-bottom: 0;
}

figure.align-left {
  float: left;
  margin-right: .555em;
}

figure.align-right {
  float: right;
  margin-left: .555em;
}

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

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

figure.image.align-center figcaption {
	display: table-caption;
}

#check-all-box {
	margin-bottom: .444em;
}
.searchtable .form-check-label {
    display: block;
    margin-bottom: .555em;
}

.checkbox, .dle-popup-mediaupload .checkbox {
	margin: .666em 0 .222em 0 !important;
}
.form-check-label {
	cursor: pointer;
}
.form-check-input {
  color: #0c5f7eed;
  flex-shrink: 0;
  width: 1.244em;
  height: 1.244em;
  margin: -0.209em 0.694em 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: .278em;
}

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

/* Miroton visual refresh */
:root {
	--miroton-blue: #164f8a;
	--miroton-blue-dark: #0d3764;
	--miroton-cyan: #25a9d8;
	--miroton-yellow: #ffc928;
	--miroton-ink: #172033;
	--miroton-muted: #64748b;
	--miroton-line: #dbe7f1;
}

body {
	background: #eef4f8;
	color: var(--miroton-ink);
}

a {
	color: var(--miroton-blue);
}

.wrp {
	max-width: 1200px;
}

#header,
#header_menu {
	height: 6.4em;
}

#header {
	margin-bottom: 1.35em;
}

#header_menu {
	background: #fff;
	border: 1px solid var(--miroton-line);
	border-top: 0;
	border-radius: 0 0 8px 8px;
	box-shadow: 0 14px 36px rgba(13, 55, 100, .12);
	gap: 1.1em;
}

.logotype {
	width: 16.5em;
	height: 6.2em;
	color: var(--miroton-blue-dark);
	justify-content: flex-start;
	gap: .8em;
	flex: 0 0 auto;
}

.logotype .logo_image {
	width: 6.5em;
	height: 4.1em;
	border-radius: 8px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.logotype .logo_image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}

.logotype .logo_title {
	margin: 0;
	max-width: 8.6em;
	font-size: .86em;
	font-weight: 700;
	line-height: 1.25;
	white-space: normal;
	color: var(--miroton-blue-dark);
}

#top_menu {
	margin: 0;
	text-align: left;
	overflow: visible;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: .18em .24em;
	line-height: 1.15;
}

#top_menu > a {
	color: var(--miroton-ink);
	font-weight: 700;
	font-size: .78em;
	padding: .5em .55em;
	border-radius: 6px;
	opacity: 1;
}

#top_menu > a:hover,
#top_menu > a.active {
	background: rgba(37, 169, 216, .12);
	color: var(--miroton-blue);
}

#top_menu > a:before,
#top_menu > a:after,
#top_menu > a.active:before {
	display: none;
}

.header_contacts {
	flex: 0 0 12.5em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 1.25;
	font-size: .82em;
	color: var(--miroton-muted);
}

.header_contacts a {
	font-weight: 800;
	font-size: 1.08em;
	color: var(--miroton-blue-dark);
	text-decoration: none;
}

#login_pane {
	display: none;
}

#search_btn span,
#mobile_menu_btn {
	background: var(--miroton-blue);
}

#search_btn .icon {
	fill: #fff;
}

#cat_menu .side_contacts {
	padding: 1.1em;
	margin: 2.1em 1em 0 0;
	background: #fff;
	border: 1px solid var(--miroton-line);
	border-left: 4px solid var(--miroton-cyan);
	border-radius: 8px;
	box-shadow: 0 10px 26px rgba(13, 55, 100, .08);
	font-size: .9em;
	line-height: 1.4;
	color: var(--miroton-muted);
}

.side_contacts b,
.side_contacts a,
.side_contacts span {
	display: block;
}

.side_contacts b {
	margin-bottom: .55em;
	color: var(--miroton-blue-dark);
}

.side_contacts a {
	margin-bottom: .35em;
	font-weight: 700;
	text-decoration: none;
}

.cat_menu a:hover,
.cat_menu a:hover:after,
.login_pane__menu li a:hover,
.q_search .q_search_adv:hover .icon-set,
.carousel-control a:hover > .icon {
	color: var(--miroton-blue);
	fill: var(--miroton-blue);
}

.q_search > input {
	background: #fff;
	border: 1px solid var(--miroton-line);
	box-shadow: none;
}

.carousel {
	border-radius: 8px;
	box-shadow: 0 16px 40px rgba(13, 55, 100, .16);
	background: #cfe5f2;
}

.carousel:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(13, 55, 100, .76), rgba(13, 55, 100, .15) 62%, transparent);
	pointer-events: none;
}

.carousel-caption {
	z-index: 2;
}

.carousel-caption_in {
	background: transparent;
	text-shadow: none;
}

.carousel-caption .title {
	font-size: calc(var(--font-size-lg) * 2.05);
	font-weight: 800;
	color: #fff;
}

.carousel-caption .text {
	max-width: 25em;
	color: #eaf7ff;
	font-size: calc(var(--font-size-lg) * 1.05);
}

.box,
.block,
.block_bg,
.story,
.quote,
.berrors {
	border-radius: 8px;
	border: 1px solid var(--miroton-line);
	box-shadow: 0 8px 24px rgba(13, 55, 100, .06);
}

.block .title,
.box .heading {
	color: var(--miroton-blue-dark);
}

.product_menu {
	display: grid;
	gap: .45em;
}

.product_menu a {
	position: relative;
	display: block;
	padding: .72em .9em .72em 2.1em;
	border-radius: 6px;
	background: #f4f9fc;
	color: var(--miroton-blue-dark);
	font-weight: 700;
	text-decoration: none;
	border: 1px solid transparent;
}

.product_menu a:before {
	content: "";
	position: absolute;
	left: .9em;
	top: 50%;
	width: .46em;
	height: .46em;
	margin-top: -.23em;
	border-radius: 50%;
	background: var(--miroton-yellow);
	box-shadow: 0 0 0 3px rgba(255, 201, 40, .28);
}

.product_menu a:hover {
	background: #fff;
	border-color: var(--miroton-cyan);
	text-decoration: none;
}

.miroton_order {
	background: linear-gradient(135deg, var(--miroton-blue), var(--miroton-cyan));
	color: #fff;
}

.miroton_order .title,
.miroton_order a {
	color: #fff;
}

.miroton_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.8em;
	padding: 0 1.25em;
	border-radius: 6px;
	background: var(--miroton-yellow);
	color: #21304a !important;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 8px 18px rgba(255, 201, 40, .26);
}

.miroton_btn:hover {
	background: #ffd84f;
}

.miroton_contacts p {
	color: var(--miroton-muted);
}

.miroton_contacts strong {
	color: var(--miroton-blue-dark);
}

.footer_menu,
.footer {
	background: var(--miroton-blue-dark);
	color: #dbeafe;
}

.footer_menu a,
.footer_menu b,
.footer a,
.footer .copyright,
.footer .copyright a {
	color: #dbeafe;
}

.footer_contact_line {
	display: flex;
	flex-wrap: wrap;
	gap: .45em 1.1em;
	margin-top: .7em;
	color: #bfdbfe;
}

.footer_cta {
	margin-top: 1.15em;
}

.page_form__logo img {
	max-width: 12em;
	height: auto;
	border-radius: 8px;
}

@media only screen and (max-width: 1300px) {
	.header_contacts {
		display: none;
	}
	.logotype {
		width: 14.2em;
	}
	#top_menu > a {
		padding-left: .55em;
		padding-right: .55em;
	}
}

@media only screen and (max-width: 900px) {
	#top_menu {
		display: none;
	}
	.logotype {
		margin-left: 3em;
	}
}

@media only screen and (max-width: 600px) {
	#header,
	#header_menu {
		height: 5.4em;
	}
	#header_menu {
		border-radius: 0;
	}
	.logotype {
		width: 12.8em;
		height: 5.2em;
	}
	.logotype .logo_image {
		width: 5.3em;
		height: 3.4em;
	}
	.logotype .logo_title {
		font-size: .78em;
	}
	.footer_contact_line {
		display: block;
	}
	.footer_contact_line > * {
		display: block;
		margin-top: .35em;
	}
}

/* Stage 1: okno82-inspired header and hero slider */
#header {
	position: relative;
	z-index: 30;
	height: auto;
	margin: 0 0 1.7em;
}

#header:after {
	display: none;
}

.miroton_topline {
	background: #0e2f56;
	color: #d7e9f8;
	font-size: .82em;
}

.miroton_topline_inner {
	max-width: 1200px;
	min-height: 2.55em;
	margin: 0 auto;
	padding: 0 1.6em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.4em;
	box-sizing: border-box;
}

.miroton_topline a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#header .header {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	background: #fff;
	border-bottom: 1px solid #dce9f3;
	box-shadow: 0 10px 34px rgba(16, 55, 92, .08);
}

#header .header .wrp,
#header .header .midside {
	float: none;
	width: auto;
	height: auto;
	padding: 0;
}

#header_menu {
	min-height: 6.7em;
	height: auto;
	padding: 0 1.6em;
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto auto auto;
	align-items: center;
	gap: 1.1em;
}

.logotype {
	width: auto;
	height: auto;
	min-width: 17.2em;
	gap: 1em;
}

.logotype .logo_image {
	width: 7.1em;
	height: 4.35em;
	border-radius: 0;
	box-shadow: none;
}

.logotype .logo_title {
	max-width: 9.2em;
	font-size: 1.06em;
	font-weight: 800;
	color: #12345b;
}

#top_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;
	gap: .18em .32em;
	min-width: 0;
	margin: 0;
	line-height: 1.1;
}

#top_menu > a {
	padding: .68em .76em;
	border-radius: 7px;
	color: #172033;
	font-size: .96em;
	font-weight: 800;
}

#top_menu > a:hover,
#top_menu > a.active {
	background: #eef7fc;
	color: #126aa1;
}

.header_contacts {
	align-items: flex-start;
	flex: 0 0 auto;
	min-width: 12.2em;
	font-size: .92em;
}

.header_contacts span {
	color: #6b7c8f;
}

.header_contacts a {
	color: #0e2f56;
	font-size: 1.35em;
	line-height: 1.05;
}

.header_actions {
	display: flex;
	align-items: center;
	gap: .55em;
	white-space: nowrap;
}

.header_calc,
.header_measure {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 2.85em;
	padding: 0 1em;
	border-radius: 7px;
	font-size: .9em;
	font-weight: 800;
	text-decoration: none !important;
}

.header_calc {
	color: #0e2f56;
	background: #eef4f8;
}

.header_measure {
	color: #1f2937;
	background: #ffd43b;
	box-shadow: 0 10px 20px rgba(255, 212, 59, .24);
}

#mobile_menu_btn {
	position: static;
	display: none;
	width: 3em;
	height: 3em;
	border: 0;
	border-radius: 7px;
	background: #0e2f56;
}

#search_btn {
	position: static;
	flex: 0 0 auto;
}

#search_btn span {
	width: 2.85em;
	height: 2.85em;
	border-radius: 7px;
	background: #eef4f8;
}

#search_btn .icon {
	fill: #0e2f56;
}

#q_search.miroton_search {
	position: absolute;
	z-index: 40;
	right: 1.6em;
	top: calc(100% - .6em);
	width: min(24em, calc(100vw - 3.2em));
	padding: .85em;
	margin: 0;
	background: #fff;
	border: 1px solid #dce9f3;
	border-radius: 8px;
	box-shadow: 0 18px 40px rgba(16, 55, 92, .16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-.4em);
	transition: all .18s ease;
}

.search_open #q_search.miroton_search {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

#q_search.miroton_search .q_search {
	margin: 0;
}

.miroton_hero {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 18.5em;
	gap: 1.2em;
	max-width: 1200px;
	margin: 1.45em auto 2.1em;
	padding: 0 1.6em;
	box-sizing: border-box;
}

.miroton_slider {
	position: relative;
	min-height: 31em;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
	background: #dfeef7;
	box-shadow: 0 18px 44px rgba(16, 55, 92, .16);
}

.miroton_slider .carousel-inner,
.miroton_slider .carousel-inner > .item {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.miroton_slider.carousel-fade .carousel-inner > .item,
.miroton_slider .carousel-inner > .item {
	display: block;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transform: scale(1.015);
	transition: opacity 1.1s ease-in-out, transform 1.4s ease-in-out;
}

.miroton_slider.carousel-fade .carousel-inner > .active,
.miroton_slider .carousel-inner > .active {
	opacity: 1;
	z-index: 2;
	transform: scale(1);
}

.miroton_slider.carousel-fade .carousel-inner > .next,
.miroton_slider.carousel-fade .carousel-inner > .prev,
.miroton_slider .carousel-inner > .next,
.miroton_slider .carousel-inner > .prev {
	left: 0;
	top: 0;
}

.miroton_slider.carousel-fade .carousel-inner > .active.left,
.miroton_slider.carousel-fade .carousel-inner > .active.right,
.miroton_slider .carousel-inner > .active.left,
.miroton_slider .carousel-inner > .active.right {
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transform: scale(1.015);
}

.miroton_slider.carousel-fade .carousel-inner > .next.left,
.miroton_slider.carousel-fade .carousel-inner > .prev.right,
.miroton_slider .carousel-inner > .next.left,
.miroton_slider .carousel-inner > .prev.right {
	opacity: 1;
	z-index: 2;
	transform: scale(1);
}

.miroton_slide_image {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	transform: scale(1.04);
	transition: transform 5.5s ease;
}

.miroton_slider .active .miroton_slide_image {
	transform: scale(1);
}

.miroton_slider .item:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(90deg, rgba(10, 42, 76, .88) 0%, rgba(10, 42, 76, .62) 45%, rgba(10, 42, 76, .1) 100%);
}

.miroton_slide_content {
	position: relative;
	z-index: 2;
	width: min(36em, 72%);
	min-height: 31em;
	padding: 4.2em 4.5em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	color: #fff;
}

.miroton_eyebrow {
	margin-bottom: 1em;
	color: #ffd43b;
	font-weight: 800;
	text-transform: uppercase;
	font-size: .78em;
	letter-spacing: .06em;
}

.miroton_slide_content h1 {
	margin: 0 0 .45em;
	color: #fff;
	font-size: 3.1em;
	line-height: 1.04;
	font-weight: 900;
}

.miroton_slide_content p {
	max-width: 33em;
	margin-bottom: 1.55em;
	color: #e5f2fb;
	font-size: 1.05em;
}

.miroton_hero_actions {
	display: flex;
	flex-wrap: wrap;
	gap: .75em;
}

.miroton_hero_actions .miroton_btn {
	box-sizing: border-box;
	line-height: 1.15;
	text-align: center;
}

.miroton_btn_light {
	background: rgba(255, 255, 255, .14);
	color: #fff !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .34);
}

.miroton_slider .carousel-indicators {
	position: absolute;
	z-index: 4;
	left: 4.5em;
	bottom: 2.2em;
	display: flex;
	gap: .45em;
	margin: 0;
	padding: 0;
}

.miroton_slider .carousel-indicators li {
	width: 2.6em;
	height: .28em;
	border-radius: 999px;
	background: rgba(255, 255, 255, .38);
}

.miroton_slider .carousel-indicators li:before,
.miroton_slider .carousel-indicators li:after {
	display: none;
}

.miroton_slider .carousel-indicators li.active {
	background: #ffd43b;
}

.miroton_slider_arrow {
	position: absolute;
	z-index: 5;
	top: 50%;
	width: 3em;
	height: 3em;
	margin-top: -1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 10px 24px rgba(16, 55, 92, .2);
}

.miroton_slider_arrow.prev {
	left: 1.2em;
}

.miroton_slider_arrow.next {
	right: 1.2em;
}

.miroton_slider_arrow .icon {
	width: 1em;
	height: 1em;
	fill: #0e2f56;
}

.miroton_hero_card {
	padding: 1.35em;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dce9f3;
	box-shadow: 0 18px 44px rgba(16, 55, 92, .12);
	align-self: stretch;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: .7em;
	color: #61758a;
}

.miroton_card_title {
	color: #0e2f56;
	font-size: 1.15em;
	font-weight: 900;
}

.miroton_hero_card a {
	color: #0e2f56;
	font-weight: 900;
	text-decoration: none;
}

@media only screen and (max-width: 1200px) {
	#header_menu {
		grid-template-columns: auto minmax(0, 1fr) auto;
	}
	.header_contacts {
		display: none;
	}
	.miroton_hero {
		grid-template-columns: 1fr;
		max-width: 920px;
	}
	.miroton_hero_card {
		display: grid;
		grid-template-columns: repeat(4, auto);
		align-items: center;
	}
}

@media only screen and (max-width: 900px) {
	.miroton_topline_inner {
		justify-content: center;
		text-align: center;
	}
	.miroton_topline_inner span:last-child,
	.header_actions {
		display: none;
	}
	#header_menu {
		grid-template-columns: auto 1fr auto;
	}
	#mobile_menu_btn {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1;
	}
	.logotype {
		grid-column: 2;
		margin: 0;
	}
	#top_menu {
		display: none;
	}
	#search_btn {
		grid-column: 3;
	}
	.miroton_hero {
		margin-right: 0;
		margin-left: 0;
	}
	.miroton_slide_content {
		width: 100%;
		padding: 3.4em 2.1em;
	}
	.miroton_slide_content h1 {
		font-size: 2.25em;
	}
	.miroton_hero_card {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.miroton_topline {
		display: none;
	}
	#header_menu {
		min-height: 4.9em;
		padding: 0 .9em;
	}
	.logotype {
		min-width: 0;
	}
	.logotype .logo_image {
		width: 4.5em;
		height: 2.8em;
	}
	.logotype .logo_title {
		font-size: .76em;
	}
	.miroton_slider {
		min-height: 28em;
		border-radius: 0;
	}
	.miroton_slide_content {
		min-height: 28em;
		padding: 3em 1.2em 4.7em;
	}
	.miroton_slide_content h1 {
		font-size: 1.85em;
	}
	.miroton_slide_content p {
		font-size: .95em;
	}
	.miroton_hero_actions {
		display: grid;
	}
	.miroton_slider .carousel-indicators {
		left: 1.2em;
		bottom: 1.5em;
	}
	.miroton_slider_arrow {
		display: none;
	}
.miroton_hero_card {
		grid-template-columns: 1fr;
		margin: 0 .9em;
	}
}

/* Stage 1 layout expansion */
.page > .wrp,
#header .wrp,
.miroton_topline_inner {
	max-width: none;
	width: 100%;
	box-sizing: border-box;
}

#cat_menu {
	display: none !important;
}

.conteiner .midside,
#header .midside,
.footer_menu .midside,
.footer .midside {
	float: none;
	width: auto;
	padding-left: 1.6em;
	padding-right: 1.6em;
	box-sizing: border-box;
}

.conteiner > .rightside {
	display: none;
}

#header_menu {
	width: 100%;
	box-sizing: border-box;
}

.miroton_hero {
	display: block;
	width: 100%;
	max-width: none;
	margin: 1.2em 0 2.1em;
	padding: 0 1.6em;
	box-sizing: border-box;
}

.miroton_slider {
	width: 100%;
	min-height: clamp(28em, 43vw, 42em);
}

.miroton_slide_content {
	min-height: clamp(28em, 43vw, 42em);
	width: min(48em, 58vw);
}

.miroton_hero_card {
	display: none;
}

@media only screen and (max-width: 900px) {
	.conteiner .midside,
	#header .midside,
	.footer_menu .midside,
	.footer .midside {
		padding-left: 1em;
		padding-right: 1em;
	}
	.miroton_hero {
		padding: 0 1em;
	}
	.miroton_slide_content {
		width: 100%;
	}
}

@media only screen and (max-width: 600px) {
	.conteiner .midside,
	#header .midside,
	.footer_menu .midside,
	.footer .midside {
		padding-left: .75em;
		padding-right: .75em;
	}
	.miroton_hero {
		padding: 0 .75em;
	}
}

/* Screenshot-matched header and slider */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin: 0;
	z-index: 50;
	color: #14365a;
	background: #fff;
	box-shadow: 0 12px 34px rgba(20, 54, 90, .12);
	backdrop-filter: none;
}

.miroton_topline {
	height: 12px;
	background: #67a8e5;
	color: #14365a;
	font-size: 0;
}

.miroton_topline_inner {
	min-height: 12px;
	padding: 0 9.4vw;
}

.miroton_topline_inner > * {
	display: none;
}

#header .header {
	background: #fff;
	border: 0;
	box-shadow: none;
}

#header .midside {
	padding-left: clamp(24px, 7vw, 132px);
	padding-right: clamp(24px, 7vw, 132px);
}

#header .header .midside {
	padding-left: clamp(24px, 7vw, 132px);
	padding-right: clamp(24px, 7vw, 132px);
}

#header_menu {
	min-height: 132px;
	padding: 14px 0 12px;
	background: #fff;
	display: grid;
	grid-template-columns: minmax(220px, auto) minmax(220px, 360px) minmax(170px, auto) minmax(250px, auto);
	grid-template-areas:
		"logo action social contact"
		"nav nav nav nav";
	align-items: start;
	gap: 10px 26px;
}

.logotype {
	grid-area: logo;
	min-width: 0;
	height: auto;
	align-items: center;
	color: #14365a;
}

.logotype .logo_image {
	width: 238px;
	height: 98px;
	background: transparent;
	filter: drop-shadow(0 12px 22px rgba(13, 55, 100, .16));
}

.logotype .logo_title {
	display: none;
}

.header_actions {
	grid-area: action;
	justify-content: center;
	gap: 24px;
	margin-top: 16px;
}

.header_measure {
	min-width: 236px;
	min-height: 50px;
	padding: 0 28px;
	border-radius: 8px;
	background: linear-gradient(135deg, #65aee8, #3e91d6);
	color: #fff !important;
	box-shadow: 0 14px 28px rgba(55, 137, 205, .24);
	font-size: 19px;
}

.header_contacts {
	grid-area: contact;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	min-width: 0;
	color: #14365a;
	font-size: 16px;
	font-weight: 800;
	gap: 7px;
	margin-top: 8px;
}

.header_contacts span {
	display: none;
}

.header_contacts a {
	color: #14365a;
	font-size: 24px;
	line-height: 1.12;
	text-decoration: none;
	white-space: nowrap;
	text-shadow: none;
}

.header_social {
	grid-area: social;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 21px;
}

#top_menu {
	grid-area: nav;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	width: 100%;
	margin-top: 2px;
	padding-top: 12px;
	border-top: 1px solid rgba(20, 54, 90, .1);
}

#top_menu > a {
	padding: 9px 12px;
	background: transparent !important;
	color: #14365a !important;
	border-radius: 8px;
	font-family: inherit;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	text-shadow: none;
}

#top_menu > a:hover {
	color: #2f89d4 !important;
	background: #edf7ff !important;
	text-decoration: none;
}

#search_btn,
#q_search.miroton_search {
	display: none;
}

.miroton_hero {
	margin: 0 0 2.1em;
	padding: 0;
}

.miroton_slider {
	min-height: clamp(960px, calc(92vh + 200px), 1180px);
	border-radius: 0;
	box-shadow: none;
	background: #1c3145;
}

.miroton_slider .item:before {
	background: linear-gradient(90deg, rgba(14, 29, 43, .72) 0%, rgba(14, 29, 43, .58) 42%, rgba(14, 29, 43, .48) 100%);
}

.miroton_slide_image {
	background-position: center;
}

.miroton_slide_content {
	min-height: clamp(960px, calc(92vh + 200px), 1180px);
	width: min(1180px, 88vw);
	margin: 0 auto;
	padding: 170px 0 92px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.miroton_eyebrow {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0;
	text-transform: none;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .3);
	white-space: nowrap;
}

.miroton_slide_content h1 {
	max-width: 1100px;
	font-size: clamp(46px, 4.35vw, 70px);
	line-height: 1.02;
	text-shadow: 0 3px 10px rgba(0, 0, 0, .34);
	text-align: center;
}

.miroton_slide_content p {
	max-width: 1120px;
	color: #fff;
	font-size: clamp(20px, 1.75vw, 26px);
	line-height: 1.32;
	font-weight: 800;
	text-shadow: 0 2px 8px rgba(0, 0, 0, .32);
	text-align: center;
	white-space: nowrap;
}

.miroton_hero_actions {
	justify-content: center;
	gap: 18px;
	margin-top: 16px;
}

.miroton_hero_actions .miroton_btn {
	min-width: 284px;
	min-height: 60px;
	border-radius: 11px;
	font-size: 20px;
	font-weight: 800;
}

.miroton_hero_actions .miroton_btn:not(.miroton_btn_light) {
	background: #6aa8e4;
	color: #fff !important;
	box-shadow: none;
}

.miroton_btn_light {
	background: rgba(255, 255, 255, .05);
	border: 2px solid #6aa8e4;
	box-shadow: none;
}

.miroton_slider .carousel-indicators {
	left: 50%;
	bottom: 76px;
	transform: translateX(-50%);
	gap: 26px;
}

.miroton_slider .carousel-indicators li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .78);
}

.miroton_slider .carousel-indicators li.active {
	background: #6aa8e4;
}

.miroton_slider_arrow {
	display: none;
}

@media only screen and (max-width: 1280px) {
	#header .midside,
	#header .header .midside,
	.miroton_topline_inner {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	#header_menu {
		grid-template-columns: minmax(190px, auto) minmax(210px, 1fr) minmax(148px, auto) minmax(230px, auto);
		grid-template-areas:
			"logo action social contact"
			"nav nav nav nav";
	}
	.logotype .logo_image {
		width: 204px;
		height: 84px;
	}
	#top_menu {
		gap: 6px;
	}
	#top_menu > a {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15px;
	}
	.header_measure {
		min-width: 210px;
	}
	.miroton_slide_content {
		width: min(1080px, 90vw);
		padding-left: 0;
		padding-right: 0;
	}
	.miroton_slider .carousel-indicators {
		left: 50%;
	}
}

@media only screen and (max-width: 980px) {
	#header_menu {
		min-height: 116px;
		grid-template-columns: auto 1fr auto;
		grid-template-areas: "menu logo contact";
		align-items: center;
		padding-top: 18px;
	}
	#mobile_menu_btn {
		display: inline-flex;
		grid-area: menu;
	}
	.logotype {
		grid-area: logo;
	}
	.logotype .logo_image {
		width: 166px;
		height: 68px;
	}
	.header_actions,
	.header_social,
	#top_menu {
		display: none;
	}
	.header_contacts {
		grid-area: contact;
		align-items: flex-end;
		text-align: right;
		gap: 3px;
		margin-top: 0;
	}
	.header_contacts a {
		font-size: 18px;
	}
	.header_contacts span {
		display: none;
	}
	.miroton_slide_content {
		width: 100%;
		padding: 150px 5vw 84px;
	}
	.miroton_slide_content p {
		white-space: normal;
	}
}

@media only screen and (max-width: 600px) {
	.miroton_topline {
		height: 16px;
		display: block;
	}
	#header_menu {
		min-height: 96px;
	}
	.logotype .logo_image {
		width: 134px;
		height: 55px;
	}
	.logotype .logo_title {
		font-size: 17px;
	}
	.header_contacts {
		display: none;
	}
	.miroton_slider,
	.miroton_slide_content {
		min-height: 880px;
	}
	.miroton_slide_content h1 {
		font-size: 36px;
	}
	.miroton_slide_content p {
		font-size: 18px;
		white-space: normal;
	}
	.miroton_eyebrow {
		white-space: normal;
	}
	.miroton_hero_actions .miroton_btn {
		min-width: 0;
		width: 100%;
	}
	.miroton_slider .carousel-indicators {
		bottom: 62px;
	}
}

/* Catalog section */
.miroton_catalog {
	background: linear-gradient(180deg, #fff 0%, #f4f9fd 100%);
	padding: 76px 1.6em 72px;
}

.miroton_catalog__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.miroton_catalog h2 {
	margin: 0 0 34px;
	color: #14365a;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.08;
	font-weight: 850;
	text-align: center;
}

.miroton_catalog__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.miroton_catalog__card {
	position: relative;
	display: block;
	min-height: 292px;
	border-radius: 8px;
	overflow: hidden;
	background: #e8f2fb;
	box-shadow: 0 18px 40px rgba(20, 54, 90, .12);
	text-decoration: none !important;
	isolation: isolate;
}

.miroton_catalog__card:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(8, 29, 50, .05) 0%, rgba(8, 29, 50, .82) 100%);
	transition: background .25s ease;
}

.miroton_catalog__card:hover:before {
	background: linear-gradient(180deg, rgba(8, 29, 50, .08) 0%, rgba(14, 74, 126, .86) 100%);
}

.miroton_catalog__image,
.miroton_catalog__image img {
	display: block;
	width: 100%;
	height: 100%;
}

.miroton_catalog__image {
	position: absolute;
	inset: 0;
}

.miroton_catalog__image img {
	object-fit: cover;
	transition: transform .35s ease;
}

.miroton_catalog__card:hover img {
	transform: scale(1.045);
}

.miroton_catalog__title {
	position: absolute;
	left: 24px;
	right: 24px;
	bottom: 22px;
	z-index: 2;
	color: #fff;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 850;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .34);
}

@media only screen and (max-width: 980px) {
	.miroton_catalog__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 600px) {
	.miroton_catalog {
		padding: 48px .9em 58px;
	}
	.miroton_catalog__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.miroton_catalog__card {
		min-height: 240px;
	}
	.miroton_catalog__title {
		font-size: 21px;
	}
}

/* Home sections */
.miroton_about,
.miroton_steps,
.miroton_sale {
	padding: 78px 1.6em;
}

.miroton_about {
	background: #f4f9fd;
	padding-top: 18px;
}

.miroton_steps {
	background: #eef6fc;
}

.miroton_sale {
	background: linear-gradient(180deg, #eef6fc 0%, #fff 100%);
}

.miroton_about__inner,
.miroton_steps__inner,
.miroton_sale__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.miroton_section_label {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 0 14px;
	border-radius: 999px;
	background: #eaf5ff;
	color: #2f89d4;
	font-weight: 800;
	font-size: 14px;
	margin-bottom: 18px;
}

.miroton_about__inner {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
	gap: 54px;
	align-items: center;
	padding: 42px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .82);
	box-shadow: 0 18px 44px rgba(20, 54, 90, .08);
}

.miroton_about h2,
.miroton_steps h2,
.miroton_sale h2 {
	margin: 0 0 22px;
	color: #14365a;
	font-size: clamp(34px, 3vw, 48px);
	line-height: 1.08;
	font-weight: 850;
}

.miroton_about p,
.miroton_sale p {
	color: #52677d;
	font-size: 18px;
	line-height: 1.65;
	margin-bottom: 16px;
}

.miroton_about p strong {
	color: #14365a;
}

.miroton_about__image,
.miroton_sale__image {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 22px 48px rgba(20, 54, 90, .14);
	background: #e8f2fb;
}

.miroton_about__image img,
.miroton_sale__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.miroton_about__image {
	aspect-ratio: 1.18 / .78;
	min-height: 360px;
}

.miroton_steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin-top: 34px;
}

.miroton_step {
	position: relative;
	padding: 34px 22px 30px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 34px rgba(20, 54, 90, .1);
	transition: transform .24s ease, box-shadow .24s ease;
}

.miroton_step:hover {
	transform: translateY(-6px);
	box-shadow: 0 24px 46px rgba(20, 54, 90, .14);
}

.miroton_step__icon {
	width: 78px;
	height: 78px;
	margin: 0 auto 20px;
	border-radius: 22px;
	display: grid;
	place-items: center;
	background: linear-gradient(135deg, #67a8e5, #2f89d4);
	box-shadow: 0 14px 26px rgba(47, 137, 212, .28);
}

.miroton_step__icon:before {
	content: "";
	width: 42px;
	height: 42px;
	background: #fff;
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
}

.miroton_step__icon_order:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M14 6h20a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4Zm4 10h12v4H18v-4Zm0 8h12v4H18v-4Zm0 8h8v4h-8v-4Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M14 6h20a4 4 0 0 1 4 4v28a4 4 0 0 1-4 4H14a4 4 0 0 1-4-4V10a4 4 0 0 1 4-4Zm4 10h12v4H18v-4Zm0 8h12v4H18v-4Zm0 8h8v4h-8v-4Z'/%3E%3C/svg%3E");
}

.miroton_step__icon_make:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M8 36h32v6H8v-6Zm4-24h24l4 10v10H8V22l4-10Zm4 4-2 6h20l-2-6H16Zm2 10h4v6h-4v-6Zm8 0h4v6h-4v-6Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M8 36h32v6H8v-6Zm4-24h24l4 10v10H8V22l4-10Zm4 4-2 6h20l-2-6H16Zm2 10h4v6h-4v-6Zm8 0h4v6h-4v-6Z'/%3E%3C/svg%3E");
}

.miroton_step__icon_delivery:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M4 12h26v20H4V12Zm28 6h7l5 7v7H32V18ZM12 38a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm24 0a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M4 12h26v20H4V12Zm28 6h7l5 7v7H32V18ZM12 38a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm24 0a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z'/%3E%3C/svg%3E");
}

.miroton_step__icon_install:before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M8 8h20v18H8V8Zm4 4v10h12V12H12Zm22-2 8 8-4 4-2-2-12 12 2 2-4 4-8-8 4-4 2 2 12-12-2-2 4-4ZM8 32h10v8H8v-8Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M8 8h20v18H8V8Zm4 4v10h12V12H12Zm22-2 8 8-4 4-2-2-12 12 2 2-4 4-8-8 4-4 2 2 12-12-2-2 4-4ZM8 32h10v8H8v-8Z'/%3E%3C/svg%3E");
}

.miroton_step h3 {
	margin: 0;
	color: #14365a;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 850;
}

.miroton_sale {
	padding-top: 82px;
}

.miroton_sale__inner {
	position: relative;
	min-height: 430px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	border-radius: 8px;
	overflow: hidden;
	background: #14365a;
	box-shadow: 0 24px 54px rgba(20, 54, 90, .18);
}

.miroton_sale__image {
	position: absolute;
	inset: 0;
	border-radius: 0;
	box-shadow: none;
}

.miroton_sale__image:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(20, 54, 90, .92) 0%, rgba(20, 54, 90, .7) 46%, rgba(20, 54, 90, .22) 100%);
}

.miroton_sale__content {
	position: relative;
	z-index: 2;
	max-width: 560px;
	padding: 58px;
}

.miroton_sale h2,
.miroton_sale p {
	color: #fff;
}

.miroton_sale h2 {
	font-size: clamp(38px, 4vw, 62px);
}

.miroton_sale p {
	font-weight: 700;
}

.miroton_sale .miroton_btn {
	margin-top: 16px;
	background: #67a8e5;
	color: #fff !important;
}

@media only screen and (max-width: 980px) {
	.miroton_about__inner,
	.miroton_sale__inner {
		grid-template-columns: 1fr;
	}
	.miroton_about__inner {
		padding: 30px;
	}
	.miroton_steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.miroton_sale__content {
		padding: 46px 34px;
	}
}

@media only screen and (max-width: 600px) {
	.miroton_about,
	.miroton_steps,
	.miroton_sale {
		padding: 52px .9em;
	}
	.miroton_about__inner {
		gap: 28px;
		padding: 22px;
	}
	.miroton_steps__grid {
		grid-template-columns: 1fr;
	}
	.miroton_sale__inner {
		min-height: 480px;
	}
	.miroton_sale__content {
		padding: 34px 24px;
	}
}

/* Hide standard news/content blocks on the redesigned home page */
.home_news_wrap {
	display: none;
}

.inner_page_wrap {
	width: 100%;
	padding: 56px clamp(18px, 4vw, 64px) 72px;
	background: linear-gradient(180deg, #f4f9fd 0%, #ffffff 38%, #f5f9fc 100%);
	box-sizing: border-box;
}

.inner_page_wrap .midside {
	width: min(1240px, 100%);
	margin: 0 auto;
	float: none;
}

.inner_page_wrap #content {
	width: 100%;
	padding: 0;
}

.inner_page_wrap .rightside,
.inner_page_wrap .content_top,
.inner_page_wrap .footside,
.inner_page_wrap + .foot_menu {
	display: none;
}

.miroton_static {
	position: relative;
	margin: 0;
	color: #12324f;
}

.miroton_static__hero {
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 28px;
	min-height: 250px;
	padding: clamp(34px, 5vw, 64px);
	border-radius: 8px;
	overflow: hidden;
	background:
		linear-gradient(115deg, rgba(12, 55, 91, .92) 0%, rgba(20, 102, 157, .86) 52%, rgba(106, 176, 232, .74) 100%),
		url("../images/tmp/miroton-pvc-windows-hero.png") center/cover no-repeat;
	box-shadow: 0 22px 54px rgba(13, 55, 100, .18);
}

.miroton_static__hero:after {
	content: "";
	position: absolute;
	inset: auto 0 0 0;
	height: 7px;
	background: linear-gradient(90deg, #65aee8, #ffc928, #d71972);
}

.miroton_static__kicker {
	display: inline-flex;
	margin-bottom: 16px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .16);
	color: #eaf6ff;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.miroton_static__hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-size: clamp(34px, 4.4vw, 58px);
	line-height: 1.08;
	font-weight: 900;
	text-shadow: 0 12px 28px rgba(0, 0, 0, .28);
}

.miroton_static__hero_btn,
.miroton_static__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 0 28px;
	border-radius: 7px;
	background: #65aee8;
	color: #fff !important;
	font-size: 18px;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 14px 28px rgba(30, 116, 186, .28);
	white-space: nowrap;
}

.miroton_static__hero_btn:hover,
.miroton_static__button:hover {
	background: #4e9ddd;
}

.miroton_static__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 360px;
	gap: 30px;
	align-items: start;
	margin-top: 32px;
}

.miroton_static__content,
.miroton_static__contact,
.miroton_static__social,
.miroton_static__catalog {
	border: 1px solid rgba(101, 174, 232, .22);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 44px rgba(13, 55, 100, .09);
}

.miroton_static__content {
	position: relative;
	padding: clamp(28px, 4vw, 54px);
}

.miroton_static__content .story_icons {
	top: 22px;
	right: 22px;
}

.miroton_static__content .text {
	color: #24445f;
	font-size: 18px;
	line-height: 1.72;
}

.miroton_static__content .text h2,
.miroton_static__content .text h3,
.miroton_static__content .text h4 {
	margin: 1.6em 0 .75em;
	color: #123f65;
	font-weight: 900;
	line-height: 1.2;
}

.miroton_static__content .text h2:first-child,
.miroton_static__content .text h3:first-child {
	margin-top: 0;
}

.miroton_static__content .text p {
	margin: 0 0 1.1em;
}

.miroton_static__content .text a {
	color: #116fb4;
	font-weight: 800;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.miroton_static__content .text ul,
.miroton_static__content .text ol {
	display: grid;
	gap: 10px;
	margin: 1.1em 0 1.45em;
	padding: 0;
	list-style: none;
}

.miroton_static__content .text li {
	position: relative;
	padding-left: 30px;
}

.miroton_static__content .text li:before {
	content: "";
	position: absolute;
	left: 0;
	top: .72em;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ffc928;
	box-shadow: 0 0 0 5px rgba(255, 201, 40, .22);
}

.miroton_static__content .text img {
	border-radius: 8px;
	box-shadow: 0 18px 36px rgba(13, 55, 100, .12);
}

.miroton_static__aside {
	position: sticky;
	top: 168px;
	display: grid;
	gap: 18px;
}

.miroton_static__image {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 18px 44px rgba(13, 55, 100, .12);
	background: #eaf4fb;
}

.miroton_static__image img {
	display: block;
	width: 100%;
	height: 260px;
	object-fit: cover;
}

.miroton_static__contact {
	padding: 28px;
}

.miroton_static__contact h2 {
	margin: 0 0 12px;
	color: #123f65;
	font-size: 26px;
	line-height: 1.16;
	font-weight: 900;
}

.miroton_static__contact p {
	margin: 0 0 18px;
	color: #5d7182;
	font-size: 16px;
	line-height: 1.55;
}

.miroton_static__contact > a:not(.miroton_static__button) {
	display: block;
	margin-bottom: 8px;
	color: #12324f;
	font-size: 22px;
	font-weight: 900;
	text-decoration: none;
}

.miroton_static__button {
	width: 100%;
	margin-top: 16px;
	box-sizing: border-box;
}

.miroton_static__social {
	padding: 24px;
}

.miroton_static__social h2 {
	margin: 0 0 16px;
	color: #123f65;
	font-size: 24px;
	line-height: 1.16;
	font-weight: 900;
}

.miroton_static__social .miroton_social_links {
	justify-content: flex-start;
}

.miroton_social_links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

.miroton_social_links__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #fff !important;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: 0 10px 20px rgba(13, 55, 100, .16);
	transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.miroton_social_links__item svg {
	display: block;
	width: 21px;
	height: 21px;
	fill: currentColor;
}

.miroton_social_links__item:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(13, 55, 100, .2);
	filter: brightness(1.05);
}

.miroton_social_links__vk {
	background: #2787f5;
}

.miroton_social_links__instagram {
	background: linear-gradient(135deg, #f58529, #dd2a7b 48%, #8134af);
}

.miroton_social_links__tiktok {
	background: #111;
}

.miroton_social_links__facebook {
	background: #1877f2;
}

.miroton_static__catalog {
	padding: 24px;
}

.miroton_static__catalog h2 {
	margin: 0 0 16px;
	color: #123f65;
	font-size: 24px;
	line-height: 1.16;
	font-weight: 900;
}

.miroton_static__catalog a {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 12px;
	align-items: center;
	min-height: 58px;
	padding: 9px;
	border-radius: 8px;
	color: #12324f;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none;
	transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.miroton_static__catalog a + a {
	margin-top: 8px;
}

.miroton_static__catalog a:hover {
	background: #edf7ff;
	color: #116fb4;
	transform: translateX(3px);
	box-shadow: 0 10px 24px rgba(13, 55, 100, .08);
}

.miroton_static__catalog span {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 8px;
	overflow: hidden;
	background: #eaf4fb;
}

.miroton_static__catalog img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.miroton_request {
	position: fixed;
	inset: 0;
	z-index: 9999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.miroton_request.is-open {
	display: flex;
}

.miroton_request__overlay {
	position: absolute;
	inset: 0;
	background: rgba(8, 24, 42, .72);
	backdrop-filter: blur(8px);
}

.miroton_request__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(280px, 420px) minmax(320px, 480px);
	width: min(900px, 100%);
	overflow: hidden;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
}

.miroton_request__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 3;
	width: 42px;
	height: 42px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .14);
}

.miroton_request__close:before,
.miroton_request__close:after {
	content: "";
	position: absolute;
	left: 13px;
	top: 20px;
	width: 16px;
	height: 2px;
	border-radius: 2px;
	background: #12324f;
}

.miroton_request__close:before {
	transform: rotate(45deg);
}

.miroton_request__close:after {
	transform: rotate(-45deg);
}

.miroton_request__media {
	min-height: 520px;
	background:
		linear-gradient(180deg, rgba(16, 47, 82, .12), rgba(16, 47, 82, .72)),
		url("../images/tmp/miroton-pvc-windows-hero.png") center/cover no-repeat;
}

.miroton_request__form {
	padding: clamp(32px, 4vw, 52px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #12324f;
}

.miroton_request__kicker {
	width: fit-content;
	margin-bottom: 12px;
	padding: 7px 12px;
	border-radius: 999px;
	background: #edf7ff;
	color: #116fb4;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.miroton_request__form h2 {
	margin: 0 0 12px;
	color: #123f65;
	font-size: clamp(30px, 4vw, 42px);
	line-height: 1.08;
	font-weight: 900;
}

.miroton_request__form p {
	margin: 0 0 26px;
	color: #5d7182;
	font-size: 17px;
	line-height: 1.55;
}

.miroton_request__form label {
	display: block;
	margin-bottom: 16px;
}

.miroton_request__form label span {
	display: block;
	margin-bottom: 8px;
	color: #123f65;
	font-size: 14px;
	font-weight: 900;
}

.miroton_request__form input {
	width: 100%;
	height: 56px;
	padding: 0 16px;
	border: 1px solid rgba(101, 174, 232, .35);
	border-radius: 8px;
	background: #f7fbfe;
	color: #12324f;
	font-size: 17px;
	font-weight: 700;
	box-sizing: border-box;
	outline: none;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.miroton_request__form input:focus {
	border-color: #65aee8;
	background: #fff;
	box-shadow: 0 0 0 4px rgba(101, 174, 232, .18);
}

.miroton_request__trap {
	position: absolute;
	left: -9999px;
	opacity: 0;
}

.miroton_request__form button[type="submit"] {
	height: 58px;
	margin-top: 4px;
	border: 0;
	border-radius: 8px;
	background: linear-gradient(135deg, #65aee8, #3e91d6);
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	cursor: pointer;
	box-shadow: 0 14px 30px rgba(55, 137, 205, .26);
}

.miroton_request__form.is-sending button[type="submit"] {
	opacity: .72;
	pointer-events: none;
}

.miroton_request__message {
	min-height: 22px;
	margin-top: 16px;
	color: #116fb4;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.45;
}

.miroton_request__message.is-error {
	color: #d71972;
}

body.miroton_request_lock {
	overflow: hidden;
}

.miroton_photoalbum_page .miroton_static__layout {
	grid-template-columns: 1fr;
}

.miroton_photoalbum_page .miroton_static__aside {
	display: none;
}

.miroton_photoalbum_page .miroton_static__content {
	padding: clamp(22px, 3vw, 38px);
}

.miroton_photoalbum_source {
	display: none;
}

.miroton_gallery {
	display: grid;
	gap: 24px;
}

.miroton_gallery__stage {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	background: linear-gradient(135deg, #102f52, #1b669a);
	box-shadow: 0 24px 54px rgba(13, 55, 100, .18);
}

.miroton_gallery__stage:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.miroton_gallery__main {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 1;
}

.miroton_gallery__main img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transform: scale(1.012);
	transition: opacity .42s ease, transform .7s ease;
}

.miroton_gallery__main img.is-visible {
	opacity: 1;
	transform: scale(1);
}

.miroton_gallery__stage:after {
	content: "";
	position: absolute;
	inset: auto 0 0;
	height: 34%;
	z-index: 2;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(16, 47, 82, 0), rgba(16, 47, 82, .48));
}

.miroton_gallery__arrow {
	position: absolute;
	z-index: 4;
	top: 50%;
	width: 56px;
	height: 56px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .2);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background .2s ease, transform .2s ease;
}

.miroton_gallery__arrow:hover {
	background: #65aee8;
	transform: translateY(-50%) scale(1.04);
}

.miroton_gallery__arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	border-top: 3px solid #12324f;
	border-right: 3px solid #12324f;
}

.miroton_gallery__arrow:hover:before {
	border-color: #fff;
}

.miroton_gallery__arrow_prev {
	left: 22px;
}

.miroton_gallery__arrow_prev:before {
	transform: translate(-36%, -50%) rotate(-135deg);
}

.miroton_gallery__arrow_next {
	right: 22px;
}

.miroton_gallery__arrow_next:before {
	transform: translate(-64%, -50%) rotate(45deg);
}

.miroton_gallery__counter {
	position: absolute;
	z-index: 4;
	right: 22px;
	bottom: 20px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .9);
	color: #12324f;
	font-size: 16px;
	font-weight: 900;
	box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
}

.miroton_gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
}

.miroton_gallery__thumb {
	position: relative;
	display: block;
	height: 118px;
	padding: 0;
	border: 3px solid transparent;
	border-radius: 8px;
	overflow: hidden;
	background: #eaf4fb;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(13, 55, 100, .1);
	transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.miroton_gallery__thumb:hover,
.miroton_gallery__thumb.is-active {
	border-color: #65aee8;
	transform: translateY(-2px);
	box-shadow: 0 16px 30px rgba(13, 55, 100, .16);
}

.miroton_gallery__thumb.is-active:after {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 0 3px rgba(255, 255, 255, .72);
}

.miroton_gallery__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 980px) {
	.inner_page_wrap {
		padding: 34px 16px 54px;
	}
	.miroton_static__hero {
		display: block;
		min-height: 220px;
	}
	.miroton_static__hero_btn {
		margin-top: 24px;
	}
	.miroton_static__layout {
		grid-template-columns: 1fr;
	}
	.miroton_static__aside {
		position: static;
	}
	.miroton_request__dialog {
		grid-template-columns: 1fr;
	}
	.miroton_request__media {
		min-height: 180px;
	}
	.miroton_gallery__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media only screen and (max-width: 600px) {
	.inner_page_wrap {
		padding-top: 22px;
	}
	.miroton_static__hero {
		padding: 28px 22px 34px;
	}
	.miroton_static__hero h1 {
		font-size: 30px;
	}
	.miroton_static__hero_btn,
	.miroton_static__button {
		width: 100%;
		min-height: 52px;
		padding: 0 18px;
		font-size: 16px;
		box-sizing: border-box;
	}
	.miroton_static__content {
		padding: 24px 20px;
	}
	.miroton_static__content .text {
		font-size: 16px;
	}
	.miroton_static__contact > a:not(.miroton_static__button) {
		font-size: 19px;
	}
	.miroton_request {
		padding: 14px;
	}
	.miroton_request__media {
		display: none;
	}
	.miroton_request__form {
		padding: 34px 22px 24px;
	}
	.miroton_request__close {
		top: 10px;
		right: 10px;
	}
	.miroton_gallery__stage:before {
		padding-top: 72%;
	}
	.miroton_gallery__arrow {
		width: 44px;
		height: 44px;
	}
	.miroton_gallery__arrow_prev {
		left: 12px;
	}
	.miroton_gallery__arrow_next {
		right: 12px;
	}
	.miroton_gallery__counter {
		right: 12px;
		bottom: 12px;
		font-size: 14px;
	}
	.miroton_gallery__thumbs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}
	.miroton_gallery__thumb {
		height: 92px;
	}
}

/* Footer refresh */
.footer_menu {
	display: none;
}

.miroton_footer {
	background: #102f52;
	color: #d7e8f6;
	padding: 0;
}

.miroton_footer__inner {
	max-width: 1180px;
	margin: 0 auto;
	padding: 62px 1.6em 54px;
	display: grid;
	grid-template-columns: 1.25fr .8fr .95fr 1.15fr;
	gap: 42px;
}

.miroton_footer__logo {
	display: inline-flex;
	width: 260px;
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, .96);
	box-shadow: 0 16px 34px rgba(0, 0, 0, .18);
}

.miroton_footer__logo img {
	display: block;
	width: 100%;
	height: auto;
	filter: none;
}

.miroton_footer__brand p {
	max-width: 330px;
	margin: 0 0 24px;
	color: #d7e8f6;
	font-size: 16px;
	line-height: 1.6;
}

.miroton_footer__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 22px;
	border-radius: 8px;
	background: #67a8e5;
	color: #fff !important;
	font-weight: 800;
	text-decoration: none !important;
	box-shadow: 0 12px 26px rgba(103, 168, 229, .22);
}

.miroton_footer h3 {
	margin: 0 0 18px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 850;
}

.miroton_footer__nav,
.miroton_footer__contacts {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 11px;
}

.miroton_footer__nav a,
.miroton_footer__contacts a,
.miroton_footer__contacts span {
	color: #d7e8f6;
	font-size: 16px;
	line-height: 1.35;
	text-decoration: none;
}

.miroton_footer__nav a:hover,
.miroton_footer__contacts a:hover,
.miroton_footer__bottom a:hover {
	color: #fff;
}

.miroton_footer__contacts a {
	font-weight: 800;
}

.miroton_footer__contacts span {
	margin-top: 4px;
	color: #aecadf;
}

.miroton_footer__contacts .miroton_social_links {
	margin-top: 8px;
}

.miroton_footer__contacts .miroton_social_links__item {
	box-shadow: 0 10px 22px rgba(0, 0, 0, .22);
}

.miroton_footer__bottom {
	border-top: 1px solid rgba(255, 255, 255, .12);
	max-width: 1180px;
	margin: 0 auto;
	padding: 18px 1.6em 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	text-align: left;
	color: #aecadf;
	font-size: 14px;
}

.miroton_footer__bottom a {
	color: #d7e8f6;
	font-weight: 800;
	text-decoration: none;
}

.miroton_footer__creator {
	text-align: right;
}

@media only screen and (max-width: 980px) {
	.miroton_footer__inner {
		grid-template-columns: 1fr 1fr;
	}
}

@media only screen and (max-width: 600px) {
	.miroton_footer__inner {
		grid-template-columns: 1fr;
		padding: 46px .9em 38px;
		gap: 28px;
	}
	.miroton_footer__bottom {
		padding: 18px .9em 24px;
		display: grid;
		justify-content: center;
		text-align: center;
	}
	.miroton_footer__creator {
		text-align: center;
	}
}

.mobile_menu_overlay {
	display: none;
}

/* Mobile layout reset */
@media only screen and (max-width: 980px) {
	body {
		overflow-x: hidden;
	}

	html.mobile-menu_open,
	html.mobile-menu_open body {
		overflow: hidden;
	}

	#header {
		height: 86px;
		margin: 0;
	}

	.miroton_topline {
		display: none;
	}

	#header .header,
	.header {
		position: fixed;
		left: 0 !important;
		top: 0;
		z-index: 1002;
		width: 100%;
		height: 86px;
		background: #fff;
		box-shadow: 0 10px 28px rgba(13, 55, 100, .1);
	}

	#header .midside,
	#header .header .midside {
		width: 100%;
		height: auto;
		padding: 0 12px;
		float: none;
		box-sizing: border-box;
	}

	#header_menu {
		position: relative;
		z-index: 12;
		display: grid !important;
		grid-template-columns: 46px minmax(120px, 1fr) auto;
		grid-template-areas: "menu logo contact";
		align-items: center;
		gap: 10px;
		min-height: 86px;
		height: 86px;
		padding: 0 !important;
		background: #fff;
		border-radius: 0;
		box-shadow: none;
	}

	#header_menu:after,
	#search_btn,
	#login_pane,
	.header_actions,
	.header_social,
	#top_menu {
		display: none !important;
	}

	#mobile_menu_btn {
		position: static;
		grid-area: menu;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		width: 46px;
		height: 46px;
		padding: 0;
		border: 0;
		border-radius: 8px;
		background: #123f65;
		color: #fff;
		box-shadow: 0 8px 18px rgba(18, 63, 101, .18);
	}

	.mobile-menu_open #mobile_menu_btn {
		background: #0f6da8;
	}

	#mobile_menu_btn .menu_toggle {
		position: relative;
		width: 20px;
		height: 16px;
		margin: 0;
	}

	#mobile_menu_btn .menu_toggle > i {
		position: absolute;
		left: 0;
		width: 100%;
		margin: 0 !important;
		height: 2px;
		border-radius: 2px;
		background: #fff;
		transition: top .22s ease, bottom .22s ease, transform .22s ease, opacity .16s ease;
	}

	#mobile_menu_btn .mt_1 {
		top: 0;
	}

	#mobile_menu_btn .mt_2 {
		top: 7px;
	}

	#mobile_menu_btn .mt_3 {
		bottom: 0;
	}

	#mobile_menu_btn .menu_toggle__title {
		display: none;
	}

	.mobile-menu_open #mobile_menu_btn .mt_1 {
		top: 7px;
		transform: rotate(-45deg);
	}

	.mobile-menu_open #mobile_menu_btn .mt_2 {
		opacity: 0;
	}

	.mobile-menu_open #mobile_menu_btn .mt_3 {
		top: 7px;
		bottom: auto;
		transform: rotate(45deg);
	}

	.logotype {
		grid-area: logo;
		display: flex;
		justify-content: center;
		align-items: center;
		width: auto;
		height: auto;
		min-width: 0;
		float: none;
	}

	.logotype .logo_image {
		width: clamp(126px, 38vw, 176px);
		height: clamp(52px, 16vw, 72px);
		filter: drop-shadow(0 8px 18px rgba(13, 55, 100, .14));
	}

	.logotype .logo_image img {
		max-width: 100%;
		max-height: 100%;
		object-fit: contain;
	}

	.logotype .logo_title {
		display: none;
	}

	.header_contacts {
		grid-area: contact;
		display: flex !important;
		flex-direction: column;
		align-items: flex-end;
		justify-content: center;
		gap: 4px;
		margin: 0;
		text-align: right;
	}

	.header_contacts a {
		display: block;
		color: #12324f;
		font-size: clamp(13px, 3.7vw, 17px);
		line-height: 1.1;
		font-weight: 900;
		text-decoration: none;
		white-space: nowrap;
	}

	#cat_menu {
		display: block !important;
		position: fixed;
		z-index: 1001;
		top: 86px;
		left: 0;
		right: auto;
		bottom: auto;
		width: min(86vw, 330px);
		height: calc(100vh - 86px);
		height: calc(100dvh - 86px);
		margin: 0 !important;
		padding-top: 0;
		background: #fff;
		border-right: 1px solid rgba(20, 54, 90, .12);
		box-shadow: 18px 16px 44px rgba(8, 24, 42, .2);
		overflow-x: hidden;
		overflow-y: auto;
		visibility: hidden;
		opacity: 0;
		transform: translateX(-105%);
		transition: transform .28s ease, opacity .28s ease, visibility .28s ease;
		-webkit-overflow-scrolling: touch;
	}

	.mobile_menu_overlay {
		position: fixed;
		z-index: 1000;
		top: 86px;
		left: 0;
		width: 100%;
		height: calc(100vh - 86px);
		height: calc(100dvh - 86px);
		display: block;
		padding: 0;
		border: 0;
		background: rgba(8, 24, 42, .42);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .24s ease, visibility .24s ease;
	}

	#cat_menu:after {
		display: none;
	}

	.mobile-menu_open #cat_menu {
		visibility: visible;
		opacity: 1;
		transform: translateX(0);
	}

	.mobile-menu_open .mobile_menu_overlay {
		visibility: visible;
		opacity: 1;
		pointer-events: auto;
	}

	.mobile-menu_open .page {
		margin-left: 0 !important;
		overflow: hidden;
	}

	.cat_menu {
		margin: 0;
		padding: 18px 18px 12px;
	}

	.cat_menu__tm {
		display: grid;
		gap: 6px;
	}

	.cat_menu a,
	.cat_menu__tm a {
		display: block;
		padding: 12px 14px;
		border: 0;
		border-radius: 8px;
		background: #f4f9fd;
		color: #12324f;
		font-size: 16px;
		font-weight: 800;
		line-height: 1.2;
		text-decoration: none !important;
	}

	.cat_menu a:before,
	.cat_menu a:after {
		display: none !important;
	}

	#cat_menu .side_contacts {
		display: grid;
		gap: 8px;
		padding: 18px;
		color: #12324f;
	}

	#cat_menu .side_contacts b {
		font-size: 18px;
		color: #123f65;
	}

	#cat_menu .side_contacts a {
		color: #12324f;
		font-size: 16px;
		font-weight: 800;
		text-decoration: none;
	}

	#cat_menu .side_contacts span {
		color: #607386;
		font-size: 14px;
		line-height: 1.4;
	}

	.inner_page_wrap {
		padding: 24px 12px 48px;
		overflow: hidden;
	}

	.inner_page_wrap .midside,
	.conteiner .midside {
		width: 100%;
		max-width: 100%;
		padding: 0;
		float: none;
		box-sizing: border-box;
	}

	.inner_page_wrap #content,
	#content {
		width: 100%;
		max-width: 100%;
		padding: 0;
		box-sizing: border-box;
	}

	.box,
	.story,
	.story .text,
	.static_pages,
	.page_static {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}

	.inner_page_wrap .rightside,
	.conteiner > .rightside,
	.rightside {
		display: none;
	}

	.miroton_static__hero {
		min-height: 180px;
		padding: 28px 22px 34px;
	}

	.miroton_static__hero h1 {
		font-size: clamp(30px, 9vw, 42px);
		line-height: 1.08;
	}

	.miroton_static__layout {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.miroton_static__content {
		padding: 22px 18px;
	}

	.miroton_static__content .text {
		font-size: 16px;
		line-height: 1.65;
		overflow-wrap: anywhere;
	}

	.miroton_static__content .text img,
	.miroton_static__content .text iframe,
	.miroton_static__content .text video {
		max-width: 100%;
		height: auto;
	}

	.miroton_static__content .text table {
		display: block;
		width: 100% !important;
		max-width: 100%;
		overflow-x: auto;
	}
}

@media only screen and (max-width: 420px) {
	#header,
	#header .header,
	.header {
		height: 78px;
	}

	#header_menu {
		grid-template-columns: 42px minmax(104px, 1fr) auto;
		min-height: 78px;
		height: 78px;
		gap: 7px;
	}

	#mobile_menu_btn {
		width: 42px;
		height: 42px;
	}

	.logotype .logo_image {
		width: 118px;
		height: 49px;
	}

	.header_contacts a {
		font-size: 12px;
	}

	#cat_menu {
		top: 78px;
		height: calc(100vh - 78px);
		height: calc(100dvh - 78px);
	}

	.mobile_menu_overlay {
		top: 78px;
		height: calc(100vh - 78px);
		height: calc(100dvh - 78px);
	}
}
@media only screen and (max-width: 980px) {
	#header {
		z-index: 1002;
	}
}

@media only screen and (max-width: 600px) {
	.miroton_about__image {
		width: 100%;
		max-width: 100%;
		min-height: 0 !important;
		height: 240px;
		aspect-ratio: auto !important;
	}

	.miroton_about__image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
