@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
/*
.aToz-block {
  display: none;
}
.aToz-block-active {
  display: block;
}
*/

.criteria-wrap {
  display: flex;
  flex-direction: row;
}

#searchforstatus,
#orderbystatus {
  max-width: 70px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}



.alfabet-block {
  display:flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: end;
  padding: 15px 5px;
}

.alfabet-block > div {
  margin: 2px;
  border: 1px solid #404646;
  border-radius: 4px;
  display: block;
}
.alfabet-block a {
  text-decoration: none;
  color: #404646;
  font-size: 15px;
  padding: 5px;
  display: block;
  width: 15px;
  height: 15px;
  cursor: pointer;
  text-align: center;
}
.alfabet-block a:hover {
  color: #fff;
}

.list_metadata{
  display:flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  flex: 2 1 250px;
  padding: 0 10px;
}
.list_metadata >.metadata{
  /*flex: 1 1 200px;*/
  padding-right: 20px;
  display: block;
	margin-bottom: 6px;
}

.list_metadata > .metadata .titlelabel {
	font-weight: bold;
}

div.sr2 span.metadata {
	display: block;
	margin-bottom: 1px;
	word-wrap: break-word;
}


.item-number{
  padding: 10px;
  font-size: 15px;
}

.contact-link {
  font-weight: 600;
  text-decoration: underline;
}

/*.item-number a{
  color: green;
  font-weight: 600;
}*/
.hover-block {
  position: absolute;
  z-index: 100;
  background: white;
  margin: 0!important;
  top: 240px;
  left: -1px;
  right: -1px;
  border-radius: 0 0 5px 5px;
  /*min-height: 140px;*/
  min-height: 160px;
  box-shadow: 0px 9px 4px 4px rgba(221, 221, 221, 0.2);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.hover-block > .list_title {
  padding: 0 10px 10px 10px;
}
.hover-block >.list_metadata {
  padding: 10px;
}
.search_result_view.list_view > .list_item > .list_title >a> .title-block h4 {
  padding: 0;
  margin: 0;
}

.list_title > .list_metadata {
  padding: 0;
}

.title-block h4,
.metadata {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 220px;
  padding: 0;
  margin: 0;
}


.search_result_view.list_view > .list_item > .list_thumb a {
  width: 90px;
  height: 90px;
  overflow: hidden;
  display: block;
  text-align: right;
}

.search_result_view > .list_item > .list_thumb a {
  width: 220px;
  height: 220px;
  overflow: hidden;
  display: block;
  text-align: right;
}

.search_result_view.list_view > .list_item > .list_metadata > .metadata,
.search_result_view.list_view > .list_item > .list_title >a> .title-block h4,
.hover-block > .list_metadata > .metadata,
.hover-block h4
 {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: unset;
}
.show-more {
  font-size: 0.8rem;
  text-align: right;
  cursor: pointer;
}

.place-right {
  float: right;
}
.btn-tiny {
  padding: 0.2rem .5rem !important;
  font-size: 0.8rem !important;
}

.refine-btn-block{
  width: 18%;
  min-width: 18%;
}

.w170 {
  width: 170px;
  text-align: center;
  display: block;
}

.text-info {
  margin: 0 10px 0 50px;
  font-size: 14px;
  color: #68686f;
  display: block;
  text-align: justify;}
div.the-body {
  margin-left: 70px;
  min-height: 100vh;
  height: auto; }

#header {
  position: relative;
  z-index: 4; }

.arrow {
  position: absolute;
  top: 10px;
  right: -10px;
  cursor: pointer;
  line-height: 1rem; }

.arrow::after {
  content: '\25BC';
  color: #a9a9a9;
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.arrow_open::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.divblock {
  width: 100%; }

.item_type_link:hover {
  background: #f7f7f7;
  border-radius: 4px; }

.item_type_link {
  line-height: 1rem;
  max-width: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.item_type_link a {
  text-decoration: none; }

.item_type_link span {
  /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/ }

.item-count {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #e8e8e8;
  font-weight: 600;
  min-width: 30px;
  text-align: center; }

.item-type-title a {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px; }

.item-type-title#all-facets a {
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  /*color: #4caf50;*/ }

.bold {
  font-weight: 600;
  /*background: #eff5e9;*/
  border-radius: 4px; }

.date-block input {
  width: 65%;
  border: none;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: none;
  -webkit-appearance: none; }

.date-block input::before {
  content: url('../elastic-search/svg/cal.svg');
  position: absolute;
  right: 0px;
  z-index: 1;
  padding: 5px;
  border-left: 1px solid gray;
  height: 18px;
  width: 18px; }

.date-block input::-webkit-calendar-picker-indicator {
  background: none;
  position: absolute;
  right: 5px;
  z-index: 2;
  color: rgba(0, 0, 0, 0);
  cursor: pointer; }

.date-block input::-webkit-inner-spin-button {
  position: absolute;
  right: 25px;
  background: none; }

.date-block input::-webkit-inner-spin-button {
  position: absolute;
  right: 30px;
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-appearance: none; }

.date-block input::-webkit-clear-button {
  position: absolute;
  right: 35px; }

.date-block label {
  padding-left: 5px;
  font-size: 1.2em;
  width: 30%;
  white-space: nowrap; }

.date-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid grey;
  border-radius: 4px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10px 0; }

