*, *:before, *:after {
    box-sizing: content-box !important;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, em, img, strong, sub, sup,
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;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, summary  {display: block;}

ol, ul, li {list-style: none;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	vertical-align: top;
	text-align: left;
}

a {
	color: #000;
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {text-decoration: none;}

img {
	border: none;
	vertical-align: top;
}

html {height: 100%;}

body {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    height: 100%;
    background: #5F5D52;
}

input, select, button {vertical-align: middle;}

input , select, textarea, button {
	font: 12px Arial, Tahoma, Verdana, sans-serif;
}

input[type="submit"], button {cursor: pointer;}

/*input:-moz-placeholder {color: #000; opacity: 1;}
input::-moz-placeholder {color: #000; opacity: 1;}
input:-ms-input-placeholder{color: #000; opacity: 1;}
input::-webkit-input-placeholder{color: #000; opacity: 1;}*/

textarea {resize: none;}

select {padding: 2px 5px 3px;}

input[type="text"], input[type="password"], textarea {
    padding: 2px 8px 3px;
    box-sizing: border-box !important;
}

input[type="submit"] {padding: 3px 10px;}

input[type="text"], input[type="password"], textarea {color: #000;}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus {color: #000;}

h1, h2, h3 {
    font-weight: bold;
    margin: 0 0 10px;
}

.zag {
    color: #861b04;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

h1 {
    font-size: 14px;
    color: #861b04;
}

h2 {margin: 10px 0;}

strong, b {font-weight: bold;}

a.a {color: #c08511;}
a.a:hover {color: #2c2218;}

.txt {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: bold;
}

.stat {
    color: #861b04;
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}


.s9 {font-size: 9px;}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background: #fff;
}


/* header
-----------------------------------------------------------------------------*/
.header {
    position: relative;
    background: #aa4f06;
    border-bottom: 1px solid #000;
}

.header:after {
    content: "";
    display: table;
    clear: both;
}


/* middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 101px;
	position: relative;
}

.middle:after, .box:after {
	display: table;
	clear: both;
	content: '';
}

.container {
	width: 100%;
	float: left;
	overflow: hidden;
}

.content {padding: 0 400px 0 0;}

.content .left_column {padding: 10px 10px 10px 20px;}

.toptxt {
    display: block;
    padding: 5px 0;
    color: #861b04;
}

.content .kodeks ul {margin: 16px 0;}

.content .kodeks ul li {
    position: relative;
    line-height: 18px;
    padding-left: 14px;
    margin-bottom: 4px;
    color: #861B04;
}

.content .kodeks ul li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

.linkkod {color: #c05a04;}

.search-articles {margin: 0 0 10px;}

.search-articles b {
    display: block;
    margin-bottom: 10px;
}

.path {
    font-size: 11px;
    text-transform: uppercase;
    margin: 4px 0 20px 0;
    line-height: 16px;
}

.path a {
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
}

.content h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 12px 0 16px;
}

.commentiki {
    font-size: 14px;
    font-weight: bold;
}

.kodeks .ques, .kodeks .ans {margin-bottom: 20px;}

.block-komments, .comm {overflow: hidden;}

.comm {margin-bottom: 10px;}

.comm p {margin: 0;}

.commname {
    display: block;
    margin-bottom: 2px;
}

.block-komments table.table-form {width: 100%;}

.block-komments table td {padding: 5px 5px 7px 5px;}

table.table-form td.field-name, td.td-right {text-align: right;}

.block-komments table.table-form textarea, .block-komments table.table-form input[type="text"] {width: 100%;}

.block-komments table.table-form textarea {height: 85px;}

.img-captcha {margin-bottom: 5px;}

.block-komments .capcha-input {width: 170px;}

.block-komments table.table-form .capcha-input input[type="text"] {width: 100%;}

.sys-mes {
    color: #ff0000;
    margin-bottom: 6px;
}

input.input-submit {
    background: #861B04;
    border: 1px solid #861B04;
    color: #fff;
    font-weight: bold;
    padding: 3px 5px;
    border-radius: 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
}


.votes table {
    width: 70%;
    margin: 10px 0 15px;
    border-bottom: 2px solid #fff;
}

.votes td {
    border-bottom: 1px dotted #C05A04;
    vertical-align: middle;
}

.votes table.noborder td {border-bottom: none;}

.votes td.td-right {padding-left: 30px;}

.votes input.input-radio {margin: -2px 7px 0 3px;}

.votes .center {
    text-align: center;
    width: 60%;
}

.paginator {
    text-align: center;
    margin-bottom: 10px;
}

.paginator a {color: #C05A04;}

.commentiki {margin: 30px 0 24px;}

.one-com p.date {
    color: #666;
    margin-bottom: 2px;
}

hr.a-hr {
    margin: 23px 0;
    display: block;
	border: 0;
    height: 1px;
    background: #666;
}

.content .table_form {
    width: 100%;
    margin-bottom: 16px;
}

.content .table_form td {
    padding: 0 10px 5px 5px;
}

.content .table_form td.field-name {
    color: #555;
    padding-top: 5px;
    text-align: right;
}

.content .table_form input[type="text"],
.content .table_form textarea,
.content .table_form select {
    font-size: 14px;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    border-radius: 3px;
    margin-bottom: 10px;
    padding: 4px 6px;
    width: 90%;
    box-sizing: border-box !important;
}

.content .table_form input[type="text"]:focus,
.content .table_form textarea:focus,
.content .table_form select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

.content .table_form td.btn-container {text-align: center;}

.content .table_form input.btn {
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
    cursor: pointer;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.content .table_form input.btn:hover, .content .table_form input.btn:active {
    background: #f89406;
}

/* right sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 400px;
	margin-left: -400px;
	position: relative;
    padding-bottom: 20px;
}

.right_column {padding: 0 10px;}

.right_form {padding: 0 5px;}

.right_form .labelform {
    font-size: 14px;
    color: #000;
    margin: 10px 0 20px;
}

.right_form .table_form {
    width: 100%;
    margin-bottom: 15px;
}

.right_form .table_form td {
    padding: 0 5px 5px 0;
    white-space: nowrap;
}

.right_form select,
.right_form input[type="text"],
.right_form input[type="password"],
.right_form textarea,
.info-cont-soc input[type="text"],
.info-cont-soc input[type="password"],
.info-cont-soc textarea {
    width: 100%;
    box-sizing: border-box !important;
}


.right_form input#phoneprefix {width: 26%;}

.right_form input#phone {width: 74%;}

.right_form .table_form td.snoska {
    padding-top: 15px;
    font-size: 10px;
    white-space: normal;
}

.right_form .table_form td.button {text-align: center;}

.right_form .table_form td .name {
    display: block;
    margin-bottom: 2px;
}

.right-sidebar .phones {text-align: center;}

.right-sidebar .phones img {max-width: 100%;}

.consul, .last-comment {
    width: 86.5%;
    margin-bottom: 40px;
}

.right-sidebar h4, .last-comment h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0 15px;
}

.consul .onea {border-bottom: 1px dotted #c05a04;}

.consul .onea p, .consul-content .onea p {margin: 12px 0;}

.consul div b, .consul-content div b {
    display: block;
    font-weight: normal;
}

.consul div .more, .consul-content div .more {
    display: block;
    text-align: right;
}

.consul div a, .consul-content div a {
    color: #c05a04;
    font-weight: bold;
}

.consul .read {
    padding-top: 12px;
    text-align: center;
}

.last-comment div {padding-bottom: 15px;}

.last-comment div p {margin: 0 0 2px;}

/* footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 80px;
	position: relative;
    padding: 20px 0 0;
    border-top:  1px solid #000;
    color: #fff;
    background: #452001;
    font-size: 12px;
    line-height: 14px;
}

.footer > div {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.footer .copy {
    line-height: 18px;

    width: 32%;
}

.footer a {color: #fff;}

.footer-menu a {margin-right: 7px;}

.counter {text-align: right;}


#form3 *,
#leadia-widget * {box-sizing: border-box !important;}

/* <=1024px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .wrapper, .footer {width: 100%; min-width: 320px;}

    iframe {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

/* <960px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
    .content {padding: 0 50% 0 0;}

    .right-sidebar {
	    width: 50%;
	    margin-left: -50%;
    }

    .middle {padding: 0;}
    .footer {
        margin-top: 0;
        height: auto;
        padding-bottom: 20px;
    }

    .footer .copy {width: 40%;}

    .votes table, .votes .center {width: 100%;}
}

/* <800px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 799px) {

}

/* <720px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 719px) {
    .header img {max-width: 100%;}

    .container {float: none;}

    .content {padding: 0 10px 0 0;}

    .right-sidebar {
        float: none;
        margin: 0;
        width: 100%;
    }

    .right_form input#phoneprefix {width: 15%;}
    .right_form input#phone {width: 85%;}

    .consul, .last-comment {width: 100%;}
}

/* <600px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {

    .form-wrap:after, .form-wrap .form:after {
        content: "";
        display: table;
        clear: both;
    }

    .form-wrap .col {
        display: block;
        float: none;
        width: 100%;
    }

    .form-wrap .col.first {padding-right: 0;}

    .content1 .success-message {padding: 0;}

    .footer {padding-bottom: 60px;}
}

/* <540px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 539px) {
    .right_form input#phoneprefix {width: 25%;}
    .right_form input#phone {width: 75%;}

     .footer > div {
        display: block;
        text-align: center;
        padding: 0 20px 10px;
    }

    .footer .footer-menu {padding-bottom: 20px;}

    .footer .copy {width: auto;}

    .content .table_form td {
        display: block;
        padding: 0 0 5px;
    }

    .content .table_form td.field-name {
        text-align: left;
        padding-top: 0;
    }

    .content .table_form input[type="text"],
    .content .table_form textarea,
    .content .table_form select {
        width: 100%;
    }
}

/* <480px
----------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 479px) {

    .right_form input#phoneprefix {width: 35%;}
    .right_form input#phone {width: 65%;}

    #leadia-widget {
        right: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    .block-komments table.table-form textarea, .block-komments table.table-form input[type="text"] {width: 100%;}

    .votes table.noborder td {display: block;}

    .block-komments table td {
        display: block;
        text-align: left !important;
        padding: 0 0 5px;
    }
}