::-webkit-input-placeholder {
  color: #c4c4c4;
}

[type="search"]:-ms-input-placeholder {
  color: #c4c4c4;
}

[type="search"]::placeholder {
  color: #c4c4c4;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

main {
  display: block;
  position: relative;
  top: 93px;
  padding-bottom: 99px;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.languages-klisl {
  display: flex;
  gap: 16px;
  padding-right: 20px;
}

.language a {
  font-weight: 700;
  font-size: 17px;
  line-height: 23px;
}

.language a.active {
  color: #c33;
}

.topmenu {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-right: 10px;
  padding-left: 20px;
  padding-top: 15px;
}

.topmenu a {
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
  display: block;
  white-space: nowrap;
}

.tab_stat .legenda {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

input:focus-visible {
  outline: none;
}

a {
  color: #000;
}

a:hover {
  color: #c33;
}

a,
a:hover {
  transition: 0.3s;
  text-decoration: none;
}

.container {
  max-width: 1538px;
  position: relative;
  margin: auto;
  padding: 0 30px;
}

.row {
  display: flex;
}

.breadcrumbs {
  background: none;
  color: #757575;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  list-style: none;
  margin: 40px 0 0 13px;
}

.breadcrumbs li {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  font-weight: 500;
}

.breadcrumbs li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #f8af00;
  position: absolute;
  left: 13px;
  top: 7px;
}

.breadcrumbs a {
  color: #757575;
  transition: 0.3s;
  padding: 5px 0;
  display: inline-block;
  font-weight: 500;
}

.breadcrumbs a:hover {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumbs li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

.page .breadcrumbs a,
.page .breadcrumbs span {
  color: #757575;
}

.page .breadcrumbs a:hover,
.page .breadcrumbs span:hover {
  color: #c33;
}

.breadcrumb-item.active {
  padding: 5px 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  padding-left: 30px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "";
}

.breadcrumb {
  padding: 0;
}

.page {
  padding-top: 30px;
  padding-bottom: 50px;
}

.page a {
  color: #c33;
}

.page p,
.page ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #000;
}

.language .current {
  padding-left: 45px;
  height: 26px;
  display: block;
}

.language .nice-select .nice-select-dropdown {
  left: auto;
  right: 5px;
}

.language select {
  display: none;
}

html[lang="uk"] .language .current,
[data-value="РЈРљР "] {
  background: url(/images/flag/ua.svg) left center no-repeat;
}

html[lang="en"] .language .current,
[data-value="ENG"] {
  background: url(/images/flag/en.svg) left center no-repeat;
}

html[lang="ru"] .language .current,
[data-value="Р РЈРЎ"] {
  background: url(/images/flag/ru.svg) left center no-repeat;
}

[data-value="РЈРљР "],
[data-value="ENG"],
[data-value="Р РЈРЎ"] {
  padding-left: 45px !important;
  width: 100%;
  padding-right: 24px !important;
  width: 100%;
  text-align: right !important;
  background-position: 19px;
}

html[lang="en"] .lnazl {
  margin-right: 10px;
}

h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  color: #000;
}

.site-sanction_person_view h2 {
  padding-bottom: 0;
}

h1 span {
  color: #c33;
}

.page span {
  color: #c33;
}

.container.men .logos {
  margin-right: 10px;
}

.row_top {
  display: flex;
  padding: 33px 0 20px;
  align-items: center;
  justify-content: space-between;
  min-height: 63px;
}

.row_top_left {
  display: flex;
  align-items: center;
}

.row_top {
  position: relative;
}

.row_top_left {
  align-items: end;
}

.row_top_right {
  display: flex;
  position: absolute;
  right: 0;
  top: 13px;
  align-items: center;
}

.serach_row {
  max-width: 470px;
  position: relative;
  padding-bottom: 47px;
}

.search {
  color: #000;
  background: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 19px;
  padding: 11px 10px 11px 40px;
  border: 1px solid #000;
  font-weight: 300;
  border-radius: 28px;
}

.search_button {
  position: absolute;
  top: 11px;
  left: 13px;
  cursor: pointer;
}

.hamburger-menu {
  display: none;
}

#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked~.menu__btn>span {
  transform: rotate(45deg);
}

#menu__toggle:checked~.menu__btn>span::before {
  top: 0;
  transform: rotate(0);
}

#menu__toggle:checked~.menu__btn>span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked~.menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 25px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 11;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
  transition-duration: 0.25s;
}

.menu__btn>span::before {
  content: "";
  top: -8px;
}

.menu__btn>span::after {
  content: "";
  top: 8px;
}

.menu__box {
  z-index: 9;
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  background-color: #eceff1;
  box-shadow: 1px 0 6px rgba(0, 0, 0, 0.2);
  transition-duration: 0.25s;
}

.menu__box li,
.menu__box li.submenu__items a {
  margin-bottom: 16px;
}

.menu__item {
  display: block;
  line-height: 24px;
  padding: 0 18px;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition-duration: 0.25s;
}

.menu__item:hover {
  background-color: #cfd8dc;
}

