html { width:100%; height: 100%; }

body
{
	height:100%;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#wrapper {
	min-width:600px;
	width:expression(
	(document.compatMode && document.compatMode == 'CSS1Compat')?(document.documentElement.clientWidth < 600?"600px":"auto"):(document.body.clientWidth < 600?"600px":"auto"));
	margin:0 auto;
  width: 1000px;
}

#header {
	border-bottom: solid 0px #F0F0F0;
  padding: 10px 8px 0 8px;
}

#header  a img {
  border: 0;
}

#content-wrapper {
	background-color: #fff;
  margin: 0 8px 0 8px;
}

#sidebar {
	background-color:#fff;
	width:180px;
	float:left;
  padding: 8px 0px 8px 0px;
  height: 270px;
}

#sidebar180 {
	background-color:#fff;
	width:180px;
	float:left;
  padding: 0px 0px 8px 0px;
}

#sidebar div.side-adv {
  margin: 8px 0 0 20px;
}

#content {
	padding: 8px 0px 8px 0px;
	background-color:#fff;
	margin-left: 188px;
}

#content180{
	padding: 8px 14px 8px 8px;
	background-color:#fff;
	margin:0 180px 0 180px;
  height: 100%;
}

.docinfo {
  color: #808080;
}

#topMenu {
  margin: 8px 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
}

#topMenu li {
	font-size: 15px;
  float: left;
}

#topMenu a {
	display: block;
	border-bottom: 2px solid #dedede;
	padding: 5px 0 7px;
  margin: 0 32px 0 0;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: none;
  color: black;
}

#topMenu a:hover {
	border-bottom: 2px solid #fc0;
}

#topMenu li.selected  {
  padding: 6px 16px 6px 16px;
  margin-right: 24px;
  background-color: #fc0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

#topMenu li.selected  a {
	display: inline;
  border: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 8px 0 0 0;
}

table.dTable {
  background-color: #9b9b9b;
  width: 100%;
  font-size: 11px;
  margin-bottom: 10px;
}

table.dTable td {
  background-color: #fff;
  padding: 3px;
}

table.dTable th {
  background-color: #f2f2f2;
  padding: 3px;
}

table.dTable td.part {
  background-color: #f2f2f2;
  padding: 3px;
  text-align: center;
}

table.dTable td ul {
  margin: 0;
  list-style-type: none;
  padding: 0 0 0 4px;
}

table.dTable td ul.download {
  margin: 0;
  list-style-type: none;
  padding: 0 0 0 24px;
}

div.code_descr {
  margin-left: 16px;
  color: #666;
}

div.code_descr p strong{
  line-height: 200%;
  color: #000;
}

a {
  text-decoration: underline;
  color: #6A4334;
}

a:hover {
  text-decoration: underline;
  color: #ea0000;
}

a.anchor {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a.anchor:hover {
  text-decoration: none;
  color: #ea0000;
}

h1 {
  font-size: 20px;
  font-weight: normal;
  color: #414141;
  margin: 0 0 24px 0;
}

h1.r150 {
  margin: 0 0 8px 150px;
}

p.r150-u {
  margin: -8px 0 16px 150px;
  color: #888;
}

h2 {
  font-size: 12px;
  font-weight: normal;
  /*text-decoration: underline;*/
  /*color: #414141;*/
  color: #000;
  margin: 24px 0 0 0;
}

h2.light {
  margin: 24px 0 8px 0;
  font-weight: normal;
}

h2.bolded {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 24px 0 0 0;
}
#path {
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 0;
}

#path li.lvl1 {
  margin-left: 16px;
}

#path li.lvl2 {
  margin-left: 24px;
}

#path li.lvl3 {
  margin-left: 32px;
}

#path li.lvl4 {
  margin-left: 40px;
}

#path li.lvl5 {
  margin-left: 48px;
}

#path li.lvl6 {
  margin-left: 56px;
}

#path li.lvl7 {
  margin-left: 64px;
}

