/* 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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, 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;
}
#ctrlcopy {
	color:transparent;
	height:1px;
	overflow:hidden;
	position:absolute;
	width:1px;
}
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;
  word-break: break-word;
}
table td, table th{
  border: 1px solid gray;
  padding: 5px ;
  vertical-align: middle;
  }
/* End of CSS Reset */

main, 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;
    --wrap-width: 100%;
    --wrap-height: 100%;
    position: relative;
}

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;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  width: 100%;
  height: 26px;
  text-align: center;
}

/* ------------  polylog common ----------- */
img.best_user_pic {
	float: left;
	margin-right: 5px;
	width: 40px;
	height: 40px;
}

.best_user_link:after {
	display: table;
	clear: both;
	content: '';
}

.best_user_info {
	margin-top: 5px;
	word-wrap: break-word;
	word-break: break-word;
	font-size: 12px;
}

.plg_phone_href {
	font-size: 16px;
	text-decoration: none;
}

.best_user_city{
	font-size: 16px;
	word-wrap: break-word;
}

.all_jurists{
	margin-right: 20px;
}
/*------------menu----------*/
.hidden-menu {
  display: block;
  position: fixed;
  /*position: relative;*/
  /*position: absolute;*/
  list-style:none;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  width: 200px;
  background-color: #eee;
  height: 100%;
  top: 0;
  /*left: -200px;*/
  /*left: var(--wrap-width);*/
  right: -200px;
  transition: right .2s;
  z-index: 18;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}

.hidden-menu li:first-child{
	margin-top: 50px;
}
.hidden-menu-ticker {
  display: none;
}

.btn-menu {
  color: #fff;
  /*background-color: #666;*/
  background-color: #A9A9A9;
  padding: 5px;
  right:5px;
  top:5px;
  /*position: fixed; */
  position:absolute;
  /*float:right;
  display: block;
  top: 5px;
/*  right: 5px;*/
   /*left: var(--wrap-width)px;*/
   /*left: calc(var(--wrap-width) - 40px);*/
  cursor: pointer;
  transition: left .23s;
  z-index: 19;
  width: 25px;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.btn-menu span {
  display: block;
  height: 5px;
  background-color: #fff;
  margin: 5px 0 0;
  transition: all .1s linear .23s;
  position: relative;
}
.btn-menu span.first {
  margin-top: 0;
}

.hidden-menu-ticker:checked ~ .btn-menu {
  right:150px;
/*  left: calc(var(--wrap-width) - 195px);*/
  
}
.hidden-menu-ticker:checked ~ .hidden-menu {
 position:absolute;
 right: 0px;
}
.hidden-menu-ticker:checked ~ .btn-menu span.first {
  -webkit-transform: rotate(45deg);
  top: 10px;
}
.hidden-menu-ticker:checked ~ .btn-menu span.second {
  opacity: 0;
}
.hidden-menu-ticker:checked ~ .btn-menu span.third {
  -webkit-transform: rotate(-45deg);
  top: -10px;
}
/*--------------------------*/
/*-----login--------------*/
#plg_popup_background{
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	line-height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 22;
}

.fb_login_button{
	border: 1px solid #3B6798;
    cursor: pointer;
    height: auto;
    margin: 2px 5px;
    width: auto;
	padding: 10px 0;
    background-color: #6D8FB3;
	text-align: center;
}
#popup_fb_login_link{
	color: #FFFFFF;
	text-decoration: none;
}
#popup_fb_login_link:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#fb_login_link{
	color: #FFFFFF;
	text-decoration: none;
}
#fb_login_link:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.plg_popup_container{
    width: 300px;
	background-color: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	  left: 0;
    right: 0;
	margin: auto;
	padding: 20px;
	display: table;
}

#plg_generate_new_password{
   height: 120px;
}

.plg_err_msg{
  color:red;
}

a.plg_close_popup {	
 position: relative;
 float:right;
	cursor: pointer;
}

a#generate_new_password_link{
	position: relative;
	cursor: pointer;
}

.forgot_new{
  padding: 5px 0 ;
}

.plg_login form:first-child{
	margin-bottom: 20px;
}

