@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

.copyright {
	padding: 20px;
	color: #fff;
	text-align: center;
}


blockquote {
        border-left: 5px solid #337ab7;
	background-color: #f2f2f2;
	font-size: 13px; 
        padding: 15px;
	width:70%;
}


ul {
        border-left: 5px solid #337ab7;
	background-color: #f2f2f2;
	font-size: 14px; 
        padding: 15px;
	width:70%;
	list-style-type: disc;
	list-style-position: inside;
	  
}

li{
margin:8px;

}

ol {	
 padding-left: 5px;
 list-style-position: inside;
}

.menu_bar {
	width: 184px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/* display: table-cell; */
	/* width: 100%; */
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	/* display: table-row-group; */
}

.flLeft {
	float: left;
}

.flRight {
	float: right;
}

.clearfix::after,
.clearfix::before {
	content: '';
	display: block;
	clear: both;
}


/******************************/

.header {
	margin-top: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 32px;
}

.moduletable {
	padding: 0 0 0 3px;
	/* width: 187px; */
}

.info_panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #246481;
	padding: 5px 0 8px 0;
}

.header_pad .divTableCell {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	background: url('https://www.podatinet.net/templates/Podati/images/Podatinet1_03.jpg') repeat-x;
}

.headerBanner {
	padding: 22px 20px;
}

.dark_back {
	background-color: #103248;
}

.light_back {
	background-color: #EDEFEE;
}

*{
	text-align: left;
}

.menu1 {
	margin-right: 10px;
}

.adaptive_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	/* padding-bottom: 20px; */
}

.subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info_pad .burger_menu, .info_pad .burger_button {
	display: none;
}

.content_section {
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.heading {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	color: white;
	margin-bottom: 30px;
	cursor: default;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.heading a {
	color: #fff;
}

.heading h2 {
	font-size: 1.5em;
	color: white;
}

.header_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 0;
}

.heading span {
	color: white;
	text-decoration: underline;
}

.heading span:hover {
	cursor: pointer;
}

.right_side_bar {
	width: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.articles {
	-webkit-column-count: 2;
	column-count: 2;
}

.articles li {
	padding: 5px;
	background: none;
}

a.mainlevel-nav {
	padding-top: 30px;
}

.burger_menu, .burger_button {
	display: none;
}

.info_panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: row;
	background: url('https://www.podatinet.net/templates/Podati/images/Podatinet1_04.jpg') repeat-x;
}

.article {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 25px;
}

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	height: 5px;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

form.search_form {
	position: relative;
	/*margin-top: 5px;*/
	margin-right: 7px;
}

.people_said {
	padding-left: 10px;
	color: #ffffff;
	margin-right: 7px;
}

button.search_button {
	-webkit-appearance: none;
	background: none;
	border: none;
	position: absolute;
	right: 10px;
	top: 3px;
}

button:focus {
	outline: none;
}

.search_button {
	width: 20px;
	height: 20px;
	/*padding: 20px;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: lightgray;
	border: solid 1px #ccc;
	border-right: none;
	-webkit-border-radius: 0;
}

.search_button:hover {
	color: black;
	background-color: white;
	outline: none;
}

.search_button i {
	font-size: 1.3em;
}

input[type=search] {
	background: #fff;
	border: solid 1px #ccc;
	padding: 9px 16px 9px 6px;
	width: 130px;
	/*-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;*/
	/* margin-left: 21%; */
	-webkit-transition: all .5s;
	transition: all .5s;
}
input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #d2c69b;

	/*padding: 9px 10px 9px 43px;*/

	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


input:-moz-placeholder {
	color: #999;
}
input::-webkit-input-placeholder {
	color: #999;
}

.services {
	display: none;
}

.service_img {
	margin-bottom: 14px;
}

.burger_button:hover, .search_button:hover {
	cursor: pointer;
}

footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px;
}

.metric {
	padding: 30px 50px 0 50px;
}

.seo_partner {
	padding: 40px 50px 0 50px;
}

.footer_pad {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
}

.article_item {
	margin-bottom: 60px;
}

#return-to-top i {
	padding-left: 5px;
	padding-right: 5px;
	background-color: white;
	color: #103248;
	opacity: .3;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

#return-to-top i:hover {
	background-color: #103248;
	opacity: 1;
	color: white;
}

.right {
	text-align: right;
}

.post {
	font-size: 14px;
	line-height: 21px;
}

.blog_more>ul>li {
	margin: 5px 0;
}

.options {
	display: flex;
	flex-direction: row;
}

.to_print, .to_mail {
	margin: 0 20px;
}

.post_description {
	border-bottom: 1px rgba(16, 50, 72, .4) solid;
	margin-bottom: 30px;
	margin-top: 30px;
}

.left_side_bar .moduletable {
	width: 184px;
}

.date {
	color: #999;
	font-size: 14px;
line-height: 1.2;
font-family: Roboto,Arial,sans-serif;
font-weight: 400;
}

