/*Обнуление*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
input,button,textarea{font-family:inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner {padding:0;border:0;}
a, a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
/*ul li{list-style: none;}*/
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight: 400;}
/*--------------------*/
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular.ttf') format("truetype");
}

html {
  background-color: #FFFFFF;
}

body{
  font-family: 'OpenSans-Regular';
}

.text_align_center{
  text-align: center;
}

h1 {
  font-size: 48px;
  text-align: center;
  margin-top: 0;
}

.main_title{
font-weight: 900;
}

h1 a:visited { text-decoration: none;
            color: black}

h2 {
  font-size: 36px;
  margin: 0;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

p{
  margin: 0;
}

.wrapper{
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.list-inline {
  list-style: none;
  padding: 0;
  text-align: center;
  height: 50px;
}

.list-inline > li {
  display: inline;
  padding: 0.35em;
  font-size: 21px;
  height: 50px;
}

.content{
  flex: 1 1 auto;
  min-height: 100%;
}

.content__container{
  margin-top: 2em;
  margin-bottom: 3em;
  padding: 0 1em;
  font-size: 21px;
}

.content__text__block{
  font-weight: 100;
  letter-spacing: 0.01em;
  display: block;
  box-sizing: border-box;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1em;
  line-height: normal;
}

.content__text{
  margin: 1em auto 0.7em;
  max-width: 100%;
}

.logical_header{
  margin: 1.5em auto 0.7em;
}

.usual_link{
  color: black;
  border-bottom: 1px solid;
  text-decoration: none;
}

.usual_link:hover{
  color: red;
}

.footer__row{
  display: flex;
  height: 55px;
  justify-content:center;
  align-items: center;
}



.footer_icons{
  text-align:center;
}

.footer_icon{
  width: 50px;
  height: 50px;
  margin: 10px;
}


.header__row{
  display: flex;
  height: 73px;
  justify-content:center;
  align-items: center;
}


.menu{
  margin: 7.875px 0px 7.875px 0px;
}

.submenu{
  margin: 20px 0px 0px 0px;
}

.menu__row{
  display:block;
  text-align: center;
  box-sizing: border-box;
  margin: 0;
}

menu > li{
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 21px;
}

submenu > li{
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 10px;
}

.aim_button {
  display: block;
  text-align: center;
  text-decoration: none;
  color:black;
  font-size: 21px;
  padding: 12px;
}

.aim_submenu_button {
  display: block;
  text-align: center;
  text-decoration: none;
  color:black;
  font-size: 18px;
  padding: 10px;
}

.aim_button:hover{
  text-decoration: none;
  background-color: #DCDCDC;
  border-radius: 0.25em;
  padding: 12px;
  }

.aim_submenu_button:hover{
  color: red;
  }

.active_menu_button {
  color: #C0C0C0;
  display: inline;
  text-align: center;
  font-size: 21px;
  padding: 12px;
}

.active_submenu_button {
  text-decoration-line: overline;
  text-decoration-thickness: 3px;
  display: inline;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}

.active_menu_button_with_link {
  color: #C0C0C0;
  font-size: 21px;
  padding: 12px;
  display: block;
  text-align: center;
  text-decoration: none;
}

.active_menu_button_with_link:hover{
  text-decoration: none;
  background-color: #DCDCDC;
  border-radius: 0.25em;
  padding: 12px;
  color: black;
}


.main_wrapper{
  width: 100%;
}


.debtors__container{
  border: 4px solid;
  border-radius: 5px;
  border-color: red;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.debtors__container_good{
  border: 4px solid;
  border-radius: 5px;
  border-color: #32CD32;
  display: flex;
  flex-direction: column;
  padding: 10px;
  height: 100%;
}

.debtors__container:hover{
  border-color: #A52A2A;
}

.debtors__title{
  color: black;
  text-align: center;
}

.debtors__title_good{
  padding: 1em;
  color: black;
  text-align: center;
}

.debtors_text_good{
  color: black;
  text-align: center;
  margin: auto;
  width: 100%;
  height: 100%;
  padding-top: 2.5em;
}

.debtors__list{
  color: black;
  text-align: center;
  display: flex;
  margin-top: 28px;
  justify-content: space-evenly;
  width: 100%;
}

.debtor__column{
  list-style: none;
}


.debtor__number{
  padding: 6px;
}


.articles{
  padding-left: 5.25px;
  padding-right: 5.25px;
  font-size: 0px;
  display: flex;
  flex-wrap: wrap;
}


.article{
  width: 25%;
  text-align: left;
  padding-right: 7.875px;
  padding-left: 7.875px;
  margin-bottom: 40px;
  font-size: 21px;
}

.article__image img{
  max-width: 100%;
  border-radius: 5px;
}

.article__container{
  opacity: 1;
  display: flex;
  flex-direction: column;
}

.documents__container{
  border: 4px solid;
  border-radius: 5px;
  border-color: black;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.documents__container:hover{
  border-color: #808080;
  opacity: 0.8;
}

.article__container:hover{
  opacity: 0.8;
}


.article__title{
  color: black;
  font-size: 21px;
  line-height: 28px;
  margin-top: 20px;
  max-width: 100%;
}

.article__date{
  color: grey;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}

.list{
  padding-left: 1.3em;
  margin: 1em auto 0.7em;
}

.list li{
  margin-bottom: 1em;
  padding-left: 0.3em;
}

.list li::marker{
  color: black;
}

.prop_container{
  margin: 0 auto;
}

.prop_row{
 box-sizing: border-box;
 width: 100%;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #D3D3D3;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: stretch;

}

.prop_row:last-child{
  border-bottom-width: 0;
}

.prop_left_block{
 width: 50%;
 padding-top: 1em;
 padding-right: 1em;
 padding-bottom: 1em;
 margin: 0;
}

.prop_right_block{
 width: 50%;
 padding: 1em;
 margin: 0;
}

.prop_text_container{
height: 37px;
line-height: 37px;
}

.debtors_table{
  border: 3px solid;
  border-collapse: collapse;
  margin: auto;
  max-width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}

.debtors_table th, td {
  border: 3px solid;
  border-collapse: collapse;
  text-align: center;
  padding: 1em;
}

.debtors__list_table{
  color: black;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  width: 100%;
}

.debtor__number_table{
  display: inline-block;
  padding: 0.5em;
  min-width: 2.72em;
  text-align: right;
}

.debtor__column_table{
  padding-top: 0.7em;
  padding-bottom: 0.7em
}

.container_table{
  overflow-x: auto;
}

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

.container {
  margin-top: 1.5em;
}

.img_desc{
  font-style: italic;
  color: grey;
  font-size: 19px;
}















@media (max-width: 1400px){
  h1{
    font-size: 43px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
}

  h4 {
  font-size: 22px;
}

.content__container{
  font-size: 19px;
}

.img_desc{
  font-size: 17px;
}
}

@media (max-width: 1300px){
  .article{
  width: 33.333%;
}
}

@media (max-width: 900px){
  h1{
    font-size: 40px;
  }

  h2 {
  font-size: 30px;
  }

  h3 {
  font-size: 25px;
}

  h4 {
  font-size: 21px;
}

.menu{
  margin: 6.75px 0px 6.75px 0px;
  overflow: auto;
  white-space: nowrap;
}

.submenu{
  margin: 15px 0px 0px 0px;
}

.active_menu_button {
  font-size: 18px;
}

.active_submenu_button {
  text-decoration-thickness: 2px;
  font-size: 15px;
}

.active_menu_button_with_link {
  font-size: 18px;
}

.aim_button {
  font-size: 18px;
}

.aim_submenu_button {
  font-size: 15px;
}

.content__container{
  font-size: 17px;
}

.img_desc{
  font-size: 14px;
}

.debtors__container{
  padding: 8px;
}

.debtors__list{
  margin-top: 24px;
}

.debtor__number{
  font-size: 18px;
  padding: 5px;
}

.article{
  width: 50%;
  padding-right: 6.75px;
  padding-left: 6.75px;
  margin-bottom: 34px;
  font-size: 18px;
}

.articles{
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.article__title{
  font-size: 18px;
  line-height: 24px;
  margin-top: 17px;
}

.article__date{
  color: grey;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
}

@media (max-width:767px){


   .p_bold{
   font-size: 15px;
   font-weight: 950;
   vertical-align: baseline;
   }
}


@media (max-width:500px){
  h1{
    font-size: 28px;
  }

  h2 {
  font-size: 21px;
  }

  h3 {
  font-size: 17.5px;
}

h4 {
  font-size: 15px;
}

.content__container{
  font-size: 14px;
}

.img_desc{
  font-size: 11px;
}

.articles{
  padding-left: 3.75px;
  padding-right: 3.75px;
}

.debtors__container{
  padding: 7px;
}

.debtors__list{
  margin-top: 20px;
}

.debtor__number{
  font-size: 16px;
  padding: 4px;
}

.article{
  width: 100%;
  text-align: left;
  padding-right: 3.75px;
  padding-left: 3.75px;
  margin-bottom: 28px;
  font-size: 16px;
}

.article__title{
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
}

.article__date{
  color: grey;
  font-size: 11px;
  line-height: 12px;
  margin-top: 8px;
}

.prop_left_block {
  width: 100%;
  padding-top: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.7em;
  }

.prop_right_block {
  width: 100%;
  padding: 0.7em;
  padding-left: 0;
  }
.prop_left_block_text{
  font-weight: 950;

}
}