@font-face {
    font-family: Logo;
    src: url(/fonts/ErasDemi.TTF);
    font-display: swap;
}
@font-face {
    font-family: ProT;
    font-style: normal;
    src: url(/fonts/ProximaNovaT-Thin.ttf);
    font-display: swap;
}
@font-face {
    font-family: ProL;
    font-style: normal;
    src: url(/fonts/ProximaNova-Light.ttf);
    font-display: swap;
}
@font-face {
    font-family: ProR;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Regular.ttf);
    font-display: swap;
}
@font-face {
    font-family: ProS;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Semibold.ttf);
    font-display: swap;
}
@font-face {
    font-family: ProB;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/ProximaNova-Bold.ttf);
    font-display: swap;
}

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; font-size: 100%; font: inherit; 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; }

body, select, input, textarea, button {
	font-family: ProR, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	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-family: ProS;
	text-rendering: optimizeLegibility;
}

h1, .h1 { font-size: 22px; }
h2, .h2 { font-size: 20px; }
h3, .h3 { font-size: 18px; }
h4, .h4 { font-size: 16px; }
h5, .h5 { font-size: 14px; }
h6, .h6 { font-size: 12px; }
img {
    max-width: 100%;
    object-fit: cover;
}
p > img {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 20px;
}
.addcomment h3 { margin: .3em 0 .6em 0; }