section.head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.head_head {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.pagination {
	margin: 20px 0;
}

.direct_inner {
	padding-bottom: 20px;
}

.judicial_consult {
	width: 550px;
	height: 425px;
}

.block_inner {
	padding: 12px 7px 5px 7px;
}

.block_inner_content {
	padding-bottom: 30px;
}

.see_also {
	font-size: 13px;
	color: #c64934;
	font-weight: bold;
}

.calc {
	background-color: #195976;
	color: #fff;
	padding: 10px;
}

.calc fieldset {
	border: 1px solid #fff;
}

.calendar_app {
	background: #e7f0f5;
	padding: 14px;
}

.calendar_appspace {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.calendar_code {
	margin-top: 20px;
	font-weight: bold;
	font-size: 14px;
	overflow: scroll;
}

.calendar_code #cal {
	border:1px solid #e4e4e4;
	height: 250px;
}

.content {
	padding: 30px 0;
}

@media (max-width: 1162px) {
	.logo {
		flex-direction: column;
	}

	.logo img {
		display: block;
		margin: 0 auto;
	}
}

@media (max-width: 1062px) {
	iframe.feedback {
		display: none;
	}
}

@media (max-width: 1024px) {
	.article {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 20px;
	}

	.footer_pad, footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.metric {
		margin-bottom: 20px;
	}

	.people_said {
		height: 14px;
		overflow: hidden;
	}

}


@media all and (max-width: 768px) {

	.heading {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.services {
		display: block;
		position: relative;
		top: 40px;
		left: -10px;
		text-decoration: underline;
	}

	.services:hover {
		text-decoration: none;
		cursor: pointer;
	}

	.headerBanner img {
		max-width: 100%;
		height: auto;
	}

	.adaptive_wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.burger_menu, .burger_button {
		display: block;
	}

	.burger_menu, .right_side_bar {
		height: 0;
		display: none;
	}

	.burger_menu ul > li a {
		width: auto;
	}

	.burger_button i {
		position: absolute;
		top: 87px;
		margin-left: 20px;
		font-size: 3em;
		color: rgb(42,112,147);
	}

	.info_panel {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.service, .calendar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		flex-direction: column;
	}



	.service_item img {
		width: 160px;
	}

	.light_back {
		background-color: #fff;
	}

	.right_side_bar > .widget {
		display: none;
	}

	.left_side_bar,
	.right_side_bar {
		display: none;
		width: 100%;
	}

	.content_section {
		padding: 0 2%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.article {
		padding-left: 20px;
		padding-right: 20px;
	}

	/*.article {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }*/

	.subscribe {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.header {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 60px;
	}

	.info_pad .burger_menu {
		display: block;
		padding-bottom: 20px;

		/*position: absolute;*/
		/*transform: translateY(-100%);*/
		z-index: -1;
	}

	.burger_menu {
		background-color: #246481;
		padding: 12px 5px;
	}

	li {
		background-image: none;
	}

	.info_pad .burger_menu ul>li {
		padding-left: 0;
		background: none;

	}



	.burger_menu a.mainlevel:link {
		color: white;
	}

	.info_pad .burger_button {
		display: block;
	}



	.info_pad .burger_button {
		width: 2em;
		height: 2em;
		position: absolute;
		right: 16px;
		top: 233px;
		z-index: 100;
	}

	.people_said {
		display: none;
	}

	form.search_form {
		position: absolute;
		right: 0;
		top: 90px;
	}

	.search_button i {
		font-size: 3em;
		color: rgb(42,112,147);
	}

	.logo {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	button.search_button {
		top: -10px;
		margin-right: 30px;
	}

	input[type=search] {
		display: none;
	}

	.header_wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 654px) {
	.service {
		/*width: 330px;*/
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.judicial_consult {
		width: 100%;
		height: 465px;
	}

	.calendar_appspace {
		flex-direction: column;
	}

	.calendar_appspace #sob {
		padding-bottom: 25px;
	}

	/*.right_side_bar {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}*/
}

@media (max-width: 515px) {
	.search_button i {
		display: none;
	}

	.search_button::before {
		content: 'Поиск';
		display: inline-block;
		position: absolute;
		text-decoration: underline;
		color: white;
		top: -70px;
			}

	.header_wrap {
		height: 20px;
	}

	.search_form {
		width: 100%;
	}

	.logo {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.burger_button i {
		right: 0;
		margin-right: 25px;
	}

	.services {

		position: absolute;

		left: 25px;

		/* right: 20px; */

		top: -79px;

		color: white;
	}

	.header_wrap div {
		display: none;
	}
}

@media (max-width: 470px) {
	.rates {
		display: none;
	}

	.burger_button i {

		top: 70px;

		font-size: 2em;
	}

	.logo .logo_img {
		margin: 0;
		width: 250px;
		height: 90px;
	}

	.headerBanner {
		padding: 0 10px;
	}

	.metric {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (max-width: 320px) {

	body, html {
		width: 320px;
	}

	.service_item img {
		max-width: 100%;
		width: auto;
		height: auto;
		display: block;
	}

}