#path li.lvl8 {
  margin-left: 82px;
}

#path li.lvl9 {
  margin-left: 100px;
}

.downloadBox ul {
  list-style-type: none;
  padding: 0 0 0 24px;
  margin: 4px 4px;
}

#fl li {
  list-style-image: url(/images/download_ico.png);
  line-height: 20px;
}

/* SideBar */
#menu {
  margin: 18px 0;
}

#menu li {
  margin: 0;
  padding: 2px;
  font-size: 11px;
  padding: 4px 0;
  color: #A0A0A0;
}

#menu li.heading {
  color: #000;
  font-weight: normal;
}

#menu li.current {
  background-color: #FFEA77;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}

#menu li.only {
  padding: 2px;
}

#menu li.current ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 8px;
}

#menu li.current ul li {
  padding: 2px 0;
}

.downloadBox{
  border:1px solid #bbb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  padding:5px;
}

/* Footer */
#footer {
	clear:both;
	height: 60px;
  font-size: 10px;
  text-align: center;
  background-color: #f0f0f0;
  padding: 10px;
  margin: 0 8px 0 8px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #808080;
  position: relative;
}

.privacy{
	float:left;
	margin-right:120px;
	text-align:left;
}
.copyright{
	text-align: left;
}

.counters{
	position: absolute;
  top: 16px; right: 16px;
	width:100px;
}

#contact-form #author,#email{
	width:360px;
}

#contact-form  textarea{
	width:360px;
	height:100px;
}
#contact-form  input["submit"]{
	width:100px;
}

.breadcrumbs {
	margin:0 0 16px 0;
  padding: 0;
	padding-bottom:10px;
  font-size: 11px;
}
.breadcrumbs li{
	float:left;
	padding: 0 5px 0 0;
	list-style:none;
}

.breadcrumbs li a{
  text-decoration: underline;
}

.breadcrumbs li a:hover {
  text-decoration: none;
}

div.doc_stop {
  border:1px solid #ff0000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 11px;
  height: 40px;
  padding: 4px 0 4px 48px;
  background: url(/images/stop_ico.png) no-repeat 8px 8px;
}

div.doc_warning {
  border:1px solid #fc0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin: 8px 0;
  font-size: 11px;
  height: 40px;
  padding: 4px 0 4px 48px;
  background: url(/images/warning_ico.png) no-repeat 8px 8px;
}

div.rightbanner {
  width: 160px;
  padding: 0 14px 0 6px;
  float: right;
  margin: 72px 0 16px 0;
}

.docdownloadtop a {
  height: 20px;
  width: 20px;
  padding: 0 2px;
  display: inline-block;
  vertical-align: middle;
}


.docdownloadtop span {
  font-weight: bold;
  color: #808080;
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}

a.green_link {
  color: #00AC00;
  font-weight: bold;
  text-decoration: underline;
}

a.green_link:hover {
  text-decoration: none;
}

input.redalert {
  background-color: red;
  color: #fff;
}

ul.docstoplist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.docstoplist li {
  font-weight: bold;
}

ul.docstoplist li ul {
  list-style-type: none;
  margin: 0 0 8px 16px;
  padding: 0;
}

ul.docstoplist li ul li{
  font-weight: normal;
}

/* zip.kodifikant.ru */
ul.col4 {
  list-style-type: none;
  margin: 8px auto;
  width: 980px;
  padding: 0;
}

ul.col4 li {
  width: 25%;
  float: left;
  padding: 4px 0;
}

ul.col3-upd {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 260px;
}

ul.col3-upd li {
  padding: 4px 0 2px 4px;
  color: #a0a0a0;
  border-bottom: 1px dotted #E5E5E5;
}

ul.col3-upd li  a{
  text-decoration: none;
}

ul.col3-upd li  a:hover{
  text-decoration: underline;
}

ul.col3-upd li.cent a {
  font-weight: bold;
}

ul.col3 {
  list-style-type: none;
  margin: 8px 0;
  width: 762px;
  padding: 0;
}