.dlevideoplayer ul[data-theme] {
	display: none;
}
a.socseti {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s;
}
a.socseti:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
a.socseti svg {
    width: auto;
    max-width: 18px;
    height: auto;
    max-height: 18px;
}
a.socseti svg.tg {
    margin-left: -2px;
}
.allvoprosi {
    background: #dee9ed;
    position: relative;
    border-radius: 20px;
    display: block;
    min-height: 500px;
    margin: 0 0 4rem;
}
.ablvopros {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-gap: 1rem;
}
.otveti {
    width: 100%;
    min-height: 250px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
}
.otveti, .maninvopros, .voprosiall {
    
}
.maninvopros {
    border-radius: 20px;
    overflow: hidden;
}
.voprosiall {
    display: flex;
    justify-content: center;
    align-items: center;
}
.inotvet {
    width: 75%;
    margin: 0 auto;
    min-height: 230px;
    position: relative;
    background: #f9fafc;
    border-radius: 0 0 200px 200px;
}
.pdf-file {
    padding: 1rem 0 0;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 1rem;
}
.pdf-file > a {
    padding: 1rem 2rem;
    border-radius: 20px;
    background: #5084c4;
    display: inline-flex;
    gap: 12px;
    font-family: ProS;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: 0.2s;
}
.pdf-file > a > svg.icon {
    width: 26px;
    height: 26px;
    fill: #fff;
}
.pdf-file > a:hover {
    background: #7387a2;
    transform: scale(1.05);
    transition: 0.2s;
}
.inotvet::before {
    content: "";
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    background: url("/uploads/shared/mis.webp") top center no-repeat;
    background-size: 100% auto;
    bottom: -140px;
    left: 150px;
}
.inotvet #otvet {
    width: 80%;
    margin: 0 auto 4rem;
}
.standart p {
    font-family: ProR !important;
}
.standart b, .standart h1, .standart h2, .standart h3, .standart h4 {
    font-family: ProS !important;
}
.alinvp {
    width: 90%;
    height: 80%;
    max-height: 23rem;
    overflow-x: hidden;
    overflow-y: scroll;
}
edit {
    margin: -4px 0 0 10px;
}
#otvet > h3 {
    font-size: 160%;
    font-family: ProR;
}
#otvet {
    padding-left: 11%;
    position: relative;
}
#otvet::after {
    content: "";
    width: 12%;
    height: 140px;
    max-height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    top: 0px;
    background: url("/uploads/shared/voda.webp") center bottom no-repeat;
    background-size: auto 100%;
}
.alinvp::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.alinvp::-webkit-scrollbar-thumb {
    background-color: #1e6fa9;
    border-radius: 3px;
}
.vopros-short {
    width: 95%;
}
.vopros {
    display: inline-flex;
    padding: 0.5rem 2rem;
    border-radius: 50px;
    cursor: pointer;
}
.vactiv .vopros {
    background: #1e6fa9;
    color: #fff;
    cursor: default;
}
.maninvopros img {
    margin-bottom: -90%;
    position: relative;
    z-index: 1;
}
.otvet {
    display: none;
}
#otvet > .otvet {
    display: block;
}
.icon-vopros {
    position: absolute;
    top: 0px;
    width: 60px;
    height: 60px;
    fill: #1e6fa9;
    filter: drop-shadow(0px 0px 3px #fff);
}
.icon-vopros.icvop1 {
    width: 5rem;
    height: auto;
    top: 20%;
    left: -2.8rem;
    transform: rotate(-8deg);
    transition: 0.3s;
}
.icon-vopros.icvop2 {
    width: 5rem;
    height: auto;
    top: auto;
    bottom: 11rem;
    left: 30%;
    transform: rotate(20deg);
    transition: 0.3s;
    z-index: 0;
}
.icon-vopros.icvop3 {
    width: 5rem;
    height: auto;
    top: 18%;
    left: auto;
    right: -2rem;
    transform: rotate(15deg);
    transition: 0.3s;
}
.cats {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cats > .all-info-prod {
    padding: 1.5rem 2.5rem
}
.cats img {
    min-height: 100%;
    object-fit: cover;
}
.img-prod {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: end;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.all-info-prod {
    padding: 3rem 0;
}
.all-info-prod .text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin: 0;
} 
.all-info-prod .text p b {
    float: right;
    font-family: ProR;
}
.all-info-prod .text {
    margin: 0px 0rem 0 0; 
} 
.short-prod {
    margin: 5rem auto 0;
    max-width: 820px;
    width: 90%;
    background: #dee9ed;
    border-radius: 20px;
}

.catales h1, .catstyle .wmaxi > h2, .title-cats {
    width: 100%;
    font-size: 200%;
    font-family: ProR;
    text-align: center;
}
a.submenu {
    text-transform: lowercase;
    display: block;
}
.xfieldimagegallery.photo {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 1rem 0;
    gap: 1rem;
}
.title-cats {
    margin-bottom: 2rem;
}
.standart-short {
    margin-bottom: 3rem;
}
.catstyle .wmaxi > h2 {
    margin: 4rem 0 0 0;
    font-size: 180%;
    font-family: ProS;
}
.all-info-recomend > h2 {
    font-size: 180%;
    font-family: ProR;
}
#dropmenudiv > a:nth-child(3) {
    display: none !important;
}
.img-prod-big {
    margin: 5rem 0 0 0;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-prod-big > img {
    margin-top: -20%;
}
.img-fon, .img-recomend {
    border-radius: 20px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-fon {
    opacity: 0.8;
}
.img-prod img {
    position: absolute;
    z-index: 3;
    display: block;
    height: 110%;
    width: auto;
    margin-bottom: 2rem;
    transition: 0.3s;
}
.short-prod:hover .img-prod img {
    transform: scale(1.03);
    margin-bottom: 2.7rem;
    transition: 0.3s;
}
.img-fon::after {
    content: "";
    width: 58px;
    transform: rotate(22deg);
    height: 154px;
    position: absolute;
    bottom: -35%;
    margin-left: -11%;
    box-shadow: 0 0px 11px 10px #000000;
    background: #000;
    opacity: 0.5;
    transition: 0.3s;
}
.short-prod:hover .img-fon::after {
    transform: rotate(22deg) scale(1.05);
    transition: 0.3s;
}
.img-fon::before {
    content: "";
    width: 57px;
    height: 20px;
    box-shadow: 0 0px 11px 10px #000000;
    background: #000;
    border-radius: 50%;
    position: absolute;
    opacity: 0.8;
    bottom: 11%;
    transition: 0.3s;
}
#cat_menu {
    display: none;
}
.short-prod:hover .img-fon::before {
    margin-top: -2%;
    opacity: 0.7;
    transform: scale(1.05);
    transition: 0.3s;
}
.cats > div {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.cats > div.img-prod-short, .cats > div.img-recomend-short {
    padding-top: 60%;
}
.cats > div.img-recomend-short > h2 {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    text-shadow: 0px 0px 10px #ffffffc9;
    max-width: 80%;
    width: auto;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: 10%;
}
.cats > .all-info-prod, .cats > .all-info-recomend {
    display: block;
    text-align: left;
}
.cats > .all-info-recomend {
    padding: 0 3rem;
}
.text > p {
    padding: 0px;
}
.consultation {
   /* display: flex; */
    display: none;
    justify-content: center;
    gap: 2rem;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 6rem;
}
.all-paga {
    width: 100%;
}
.wmaxi {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
.relet {
    position: relative;
}
.img-prod-short a, .img-recomend-short a {
    position: absolute;
    bottom: 1.6rem;
    right: 2rem;
    z-index: 4;
}
.recomendincat {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    margin: 4rem 0 4rem 0;
}
.recomendincat > article:nth-child(2n) {
    border-radius: 20px;
    grid-template-columns: 1fr 1fr;
}
.recomendincat > article:nth-child(2n) > div:nth-child(1) {
    grid-column-start: 2;
    grid-row-start: 1;
  
}
.recomendincat > article:nth-child(2n) > div:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
}
.consultation > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.consultation > div.img-consultation {
    display: none;
}
.button-consultation a {
    background: #5084c4;
    padding: 1.5rem 2.5rem;
    border-radius: 30px;
    color: #fff;
    font-family: ProS;
    text-decoration: none;
    transition: 0.2s;
}
.button-consultation a:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.alltopmain {
    margin: -3rem auto 5rem;
    width: 100%;
    min-height: 60rem;
    display: flex;
    flex-flow: wrap;
    background:  url("/img/topfon.png") top center no-repeat;
    background-size: 100% auto;
}
.wslayd {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 30rem;
    display: flex;
    justify-content: space-between;
}
.wslayd > div {
    width: 33%;
}
.wslayd > div.minerals-all {
    width: 28%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-content: center;
    gap: 25px;
    margin-bottom: 2rem;
}
.minerals-all > div {
    width: 28%; 
    display: flex;
    justify-content: center;
    align-items: center;
}
.minerals-all > div img {
    width: 100%;
    height: auto;
    transition: 0.2s;
}
.minerals-all > div img:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.param-water {
    width: 90%;
    max-width: 600px;
    margin: 0rem auto 7rem;
    padding-top: 8rem;
}
.all-composition {
    width: 90%;
    max-width: 1200px;
    margin: 0rem auto 5rem;
}
.title-mn {
    font-size: 220%;
    text-align: center;
    margin-bottom: 1rem;
}
.txt-mn {
    margin: 0 auto 4rem;
    max-width: 800px;
    width: 90%;
    text-align: center;
}
.txt-mn.texno {
    margin: 7rem auto 4rem;
}
.texno > strong {
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.in-composition {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
}
.composition {
    position: relative;
    border-radius: 20px;
    padding: 3rem;
    color: #fff;
}
.one.composition {
    background: #7387a2;
}
.title-composition {
    font-size: 115%;
    line-height: 120%;
    font-family: ProS;
}
.mtb {
    margin: 5rem auto 3rem;
}
.txt-composition > comp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.txt-composition > comp span {
    font-family: ProR;
}
.txt-composition > comp b {
    font-family: ProS;
}
.composition::after {
    font-size: 220%;
    line-height: 60%;
    color: #000;
    font-family: ProT;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: -1rem;
    right: -1rem;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.2s;
}
.one.composition::after {
    content: "1";
    background: url("/img/elips.png") center center no-repeat;
    background-size: 100%;
}
.one.composition:hover::after {
    transform: scale(1.15);
    transition: 0.2s;
}
.two.composition::after {
    content: "2";
    background: url("/img/elips2.png") center center no-repeat;
    background-size: 100%;
}
.two.composition:hover::after {
    transform: scale(1.15);
    transition: 0.2s;
}
.two.composition {
    background: #5084c4;
}
.svoystva-all {
    margin: 8rem auto 0;
    width: 100%;
    max-width: 1000px; 
    display: flex;
    justify-content: space-between;
    align-content: center;
    position: relative;
}
.stick-img {
    position: absolute;
    top: -16%;
    bottom: -10%;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0%;
    width: auto;
    height: auto;
    pointer-events: none;
    margin: 0 auto;
    z-index: 1;
}
.stick-img::after {
    content: "";
    position: absolute;
    width: 13rem;
    height: 13rem;
    pointer-events: none;
    background: url("/img/logo-butilka.png") center center no-repeat;
    background-size: auto 100%;
}
.stick-img > img {
    height: 100%;
    width: auto;
    pointer-events: none;
}
.txt-stick {
    padding: 0rem 2.5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    border-radius: 20px;
    line-height: 120%;
    background: #dee9ed;
    margin-top: 0.8rem;
    transition: 0.4s;
}

@media (min-width: 800px) {
    .txt-stick:hover {
    transform: scale(1.05);
    transition: 0.4s;
}
.stick-left, .stick-right {
    width: 45%;
}
.stick-left .txt-stick:hover {
    margin-left: -1rem;
    padding-right: 6rem;
}

.stick-right .txt-stick:hover {
    margin-right: -1rem;
    padding-left: 6rem;
}
.stick-left > .txt-stick {
    justify-content: flex-start;
    padding-right: 5rem;
    
}
.stick-right > .txt-stick {
    text-align: right;
    justify-content: flex-end;
    padding-left: 5rem;
}
}
.param-water > ul {
    padding: 0px;
}
.info-param, .param-water > ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem;
    color: #fff;
    font-family: ProL;
}
.info-param > div, .param-water li {
    border-left: 3px dotted #fff;
    padding-left: 1.5rem;
}
.param-water li::marker {
    display: none;
    content: "";
}
.info-param > div > span, .param-water li > span {
    display: block;
    font-size: 110%;
    line-height: 130%;
    margin: -0.2rem 0rem 1rem;
}
.info-param > div > b, .param-water li > b {
    width: 100%;
    display: block;
    font-size: 250%;
    line-height: 80%;
    font-family: ProT;
    margin-bottom: -0.16rem;
}
.txt-param {
    margin: 3.5rem 0 3rem;
    color: #fff;
    font-size: 110%;
    line-height: 140%;
    font-family: ProL;
}
.wslayd-txt {
    display: flex;
    flex-flow: wrap;
    align-content: center;
    padding-bottom: 5rem;
}
.wslayd-txt h1 {
    width: 100%;
    font-size: 250%;
    font-family: ProR;
}
.wslayd-txt > div {
    font-size: 110%;
}
.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-family: ProS; }

.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-family: ProS; }
	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: 16px;
	height: 16px;
	fill: #000;
	vertical-align: middle;
}
	.icon-logo { 
        width: 42px;
    height: 55px;
    margin-top: -5px; 
}

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

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

