.main_tbl {
width : 1252px;
display : inline-table;
background-color : #fff;
padding : 0 7px;
}
.logo {
float : left;
}
.logo a {
display : block;
}
.search_box {
padding-top : 16px;
float : right;
position : relative;
}
.search {
position : relative;
display : inline-block;
}
.search form {
display : inline-block;
position : relative;
}
.search input[type=text] {
width:246px;
height:46px;
padding:0 55px 0 10px;
box-shadow : inset 0 0 17px rgba(139,204,255,1);
position:relative;
border : #1892B8 2px solid;
border-radius : 3px;
outline:none;
font-size:15px;
box-sizing : border-box;
}
.search input[type=text]:focus {
box-shadow : inset 0 0 17px rgba(204,204,204,1);
color : #000;
}
.search input[type=submit] {
position : relative;
width : 42px;
height : 42px;
display : none;
}
.search div {
position : absolute;
display : inline-block;
cursor : pointer;
top : 2px;
right : 2px;
width : 42px;
height : 42px;
display : block;
background-color : #D0EAFF;
border-left : #1892B8 1px solid;
}
.search div:after,
.search div:before {
content : "";
position : absolute;
z-index : 2;
}
.search div:before {
width : 19px;
height : 19px;
border : #1892B8 2px solid;
border-radius : 15px;
top : 5px;
left : 5px;
}
.search div:after {
width : 13px;
height : 0;
border-top : #1892B8 3px solid;
border-bottom : #1892B8 3px solid;
border-radius : 3px;
top : 28px;
right : 4px;
transform : rotate(45deg);
}
.search div span {
position : relative;
display : inline-block;
height : 46px;
width : 46px;
}
.search div span:after,
.search div span:before {
content : "";
position : absolute;
z-index : 3;
}
.search div span:before,
.search div:hover span:before {
border-style : solid;
border-width : 0 0 2px 0;
border-color : #1892B8;
border-radius : 30px;
top : 10px;
left : 10px;
width : 12px;
height : 12px;
transform : rotate(45deg);
}
.search div span:after,
.search div:hover span:after {
width : 10px;
border-top : #1892B8 2px solid;
top : 26px;
right : 14px;
transform : rotate(45deg);
}
.search div:hover,
.search input:focus ~ div {
background-color : #1892B8;
}
.search div:hover:before,
.search div:hover:after,
.search div:hover span:before,
.search div:hover span:after,
.search input:focus ~ div:before,
.search input:focus ~ div:after,
.search input:focus ~ div span:before,
.search input:focus ~ div span:after {
border-color : #fff;
}
.site_cont {
padding : 20px 0 10px 0;
clear : both;
}
.site_cont:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.content_cont {
width : 728px;
padding : 0 0 10px 0;
word-wrap : break-word;
float : left;
}
.left_block {
width : 240px;
margin-right : 20px;
float : left;
}
.right_block {
width : 240px;
margin-left : 20px;
float : right;
}
.page_title {
text-align:center;
font-weight:bold;
}
.error {
color:#ff0000;
text-align:center;
}
.input {
background-color:#ffffff;
border-bottom:1px solid #b6b6b6;
border-left:1px solid #b6b6b6;
border-right:1px solid #b6b6b6;
border-top:1px solid #b6b6b6;
height:18px;
}
.area {
background-color:#ffffff;
border-bottom:1px solid #b6b6b6;
border-left:1px solid #b6b6b6;
border-right:1px solid #b6b6b6;
border-top:1px solid #b6b6b6;
}
.check {
border-bottom:1px solid #b6b6b6;
border-left:1px solid #b6b6b6;
border-right:1px solid #b6b6b6;
border-top:1px solid #b6b6b6;
height:18px;
}
.download {
background-color:#ffffff;
border-bottom:1px solid #b6b6b6;
border-left:1px solid #b6b6b6;
border-right:1px solid #b6b6b6;
border-top:1px solid #b6b6b6;
height:18px;
}
.button {
background-color:#ffffff;
border-bottom:1px solid #b6b6b6;
border-left:1px solid #b6b6b6;
border-right:1px solid #b6b6b6;
border-top:1px solid #b6b6b6;
cursor:pointer;
height:18px;
}
.cab_failed, .cab_success {
color:#ff0000;
}
.spoilerContent {
display:none;
padding:10px;
border:#088DAD solid 1px;
}
.spoilerContent a,
.spoilerContent span {
margin-bottom : 0 !important;
}
.spoilerOpen {
padding:10px 60px 10px 10px;
background-color:#F2F2F2;
border-color:#088DAD;
border-style:solid;
border-width:1px 1px 0 1px;
}
.spoilerClose {
padding:10px 60px 10px 0;
}
.spoilerPane:hover .spoilerClose,
.spoilerClose:hover {
padding:10px 60px 10px 10px;
background-color:#F2F2F2;
border:#088DAD solid 1px;
}
.spoilerClose:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.spoilerPane,
.spoilerClose,
.spoilerOpen {
text-align : left;
position : relative;
cursor : pointer;
z-index : 100;
}
.spoilerPane div:nth-child(2) {
position : absolute;
top : 10px;
right : 10px;
z-index : 101;
}
.spoilerPane .spoilerClose + div span {
visibility : hidden;
}
.spoilerPane:hover > div span,
.spoilerPane .spoilerClose:hover + div span {
visibility : visible;
}
.spoilerPane a,
.spoilerClose a,
.spoilerOpen a {
color : #088DAD !important;
font-weight : bold;
text-decoration : none !important;
padding : 0;
}
.rss_cont {
float : right;
}
.page_zag_cont {
clear : both;
}
.like_panel_main {
height : 39px;
padding : 7px 5px 0 5px;
background-color : #1892B9;
}
.content-txt {
line-height:1.5em;
}
.content-txt ul.table-list {
counter-reset: li;
list-style: none;
padding: 0;
margin: 0;
border: none;
}
.content-txt ul.table-list ul{
counter-reset: li;
margin: 0 0 0 0;
border: none;
}
.content-txt ul.table-list li {
position: relative;
margin-bottom: 1.5em;
border: 2px solid #1892B9;
padding: 1.4em 0.6em 0.6em 0.6em;
background: #ededed !important;
}
.content-txt ul.table-list li:first-child{
margin-top: 1.5em;
}
.content-txt ul.table-list li:before{
position: absolute;
top: -1em;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
color: #fff;
background: #1892B9;
counter-increment: li;
content: counter(li);
}
.content-txt ul.table-list li a {
font-weight : bold;
}
.content-txt ul.table-list ul li{
position: relative;
display: block;
padding: .4em .4em .4em .4em;
margin: .5em 0 1.5em 2.5em;
text-decoration: none;
border: 2px solid #d0d0d0;
background: #f5f5f5 !important;
}
.content-txt ul.table-list ul li:last-child{
margin: .5em 0 .5em 2.5em;
}
.content-txt ul.table-list ul li:before{
content: counter(li);
counter-increment: li;
position: absolute;	
left: -2.5em;
top: 0;
margin-top: -2px;
text-align: center;
font-weight: bold;
background:#d0d0d0;
color:#000;
}
.content-txt ul,
.content-txt ol {
list-style: none;
border-left: 3px solid #1892B9;
padding: 0;
}
.content-txt ul li,
.content-txt ol li {
padding: 10px;
}
.content-txt ul li:nth-child(odd),
.content-txt ol li:nth-child(odd) {
background: #ededed;
}
.content-txt ul li:nth-child(even),
.content-txt ol li:nth-child(even) {
background: #fff;
}
.content-txt:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.lawmenu-list {
list-style: none;
border: none;
padding: 0;
}
ul.lawmenu-list li {
padding: 10px;
}
ul.lawmenu-list li:nth-child(odd) {
background: #ededed;
}
ul.lawmenu-list li:nth-child(even) {
background: #fff;
}
ul.lawmenu-list a {
text-decoration : none;
font-weight : bold;
}
ul.contentmenu-list {
list-style: none;
border-left: 3px solid #1892B9;
padding: 0;
}
ul.contentmenu-list li {
padding: 10px;
}
ul.contentmenu-list li:nth-child(odd) {
background: #ededed;
}
ul.contentmenu-list li:nth-child(even) {
background: #fff;
}
ul.contentmenu-list a {
text-decoration : none;
font-weight : bold;
}
ul.short-news-list {
list-style: none;
padding: 0;
margin : 1em 0;
border : none;
}
ul.short-news-list li {
padding: 10px 0 0 0;
border-top : #c0c0c0 1px solid;
background : none !important;
overflow : hidden;
}
ul.short-news-list li:first-child {
padding : 0;
border-top : none;
}
ul.short-news-list li:last-child p,
ul.short-news-list li:last-child img {
margin-bottom : 0;
}
ul.short-news-list li:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.short-news-list a {
text-decoration : none;
font-weight : bold;
}
ul.short-news-list img {
float : left;
margin : 0 10px 10px 0;
}
ul.short-news-list p {
margin-bottom : 10px;
}
ul.short-news-list #yandex_ad_mob {
padding-bottom : 1em;
}
ul.short-news-list li>div:first-child,
ul.short-news-list span + div {
display : inline-block;
border-radius : 5px;
background-color : #088DAD;
color : #ffffff;
padding : 0 4px 1px;
line-height : 14px;
font-size : 10px;
}
.news_date {
display : inline-block;
border-radius : 5px;
background-color : #088DAD;
color : #ffffff;
padding : 0 4px 1px;
line-height : 14px;
font-size : 10px;
}
.short-news-page {
color : #c0c0c0;
text-align : center;
overflow: hidden;
margin-bottom : 1em;
}
.short-news-page:before,
.short-news-page:after {
content: '';
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
width: 100%;
height: 1px;
background: #c0c0c0;
border: solid #fff;
border-width: 0 10px;
}
.short-news-page:before {
margin-left: -100%;
}
.short-news-page:after {
margin-right: -100%;
}
.short-news-arhive {
margin-top : 1em;
padding : 10px 7px;
background-color : #F2F2F2;
}
.short-news-arhive a {
text-decoration : none;
}
.short-news-filter {
border : #088DAD 1px solid;
}
.short-news-filter b {
padding-left : 6px;
line-height : 30px;
float : left;
}
.short-news-filter select {
padding-left : 6px;
margin : 4px 0 5px 6px;
float : left;
}
.short-news-filter input,
.short-news-filter a.button {
height:30px;
padding:0 10px 0 10px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
background-color:#EDEDED;
font-weight:bold;
float : right;
color : #000;
text-decoration : none;
}
.short-news-filter a {
line-height : 30px;
color : #000;
text-decoration : none;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
float : right;
}
.short-news-filter a.channel {
position : relative;
width : 31px;
height : 30px;
box-sizing : border-box;
overflow : hidden;
text-indent : 1983em;
}
.short-news-filter a.channel:after {
position : absolute;
content : "";
top : 3px;
left : 3px;
width : 12px;
height : 12px;
border-width : 12px 12px 0 0;
border-style : double;
border-color : #088DAD;
border-radius : 0 24px 0 0;
}
.short-news-filter a.channel:before {
position : absolute;
content : "";
top : 20px;
left : 3px;
width : 7px;
height : 7px;
border-radius : 7px;
background-color : #088DAD;
}
.short-news-filter a.channel:hover:after {
border-color : #000;
}
.short-news-filter a.channel:hover:before {
background-color : #000;
}
.short-news-filter:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.long-book:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.long-book img {
float : left;
margin : 0 10px 1em 0;
}
.long-book span {
margin-bottom : 1em;
}
ul.site-search-results {
list-style: none;
padding: 0;
margin : 1em 0 0 0;
border : none;
}
ul.site-search-results li {
padding: 10px 0 0 0;
border-top : #c0c0c0 1px solid;
background : none !important;
overflow : hidden;
text-align : left;
}
ul.site-search-results li:nth-child(1),
ul.site-search-results li:nth-child(2) {
padding : 0;
border-top : none;
}
ul.site-search-results a {
text-decoration : none;
font-weight : bold;
}
ul.site-search-results #yandex_ad_mob {
padding-bottom : 1em;
}
ul.site-search-results li>div:first-child {
display : inline-block;
border-radius : 5px;
background-color : #088DAD;
color : #ffffff;
padding : 0 4px 1px;
line-height : 14px;
font-size : 10px;
}
ul.site-search-results li:nth-child(odd) {
color : #c0c0c0;
width : 5%;
float : left;
}
ul.site-search-results li:nth-child(even):after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.site-search-results-page {
color : #c0c0c0;
text-align : center;
overflow: hidden;
margin-bottom : 1em;
}
.site-search-results-page:before,
.site-search-results-page:after {
content: '';
display: inline-block;
vertical-align: middle;
box-sizing: border-box;
width: 100%;
height: 1px;
background: #c0c0c0;
border: solid #fff;
border-width: 0 10px;
}
.site-search-results-page:before {
margin-left: -100%;
}
.site-search-results-page:after {
margin-right: -100%;
}
.site-search-filter {
border : #088DAD 1px solid;
background-color : #fff;
}
.site-search-filter input[type=text] {
color : #088DAD;
margin : 5px 0 5px 5px;
padding : 3px 5px;
width : 633px;
line-height:17px;
float : left;
}
.site-search-filter input[type=submit] {
cursor : pointer;
width:35px;
height:35px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
text-indent:-9999px;
box-sizing : border-box;
float : right;
}
.site-search-filter label {
position : relative;
display : inline-block;
cursor : pointer;
}
.site-search-filter label:after,
.site-search-filter label:before {
content : "";
position : absolute;
}
.site-search-filter label:before {
width : 16px;
height : 16px;
border : #088DAD 3px solid;
border-radius : 16px;
top : 3px;
left : 45px;
}
.site-search-filter label:after {
width : 11px;
height : 0;
border-top : #088DAD 3px solid;
border-bottom : #088DAD 2px solid;
border-radius : 0 3px 2px 0;
top : 24px;
left : 63px;
transform : rotate(45deg);
}
.site-search-filter label span {
height : 1px;
width : 1px;
padding : 0;
border : none;
float : none;
}
.site-search-filter label span:before,
.site-search-filter label:hover span:before {
box-shadow : none;
background-color : transparent;
border-style : solid;
border-width : 0 0 3px 0;
border-color : #088DAD;
border-radius : 30px;
top : -5px;
left : 51px;
width : 10px;
height : 10px;
transform : rotate(45deg);
}
.site-search-filter label span:after,
.site-search-filter label:hover span:after {
box-shadow : none;
background-color : transparent;
}
.site-search-filter label:hover:before,
.site-search-filter label:hover:after,
.site-search-filter label:hover span:before,
.site-search-filter input[type=submit]:hover + label:before,
.site-search-filter input[type=submit]:hover + label:after,
.site-search-filter input[type=submit]:hover + label span:before {
border-color : #000;
}
.site-search-filter span {
display : inline-block;
position : relative;
height : 29px;
width : 29px;
padding : 3px;
cursor : pointer;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
text-indent:-9999px;
float : right;
}
.site-search-filter span:after,
.site-search-filter span:before {
content : "";
position : absolute;
}
.site-search-filter span:before {
width : 7px;
height : 7px;
border-radius : 7px;
top : 5px;
left : 7px;
box-shadow : inset 0 0 0 32px, 14px 9px, 0 18px;
background-color : #088DAD;
color : #088DAD;
}
.site-search-filter span:after {
width : 29px;
height : 3px;
top : 16px;
left : 3px;
box-shadow : inset 0 0 0 32px, 0 9px, 0 -9px;
background-color : #088DAD;
color : #088DAD;
}
.site-search-filter span:hover:before,
.site-search-filter span:hover:after {
background-color : #000;
color : #000;
}
.site-search-filter:after {
content : "";
display : block;
height : 0;
overflow : hidden;
clear : both;
}
.site-search-fly {
position:fixed;
top:0;
width:726px;
z-index:101;
}
.site-search-fly:before {
content : "";
display : block;
position : absolute;
left:-1px;
top:36px;
width:728px;
height:3em;
background: linear-gradient(to bottom, #FFFFFF, transparent);
}
.site-search-filter div#site-search-area {
position:relative;
z-index:1000;
display:none;
}
.site-search-filter div div:before {
content : "";
position : absolute;
width : 7px;
height : 7px;
background-color : #fff;
border-style : solid;
border-color : #088DAD;
border-width : 1px 0 0 1px;
right : 13px;
top : -5px;
transform : rotate(45deg);
}
.site-search-filter div div {
position:absolute;
z-index:1;
right : 35px;
top:16px;
background-color : #fff;
border : #088DAD 1px solid;
margin-top : 10px;
padding : 10px;
box-shadow: 0 30px 30px 10px #fff;
width : 140px;
}
.site-search-filter div div ul {
list-style: none;
padding: 0;
margin : 0;
}
.site-search-filter div div ul li {
padding: 0 0 10px 0;
display : block;
}
.site-search-filter div div ul li:last-child {
padding : 0;
}
.site-search-filter div div ul li input {
float : right;
}
.site-search-filter div div ul li:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.slovar-list {
list-style: none;
margin-left : 0;
padding-left : 0;
border : none;
}
ul.slovar-list li {
margin : 0 4px 4px 0;
background-color : #f2f2f2;
float : left;
}
ul.slovar-list li:nth-child(3n) {
margin-right : 0;
}
ul.slovar-list li a {
display : table-cell;
vertical-align : middle;
padding : 5px;
text-align : center;
width : calc(718px / 3 - 10px);
height : 50px;
}
ul.slovar-list:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.slovar-search {
border : #088DAD 1px solid;
background-color : #fff;
}
.slovar-search input {
color : #088DAD;
margin : 5px;
padding : 3px 5px;
width : calc(100% - 58px);
line-height:17px;
float : left;
}
.slovar-search a {
position : relative;
cursor : pointer;
width:35px;
height:35px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
text-indent:-9999px;
float : right;
}
.slovar-search a:after,
.slovar-search a:before {
content : "";
position : absolute;
z-index : 2;
}
.slovar-search a:before {
width : 10px;
height : 10px;
border : #088DAD 2px solid;
border-radius : 10px;
top : 8px;
left : 8px;
}
.slovar-search a:after {
width : 8px;
height : 0;
border-top : #088DAD 3px solid;
border-radius : 3px;
top : 21px;
right : 9px;
transform : rotate(45deg);
}
.slovar-search a:hover {
background-color : #088DAD;
}
.slovar-search a:hover:before,
.slovar-search a:hover:after {
border-color : #fff;
}
.slovar-search:after {
content : "";
display : block;
height : 0;
overflow : hidden;
clear : both;
}
ul.slovar-search-results {
list-style: none;
padding: 0;
margin : 1em 0;
border : none;
}
ul.slovar-search-results li {
padding: 0;
border-top : #c0c0c0 1px solid;
background : none !important;
overflow : hidden;
}
ul.slovar-search-results li:nth-child(1),
ul.slovar-search-results li:nth-child(2) {
padding : 0;
border-top : none;
}
ul.slovar-search-results li:last-child p:last-child {
margin-bottom : 0;
}
ul.slovar-search-results li:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.calendar span {
color : #CC0000;
font-size : 13px;
font-weight : bold;
cursor : pointer;
}
.calendar span:hover {
color : #000000;
}
.calendar span:nth-child(1) {
float : left;
}
.calendar span:nth-child(2) {
float : right;
}
.calendar div {
text-align : center;
font-weight : bold;
margin-bottom : 5px;
}
.calendar div:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.calendar ul {
list-style: none;
margin : 0;
padding : 0;
border-color : #088DAD;
border-width : 0 1px 1px 0;
border-style : solid;
}
.calendar ul li {
float : left;
width : calc(100% / 7 - 1px);
border-color : #088DAD;
border-width : 1px 0 0 1px;
border-style : solid;
margin : 0 !important;
padding : 0 !important;
text-align : center;
line-height : 22px;
color : #999999;
}
.calendar ul li:nth-child(1),
.calendar ul li:nth-child(2),
.calendar ul li:nth-child(3),
.calendar ul li:nth-child(4),
.calendar ul li:nth-child(5),
.calendar ul li:nth-child(6),
.calendar ul li:nth-child(7) {
color : #000;
font-weight : bold;
background-color : #8ABC69;
}
.calendar ul li a,
.calendar ul li span {
color : #CC0000 !important;
font-weight : bold !important;
text-decoration : none !important;
display : block !important;
float : none !important;
font-size : 12px !important;
}
.calendar ul li a:hover,
.calendar ul li span:hover {
color : #fff !important;
background-color : #088DAD !important;
}
.calendar ul:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.calendar ul li.calc_cur {
color : #ffffff !important;
background-color : #088DAD !important;
}
.calendar ul li a.calc_cur:link,
.calendar ul li a.calc_cur:visited,
.calendar ul li span.calc_cur {
color : #ffffff !important;
}
.calendar ul li a.calc_cur:hover,
.calendar ul li span.calc_cur:hover {
color : #c0c0c0 !important;
}
ul.short-events-list {
list-style: none;
padding: 0;
margin : 0;
border : none;
}
ul.short-events-list li {
padding: 10px 0 0 0 !important;
border-top : #c0c0c0 1px solid;
background : none !important;
overflow : hidden;
}
ul.short-events-list li:first-child {
padding : 0 !important;
border-top : none;
}
ul.short-events-list li:last-child p,
ul.short-events-list li:last-child img {
margin-bottom : 0;
}
ul.short-events-list li:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.short-events-list a {
text-decoration : none;
font-weight : bold;
}
ul.short-events-list img {
float : left;
margin : 0 10px 10px 0;
}
ul.short-events-list p {
margin-bottom : 10px;
}
ul.short-events-list #yandex_ad_mob {
padding-bottom : 1em;
}
ul.short-events-list div {
display : table-cell;
padding : 0;
margin : 0;
}
.short-events-filter {
border : #088DAD 1px solid;
}
.short-events-filter b {
padding-left : 6px;
line-height : 30px;
float : left;
}
.short-events-filter label {
position : relative;
cursor : pointer;
line-height : 30px;
}
.short-events-filter input[type=checkbox] {
display : none;
}
.short-events-filter input[type=checkbox] + label:before {
content : "";
display : inline-block;
width : 17px;
height : 17px;
margin : -2px 2px 0 5px;
vertical-align : middle;
border : #C5C5C5 1px solid;
border-radius : 2px;
cursor : pointer;
}
.short-events-filter input[type=checkbox]:checked + label:before {
border-color : #088DAD;
background-color : #088DAD;
}
.short-events-filter input[type=checkbox]:checked + label:after {
content : "";
position : absolute;
left : 11px;
top : 2px;
display : inline-block;
width : 5px;
height : 10px;
margin : -2px 5px 0 0;
border-color : #fff;
border-width : 0 2px 2px 0;
border-style : solid;
border-radius : 2px;
cursor : pointer;
transform : rotate(40deg);
}
.short-events-filter input[type=checkbox]:checked + label {
color : #088DAD;
}
.short-events-filter input[type=button],
.short-events-filter input[type=submit],
.short-events-filter a.button {
height:30px;
padding:0 5px 0 5px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
background-color:#EDEDED;
font-weight:bold;
float : right;
color : #000;
text-decoration : none;
}
.short-events-filter a {
line-height : 30px;
color : #000;
text-decoration : none;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
float : right;
}
.short-events-filter:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.short-video-list {
list-style: none;
padding: 0;
margin : 0;
border : none;
}
ul.short-video-list li {
padding: 10px 0 0 0 !important;
border-top : #c0c0c0 1px solid;
background : none !important;
overflow : hidden;
}
ul.short-video-list li:first-child {
padding : 0 !important;
border-top : none;
}
ul.short-video-list li:last-child p,
ul.short-video-list li:last-child img {
margin-bottom : 0;
}
ul.short-video-list li:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
ul.short-video-list a {
text-decoration : none;
font-weight : bold;
}
ul.short-video-list img {
float : left;
margin : 0 10px 10px 0;
}
ul.short-video-list p {
margin-bottom : 10px;
}
ul.short-video-list #yandex_ad_mob {
padding-bottom : 1em;
}
ul.short-video-list div {
display : table-cell;
padding : 0;
margin : 0;
}
.short-video-filter {
border : #088DAD 1px solid;
}
.short-video-filter b {
padding-left : 6px;
line-height : 30px;
float : left;
}
.short-video-filter label {
position : relative;
cursor : pointer;
line-height : 30px;
}
.short-video-filter input[type=checkbox] {
display : none;
}
.short-video-filter input[type=checkbox] + label:before {
content : "";
display : inline-block;
width : 17px;
height : 17px;
margin : -2px 2px 0 5px;
vertical-align : middle;
border : #C5C5C5 1px solid;
border-radius : 2px;
cursor : pointer;
}
.short-video-filter input[type=checkbox]:checked + label:before {
border-color : #088DAD;
background-color : #088DAD;
}
.short-video-filter input[type=checkbox]:checked + label:after {
content : "";
position : absolute;
left : 11px;
top : 2px;
display : inline-block;
width : 5px;
height : 10px;
margin : -2px 5px 0 0;
border-color : #fff;
border-width : 0 2px 2px 0;
border-style : solid;
border-radius : 2px;
cursor : pointer;
transform : rotate(40deg);
}
.short-video-filter input[type=checkbox]:checked + label {
color : #088DAD;
}
.short-video-filter input[type=button],
.short-video-filter input[type=submit],
.short-video-filter a.button {
height:30px;
padding:0 10px 0 10px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
background-color:#EDEDED;
font-weight:bold;
float : right;
color : #000;
text-decoration : none;
}
.short-video-filter a {
line-height : 30px;
color : #000;
text-decoration : none;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
float : right;
}
.short-video-filter:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
div.regions-uk-list {
margin-top : 1em;
display : table;
border-color : #088DAD;
border-width : 0 1px 1px 0;
border-style : solid;
width : calc(100% - 1px);
}
div.regions-uk-list div {
display : table-row;
}
div.regions-uk-list div:hover {
background-color : #F2F2F2;
}
div.regions-uk-list div:first-child:hover {
background-color : #fff;
}
div.regions-uk-list div span {
display : table-cell;
padding : 10px;
border-color : #088DAD;
border-width : 1px 0 0 1px;
border-style : solid;
text-align : left;
word-wrap : break-word;
}
div.regions-uk-list div:first-child span {
color : #000;
font-weight : bold;
text-align : center;
}
div.regions-uk-list div span a {
font-weight : bold !important;
text-decoration : none !important;
}
div.regions-uk-list div span:nth-child(2),
div.regions-uk-list div span:nth-child(3) {
white-space : nowrap;
text-align : center;
}
div.save-energy-calculator div {
margin-top : 1em;
display : table;
border-color : #088DAD;
border-width : 0 1px 1px 0;
border-style : solid;
width : calc(100% - 1px);
}
div.save-energy-calculator div div {
display : table-row;
}
div.save-energy-calculator div div:hover {
background-color : #F2F2F2;
}
div.save-energy-calculator div div:first-child:hover {
background-color : #fff;
}
div.save-energy-calculator div div span {
display : table-cell;
padding : 5px;
border-color : #088DAD;
border-width : 1px 0 0 1px;
border-style : solid;
text-align : left;
word-wrap : break-word;
vertical-align : middle;
}
div.save-energy-calculator div div:first-child span {
color : #000;
font-weight : bold;
text-align : center;
}
div.save-energy-calculator div div span:nth-child(1) {
width : 240px;
}
div.save-energy-calculator div div span:nth-child(2),
div.save-energy-calculator div div span:nth-child(3),
div.save-energy-calculator div div span:nth-child(4) {
text-align : center;
width : 149px;
}
div.save-energy-calculator div div span input {
width:130px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#088DAD;
}
div.save-energy-calculator div div span select {
width:130px;
border-style:solid;
border-width:1px 1px 1px 1px;
border-color:#088DAD;
}
div.save-energy-calculator div div span.no-l-brd {
border-left : none;
}
.energy-saving a {
text-align : center;
display : inline-block;
width : 100%;
padding : 195px 0 0 0;
background : url(/themes/zhkh/images/energy-saving.png) center 0 no-repeat;
}
.energy-saving a:hover {
opacity : 0.5;
}
.glossary a {
text-align : center;
display : inline-block;
width : 100%;
padding : 200px 0 0 0;
background : url(/themes/zhkh/images/glossary.png) center 5px no-repeat;
}
.glossary a:hover {
opacity : 0.5;
}
ul.users-form {
list-style-type:none;
margin:0;
padding:0;
line-height:30px;
}
ul.users-form li {
padding:12px 0;
border-bottom:1px solid #eee;
position:relative;
text-align:left;
}
ul.users-form label {
width:200px;
line-height : 1.5em;
display:inline-block;
float:left;
padding: 9px 10px 0 0;
}
ul.users-form div {
display : table-cell;
padding : 0;
margin : 0;
}
ul.users-form div div {
display : block;
margin-top : 5px;
font-size : 10px;
line-height : 1.5em;
color : #808080;
}
ul.users-form img {
margin-bottom : -10px;
}
ul.users-form input,
ul.users-form textarea {
padding : 8px 30px 8px 8px;
border : 1px solid #088DAD;
box-shadow : none;
border-radius : 2px;
width : calc(728px - 250px);
outline : none;
}
ul.users-form input[name=code] {
float : right;
width : calc(728px - 362px);
}
ul.users-form img.code {
border : 1px solid #C5C5C5;
border-radius : 2px;
}
ul.users-form img.reload-code {
cursor : pointer;
}
ul.users-form img.reload-code:hover {
opacity : 0.6;
}
ul.users-form img.reload-code-animation {
animation: reload-code-animation .5s 0s infinite linear;
}
@keyframes reload-code-animation {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
ul.users-form input {
height : 20px;
}
ul.users-form textarea {
float : left;
height : 100px;
margin-bottom : 5px;
resize : none;
}
ul.users-form .empty {
border-color : #C5C5C5;
}
ul.users-form .not-empty {
border-color : #088DAD !important;
}
ul.users-form .not-empty-button {
border-color : #088DAD !important;
background-color : #DDF6FE !important;
}
ul.users-form .editor div {
margin-top : 0;
}
ul.users-form .editor div div {
margin : 0;
}
ul.users-form input[type=checkbox] {
height : 20px;
width : auto;
padding : 0;
}
ul.users-form input:focus,
ul.users-form textarea:focus {
background : #fff;
}
ul.users-form input:required {
background : #fff url(/themes/zhkh/images/forms/star.png) no-repeat 98% center;
border-color : #C5C5C5;
}
ul.users-form textarea:required {
background : #fff url(/themes/zhkh/images/forms/star.png) no-repeat 98% 5px;
border-color : #C5C5C5;
}
ul.users-form input:required:valid {
background : #fff url(/themes/zhkh/images/forms/valid.png) no-repeat 98% center;
border-color : #088DAD;
}
ul.users-form textarea:required:valid {
background : #fff url(/themes/zhkh/images/forms/valid.png) no-repeat 98% 5px;
border-color : #088DAD;
}
ul.users-form input:focus:invalid {
background : #fff url(/themes/zhkh/images/forms/invalid.png) no-repeat 98% center;
border-color : #b03535;
}
ul.users-form textarea:focus:invalid {
background : #fff url(/themes/zhkh/images/forms/invalid.png) no-repeat 98% 5px;
border-color : #b03535;
}
ul.users-form input[type=submit],
ul.users-form input[type=button] {
background-color: #DDF6FE;
border: 1px solid #088DAD;
border-radius: 3px;
width : calc(728px - 210px);
color: #088DAD;
font-weight: bold;
padding: 6px 20px;
height:40px;
text-align: center;
margin-left : 210px;
cursor: pointer;
}
ul.users-form input[type=submit]:hover,
ul.users-form input[type=button]:hover {
opacity : .6;
}
ul.users-form input[type=submit]:disabled,
ul.users-form input[type=button]:disabled {
color: #000;
background-color: #C5C5C5;
border: 1px solid #C5C5C5;
opacity : 1;
}
ul.users-form input[type=submit]:active,
ul.users-form input[type=button]:active {
border: 1px solid #20911e;
}
ul.users-form input[type=checkbox] {
display : none;
}
ul.users-form input[type=checkbox] + label {
position : relative;
cursor : pointer;
margin-bottom : 9px;
}
ul.users-form input[type=checkbox] + label:before {
content : "";
display : inline-block;
width : 17px;
height : 17px;
margin : -2px 5px 0 0;
vertical-align : middle;
border : #C5C5C5 1px solid;
background-color : #fff;
border-radius : 2px;
cursor : pointer;
}
ul.users-form input[type=checkbox]:disabled + label:before {
background : none;
background-color : #C5C5C5;
border-radius : 2px;
width : 16px;
margin : -2px 8px 0 0;
}
ul.users-form input[type=checkbox]:checked + label:before {
border-color : #088DAD;
background-color : #088DAD;
}
ul.users-form input[type=checkbox]:checked + label:after {
content : "";
position : absolute;
left : 6px;
top : 13px;
display : inline-block;
width : 5px;
height : 10px;
margin : -2px 5px 0 0;
border-color : #fff;
border-width : 0 2px 2px 0;
border-style : solid;
border-radius : 2px;
cursor : pointer;
transform : rotate(40deg);
}
ul.users-form input[type=checkbox]:disabled + label {
color : #C5C5C5;
}
ul.users-form input[type=checkbox]:checked + label {
color : #088DAD;
}
ul.users-form .fileUpload {
display : inline-block;
width : calc(728px - 210px);
margin-bottom : -10px;
}
ul.users-form .fileBtn {
display : inline-block;
background-color: #efefef;
border: 1px solid #C5C5C5;
border-radius: 2px 0 0 2px;
width : 100px;
height : 36px;
line-height : 36px;
color: #000;
text-align: center;
cursor: pointer;
float: left;
}
ul.users-form .fileUpload .fileBtn:hover {
opacity : 0.85;
}
ul.users-form .fileUpload .fileName {
display : inline-block;
overflow: hidden;
white-space: nowrap;
border-width : 1px 1px 1px 0;
border-style : solid;
border-color : #C5C5C5;
border-radius : 0 2px 2px 0;
padding : 0 5px;
height : 36px;
line-height : 36px;
color : #000;
width : calc(100% - 102px - 11px);
float : right;
}
ul.users-form .select {
background-color : #fff;
cursor : pointer;
margin : 0;
padding : 0;
position : relative;
}
ul.users-form .full_select {
width : 496px;
}
ul.users-form .select .selectBox {
cursor : pointer;
font-size : 12px;
color : #000;
padding : 0;
margin : 0;
line-height : 35px;
padding : 0 30px 0 8px;
background : url(/themes/zhkh/images/forms/select.png) no-repeat right;
}
ul.users-form .select-focus {
border : 1px solid #1892B9;
border-radius : 2px;
}
ul.users-form .select-unfocus {
border : 1px solid #1892B9;
border-radius : 2px;
}
ul.users-form .select .selectBoxFocus {
background : url(/themes/zhkh/images/forms/select-focus.png) no-repeat right;
}
ul.users-form .select .dropDown {
position : absolute;
top : 36px;
left : 0;
list-style : none;
z-index : 10000;
background : #fff;
padding : 0;
margin : 0;
border-top : 1px solid #1892B9;
max-height : 222px;
white-space : nowrap;
}
ul.users-form .select li {
background-color : #fff !important;
font-size : 12px;
color : #000;
height : 36px;
line-height : 36px;
cursor : pointer;
position : relative;
border : 1px solid #1892B9;
border-width : 0 1px 1px;
padding : 0 8px;
margin : 0;
}
ul.users-form .select li:hover {
background-color : #EEEEEE !important;
}
ul.users-form .select li:last-child {
border-radius : 0 0 2px 2px;
}
ul.users-form .select  li:hover{
background-color : #eee;
}
div.users-form-message {
border : #C5C5C5 1px solid;
text-align : center;
}
div.users-form-message b {
display : block;
background-color : #efefef;
line-height : 36px;
border-bottom : #C5C5C5 1px solid;
}
div.users-form-message div {
padding : 10px;
}
div.users-form-message span {
color : #ff0000;
}
div.users-form-message form {
margin-top : 1em;
}
div.users-form-message input[type=submit],
div.users-form-message input[type=button] {
display : inline-block;
background : none;
background-color: #efefef;
border: 1px solid #C5C5C5;
border-radius: 3px;
color: #000;
font-weight: bold;
padding: 4px 20px 10px 20px !important;
margin : 0 10px !important;
height:40px;
line-height : 26px;
text-align: center;
float : none;
min-width : 100px;
cursor : pointer;
}
div.users-form-message input[type=submit]:hover,
div.users-form-message input[type=button]:hover {
opacity:.6;
}
div.users-form-success {
border : #ff0000 1px solid;
text-align : center;
color : #ff0000;
padding : 10px;
margin-bottom : 1em;
}
div.users-form-success p:first-child {
margin-top : 0;
}
div.users-form-success p:last-child {
margin-bottom : 0;
}
div.users-form-success div.clear {
min-width : 218px;
max-width : 300px;
display : inline-block;
}
div.users-form-failed {
border : #ff0000 1px solid;
color : #ff0000;
padding : 10px;
margin-bottom : 1em;
}
div.users-form-failed p:first-child {
margin-top : 0;
}
div.users-form-failed p:last-child {
margin-bottom : 0;
}
.users-form-filter {
border : #088DAD 1px solid;
}
.users-form-filter label {
cursor : pointer;
line-height : 32px;
}
.users-form-filter div#org_zhkh_message_cont {
border-top : #088DAD 1px solid;
padding : 5px;
}
.users-form-filter input[type=checkbox] {
display : none;
}
.users-form-filter input[type=checkbox] + label {
position : relative;
margin : 5px;
}
.users-form-filter input[type=checkbox] + label:before {
content : "";
display : inline-block;
width : 17px;
height : 17px;
margin : -2px 5px 0 0;
vertical-align : middle;
border : #C5C5C5 1px solid;
border-radius : 2px;
cursor : pointer;
}
.users-form-filter input[type=checkbox]:checked + label:before {
border-color : #088DAD;
background-color : #088DAD;
}
.users-form-filter input[type=checkbox]:checked + label:after {
content : "";
position : absolute;
left : 6px;
top : 2px;
display : inline-block;
width : 5px;
height : 10px;
margin : -2px 5px 0 0;
border-color : #fff;
border-width : 0 2px 2px 0;
border-style : solid;
border-radius : 2px;
cursor : pointer;
transform : rotate(40deg);
}
.users-form-filter input[type=checkbox]:checked + label {
color : #088DAD;
}
.users-form-filter input[type=button],
.users-form-filter input[type=submit],
.users-form-filter a.button {
line-height:30px;
padding:0 10px 0 10px;
border-style:solid;
border-width:0 0 0 1px;
border-color:#088DAD;
background-color:#EDEDED;
font-weight:bold;
float : right;
color : #000;
text-decoration : none;
}
.users-form-add h2 {
float : left;
}
.users-form-add div {
margin : 10px 0 0 0;
padding : 8px 10px 8px 40px;
background : url(/themes/zhkh/images/forms/add.png) 10px center no-repeat;
background-color:#EDEDED;
border:#088DAD 1px solid;
border-radius : 2px;
color:#088DAD;
font-weight : bold;
cursor : pointer;
float : right;
}
.users-form-add div:hover {
opacity : 0.7;
}
.users-form-add:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.users-close-body {
float : right;
padding-left : 20px;
color : #CC0000;
font-weight : bold;
margin-bottom : 1em;
background : url(/themes/zhkh/images/forms/close.png) 0 6px no-repeat;
line-height : 29px;
cursor : pointer;
clear : both;
}
ul.table-list-users-rules {
counter-reset: li;
list-style: none;
padding: 0;
margin: 0;
border: none;
}
ul.table-list-users-rules li {
position: relative;
margin-bottom: 1.5em;
border: 2px solid #1892B9;
padding: 1.4em 0.6em 0.6em 0.6em;
background: #ededed !important;
}
ul.table-list-users-rules li:first-child{
margin-top: 1.5em;
}
ul.table-list-users-rules li:before {
position: absolute;
top: -1em;
height: 2em;
width: 2em;
line-height: 2em;
text-align: center;
font-weight: bold;
color: #fff;
background: #1892B9;
counter-increment: li;
content: counter(li);
}
ul.table-list-users-rules li a {
font-weight : normal;
}
ul.table-list-users-rules ul {
counter-reset: li;
border : none;
}
ul.table-list-users-rules ul li {
position: relative;
display: block;
padding: 10px;
margin: 0 !important;
text-decoration: none;
border: none;
background: #f5f5f5 !important;
}
ul.table-list-users-rules ul li textarea {
width : calc(728px - 340px);
}
ul.table-list-users-rules ul li img {
max-width : calc(728px - 300px);
}
ul.table-list-users-rules ul li:last-child {
margin: .5em 0 .5em 2.5em;
}
ul.table-list-users-rules ul li:before {
content: "";
background:transparent;
}
.long-uk-like {
height : 31px;
overflow : hidden;
}
.long-uk-like input {
float : left;
border : #1892B9 1px solid;
line-height : 29px;
padding : 0 5px;
width : calc(100% - 264px);
}
.long-uk-like img {
margin : 0 10px;
}
.long-uk-like div {
float : right;
color : #1892B9;
border : #1892B9 1px solid;
background-color : #DDF6FE;
line-height : 29px;
width : 142px;
text-align : center;
cursor : pointer;
font-weight : bold;
}
.long-uk-like div:hover {
opacity : 0.7;
}
.long-uk-like:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
.long-uk-like-banners {
display : none;
}
.long-uk-like-banners-open {
display : block;
background-color : #f2f2f2;
border : #E5E5E5 1px solid;
margin-top : 1em;
padding : 0 10px;
}
.long-uk-like-banners-open ul.users-form textarea {
width : calc(728px - 272px);
}
.long-video {
position : relative;
padding-bottom : 56.25%; /* 16:9 */
height : 0;
}
.long-video iframe {
position : absolute;
top : 0;
left : 0;
width : 100%;
height : 100%;
border : 0;
}
#content-preloader {
position : relative;
width : 200px;
height : 30px;
margin : auto;
}
.content-preloader {
position : absolute;
top : 7px;
width : 16px;
height : 16px;
animation-name : bounce-content-preloader;
animation-duration : 1.5s;
animation-iteration-count : infinite;
animation-direction : normal;
}
#content-preloader-1 {
left : 8px;
animation-delay : 0s;
}
#content-preloader-2 {
left : 32px;
animation-delay : 0.15s;
}
#content-preloader-3 {
left : 56px;
animation-delay : 0.3s;
}
#content-preloader-4 {
left : 80px;
animation-delay : 0.45s;
}
#content-preloader-5 {
left : 104px;
animation-delay : 0.6s;
}
#content-preloader-6 {
left : 128px;
animation-delay : 0.75s;
}
#content-preloader-7 {
left : 152px;
animation-delay : 0.9s;
}
#content-preloader-8 {
left : 176px;
animation-delay : 1.05s;
}
@keyframes bounce-content-preloader {
	0% {
		transform : scale(1);
		background-color : #1892B9;
	}
	100% {
		transform : scale(.3);
		background-color : #fff;
	}
}
.calendar-preloader-cont {
position : relative;
width : 100%;
height : 122px;
}
.calendar-preloader-pane {
position : absolute;
left : 50%;
top : 65px;
width : 19px;
height : 19px;
transform : translate(-50%, -50%);
}
.calendar-preloader-pane div:nth-child(1) {
position : absolute;
border-radius : 50%;
left : 1px;
top : 1px;
width : 18px;
height : 18px;
background : #1892B9;
animation : calendar-preloader1 2.88s 0s infinite both;
}
.calendar-preloader-pane div:nth-child(2) {
position : absolute;
border-radius : 50%;
width : 19px;
height : 19px;
background : #1892B9;
animation : calendar-preloader2 2.88s 0s infinite both;
}
@keyframes calendar-preloader1 {
	0%, 100% {
		box-shadow : 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9;
	}
	50% {
		transform : rotate(180deg);
	}
	25%, 75% {
		box-shadow : 27px 0 0 #1892B9, -27px 0 0 #1892B9, 0 27px 0 #1892B9, 0 -27px 0 #1892B9, 19px -19px 0 #1892B9, 19px 19px 0 #1892B9, -19px -19px 0 #1892B9, -19px 19px 0 #1892B9;
	}
	100% {
		transform : rotate(360deg);
		box-shadow : 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9;
	}
}
@keyframes calendar-preloader2 {
	0%, 100% {
		box-shadow : 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9;
	}
	50% {
		transform : rotate(-180deg);
	}
	25%, 75% {
		box-shadow : 51px 0 0 #1892B9, -51px 0 0 #1892B9, 0 51px 0 #1892B9, 0 -51px 0 #1892B9, 37px -37px 0 #1892B9, 37px 37px 0 #1892B9, -37px -37px 0 #1892B9, -37px 37px 0 #1892B9;
		background : transparent;
	}
	100% {
		transform : rotate(-360deg);
		box-shadow : 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9, 0 0 0 #1892B9;
	}
}
.videoSliderMainPanel {
width : 228px;
height : 128px;
overflow : hidden;
margin : 0;
padding : 0;
}
#videoSliderMain {
position : relative;
width : 228px;
height : 128px;
list-style : none;
overflow : hidden;
margin : 0;
padding : 0;
}
#videoSliderMain li {
position : absolute;
top : 0;
opacity : 0;
animation : videoSlider 18s 0s infinite linear;
}
.videoSliderPanel {
width : 218px;
height : 123px;
overflow : hidden;
margin : 0;
padding : 0;
}
#videoSlider {
position : relative;
width : 218px;
height : 123px;
list-style : none;
overflow : hidden;
margin : 0;
padding : 0;
}
#videoSlider li {
position : absolute;
top : 0;
opacity : 0;
animation : videoSlider 18s 0s infinite linear;
}
#videoSlider li:nth-child(2),
#videoSliderMain li:nth-child(2) {
animation-delay : 3.0s;
}
#videoSlider li:nth-child(3),
#videoSliderMain li:nth-child(3) {
animation-delay : 6.0s;
}
#videoSlider li:nth-child(4),
#videoSliderMain li:nth-child(4) {
animation-delay : 9.0s;
}
#videoSlider li:nth-child(5),
#videoSliderMain li:nth-child(5) {
animation-delay : 12.0s;
}
#videoSlider li:nth-child(6),
#videoSliderMain li:nth-child(6) {
animation-delay : 15.0s;
}
@keyframes videoSlider {
  0% {
    left:100%;
    opacity:0;
    z-index : 1;
  }
  3% {
    left:0%;
    opacity:1;
    z-index : 2;
  }
  4% {
    left:10%;
    opacity:1;
    z-index : 2;
  }
  5% {
    left:0%;
    opacity:1;
    z-index : 2;
  }
  17% {
    left:0%;
    opacity:1;
    z-index : 2;
  }
  18% {
    left:0%;
    opacity:0;
    z-index : 1;
  }
  100% {
    left:100%;
    opacity:0;
    z-index : 1;
  }
}
#videoSlider:hover li,
#videoSliderMain:hover li {
animation-play-state : paused;
}
#booksMainSlider {
position : relative;
width : 228px;
height : 350px;
list-style : none;
overflow : hidden;
margin : 5px;
padding : 0;
}
.booksMainSliderPanel {
position : relative;
width : 238px;
overflow : hidden;
margin : 0;
padding : 0;
}
#booksMainSlider li {
position : absolute;
z-index : 1;
background-color : #F2F2F2;
text-align : center;
margin : 0;
padding-bottom : 2px;
}
#booksMainSlider li a {
position : relative;
display : block;
}
#booksMainSlider li a img {
opacity : 1;
}
#booksMainSlider li:hover a img {
opacity : 0.4;
}
#booksMainSlider li a span {
position : absolute;
display : none;
}
#booksMainSlider li:hover a span {
display : block;
top : 40%;
background-color : #1892B9;
color : #fff;
font-weight : bold;
text-align : center;
opacity : 1;
z-index : 2;
padding : 10px;
}
#booksMainSlider li:nth-child(1) {
animation: booksMainSlider1 10s 0s infinite linear;
}
#booksMainSlider li:nth-child(2) {
animation: booksMainSlider2 10s 0s infinite linear;
}
#booksMainSlider li:nth-child(3) {
animation: booksMainSlider3 10s 0s infinite linear;
}
#booksMainSlider li:nth-child(4) {
animation: booksMainSlider4 10s 0s infinite linear;
}
@keyframes booksMainSlider1 {
	0% {
		transform: translateY(0%);
		z-index : 2;
	}
	24% {
		transform: translateY(0%);
		z-index : 2;
	}
	25% {
		transform: translateY(-100%);
		z-index : 0;
	}
	49% {
		transform: translateY(-100%);
		z-index : 0;
	}
	50% {
		transform: translateY(200%);
		z-index : 2;
	}
	74% {
		transform: translateY(200%);
		z-index : 2;
	}
	75% {
		transform: translateY(100%);
		z-index : 2;
	}
	99% {
		transform: translateY(100%);
		z-index : 2;
	}
	100% {
		transform: translateY(0%);
		z-index : 2;
  }
}
@keyframes booksMainSlider2 {
	0% {
		transform: translateY(100%);
		z-index : 2;
	}
	24% {
		transform: translateY(100%);
		z-index : 2;
	}
	25% {
		transform: translateY(0%);
		z-index : 2;
	}
	49% {
		transform: translateY(0%);
		z-index : 2;
	}
	50% {
		transform: translateY(-100%);
		z-index : 0;
	}
	74% {
		transform: translateY(-100%);
		z-index : 0;
	}
	75% {
		transform: translateY(200%);
		z-index : 2;
	}
	99% {
		transform: translateY(200%);
		z-index : 2;
	}
	100% {
		transform: translateY(100%);
		z-index : 2;
  }
}
@keyframes booksMainSlider3 {
	0% {
		transform: translateY(200%);
		z-index : 2;
	}
	24% {
		transform: translateY(200%);
		z-index : 2;
	}
	25% {
		transform: translateY(100%);
		z-index : 2;
	}
	49% {
		transform: translateY(100%);
		z-index : 2;
	}
	50% {
		transform: translateY(0%);
		z-index : 2;
	}
	74% {
		transform: translateY(0%);
		z-index : 2;
	}
	75% {
		transform: translateY(-100%);
		z-index : 0;
	}
	99% {
		transform: translateY(-100%);
		z-index : 0;
	}
	100% {
		transform: translateY(200%);
		z-index : 2;
  }
}
@keyframes booksMainSlider4 {
	0% {
		transform: translateY(200%);
		z-index : 2;
	}
	24% {
		transform: translateY(200%);
		z-index : 2;
	}
	25% {
		transform: translateY(200%);
		z-index : 2;
	}
	49% {
		transform: translateY(200%);
		z-index : 2;
	}
	50% {
		transform: translateY(100%);
		z-index : 2;
	}
	74% {
		transform: translateY(100%);
		z-index : 2;
	}
	75% {
		transform: translateY(0%);
		z-index : 2;
	}
	99% {
		transform: translateY(0%);
		z-index : 2;
	}
	100% {
		transform: translateY(-100%);
		z-index : 0;
  }
}
#booksMainSlider:hover li {
animation-play-state : paused;
}
.ggl_cont {
text-align : center;
}
.ggl_pane {
display : inline-block;
width : 672px;
}
.ggl_cont:after {
content : "";
display : block;
visibility : hidden;
height : 0;
overflow : hidden;
clear : both;
}
#ggl1 {
float : left;
}
#ggl2 {
float : right;
}
.eias-tarif-calc {
position : relative;
height : calc(728px * 9 / 16 - 2px);
}
.eias-tarif-calc iframe {
border : none;
width : 100%;
height : calc(728px * 9 / 16 - 2px);
}
.eias-tarif-calc #eias-calc-preloader-cont {
position : absolute;
z-index : 2;
background : #fff;
width : 100%;
height : calc(728px * 9 / 16 - 2px);
}
#eias-calc-preloader {
width : 726px;
height : calc(728px * 9 / 16 - 2px);
border : #E5E5E5 1px solid;
overflow : hidden;
position : relative;
text-align : center;
vertical-align : middle;
display : table-cell;
}
#eias-calc-preloader div {
position : relative;
display : block;
width : 100%;
}
#eias-calc-preloader div,
#eias-calc-preloader div span {
box-sizing : border-box;
}
#eias-calc-preloader div span {
display : inline-block;
width : calc(726px / 24);
height : calc(726px / 24);
background : #088DAD;
}
#eias-calc-preloader div span:nth-child(1) {
animation: eias-calc-preloader 2.2s 0s infinite linear;
}
#eias-calc-preloader div span:nth-child(2) {
animation: eias-calc-preloader 2.2s 0.1s infinite linear;
}
#eias-calc-preloader div span:nth-child(3) {
animation: eias-calc-preloader 2.2s 0.2s infinite linear;
}
#eias-calc-preloader div span:nth-child(4) {
animation: eias-calc-preloader 2.2s 0.3s infinite linear;
}
#eias-calc-preloader div span:nth-child(5) {
animation: eias-calc-preloader 2.2s 0.4s infinite linear;
}
#eias-calc-preloader div span:nth-child(6) {
animation: eias-calc-preloader 2.2s 0.5s infinite linear;
}
#eias-calc-preloader div span:nth-child(7) {
animation: eias-calc-preloader 2.2s 0.6s infinite linear;
}
#eias-calc-preloader div span:nth-child(8) {
animation: eias-calc-preloader 2.2s 0.7s infinite linear;
}
#eias-calc-preloader div span:nth-child(9) {
animation: eias-calc-preloader 2.2s 0.8s infinite linear;
}
#eias-calc-preloader div span:nth-child(10) {
animation: eias-calc-preloader 2.2s 0.9s infinite linear;
}
#eias-calc-preloader div span:nth-child(11) {
animation: eias-calc-preloader 2.2s 1s infinite linear;
}
#eias-calc-preloader div span:nth-child(12) {
animation: eias-calc-preloader 2.2s 1.1s infinite linear;
}
#eias-calc-preloader div:first-child:after {
content : "Идет загрузка калькулятора тарифов, пожалуйста подождите.";
display : block;
position : absolute;
left : calc(726px / 24 * 6);
top : calc(726px / 20);
line-height : calc(726px / 24);
width : calc(726px / 24 * 12);
text-align : center;
color : #088DAD;
font-weight : bold;
}
@keyframes eias-calc-preloader {
	0% {
		transform: rotateY(0deg);
	}
	50% {
		transform: rotateY(90deg);
		background: rgb(147,225,215);
	}
	100% {
		transform: rotateY(0deg);
	}
}
.fas-content-list table,
.fas-content-list tbody,
.fas-content-list tr,
.fas-content-list td {
display : block;
width : 100%;
}
.fas-content-list td {
padding : 5px 0;
}
.fas-content-list table tr td {
border-left : 3px solid #088DAD;
padding-left : 10px;
width : 100%;
}
.fas-content-list table tr td:nth-child(1) {
font-weight : bold;
}
.fas-content-list table tr td:nth-child(2) {
font-weight : normal !important;
}
.fas-content-list table tr:nth-child(odd) {
background : #ededed;
}
.fas-content-list table tr:nth-child(even) {
background : #fff;
}
.fixed_ad_block {
position : fixed;
top : 0;
width : 240px;
}
.switch_regions {
display : inline-block;
width : 100%;
}
.switch_regions ul.switch-labels {
position : relative;
display : inline-block;
list-style : none !important;
margin : 0;
padding : 0;
box-sizing : border-box;
width : 100%;
}
.switch_regions ul.switch-labels {
margin : 1em 0 0 0;
border-bottom : #1892B9 1px solid;
}
.switch_regions .switch-regions {
display : none;
}
.switch_regions .switch-regions-set-open {
animation: open-switch-regions .5s 0s infinite linear;
animation-iteration-count : 1;
animation-fill-mode : forwards;
}
@keyframes open-switch-regions {
	0% {
		opacity : 0;
	}
	100% {
		opacity : 1;
	}
}
.switch_regions ul.switch-labels li {
position : relative;
list-style : none !important;
padding : 0;
margin : 0;
cursor : pointer;
float : left;
box-sizing : border-box;
transition : all .5s ease;
}
.switch_regions ul.switch-labels li:first-child {
margin-left : 15px;
}
.switch_regions ul.switch-labels li:hover {
color : #000;
}
.switch_regions ul.switch-labels li {
padding : 10px 15px;
color : #1892B9;
border-left : #fff 1px solid;
border-top : #fff 1px solid;
border-right : #fff 1px solid;
font-size : 12px;
font-weight : bold;
}
.switch_regions ul.switch-labels li.open {
border-left : #1892B9 1px solid;
border-top : #1892B9 1px solid;
border-right : #1892B9 1px solid;
color : #000;
}
.switch_regions ul.switch-labels li.open:after {
content : "";
position : absolute;
left : 0;
bottom : -1px;
width : 100%;
border-bottom : #fff 1px solid;
}
.dyn-bnr-inline {
display : inline-block;
}
.content_cont > div:first-child > #yandex_ad_mob,
.content_cont > div:first-child > #yandex_ad_top {
padding-bottom : 1em;
}
.img-news-100-100 {
width : 110px;
height : 100px;
overflow : hidden;
display : block;
float : left;
}
.img-books-100 {
width : 110px;
overflow : hidden;
display : block;
float : left;
}
.dyn-bnr-240-400 {
height : 400px;
overflow : hidden;
}
.dyn-bnr-336-280 {
height : 280px;
overflow : hidden;
}
.dyn-bnr-290 {
min-height : 290px;
}