ul.col3 li {
  width: 250px;
  float: left;
  padding: 4px 0 2px 4px;
  color: #a0a0a0;
  border-bottom: 1px dotted #E5E5E5;
}

ul.col3 li  a {
  text-decoration: none;
}

ul.col3 li  a:hover {
  text-decoration: underline;
}

ul.col3 li span.arr {
  font-size: 18px;
  line-height: 11px;
  margin-left: 30px;
}

ul.col3 li.cent {
  font-weight: bold;
}

ul.col3 li.part {
  width: 748px;
  font-weight: bold;
  padding: 4px 0 4px 14px;
  margin: 8px 0 0 0;
  color: #000;
  border-bottom: none;
  background: url(/images/download_ico.png) no-repeat center left;
}

ul.col3 li.part-empty {
  width: 748px;
  font-weight: bold;
  padding: 4px 0 4px 4px;
  color: #000;
  border-bottom: none;
}

#types {
  margin: 8px auto;
  padding: 0 16px;
  color: #a0a0a0;
}

#types a {
  border-bottom: 1px dotted;
  text-decoration: none;
}

#types a:hover {
  text-decoration: none;
  border-bottom: 1px dotted;
}

#alphabetic {
  list-style-type: none;
  margin: 16px auto;
  padding: 0 auto;
  border: 1px solid #DEDEDE;
  background-color: #F0F0F0;
}

#alphabetic  li {
  display: inline-block;
  padding: 2px 4px 2px 4px;
  color: #aaa;
}

#alphabetic  li a {
  text-decoration: underline;
}

#alphabetic  li a:hover {
  text-decoration: none;
}

#alphabetic  li.current {
  background-color: #aaa;
  color: #000;
}

div.streetMap {
  width: 98%;
  height: 350px;
  padding: 8px; border: 1px solid #EEEEEE; background-color: #f2f2f2;
  margin: 12px 0 16px 0;
}

div.postoffices-map {
  width: 98%;
  height: 350px;
  padding: 8px; border: 1px solid #EEEEEE; background-color: #f2f2f2;
  margin: 12px 0 16px 0;
}

#houses {
  width: 100%;
  font-size: 12px;
  margin: 12px 0 0 0;
}

#houses tr.type1 {
  background-color: #fff;
}

#houses tr.type0 {
  background-color: #fff;
}

#houses th {
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  padding: 2px 8px;
  background-color: #f0f0f0;
  text-align: left;
  font-weight: normal;
}

#houses th span {
  font-weight: normal;
}

#houses th.code {
  width: 120px;
}

#houses td {
  border-bottom: 1px solid #f0f0f0;
  padding: 2px 0 2px 8px;
  color: #414141;
  vertical-align: top;
}

#houses td.idx {
  vertical-align: top;
  text-align: left;
  color: #000;
  width: 200px;
  padding: 2px 0 2px 8px;
}

#houses td.street {
  vertical-align: top;
  text-align: left;
  color: #000;
  width: 200px;
  padding: 2px 0 2px 8px;
}

div.indexsample {
  float: left;
  width: 140px;
  margin-top: 6px;
}
div.indexsample img {
  margin: 0 -2px;
}

.cl {
  clear: both;
}

img.rplogo {
  position: absolute;
  top: 54px;
  right: 14px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  padding: 2px 0 2px 16px;
}

.left {
  float: left;
}

#searchBox {
  padding: 8px;
  margin: 0 0 8px 0;
  background-color: #FFEA77;
}

#searchBox p {
  font-size: 11px;
  margin: 2px 0;
}

ul.searchResults {
  list-style-type: none;
  padding: 0;
  margin: 24px 0;
}

ul.searchResults  li {
  padding: 4px 0;
}

p.large {
  font-size: 16px;
  font-style: italic;
}

table.offices {
  width: 100%;
  margin: 12px 0 0 0;
  font-size: 12px;
}

table.offices td {
  padding: 2px 0 2px 10px;
  border-bottom: 1px dotted #E5E5E5;
  vertical-align: top;
}