.menu__item.in_develop .disable {
  text-align: left;
}

.submenu__box .menu__item {
  font-size: 14px;
  line-height: 30px;
  padding-left: 25px;
  padding-right: 10px;
  letter-spacing: -0.4px;
}

header .shadow {
  box-shadow: 1px 0 4px #000;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  position: fixed;
  z-index: 11;
  background-color: white;
  top: 0;
}

.footer_bottom {
  border-top: 8px solid #c33;
  background: #231f20;
}

.footer_bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 90px;
  background-color: transparent;
}

.nazk {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  color: #474747;
}

.slava_ukraine {
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  text-align: right;
  color: #faaf18;
}

.lang {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

.topmenu .active {
  color: #c33;
}

.topmenu ul {
  display: none;
  position: absolute;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
  max-height: 235px;
  overflow-y: auto;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #ad0000;
  transform-origin: 50% 0;
  opacity: 0;
  padding: 5px 15px;
  z-index: 9;
}

.topmenu ul a {
  line-height: 36px;
  font-size: 14px;
}

.topmenu ul li+li {
  border-top: 1px solid #adb5bd;
}

.topmenu>li:hover>ul {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.menu__item.active {
  color: #c33;
}

.total_found {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}

.total_found span {
  font-weight: 500;
}

.trash {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
  display: inline-block;
}

.trash img {
  margin: 0 9px 2px 0;
}

.pagination ul,
.pagination li {
  list-style: none;
  display: inline;
  padding-left: 0;
}

.pagination li {
  counter-increment: pagination;
}

.pagination li:hover a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}

.pagination li.active a {
  color: #fdfdfd;
  background-color: #1d1f20;
  border: solid 1px #1d1f20;
}

.pagination li:first-child {
  float: left;
}

.pagination li:nth-child(2) {
  counter-reset: pagination;
}

.pagination li:last-child {
  float: right;
}

.pagination li a {
  border: solid 1px #d7d7d7;
  border-radius: 0.2rem;
  color: #7d7d7d;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  padding: 0.5rem 0.9rem;
}

.pagination_block {
  display: flex;
  justify-content: center;
  margin: 30px;
}

.pagination .disabled {
  display: none;
}

.pagination li+li {
  margin-left: 10px;
}

.tableauPlaceholder {
  width: 100% !important;
  overflow-x: auto !important;
}

.sanctions {
  align-items: flex-end;
  justify-content: center;
  padding: 30px 20px 25px;
}

.sanctions_title {
  padding-top: 50px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  text-align: center;
}

.sanctions span {
  color: #c33;
}

.top_sanctions {
  background: #231f20;
  padding: 85px 0;
}

.top_sanctions_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #fff;
  margin-bottom: 50px;
}

.top_sanctions_title span {
  color: #c33;
}

.download_b {
  display: inline-block;
  background: #b3b3b3;
  border-radius: 15px;
  padding: 7px 20px 6px;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 14px;
}

.download_b:hover {
  background: #f8af00;
  color: #000;
}

.button {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 15px 40px;
  background: #f8af00;
  display: inline-block;
}

.button.doc {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  width: 177px;
}

.top_sanctions_left {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top_sanctions_row {
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
}

.top_sanctions_items {
  position: relative;
}

.top_sanctions_item {
  border-radius: 7px;
  background: #fff;
  padding: 20px 23px;
  width: 296px;
  display: flex;
  flex-direction: column;
  min-height: 606px;
}

.top_sanctions_item img {
  border-radius: 7px;
  display: block;
}

.top_sanctions_item .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #c33;
  padding-top: 15px;
}

.top_sanctions_item .post {
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  flex: 1;
}

.flags {
  display: flex;
  padding-top: 20px;
  gap: 13px;
}

.top_sanctions_items {
  width: 640px;
  margin-left: auto;
}

.swiper-button-prev,
.swiper-button-next {
  color: #c33;
  width: 15px;
  height: 28px;
  display: none !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 21px;
}

.swiper-container {
  padding: 10px 0 60px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 1px solid #f8af00;
}

.swiper-pagination-bullet-active {
  background: #f8af00 !important;
}

.swiper-pagination-bullet {
  opacity: 1;
  background: none;
}

.companies_block {
  padding: 70px 0;
  align-items: center;
  justify-content: space-between;
}

.companies_block .companies {
  max-width: 64%;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
}

.companies_block .companies>div {
  max-width: 46%;
  border: 1px solid #898989;
  border-radius: 5px;
  margin: 2%;
}

.companies_block .companies img {
  border-radius: 5px;
  max-width: 100%;
}

.companies_block .companies_right {
  width: 33%;
  padding-left: 20px;
}

.companies_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  padding-bottom: 60px;
}

.companies_title span {
  color: #c33;
}

