.light-blue {
  color: #0048ff;
}

.dark-blue {
  color: #0d2050;
}

body {
  font-size: 16px;
  line-height: 1.9em;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body p:last-child {
  margin: 0;
}
body .h1,
body h1 {
  font-size: 50px;
}
body .h2,
body h2 {
  font-size: 25px;
}
body .h3,
body h3 {
  font-size: 22px;
}
body .h4,
body h4 {
  font-size: 20px;
}
body .h5,
body h5 {
  font-size: 18px;
}

@media (max-width: 1024px) {
  body .h1,
  body h1 {
    font-size: 30px;
  }
}
.header-home .oxy-header-container {
  align-items: center;
  width: 100%;
  padding: 0;
  max-width: none;
}
.header-home .oxy-header-container .oxy-header-center {
  background: rgba(255, 255, 255, 0.65);
}
.header-home .oxy-header-container .oxy-header-right a {
  color: #333333;
}

.wrapper-lang {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.wrapper-lang ul {
  font-size: 0;
}
.wrapper-lang ul li {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}
.wrapper-lang ul li:last-child a {
  border: none;
}
.wrapper-lang ul li a {
  display: block;
  padding: 1px 5px;
  border-right: 1px solid #bbb;
  text-transform: uppercase;
  color: #888;
}
.wrapper-lang ul li a.active {
  color: #97091e !important;
}

.oxy-pro-menu .oxy-pro-menu-list li.current-menu-item > a,
.oxy-pro-menu .oxy-pro-menu-list li.menu-item:hover > a {
  outline: none !important;
  box-shadow: none !important;
}

@media (max-width: 992px) {
  .wrapper-lang ul {
    padding: 0;
  }
  .header-home .oxy-header-container {
    padding: 0 20px;
  }
  .header-home .oxy-header-container .oxy-header-center {
    background: none;
    justify-content: flex-end;
  }
  .header-home .oxy-header-container .oxy-header-right {
    display: none;
  }
}
.footer_inner h2 {
  font-size: 18px;
  font-weight: 700;
  color: #97091e;
  padding-bottom: 0.7em;
}
.footer_inner p {
  padding-bottom: 0.6em;
  line-height: 1.2em;
}
.footer_inner a {
  color: #555;
  font-style: italic;
  display: inline-block;
  padding-bottom: 10px;
}
.footer_inner a:hover {
  color: #97091e;
  transition-duration: 0.5s;
  transition: all 0.5s ease-out;
}

.coppy-right {
  border-top: solid 1px #ddd;
  padding: 15px;
}

body {
  background: rgba(245, 235, 220, 0.6862745098);
}

#map {
  width: 100%;
  height: 600px;
  margin: 30px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

body .slick-track {
  display: flex;
}
body .slick-dots {
  justify-content: center;
  position: relative;
  padding-top: 20px;
  gap: 15px;
  display: flex;
}
body .slick-dots li {
  margin: 0;
  display: block;
  width: auto;
}
body .slick-dots li button {
  padding: 0;
  width: auto;
  height: auto;
}
body .slick-dots li button:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: none;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
  border: #0d2050 1px solid;
}
body .slick-dots li.slick-active button:before {
  background: #0d2050;
  opacity: 1 !important;
}
body .slick-dotted.slick-slider {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  body .slick-dots {
    justify-content: center;
    position: relative;
    padding-top: 20px;
  }
  body li button:before {
    width: 16px;
    height: 16px;
  }
}
.block-tab {
  overflow: hidden;
}
.block-tab.accordion .tab-menu {
  display: none;
}
.block-tab.accordion .r-tabs-accordion-title {
  display: block;
}
.block-tab > ul {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.block-tab > ul:before, .block-tab > ul:after {
  display: table;
  line-height: 0;
  content: "";
}
.block-tab > ul:after {
  clear: both;
}
.block-tab > ul > li {
  float: left;
  padding: 0;
  border: solid 1px #ddd;
  border-bottom: none;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  position: relative;
  border-right: none;
  letter-spacing: 1px;
}
.block-tab > ul > li:last-child {
  border-right: solid 1px #ddd;
}
.block-tab > ul > li:first-child.r-tabs-state-active {
  border-left: none;
}
.block-tab > ul > li.r-tabs-state-active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 3px;
  background: #97091e;
}
.block-tab > ul > li.r-tabs-state-active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  background: #fff;
}
.block-tab > ul > li.r-tabs-state-active a {
  background-color: #fff;
  color: #97091e;
}
.block-tab > ul > li.r-tabs-state-active .hover {
  display: block;
}
.block-tab > ul > li.r-tabs-state-active .show {
  display: none;
}
.block-tab > ul > li:hover .hover {
  display: block;
}
.block-tab > ul > li:hover .show {
  display: none;
}
.block-tab > ul > li a {
  text-decoration: none;
  color: #aaa;
  display: block;
  padding: 10px 15px 7px;
  background-color: #f3f3f3;
  text-align: center;
}
.block-tab > ul > li a .fa {
  display: block;
  margin-bottom: 5px;
}
.block-tab > ul > li a:hover {
  background-color: #fff;
  color: #97091e;
}
.block-tab > ul > li a .hover {
  display: none;
}
.block-tab > ul > li img {
  display: block;
  width: auto;
  height: 20px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 7px;
}
.block-tab > ul > li .hover {
  display: none;
}
.block-tab .tab-content {
  display: none;
  padding: 26px 0 20px;
  border-top: 1px solid #ddd;
}
.block-tab .tab-content.r-tabs-state-active {
  display: block;
}
.block-tab .tab-content.r-tabs-state-active .hover {
  display: inline-block;
}
.block-tab .tab-content.r-tabs-state-active .show {
  display: none;
}
.block-tab .r-tabs-accordion-title {
  background-color: #f3f3f3;
  color: #888;
  display: none;
}
.block-tab .r-tabs-accordion-title .hover {
  display: none;
}
.block-tab .r-tabs-accordion-title .show {
  display: inline-block;
}
.block-tab .r-tabs-accordion-title img {
  height: 20px;
  display: inline-block;
  margin-right: 20px;
}
.block-tab .r-tabs-accordion-title.r-tabs-state-active {
  background-color: #f3f3f3;
}
.block-tab .r-tabs-accordion-title.r-tabs-state-active a {
  color: #97091e;
}
.block-tab .r-tabs-accordion-title.r-tabs-state-active .hover {
  display: inline-block;
}
.block-tab .r-tabs-accordion-title.r-tabs-state-active .show {
  display: none;
}
.block-tab .r-tabs-accordion-title a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 15px 15px 15px 35px;
  position: relative;
}
.block-tab .r-tabs-accordion-title a .fa {
  position: absolute;
  left: 15px;
  top: 15px;
}
.block-tab .r-tabs-accordion-title a:hover {
  color: #97091e;
}
.block-tab .r-tabs-accordion-title a:hover .hover {
  display: inline-block;
}
.block-tab .r-tabs-accordion-title a:hover .show {
  display: none;
}

