/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	word-break: break-word;
}
table td{
  border: 1px solid gray;
  padding: 5px ;
  vertical-align: middle;
  }
/* End of CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
 width: 100%;
 margin-top: 0px;
 padding: 0px;
 font-size: 12pt;
 font-family: Arial;
 color: #333333;
}
.wrapper {
 max-width: 1400px;
 margin: auto;
}

A {
 /*font-size: 11.5pt;*/
 color: #0044CC;
 cursor: pointer;
}

A:hover {
 text-decoration: none;
 color: #00AA33;
}

IMG {
 border: 0px;
 margin: 0px;
}

h1 {
 padding: 0px;
 margin: 0px;
 font-size: 14pt;
 font-weight: bold;
 text-align: center;
}

h2 {
 padding: 0px;
 margin: 0px;
 font-size: 11.5pt;
 font-weight: bold;
}
/*for addtocopy*/
#ctrlcopy {
			color:transparent;
			height:1px;
			overflow:hidden;
			position:absolute;
			width:1px;
		}
/*end of for addtocopy*/
/* Header
-----------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 26px;
  text-align: center;
}

a.logo {
 display: block;
 float: left;
 padding: 10px 0 10px 10px;
 width: 171px;
 height: 27px;
 background: url(/images/logo.svg) no-repeat;
 background-position: center, center;
}

.breadcrumbs{
clear: both;
 padding: 5px;
}

#br_pr{
padding: 5px;
display: flex;
justify-content: space-between;
}

.breadstat{
 width: 100%;
 text-align: center;
 padding: 5px;
}
.breadstat form{
 padding-top: 5px;
}

#lang{
 display:inline-block;
 float:right;
 margin-right: 10px;
}
#guide_ua{
	font-size: 16pt;
}
a.icon-print{
    display: block;
    text-decoration: none;
	width: 100px;
	text-align: center;

}

a.icon-print:hover{
	text-decoration: none;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}

#goser{
  text-align: center;
  padding: 5px;
}
#goser table, #goser table td{
	border: none;
}

.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {
padding: 5px 5px 5px 190px;
position: relative;
float:left;
}

#go_back{
 display: none;
 padding-left: 15px;
}
#go_back a{
 text-decoration: none;
}

#ads1{
  clear: both;
  position: relative;
}

#squareAds
{
 float: none;
/*	в рамках тестирования большого баннера 05.08.16 10:00
 float: left;*/
 margin-right: 5px;
}

.kodzak{
 width: 48%;
 position: relative;
 float: left;
 margin-bottom: 20px;
}
.kodzak a{
 display: block;
 padding-top: 5px;
 width: 100%;
}
.kodzak b{
 display: block;
 padding-top: 5px;
}

#statya{
 margin:10px 0;
}

#statya p{
 padding-top: 10px ;
}

#law_status{
 padding: 0;
}

#law_status:after{
	display: table;
	clear: both;
	content: '';
}
/* втратив чинність*/
#law_expired{
 padding: 5px ;
 margin: 10px 0;
 border: 1px solid #ebcccc;
  background-color: #f2dede;
  color: #a94442;

 float: left;

}
/* чинний закон*/
#law_valid{
 padding: 5px ;
 margin: 10px 0;
 border: 1px solid #d0e9c6;
  background-color: #dff0d8;
  color: #3c763d;
 float: left;
}

a.st-l{
 display: block;
 padding-top: 5px;
 width: 100%;
}

p.pst-l{
 line-height: 1.3em;
 text-align: left;
}

#statya p.phr{
 text-align: center;
 line-height: 1.3em;
}

#statya ol{
  list-style-type: decimal;
  list-style-position: inside;
}

#statya ol[type="a"]{
  list-style-type: lower-alpha;
  margin-left: 20px;
}

#statya  ol[type="I"]{
 list-style-type: decimal;
 margin-left: 10px;
}

#statya ul.no_dsk{
 list-style-type: none;
 margin-left: 0px;
}

 li.phr{
 text-align: center;
 line-height: 1.3em;
 padding-top: 5px;
}

li.pst-l{
 line-height: 1.3em;
 text-align: left;
 padding-top: 5px;
}

.kons{
 display: block;
 text-align: center;
 }

#readmatch{
 width: 100%;
}

.fb-like{
 padding-right: 5px ;
 clear: both;
 display:inline-block;
}
#vk_like{
 padding-right: 5px ;
 display: inline-block;
 float:left;
}

#vk_comments{
 padding: 5px ;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 170px;
	margin-left: -100%;
	position: relative;
/*  padding: 2%;*/
}

.popular_law, .popular_law a, .popular_law p{
 width: 170px;
 font-size: 10pt;
 display: block;
 margin: 0;
 padding: 5px;
 float: left;
}