.top_next {
  position: relative;
  padding: 30px 0 25px;
  margin-top: 80px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.top_next_title {
  font-weight: 700;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  color: #000;
}

.top_next_title span {
  color: #c33;
}

.top_next_items {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 30px auto 0;
}

.top_next_item {
  box-shadow: 0 4px 6px -1px #000 0 2px 4px -2px #000;
  align-items: center;
  width: 220px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background: #fff;
  min-height: 475px;
  border-radius: 7px;
}

.top_next_item>a {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  display: inline-block;
  margin-top: 9px;
  margin-bottom: 5px;
}

.top_next_item>a:hover {
  color: #000;
}

.top_next_item .image {
  border-radius: 7px;
  text-align: center;
}

.top_next_item .image img {
  width: 100%;
}

.top_next_item .name {
  padding-top: 11px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #c33;
}

.company_stat .top_next_item {
  min-height: 300px;
}

.company_stat .top_next_item .name {
  flex: 1;
}

.top_next_item .post {
  width: 100%;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #000;
  flex: 1;
}

.top_next_item .risks {
  font-weight: 300;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  padding-top: 7px;
}

.top_next .button {
  margin: 0 0 22px auto;
  width: 290px;
  display: block;
  text-align: center;
}

.button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 14px 45px;
  border: 1px solid #f8af00;
  display: inline-block;
}

.button.active {
  background: #f8af00;
}

.buttons {
  padding: 10px 0 20px;
}

.button:hover {
  background: #fff;
  color: #000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.buttons {
  gap: 23px;
  display: flex;
  flex-wrap: wrap;
}

.button .disable {
  position: absolute;
  width: 100%;
}

.button.dis {
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #b4b4b4 !important;
  border: 1px solid #b4b4b4;
}

.button.dis div {
  transition: 0.3s;
  padding: 15px 40px;
  text-align: center;
}

.button.dis:hover div {
  transform: translateY(-100%);
}

.b_close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 15px;
  height: 15px;
  opacity: 0.6;
  cursor: pointer;
}

.b_close:hover {
  opacity: 1;
}

.b_close:before,
.b_close:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 15px;
  width: 1px;
  top: 0;
  background-color: #333;
}

.b_close:before {
  transform: rotate(45deg);
}

.b_close:after {
  transform: rotate(-45deg);
}

.main_filter_title {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  padding: 0 0 15px;
}

