/* SET BASE
----------------------------------------------- */
* {background: transparent;margin:0;padding:0;outline:none;border: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
table {border-collapse:collapse;border-spacing:0;}
input, select {vertical-align:middle;}
article, aside, figure, figure img, hgroup, footer, header, nav, section, main {display: block;}
body {font: 16px Arial, Helvetica, sans-serif; line-height:normal; padding:0; margin:0;        
color: #2a2a2a; background-color:#fafafa; height:100%; width:100%; font-weight:400;}
img {max-width:100%;}
.clr {clear: both;}
.clearfix:after {content: ""; display: table; clear: both;}
a {color: #3d3d3d; text-decoration: none;}
a:hover, a:focus {color:#000; text-decoration: none;}
h2, h3, h4, h5 {font-weight:400; font-size:19px;}
h1 {font-weight:400; font-size:28px;}
.form-wrap {}
.sub-title h1 {margin-bottom:15px; font-size:18px; font-weight:700; background-color:#3d3d3d; color:#FFF; 
padding:10px 15px; border-radius:6px;}
.pm-page, .search-page, .static-page, .tags-page, .form-wrap {}


/*--- SET ---*/
.button, .pagi-load a, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]), 
html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a {
background-color: #5ba217; display: inline-block; padding:0 10px; font-weight: 700;
color: #fff; border: solid 1px #360; background: linear-gradient(to top, rgb(75, 135, 20) 0%, rgb(91, 162, 23) 100%);
box-shadow: inset 0px 1px 0px #7ad81e, 0px 1px 0px #fff; border-radius: 5px; cursor:pointer;
height:40px; line-height:39px;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}
button[disabled], input[disabled] {cursor:default;}
.button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover,
button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover 
{color:#fff; background: linear-gradient(to bottom, rgb(75, 135, 20) 0%, rgb(91, 162, 23) 100%);}
button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active 
{box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);}
input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button 
{font-size: 12px !important; height: 30px !important; line-height:30px !important; padding: 0px 10px; border-radius:3px;}

input[type="text"], input[type="password"] {display:block; width:100%; height:40px; line-height:40px; padding:0 15px;
color:#000000; background-color:#f5f5f5; border-radius:0px; -webkit-appearance: none; box-shadow:0 0 0 1px #EDEDED;}
input[type="text"]:focus {}

input:focus::-webkit-input-placeholder {color: transparent}
input:focus::-moz-placeholder {color: transparent}
input:focus:-moz-placeholder {color: transparent}
input:focus:-ms-input-placeholder {color: transparent} 

select {height:40px; border:1px solid #e3e3e3; background-color:#FFF;}
textarea {display:block; width:100%; padding:10px; border:1px solid #e3e3e3; background-color:#FFF; 
border-radius:0 0 0px 0px; box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1); overflow:auto; vertical-align:top; resize:vertical;}

.img-box {overflow:hidden; position:relative;}
.img-box img {width:100%;}
.img-square img {width:150%; max-width:150%; margin-left:-25%;}
.img-vert img {width:200%; max-width:200%; margin-left:-50%;}
.nowrap {white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
button, .slide-day {transition: all .3s;}
a, .button, .ps-link, .short {transition: color .3s, background-color .3s, opacity .3s;}

.flex-row {display: -webkit-box; display:-webkit-flex; -webkit-flex-flow: row wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; 
display:flex; flex-flow:row wrap; justify-content:space-between;}
.flex-col {display: -webkit-box; display:-webkit-flex; -webkit-flex-direction:column; -webkit-box-pack:center; -webkit-justify-content:center; 
display:flex; flex-direction:column; justify-content:center;}

.ps-link {cursor:pointer;}
.icon-l .fa {margin-right:10px;}
.icon-r .fa {margin-left:10px;}


/* BASIC GRID
----------------------------------------------- */
.wrap {min-width:320px; padding-top:130px; overflow:hidden; width:100%;}
.center {max-width:1264px; margin:0 auto; position:relative; z-index:20;}
.header {position: fixed; width: 100%; top: 0; left:0; z-index:888; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); 
background-color:#eaeaea; background: linear-gradient(to bottom, #f0f0f0 0%,#eaeaea 100%);}
.cols {background:#f9f9f9; border-radius:6px 6px 0 0; padding:15px 400px 15px 15px; 
box-shadow:0 0 15px rgba(50, 50, 50, 0.3); z-index:887;}
.side {width:345px; margin-right:-385px; float:right; position:relative;}
.main {width:100%; float:left; min-height:800px;}
.footer {background-color:#3d3d3d; padding:10px 10px;}

.fixed-top {position:fixed; top:120px; width:345px; margin-bottom:0 !important;}
.absolute-top {position:absolute; width:345px; margin-bottom:0 !important;}

.rkl-box {margin-bottom:20px; text-align:center;}
.side .side-box .rkl-box {margin-bottom:0;}


/* HEADER
----------------------------------------------- */
.header:before {content:""; background-color:#3d3d3d; position:absolute; left:0; top:0; width:100%; height:40px; 
border-bottom:3px solid #ff8e00;}
.h-one, .h-two {align-items:center;}
.h-one {height:40px; background-color:#3d3d3d; margin-bottom:3px; padding-right:10px;}
.h-two {height:50px; padding:5px;}
.login-btns a {color:#FFF; display:inline-block; padding:0 10px; height:30px; line-height:30px;}
.login-btns .button {height:30px; line-height:30px;}

.ticker-wrap {line-height:40px; height:40px; width:55%; padding:0 60px 0 70px; position:relative;}
.ticker-t {display:inline-block; padding:0; width:70px; margin-left:-70px; float:left; text-align:right;
background-color:#ffde00; color:#000; font-size:16px; position:relative; font-weight:700;}
.ticker-t:after {left: 100%;top: 50%;border: solid transparent;content: " ";height: 0;width: 0;
position: absolute;border-color: rgba(45, 105, 175, 0);border-left-color: #ffde00;border-width: 20px;margin-top: -20px;}
.ticker {float:right; width:100%; height:40px; overflow:hidden; padding-left:40px; line-height:40px;}
.ticker li {width:100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ticker li a {color:#fff; display:block; font-weight:700;}
.ticker li a:hover {color:#ffde00; text-decoration:underline;}
.ticker-wrap .fa {font-size:24px; color:#ffde00; position:absolute; right:0; top:8px; cursor:pointer;}
.ticker-wrap .fa.tprev {right:30px;}
.ticker-wrap .fa:hover {color:#fff;}

.logotype {height:40px; width:280px; display:block;}
.logotype img {display:block; width:100%;}
.h-menu {height:40px; line-height:40px;}
.h-menu li {float:left; margin:0 10px;}
.h-menu li a {display:block; padding:0 10px; font-weight:700; border-radius:4px;}
.h-menu a:hover {background-color:#FFF;}
.h-menu a[data-label]:after {content:attr(data-label); margin-left:10px; color:#5ba217; 
padding:0 10px; border-radius:4px; background-color:#FFF; display:inline-block; vertical-align:middle;}
.search-wrap {width:300px;}
.search-box {width:100%; position:relative;}
.search-box input, .search-box input:focus {width:100%; height:40px; line-height:40px; padding:0 40px 0 10px; border-radius:4px;
background-color:#fff; color:#444; border:0; box-shadow:inset 0 0 0 1px rgba(0,0,0,0.2);}
.search-box button {position:absolute; right:0; top:0; border-radius:0;
padding:0 !important; text-align:center; width:40px; height:40px; line-height:40px; 
color:#282828 !important; background:transparent !important; font-size:18px; 
border:0 !important; box-shadow:none !important;}


/* SHORT TOP
----------------------------------------------- */
.ctrl-box {font-size:12px; font-weight:700; border:1px solid #3d3d3d; border-radius:4px;
background:#3d3d3d; margin-bottom:20px; overflow:hidden;}
.ctrl-menu {display:inline-block;}
.ctrl-menu li {float:left;}
.ctrl-menu a, .grid-select div {display:block; color:#FFF; padding:0 10px; height:30px; line-height:30px;}
.ctrl-menu a:hover, .ctrl-menu a.active, .grid-select div:hover, .grid-select div.current {color:#333; background-color:#FFF; 
background: linear-gradient(to bottom, #f3f3f3 0%,#fff 100%);}
.grid-select div {float:left; font-size:18px; cursor:pointer;}
.grid-select div.current {color:#ca2a0a;}

.spec {border-radius: 0px; background: #fffbe2; overflow: hidden; position:relative; 
padding-left:230px; margin-bottom:20px; border:1px solid #CCC; border-radius:4px; min-height: 155px;}
.spec-img {height:100%; position:absolute; left:32px; top:10px;}
.spec-text {padding: 10px;}
.spec .s-icon {display:inline-block; vertical-align:middle; height:16px; line-height:16px; width:16px; margin-right:5px;}
.spec .s-desc a {text-decoration:underline;}
.to-spec {display:inline-block; padding:0 10px; font-weight:700; height:25px; line-height:25px;
background-color:#5ba217; color:#FFF !important; border-radius:4px;}
.spec .s-share { width:auto; display:inline-block;}
.spec .ya-share2__list_direction_vertical > .ya-share2__item {display:inline-block; margin-right:5px;}


/* SHORT
----------------------------------------------- */
.short {background:#fff; border:1px solid #F3F2F2; border-color:#DDD #DDDDDD #8BC43F; box-shadow:0 1px 3px 0 #B5B5B5; 
padding:10px 10px 15px 230px; position:relative; margin-bottom:10px; min-height:150px;}
.s-img {width:190px; margin-left:-197px; float:left; margin-top:3px;}
.s-img img {display:block; width:100%; border:1px solid #DADADA; box-shadow:-2px 3px 3px #B9B9B9;}
.s-text {width:100%; float:left;}
.s-title {font-size:20px; margin-bottom:10px;}
.s-title h1 {display:inline; font-size:20px;}
.s-title .fa {color:#c2c2c2;}
.s-desc {line-height:20px; color:#666; margin-bottom:10px;text-align: justify;}
.s-info {font-size:12px; font-style:italic; color:#939393;}
.s-info .fa {margin-right:7px;}
.s-info > span {display:inline-block; vertical-align:top; height:20px; line-height:20px;}
.s-info > span + span {margin-left:20px;}
.s-comms {color:#f60;}
.s-comms a {color:#00a305; text-decoration:underline;}
.s-icon {width:20px;}
.s-share {width:40px; position:absolute; left:10px; top:10px; min-height:25px;}
.ya-share2__title {display:none !important;}
.short:hover {background-color:#e6e6e6;}
.s-title > a:hover {text-decoration:underline;}
.s-comms a:hover {color:#00a305; text-decoration:none;}
.s-title span a:hover .fa {color:#C30;}

.grid-thumb #dle-content {-webkit-column-width:260px; -webkit-column-gap:20px; -moz-column-width:260px; -moz-column-gap:20px; 
column-width:260px; column-gap:20px;}
.grid-thumb .short {width:100%; margin:0 0% 20px 0%; padding:0; display:inline-block;}
.grid-thumb .s-img {width:100%; float:none; margin:0;}
.grid-thumb .s-img img {border:0; box-shadow:none;}
.grid-thumb .s-text {float:none; padding:10px;}
.grid-thumb .s-title {font-size:16px; font-weight:700;}
.grid-thumb .s-share {position:static; width:100%; margin-bottom:10px;}
.grid-thumb .s-comms {background-color:#888; color:#FFF; padding:0 10px;}
.grid-thumb .s-comms a {color:#fff; text-decoration:none;}
.grid-thumb .s-comms a span {display:none;}
.grid-thumb .ya-share2__list_direction_vertical > .ya-share2__item {display:inline-block; margin-right:5px;}


/* SIDE	
----------------------------------------------- */
.side-box {margin-bottom:20px;}
.side-bt {font-size:20px; margin-bottom:20px;}
.side-bt .fa {color:#5ba317;}
.side-bt a:hover {text-decoration:underline;}

.soc-btns {white-space:nowrap; line-height:30px; color:#888;}
.soc-btns .fa {width:30px; height:30px; border-radius:50%; text-align:center; line-height:30px; 
background-color:#C70003; color:#fff; font-size:14px; margin-left:5px; cursor:pointer; vertical-align:middle;}
.soc-btns .fa:hover {opacity:0.8;}
.fa.fa-vk {background-color:#5075a5;}
.fa.fa-facebook {background-color:#4b6baf;}
.fa.fa-twitter {background-color:#2daae1;}
.fa.fa-odnoklassniki, .fa.fa-rss {background-color:#FC6D00;}

.to-add {width:100%; text-align:center; font-size:16px;}

.side3 {display:block; margin-bottom:20px; font-weight:700; font-size:12px; 
text-align:center; color:#888; width:48%;}
.side3-img {margin-bottom:10px; height:100px; border-radius:6px;}
.side3-title {line-height:16px; height:48px; overflow:hidden;}
.side3:hover .side3-title {text-decoration:underline;}


/* FOOTER	
----------------------------------------------- */
.f-one, .f-two {align-items:center; color:#888;}
.f-one a {display:inline-block; margin-bottom:10px;}
.f-one img {max-width:200px;}
.fleft li {display:inline-block;}
.fleft li + li {border-left:1px solid #e3e3e3; padding-left:10px; margin-left:8px;}
.fleft a {color:#e3e3e3; text-decoration:underline;}
.fleft a:hover {color:#e3e3e3; text-decoration:none;}


/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {line-height:32px; text-align:center; font-size:14px; padding:20px 0;}
.pagi-nav {max-width:100%; display:inline-block;}
.pagi-nav > span {display:inline-block; margin:0 5px 10px 5px; vertical-align:top;}
.pprev, .pnext {}
.pprev {}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:32px; text-align:center; 
box-shadow:0 0 0 1px #ccc,1px 1px 3px 0 rgba(0,0,0,0.3); border-radius:6px; color:#444;}
.navigation {text-align:center; margin:0 20px;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:32px;
color:#444; box-shadow:0 0 0 1px #ccc,1px 1px 3px 0 rgba(0,0,0,0.3); border-radius:6px; margin:0 2px 10px 2px;}
.navigation span, .pagi-nav a:hover {background-color:#e6e6e6;}
.navigation span.nav_ext {background-color:#fff; color:#888;}


/* FULL
----------------------------------------------- */
.full .short {margin-bottom:20px;}
.full > .s-share {position:static; width:auto; display:inline-block; margin-bottom:5px;}
.full > .s-share .ya-share2__list_direction_vertical > .ya-share2__item {display:inline-block; margin-right:5px;}
.rels .side3 {width:23%;}
.rels .side3-img {height:130px;}
.rels .side3-title {height:32px;}

.slide-day {width:300px; background-color:#FFF; position:fixed; bottom:0; right:-300px; z-index:887;}
.slide-day.active {right:0; box-shadow:0 0 20px 0 rgba(0,0,0,0.4);}
.sd-title {background-color:#3d3d3d; color:#FFF; font-size:18px; align-items:center; padding:10px 15px;}
.sd-title .fa {cursor:pointer;}
.sd-cont {padding:15px; padding-bottom:5px;}
.day3 {display:block; margin-bottom:10px; font-weight:700; font-size:12px; color:#888; 
padding-left:90px; position:relative; min-height:60px;}
.day3-img {height:60px; width:80px; border-radius:6px; position:absolute; left:0px; top:0px;}
.day3-title {line-height:16px; height:48px; overflow:hidden;}
.day3:hover .day3-title {text-decoration:underline;}

.tabs-b {display:none;}
.tabs-b.visible {display:block;}
.tabs-sel {}
.tabs-sel span, .tabs-header a {cursor:pointer; color:#00a305; border-bottom:1px dashed #00a305; font-weight:700;}
.tabs-sel span + span {margin-left:20px;}
.tabs-sel span.current {color:#C00; border-color:transparent;}
.tabs-header {margin-bottom:20px;}


/* FULL STORY STATIC
----------------------------------------------- */
.full-text img + br, .full-text .highslide + br {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame 
{width: 100%; max-width:100% !important; height:400px; display:block; margin:20px auto;}
.mejs-container {max-width:100% !important;}
.full-text {color:#666; font-size:14px; line-height:18px; padding-bottom:20px; text-align:justify;}
.full-text img:not(.emoji) {max-width:100%; border:5px solid #e3e3e3; margin:10px 0;}
.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {margin:0 10px 10px 0;}
.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {margin:0 0 10px 10px;}
.full-text a {text-decoration:underline; color:#007ac2;}
.full-text a:hover {text-decoration:none;}
.full-text h2, .full-text h3, .full-text h4, .full-text h5 {margin:10px 0; font-size:18px;}
.full-text p {margin-bottom:10px;}
.full-text > ul, .full-text > ol {margin:10px 0;}
.full-text > ul li {list-style:none; margin-left:40px; display:block; position:relative;}
.full-text > ul li:before {content: "\f00c"; font-family: 'FontAwesome';
position:absolute; top:0px; left:-25px; width:8px; height:8px;
color:#9cce43; border-radius:0;}
.full-text > ol li {list-style:decimal; margin-left:40px;}

.full-text table {width:100%; text-align:left; margin:10px 0;}
.full-text table tr td {padding:10px; border:2px solid #fff;}
.full-text table tr:nth-child(2n+1) {background-color:#f5f5f5;} 
.full-text table tr:nth-child(1) {background-color:#444 !important; color:#FFF; font-size:14px !important;}
.full-text table img {display:block; margin:0; border:0; max-width:350px}
.attach {line-height:40px; background-color:#f5f5f5; padding:0 15px 0 0; border-radius:4px; margin:10px 0; overflow:hidden;}
.attach .download-link {color:#FFF !important; text-decoration:none !important; margin-right:15px; float:left; 
display:inline-block; padding:0 15px; background:#444;}
.attach-info {float:right;}
.attach i {margin-right:5px;}
.dcont {border:1px solid #e3e3e3; padding:0 15px 15px 15px; margin:0 0 20px 0; line-height:20px;}
.polltitle {display:block; padding:5px 15px; margin:0 -15px 15px -15px; font-size:18px; background-color:#f5f5f5; line-height:normal;}
.full-taglist a {color:#4a61a3;}
.full-taglist {margin:0 0 5px 0;}


/* COMMENTS
----------------------------------------------- */
.comms-title {line-height:40px; margin-bottom:20px;}
.comms-title > span {font-size:16px;}
.add-comm-form {position:relative; margin:0 0 20px 0; display:none; 
background:#fff; border:1px solid #F3F2F2; border-color:#DDD #DDDDDD #8BC43F; box-shadow:0 1px 3px 0 #B5B5B5; padding:15px;}
.ac-soc {position:absolute; right:15px; top:8px;}
.ac-soc:before {content:attr(data-label); display:inline-block; vertical-align:top; line-height:30px; margin-right:5px;}
.ac-soc a {display:inline-block; margin:0 0 0 3px; vertical-align:top;}
.ac-soc img {display:block; width:30px;}
.ac-inputs, .ac-textarea {margin-bottom:15px;}

.ac-av {width:40px; height:40px; border-radius:50%; float:left; margin-right:10px;
background:#fff url(../dleimages/noavatar.png) no-repeat; background-size:contain;}
.ac-title {font-weight:700; margin-bottom:15px; text-transform:uppercase;}
.ac-inputs input {width:49%; background-color:#FFF; box-shadow:0 0 0 1px #EDEDED,inset 1px 1px 3px 0 rgba(0,0,0,0.1);}
.ac-textarea textarea {height:85px;}
.ac-submit {}
.sec-answer + .sec-label {margin-top:10px;}
.ac-protect {margin-top:-10px;}
.ac-protect .label {font-size:12px;}
.ac-protect .sep-input {padding:10px 10px 10px 160px;}
.ac-protect input {background-color:#FFF;}

.mass_comments_action {text-align:right; padding:5px 15px; background-color:#f0f0f0; margin:20px 0 0 0;}
.last-comm-link {font-size:16px; margin-bottom:10px;}
.last-comm-link a {text-decoration:underline; color:#06c;}
.full-comms {}

.comm-item {padding:10px 10px 10px 80px; margin-bottom:10px; background-color:#FFF; 
border:1px solid #CCC; border-radius:4px;}
.comm-left {width:45px; height:45px; margin-left:-65px; float:left; border-radius:4px;}
.comm-right {width:100%; float:right; position:relative; }

.comm-one {padding:0 80px 10px 0; position:relative; font-size:14px;}
.comm-one > span:nth-child(4) {color:#bcbcbc; float:right; margin-right:0;}
.comm-one > span {float:left; margin-right:20px;}
.comm-author {font-weight:700;}
.comm-author a {color:#00a305; text-decoration:underline;}
.rate3-comm {position:absolute; right:0; top:0; white-space:nowrap; font-size:16px;}
.rate3-comm a {cursor:pointer; height:20px; line-height:20px; display:inline-block; font-size:14px;
color:#497b41; margin:0 5px 0 0; vertical-align:top}
.rate3-comm a:last-child {color:#a03939; margin:0 0 0 5px;}
.rate3-comm a:hover {opacity:0.5;}
.rate3-comm > span {height:20px; line-height:20px; display:inline-block; font-size:11px; font-weight:700; vertical-align:top;}
.rate3-comm > span > span.ratingtypeplus {color: #06b601;}
.rate3-comm > span > span.ratingplus {color: #95c613;}
.rate3-comm > span > span.ratingminus {color: #ff0e0e;}
.comm-two {color:#4c4c4c; line-height:20px; padding-bottom:0; font-size:14px;}
.signature {font:italic 12px Georgia, "Times New Roman", Times, serif; margin-top:10px; padding-top:10px; 
border-top:1px dashed #e3e3e3;}
.comm-three {margin-top:10px; font-size:12px; text-align:right;}
.comm-three li {display:inline-block; margin-left:10px;}
.comm-three a {color:#00a305; text-decoration:underline;}
.comm-three li:first-child {margin-left:0px; float:left;}



/* ADAPTIVE
----------------------------------------------- */
.show-menu, .mob-menu {display:none;}

@media screen and (max-width: 1220px) {
.center {max-width:1000px;}
.ticker-wrap {width:70%;}
.search-wrap {width:210px;}
.h-menu li {margin:0; float:none; display:inline-block;}
.cols {padding:15px 375px 15px 15px;}
.side {margin-right:-360px;}
.fleft, .fright, .counts, .fcopyr, .footer .soc-btns {width:100%; text-align:center; margin-bottom:10px;}

.rels .side3 {width:24%;}
.rels .side3-img {height:100px;}
}

@media screen and (max-width: 950px) {
.center {max-width:768px;}
.cols {padding:15px;}
.side, .search-wrap {display:none;}
}

@media screen and (max-width: 760px) {
.center {max-width:640px;}
.wrap {padding-top:90px;}
.h-one, .header:before {display:none;}
.h-two {display:block !important; height:70px; padding:0 0 10px 0;}
.logotype {margin:0 auto;}
.h-menu {width:100%; text-align:center; height:20px; line-height:20px;}
.h-menu li a {padding:0 5px; font-size:12px;}
.h-menu a[data-label]:after {margin-left:5px;}

.slide-day {display:none;}

.comm-one > span:nth-child(1), .comments-tree-list .comments-tree-list:before {display:none;}
.comm-three {display:none;}

.ac-protect {margin-top:0px;}
.comments-tree-list .comments-tree-list {padding-left:0px !important;}
.mass_comments_action {display:none;}
.sub-title h1 {font-size:18px; line-height:24px;}
}

@media screen and (max-width: 590px) {
.center {max-width:480px;}
.grid-select, .spec .s-desc, .s-views {display:none;}
.short {width:100%; margin:0 0% 20px 0%; padding:0; display:inline-block;}
.spec-img {width:100%; float:none; margin:0;}
.s-img {width:100%; float:none; margin:0;}
.s-img img {border:0; box-shadow:none;}    
.s-text {float:none; padding:10px;}
.s-title {font-size:18px; font-weight:700;line-height: 1.3;}
.s-share {position:static !important; width:100% !important; margin-bottom:10px;}
.s-comms {background-color:#888; color:#FFF; padding:0 10px;}
.s-comms a {color:#fff; text-decoration:none;}
.s-comms a span {display:none;}
.ya-share2__list_direction_vertical > .ya-share2__item {display:inline-block !important; margin-right:5px !important;}
.pprev, .pnext, .tabs-header a {display:none !important;}

.rels .side3 {width:48%;}
.rels .side3-img {height:130px;}

.comm-one > span:nth-child(4), .comm-one > span:nth-child(3) {display:none;}
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:300px;}

.ac-soc {position:static;}
.ac-inputs input {width:100%; margin-top:10px;}
.ac-protect {width:100%; float:none; margin:0;}
.ui-dialog {width:100% !important;}
.upop-left, .upop-right {float:none !important; width:100% !important; margin:0; padding:0 20px;}
.upop-left {margin-bottom:10px; text-align:center;}
.ui-dialog-buttonset button {display:block; margin:0 0 5px 0; width:100%;}
#dofullsearch, #searchsuggestions span.seperator {display:none !important;}
.attach .download-link {margin:0 -15px 0 0; float:none; display:block; padding:0 10px;}
.attach-info {float:none;}
}

@media screen and (max-width: 470px) {
.center {}
.spec {padding-left:0px; min-height:50px;}
.spec-img {width:100%; float:none; margin:0;}
.spec .s-desc {display:block;}
.f-one img {max-width:90px;}
.fleft li + li {border-left:0; padding:0; margin-left:8px;}
.soc-btns span:first-child {display:none;}

.rels .side3-img {height:90px;}
.comms-title {text-align:center; display:block !important;}
.comm-two {line-height:18px; font-size:14px;}

.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {height:250px;}
}
/* === SPEC: картинка слева 180px, шары в «желобе», без наложений === */
.spec { padding-left: 230px; }
.spec-img { position: absolute; left: 32px; top: 10px; width: 180px; }
.spec-img img { display: block; width: 100%; height: auto; margin-bottom: 10px; }
.spec .s-share { position: absolute; left: 10px; top: 10px; width: 40px; z-index: 2; }

/* мобилка для spec: шары сверху, потом картинка, потом текст */
@media (max-width: 760px){
  .spec { padding-left: 0; }
  .spec .s-share { position: static !important; width: auto; margin: 0 0 8px 8px; }
  .spec-img { position: static; width: 100%; margin: 0 0 10px 0; }
}

/* === LIST (grid-list): шары слева, выровнены по верху картинки === */
#grid.grid-list .short { position: relative; }
#grid.grid-list .short .s-img{
  width: 190px; margin-left: -197px; float: left; margin-top: 3px; overflow: hidden;
}
#grid.grid-list .short .s-share{
  position: absolute; left: 10px; top: 3px; width: 40px; z-index: 2;
}

/* один столбик для я-иконок (чтобы не «ломались» в две колонки) */
#grid .s-share .ya-share2__item{ display: block !important; float: none !important; margin: 0 0 6px 0 !important; }
#grid .s-share .ya-share2__item:last-child{ margin-bottom: 0 !important; }

/* === MOSAIC (grid-thumb): шары оверлеем поверх картинки === */
#grid.grid-thumb .short { position: relative; }
#grid.grid-thumb .short .s-img{ position: relative; overflow: hidden; }
#grid.grid-thumb .short .s-share{
  position: absolute !important; left: 8px; top: 8px; width: 32px; z-index: 3;
}

/* мобилка: в grid-list шары над контентом; в grid-thumb остаются оверлеем */
@media (max-width: 590px){
  #grid.grid-list .short .s-share{
    position: static !important; width: auto !important; margin: 0 0 8px 8px !important;
  }
  #grid.grid-thumb .short .s-share{
    position: absolute !important; left: 8px !important; top: 8px !important; width: 32px !important;
  }
}
.grid.grid-thumb .short .s-share { 
  padding: 1px; 
  background: rgba(0,0,0,.25); 
  border-radius: 6px;
}
/* === 16:9 для всех карточек без искажений (аккуратный кроп) === */

/* SPEC */
.spec-img{
  width: 180px;                /* как в макете */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.spec-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;           /* обрезаем лишнее, пропорции сохраняем */
  display: block;
}

/* СПИСОК (grid-list) */
#grid.grid-list .short .s-img{
  width: 190px;                /* как у тебя в списке */
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#grid.grid-list .short .s-img img{
  width: 100%;
  height: 100%;                /* добавляем высоту контейнера */
  object-fit: cover;           /* без «сплющивания» */
  display: block;
}

/* МОЗАИКА (grid-thumb) */
#grid.grid-thumb .short .s-img{
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
#grid.grid-thumb .short .s-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* LIST: шары ровно по верхней кромке изображения */
#grid.grid-list .short .s-share{
  top: 13px;  /* было 3px → из-за padding-top(10) + margin-top(3) и рамки */
}
/* MOSAIC: аккуратная плашка под иконками */
#grid.grid-thumb .short .s-share{
  position: absolute !important;
  left: 8px;
  top: 8px;
  display: inline-block;
  width: auto;              /* убрали фикс 32px, чтобы край не торчал */
  padding: 4px;             /* равномерный внутренний отступ */
  background: rgba(0,0,0,.28);
  border-radius: 8px;
}
#grid.grid-thumb .short .s-share .ya-share2__item{
  display: block !important;
  margin: 0 0 5px 0 !important;
}
#grid.grid-thumb .short .s-share .ya-share2__item:last-child{
  margin-bottom: 0 !important;
}

/* === ИТОГОВОЕ ПЕРЕОПРЕДЕЛЕНИЕ ДЛЯ МОБИЛЬНОГО SPEC:
   иконки НАКЛАДЫВАЮТСЯ на картинку, фон симметричный === */
@media (max-width: 590px){
  /* контейнер spec — точка привязки */
  .spec{
    position: relative !important;
    padding-left: 0 !important;
    min-height: auto !important;
  }
  /* картинка 16:9, на всю ширину */
  .spec-img{
    position: static !important;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 0 10px 0 !important;
  }
  .spec-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block;
  }
  /* иконки поверх изображения в левом верхнем углу */
  .spec .s-share{
    position: absolute !important;
    left: 8px !important;
    top: 8px !important;
    width: auto !important;
    margin: 0 !important;
    z-index: 3 !important;

    /* симметричная плашка */
    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    padding: 4px;                  /* одинаковые отступы со всех сторон */
    background: rgba(0,0,0,.28);
    border-radius: 8px;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item{
    display: block !important;
    margin: 0 !important;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item + .ya-share2__item{
    margin-top: 5px !important;    /* равномерный вертикальный шаг */
  }
}
/* ===== MOBILE ≤590px: одинаковая плашка под иконками, наложение на картинку ===== */
@media (max-width:590px){

  /* Обычные карточки в мозаике */
  #grid.grid-thumb .short{ position: relative; }
  #grid.grid-thumb .short .s-img{ position: relative; overflow:hidden; }
  #grid.grid-thumb .short .s-share{
    position: absolute !important;
    left: 8px; top: 8px; z-index: 3;

    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    padding: 6px;                 /* симметричный внутренний отступ */
    background: rgba(0,0,0,.28);
    border-radius: 8px;
    width: auto !important;
    line-height: 0;               /* чтобы фон не «распирало» строками */
  }
  #grid.grid-thumb .short .s-share .ya-share2__list{ margin:0 !important; padding:0 !important; }
  #grid.grid-thumb .short .s-share .ya-share2__item{
    display:block !important; margin:0 !important;
  }
  #grid.grid-thumb .short .s-share .ya-share2__item + .ya-share2__item{
    margin-top:5px !important;
  }

  /* SPEC: на мобиле так же, как и у остальных — иконки на картинке */
  .spec{ padding-left:0 !important; }
  .spec-img{
    position: relative !important;
    left:auto !important; top:auto !important;
    width:100% !important;
    aspect-ratio:16/9;            /* держим 16:9 */
    overflow:hidden;
    margin:0 0 10px 0 !important;
  }
  .spec-img img{
    width:100%; height:100%;
    object-fit:cover; display:block;
  }
  .spec .s-share{
    position: absolute !important;
    left: 8px; top: 8px; z-index: 3;

    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    padding: 6px;                 /* симметричный фон */
    background: rgba(0,0,0,.28);
    border-radius: 8px;
    width: auto !important;
    line-height: 0;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item{
    display:block !important; margin:0 !important;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item + .ya-share2__item{
    margin-top:5px !important;
  }
}
.tg-btn {
  display: inline-flex;
  align-items: center;
  padding: 6px 7px;
  border: 1.5px solid #29a9eb;
  border-radius: 2px;
  color: #29a9eb;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease;
  margin: 0 0 5px 0;
}

.tg-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #29a9eb url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 24 24'><path d='M9.999 15.17 9.67 19c.48 0 .69-.21.94-.46l2.25-2.17 4.67 3.42c.86.47 1.48.22 1.7-.79l3.09-14.53.01-.02c.28-1.31-.47-1.82-1.33-1.5L1.57 8.67C.3 9.18.31 9.92 1.35 10.25l4.64 1.44 10.76-6.79c.51-.35.97-.16.59.19z'/></svg>") no-repeat center;
  background-size: 60%;
  margin-right: 8px;
  flex-shrink: 0;
}

.tg-text {
  line-height: 1.2;
}
/* гарантия, что hidden реально скрывает */
[hidden]{display:none !important;}

/* Кнопка-бургер (видна только на мобилках) */
.search-toggle{
  display:none; width:36px;height:36px;border:0;background:transparent;cursor:pointer;position:relative;
}
.search-toggle span{display:block;height:2px;background:#333;border-radius:2px;position:absolute;left:6px;right:6px;transition:.25s;}
.search-toggle span:nth-child(1){top:10px}
.search-toggle span:nth-child(2){top:17px}
.search-toggle span:nth-child(3){top:24px}

/* Панель поиска — по умолчанию скрыта везде */
.search-panel{display:none;}
.search-panel.is-open{display:flex;}  /* включаем вручную из JS */

/* Оформление панели — только на мобилках */
@media (max-width:760px){
  .search-toggle{display:inline-block;}
  .search-wrap{display:none !important;} /* старое поле поиска прячем */

  .search-panel{
    position:fixed; inset:0; z-index:9999; align-items:center; justify-content:center;
    background:rgba(0,0,0,.45); backdrop-filter:blur(2px);
  }
  .search-panel form{
    display:flex; gap:8px; width:min(640px,92vw); background:#fff; padding:12px; border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
  }
  .search-panel input{
    flex:1; height:42px; padding:0 12px; border:1px solid #e3e3e3; border-radius:8px; background:#f7f7f7; font-size:16px;
  }
  .search-panel .button{height:42px; border-radius:8px; padding:0 16px;}
  .search-close{
    position:absolute; top:14px; right:14px; width:38px; height:38px; border:0; border-radius:50%;
    background:#fff; font-size:24px; line-height:38px; cursor:pointer; box-shadow:0 2px 10px rgba(0,0,0,.15);
  }
}

/* анимация бургер → крестик */
.search-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.search-toggle.is-open span:nth-child(2){opacity:0;}
.search-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
/* чтобы hidden точно скрывал */
[hidden]{display:none !important;}

/* шапка даёт контекст для абсолютной кнопки */
.header .h-two{position:relative;}

/* БУРГЕР (по умолчанию спрятан на десктопе) */
.search-toggle{
  display:none !important;        /* прячем везде */
  position:absolute;              /* фиксируем в правом углу шапки */
  right:10px;
  top:50%;
  transform:translateY(-50%);
  width:36px;
  height:36px;
  border:0;
  background:transparent;
  cursor:pointer;
  z-index: 2000;                  /* выше .cols (887) и .header (888) */
}
/* рисуем три полоски */
.search-toggle::before,
.search-toggle::after,
.search-toggle span{
  content:"";
  position:absolute;
  left:8px; right:8px; height:2px; background:#333; border-radius:2px; transition:.25s;
}
.search-toggle::before{top:11px;}
.search-toggle span{top:17px;}
.search-toggle::after{top:23px;}
/* состояние «крестик» */
.search-toggle.is-open::before{transform:translateY(6px) rotate(45deg);}
.search-toggle.is-open span{opacity:0;}
.search-toggle.is-open::after{transform:translateY(-6px) rotate(-45deg);}

/* ПАНЕЛЬ ПОИСКА: по умолчанию закрыта на всех экранах */
.search-panel{display:none !important;}
/* открыта только с классом и только на мобиле */
@media (max-width:760px){
  /* показываем бургер только на мобилке */
  .search-toggle{display:inline-block !important;}

  /* прячем старое поле поиска в шапке */
  .search-wrap{display:none !important;}

  .search-panel{
    display:none !important;
    position:fixed; inset:0; z-index:9999;
    align-items:center; justify-content:center;
    background:rgba(0,0,0,.45); backdrop-filter:blur(2px);
  }
  .search-panel.is-open{display:flex !important;}

  .search-panel form{
    display:flex; gap:8px; width:min(640px,92vw);
    background:#fff; padding:12px; border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.2);
  }
  .search-panel input{
    flex:1; height:42px; padding:0 12px; border:1px solid #e3e3e3; border-radius:8px; background:#f7f7f7; font-size:16px;
  }
  .search-panel .button{height:42px; border-radius:8px; padding:0 16px;}
  .search-close{
    position:absolute; top:14px; right:14px; width:38px; height:38px;
    border:0; border-radius:50%; background:#fff; font-size:24px; line-height:38px; cursor:pointer;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
  }
}
/* === MOBILE FIX: карточки списка (#grid.grid-list) не уезжают влево === */
@media (max-width:590px){
  /* сама карточка без левого «кармана» под картинку */
  #grid.grid-list .short{
    padding: 0 !important;
  }

  /* изображение — на всю ширину, без отрицательных отступов */
  #grid.grid-list .short .s-img{
    width: 100% !important;
    margin: 0 !important;             /* перекрываем margin-left:-197px */
    float: none !important;
    position: relative !important;
    left: auto !important;
    aspect-ratio: 16 / 9;              /* единое соотношение */
    overflow: hidden;
  }
  #grid.grid-list .short .s-img img{
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;                 /* без искажений */
    border: 0;                         /* как у твоих мобильных стилей */
    box-shadow: none;
  }

  /* на всякий случай — для любых .s-img вне grid-list */
  .s-img{
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  /* SPEC: гарантированно не цепляет абсолют и смещение слева */
  .spec{
    padding-left: 0 !important;
  }
  .spec-img{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .spec-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    display: block;
  }
}
/* ==== DESKTOP: spec-картинка визуально как в обычных карточках ==== */
.spec-img img{
  border: 1px solid #DADADA;
  box-shadow: -2px 3px 3px #B9B9B9;
}
/* на мобилке, как и у остальных, без рамки/тени */
@media (max-width:590px){
  .spec-img img{ border:0; box-shadow:none; }
}

/* ==== MOBILE HARD FIX (≤590px): больше ничего не сдвигается влево ==== */
/* убираем «карман» и отрицательный отступ в СПИСКЕ — для обоих селекторов */
@media (max-width:590px){
  #grid.grid-list .short,
  .grid.grid-list .short{
    padding: 0 !important;
  }

  #grid.grid-list .short .s-img,
  .grid.grid-list .short .s-img{
    width: 100% !important;
    margin: 0 !important;           /* перекрываем margin-left:-197px */
    float: none !important;
    position: relative !important;
    left: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden !important;
  }
  #grid.grid-list .short .s-img img,
  .grid.grid-list .short .s-img img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  /* SPEC на мобилке: картинка — блоком, без абсолютов и смещений */
  .spec{
    padding-left: 0 !important;
  }
  .spec-img{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  .spec-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
/* ==== MOBILE ≤590px: иконки НАЛОЖЕНЫ на картинку + симметричная плашка ==== */
@media (max-width:590px){

  /* --- SPEC --- */
  .spec{ position: relative !important; padding-left:0 !important; }
  .spec-img{
    position: relative !important;
    width: 100% !important;
    margin: 0 0 10px 0 !important;
    aspect-ratio: 16 / 9; overflow: hidden;
  }
  .spec-img img{ width:100% !important; height:100% !important; object-fit:cover !important; display:block; }

  /* ВАЖНО: перебиваем старое "static !important" */
  .spec .s-share{
    position: absolute !important;
    left: 8px !important; top: 8px !important; z-index: 3 !important;
    width: auto !important; margin: 0 !important; line-height: 0 !important;

    /* аккуратная симметричная плашка */
    display: inline-flex !important; flex-direction: column;
    gap: 5px; padding: 6px;
    background: rgba(0,0,0,.28); border-radius: 8px;
  }
  .spec .s-share .ya-share2__list{ margin:0 !important; padding:0 !important; }
  .spec .s-share .ya-share2__item{
    display:block !important; margin:0 !important;
  }
  .spec .s-share .ya-share2__item + .ya-share2__item{ margin-top:5px !important; }

  /* --- МОЗАИКА (grid-thumb) --- */
  #grid.grid-thumb .short,
  .grid.grid-thumb .short{ position: relative !important; }

  #grid.grid-thumb .short .s-img,
  .grid.grid-thumb .short .s-img{ position: relative !important; overflow:hidden !important; }

  /* Перебиваем любые "static !important" из старых правил */
  #grid.grid-thumb .short .s-share,
  .grid.grid-thumb .short .s-share{
    position: absolute !important;
    left: 8px !important; top: 8px !important; z-index: 3 !important;
    width: auto !important; margin: 0 !important; line-height: 0 !important;

    display: inline-flex !important; flex-direction: column;
    gap: 5px; padding: 6px;
    background: rgba(0,0,0,.28); border-radius: 8px;
  }
  #grid.grid-thumb .short .s-share .ya-share2__list,
  .grid.grid-thumb .short .s-share .ya-share2__list{ margin:0 !important; padding:0 !important; }
  #grid.grid-thumb .short .s-share .ya-share2__item,
  .grid.grid-thumb .short .s-share .ya-share2__item{
    display:block !important; margin:0 !important;
  }
  #grid.grid-thumb .short .s-share .ya-share2__item + .ya-share2__item,
  .grid.grid-thumb .short .s-share .ya-share2__item + .ya-share2__item{
    margin-top:5px !important;
  }
}


@media (max-width:590px){
  #grid.grid-list .short, .grid.grid-list .short{ position:relative !important; }
  #grid.grid-list .short .s-img, .grid.grid-list .short .s-img{ position:relative !important; overflow:hidden !important; }
  #grid.grid-list .short .s-share, .grid.grid-list .short .s-share{
    position:absolute !important; left:8px !important; top:8px !important; z-index:3 !important;
    display:inline-flex !important; flex-direction:column; gap:5px; padding:6px;
    background:rgba(0,0,0,.28); border-radius:8px; width:auto !important; line-height:0 !important;
  }
}
/* === SPEC: аккуратный низ + стили картинки как у остальных карточек === */

/* Десктоп: даём внутренний отступ снизу + рамку/тень как у .short .s-img img */
.spec{ padding-bottom:12px !important; }
.spec-img img{
  border:1px solid #DADADA;
  box-shadow:-2px 3px 3px #B9B9B9;
}

/* Мобилка: «воздух» снизу сохраняем, рамку/тень убираем, чтобы было как в мобильных .short */
@media (max-width:590px){
  .spec{ padding-bottom:12px !important; }

  /* картинка занимает место потоком и не прилипает к низу */
  .spec-img{
    position: relative !important;
    margin: 0 0 10px 0 !important;   /* отступ между картинкой и текстом */
  }

  .spec-img img{
    border:0 !important;
    box-shadow:none !important;
  }
}
/* === FIX: spec — картинка не тянется на 100% и не прилипает к низу === */
.spec { position: relative; padding-bottom: 12px !important; }

.spec-img{
  height: auto !important;          /* отменяем раннее height:100% */
  width: 180px;
  left: 32px;
  top: 10px;
  position: absolute;
  aspect-ratio: 16 / 9;             /* высота контейнера считается от ширины */
  overflow: hidden;
}
.spec-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* === MOBILE ≤590px: полный ширинный spec + оверлей иконок + зазор снизу === */
@media (max-width:590px){
  .spec{
    padding-left: 0 !important;
    padding-bottom: 12px !important;   /* «воздух» под картинкой */
  }
  .spec-img{
    position: relative !important;     /* картинка идёт в потоке */
    left: auto !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;           /* критично — не 100% */
    aspect-ratio: 16 / 9;
    margin: 0 0 10px 0 !important;     /* отступ между картинкой и текстом */
    overflow: hidden;
  }
  .spec-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* иконки поверх картинки с симметричной плашкой */
  .spec .s-share{
    position: absolute !important;
    left: 8px !important;
    top: 8px !important;
    z-index: 3 !important;

    display: inline-flex !important;
    flex-direction: column;
    gap: 5px;
    padding: 6px;                      /* симметричный внутренний отступ */
    background: rgba(0,0,0,.28);
    border-radius: 8px;
    width: auto !important;
    line-height: 0;
    margin: 0 !important;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item{
    display: block !important;
    margin: 0 !important;
  }
  .spec .ya-share2__list_direction_vertical > .ya-share2__item + .ya-share2__item{
    margin-top: 5px !important;
  }
}