.popular_law p {
font-weight: bold;
}

#LeftAds{
 padding: 10px;
 float: left;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
  text-align: center;
  overflow: hidden;
  line-height: 50px;
}
/*------------Plan_shchetov------------------------*/
.plan-rah-list {
	background-color: white;
  width:100%;
}

.plan-rah-list thead th{
  border-width: 1px;
	border-style: solid;
	border-color: gray;
  vertical-align: middle;
	border-collapse: collapse;
	background-color: white;
  font-weight: bold;
  padding: 5px ;
}

.plan-rah-list tbody th {
	padding: 5px;
 border-left: 1px solid gray;
 border-right: 1px solid gray;
  background-color: white;
  font-weight: bold;
}

.other_it{
 max-width: 98%;
}

.other_it td{
 border: 1px solid gray;
 border-collapse: collapse;
 padding: 5px ;
 vertical-align: middle;
}
/*----------/plan_shchetov/---------------------*/
/*----------norm_akt----------------------------*/
select{
 margin-bottom: 10px;
}

#table_na{
   display:table;
   width:99%;
   border-collapse: collapse;
}

.norm-akt-list {
 display:table-row;
}

.norm-akt-list:nth-child(1){
 font-weight: bold;
    vertical-align: middle;
 text-align: center;
}

.na_ti{
    display:table-cell;
    border:1px solid gray;
    vertical-align: middle;
 text-align: center;
 width: 20%;
 word-wrap:break-word;
  padding: 5px ;
}

.na_name {
    display:table-cell;
    border:1px solid gray;
    width: 60%;
    vertical-align: middle;
    padding: 5px ;
}
/*----------/norm_akt/--------------------------*/
.clr{
 clear: both;
}



/*------------------media------------------------*/
@media (max-width: 1000px) {
      .left-sidebar {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
      }
      .content{
       padding: 0;
      }

      #statya {
       margin: 0 5px 0 5px;
      }

        #LeftAds{
         display: none;
        }
.popular_law, .popular_law a, .popular_law p{
        width: 150px;
        }
    }

@media (max-width: 800px) {
     .volont {
       display: none;
     }
     a.logo{
      margin: 0;
     }
     #goser {
   display: none;
   }
   .kodzak{
    width: 100%;
   }

A {
 /*font-size: 11.5pt;*/
 color: #0066DD;
}
#guide_ua{
	display: none;
}
/*-----plan_rah-------------------*/
  .plan-rah-list thead, .diyaln{
    display: none;
  }

  .plan-rah-list{
   display: block;
   width: 100%;
       -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-left: 1px solid gray;
        border-bottom: 1px solid gray;
		word-break: normal;
  }

 .plan-rah-list td.rahtd{

     display: inline-block;
     width: 12%;

        float: left;
        clear:left;
        border-left:  none ;
        border-right: none ;
        border-bottom:none;
       -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
         border-color: gray;
}

  .plan-rah-list td.rahtdname{
       display: inline-block;
       width: 88%;

       float:left;
        border-bottom:none;
                -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
         border-color: gray;

        }
 .plan-rah-list td.rahtd_{

        display: inline-block;
    width: 12%;
        float: left;
        clear:left;
        border-left:  none ;
        border-right: none ;
        border-bottom:none;
               -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
          font-weight: bold;
         border-color: gray;
}

 .plan-rah-list td.rahtdname_{
        display: inline-block;
       width: 88%;
       float:left;
        border-bottom:none;
                -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
       box-sizing: border-box;
        font-weight: bold;
         border-color: gray;
       }
.plan-rah-list tbody th{
 display:block;
 width: 100%;
 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
       box-sizing: border-box;
border-top: 1px solid gray;
border-right: 1px solid gray;
border-left:none;
}
/*-----/plan_rah/-----------------*/
/*-----norm_akt-------------------*/
.norm-akt-list{
  border:1px solid gray;
  border-collapse: collapse;
}

.na_ti{
 display: block;
 width: auto;
 float: left;
 border: none;
}
.na_name{
 float: left;
 width: 100%;
 border: none ;
 word-wrap: break-word;
                 -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
       box-sizing: border-box;

}

.norm-akt-list:nth-child(1){
 display: none;
}
/*-----/norm_akt/-----------------*/
}

@media (max-width: 600px) {
     .breadcrumbs{
       display: none;
     }
   #go_back{
 display: block;
}
     .header {
        padding: 0;
      }
  a.icon-print{
   display: none;
  }
}

@media (max-height: 750px) {
     .volont {
       display: none;
     }
}

@media (max-height: 600px) and (min-width: 800px) {
     #squareAds {
       display: none;
     }
}

@media (max-height: 500px) {
     #goser {
       display: none;
     }
}
@media (max-width: 1300px) {
     #squareAds {
	float: none;
     }
}