#plg_login_form .fb_login_button, #plg_registration_form .fb_login_button{
	max-width: 540px;	
}

.full_rate{
	width: 200px;
	height: 5px;
	background-color: red;
  margin-bottom: 10px;
}

.rate_part{
	background-color: green;
	height: 5px;
}

.plg_delete_comment, .plg_edit_comment, .plg_update_comment, .plg_cancel_comment,
#plg_login, #plg_register, #btn_new_pwd, #plg_add_comment{
	padding:10px;
}

.plg_code{
	vertical-align:top;
}
#plg_submit{
	/*float:right;*/
	padding:10px;
}
input{
	-webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 padding: 5px;
 border: 1px solid #ddd;
 border-radius: 5px;
}
#code, .plg_phone input{
	max-width:370px;
}
input[type=text], input[type=email], input[type=password], input[type=file]{
	width: 100%;
 max-width:370px;
}
input[type=submit]{
/*	float:right;*/
	padding:10px;
}

input[type=checkbox]{
	-webkit-appearance: checkbox;
 -moz-appearance: checkbox;
 appearance: checkbox;
	width: 20px;
	height: 20px;
}

hr{
	background-color: buttonface;
	height: 2px;
	border: none;
}

.popup_log_reg{
  text-align: center;
  font-weight: bold;
}

/*-------------comments-----------*/
.plg_comment_list:before {
	display: table;
	clear: both;
	content: '';
}

.plg_recent_comment_list:before {
	display: table;
	clear: both;
	content: '';
}

#plg_new_comment{
 width: auto; 
 min-height: 100px; 
 border: 1px solid gray;
 margin-bottom: 10px;
 padding: 5px;
}

#plg_new_comment p{
	margin: 0;
}

.plg_comment{
	padding:10px 0;
}
.plg_comment_text{
	line-height: normal;
	margin: 0;
  padding: 10px 0 ;
}
.plg_comment_text p{
   margin: 0;
}

.subcom{
	margin-left: 20px;
}

.plg_user_name{
 padding-right: 10px;
	display: inline-block;
}

.plg_user_container{
  padding:10px 0;
  display: flex;
  align-content: stretch;
}

.plg_user_img img{
	border-radius: 20px;
	  -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
	float: left;
		width: 40px;
	height: 40px;
}

.plg_user_img{
  padding-right: 10px; 
}

.plg_user_info_cmt_row{
	padding-bottom: 5px;
}

.plg_user_info_cmt_city{
	float:left;
	padding-right:10px;
}

.plg_user_info_cmt_phone{
	text-decoration:none;
	display: inline-block;
}

.plg_user_info_container{
  width: 100%;
		word-wrap: break-word;
		word-break: break-word;
}

.plg_user_nick{
 display: inline-block;
 padding-bottom: 10px;
}

.plg_user_comment{
  width: 100%;
		word-wrap: break-word;
		word-break: break-word;
}

.todos_com{
	padding-bottom: 10px;
}

a.uprate{
 	color:#00FF40;	
}
.fa-arrow-up:hover{
	color:#82FA58;
	cursor: pointer;
}

a.downrate{
	color: #FA5858;
}

.fa-arrow-down:hover{
	color: #FF0000;
	cursor: pointer;
}

.unavailable .fa-arrow-down:hover, .unavailable .fa-arrow-up:hover,
a.unavailable:hover, a.unavailable{
	color: #BDBDBD;
	cursor: default;
}

.plg_comment{
  display: flex;
  align-content: stretch;
}

.plg_comment ol{
   list-style-type: decimal;
   list-style-position: inside;
}

.plg_comment ul{
  list-style-type: disc;
  list-style-position: inside; 
}

.button{
   background-color: #0066DD;
   color: #fff; 
   border-style: none;
   cursor: pointer;
   padding:10px;
   border-radius: 5px;
			text-decoration: none;
			font-size: 10pt;
}

.button:hover{
	  background-color: #00AA33;
			color: #fff;
}

.gray_button{
   background-color: #BBB;
   color: #333; 
   border-style: none;
   cursor: pointer;
   padding:10px;
   border-radius: 5px;
}