body { background: #f9fafc; }
.wrp {  }
.cls-1{fill:#fff;stroke:#88f;stroke-miterlimit:10;stroke-width:0.25px;}
.cls-2{fill:#484747;}
.conteiner:after, #header:after { clear: both; content: ""; display: table; }
.midside {
	width: 100%;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.rightside {
    width: auto;
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

#header { margin-bottom: 25px; }
#header, #header_menu { height: 12rem; }
.header {
	width: 100%; height: 0;
}
	.header .midside { height: 0; }
	#header_menu {
		position: relative; z-index: 15;
		width: 90%;
            max-width: 1300px;
        margin: 1rem auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

#mobile_menu_btn {
	position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 11.5rem;
    text-transform: lowercase;
    white-space: nowrap;
    border: 0 none;
    background-color: transparent;
    color: #1a5d90;
    padding: 5px;
    text-align: center;
}
	#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: #1a5d90;
		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: #484747;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 80px;
    gap: 10px;
}
.logotype .logo-in {
    
}
.logo_txt {
    font-family: ProS;
    margin: 4px 0 0 1px;
    font-size: 60%;
    line-height: 100%;
}
	.logotype .logo_title {
		font-family: Logo;
		font-size: 26px;
		line-height: 100%;
		font-weight: normal;
	}
	.logotype .icon-logo { fill: #000; }

	#top_menu { margin: 0 25px; flex: 1 auto; white-space: nowrap; text-align: center; cursor: default; }
	#top_menu a {
		text-decoration: none !important;
    display: inline-block;
        text-transform: lowercase;
        font-family: ProR;
        font-size: 110%;
    color: #000;
    position: relative;
    z-index: 2;
    padding: 10px 15px;
	}
.smenu {
    display: inline-flex;
    justify-content: center;
    position: relative;
}
.submenu {
    position: absolute;
    display: none;
    border-radius: 20px;
    padding: 1rem;
    top: 45px;
    left: -1rem;
    margin: -1rem 0 0 0;
    background: #dee9ed;
    transition: margin 0.2s;
}
.smenu:hover .submenu {
    display: block;
    margin: 0;
    transition: margin 0.2s;
}
#top_menu .submenu > a {
    text-align: left;
    display: block;
    background: none;
}
#top_menu .submenu > a:hover {
    color: #5084c4;
}
	#top_menu a:after {
		content: "";
		position: absolute;
		left: 50%; top: 50%;
		margin: -5px 0 0 -5px;
		width: 10px; height: 10px;
		border-radius: 100%;
		background-color: #9c9cff;
		overflow: hidden;
		opacity: 0;
	}
	@-webkit-keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}
	@keyframes sun {
		0% { margin: -5px 0 0 -5px; width: 10px; height: 10px; opacity: 0; }
		50% { margin: -50px 0 0 -50px; width: 100px; height: 100px; opacity: .15; } 
		100% { margin: -80px 0 0 -80px; width: 160px; height: 160px; opacity: 0; }
	}

	#top_menu > a:hover, #top_menu > div > a:hover { z-index: 1; opacity: 1; }
	#top_menu > a:hover:after, #top_menu > div > 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: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: 0px;
    width: 3px;
    height: 3px;
    border-radius: 5px;
    background-color: #1a5d90;
	}
	#top_menu a.active:after { display: none; }

