/* Базовый контейнер табов */
.tabs {
        padding: 0px;
        margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
        display: none;
        padding: 15px;
        background: #fff;
 border: 1px solid #ddd;
}
.tabs>section>p {
        margin: 0 0 5px;
        line-height: 1.5;
        color: #383838;
 /* прикрутим анимацию */
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
@keyframes fadeIn {
        from {
                opacity: 0;
        }
        to {
                opacity: 1;
        }
}
/* Прячем чекбоксы */
.tabs>input {
        display: none;
        position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
        display: inline-block;
        margin: 0 0 -1px;
        padding: 15px 25px;
        font-weight: 600;
        text-align: center;
        color: #aaa;
 border: 0px solid #ddd;
 border-width: 1px 1px 1px 1px;
        background: #f1f1f1;
 border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
}
.tabs>label[for*="1"]:before {
        content: "\f05a";
}
.tabs>label[for*="2"]:before {
        content: "\f03a";
}
.tabs>label[for*="3"]:before {
        content: "\f03e";
}
.tabs>label[for*="4"]:before {
        content: "\f13c";
}
/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
        color: #888;
 cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
        color: #555;
 border-top: 2px solid #207FCD;
 border-bottom: 1px solid #fff;
 background: #fff;
 font-weight: bold;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
 display: block;
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
        .tabs>label {
                font-size: 0;
        }
        .tabs>label:before {
                margin: 0;
                font-size: 18px;
        }
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
        .tabs>label {
                padding: 15px;
        }
}
.block_os{
		display:inline-block;
		border: 1px solid #92959f;
		background: #92959f;
		padding: 1px 3px 1px 3px;
		color:#ffffff;
		position:relative;
		text-align: center;
		font-weight: bold;
		font-size: 10px;
		border-radius: 2px 2px 2px 2px;
}
.csinfo{
display: block;
background: f9fcff;
margin: 2px 2px 2px 2px;
padding: 15px 15px 15px 15px;	
border-left: 5px solid #207FCD;
border-bottom: 1px solid #e6e9ed;
border-top: 1px solid #e6e9ed;
border-right: 1px solid #e6e9ed;
}
.attachment-block{display: block;
background: f9fcff;
margin: 2px 2px 2px 2px;
padding: 15px 15px 15px 15px;	
border-left: 5px solid #207FCD;
}
.info_os{	
	border-bottom: 1xp solid #000000;
}
/* Выравнивание блоков по 3 в ряд */
#dle-content .short-news:nth-of-type(3n+1) { clear: both; }
.wp-caption {max-width: 100%;}
.full-content img {
	max-width: 100%;
	display: inherit;
}

.header-logo {
	padding: 10px 0;
}

/* Подвал */
.bg-grey {
	background-color: #2e2f3b;
	color: #eaeaeb;
}
.bg-grey a {
	color: #fff;
	text-decoration: none;
}
.bg-grey a:hover {
	color: #eaeaeb;
	text-decoration: underline;
}
.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
  list-style-type: none;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
  list-style-type: none;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
  list-style-type: none;
}
/* Правки для разной ширины экрана */
@media (max-width:  640px) {
	.header-logo {
		text-align: center;
	}
	.full-content img {
		max-width: 100%;
		display: block;
	}
}

@media (min-width: 1200px) {

	.short-news .panel {
		border: 0px solid transparent; 
	}

}
.lastcomm li {
  margin: 0px -25px 0px -25px;
  position: relative;
  cursor: pointer;
  padding: 5px 25px;
  font-size: 14px;
}
.lastcomm li .lcomm-date {
  color: #666;
}
.lastcomm li .lcomm-hidden {
  position: absolute;
  top: -10px;
  left: 100%;
  width: 450px;
  display: none;
  padding: 10px 14px;
  font-weight: normal;
  text-shadow: none;
  background: #fff;
  border: solid 2px #398dd8;
  z-index: 150;
  color: #444;
}
.lastcomm li .lcomm-hidden img {
  max-width: 450px;
}
.lastcomm li .lcomm-hidden .lcomm-user-foto {
  max-width: 44px;
  background: #fff;
  display: block;
  margin: 4px 10px 10px 0;
  overflow: hidden;
  float: left;
}
.lastcomm li .lcomm-hidden .lcomm-text {
  overflow: hidden;
}
.lastcomm li:hover .lcomm-hidden {
  display: block;
}
.right-side .lastcomm .lcomm-hidden {
  left: auto;
  right: 100%;
}
.links-block{
	display:block;
	border-bottom: 1px solid #e6e9ed;
	margin: 5px 5px 5px 5px;
}
.pm_button{
	display: inline-block;
}
.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:#0297dc;}
.attach-info {float:right;}
.attach i {margin-right:5px;}