.gray_button:hover{
	  background-color: #00AA33;
   color: #fff; 
}

.plg_user_img{
  padding-right: 10px; 
}
.plg_comment_date{
 color: #808080;
	display: inline-block;
}

.plg_user_block_name{
  font-size: 18pt;
}

.info_str{
	display: flex;
  padding: 5px 0 ;  
}
.info_str:after{
	display: table;
	clear: both;
	content: '';
}

.info_str input{
	float: left;
	margin: auto 0;
}

.info_lable{
   padding-right:  10px ;
   width: 150px;
   float: left;
}

.user_info_str.info_str{
	display: block;
}

#plg_user_info_container{
	width: 100%;
	max-width: 530px;
}

#plg_user_info_container ul{
  list-style-type: disc;
  list-style-position: inside;
		padding: 10px 0 10px 10px;
}

#plg_user_info_container ol{
  list-style-type: decimal;
  list-style-position: inside;
}

.user_info_str .info_lable{
	float: none;
	display: block;
}

.error {
 border-color: red;
}

.ql-editor {
 line-height:inherit;
}

.ql-editor p, .plg_comment_text p {
 padding: 5px 0;
 margin:0;
}

.ql-editor ol, .ql-editor ul, .plg_comment_text ol, .plg_comment_text ul {
 padding: 5px 0 5px 25px;
 margin:0;
}

.ql-container {
 font-family:inherit;
 font-size:inherit;
 height: inherit;
}

/* div з редактором повинен мати окремий батьківський тег, в якому не буде інших редакторів*/

.ql-inactive .ql-editor {
 padding:0;
}

.ql-inactive .ql-toolbar {
 display:none;
}

.ql-inactive .ql-container {
 border:none;
}

#no_js_cmt_title{
 padding: 10px 0 5px 0;
 font-weight: bold;
}

#add_comment_link {
 display: inline-block;
 margin: 10px 0 10px 0;
 padding: 10px;
}

#plg_new_comment_anchor {
 display: block;
 height: 115px;
 margin-top: -115px;
 visibility: hidden;
}

.plg_comment_not_editable_text {
	word-wrap: break-word;
	word-break: break-word;
}

/*-----------hide/show comments---------------------------*/

.plg_less_more_chb, .plg_show_less_label, .plg_show_more_label {
 display:none;
}

.plg_hideable_comment .plg_show_hide_text ~ .plg_show_more_label {
 display:block;
}

.plg_hideable_comment .plg_less_more_chb:checked ~ .plg_show_less_label {
 display:block;
}

.plg_hideable_comment .plg_less_more_chb:checked ~ .plg_show_more_label {
 display:none;
}

.plg_show_hide_text {
 position: relative;
 max-height: 150px;
 overflow: hidden;
}

.plg_less_more_chb:checked ~ .plg_show_hide_text {
 max-height: 100%;
}

.plg_show_less_label, .plg_show_more_label { 
 color: #0044CC;
 text-decoration: underline;
 cursor: pointer;
 padding-bottom: 10px;
}

.plg_show_less_label:hover, .plg_show_more_label:hover{
 color: #00AA33;
}

.plg_show_hide_text:after {
 position: absolute;
 bottom: 0;
 height: 30px;
 width: 100%;
 content: "";
 background: linear-gradient(to top,rgba(255,255,255, 1),rgba(255,255,255, 0));
 pointer-events: none;
}

.plg_less_more_chb:checked ~ .plg_show_hide_text:after {
 display: none;
}
/*-----------end hide/show comments---------------------------*/

.plg_show_hide_user_comments ~ .plg_show_more_label {
 display:block;
}

.plg_less_more_chb:checked ~ .plg_show_less_label {
 display:block;
}

.plg_less_more_chb:checked ~ .plg_show_more_label {
 display:none;
}

.plg_show_hide_user_comments {
 display: none;
}

.plg_less_more_chb:checked ~ .plg_show_hide_user_comments {
 display: block;
}

/* Краса */
#plg_user_comment_header {
 margin-top: 20px;
}

.best_user_comments_count {
 margin-top: 5px;
}
/*-----------end comments---------------------------*/