.print-pdf {
  display: none;
}

.back {
  color: #97091e;
  font-size: 15px;
  font-weight: 700;
  font-style: italic;
  padding-bottom: 10px;
  display: block;
  cursor: pointer;
}
.back i {
  padding-right: 10px;
}

.product-content {
  *zoom: 1;
}
.product-content:before, .product-content:after {
  display: table;
  line-height: 0;
  content: "";
}
.product-content:after {
  clear: both;
}
.product-content .content-left {
  float: left;
  width: 23.3333%;
}
.product-content .content-left ul {
  padding: 0;
}
.product-content .content-left .box {
  float: left;
  width: 100%;
}
.product-content .content-left .box .box_inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 100%;
  position: relative;
}
.product-content .content-left .box .box_inner .content {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}
.product-content .content-left .box .box_inner .content .content_inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 15px;
}
.product-content .content-left .box .box_inner .content h2 {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding-bottom: 0.4em;
  display: block;
}
.product-content .content-left .box .box_inner .content ul {
  font-size: 0;
  padding-bottom: 0;
  margin-top: -8px;
}
.product-content .content-left .box .box_inner .content ul li {
  display: inline-block;
  width: auto;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  font-style: normal;
  position: relative;
  padding: 0 1px 0 10px;
}
.product-content .content-left .box .box_inner .content ul li:before {
  content: ",";
  position: absolute;
  left: 100%;
}
.product-content .content-left .box .box_inner .content ul li:last-child:before {
  content: "";
}
.product-content .content-left .box .box_inner .content p {
  font-size: 16px;
  color: #ddd;
  padding: 0;
  line-height: 1.6em;
}
.product-content .content-right {
  float: left;
  width: 76.6666%;
  padding-left: 45px;
}
.product-content .content-right .login {
  font-style: italic;
}