.filter_items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s_filter {
  display: inline-block;
  margin-bottom: 14px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.s_filter span {
  background: #dbdada;
  border-radius: 15px;
  display: inline-block;
  padding: 5px 33px 5px 11px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  margin-left: 10px;
  position: relative;
}

.filter_content {
  display: flex;
  justify-content: center;
}

.tabs_filter {
  min-width: 417px;
}

.top_row_left {
  max-width: 500px;
  margin-bottom: 30px;
}

.stat_label {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  margin-right: 30px;
}

.tabs_filter {
  display: flex;
  gap: 30px;
}

.country,
.category {
  display: flex;
  padding: 12px 20px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  position: relative;
}

.country-name {
  font-size: 12px;
  font-weight: 500;
  margin-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.category .country-name {
  font-size: 14px;
}

.country-info {
  align-items: center;
  display: flex;
  min-width: 150px;
}

.c_levels {
  padding-right: 40px;
  width: 320px;
}

.red-level {
  position: relative;
  display: block;
  background: #c33;
  height: 20px;
  border-left: 1px solid #c33;
}

.red-level:hover {
  background: #f8af00;
  border-color: #f8af00;
}

.red-level .level-count {
  position: absolute;
  right: -20px;
  font-size: 14px;
}

.flag,
.flag img {
  width: 40px;
  margin-right: 15px;
}

.dot_label {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 11px;
}

.dot_label.l1 {
  background: #c33;
}

.dot_label.l2 {
  background: #b2b2b2;
}

.dot_label.l3 {
  background: #f8af00;
}

.c_name_ {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  width: 98px;
}

.c_levels {
  font-size: 16px;
  line-height: 19px;
  width: 219px;
}

.c_level_1,
.c_level_2 {
  position: relative;
  display: block;
}

.c_level_1 {
  background: #c33;
  height: 17px;
  border-left: 1px solid #c33;
}

.c_level_2 {
  background: #b2b2b2;
  height: 17px;
}

.c_level_1:hover {
  background: #ffc107;
}

.c_level_2:hover {
  background: #6c757d;
}

.c_level_1 span,
.c_level_2 span {
  position: absolute;
  right: -33px;
  line-height: 18px;
  font-size: 13px;
}

.row_stat {
  display: flex;
  justify-content: center;
}

.row_top_r {
  display: flex;
  padding-bottom: 30px;
  justify-content: space-between;
  align-items: center;
}

.c_help {
  position: relative;
  margin-left: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.c_help div {
  display: flex;
  align-items: center;
}

.c_help>div+div {
  margin-top: 8px;
}

.c_help div div {
  margin-right: 10px;
}

.count_synchron {
  background: #f8af00;
  left: 0;
  line-height: 17px !important;
  padding-left: 3px;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.pre_table_person {
  position: relative;
  overflow: auto;
  margin-bottom: 15px;
}

.table_person .thead {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #000;
  background: #eee;
  position: relative;
}

.table_person {
  display: table;
}

.table_person_line {
  position: absolute;
  left: 0;
  top: 0;
  height: 63px;
  width: 100%;
  border-bottom: 5px solid #c33;
  background: #eee;
}

.table_person .thead {
  padding: 11px 0;
}

.table_person .row,
.table_person .thead {
  display: table-row;
}

.table_person .row>div {
  border-bottom: 0.3px solid #757575;
}

.table_person .row>div:first-child {
  text-align: center;
}

.table_person .thead a {
  color: #000;
  font-weight: 700;
}

.table_person .thead a span {
  padding-right: 10px;
}

.table_person .thead .sort {
  display: inline-flex;
  align-items: center;
}

.table_person .thead>div {
  font-weight: 700;
  white-space: nowrap;
  display: table-cell;
  padding: 15px 5px;
  vertical-align: middle;
  position: relative;
  border-bottom: 5px solid #c33;
}

.table_person .thead>div+div:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 34px;
  border-left: 0.3px solid #c4c4c4;
  transform: translateY(-50%);
}

.table_person .row>div {
  display: table-cell;
  padding: 20px 13px;
  vertical-align: middle;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #000;
}

.table_person .row .id {
  white-space: nowrap;
}

.table_person .row .position,
.table_person .row .name {
  vertical-align: top;
}

.table_person .row .category {
  color: #a4a4a4;
}

.table_person .center {
  text-align: center;
}

.check,
.nocheck,
.synhron {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
}

.check {
  background: #c33;
  border: 1px solid #c33;
  position: relative;
}

.table_person .check:before,
.countries_table .center .check:before {
  content: "i";
  line-height: 24px;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}

.legenda .check_i:before {
  content: "i";
  line-height: 13px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  margin-left: 5px;
  margin-top: 1px;
  position: absolute;
}

.nocheck {
  background: #b2b2b2;
  border: 1px solid #b2b2b2;
  pointer-events: none;
}

.leg_row {
  display: flex;
  font-weight: 300;
  font-size: 15px;
  margin-left: 15px;
  line-height: 19px;
  align-items: center;
}

.leg_row .check,
.leg_row .nocheck {
  width: 15px;
  height: 15px;
  min-width: 15px;
}

.leg_text {
  padding-left: 10px;
}

.leg_row.active {
  color: #c33;
}

.res_leg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 15px;
}

.legenda {
  display: flex;
  flex-wrap: wrap;
}


@media (max-width: 1080px) {
  .legenda {
    width: 330px;
  }
}

@media (max-width: 520px) {
  .res_leg {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .stat_top {
    flex-direction: column;
  }
}

@media (max-width: 1024px) {
  .res_l {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    max-width: 450px;
  }
}

@media (max-width: 600px) {
  .res_l {
    justify-content: center;
  }
}

.synhron {
  background: #f8af00;
  border: 1px solid #f8af00;
}

.reasoning {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  -webkit-line-clamp: 8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.name span,
.position span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  display: block;
  margin-bottom: 7px;
  font-weight: 400;
}

.link_profile {
  background: #f8af00;
  white-space: nowrap;
  padding: 5px 10px;
  border-radius: 10px;
  margin-top: 5px;
  display: inline-block;
  width: 140px;
  text-align: center;
  font-size: 13px;
}

.link_profile.none {
  background: #eee;
  border: none;
}

.top_next_item .link_profile {
  width: initial;
}

.link_profile:hover {
  background: #fff;
  color: #000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.link_profile.disabled,
.link_profile.disabled:hover {
  background: lightgrey;
  cursor: default;
  filter: none;
}

.image img.main {
  width: 88px;
  margin-bottom: 10px;
}

.api {
  margin-right: 20px;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 15px;
  background: #ffc845;
  border-radius: 10px;
}

.api:hover {
  color: #000;
  background: #b3b3b3;
}

.assets_h {
  display: inline-block;
  border-radius: 9px;
  border: 1px solid red;
  padding: 0 10px;
  background: red;
  color: #fff !important;
  font-size: 12px;
  line-height: 16px;
  right: 0;
  font-weight: 500;
  top: -13px;
  text-transform: lowercase;
  margin-left: 5px;
}

.input-block-dropdown-el p {
  position: relative;
}

.ui-widget.ui-widget-content {
  z-index: 9 !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  padding: 7px;
  border: 0.5px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top_row {
  padding: 40px 0 20px;
  display: flex;
  justify-content: space-between;
}

.person_top_right {
  min-width: 13%;
}

.person_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 25px;
}

.site-sanction_person_view h1 {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #c33;
  text-transform: initial;
  flex: 1;
}

.person_top_title {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #000;
  margin-bottom: 12px;
  max-width: 300px;
}

.person_top_soc {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.person_info {
  border: 0.3px solid #b3b3b3;
  padding: 30px;
  margin-bottom: 60px;
}

.person_info .image .dead_person {
  margin-bottom: 30px;
  height: fit-content;
}

.person_info .image img {
  width: 250px;
  margin-bottom: 0;
}

.person_info_row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: space-between;
}

.person_info .image,
.person_info .c_title {
  width: 250px;
  margin-right: 30px;
}

.person_right,
.countries_table {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.person_table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.person_table_col1 {
  width: 30%;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  border-bottom: 0.3px solid #b3b3b3;
  padding: 19px 0;
}

.person_table_col2 {
  width: 70%;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  border-bottom: 0.3px solid #b3b3b3;
  padding: 19px 0;
  text-align: justify;
}

.person_table_col2.links {
  word-break: break-all;
}

.person_table_col2:nth-last-child(-n + 2),
.person_table_col1:nth-last-child(-n + 2) {
  border: none;
}

.person_table_col2.links a {
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  padding-bottom: 5px;
}

.person_info .c_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: right;
  color: #000;
}

.cleft_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  margin-bottom: 14px;
}

.person_info_row2>div {
  position: relative;
}

.person_info_row2 {
  margin-bottom: 30px;
  border-top: 0.3px solid #b3b3b3;
  margin-top: 30px;
  padding-top: 30px;
  justify-content: space-around;
}

.indev {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px 65px 8px;
  transition: 0.3s;
  white-space: nowrap;
  border-radius: 58px;
}

.person_info_row>div:hover .indev {
  opacity: 1;
}

.countries_table {
  display: flex;
  max-width: 800px;
  margin-right: auto;
}

.countries_table .center {
  text-align: center;
}

.c_name {
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.cleft_title {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000;
}

.nice-select {
  height: 27px !important;
  line-height: 25px !important;
  font-size: 14px !important;
  border: none !important;
  font-weight: 700 !important;
}

.in_develop {
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.in_develop div {
  transition: 0.3s;
}

.in_develop .disable {
  position: absolute;
  width: 100%;
  text-align: center;
}

.in_develop:hover div {
  transform: translateY(-100%);
}

.site-sanction_person .buttons .in_develop {
  background: #b4b4b4;
  border: 1px solid #b4b4b4;
}

.site-sanction_person .buttons .button {
  padding: 0;
  overflow: hidden;
}

.site-sanction_person .buttons .button div {
  padding: 15px 45px;
  text-align: center;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #000;
  padding: 30px 0;
}

.sanc_items {
  display: flex;
  justify-content: space-around;
}

.sanc_item {
  display: flex;
  align-items: center;
  max-width: 320px;
}

.sanc_item_1 {
  font-weight: 500;
  font-size: 91px;
  line-height: 125%;
  color: #c33;
}

.sanc_item_2 {
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #000;
  padding-left: 9px;
}

.sanc_items a {
  font-weight: 300;
  font-size: 18px;
  line-height: 125%;
  color: #c33;
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.logo_nazk_text {
  font-weight: 500;
  font-size: 28.6316px;
  line-height: 34px;
  color: #000;
  padding-left: 25px;
  text-transform: uppercase;
}

.logo_nazk {
  max-width: 508px;
}

.logos img {
  max-width: 100%;
  height: 45px;
  min-width: 94px;
}

.logos>div {
  display: flex;
  align-items: center;
  max-width: 40%;
}

.cswiper .swiper {
  width: 100%;
  height: 100%;
}

.cswiper .swiper-slide {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cswiper .swiper-container {
  padding: 0;
}

.button2 {
  position: relative;
  cursor: pointer;
}

.buttons_download {
  position: absolute;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #000;
  padding: 10px 10px 11px;
  width: 73px;
  border-radius: 10px;
  border: 1px solid #f8af00;
  display: none;
  background: #fff;
  top: -1px;
  left: 93%;
  box-shadow: 0 0 4px 2px #ad0000;
  z-index: 7;
}

.button3 {
  text-decoration: underline;
}

.main_asset {
  background: url(/img/asset_bg.jpg) center center repeat;
  padding: 25px 0 40px;
  margin-bottom: 44px;
}

.main_asset h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  padding: 0 0 28px;
  margin: 0;
  text-transform: none;
}

.main_asset_items {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.main_asset_item {
  background: #fff;
  border: 1px solid #dbdada;
  border-radius: 5px;
  padding: 15px 16px 18px;
  max-width: 234px;
  box-sizing: border-box;
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.main_asset_item .r_top {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 13px;
}

.main_asset_item .r_top img {
  min-width: 30px;
  width: 30px;
  border-radius: 5px;
}

.asset_item_name {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #c33;
}

.main_asset_item .asset_img {
  max-width: 200px;
  border-radius: 5px;
  padding-bottom: 9px;
}

.main_asset_item .asset_img img {
  max-width: 200px;
  border-radius: 5px;
}

.asset_item_category {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #757575;
  padding-bottom: 9px;
}

.asset_item_name_ {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  flex: 1;
}

.asset_item_price span,
.asset_item_location span {
  color: #757575;
}

.asset_item_price,
.asset_item_location {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #000;
}

.filter_date {
  padding-top: 23px;
  display: flex;
  gap: 15px;
  text-align: center;
  padding-left: 5px;
  flex-wrap: wrap;
}

.filter_date input {
  border: 0.5px solid #c4c4c4;
  border-radius: 5px;
  max-width: 115px;
  text-align: center;
  padding: 9px 0 8px;
}

.ui-widget.ui-widget-content {
  background: #eee;
  border: 1px solid #c4c4c4;
}

.ui-widget-header {
  background: #eee;
  border: 1px solid #eee;
}

.tooltip .arrow {
  display: none;
}

.tooltip-inner {
  background: #eee;
  border: 1px solid #c4c4c4;
  z-index: 9 !important;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #000;
  padding: 7px;
  border: 0.5px solid #c4c4c4;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: -10px;
}

.filter_date .button {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  padding: 9px 40px;
  border: 1px solid #f8af00;
  border-radius: 18px;
  display: inline-block;
  min-width: 200px;
  margin-left: 40px;
}

@media (max-width: 550px) {
  .filter_date .button {
    margin-left: 0;
    min-width: 244px;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1200px) {
  header .shadow {
    position: fixed;
    background: #fff;
    border-bottom: 1px solid #d3d3d3;
    z-index: 9;
  }
}

@media (max-width: 800px) {
  .tabs_filter {
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .filter_content {
    justify-content: flex-start;
  }

  .api {
    display: none;
  }
}

@media (max-width: 490px) {
  .c_levels {
    width: 150px;
  }

  .stat_content .flag {
    width: 35px;
  }

  .stat_content .c_name_ {
    font-size: 14px;
    width: 90px;
  }
}

@media (max-width: 450px) {
  .buttons_download {
    left: 76%;
  }
}

h2.relation_name {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  padding: 0 0 18px;
  margin: 0;
}

.relation_items {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.relation_item {
  max-width: 230px;
  display: flex;
}

.relation_item img {
  width: 100px;
  height: auto;
  margin-right: 9px;
  max-width: none !important;
  border-radius: 5px;
}

.relation_id {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}

.relation_to {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #757575;
}

.relation_name {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}

.relation_item .link_profile {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.relation_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .relation_items {
    justify-content: center;
  }
}

@media (max-width: 950px) {
  .cswiper .swiper-slide {
    width: auto;
  }
}

@media (max-width: 1500px) {
  .topmenu {
    gap: 20px;
  }

  .topmenu a {
    font-size: 16px;
  }
}

@media (max-width: 1320px) {
  .container.men .logos img {
    height: 41px;
  }

  main {
    position: relative;
    top: 95px;
    padding-bottom: 95px;
  }
}

@media (max-width: 1290px) {
  .logo_nazk_text {
    font-size: 20px;
  }

  .logo_mzs {
    width: 40%;
  }

  .logo_nazk {
    flex: 1;
    padding-left: 33px;
  }

  .logos>div {
    max-width: initial;
  }
}

@media (max-width: 820px) {
  .sanc_items {
    flex-direction: column;
    align-items: center;
  }

  .logo_nazk_text {
    font-size: 15px;
    line-height: 23px;
  }

  .logo_mzs {
    justify-content: center;
  }

  h2 {
    font-size: 20px;
    line-height: 27px;
    padding: 20px 0;
  }

  .page p {
    font-size: 16px;
  }

  .sanc_item_2 {
    font-size: 16px;
  }

  .sanc_item_1 {
    font-size: 70px;
  }

  h1 {
    font-size: 31px;
    line-height: 39px;
  }
}

@media (max-width: 450px) {
  .logos {
    flex-direction: column-reverse;
  }

  .logo_nazk_text {
    font-size: 14px;
    line-height: 19px;
  }

  .logo_nazk {
    flex: 1;
    padding-left: 20px;
  }

  .logo_nazk_text {
    padding-left: 17px;
  }

  .logo_mzs {
    width: 67%;
    margin-top: 20px;
  }

  .logo_mzs img {
    width: 100%;
  }
}

@media (max-width: 1280px) {
  .topmenu a {
    font-size: 15px;
    line-height: 17px;
  }

  .sanctions_title {
    padding-top: 50px;
    font-size: 35px;
    line-height: 42px;
  }

  .top_next_title {
    font-size: 35px;
    line-height: 48px;
  }

  h2 {
    font-size: 35px;
    line-height: 48px;
  }

  .thead>div {
    padding: 15px 10px;
  }

  .table_person .row>div {
    padding: 10px 5px;
  }

  .table_person {
    padding: 0 10px;
  }
}

@media (max-width: 930px) {
  .language a {
    font-size: 17px;
  }

  .languages-klisl {
    display: flex;
    gap: 20px;
  }
}

@media (max-width: 1200px) {
  .hamburger-menu {
    display: block;
  }

  .topmenu {
    display: none;
  }

  .row_top {
    padding: 20px 0;
  }

  .container.men .logos {
    margin-left: 35px;
  }

  .row_top_right {
    position: relative;
    top: 0;
  }

  main {
    top: 81px;
    padding-bottom: 81px;
  }
}

@media (max-width: 980px) {
  main {
    top: 80px;
    padding-bottom: 80px;
  }

  .row_top {
    column-gap: 10px;
  }

  .thead>div {
    padding: 10px 5px;
  }

  .person_table_col1,
  .person_table_col2 {
    font-size: 16px;
    line-height: 19px;
  }
}

@media (max-width: 860px) {
  .sanctions_title {
    padding-top: 50px;
    font-size: 35px;
    line-height: 42px;
  }

  .top_next_title {
    font-size: 27px;
    line-height: 41px;
  }

  h2 {
    font-size: 27px;
    line-height: 41px;
  }

  .companies_title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 29px;
  }

  .companies_block .companies_right {
    padding-left: 0;
  }

  .companies_right .button.dis div {
    padding: 15px 20px;
  }

  .companies_block {
    flex-direction: column-reverse;
  }

  .companies_block .companies_right {
    width: 80%;
    text-align: center;
    padding-bottom: 20px;
  }

  .companies_block .companies {
    max-width: 90%;
  }

  .footer_bottom .container {
    flex-direction: column;
  }

  .buttons {
    display: flex;
    justify-content: space-around;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }

  .buttons a {
    margin-bottom: 10px;
    width: 314px;
  }

  .site-sanction_person h1 {
    font-size: 30px;
    line-height: 37px;
  }

  .buttons a+a {
    margin: 0 0 10px;
  }

  .person_table {
    flex-direction: column;
  }

  .person_table_col1 {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }

  .person_table_col2 {
    width: 100%;
    padding-top: 0;
  }

  .countries_table {
    flex-wrap: wrap;
    flex: 1;
  }

  .countries_table .center {
    width: 50%;
    display: flex;
    align-items: center;
  }

  .c_name {
    min-width: 96px;
    margin-bottom: 0;
    justify-content: flex-end;
    margin-right: 10px;
  }

  .top_next .button {
    margin: 0 auto 22px;
  }

  .pagination {
    flex-wrap: wrap;
  }

  .pagination li {
    margin-bottom: 10px;
  }

  .pagination li a {
    font-size: 12px;
    padding: 0.25rem 0.5rem;
  }

  .pagination li+li {
    margin-left: 5px;
  }
}

@media (max-width: 680px) {
  .tabs_filter {
    min-width: 100%;
  }

  .row_top_left {
    width: auto;
  }

  .site-sanction_person_view h1 {
    font-size: 30px;
    line-height: 33px;
  }

  .top_next_title {
    font-size: 22px;
    line-height: 36px;
  }

  h2 {
    font-size: 22px;
    line-height: 36px;
  }

  .site-sanction_person h1 {
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    width: 100%;
  }

  .person_info_row {
    flex-direction: column;
  }

  .person_info {
    margin-top: 45px;
  }

  .person_info .image {
    margin: auto;
  }

  .person_info .c_title {
    text-align: left;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
  }

  .person_info_row2 img {
    max-width: 100%;
  }

  .c_title {
    text-align: left;
  }

  .person_top {
    flex-direction: column;
  }

  .person_info {
    padding: 20px;
  }

  .site-sanction_person_view h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .footer_bottom .container {
    padding: 25px 20px;
  }

  .nice-select {
    padding-left: 0;
    padding-right: 20px;
  }

  .container.mem {
    padding: 0 15px;
  }

  .container.men .logos img {
    height: 39px;
  }

  .container.men .logos {
    margin-left: 30px;
  }

  .container {
    padding: 0 15px;
  }

  .leg_row {
    font-size: 14px;
  }

  .tab_stat .legenda {
    flex-direction: column;
  }
}

@media (max-width: 490px) {
  .social-box {
    justify-content: space-between;
  }

  .social-icons {
    margin-top: 0;
  }

  .sanctions_title {
    padding-top: 30px;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 20px;
  }

  .top_next_title {
    font-size: 18px;
    line-height: 28px;
  }

  h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .container {
    padding: 0 15px;
  }

  .person_table_col1,
  .person_table_col2 {
    font-size: 14px;
  }

  .person_info {
    padding: 15px;
  }

  .c_name {
    font-size: 14px;
    min-width: 74px;
  }

  .page {
    padding-bottom: 30px;
  }

  .row_top {
    column-gap: 2px;
  }

  .nice-select {
    padding-left: 10px !important;
    padding-right: 25px !important;
  }

  .container.men .logos {
    flex-direction: row;
  }

  .language .current {
    padding-left: 0;
    background: none !important;
  }

  .language .nice-select .list {
    width: 112px;
  }
}

.scrolled .scrolltop,
.scrolled~.footer .scrolltop {
  display: -ms-flexbox;
  display: flex;
}

.scrolltop {
  display: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: rgba(232, 246, 255, 0.49);
  cursor: pointer;
  z-index: 99;
  width: 40px;
  height: 40px;
  top: unset;
  bottom: 10px;
  right: 10px;
  border-radius: 50%;
}

.hlp {
  font-size: 12px;
  color: #b2b2b2;
}

.hlp span {
  padding-right: 5px;
}

.dead_person {
  position: relative;
  overflow: hidden;
}

.dead_person img {
  filter: url(~"data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}

.dead_person:after {
  content: " ";
  display: block;
  width: 130%;
  height: 13%;
  background-color: #000;
  position: absolute;
  transform: rotate(-45deg);
  left: 10%;
  bottom: 20%;
}

/*****************
        BUTTONS
        *****************/
.main-btn {
  text-align: center;
  border-radius: 70px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  cursor: pointer;
  padding: 8px 16px;
  white-space: nowrap;
}

.small-btn {
  padding: 6px 12px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 30px;
  font-weight: 700;
}

.big-btn {
  font-size: 22px;
  padding: 16px 30px;
  line-height: 22px;
}

.main-btn .arrow {
  width: 15px;
  position: relative;
  left: 4px;
  top: -1px;
}

.big-btn .arrow {
  top: -2px;
  left: 7px;
  width: auto;
}

.main-btn:hover {
  background: #fff;
  color: #000;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.yellow-btn {
  background-color: #f8af00;
}

.red-btn {
  background-color: #c33;
  color: #fff;
  transition: .3s;
}

.white-btn {
  background-color: #fff;
}

.toggle-btn:after {
  content: "▼";
  display: inline-block;
  padding-left: 5px;
}

.toggle-btn:active:after,
.toggle-btn:focus:after {
  transform: rotate(180deg);
  position: relative;
  left: 5px;
}

/*****************
        SWITCHER
        *****************/
.switcher {
  display: flex;
}

.switcher>a {
  text-align: center;
  border-radius: 70px 0 0 70px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  cursor: pointer;
  padding: 8px 16px;
  background-color: #f8af00;
  border: 1px solid #f8af00;
  height: 34px;
  border-right: none;
  white-space: nowrap;
}

.switcher>a+a {
  border-radius: 0 70px 70px 0;
  border-right: 1px solid #f8af00;
}

.switcher>a:hover {
  background-color: #fff;
}

.switcher>a.selected {
  background-color: #fff;
}

@media (max-width: 440px) {
  .switcher>a {
    font-size: 11px;
    padding: 8px 8px;
    white-space: nowrap;
  }

  .map-legend {
    text-align: left;
    margin: 20px 0;
  }

  .res_leg {
    align-items: flex-start;
  }

  .total_found {
    margin-left: 15px;
  }
}

/*****************
        SOCIAL ICONS
        *****************/
.social-icons a {
  width: 27px;
  margin-right: 10px;
  display: inline-block;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 27px 27px;
}

.fb_icon {
  background-image: url("/img/soc2/fb.svg");
}

.fb_icon:hover {
  background-image: url("/img/soc2/fb_a.svg");
}

.tw_icon {
  background-image: url("/img/soc2/tw.svg");
}

.tw_icon:hover {
  background-image: url("/img/soc2/tw_a.svg");
}

.tg_icon {
  background-image: url("/img/soc2/tg.svg");
}

.tg_icon:hover {
  background-image: url("/img/soc2/tg_a.svg");
}

/*****************
        RESULTS SEARCH
        *****************/
.search_links {
  margin-bottom: 40px;
  display: flex;
}

.search_links h3 {
  margin: 0 auto 15px 25px;
}

.search_links h3 span {
  color: #c33;
}

.search_links a {
  display: block;
  margin: 0 5px 10px 30px;
  width: fit-content;
  border-bottom: solid 1px transparent;
  position: relative;
  line-height: 1.2;
}

.search_links a.selected {
  color: #c33;
}

.search_links a.selected .arrow:after,
.search_links a:hover .arrow:after {
  content: " ";
  top: 3px;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #c33;
  border-radius: 3px;
  left: 3px;
}

.search_links .arrow {
  top: 2px;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: white;
  border: solid 2px #c4c4c4;
  border-radius: 10px;
  left: -22px;
}

.search_quary_box {
  margin-right: 30px;
}

.search_quary_box h3 {
  white-space: nowrap;
}

.search_results_sections {
  border-radius: 30px;
  border: solid 1px #c4c4c4;
  display: flex;
  padding: 20px;
}

.search_results_col {
  width: 33%;
}

.search_results_sections .search_results_col:last-child a+a {
  display: none;
}

@media (max-width: 1200px) {
  .search_links {
    flex-direction: column;
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .search_results_sections {
    flex-direction: column;
  }

  .search_results_col {
    width: 100%;
  }
}

.social-panel {
  margin: 10px auto;
}

.social-panel>a img {
  width: 35px !important;
}

.custom-checkbox .custom-control-input {
  opacity: 1;
}

.make-blur {
  filter: blur(5px);
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 30px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border: 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% 100%;
  font-size: 0;
}

.slick-slider .slick-arrow.slick-prev {
  background-image: url("/img/slick-left.svg");
  left: 30px;
}

.slick-slider .slick-arrow.slick-next {
  background-image: url("/img/slick-right.svg");
  right: 30px;
}