table.offices td.name-blue {
  width: 200px;
  padding-left: 10px;
}

table.offices td.name-green {
  width: 200px;
  white-space: nowrap;
  padding-left: 10px;
}

table.offices td.phones {
  width: 130px;
}

table.offices td.gray {
  color: #888;
}

table.objectInfo {
}

table.objectInfo td {
  font-size: 12px;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #E5E5E5;
}

table.objectInfo td.name {
  color: #888;
  width: 210px;
  padding: 0 4px 4px 0;
}

table.objectInfo td.name-padded {
  color: #888;
  width: 210px;
  padding: 0 4px 4px 8px;
}

table.objectInfo td.name110 {
  color: #888;
  width: 180px;
  padding: 0 10px 4px 0;
  vertical-align: top;
}

table.ohours {
  width: 640px;
}

table.ohours  td {
  font-size: 11px;
  padding: 2px 2px;
  border: none;
  text-align: center;
}

table.ohours  td.time {
  text-align: left;
  color: #888;
}

table.ohours td.holiday {
  color: red;
}

span.weekend {
  color: red;
}

ul.col3vertical {
  float: left;
  width: 250px;
}

a.dotted {
  border-bottom: 1px dotted;
  text-decoration: none;
  color: #6A4334;
  cursor: pointer;
}

table.dopInfoTable {
  width: 640px;
  margin-left: 160px;
}

table.dopInfoTable  td {
  padding: 2px 0;
}

table.dopInfoTable  td.link {
  width: 200px;
  text-align: left;
}

h2.dopInfoHeading {
  margin: 16px 0 4px 152px;
}

table.pagetext {
  background-color: #DEDEDE;
}

table.pagetext td {
  background-color: #fff;
}

table.dTable1 {
  background-color: #9b9b9b;
  width: 100%;
  font-size: 11px;
  margin-bottom: 10px;
}

table.dTable1 td {
  background-color: #fff;
  padding: 2px 3px;
}

table.dTable1 th {
  background-color: #f2f2f2;
  padding: 3px;
}

#subLinks {
  margin: 8px 0 24px 0;
  color: #a0a0a0;
}

p.grayHint {
  color: #888;
}

p.grayHint a {
  color: #888;
}

a.green {
  color: #008000;
}

a.red {
  color: red;
}
/*comments*/

.comment-block {
  border: 1px solid #eee;
  margin: 10px 0 0 0;
}

#addfomz {
  margin: 10px 0 20px 0;
  border: 1px solid #eee;
  padding: 10px;
  background-color: #f9f9f9;
}

.block-list-item {
  border-bottom: 1px dotted #E5E5E5;
  margin-bottom: 10px;
  padding: 0 0 10px 0;
}

.block-list-item .label {
  color: #888;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}
.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

table.objectInfo td.title-link {
  font-size: 16px;
  border-bottom: 0;
}

.selectize-input {
    padding: 4px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


table.objectInfo div.indexsample img {
  margin: 0;
}


@media (max-width: 1010px) {


#wrapper {
  min-width: 320px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  overflow: hidden;
}
#searchBox form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#searchBox form p {
  width: 100%;
}
#searchBox select,
#searchBox input[type="text"] {
  width: calc(50% - 40px) !important;
  height: 32px;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 16px;
}
#searchBox input[type="submit"] {
  width: 60px !important;
}
ul.col3 {
  width: 100%;
}

div.indexsample img.logo {
  display: block;
}
div.indexsample img:not(.logo) {
  width: 21px;
  height: auto !important;
}
div.indexsample {
  min-width: 140px;
}

}



@media (max-width:100px) {

.dTable1 th:nth-child(5),
.dTable1 td:nth-child(5) {
  display: none;
}

}




@media (max-width: 800px) {



#searchBox select,
#searchBox input[type="text"] {
  width: 100% !important;
}
#searchBox input[type="submit"] {
  margin: 10px auto 10px;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