#login_pane {
	list-style: none;
	padding: 0; margin: 0;
}
	#login_pane > li > .btn-border {
		border-color: #1a5d902e;
		color: #000;
		white-space: nowrap;
		text-shadow: none;
	}
	#login_pane > li > .btn-border:hover {
		border-color: #1a5d90;
	}
	#login_pane > li > .btn-border .over { max-width: 120px; }
	#login_pane > li > .btn-border > .pm_num { margin-top: -3px; vertical-align: middle; display: inline-block; }
	.pm_num {
		font-size: 11px;
		background-color: #fff;
		border-radius: 10px;
		min-width: 12px; height: 12px;
		line-height: 12px;
		margin: -2px -14px 0 12px;
		padding: 4px;
		color: #0c5f7e;
		text-align: center;
		vertical-align: middle;
	}

	#login_pane .dropdown-form {
		text-align: center;
		left: 50%;
		padding: 39px; margin-left: -150px;
		width: 220px;
        border-radius: 20px;
	}
	.dropdown-form .soc_links { margin: 0; }
	.dropdown-form .soc_links > a { margin-bottom: 20px; }
	.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: 99px;
		z-index: -1;
        border-radius: 20px;
	}
		.dropdown-form.logged:before, .dropdown-form.logged:after { background-color: #f9fafc; }
		.login_pane__info .avatar { margin: 12px 0; }
		.login_pane__menu {
			list-style: none;
			padding: 0; margin: 25px 0;
			text-align: left;
			border-bottom: 1px solid #efefef;
		}
		.login_pane__menu li a {
			color: inherit;
			text-decoration: none !important;
			padding: 14px 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: -3px 5px 0 0; }


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

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

.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 25px; margin-top: 35px; }
.soc_links { display: flex; justify-content: space-between; }
	.soc_links > a {
		display: inline-block;
		width: 26px; height: 26px; line-height: 26px;
		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: -3px 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: 22px; }
	.q_search > input {
		width: 100%;
		padding: 7px 72px 7px 18px;
		border-radius: 8px;
		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: 36px; padding: 0; position: absolute; right: 0; top: 18px; }
	.q_search .icon-search { position: absolute; left: 50%; top: 50%; margin: -8px 0 0 -8px; width: 16px; height: 16px; fill: #737373;}
	.q_search .q_search_adv {
		position: absolute;
		right: 0; top: 0;
		margin-right: 36px;
		width: 36px; height: 36px;
	}
	.q_search .icon-set {
		width: 16px; height: 16px;
		position: absolute;
		left: 50%; top: 50%;
		margin: -8px 0 0 -8px;
		fill: #737373;
	}
	.q_search .q_search_adv:hover .icon-set { fill: #1a5d90; }


.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: 25px;
		width: 44px;
		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: 22px;
		text-align: center;
	}
	.carousel-control .up, .carousel-control .down {
		display: block;
		padding: 15px 12px;
	}
	.carousel-control .icon {
		fill: #d7d7d7;
		width: 20px; height: 32px;
	}
	.carousel-control a:hover > .icon { fill: #1a5d90; }
	.carousel-indicators {
		list-style: none;
		padding: 0; margin: 0;
		text-align: center;
	}
	.carousel-indicators li {
		display: block;
		width: 20px; height: 20px;
		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: 4px; height: 4px;
		margin: -2px 0 0 -2px;
		background-color: #7f7f7f;
	}
	.carousel-indicators li:hover:after, .carousel-indicators li.active:after { background-color: #3394e6; }
	.carousel-indicators li:before {
		display: none;
		border: 2px solid #3394e6;
		width: 8px; height: 8px;
		margin: -6px 0 0 -6px;
		box-sizing: initial;
	}
	.carousel-indicators li.active:before { display: block; }
	.carousel-caption {
		position: absolute;
		left: 0; bottom: 0; right: 94px;
		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-family: ProS;
		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: 25px;
	position: relative;
	padding-left: 8%;
	width: 100%; height: 52px;
	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: 22px; padding: 14px 25px; line-height: 22px; }
	.pagetools_back {
		position: absolute;
		left: 0; top: 0;
		width: 8%; height: 50px;
		border-right: 1px solid #d6d6d6;
		text-align: center;
	}
	.pagetools_back .icon {
		display: block;
		margin: 15px auto 0 auto;
		width: 30px; height: 20px;
	}
	#combo-tools.active > .pagetools_in { margin-top: -50px; }
	.breadcrumb .over { vertical-align: baseline; }

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

.box, .comment {
	background-color: #fff;
	margin-bottom: 25px;
	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: 4% 7%; }

	.story .title { margin: -.1em 0 1em 0; font-size: 20px; }
	.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: 8%;
		list-style: none;
		padding: 4% 0 0 0; margin: -.2em 0 0 0;
	}
	.fixed_story .story_icons { z-index: 1; }
	.story_icons > li { text-align: center; margin: 0 0 10px 0; }

	.story .box_in > .text { font-size: .9rem; }
	.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: 16px; height: 16px;
	}
		.fav_btn .icon {
			width: 16px; height: 16px;
			vertical-align: top;
		}
		.fav_btn .icon-fav { fill: #64748b; }
		.fav_btn:hover .icon-fav { fill: #1a5d90; }
		@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: 2px;
			width: 16px; height: 0;
			background-color: #64748b;
			overflow: hidden;
			display: block;
			margin: 3px 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: 30px;
		padding-top: 4%;
	}
		.fixed_label:before {
			content: "";
			position: absolute;
			left: 50%; top: 0; bottom: 0;
			margin: 0 0 0 -15px;
			background-color: #e85319;
			width: 30px;
		}
		.fixed_label:after {
			content: "";
			position: absolute;
			bottom: 0; left: 50%;
			margin: 0 0 0 -15px;
			border: solid transparent;
			border-bottom-color: #fff;
			border-width: 0 15px 5px 15px;
			z-index: 1;
		}
	
	.story_tools { margin-top: 4%; }
		.story_tools > .category { float: right; margin-top: .7em; font-size: .9em; }
		.story_tools > .category .icon { width: 12px; height: 15px; margin: -.2em .4em 0 0; }
		.story_tools > .btn { float: left; margin-right: 2em; }
		.story_tools > .rate { float: left; }
		.story_tools .rate_stars { margin-top: 6px; }

		.rate_like > a, .rate_like-dislike {
			float: left;
			padding: 6px 12px;
			border: 1px solid #eaeaea;
			border-radius: 8px;
			text-decoration: none !important;
			font-family: ProS;
			color: #64748b;
			-webkit-transition: all ease .2s; transition: all ease .2s;
		}
		.rate_like > a:hover { border-color: #3394e6; color: #3394e6; }
		.rate_like .icon { width: 16px; height: 15px; margin: -.2em .3em 0 0; }

		.rate_like-dislike > a {
			display: inline-block;
			width: 22px; height: 22px;
			text-align: center;
		}
		.rate_like-dislike > a .icon {
			width: 14px; height: 15px;
			fill: #787878;
			vertical-align: middle;
			margin: -.3em 0 0 0;
		}
		.rate_like-dislike > a:hover .icon { fill: #1a5d90; }
		.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: #f9fafc; padding: 2% 7%; 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: 16px; height: 16px; margin: -.2em .4em 0 0; }
		.meta .icon-views { height: 18px; }

	.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: 8px;
	}
	.pages span, .pages a {
		color: inherit;
		display: inline-block;
		position: relative;
		padding: 7px 7px;
		min-width: 22px; height: 22px; line-height: 22px;
		text-align: center;
		text-decoration: none !important;
		font-family: ProS;
	}
	.pages span { color: #399; }
	.pages a:hover { color: #fff; background-color: #3394e6; }
	.pages span { color: #3394e6; }

	.page_next-prev { float: right; height: 36px; }
		.page_next-prev * { float: left; }
		.page_next-prev .icon { width: 32px; height: 20px; fill: #d7d7d7; }
		.page_next-prev > span >  a:hover .icon { fill: #1a5d90; }
		.page_next-prev > span > * { float: left; padding: 8px 12px; }

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

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

.hblock > .title {
	text-transform: uppercase;
	font-family: ProS;
	background-color: #f9fafc;
	border-radius: 2px 2px 0 0;
	font-size: 1em;
	padding: 2.5% 8%;
	margin: 0;
}
	.banner img { vertical-align: top; max-width: 100%; }
	.midside .banner {
		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-family: ProS; margin-bottom: 1em; }
		.informer_list li .title a { display: block; color: inherit; text-decoration: none !important; }
		.informer_list li .title a:hover { color: #1a5d90; }
		
		.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 20px 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: 4px; width: 100%;
		margin: 0 0 0 15px;
		border-top: 1px solid #d1d1d1;
	}
    @media only screen and (min-width: 1900px) {
        .param-water {
    padding-top: 10rem;
}
}
	@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: -20px 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: 25px 0 25px 70px;
		}
		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-family: ProS;
			font-size: 1.5em;
			border-radius: 50%;
			border: 2px solid #1a5d90;
			width: 48px; height: 48px;
			text-align: center;
			float: left;
			line-height: 30px;
			padding: 7px 0;
			margin-left: -70px;
			color: #1a5d90;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		ol.topnews > li > a:hover:before {
			color: #fff;
			background-color: #1a5d90;
			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: #1a5d90; }

	.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: 16px; height: 14px; margin: -3px 0 0 0; vertical-align: middle; }
		.vote_votes, .pollallvotes { font-size: .9em; }

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

	.title_tabs { margin: -10px 0 10px 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: 36px; height: 16px;
			padding: 10px 0;
			border-radius: 50%;
			margin-bottom: 2px;
			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: 16px; height: 16px; fill: #6a6a6a; vertical-align: top; }
		.title_tabs ul li.active > a > .icon { fill: #1a5d90; }

	.block_bg {
		margin-bottom: 25px;
		background-color: #1b64a8;
		border-radius: 2px;
		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: 25px;
	}
		.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: 16px; height: 10px;
			margin: -5px 0 0 -26px;
 			fill: #d7d7d7;
		}
		.change_skin .styled_select:hover > .icon { fill: #1a5d90; }
		.change_skin .styled_select select {
			width: 112%; height: 36px;
			background-color: transparent;
			border-width: 0;
			padding: 7px;
			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: #1a5d90; }
		#upper:hover .icon { fill: #fff; }

.footer { 
    padding: 6.1rem 8% 2rem;
    width: 84%; 
    background: url("/img/futer-fon.png") top center no-repeat;
    background-size: cover;
}
.footer > div {
    display: flex;
    justify-content: space-between;
}
	.footer a, .footer { color: #fff; }
	.footer .midside { display: flex; align-items: center; }
	.footer .copyright { width: 100%; }
	.copyright a { font-family: ProS; } 

	.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 -350px 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 {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
	background: #dee9ed;
	color: #000;
	padding: 4rem;
	margin-bottom: 25px;
	height: 1%;
	border-radius: 20px;
	box-sizing: border-box;
    box-shadow: none;
}

.addcomment { background-color: #fff; }
	.plus_icon { width: 16px; height: 16px; display: inline-block; vertical-align: middle; position: relative; }
	.addcomment .plus_icon { width: 8%; padding: 10px 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; }

	.comment {
		padding: 4% 4%;
		position: relative;
		-webkit-transition: box-shadow ease .4s; transition: box-shadow ease .4s;
	}
	.com_list .comment {
		border-top: 1px solid #efefef;
		background-color: transparent;
		margin: 0;
		border-radius: 0;
		box-shadow: none; -webkit-box-shadow: none;
	}
	.comment:hover {
		position: relative;
		box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
	}
	.avatar { display: inline-block; }
	.avatar .cover {
		width: 100px; height: 100px;
		border-radius: 50%;
		white-space: nowrap;
		text-indent: -9999px;
		display: inline-block;
	}
	.comment .avatar { float: left; margin-right: 15px; position: relative; }
	.comment .avatar .cover { width: 36px; height: 36px; }
	.com_online {
		position: absolute;
		left: 100%; top: 50%;
		margin: -4px 0 0 -4px;
		overflow: hidden;
		text-indent: -9999px;
		background-color: #70bb39;
		border: 2px solid #fff;
		width: 4px; height: 4px;
		border-radius: 50%;
	}

	.com_info { font-size: .9em; margin-bottom: 2%; margin-top: -5px; }
	.com_info:after { clear: both; display: block; content: ""; }

	.com_user { float: left; margin: 9px 15px 0 0; }
	.comment .meta { display: inline; }
	.comment .meta .left { margin: 9px 0 0 0; }
	.comment .meta .left .mass input { margin: -2px 0 0 0; vertical-align: middle; }
		.comment .meta > ul.left > li { margin-right: 10px; }

		.comment .reply { text-transform: lowercase; }
		.comment .meta .left a {
			display: inline-block;
			width: 20px; height: 20px;
			vertical-align: middle;
			padding: 2px;
			margin-top: -2px;
			-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		}
		.comment .meta .left .reply a { padding: 2px; width: auto; vertical-align: baseline; }
		.comment .meta .left .del a { padding: 4px; }
		.comment .meta .left .icon { margin: 0; fill: #64748b; vertical-align: top; }
		.comment .meta .left a:hover .icon { fill: #1a5d90; }
		.comment .meta .left a .icon-reply {
			width: 15px; height: 16px;
			fill: #1a5d90 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left a .icon-coms {
			width: 15px; height: 16px;
			fill: #1a5d90 !important;
			margin-right: .4em;
			vertical-align: middle;
		}
		.comment .meta .left .edit_btn > a { padding: 2px; margin-top: -4px; } 
		.comment .icon-bad { width: 16px; height: 16px; }
		.comment .icon-cross { width: 12px; height: 12px; }

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

	#dle-comments-list { width: 100%; overflow: hidden; }
	#dle-comments-list > .comments-tree-list > li > .comments-tree-list { padding: 0 8%; border-top: 1px solid #efefef; }
	#dle-comments-list > .comments-tree-list > li .comments-tree-list > li { padding-left: 20px; }
	.comments-tree-list { list-style: none; padding: 0; margin: 0; }

	.comments-tree-list > li > ol > li .comment {
		padding: 30px 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: 2000px; 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: 12px;
		margin: 30px 0 0 -20px;
		background-color: #e6e6e6;
		width: 10px; height: 2px;
	}	

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

	.com_content > .title { margin-top: 4%; }
	.com_content > .text { font-size: .9rem; }

#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: #f9fafc; }
	.page_form { max-width: 1100px; padding-left: 7%; }
	.page_form__back {
		background-color: #1a5d90;
		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, .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;
			padding: 15px;
		}
		.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-family: ProS;
		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: #f9fafc; 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: .6em;
		-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 25px 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: 90px; }
	.userinfo .avatar { position: absolute; float: left; margin: 0 0 0 -90px; }
	.userinfo .avatar .cover { width: 60px; height: 60px; }
	.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: 30px; }
	.stats_head > ul > li:before {
		content: "";
		float: left;
		margin: 2px 0 0 -30px;
		width: 16px; height: 16px;
		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; }
