.projects__main__feed {
  display: flex;
  flex-wrap: wrap;
}

.projects__main__cover {
  padding: 80px 0 100px 60px;
}
.projects__main__cover h1 {
  font-size: 30px;
  line-height: 45px;
  max-width: 400px;
  color: white;
}
.projects__main__cover p {
  font-weight: 300;
  font-size: 16px;
  color: white;
}

.projects__main__article {
  margin-top: -20px;
}
.projects__main__article h3 {
  font-size: 22px;
  color: #000;
  margin-bottom: 30px;
}
.projects__main__article p {
  padding-right: 100px;
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 30px;
}
.projects__main__article ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.projects__main__article ul li {
  margin-bottom: 30px;
  line-height: 22px;
  padding-right: 200px;
  position: relative;
}
.projects__main__article ul li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: #00A84E;
  border-radius: 59%;
}
.projects__main__article .italic__padding {
  font-style: italic;
  padding-left: 20px;
}

.projects__main__materials {
  margin: 50px 0 100px;
}
.projects__main__materials h2 {
  color: black;
  font-size: 22px;
  margin-bottom: 40px;
}
.projects__main__materials__item {
  margin-bottom: 20px;
  flex-direction: row;
  margin-right: 80px;
  display: flex;
  align-items: center;
}
.projects__main__materials__table {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
}
.projects__main__materials .projects__format {
  margin-right: 20px;
}
.projects__main__materials .projects__main__materials__link {
  margin-right: 20px;
  padding-top: 20px;
}
.projects__main__materials .projects__main__materials__link a {
  font-size: 14px;
  padding-bottom: 0px;
  border-bottom: 1px dotted #536B96;
  color: #536B96;
  display: block;
  transition: 0.7s ease all;
}
.projects__main__materials .projects__main__materials__link a:hover {
  transition: 0.7s ease all;
  border-bottom: transparent;
}
.projects__main__materials .projects__main__materials__link p {
  font-size: 10px;
  margin-top: 6px;
  color: #9F9F9F;
  margin-bottom: 0;
}
.projects__main__materials .projects__down {
  display: block;
  margin-top: 5px;
}
.projects__main__materials .projects__down img {
  width: 25px;
}
.projects__main__materials .projects__down img:hover .projects__main__materials__link a {
  border-bottom: transparent;
}

.projects__main__left {
  width: 100%;
}