a.logo {
 display: inline-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_kz{
display:inline-block;
padding-top:10px;
}

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;
}

#go_back{
 display: none;
 padding-left: 15px;
}
#go_back a{
 text-decoration: none;
}

#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;
}

#ads1{
  clear: both;
  position: relative;
}

#squareAds
{
 float: none/*left*/;
 margin-right: 5px;
 width: 100%;
}

.ads {
	padding: 10px 0;
}

#free-ads {
	text-align: center;
	font-size: 5vw;
}

#free-ads a {
	text-decoration: none;
}

#titled-ads {
	font-size: 20pt;
	box-shadow: 1px 1px 5px #aaa;
	padding: 10px;
	margin-bottom: 20px;
}

#titled-ads .advantages{
	font-size: 14pt;
	padding: 10px 0;
}

#titled-ads .advantages p{
	margin-top: 10px;
}

#titled-ads a {
	text-decoration: none;
}

.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;
}

/*---change ul priv_pol---*/
#statya ul{
    list-style-type: disc;
    list-style-position: inside;
    padding: 10px;
}
/*------*/

#statya ul.no_dsk{
 list-style-type: none;
 margin-left: 0px;
}

 li.phr{
 text-align: center;
 line-height: 1.3em;
}

li.pst-l{
 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;
  word-break: break-word;
}

#BestLawyers {
	display: none;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
/*	height: 50px;*/
  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;
}

/*---------oked---------------------------------*/
 #oked{
 display: table;
 width: 99%;
 border-collapse: collapse;
 }
.tr_oked{
 display: table-row;
}

.k_n_o{
 display: table-cell;
 border: 1px solid grey;
 padding: 5px ;
 vertical-align: middle;   
}
 
 .tr_oked:nth-child(1){
 border:1px solid grey;
 vertical-align: middle; 
 text-align: center;  
 border-collapse: collapse;
 padding: 5px ;
 font-weight: bold;  
 }
 
 .smegn{
  display: block;
  width: 100%;
  padding-top: 0.5em;
 }
/*----------/oked/------------------------------*/

/*------------------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;
        }
	
	#BestLawyers {
		display: block;
		padding: 15px 0;
	}
	
  .best_user_info{
	font-size: 13pt;
}
									
.popular_law, .popular_law a, .popular_law p{
        width: 150px;
        }        
    }
    
@media (max-width: 800px) {
     .volont {
       display: none;
     }
     #guide_kz{
     display:none;
     }
     
     a.logo{
      margin: 0;
     }
     #goser {
   display: none;
   }
   .kodzak{
    width: 100%;
   }
A {
 /*font-size: 11.5pt;*/
 color: #0066DD;
}
/*-----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;
  }
 
 .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/-----------------*/
/*-----oked-------------------*/
#oked{
 display: block;
 border-bottom: 1px solid grey;
}

.tr_oked:nth-child(1){
 display: none;
}

.k_n_o{
 display: block;
 width: auto;
 float:left;
 clear: right;
 border:none;
}

.tr_oked{
 width: 99%;
 border-left: 1px solid grey;
 border-right: 1px solid grey;
 border-top: 1px solid grey;     
 }

 table{
  width:100%;
 }
 
 .plg_show_less_label, .plg_show_more_label{
 color: #0066DD;
}
/*-----/oked/-------------------*/      
}

@media (max-width: 600px) {
     .breadcrumbs{
       display: none;
     }
      #go_back{
 display: block;
}
     .header {
        padding: 0;
      }
   a.icon-print{
    display: none;
   }

			#code, .plg_phone input{
	width:90%;
 }
 .info_str{
	display: block;
 }
input[type=text], input[type=email], input[type=password], input[type=file], #plg_user_info_container{
 width:90%;
}
.info_lable{
    display: block;
	/*width: auto;*/
	width: 90%;
	float: none;
  }
#plg_login_form .fb_login_button, #plg_registration_form .fb_login_button{
	max-width: 90%;
	max-width: 380px;
}

#free-ads {
	font-size: 9vw;
}


}  

@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;
     }
}

.hidden{
	display: none;
}