#mse2_filters .mse2_number_slider {
	font-size: 3px !important;
	margin-top: 10px !important;
}
.hidden {display: none!important;}
@media (max-width: 1230px) {
.companyDesc-b__item .h1, .companyDesc-b__item .h2, .companyDesc-b__item .h3 {
    font-size: 22px;
}
}

.mainSlider__paginationWrap  {
    pointer-events: none;    
}

.mainSlider__paginationWrap .swiper-pagination-bullet {
  pointer-events: all;
}

.companyDesc-b__item .h1, .companyDesc-b__item .h2, .companyDesc-b__item .h3 {
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.23077;
    text-transform: uppercase;
}

@media screen and (min-width: 1230px) {
    .menu__item--drop:hover>ul {
        opacity: 1;
        pointer-events: all;
    }
    
    .menu__item--drop:hover>ul::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 30px;
    }
}



/** custom content **/

._custom-content {
  color: inherit;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.875;
}
@media (max-width: 991.98px) {
  ._custom-content {
    font-size: 14px;
    line-height: 1.79;
  }
}
._custom-content > h2 {
  color: #3f3f3f;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 1em;
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  ._custom-content > h2 {
    margin-bottom: 2rem;
  }
}
._custom-content > h3 {
  font-size: 1.3em;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  ._custom-content > h3 {
    font-size: 16px;
  }
}
._custom-content strong {
  font-weight: 600;
}
._custom-content > ol,
._custom-content > ul {
  list-style: none;
  margin-top: 0.65em;
}
._custom-content > ul {
  padding-left: 0.65em;
}
._custom-content > ul li {
  position: relative;
  padding-left: 0.9em;
}
._custom-content > ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.25em;
  line-height: 1.3em;
}
._custom-content > ul li + li {
  margin-top: 0.63em;
}
._custom-content > ol {
  padding-left: 0;
  counter-reset: ordered;
}
._custom-content > ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ") ";
}
._custom-content a:not([class]) {
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
}
._custom-content a:not([class]):not([class]) {
  margin: -5px;
  padding: 5px;
  display: inline-block;
  position: relative;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}
@media (min-width: 992px) {
  ._custom-content a:not([class]):not([class])::after {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 4px;
    height: 1px;
    opacity: 0;
    transform: translateY(0);
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    background-color: var(--color-primary);
  }
  ._custom-content a:not([class]):not([class]):hover {
    transform: translateY(-2px);
  }
  ._custom-content a:not([class]):not([class]):hover::after {
    opacity: 1;
    transform: translateY(2px);
  }
}
._custom-content br {
  font-size: 0;
}
._custom-content br + p {
  margin-top: 0;
}
._custom-content table {
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}
._custom-content tr:nth-child(2n+1) {
  background-color: #fff;
}
._custom-content tr:nth-child(2n) {
  background-color: #f4f4f4;
}
._custom-content th,
._custom-content td:first-child {
  color: #3f3f3f;
  padding: 11px 10px 10px 1rem;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  ._custom-content th,
  ._custom-content td:first-child {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
._custom-content td {
  padding: 11px 2rem 10px 10px;
  text-align: right;
}
@media (max-width: 575.98px) {
  ._custom-content td {
    padding-top: 8px;
    padding-bottom: 7px;
  }
}
._custom-content figure {
  display: flex;
  padding: 1rem 2.5rem 1rem 1.1rem;
  margin-top: 2em;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
}
._custom-content figure::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.625rem;
  color: #3f3f3f;
  height: 4.625rem;
  content: "!";
  min-width: 35px;
  font-size: 3rem;
  min-height: 35px;
  align-self: flex-start;
  flex-shrink: 0;
  line-height: 1;
  font-weight: 500;
  border-radius: 5px;
  background-color: var(--color-primary);
}
._custom-content figure + * {
  margin-top: 2em;
}
._custom-content figure figcaption {
  margin-left: 1.5rem;
}
._custom-content img:not([class]) {
  width: auto;
  height: auto;
}
._custom-content img:not([src$=".png"]):not([src$=".svg"]) {
  background-color: #d1d1d1;
}
._custom-content > * {
  margin: 0;
}
._custom-content > * + * {
  margin-top: 1em;
}
._custom-content > * + h2 {
  margin-top: 1.8em;
}
._custom-content > *:last-child {
  margin-bottom: 0;
}
._custom-content._centered > * {
  margin-left: auto;
  margin-right: auto;
}
._custom-content._centered h1 {
  text-align: center;
}

/** simple search **/
.simplesearch-result-pages {
  font-weight: 400;
  margin-right: 10px;
}
.simplesearch-current-page {
  cursor: default;
  font-size: 18px;
  font-weight: 700;
}
.simplesearch-results-list {
  padding: 10px 0
}
.simplesearch-result {
  padding: 10px 0;
  line-height: 1.2;
}
.simplesearch-result h3 {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 5px;
}
.simplesearch-result h3 a {
  color: var(--color-text) !important;
  display: inline !important;
  font-weight: 600 !important;
  white-space: normal !important;
}
.simplesearch-result h3 a:after {
  background-color: var(--color-text) !important;
}
.simplesearch-highlight {
  color: var(--color-primary);
  font-weight: 700;
}