body{
    font-family: Tahoma, sans-serif;
    background: #e9ffe3;
    font-size: 62.5%;
    font-weight: 100;
    color: #333;
    line-height: 1.4;
    overflow-y: scroll;
}
body.body-fixed{
    overflow: hidden !important;
    padding-right: 17px;
}
hr{
    height: 1px;
    border: none;
    color: #666;
    background-color: #e1e1e1;
    margin: 0 0 30px;
}
a{
    color: #006100;
}
a:hover{
    text-decoration: none;
}
a img{
    border: 0;
}
b{
    font-weight: 700;
}
p{
    padding-bottom: 1em;
}
h1{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;
    color: #000;
    padding-bottom: 20px;
}
h2{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    color: #a30021;
    padding: 15px 0 20px;
}
h3{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.1;
    padding: 15px 0 15px;
    color: #a30021;

}
h4{
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    padding: 15px 0 15px;
    color: #006100;
}
h5{
    font-family: Tahoma, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 0 15px;
    color: #006100;

}
.default-content form{
    padding: 28px 29px 31px;
    background: #d5f5cd;
    border: 1px solid #b1d9ac;
    max-width: 620px;
}
.subscribe-form form,
.search-page form{
    max-width: none;
}
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
textarea{
    font-family: 'Open Sans', sans-serif;
    background: #fff;
    width: 100%;
    padding: 8px 12px 7px;
    border: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    box-shadow: inset 0 0 0 1px #006100;
    margin: 0 0 15px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
input[type="password"]:focus,
textarea:focus{
    box-shadow: inset 0 0 0 1px #006100;
}
input.error[type="text"],
input.error[type="date"],
input.error[type="email"],
input.error[type="password"],
textarea.errror{
    box-shadow: inset 0 0 0 1px #a30021;
    color: #a30021;
}
input[type="date"]{
    padding-right: 5px;
    min-height: 35px;
}
input[type="submit"]{
    font: 13px/34px Tahoma, Geneva, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    background: #459044;
    width: auto;
    min-width: 135px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    height: 34px;
    background: linear-gradient(to bottom,  #459044 0%,#368635 27%,#0d6a0c 79%,#016201 100%);
}
input[type="submit"]:hover{
    background: #2a742a;
    background: linear-gradient(to bottom,  #2a742a 0%,#236d23 24%,#0a5b0a 73%,#005401 100%);
}
textarea{
    height: 65px;
    width: 100%;
    max-width: 100%;
}
.select {
    position: relative;
    background: #fff;
    display: block;
    vertical-align: middle;
}
.select select,
.default-content select {
    border: 1px solid #006100;
    /*border: none;*/
    background: #fff;
    font: 14px/30px Tahoma, Geneva, sans-serif;
    height: 34px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    padding: 0 0 0 7px;
    overflow: hidden;
    text-indent: 0.01px;
    text-overflow: '';
    white-space: nowrap;
    cursor: pointer;
    display: block;
    width: 100%;
    outline: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.select select{
    -webkit-appearance: none;
    -moz-appearance: window;
    appearance: none;
}
select + .ico-arrow-down{
    display: none;
}
.select .ico-arrow-down{
    position: absolute;
    right: 1px;
    bottom: 1px;
    top: 1px;
    display: block;
    background: #fff;
    width: 20px;
    text-align: center;
    z-index: 9;
    box-sizing: border-box;
    padding: 13px 0 0;
    color: #0c680c;
    display: block;
}
.select select option{
    padding: 0 15px;
    display: block;
}

::-webkit-inner-spin-button{
    display: none;
}
.form-row{
    padding: 0 0 15px;
}
.form-row input[type="text"],
.form-row input[type="date"],
.form-row input[type="email"],
.form-row input[type="password"],
.form-row textarea{
    margin: 0;
}
.last-row{
    padding: 0;
}
.label-holder,
label,
.label{
    font-size: 14px;
    line-height: 1.29;
    color: #333;
}
.label-holder,
.label{
    padding: 0 0 6px;
    display: block;
}
.form-comment,
.form-file-comment {
    display: block;
    font-size: 13px;
    line-height: 20px;
    font-style: italic;
    color: #808080;
    padding: 4px 0 0;
}


/**==** default content **==**/
/**==** copy to /bitrix.belstat.support.by/public_html/bitrix/templates/belstat/styles.css **==**/

.aside-is-visible{
    overflow: hidden;
}
.submenu-close{
    position: fixed;
    top: 10px;
    right: 20px;
    width: 45px;
    height: 45px;
    background: #333;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 45px;
    display: none;
    z-index: 90;
}
.default-content table,
table.belstat{
    margin-bottom: 20px;
}
table.belstat{
    border: 1px solid #006100;
    /*border: 1px solid #f00;*/
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
}
table.belstat td,
table.belstat th{
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}
table.belstat th{
    font-weight: bold;
}
table.belstat td *,
table.belstat th *{
    margin: 0;
    padding: 0;
    /*display: inline-block;*/
    display: block;
}
.default-content ul,
.default-content ol{
    margin: 0 0 0 40px;
    padding: 0 0 20px;
    list-style-position: outside;
}
.default-content li{
    position: relative;
    margin: 0;
    padding: 5px 0;
    line-height: 1;
}
.default-content ul li{
    list-style: none;
}
.default-content ul li:before{
    content: "•";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: -20px;
    text-align: center;
    font-size: 16px;
    line-height: 14px;
    color: #006100;
}
.default-content ul ul{
    padding-top: 10px;
    padding-bottom: 0;
}
.default-content ul ul li:before{
    content: "‒";
    font-size: 16px;
}
.default-content ul ul ul li:before{
    content: "°";
    line-height: 24px;
}
.default-content img{
    max-width: 100%;
}
.default-content .section-title{
    display: block;
    text-align: center;
    padding-bottom: 0;
}
.default-content .color-grey,
.default-content .color-gray{
    color: #666;
}
.table{
    overflow: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    margin-top: 10px;
}
.autotbl,
.nohead{
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #93c58f;
    font-size: 14px;
}
.table .autotbl,
.table .nohead{
    margin-bottom: 0;
}
.autotbl th,
.autotbl td,
.nohead th,
.nohead td{
    border: 1px solid #93c58f;
    border-top: 0;
    border-bottom: 0;
    padding: 10px;
}
.autotbl th p,
.autotbl td p,
.nohead th p,
.nohead td p{
    padding-bottom: 0;
}
.autotbl tr:nth-child(2n+1) td,
.nohead tr:nth-child(2n+1) td{
    background: #d6f2d0;
}
.autotbl th,
.autotbl tr:first-child td,
.autotbl tr.thead td,
.nohead tr.thead td{
    background: #2f812d;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
.autotbl tr.thead + tr.thead td,
.nohead tr.thead + tr.thead td{
    border-top: 1px solid #93c58f;
}
.nohead tr:first-child td{
    background: #d6f2d0;
    font-weight: normal;
    text-align: left;
    color: #333;
}
.autotbl tr.thead:first-child td,
.nohead tr.thead:first-child td{
    background: #2f812d;
    font-weight: 700;
    color: #fff;
    text-align: center;
}
table td.thead,
.autotbl td.thead,
.nohead td.thead,
.autotbl tr:first-child td.thead,
.nohead tr:first-child td.thead,
.autotbl tr:nth-child(2n+1) td.thead,
.nohead tr:nth-child(2n+1) td.thead{
    border-top: 1px solid #93c58f;
    background: #2f812d;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.nowrap{
    white-space: nowrap;
}

/**==** default content END **==**/

q{
    font-family: 'PT Sans', sans-serif;
    font-style: italic;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #006100;
    border-left: 3px solid #2f812d;
    padding: 0 20px 0 20px;
    margin: 15px 0 30px 40px;
}
q:before,
q:after{
    display: none;
}

.layout{
    margin-top: 30px;
    font-size: 16px;
    display: block;
    width: auto;
}
.layout .wrap{
    display: table-row;
}


.links-list{ position: relative; }
.links-list__item{
    border-bottom: 1px solid #b1d9ac;
    padding: 10px 0 17px;
}
.links-list__item:first-child{ padding-top: 0; }
.links-list__item a{
    padding-top: 3px;
    text-decoration: none;
}
.links-list__item a:hover{ text-decoration: underline; }