/* screens cash
--------------------------------------------------------------------------------*/
.screens_cash > a.link_cash > img {display: block;height: 100%;object-fit: cover;width: 100%;}
.screens_cash, .screens_cash .text_spoiler {display: flex;justify-content: center;flex-wrap: wrap;margin: 0;padding: 0 5px;}
.screens_cash > a.link_cash, .screens_cash .text_spoiler > a.link_cash {flex: 1;min-width: 30%;padding: 10px;}
.screens_cash + br {display: none;}
.screens_cash > a.link_cash {position:relative;}
.screens_cash > a.link_cash::before {opacity: 0;visibility: hidden;-webkit-transform: scale(0,0);transform: scale(0,0);transition: all 0.3s ease 0s;content: "Увеличить";position: absolute;bottom: 10px;width: auto;text-align: center;color: #fff;background: rgba(0,0,0,.7);padding: 7px 20px;right: 10px;font-size: 12px;}
.screens_cash > a.link_cash:hover::before {opacity: 1;visibility: visible;-webkit-transform: scale(1,1);transform: scale(1,1);transition: all 0.3s ease 0s;}
.screens_cash .title_spoiler {text-align: left;display: block;width: 100%;margin-right: 12px;margin-left: 12px;}
.screens_cash .text_spoiler {margin: 0 12px;}
.screens_cash .text_spoiler > a.link_cash {position:relative;}
.screens_cash .text_spoiler > a.link_cash::before {opacity: 0;visibility: hidden;-webkit-transform: scale(0,0);transform: scale(0,0);transition: all 0.3s ease 0s;content: "Увеличить";position: absolute;bottom: 10px;width: auto;text-align: center;color: #fff;background: rgba(0,0,0,.7);padding: 7px 20px;right: 10px;font-size: 12px;}
.screens_cash .text_spoiler > a.link_cash:hover::before {opacity: 1;visibility: visible;-webkit-transform: scale(1,1);transform: scale(1,1);transition: all 0.3s ease 0s;}

.highslide-controls li::before {
    background-color: transparent !important;
}

/* Menu accordion
--------------------------------------------------------------------------------*/
.accordion {
	margin: auto;
	width: 300px;
}
.accordion input {
	display: none;
}
.box {
	position: relative;
	background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}
.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5,0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
}
header.box {
	background: #00BCD4;
	z-index: 100;
	cursor: initial;
	box-shadow: 0 -1px 0 #e5e5e5,0 0 2px -2px rgba(0,0,0,.12),0 2px 4px -4px rgba(0,0,0,.24);
}
header .box-title {
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	color: white;
	cursor: initial;
}
.box-title {
	width: calc(100% - 40px);
	height: 64px;
	line-height: 64px;
	padding: 0 0px;
	display: inline-block;
	cursor: pointer;
	-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;
}
.box-content {
	width: calc(100% - 5px);
	padding: 0px 0px;
	font-size: 11pt;
	color: rgba(0,0,0,.54);
	display: none;
}
.box-close {
	position: absolute;
	height: 64px;
	width: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}
input:checked + .box {
	height: auto;
	margin: 10px 0;
    box-shadow: 0 0 6px rgba(0,0,0,.16),0 6px 12px rgba(0,0,0,.32);
}
input:checked + .box .box-title {
	border-bottom: 1px solid rgba(0,0,0,.18);
    width: 100%;
}
input:checked + .box .box-content,
input:checked + .box .box-close {
	display: inline-block;
}
.arrows section .box-title {
	padding-left: 44px;
	width: calc(100% - 64px);
}
.arrows section .box-title:before {
	position: absolute;
	display: block;
	content: '\203a';
	font-size: 18pt;
	left: 20px;
	top: -2px;
	transition: transform .15s ease-in-out;
	color: rgba(0,0,0,.54);
}
input:checked + section.box .box-title:before {
	transform: rotate(90deg);
}

/* Spoiler
--------------------------------------------------------------------------------*/
.title_spoiler {
	color: #636363;
	background-color: #ffffff;
	border: 2px solid #1A8C71; 
	font-weight: bold;
	padding: 5px 1em 5 1em;
}

.title_spoiler a {
    display:block;
}

.title_spoiler svg { display: none; }

.text_spoiler {
	color: #757575;
	background-color: #ffffff;
	border: 2px solid #1A8C71;
	border-top: 0;
	text-align: justify;
	padding: 5px;
}

/* VIDEO IFRAME
--------------------------------------------------------------------------------*/
.videoWrapper {position:relative; height:0;padding-bottom:56.25%; padding-top:25px; }
.videoWrapper iframe {position:absolute; top:0; left:0; width:100%; height:100%;}

/* Спойлер */
.spoiler-wrap{background:#fff;margin: 0 0 0px;border-radius:0px;border:2px solid #20d8e8}
.spoiler-head{background:#f4f3ee;cursor:pointer;padding:10px;border-radius:0px;}
.spoiler-body{padding-left: 25px}
.spoiler-body{padding-right: 10px}
.spoiler-body{padding-top: 10px}
.spoiler-body{padding-bottom: 10px}
.spoiler-wrap.disabled .spoiler-body{display:none}
.spoiler-wrap.active{border-color:#accb51}
.spoiler-wrap.active .spoiler-head{background:#accb51;color:#fff}
