header .header_bottom__logo img, footer .footer_main__item--logo img {
    width: 101px;
    height: 28px;
}
body.page {
    padding: 0;
}

.page_content__main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.page_content__main table td, .page_content__main table th {
    padding: 5px 10px;
    border: 1px solid #7F8395;
}

article .article_img {
	align-items: flex-start;
}

.main_projects__slider--slide--img img {
	max-height: 100px;
    max-width: 50%;
}

.main_projects__slider--slide--img {
	display: flex;
    align-items: center;
    min-height: 100px;
}

.breadcrumbs a br,
.breadcrumbs p br,
.raitings_preims__items--item--bottom ul li a br,
.main_products__block--item--title br {
	display: none;
}

.table_head div:nth-child(2),
.table_item div:nth-child(2) {
	text-align: left;
}

.page_auth {
	justify-content: space-between;
}

.raitings_titles__year--head {
  margin-left: 7px;
}

article ol li::before {
    position: absolute;
    left: 0;
}

article ol li {
	display: block;
    padding-left: 20px;
}

article ol {
	padding-left: 0;
}

article p,
.text_block p,
.text_block div {
	line-height: 1.4;
}



.tabs_item__info ol,
.text_block ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-bottom: 15px;
}
.tabs_item__info ol li,
.text_block ol li {
  counter-increment: my-awesome-counter;
  position: relative;
  line-height: 1.28;
  letter-spacing: 0.16px;
  margin-bottom: 4px;
  display: block;
  padding-left: 20px;
}
.tabs_item__info ol li::before,
.text_block ol li:before {
  content: counter(my-awesome-counter) ". ";
  position: absolute;
    left: 0;
}

.text_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.text_block ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.28;
  letter-spacing: 0.16px;
}
.text_block ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background-color: #282C4B;
  top: 8px;
  left: 8px;
  border-radius: 100%;
}

.text_block b,
.text_block strong {
	font-weight: 600;
}

.text_block a {
	color: #274EA9;
}

.main_join__content--item--info--icon svg {
	fill: #fff;
}

.raitings_list__item--title svg {
  fill: none;
}

.knowledge_page__items--item--img svg {
	fill: #EDF2F6;
}

.page_maps__info {
	padding: 0;
}

.page_maps__info a {
	color: #274EA9;
}

.page_structure_in .docs_item {
	padding-top: 0;
}

.page_persons .page_persons__block--item--right--item--img {
	-ms-flex: 0 1 150px;
    flex: 1 1 150px;
    max-width: 150px;
}

.link {
	color: #274EA9;
}

header .header_top__menu a:last-child {
    padding: 6px 12px;
    background-color: #83E1FF;
    border-radius: 16px;
    height: 28px;
}

header .header_top__menu a:last-child:hover span:nth-of-type(1) {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
}

.page_filters.filters_news {
  align-items: flex-end;
}

.page_filters .titles_search input {
  padding: 11px 12px;
}

.page_content__main article p a {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: relative;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    color: #274EA9;
}

.titles_link_mobile {
  display: none;

  border-radius: 32px;
  background-color: #fff;
  border: 2px solid #274EA9;
  padding: 12px 32px;
  color: #274EA9;
  font-size: 16px;
  letter-spacing: 0.18px;
  font-weight: 500;
  line-height: 1.35;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px auto 5px;
}

.page_content__main article p a:hover::before {
    opacity: 1;
}

.page_content__main article p a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #274EA9;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.raitings_preims {
  padding-top: 0;
}

.filter_reset {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 16px;
}

.filter_reset_link {
    display: flex;
    align-items: center;
    max-width: max-content;

    color: #274EA9;
    font-size: 14px;
    font-weight: 500;
    line-height: 116%;
    letter-spacing: 0.14px;
}

.filter_reset_link img {
  padding-left: 8px;
}

.join_page__subtitle {
	font-size: 18px;
}

.join_page__text {
	font-size: 16px;
}

.tabs_item__info,
.text_block {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.raiting_separator {
  padding: 64px 80px;
}

.raiting_docs .doctabs_content {
  margin-bottom: 32px;
}

.btn:hover svg {
  transition: 0.2s ease-in-out;
}

.btn:hover svg {
  fill: #274EA9;
}

.page_auth {
  background-image: url(../img/bg_r.jpg);
}

.onDesktop, .onDesktop {
    z-index: 2;
}

.onMobile {
  display: none;
}

header .header_mob.opened {
  z-index: 99
}

header .header_mob__main {
  top: -2px;
}

.promo {
      padding: 160px 0 130px;
}

.wpcf7-form-control-wrap {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
}
.modal_block form span.modal_block__input--half {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 calc(50% - 8px);
    flex: 0 1 calc(50% - 8px);
    max-width: calc(50% - 8px);
}
.modal_block form input, .modal_block form textarea {
    width: 100%;
}

.tabs_content--item article div {
	line-height: 1.4;
}

.tabs_content--item article {
	gap: 20px;
}



  .table_block .table_head div:nth-of-type(1), .table_block .table_item div:nth-of-type(1) {
        min-width: 80px;
        max-width: 80px;
        width: 80px;
    }




    .table_head > div > div:nth-of-type(1) {
      width: 100%!important;
    }

@media (max-width: 1439px) {

	.page {
	    padding: 120px 0 64px;
	}

}

@media (max-width: 1390px) {

  .raiting_separator {
    padding: 50px;
  }

  .page_maps__block--item {
    background-size: 120%;
    background-repeat: no-repeat;
  }

  .table_head > div > div:nth-of-type(2) {
        width: 100%!important;
    }

}

@media (max-width: 1199px) {

  .page_volumes_in .table_block {
    max-width: 764px;
  }

  .page_maps__block--item,
  .page_maps__block--item:hover {
    background-size: cover;
  }

  header .header_mob {
    z-index: 99
  }

}

@media (max-width: 767px) {
    .page_members .main_partners__block--item:nth-child(n+9) {
        display: flex!important;
    }

    .raiting_separator {
        padding: 30px 20px;
    }

    .table_head > div > div:nth-of-type(2) {
        min-width: 557px !important;
    }

    .titles_link {
      display: none;
    }

    .tabs_nav--item, .doctabs_nav--item {
      font-size: 16px;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }

    .page_content__main--info {
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        flex-wrap: wrap;
    }

    .page_content__main--info--share span {
      display: none;
    }

    .page_content__main--info--share--list {
      right: 0;
      left: auto;
    }

    .main_partners__block--item {
      height: 180px;
    }
}

@media (max-width: 575px) {

    .titles_link_mobile {
      display: flex;
    }

    .onMobile {
      display: block;
    }

    .onDesktop {
      display: none;
    }

    .raiting_docs .title {
      font-size: 28px;
  }

    .main_join__content--item--info--icon,
    .article_subscribe__left img {
      display: none;
    }    

    .docs_item__main--name {
      font-size: 16px;
      line-height: 1.3;
    }

    
    .title br {
    	display: none;
    }

    .breadcrumbs a {
    	white-space: nowrap;
    }

    .page {
        padding: 100px 0 30px;
    }

    .breadcrumbs {
    	flex-wrap: nowrap;
    }

    .breadcrumbs p {
    	white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }

    .table_item div:nth-of-type(1) {
	    -ms-flex: 0 1 95px;
	    flex: 0 1 95px;
	    max-width: 95px;
	    min-width: 95px;
	    padding: 16px;
	}

	.table_head div:nth-of-type(1) {
	    -ms-flex: 0 1 95x;
	    flex: 0 1 95px;
	    max-width: 95px;
	    min-width: 95px;
	    padding: 16px;
	}
}