div.indexsample {
  float: none;
  margin-top: 10px;
  display: block;
}
div.indexsample img {
  margin-bottom: 10px;
}
h1.r150 {
  margin: 10px 0 0;
}
.objectInfo {
  margin: 10px 0 0 !important;
}
#searchBox input[type="submit"] {
  width: 80px !important;
  font-size: 16px;
  height: 30px;
}


.bt-menu {
  position: absolute;
  top: 26px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  width: 24px;
  height: 16px;
  display: flex;
  align-items: center;
}
.bt-menu span {
  display: block;
  width: 100%;
  height: 2px;
  background: #6A4334;
  transition: .3s;
}
.bt-menu span:before,
.bt-menu span:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #6A4334;
  transition: .3s;
}
.bt-menu span:after {
  top: calc(100% - 2px);
}
.bt-menu.close span {
  background: transparent;
}
.bt-menu.close span:before {
  top: 6px;
  transform: rotate(45deg);
}
.bt-menu.close span:after {
  top: 6px;
  transform: rotate(-45deg);
}


#menu {
  margin: 0;
  display: none;
  position: absolute;
  left: -20px;
  right: -20px;
  background: #fff;
  width: 100%;
  padding: 0 20px 10px;
  box-shadow: 1px 2px 4px rgba(0,1,1,.3);
}
#menu li a {
  display: inline-block;
  padding: 4px 0;
}


#header {
  padding-top: 0;
}
#sidebar {
  float: none;
  padding: 0;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}
#content {
  padding: 20px 0px 0px;
  margin-left: 0;
}
ul.col3 li {
  width: 50%;
  box-sizing: border-box;
}
#footer {
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
  padding: 15px;
}
.privacy {
  float: none;
  margin-right: 0;
  text-align: left;
}
.counters {
  position: static;
  margin-top: 10px;
}



ul.col3 li {
  width: 100%;
}

table.objectInfo td {
  padding: 6px 0 6px;
}

#content-wrapper {
  margin: 0;
}

div.streetMap {
  width: 100%;
  box-sizing: border-box;
}

#searchBox {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}


}


@media (max-width: 660px) {

table td,
table.objectInfo td {
  font-size: 14px;
}
body {
  font-size: 14px;
}
#menu li a {
  display: inline-block;
  font-size: 13px;
  padding: 4px 0;
}
table.objectInfo td.name {
  width: 150px;
}
.breadcrumbs {
  font-size: 13px;
}
h2 {
  font-size: 15px;
}
#footer {
  font-size: 14px;
}
#houses td.idx {
  width: 150px;
}
p.r150-u {
  margin: 8px 0 0;
}
#houses td.street {
  width: 150px;
}

#addfomz table {
  width: 100%;
  display: block;
}
#addfomz table tr {
  display: block;
  width: 100%;
}
#addfomz table tr td {
  display: block;
  text-align: left;
}
#addfomz table textarea {
  width: 100%;
  box-sizing: border-box;
}
table.objectInfo td.name110 {
  width: 140px;
  padding: 6px 5px 4px 0;
}






table.objectInfo td.name-padded {
  width: 140px;
  padding: 0 4px 4px 0;
}



.dTable1 th:nth-child(6),
.dTable1 td:nth-child(6) {
	display: none;
}
.dTable1 th:nth-child(5),
.dTable1 th:nth-child(6),
.dTable1 td:nth-child(5),
.dTable1 td:nth-child(6) {
  display: none;
}
.table-v2 th:nth-child(4),
.table-v2 td:nth-child(4) {
  display: none;
}


table.table-v1 {
	background: 0;
}
.table-v1 tr {
	display: flex;
}
.table-v1 tr:first-child td {
	border-top: 1px solid #9b9b9b;
}
.table-v1 tr th {
	border-top: 1px solid #9b9b9b;
}
.table-v1 td,
.table-v1 th {
	border-left: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}