@media (max-width: 768px) {
  .product-content .wrapper-product {
    width: calc(100% - 180px);
  }
  .product-content .wrapper-product .wrapper_inner .box {
    width: 50%;
  }
  .product-content .filter {
    padding-right: 20px;
    width: 180px;
  }
  .product-content .content-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-content .content-left .box .box_inner {
    padding-top: 50%;
  }
  .product-content .content-left .box .box_inner .content {
    top: 0;
  }
  .product-content .content-right {
    width: 100%;
    padding-left: 0;
  }
  .product-content .filter {
    width: 100%;
  }
  .product-content .wrapper-product {
    width: 100%;
  }
  .search-box .search-left {
    width: 50%;
  }
  .search-box .search-right {
    width: 50%;
  }
}
@media (max-width: 650px) {
  .wrapper-our-team .our-team_inner .box {
    width: 100%;
  }
  .search-box {
    margin-bottom: 10px;
  }
  .search-box .search-left {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .search-box .search-left .box-top {
    line-height: 1.5em;
  }
  .search-box .search-right {
    width: 100%;
  }
}
@media (max-width: 610px) {
  .fix-form-rege .um-col-1 {
    *zoom: 1;
  }
  .fix-form-rege .um-col-1:before, .fix-form-rege .um-col-1:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .fix-form-rege .um-col-1:after {
    clear: both;
  }
  .fix-form-rege .um-field {
    float: left;
    width: 100%;
    padding-right: 0;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .content .wrapper-product .wrapper_inner .box {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .content .filter {
    padding-right: 0;
    width: 100%;
  }
  .content .wrapper-product {
    width: 100%;
  }
}
@media (max-width: 1020px) {
  .block-tab.tab {
    overflow: hidden;
  }
  .block-tab.tab.bp-lt992 .tab-menu {
    display: none;
  }
  .block-tab.tab.bp-lt992 .r-tabs-accordion-title {
    display: block;
  }
  .block-tab.tab.bp-lt768 .tab-menu {
    display: none;
  }
  .block-tab.tab.bp-lt768 .r-tabs-accordion-title {
    display: block;
  }
  .block-tab .tab-content:last-child.r-tabs-state-active {
    padding-bottom: 0;
    margin-bottom: -20px;
  }
}
.mapboxgl-popup-content {
  padding: 15px !important;
}
.mapboxgl-popup-content .mapboxgl-popup-close-button {
  font-size: 24px;
}
.mapboxgl-popup-content .country-popup-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1em;
}
.mapboxgl-popup-content .country-popup-description * {
  margin-bottom: 1em;
}
.mapboxgl-popup-content .country-popup-section {
  margin-bottom: 15px;
  font-size: 14px;
}
.mapboxgl-popup-content .country-popup-link-container {
  font-size: 14px;
}
.mapboxgl-popup-content .country-popup-link-container a {
  outline: none !important;
  box-shadow: none !important;
}

.products-filters {
  display: none;
  gap: 20px;
}
.products-filters .product-search,
.products-filters .product-filter {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 14px;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
  transition: border-color 0.3s ease;
  width: 33%;
}
.products-filters .product-search {
  flex: 1;
  min-width: 200px;
}
.products-filters .product-search:focus,
.products-filters .product-filter:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.products-filters .product-filter {
  min-width: 150px;
}

.header-label-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.header-label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  display: block;
}

.toggle-filter-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #666;
  flex-shrink: 0;
}
.toggle-filter-btn:hover {
  border-color: #999;
  background-color: #f9f9f9;
}
.toggle-filter-btn.active {
  color: #0066cc;
  border-color: #0066cc;
}
.toggle-filter-btn.active svg {
  transform: rotate(180deg);
}
.toggle-filter-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.header-filter {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  font-family: inherit;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  max-height: 0;
  padding: 0;
  border: none;
  opacity: 0;
  overflow: hidden;
}
.header-filter.collapsed {
  max-height: 0;
  padding: 0;
  border: none;
  opacity: 0;
}
.header-filter.expanded {
  max-height: 40px;
  padding: 8px 10px;
  border: 1px solid #ddd;
  opacity: 1;
}
.header-filter:focus {
  outline: none;
  border-color: #999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.products-table-header {
  margin-top: 40px;
}
.products-table-header .products-table-row {
  box-shadow: none !important;
}
.products-table-header .products-table-cell {
  display: flex;
  flex-direction: column;
}
.products-table-header .header-filter {
  display: block;
}

.products-table-row {
  display: flex;
  gap: 15px;
  border-bottom: solid 1px #ddd;
  padding: 15px;
}
.products-table-row:nth-child(odd) {
  box-shadow: rgba(245, 235, 220, 0.3) 0px 0px 0px 9999px inset;
}
.products-table-row .products-table-cell {
  width: 25%;
}
.products-table-row .products-table-cell .header-mobile {
  display: none;
}
.products-table-row .products-table-cell-image,
.products-table-row .products-table-cell-documents {
  width: 120px;
}
.products-table-row .products-table-cell-image img,
.products-table-row .products-table-cell-documents img {
  height: auto;
  width: 100%;
}
.products-table-row .products-table-cell-certification img {
  width: auto;
  height: 30px;
}
.products-table-row .cell-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 8px;
}
.products-table-row .toggle-cell-btn {
  background: none;
  border: 1px solid #ddd;
  padding: 4px 8px;
  cursor: pointer;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #666;
  flex-shrink: 0;
}
.products-table-row .toggle-cell-btn:hover {
  border-color: #999;
  background-color: #f9f9f9;
}
.products-table-row .toggle-cell-btn.active {
  color: #0066cc;
  border-color: #0066cc;
}
.products-table-row .toggle-cell-btn.active svg {
  transform: rotate(180deg);
}
.products-table-row .toggle-cell-btn svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.products-table-row .cert-cell,
.products-table-row .cell-content {
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.products-table-row .cert-cell.collapsed,
.products-table-row .cell-content.collapsed {
  max-height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .products-filters {
    display: flex;
    flex-direction: column;
  }
  .products-filters .product-search,
  .products-filters .product-filter {
    width: 100%;
  }
  .products-table-header {
    display: none;
  }
  .products-table-row {
    flex-wrap: wrap;
  }
  .products-table-row .header-mobile {
    display: block;
  }
  .products-table-row .products-table-cell-certification,
  .products-table-row .products-table-cell-documents {
    display: flex;
    gap: 20px;
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map*/