.text-block {
  padding: 10px 0; }

.disabled {
  background: grey !important;
  pointer-events: none;
  border-radius: 4px; }

.search-input__remove {
  -webkit-appearance: none;
  background: #bbbbbb;
  border: 2px solid #bbbbbb;
  width: 30px;
  height: 30px;
  color: white;
  box-sizing: border-box;
 }

.search-input__remove :disabled {
  -webkit-appearance: none;
  background: #e5e5e5;
  border: 2px solid #e5e5e5; }

.search-input__remove:hover:enabled {
  background: white;
  border: 1px solid red;
  color: red; }

.refine-block {
  width: 90% !important;
  margin: 10px 0; }

.overlay {
  position: fixed;
  z-index: 11;
  width: 100%;
  height: 100%;
  background: rgba(202, 202, 202, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  overflow-y: auto; }

.overlay::-webkit-scrollbar {
  width: 0;
  -webkit-appearance: none;
          appearance: none; }

.overlay::-webkit-scrollbar-track {
  -webkit-appearance: none;
          appearance: none; }

.overlay::-webkit-scrollbar-thumb {
  border-radius: 2px;
  -webkit-appearance: none;
          appearance: none; }

.overlay::-webkit-scrollbar-thumb:window-inactive {
  -webkit-appearance: none;
          appearance: none; }

.overlay.is_visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

/*
#refine-search-block {
    margin: auto;
    display: flex;
    flex-direction: column;
    background: white;
    padding: 30px;
    max-width: 400px;
    min-height: 620px;
    border-radius: 4px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, .07);
}
*/
#restrict-keywords-block {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  padding: 10px;
  border: 1px dotted #eaeaea;
  margin: 10px 0;
  border-radius: 4px; }

#restrict-keywords-block::before {
  content: "Click 'Add or Restrict keywords' to add input field";
  font-size: 15px;
  color: gray; }

#add-restrict-btn > .refine-search-btn {
  width: 250px; }

.info-block {
  position: relative;
  align-self: center; }