.order__table {
  border-radius: 8px;
  margin-right: 30px;
  background: #F5F8FA;
  padding: 40px;
  justify-content: space-between;
  width: 100%;
  height: 280px;
  display: flex;
}
.order__table__item {
  padding: 20px;
  width: 32%;
  height: 200px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #d7dcec;
  display: grid;
  grid-template-rows: 4fr 3fr 1fr;
}
.order__table .order__table2 {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.order__table .order__table3 {
  margin-top: 20px;
}
.order__table .order__table3 a {
  font-size: 14px;
  display: block;
  color: #325491;
}
.order__table .order__table3 a:hover {
  text-decoration: underline;
}
.order__table .order__table3 a span {
  margin-left: 5px;
}

.line {
  width: 100%;
  height: 1px;
  background: #536B96;
  margin-top: 50px;
  margin-right: 30px;
  margin-bottom: 50px;
}

.order__docs {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 30px;
}
.order__docs__item {
  padding: 30px;
  border: 1px solid #D7DCEC;
  box-sizing: border-box;
  border-radius: 8px;
  background: #F4F3F7;
  margin-bottom: 20px;
  width: 48%;
  grid-template-columns: 1fr;
  display: grid;
  grid-template-rows: 10% 80% 10%;
}
.order__docs .order__docs__item2 {
  display: flex;
  flex-direction: column;
}
.order__docs .order__docs__item2 li {
  flex-direction: column;
  margin-bottom: 20px;
}
.order__docs .order__docs__item2 li p {
  font-size: 14px;
  margin-bottom: -10px;
}
.order__docs .order__docs__item2 li a {
  font-size: 14px;
}
.order__docs .order__docs__item2 li a:hover {
  color: #325491;
  text-decoration: underline;
}
.order__docs a {
  display: block;
  margin-top: 20px;
}
.order__docs .order__docs__item1 {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
}
.order__docs .order__docs__item3 {
  display: block;
  margin-top: 20px;
}
.order__docs .order__docs__item3 a {
  font-size: 14px;
  display: block;
  color: #325491;
}
.order__docs .order__docs__item3 a:hover {
  text-decoration: underline;
}
.order__docs .order__docs__item3 a span {
  margin-left: 5px;
}

.projects__search {
  margin-right: 30px;
  width: 100%;
  margin-top: 50px;
}
.projects__search h3 {
  margin-bottom: 30px;
  color: #000;
}
.projects__search__plate {
  background: #F5F8FA;
  padding: 40px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.projects__search__plate1 p {
  margin-bottom: 10px;
}
.projects__search__plate1 label {
  position: relative;
  cursor: pointer;
}
.projects__search__plate1 label input {
  cursor: pointer;
}
.projects__search__plate1 label img {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 2px;
}
.projects__search__plate2 {
  margin-left: 20px;
  margin-top: 25px;
  width: 50%;
  /* Firefox 19+ */
  /* Firefox 18- */
}
.projects__search__plate2 input {
  background-image: url(../img/calendar.svg);
  background-position: 96% center;
  background-repeat: no-repeat;
  width: 100%;
  outline: none;
  border: 1px solid #D9D9D9;
  border-radius: 50px;
  color: #BFBFBF !important;
  line-height: 24px;
  padding: 5px 30px 5px 22px;
  font-size: 14px;
  position: relative;
}
.projects__search__plate2 ::-webkit-input-placeholder {
  color: #BFBFBF;
}
.projects__search__plate2 ::-moz-placeholder {
  color: #BFBFBF;
}
.projects__search__plate2 :-moz-placeholder {
  color: #BFBFBF;
}
.projects__search__plate2 :-ms-input-placeholder {
  color: #BFBFBF;
}
.projects__search__plate3 {
  margin-left: 20px;
  margin-top: 22px;
}
.projects__search__plate3 button {
  background: #325491;
  cursor: pointer;
  padding: 10px 50px;
  border-radius: 50px;
  color: white;
  border: none;
  font-size: 14px;
}
.projects__search__plate3 button:hover {
  background: #2E4C82;
}

.header_adress-text {
  color: white;
}

.hot__main .news_filter {
  display: block;
}
.hot__main .projects__texts {
  display: flex;
}
.hot__main .projects__texts .projects__texts1 {
  margin-right: 30px;
}
.hot__main .projects__texts p {
  line-height: 22px;
  margin-bottom: 20px;
}
.hot__main .hot__select {
  margin-top: 50px;
}
.hot__main .hot__select h3 {
  margin-bottom: 30px;
}
.hot__main .hot__select .projects__search__plate {
  padding: 20px 10px;
}
.hot__main .hot__select .news_filter {
  display: flex;
  width: 100%;
  margin-bottom: 0;
}
.hot__main .hot__select .news_filter .news_filt, .hot__main .hot__select .news_filter select {
  width: 200px;
}
.hot__main .hot__filter {
  display: flex;
  margin-top: 50px;
  width: 100%;
  justify-content: space-between;
}
.hot__main .hot__filter .hot__filter__left {
  display: flex;
}
.hot__main .hot__filter .hot__filter__left .main_top-item {
  height: 50px;
  margin-right: 20px;
}
.hot__main .hot__filter .hot__filter__left .main_top-item.active {
  padding: 13.5px 27px;
}
.hot__main .hot__filter .hot__filter__right {
  margin-top: 10px;
  display: flex;
  width: 350px;
  background: none;
  padding: 0;
}
.hot__main .hot__filter .hot__filter__right label {
  margin-right: 20px;
  font-size: 14px;
  margin-top: 7px;
}
.hot__main .hot__filter .hot__filter__right .news_filt {
  margin-right: 0;
}

.hot__table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.hot__table .hot__table__top {
  display: grid;
  background: #325491;
  border-radius: 8px 8px 0 0;
  padding: 15px 20px;
  color: white;
  grid-template-columns: 1fr 2fr 2fr 1.5fr 2fr;
}
.hot__table .hot__table__top div {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.hot__table .hot__table__top div a {
  color: white;
}
.hot__table .hot__table__top div img {
  margin-bottom: 3px;
  margin-left: 5px;
}
.hot__table .hot__table__main {
  display: grid;
  padding: 15px 20px;
  grid-template-columns: 1fr 2fr 2fr 1.5fr 2fr;
}
.hot__table .hot__table__main .hot__table__main1 p {
  margin-bottom: 10px;
}
.hot__table .hot__table__main .hot__table__main5 {
  display: flex;
}
.hot__table .hot__table__main .hot__table__main5 a {
  font-size: 14px;
  padding-bottom: 0px;
  border-bottom: 1px dotted #536B96;
  color: #536B96;
  display: block;
  transition: 0.7s ease all;
}
.hot__table .hot__table__main .hot__table__main5 img {
  width: 22px;
  object-fit: contain;
  margin-right: 10px;
  height: 30px;
}
.hot__table .hot__table__main .hot__table__main5 p {
  font-size: 10px;
  color: #9F9F9F;
}
.hot__table .hot__table__main button {
  color: #727272;
  border-radius: 50px;
  border: 1px solid #325491;
  width: 200px;
  height: 50px;
  background: transparent;
  cursor: pointer;
}
.hot__table .hot__table__main button:hover {
  background: #325491;
  color: #fff;
}
.hot__table .hot__table__main__blue {
  background: #F5F8FA;
}

.hot__stroke {
  font-weight: 500;
  margin-bottom: 10px;
}

.hot__table__setting {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
.hot__table__setting .hot__table__setting1 {
  display: flex;
  cursor: pointer;
  align-items: center;
  transition: 0.3s ease all;
}
.hot__table__setting .hot__table__setting1 img {
  object-fit: contain;
  margin-right: 10px;
  transition: 0.3s ease all;
}
.hot__table__setting .hot__table__setting1:hover img {
  transform: rotate(180deg);
  transition: 0.3s ease all;
}
.hot__table__setting .hot__table__setting3 input {
  border: 1px solid #D9D9D9;
  padding: 7px;
  width: 60px;
  margin-left: 10px;
  border-radius: 5px;
}

.mob__show {
  display: none;
}

.hot__table__mobile {
  display: none;
}

.mob__hot {
  display: none;
}