html {
  width: 100%;
  height: 100%;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  --theme-color-primary: #99cc33;
}

.content {
  /* max-width: 1850px; */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: calc(100vh - 540px);
}

.main_face {
  display: flex;
}

.main_filter {
  width: 20%;
}

.smartfilter {}

.filter-items>div {
  width: 180px;
}

.filter-items {
  display: flex;
  flex-direction: column;
}

.bx-filter-button-box .bx-filter-parameters-box-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  max-width: 140px;
}

.bx-active .bx-filter-block {}

.bx-filter-popup-result {
  display: none !important;
}

.main_catalog {
  /* display: flex; */
  /* margin-top: 20px; */
  padding-top: 15px;
}

.bx-filter .bx-filter-section {
  padding-top: 0!important
}

.error-message {
  display: inline-block;
    padding: 9px 12px;
    background: #9c33;
    color: #7b2b2b;
}

.catalog-list {
  /* display: flex; */
  /* max-width: 1600px; */
  max-width: 1150px;
  /* overflow-x: auto; */
}
.compare-table {
  width: 100%;
  padding-bottom: 30px;
}

.catalog-item {
  padding: 40px;
}

.catalog-list table {
  /* width: 400px; */
  width: 100%;
}
.catalog-list tbody tr:hover {
  background: #f3f3f3;
  transition: all .2s;
}

.pdf-table-header-group {
	position: sticky;
  position: -webkit-sticky;
	top: 0px;
	z-index: 5;
  background: #fff;
}

.catalog-list td {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 12px;
  /* max-width: 12%; */
  max-width: 0;
}

.tr_pics td {
  border: 0px solid #777;
}

.catalog-item-image img {
  /* max-width: 100px; */
  max-width: 140px;
  height: auto;
}

.menu_line {
  position: relative;
  padding: 0 10px 0 0;
  margin-bottom: 20px;
  min-height: 5px;
  background: var(--theme-color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.menu_line a {
  display: block;
  border-radius: 20px;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff8022;
}

.top_line {
  width: 100%;
  margin: 30px 0;
}

.logo {
  display: block;
  width: 300px;
}

.logo img {
  width: 80%;
}

.header_phone {
  line-height: 24px;
  color: #ef7e2b;
}

.header_phone span {
  font-size: 18px;
}

.header_phone a {
  color: #ef7e2b;
}

.header_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
}

.remover {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.remover span {
  color: red;
}

.remover a {
  color: red;
  font-size: 10px;
}

.td_desc {
  text-align: center;
}

.td_desc td {
  height: 50px;
  /* vertical-align: top; */
}

.btn-themes {
  background: #99cc33;
  ;
}

.bg-dark {
  background-color: #343a40 !important;
  color: #fff;
}

.footer-row {
  display: flex;
  justify-content: space-between;
}

.bx-footer-section.py-5.bg-dark .row {
  display: flex;
  justify-content: space-between;
}

.bx-footer-logo img {
  max-width: 200px;
    height: auto;
    margin-top: 6px;
}

.footer-social img {
  height: 40px;
  width: 40px;
  margin-top: 20px;
}

.post-form {
  width: 25%;
  color: #fff;
  order: 5;
}

.footer_subform-title {
  color: #9c3;
  font-size: 16px;
  font-weight: bold;
}

.footer_subform-flex>span {
  display: block;
  font-size: 14px;
  max-width: 205px;
  margin-right: 40px;
  color: #fff;
}

.subscribe-btn span {
  color: #fff;
  background: #ff8022;
  transition: .2s;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 24px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 2px;
  height: 40px;
  display: inline-block;
  margin: 10px 0 5px;
}

.footer_subform .pr_text {
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  margin-bottom: 5px;
}

.upopup {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 265px;
  padding: 20px;
  color: #191919;
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.footer-phones {
  font-size: 20px;
}

.footer-posting_text {
  font-size: 12px;
}

.upopup-close {
  position: relative;
  left: -30px;
  top: -55px;
  width: 30px;
  height: 30px;
  background-color: rgba(153, 204, 51, 1.00);
  box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.23);
  transition: .125s;
  opacity: .8;
  margin-bottom: -30px;
}

.upopup-close::before {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  transform: rotate(-45deg);
}

.upopup-close::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  transform: rotate(45deg);
}

.upopup-title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 20px 0;
  text-align: left;
  color: #191919;
  background-color: #ffffff;
}

.subscribe-form-item__btn--btn-submit {
  color: #fff;
  background: #ff8022;
  transition: .2s;
  cursor: pointer;
  font-size: 16px;
  padding: 12px 24px;
  line-height: 16px;
  text-decoration: none;
  border-radius: 2px;
  height: 40px;
  display: inline-block;
  margin: 10px 0 5px;
  border: 0;
  outline: 0;
}

.topdf_btn {
  width: 140px;
}


/*  */
.td-remove {
  background: #f5f5f5;
  padding: 0!important
}
.td-remove div {
  width: 100%;
  padding: 8px;
  font-size: 8px;
  color: #000;
  text-align: center;
  user-select: none;
  cursor: pointer;
  line-height: 12px;
  text-transform: uppercase;
  display: flex;
}
.td-remove div::before {
  content: "+";
    color: red;
    transform: rotate(45deg);
    display: inline-block;
    font-size: 15px;
    display: inline-block;
    margin-right: 3px;
}
.td-remove:hover {
  background:#f6b6b6;
}
.td-remove div span {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 18px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
}
td.instart-item {
  height: auto;
  background: #ee7e2a;
  color: #fff;
  padding: 0!important;
}
td.instart-item a {
  color: #fff;
  text-decoration: underline;
  display: block;
  padding: 10px;
}
td.other-item {
  height: auto;
  background: #bbb;
  color: #000;
}
.td_desc td {
  /* font-size: 16px; */
  font-size: 14px;
  padding: 5px;
}
.catalog-item-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.td-main {
  background: #f5f5f5;
  font-weight: bold;
  vertical-align: bottom;
}
.td-highlighted {
  color: #457744;
  background: #efe;
}
.after-table {
  margin-top: 20px;
}
.td-prices {
  padding: 0!important;
  background: #feff00;
  text-align: center;
}
a.show-prices-column {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}
label {
  font-weight: normal;
  margin-bottom: 0;
}
input[type="radio"], input[type="checkbox"] {
  margin-top: 2px;
}
.orange-btn {
  background: #ff8022;
  padding: 10px 12px;
}
.orange-btn:hover{
  background: #ff9a33;
  padding: 10px 12px;
}
.btn {
	padding: 10px 12px;

}

.pdf-hide {
  position: sticky;
  position: -webkit-sticky;
  top: 220px;
  z-index: 5;
}
.pdf-hide td:first-child{
  background: #f5f5f5;
}
#filter-set-btns-1 {
  margin-top: 10px;
}
.office_info_wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 30px;
  max-width: 300px;
}
.office_info_item {
	margin-bottom: 20px;
  max-width: 130px
}
.office_info_qr {
	text-decoration: none;
	display: block;
  text-align: center;
}
.office_info_qr:hover {
	text-decoration: none;
}
.office_info_qr p img {
	max-width: 30px;
}
.office_info_qr img {
	max-width: 120px;
  filter: invert(1);
}
.office_info_qr p {
	font-weight: bold;
	padding-left: 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