.table-v1 th:nth-child(1),
.table-v1 td:nth-child(1) {
	width: 30px !important;
	min-width: 30px !important;
	max-width: 30px !important;
	text-align: center;
	justify-content: center;
}
.table-v1 th:nth-child(2),
.table-v1 td:nth-child(2) {
	width: 50px !important;
	min-width: 50px !important;
	max-width: 50px !important;
}
.table-v1 td:nth-child(2) img {
	max-width: 100%;
}
.table-v1 th:nth-child(3),
.table-v1 td:nth-child(3),
.table-v1 th:nth-child(4),
.table-v1 td:nth-child(4) {
	width: calc(50% - 40px) !important;
	min-width: calc(50% - 40px) !important;
	max-width: calc(50% - 40px) !important;
}
.table-v1 th:nth-child(4),
.table-v1 td:nth-child(4) {
	border-right: 1px solid #9b9b9b;
}



table.dTable1.table-v2 {
  background: 0;
  display: block;
}
.table-v2 tr {
  display: flex;
}
.table-v2 tr:first-child td {
  border-top: 1px solid #9b9b9b;
}
.table-v2 tr th {
  border-top: 1px solid #9b9b9b;
}
.table-v2 td,
.table-v2 th {
  border-left: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.table-v2 th:nth-child(1),
.table-v2 td:nth-child(1) {
  width: 70px !important;
}
.table-v2 th:nth-child(2),
.table-v2 td:nth-child(2),
.table-v2 th:nth-child(3),
.table-v2 td:nth-child(3) {
  width: calc(50% - 35px) !important;
}
.table-v2 th:nth-child(3),
.table-v2 td:nth-child(3) {
  border-right: 1px solid #9b9b9b;
}





#content {
	padding-bottom: 40px;
}

ul.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 290px;
  margin: 0 auto;
}
ul.pagination li.details {
  width: 100%;
  text-align: center;
  padding-bottom: 2px;
}

.table-search tr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.table-search tr td:nth-child(1) {
  width: 100% !important;
  padding-bottom: 10px;
}
.table-search tr td:nth-child(2) {
  padding-left: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
}
.table-search tr td:nth-child(3) {
  width: 100%;
  padding-right: 10px;
  padding-top: 5px;
  display: flex;
  justify-content: center;
}
.table-search #search-city-button {
  width: 90px;
  height: 30px;
}
.table-search .selectize-input {
  padding: 9px 8px;
  width: 100%;
  box-sizing: border-box;
}


}



@media (max-width: 479px) {


#houses td.idx {
  width: 120px;
}


#content H1 + p,
#content H1 + p + p {
	float: none !important;
	width: 100%;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

#contact-form #author, #email,
#contact-form textarea {
  width: 100%;
  box-sizing: border-box;
}


table.objectInfo {
  display: block;
}
table.objectInfo tbody {
  display: block;
}
table.objectInfo tr {
  display: block;
}


.modal-discount {
  position: relative;
  background: #FFFFFF;
  border-radius: 3px;
  max-width: 500px;
  margin: 0 auto;
}
.modal-discount .top {
  display: flex;
  justify-content: center;
}
.modal-discount .text {
  width: 190px;
}





/*#houses tr {
  display: flex;
}
#houses td.idx,
#houses th.code {
  width: 110px;
}
#houses th:nth-child(2),
#houses td:nth-child(2) {
  width: calc(100% - 110px)
}*/





}


@media (max-width: 360px) {
.table-v1 th:nth-child(1),
.table-v1 td:nth-child(1) {
	display: none;
}
.table-v1 th:nth-child(3), .table-v1 td:nth-child(3), .table-v1 th:nth-child(4), .table-v1 td:nth-child(4) {
	width: calc(50% - 25px) !important;
	min-width: calc(50% - 25px) !important;
	max-width: calc(50% - 25px) !important;
}
.sm-scroll-x {
  overflow-x: scroll;
}
.sm-scroll-x table {
  min-width: 375px;
}
table.objectInfo td.name {
  width: 120px;
}




}