.info-block__title {
  margin-right: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #848181; }

.info-block i {
  font-size: 20px;
  color: #bdbdbd; }


.info-block i:hover + .info-block__text {
  display: block; }

.info-block__text {
  position: absolute;
  top: 0;
  left: 30px;
  padding: 20px;
  background: white;
  border: 1px solid lightgray;
  border-radius: 4px;
  width: 300px;
  max-width: 300px;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  z-index: 10; }

.item-check-block {
  width: 220px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  padding: 15px;
  margin: 10px !important; }

.list_item:hover > .item-check-block > .list_icon {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.list_item:hover > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.list_icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  border-radius: 50px;
  margin-right: 5px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0; }

.list_icon img {
  margin: auto; }

.item-check-block input {
  width: auto; }

/*    .list_check {
    padding: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: 5px;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, .1);
}
*/
.list_view > .list_item > .item-check-block {
  position: relative;
  width: auto !important;
  height: auto !important; }

.list_view > .list_item > .item-check-block > .list_icon {
  width: auto;
  height: auto;
  display: block;
  background: unset;
  border-radius: 0;
  margin-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  visibility: visible;
  opacity: 1; }

.list_view > .list_item > .item-check-block > .list_check {
  padding: 0;
  background: unset;
  border-radius: 0;
  margin-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::before {
  content: "";
  background: #ffffff;
  border-radius: 50%;
  margin-left: 5px;
  -webkit-box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 0;
  width: 40px;
  height: 40px;
  /*visibility: hidden;
    opacity: 0;*/ }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::before {
  visibility: visible;
  opacity: 1; }

.list_item:hover > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.list_view > .list_item:hover > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::before {
  visibility: hidden;
  opacity: 0; }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::before {
  visibility: hidden;
  opacity: 0; }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::before {
  visibility: hidden;
  opacity: 0; }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:hover ~ .checkbox-input__checkmark::after {
  left: 2px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0 !important; }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 0px;
  width: 5px;
  height: 10px;
  background: none;
  border: solid #797979;
  border-radius: 0;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  top: 0px;
  width: 5px;
  height: 10px;
  background: none;
  border: solid #797979;
  border-radius: 0;
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 17px;
  top: 12px;
  width: 15px;
  height: 15px;
  background: lightgrey;
  border-radius: 2px;
  border: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:hover ~ .checkbox-input__checkmark::after {
  left: 20px;
  top: 12px;
  width: 5px;
  height: 10px;
  background: none;
  border-radius: 0;
  /*border: solid #4CAF50;*/
  border-width: 0 2px 2px 0 !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark::after {
  content: "";
  position: absolute;
  display: block;
  left: 20px;
  top: 12px;
  width: 5px;
  height: 10px;
  background: none;
  border-radius: 0;
  border: solid #797979;
  border-width: 0 2px 2px 0!important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: lightgrey;
  border-radius: 2px;
  padding: 0; }

.list_view > .list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__input:checked ~ .checkbox-input__checkmark {
  background: none;
  border: none; }

.list_item > .item-check-block > .list_check > .checkbox-input__label > .checkbox-input__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background: unset;
  border-radius: 0;
  padding: 0; }

.filter-reset {
  text-align: center;
  margin: 20px; }

.btn-def {
  padding: .5rem .9rem;
  font-size: 1rem;
  line-height: 2;
  border-radius: .3rem;
  color: gray;
  border-color: gray;
  cursor: pointer;
  border: 1px solid; }


.btn-small {
  padding: .4rem .8rem;
  font-size: .875rem;
  line-height: 1.5; }


.btn-gray {
  color: white;
  border-color: gray;
  background: gray; }

.btn-gray:hover {
  border-color: #c3c3c3;
  background: #c3c3c3; }


.search-field {
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 18, 28, 0.12);
          box-shadow: 0 2px 4px 0 rgba(12, 18, 28, 0.12);
  border-bottom: none;
  padding: 35px 30px 35px 20px; }

.buttons-block {
  border-bottom: 1px solid #dedede; }

.search-block__left {
  width: 0;
  min-width: 0;
  display: unset;
  -webkit-box-shadow: 0 2px 6px 0 rgba(12, 18, 28, 0.5);
          box-shadow: 0 2px 6px 0 rgba(12, 18, 28, 0.5);
  border-right: none;
  -webkit-transition: min-width 0.5s;
  -o-transition: min-width 0.5s;
  transition: min-width 0.5s; }

.search-block__left_open {
  min-width: 250px;
  display: unset; }

.filter {
  overflow-x: hidden;
  min-width: 250px;
  display: block; }

.filter__title {
  padding: 0 20px;
  /*background: #007a4b;*/
  border-bottom: none; }

.filter__title h1 {
  color: white;
  font-size: 16px; }

.search-block__filter-btn {
  /*background: #007a4b;*/
  border: none;
  border-radius: 0 5px 5px 0; }

.search-block__filter-btn i {
  color: #ffffff; }

.filter__item-title {
  border-bottom: 1px solid #e0e0e0;
  background: #f9f9f9; }

.search_result_view {
  margin: 45px 0 50px 30px; }

.search-block-result {
  padding: 15px 10px 20px 30px; }
/*
.arrow {
  right: -5px; }*/

.arrow::after {
  content: '\203A';
  font-size: 25px; }

.arrow_open::after {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important; }

.arrow::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.search-block__content {
  background: rgba(239, 239, 239, 0.5); }

.list_item {
  border: 1px solid #e0e0e0;
  background: white; }

.list_item:hover {
  -webkit-box-shadow: 0px 0px 4px 4px rgba(180, 180, 180, 0.2);
          box-shadow: 0px 0px 4px 4px rgba(180, 180, 180, 0.2); }

.search-field__title h2 {
  text-transform: uppercase;
  font-size: 14px;
  color: #5f5f5f; }

.block-space-between {
  padding: 10px 30px 10px 30px; }

.search-block__filter-btn {
  z-index: 1; }

.search_result_view {
  margin: 45px 30px 50px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }

.filter-checkbox {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.refine-search-block {
  background: white;
  height: auto;
  width: 100%;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #e4e3e3;
  display: none; }

.refine-search-block > .search-input {
  max-width: 100%;
  width: auto; }

.col-1 {
  max-width: 70% !important; }

.col-3 {
  max-width: 30% !important;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

#restrict-keywords-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

#restrict-keywords-block::before {
  content: ""; }

#restrict-keywords-block > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 3 30%;
          flex: 1 3 30%;
  margin: 0 20px; }

.leftside {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.mrg-block {
  margin: 10px; }

.order-number {
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  color: gray; }

.search-input.refine-block {
  border-radius: 5px 0 0 5px; }

.search-input__remove {
  width: 38px;
  height: 38px;
  border-radius: 0 4px 4px 0; }

.item-type-title.remove-link a{
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
  /*color: #4caf50;*/
  white-space: nowrap; }

.input-small {
  border-radius: 0.4rem;
  border: 1px solid grey; }

.input-small input {
  max-width: 150px;
  padding: 9px;
  border-radius: 0.4rem;
  border: none;
  -webkit-appearance: none;
  outline: none; }

/*
#main {
    overflow-y: unset;
    overflow-x: unset;
    padding-bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    position: fixed;
}
#footer {
    margin-top: 0;
}
#wrap {
    min-height: unset;
    min-width: unset;
}
.the-body {
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: auto;
}
.the-body::-webkit-scrollbar {
    width: 0;
    appearance: none;
}

.the-body::-webkit-scrollbar-track {
    background: #bdbdbd;
    appearance: none;
}
.the-body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #007a4b;
    appearance: none;
}

.the-body::-webkit-scrollbar-thumb:window-inactive {
    background: #bdbdbd;
    appearance: none;
}
#normal-search-block{
    position: sticky;
    top: 0;
    background: aliceblue;
    z-index: 10;
    padding: 35px 30px 30px 50px;
}

div.the-body {
    margin-left: 2px; 
}
#footer {
    margin-left: 0px;
}
*/

/* Vars:
   ========================================================================== */
.search-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.filter__title, .menu-title, .block-space-between, .half-block-space-between, .btn, .page-block-buttons, .view-block-buttons, .switcher, .list-block_horz ul, .list-block_vert ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.search-block__content {
  width: 100%;
  background: rgba(239, 239, 239, 0.5); }

.search-block__left {
  width: 0;
  min-width: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  -webkit-box-shadow: 0 2px 6px 0 rgba(12, 18, 28, 0.5);
          box-shadow: 0 2px 6px 0 rgba(12, 18, 28, 0.5);
  -webkit-transition: min-width 0.5s;
  -o-transition: min-width 0.5s;
  transition: min-width 0.5s; }

.search-block__filter-btn_open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.search-block__filter-btn_close i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.search-block__filter-btn {
  position: absolute;
  /*background: #007a4b;*/
  border-radius: 0 5px 5px 0;
  height: auto;
  width: auto;
  cursor: pointer;
  z-index: 1; }
  .search-block__filter-btn i {
    padding: 10px;
    font-size: 23px;
    color: #ffffff; }

.search-block__left_open {
  min-width: 250px; }

.search-block {
  font-family: "Roboto", sans-serif;
  min-height: 100vh; }
  .search-block input {
    outline: none;
    -webkit-appearance: none; }
  .search-block button {
    outline: none;
    -webkit-appearance: none; }

.filter__title {
  /*background: #007a4b;*/
  padding: 0 20px;
  height: 43px; }
  .filter__title h1 {
    text-transform: uppercase;
    color: white;
    font-size: 16px; }

.filter__main-block {
  height: auto;
  max-height: unset; }

.filter__item-title {
  padding: 16px;
  border-bottom: 1px solid #e0e0e0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0;
  background: #f9f9f9; }

.filter__item-main-block {
  padding: 10px 20px;
  display: block;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden; }
/*
.filter__item-main-block::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
          appearance: none; }

.filter__item-main-block::-webkit-scrollbar-track {
  background: #bdbdbd;
  -webkit-appearance: none;
          appearance: none; }

.filter__item-main-block::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #007a4b;
  -webkit-appearance: none;
          appearance: none; }

.filter__item-main-block::-webkit-scrollbar-thumb:window-inactive {
  background: #00613b;
  -webkit-appearance: none;
          appearance: none; }
*/

.remove-link a {
  display: initial !important;
}

.filter__items-list a {
  font-size: 12px;
  display: block;
  color: #101010; }

.filter__items-list ul {
  padding-left: 0; }
  .filter__items-list ul li {
    position: relative;
    list-style: none;
    margin: 2px 0; }
    .filter__items-list ul li ul {
      display: none; }
      .filter__items-list ul li ul.open {
        display: block; }
    .filter__items-list ul li > ul li a {
      padding-left: 10px; 
      display: block;}
    .filter__items-list ul li > ul li > ul li a {
      padding-left: 20px;
      display: block;}

.filter__item-main-block_collupse {
  display: none; }

.filter {
  overflow-x: hidden;
  min-width: 250px;
  display: block; }

.menu-title__text {
  text-transform: uppercase;
  padding: 0 10px;
  font-weight: bold; }

.menu-title__icon i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s; }

.menu-title__icon_open i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.menu-title_btn {
  white-space: nowrap;
  padding: 0 10px;
  display: inline-block; }

.menu-title {
  font-size: 14px;
  font-weight: 600;
  color: #404646; }

.block-space-between {
  padding: 10px 30px 10px 30px; }

.half-block-space-between {
  max-width: 100%; }

.btn {
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  color: #404646; }
  .btn a {
  color: #404646;}
  .btn a:hover {
    color:unset;}
  /*.btn:hover {
    color: #4caf50; }*/
  .btn i {
    padding-right: 10px;
    font-size: 25px; }

.page-block-buttons__inputpage {
  margin: 0 5px; }
  .page-block-buttons__inputpage input[type='text'] {
    width: 70px;
    padding: 10.5px;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    text-align: center; }

.page-block {
  background: white;
  border: 1px solid #bdbdbd;
}    
.page-block-buttons__leftpage {
  border-radius: 5px 0 0 5px; }

.page-block-buttons__rightpage {
  border-radius: 0 5px 5px 0; }
  .page-block i {
    padding: 13px;
    font-size: 10px;
    color: #404646; }


.page-block-buttons__result {
  margin: 0 10px; }

.page-block-buttons {
  margin: 0 5px;
  padding: 0;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer; }

.view-block-buttons__grid-block {
  background: white;
  border-top: 1px solid #bdbdbd;
  border-right: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  border-radius: 0 5px 5px 0; }
  .view-block-buttons__grid-block:hover {
    background: #ffffff; }
    /*.view-block-buttons__grid-block:hover i {
      color: #4caf50; }*/
  .view-block-buttons__grid-block i {
    padding: 8px;
    font-size: 20px;
    color: #404646; }

.view-block-buttons__list-block {
  background: white;
  border: 1px solid #bdbdbd;
  border-radius: 5px 0 0 5px; }
  .view-block-buttons__list-block:hover {
    background: #ffffff; }
    /*.view-block-buttons__list-block:hover i {
      color: #4caf50; }*/
  .view-block-buttons__list-block i {
    padding: 8px;
    font-size: 20px;
    color: #404646; }


.view-block-buttons {
  margin: 0 5px;
  padding: 0;
  border-radius: 10px;
  font-size: 12px;
  cursor: pointer; }

.switcher__label {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 30px; }
  .switcher__label input {
    opacity: 0;
    width: 0;
    height: 0; }
   /* .switcher__label input:checked + .switcher__slider {
      background-color: #00613b; }*/
    .switcher__label input:checked + .switcher__slider::before {
      -webkit-transform: translateX(22px);
      -ms-transform: translateX(22px);
      transform: translateX(22px); }
    .switcher__label input:focus + .switcher__slider {
      outline: none; }

.switcher__slider {
  position: absolute;
  cursor: pointer;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  .switcher__slider::before {
    position: absolute;
    content: "";
    border-radius: 4px;
    height: 22px;
    width: 22px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s; }

.switcher__title {
  margin: 0 10px; }

.switcher {
  padding: 10px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
  color: #404646; }

.dropdown-menu__btn {
  width: auto;
  border: 2px solid #bdbdbd;
  border-radius: 5px;
  background: white;
  padding: 5px 10px; }

.dropdown-menu__list {
  display: none;
  /*width: 150px;*/
  max-width: 250px;
  overflow-y: auto;
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
  padding: 10px;
  right: -50%;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(12, 18, 28, 0.06);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(12, 18, 28, 0.06);
  scrollbar-width: thin;
  scrollbar-color: #1b2d38 #adb8c0; }
  .dropdown-menu__list ul {
    padding: 0; }
    .dropdown-menu__list ul li {
      list-style: none;
      padding: 10px; }
.dropdown-menu__list i {
    padding: 0 5px;
}
.dropdown-menu__btn_orderby {
  width: auto;
  border: 1px solid #bdbdbd;
  padding: 10px;
  border-radius: 5px;
  background: white; }

.dropdown-menu {
  display: block;
  position: relative; }

.radio-button__input {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 50px;
  display: inline-block;
  position: relative; }
  .radio-button__input:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
  .radio-button__input:checked {
    background-color: #e9ecee;
    color: #99a1a7;
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .radio-button__input:checked:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    .radio-button__input:checked:after {
      content: ' ';
      width: 8px;
      height: 8px;
      border-radius: 50px;
      position: absolute;
      top: 2px;
      background: #99a1a7;
      -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
              box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.3);
      text-shadow: 0px;
      left: 2px;
      font-size: 32px; }

.radio-button__label {
  display: inline-block;
  padding-left: 5px;
  cursor: pointer;
  font-size: 12px; }

.search-input__btn {
  width: 100%;
  background: white;
  height: 100%;
  border: none;
  max-width: 250px;
  border-radius: 10px 0 0 10px;
  border-right: 2px solid darkgrey; }

.search-input__select-block {
  display: none;
  width: auto;
  min-width: 200px;
  max-width: 250px;
  margin-top: 10px;
  background: white;
  border-radius: 10px;
  position: absolute;
  z-index: 2;
  padding: 15px 0px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(12, 18, 28, 0.06);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12), inset 0 0 0 1px rgba(12, 18, 28, 0.06); }

.search-input__option-block {
  height: 500px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  /*scrollbar-color: #007a4b #00613b;*/ }
  .search-input__option-block ul {
    padding: 0;
    margin: 10px 0; }
  .search-input__option-block li {
    list-style: none; }
   /* .search-input__option-block li:hover {
      background: #007a4b;
      color: #ffffff; }
  .search-input__option-block::-webkit-scrollbar {
    width: 5px; }*/
  /*.search-input__option-block::-webkit-scrollbar-track {
    background: #bdbdbd; }
 .search-input__option-block::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #007a4b; }*/

.search-input__input {
  width: 100%;
  border: none;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px; }

.search-input__submit {
  /*background: #fff;*/
  margin: 0;
  border: none;
  padding: 9px 15px !important;
  border-radius: 0 4px 4px 0;
  /*border-left: 2px solid #b7b7b7;*/
  /*color: #404646;*/
  font-size: 18px;
  cursor: pointer; }
 /* .search-input__submit:hover {
    background-color: #007a4b;
    color: white; }
*/
.search-input {
  width: 100%;
  background: white;
  border: 1px solid #bdbdbd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 5px;
  /*box-shadow: 0 2px 4px 0 rgba(12, 18, 28, .12);*/ }

.checkbox-input__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: lightgrey;
  border-radius: 2px;
  padding: 0; }
  .checkbox-input__checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 1px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #797979;
    border-width: 0 2px 2px 0 !important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkbox-input__input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  top: -10px;
  left: 0;
  /*width: 180px;
  max-width: 180px;*/
  height: 30px; }
  .checkbox-input__input:hover ~ .checkbox-input__checkmark::after {
    left: 2px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0 !important; }
  .checkbox-input__input:checked ~ .checkbox-input__checkmark {
    background: none;
    border: none; }
  .checkbox-input__input:checked ~ .checkbox-input__checkmark::after {
    display: block; }

.checkbox-input__label {
  position: relative;
  padding: 0 10px; }

.checkbox-input__title {
  font-size: 12px; }

.checkbox-input {
  padding: 15px 10px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.search-btn {
  width: 100%;
  padding: 12px 0;
  margin: 0;
  /*background: #007a4b;*/
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  cursor: pointer; }
  .search-btn span {
    color: white; }
  .search-btn i {
    font-size: 20px;
    color: white; }
  /*.search-btn:hover {
    background: #00613b; }*/

.margin-block_left {
  margin-left: 10px; }

.margin-block_right {
  margin-right: 10px; }

.margin-block {
  display: block; }

.search-field_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.search-field_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.search-field__title {
  display: block;
  width: auto;
  white-space: nowrap;
  padding: 10px;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 14px;
  color: #5f5f5f; }

.search-field {
  width: auto;
  padding: 35px 30px 35px 20px;
  background: white;
  -ms-flex-item-align: center;
      align-self: center;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 2px 4px 0 rgba(12, 18, 28, 0.12);
          box-shadow: 0 2px 4px 0 rgba(12, 18, 28, 0.12); }

.list-block ul {
  padding: 0; }
  .list-block ul li {
    list-style: none;
    padding: 15px 10px; }

.text-block {
  padding: 10px;
  font-size: 12px; }

.massage-block__content {
  width: 50%;
  margin: 20px auto; 
  color:black;}

.massage-block__points {
  margin: 20px 0; }
  .massage-block__points li {
    padding: 5px 0; }

.massage-block__title h1 {
  padding: 10px 0;
  font-size: 25px;
  font-weight: 600; }

.message-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #dedede; }

.btn.open i {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.open i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

select {
  border: none;
  background: grey;
  color: white;
  font-family: Roboto, sans-serif;
  border-radius: 4px 0 0 4px; }

button.itemtype-search-btn {
  -webkit-appearance: none;
  width: 200px;
  height: 100%;
  border: none;
  max-width: 250px;
  border-radius: 10px 0 0 10px;
  border-right: 2px solid darkgrey;
  background: white;
  outline: none; }

.itemtype-search-btn-title {
  font-size: 15px; }

.search_field .searchListView {
  padding: 10px 0; }

.search_refine_button {
  width: auto;
  height: auto;
  margin-left: 10px; }

span.search_refine_btn {
  width: 180px;
  padding: 10px 0;
  line-height: 20px;
  margin: 0;
  border: 2px solid darkgrey;
  background: white;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.search_refine_btn span {
  font-size: 15px;
  color: #4b535a; }

#search_result {
  font-family: 'Roboto', sans-serif; }

.search_result_view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 45px 0 50px 50px;
  min-height: 550px; }

.list_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
  /*height: 400px;*/
  height: 420px;
  width: auto;
  margin: 5px;
  border-radius: 5px;
 /* padding: 10px;*/
  -ms-flex-preferred-size: 220px;
      flex-basis: 220px;
  /*overflow: hidden;*/
  min-width: 240px; }

.list_view {
  margin: 45px 25px 50px 50px; }

.itemtitile h4 {
  margin: 0;
  padding: 0;
}

.search_result_view.list_view > .list_item > div {
  padding: 0;
  width: auto;
  height: auto; }

.search_result_view.list_view > .list_item >.list_metadata > .metadata {
  max-width: 30%;
  min-width: 30%;
}

.search_result_view.list_view > .list_item >.list_title {
    width: 300px;
    max-width: 200px;
}

.search_result_view > .list_item > .list_thumb {
  height: 220px; }

.search_result_view > .list_item > div {
  height: auto;
  padding: 10px 0;
  margin: 0 10px;
  width: auto; }

.search_result_view.list_view > .list_item > .list_thumb img {
  height: 90px;
  width: auto; }

.search_result_view > .list_item > .list_thumb img {
  height: 220px;
  width: auto; }

.search_result_view.list_view > .list_item > .list_check,
.search_result_view.list_view > .list_item > .list_icon {
  display: block; }

/*
.search_result_view>.list_item>.list_check,
.search_result_view>.list_item>.list_icon {
    display: none;
}
*/
.search_result_view.list_view > div {
  /*height: 90px;*/
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.search_result_view.list_view > .list_item {
  padding: 10px;}

.search_result_view > .list_item > .list_title a.sr2title {
  font-weight: 400;
  text-decoration: none;
  font-size: 0.9em;
  display: block; }

.search_result_view > .list_item > .list_metadata {
  -webkit-box-flex: 5;
      -ms-flex: 5 1 250px;
          flex: 5 1 250px; }

.input-block {
  padding: 10px; }

.input-block__title {
  font-size: 12px;
  padding: 10px 0; }

.checkbox-block {
  padding: 5px; }

.search-block-result {
  width: 15%;
  min-width: 250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 10px 20px 30px;
  font-size: 1rem; }

#main {
  background: unset; }

.itemtype-sort-btn i {
  font-size: 12px; }

.buttons-block-buttons-sort {
  display: block;
  position: relative; }

.switcher-checklist-lable {
  padding: 0 10px; }

.itemtype-block a {
  color: black;
  font-size: 12px; }
/*
.itemtype-block a:hover {
  color: green; }
*/
.itemtype-block ul li {
  list-style: none;
  padding: 10px; }

.itemtype-block ul {
  padding-left: 0; }

.itemtype-block > ul > li > span > a {
  text-transform: uppercase;
  font-weight: 600; }

.collupse {
  display: none; }

div.main_content {
  padding: 0; }

.open_menu {
  display: block; }

.search_refine_btn.close {
  width: 40px; }

input {
  outline: none; }

.search-container {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.search-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }

.row-block {
  margin: 0 1rem; }

.search-input.thin-border {
  border: 1px solid #bdbdbd;
  margin: 0 1rem; }

.search-input__submit.thin-border {
  border-left: 1px solid #bdbdbd; }

.criteria-selector {
  width: 100%;
  background: white;
  border: 1px solid #99adb3;
  border-radius: 4px;
  white-space: nowrap;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  cursor: pointer;
  position: relative; }

.fieldLabel {
  margin-right: 10px; }

.search-input__option-block {
  height: auto; }

.date-block {
  margin: 0 10px;
  font-size: 12px; }

input {
  outline: none; }

.search-container {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.search-container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0; }

.row-block {
  margin: 0 1rem; }

.search-input.thin-border {
  border: 1px solid #bdbdbd;
  margin: 0 1rem; }

.search-input__submit.thin-border {
  border-left: 1px solid #bdbdbd; }

.search-input__select-block {
  border-radius: 4px; }

.search-input__select-block ul {
  padding: 0; }

.search-input__select-block ul li {
  list-style-type: none;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.radio-button__label {
  padding-left: 15px; }

.criteria-selector {
  width: 100%;
  background: white;
  border: 1px solid #99adb3;
  border-radius: 4px;
  white-space: nowrap;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  position: relative;
  font-size: 0.8rem; }

.fieldLabel {
  margin-right: 10px; }

.search-input__option-block {
  height: auto; }

.date-block {
  margin: 0 10px;
  font-size: 12px; }

.page-block-buttons__inputpage input[type='text'] {
  width: 30px; }

.search-field__input-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.search-input__reset button {
  -webkit-appearance: none;
  border: 0px;
  margin: 0 10px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  outline: none; }

.btn-def > span {
  white-space: nowrap; }

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.m10-block {
  margin: 10px; }

.disabled {
  background: grey !important;
  pointer-events: none;
  color: white !important;
  border-color: #fff !important;
  border-radius: 4px; }

  @media only screen and (max-width: 1820px) {
    .or0 {
      order: 0;
    }
    .or1 {
      order: 1;
    }
    .or2 {
      order: 2;
    }
    .mob-width {
      width: 100%;
    }
    .mob-margin {
      margin: 10px 0;
    }
    .refine-btn-block {
      width: 30%;
  }
  .col-3 {
    max-width: 40% !important;
  }
  }

  @media only screen and (max-width: 1600px) {
    .refine-btn-block {
      width: 40%;
  }}

@media only screen and (max-width: 1400px){
  .search_result_view.list_view > .list_item >.list_metadata > .metadata {
    max-width: 100%;
    min-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .search_field {
    width: auto;
    position: relative; }
  #rMenuSearch {
    display: none; }
  .refine-btn-block {
      width: 50%;
  }
  .search_result_view.list_view > div {
    height: auto;
  }
  .search_result_view.list_view > .list_item {
    justify-content: end;
  }
  .search_result_view.list_view > .list_item >.list_title {
    width: 200px;
    max-width: 100px;
}
.search_result_view > .list_item > .list_metadata {
  -webkit-box-flex: 5;
      -ms-flex: 5 1 150px;
          flex: 5 1 150px; }

.buttons-block {
        flex-direction: column;
      }
.row-block {
  margin: 2px!important;
}

.search-block-result {
  width: 100%;
  min-width: unset;
  padding: 15px 10px 0px 30px;
}
.buttons-block {
  align-items: end;
}

.switcher {
  padding: 10px 0;
}

}

@media only screen and (max-width: 790px) {
  div.the-body {
    margin-left: 0; }
  .search_field {
    width: auto;
    position: relative; }
  #rMenuSearch {
    display: none; }
  .filter {
    height: auto;
    width: 100%;
    background: white; }
  .search-block__filter-btn {
    display: none; }
  .filter__main-block {
    background: white; }
  .search-block__left {
    width: 100%; }
  .search-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .search_result_view.list_view > .list_item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: auto; } 
      
      
      /*Mobile*/

      .search-field {
        flex-direction: column;
      }
      
      .text-info {
        margin: 0;
      }

      .btn  {
        flex-direction: column;
      }

      .btn i {
        font-size: 20px;
        padding: 0;
    }
      .switcher__title {
        display: none;
      }

      .view-block-buttons span:first-child {
        display: none;
      }
      .view-block-buttons {
        width: auto;
        justify-content: end;
      }

      #proloader{
        width: 100%!important;
      }

      .nav-search-box{
        display: none!important;
      }

      .item_type_link {
        max-width: 90%;
      }

      .search_result_view {
        justify-content: center;
        margin: 10px 0;
      }
      .search-input__select-block {
        right: 0;
        width: 100%;
        min-width: 100%;
      }

      .search-container-row {
        flex-direction: column!important;
        align-items: end!important;
      }
      .search-input__option-block {
        max-height: 200px;
      }
      .search-input.thin-border {
        margin: 0!important;
      }
      .view-block-buttons__list-block i,
      .view-block-buttons__grid-block i {
          font-size: 15px;
      }
      .criteria-selector {
        padding: 8px;
      }
      .flex-block {
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }

      .col-3 {
        max-width: 100% !important;
      }
      .page-block-buttons__leftpage i {
        padding: 10px;
      }
      .page-block-buttons__rightpage i {
        padding: 10px;
      }
      .page-block-buttons__inputpage input[type='text'] {
        padding: 8px;
      }
      .block-space-between {
        padding: 10px;
      }
      .or2 {
        flex-wrap: nowrap;
      }
      .page-block-buttons{
        justify-content: start;
      }
      .info-block{
        display: none;
      }
      .search_result_view.list_view > .list_item >.list_metadata > .metadata {
        max-width: unset;
    }

      }

