@media (min-width:1200px) {
  .h1, h1 {
    font-size: 4rem;
  }
}

.nav-item.dropdown > a.dropdown-toggle:hover ~ .dropdown-menu {
  display: block !important;
}

@media (min-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1280px;
    padding-left: 1.5rem;
    Padding-right: 1.5rem;
  }
}

.hero-1 {
  background: url("../img/bg-blue.jpg") center center / cover no-repeat;
  width: 100%;
  overflow: hidden;
}

div.inner-hero-1 {
  background: url("../img//6745-people-meeting.png") bottom right / 50% no-repeat;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  div.inner-hero-1 {
    /*background: url("../img/6745-people-meeting.png") bottom right no-repeat;*/
    /*max-width: 1420px;*/
    /*margin-right: auto;*/
    background-size: auto;
    /*margin-left: auto;*/
  }
}

.inner-hero-1 > .container {
  min-height: 430px;
}

@media (min-width: 768px) {
  .inner-hero-1 > .container {
    min-height: 815px;
  }
}

@media (min-width: 768px) {
  .inner-hero-1 > .container {
    min-height: 815px;
  }
}

@media (msx-width: 767.98px) {
  .inner-hero-1 > .container {
    min-height: 815px;
  }
}


.hero-5 {
/*  background: url("../img/bg-blue.jpg") center center / cover no-repeat;*/
  width: 100%;
  overflow: hidden;
}

div.inner-hero-5 {
/*  background: url("../img//6745-people-meeting.png") bottom right / 50% no-repeat;
  max-width: 1420px;
  margin-right: auto;
  margin-left: auto;*/
}

@media (min-width: 992px) {
  div.inner-hero-5 {
    /*background: url("../img/6745-people-meeting.png") bottom right no-repeat;*/
    /*max-width: 1420px;*/
    /*margin-right: auto;*/
    background-size: auto;
    /*margin-left: auto;*/
  }
}

.inner-hero-5 > .container {
 /* min-height: 430px;*/
 min-height: 50px;
}

@media (min-width: 768px) {
  .inner-hero-5 > .container {
  /*  min-height: 815px;*/
   min-height: 85px;
  }
}

@media (min-width: 768px) {
  .inner-hero-5 > .container {
  /*  min-height: 815px;*/
   min-height: 85px;
  }
}

@media (msx-width: 767.98px) {
  .inner-hero-5 > .container {
   /* min-height: 815px;*/
    min-height:85px;
  }
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--bs-heading-color);
}

.h1, h1 {
  font-size: calc(1.75rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 4rem;
  }
}

.btn {
  padding: 12px 28px;
  font-weight: 600;
  font-size: .875rem;
  text-transform: uppercase;
  transition: .2s all ease;
}

@media (min-width: 576px) {
  .btn {
    padding: 13px 28px;
    /*font-weight: 500;*/
    font-size: 1rem;
  }
}

.fs-4 {
  font-size: calc(1.125rem + .3vw)!important;
}

@media (min-width:1200px) {
  .fs-4 {
    font-size: 1.7rem!important;
  }
}

.btn.btn-primary {
  background: transparent;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn-primary:hover {
  color: var(--bs-success);
  background-color: transparent;
  border-color: var(--bs-success);
}

.logo {
  width: 130px;
}

@media (min-width: 992px) {
  .logo {
    width: 150px;
  }
}

.i-panel {
}

.i-panel svg.search {
  width: 21px;
  height: 21px;
}

.dropdown {
}

.dropdown-toggle::after {
  /*display: inline-block;*/
  /*margin-left: .255em;*/
  vertical-align: .1em;
  /*content: "";*/
  width: 9px;
  height: 5px;
  background: url("../img//formkit_down.svg") no-repeat;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}

.icon-globe {
  width: 32px;
  height: 33px;
}

.bi-globe {
  width: 18px;
  height: 18px;
}

.dropdown-toggle {
  text-decoration: none;
  color: var(--bs-primary);
}

.dropdown-menu {
  overflow: hidden;
  --bs-dropdown-link-active-bg: #173A58;
  --bs-dropdown-bg: #fff;
}

.languages .dropdown-item img {
  width: 16px;
  margin: -3px 6px 0 0;
}

.languages .langy {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 14px;
}

.navbar-header {
  min-height: 55px;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: background-color .2s ease;
}

.navbar-header:hover {
  background: var(--bs-white) !important;
}

@media (min-width: 992px) {
  .navbar-header {
    min-height: 85px;
    position: absolute;
  }
}

:root, [data-bs-theme=light] {
  --bs-body-bg: #F6F6F6;
}

.search-input {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  background: #efefef;
  border-style: none;
  border-radius: 21px;
}

@media (min-width: 992px) {
  .search-input {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.form-check-input:focus, input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .1rem rgba(87,90,95,0.25);
}

.results-ui .ui-autocomplete {
  list-style: none;
  padding-left: 0;
  padding-top: 1rem;
  margin-bottom: 0;
}

.ui-autocomplete:before {
  content: 'Search results';
  font-weight: 600;
  color: var(--bs-primary);
  padding-left: 5px;
  height: 30px;
  display: inline-block;
}

.results-ui .ui-autocomplete li {
  cursor: pointer;
  padding: 3px 5px;
  border-radius: 21px;
  font-size: .85rem;
}

.results-ui .ui-autocomplete li:hover {
  background: var(--bs-light);
}

.ui-helper-hidden-accessible {
  display: none;
}

::-webkit-search-cancel-button {
  opacity: 0.5;
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 18px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjEyMy4wNXB4IiBoZWlnaHQ9IjEyMy4wNXB4IiB2aWV3Qm94PSIwIDAgMTIzLjA1IDEyMy4wNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIzLjA1IDEyMy4wNTsiDQoJIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBhdGggZD0iTTEyMS4zMjUsMTAuOTI1bC04LjUtOC4zOTljLTIuMy0yLjMtNi4xLTIuMy04LjUsMGwtNDIuNCw0Mi4zOTlMMTguNzI2LDEuNzI2Yy0yLjMwMS0yLjMwMS02LjEwMS0yLjMwMS04LjUsMGwtOC41LDguNQ0KCQljLTIuMzAxLDIuMy0yLjMwMSw2LjEsMCw4LjVsNDMuMSw0My4xbC00Mi4zLDQyLjVjLTIuMywyLjMtMi4zLDYuMSwwLDguNWw4LjUsOC41YzIuMywyLjMsNi4xLDIuMyw4LjUsMGw0Mi4zOTktNDIuNGw0Mi40LDQyLjQNCgkJYzIuMywyLjMsNi4xLDIuMyw4LjUsMGw4LjUtOC41YzIuMy0yLjMsMi4zLTYuMSwwLTguNWwtNDIuNS00Mi40bDQyLjQtNDIuMzk5QzEyMy42MjUsMTcuMTI1LDEyMy42MjUsMTMuMzI1LDEyMS4zMjUsMTAuOTI1eiIvPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);
  background-size: 18px 18px;
}

.top-search-hidden {
  background: var(--bs-white);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  display: none;
}

.top-search {
  cursor: pointer;
}

@media (min-width: 992px) {
  .top-search-hidden {
    position: fixed;
    top: 0;
  }
}

.top-search-hidden-inner {
  background: var(--bs-white);
}

.navbar-collapse {
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
  display: flex;
}

.navbar-nav.menu-top {
  display: none;
}

@media (min-width: 992px) {
  .navbar-nav.menu-top {
    display: flex;
  }
}

#navcol-3 {
}

.menu-top .nav-item > .nav-link, .big-dr .nav-item > .nav-link {
  margin-left: 12px;
  margin-right: 12px;
  font-weight: 500;
  color: var(--bs-primary);
  border-style: solid;
  border-bottom: 2px solid transparent;
  padding-right: 0 !important;
  padding-left: 0 !important;
  transition: all .2s ease;
}

.menu-top .nav-link:hover, .menu-top .nav-item:hover > .nav-link {
  border-bottom-color: var(--bs-success);
  color: var(--bs-success);
}

.nav-link:focus, .nav-link:hover {
  color: var(--bs-success);
}

mark {
  background: #DDDDDD;
  color: black;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-success);
}

.close-search {
  background: var(--bs-white);
  position: absolute;
  display: inline-block;
  border-radius: 555px;
  padding: 3px;
  cursor: pointer;
  left: 50%;
  margin-left: -17px;
  bottom: -20px;
}

.big-dropdown {
  background: var(--bs-white);
  position: absolute;
  top: 64px;
  left: 0;
  z-index: 999;
  width: 100%;
  padding-top: 30px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease;
}

.menu-top .nav-item:hover > .big-dropdown {
  visibility: visible;
  opacity: 1;
}

.menu-top-1 {
  background: var(--bs-body-bg);
}

.vertical-menu {
  flex-direction: column !important;
}

.vertical-menu .nav-item .nav-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
}

.big-dropdown .nav-link, .big-dr .nav-link {
  font-size: 0.85rem;
  text-transform: none;
  border: 0 !important;
}

.menu-top-1 .nav-link {
  font-weight: bold !important;
}

.big-dropdown a p {
  margin-bottom: 0;
  margin-top: 1rem;
}

.big-dropdown a p {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.big-dropdown a p, .big-dr a p {
  margin-bottom: 0;
  margin-top: 1rem;
  transition: color .2s ease;
}

.big-dropdown a, .big-dr a {
  text-decoration: none;
  display: inline-block;
}

.big-dropdown a:hover {
}

.category-with-icon:hover {
  color: var(--bs-success);
}

.category-with-icon {
  font-weight: 600;
}

.vertical-menu.subway .nav-link {
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}

.vertical-menu.subway {
  margin-bottom: 40px;
}

.big-a:hover svg path {
  fill: #173A58;
}

.big-a svg path {
  transition: all .2s ease;
}

.big-a:hover svg path {
  fill: #173A58;
}

.big-a {
  color: var(--bs-primary);
  width: 170px;
  margin: 0;
}

@media (min-width: 1200px) {
  .big-a {
    margin: 0 2%;
  }
}

.big-dropdown .col-12 {
  flex-direction: column;
}

.big-dropdown.brands-2 svg {
  height: 34px;
  width: 100%;
}

#menu {
  visibility: hidden;
  transition: visibility .4s ease;
}

#menu.mm-menu--opened {
  visibility: visible;
}

.header-bg {
  background: #fff !important;
}

.py-main {
  padding: 50px 0;
}

.pb-main {
  padding: 0 0 50px 0;
}

@media (min-width: 768px) {
  .pb-main {
    padding: 0 0 80px 0;
  }
}

@media (min-width: 768px) {
  .py-main {
    padding: 80px 0;
  }
}

.footer {
  color: var(--bs-white);
  background: var(--bs-dark);
  font-size: .85rem;
}

@media (max-width: 576px) {
  .footer, .footer a, .footer a.link-secondary {
    font-size: .7rem !important;
  }
}

.footer a.link-secondary, footer a {
  color: var(--bs-white) !important;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 5px;
  transition: color .2s ease;
}

.footer h3 {
  margin-bottom: .75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.svg-contacts {
  width: 14px;
}

.less-text {
  font-size: .7rem;
}

.footer .link-secondary:focus, .footer .link-secondary:hover {
  color: var(--bs-info) !important;
}

.footer a:not(.link-secondary) {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .our-brands-footer svg {
    height: 23px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .footer .fs-6 {
    font-size: .85rem!important;
  }
}

.clients-logo img:hover {
  filter: saturate(1);
}

.clients-logo img {
  margin: 0 1.5rem;
  /*filter: saturate(0);
  transition: .2s all ease;*/
  zoom: 0.8;
}

.clients-logo svg {
  margin: 0 1.5rem;
}

@media (min-width: 768px) {
  .clients-logo img, .clients-logo svg {
    zoom: 1;
  }
}

.clients-logo {
  overflow-x: auto;
  max-width: 1280px;
  margin: 1.5rem auto;
  scroll-behavior: smooth;
  touch-action: pan-x;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #dadada white;
}

/* Ð´Ð»Ñ Chrome/Edge/Safari */

*::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}

*::-webkit-scrollbar-track {
  background: white;
}

*::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 5px;
  border: 3px solid #dadada;
}

.linear-trans::after {
  content: '';
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(-90deg, #fff, transparent);
}

.linear-trans {
  position: relative;
}

.h2, h2 {
  font-size: calc(1.5rem + .9vw);
}

@media (min-width: 1200px) {
  .h2, h2 {
    font-size: 3rem;
  }
}

.link-info:focus, .link-info:hover {
  color: #fff !important;
}

.hero-2 {
  background: url("../img/Cabling24_ban_v5.jpg") center center / cover no-repeat;
}

.hero-2-inner {
  min-height: 300px;
}

.hero-4 .hero-2-inner {
  min-height: 400px;
}

@media (min-width: 768px) {
  .hero-2-inner {
    min-height: 70vh;
  }
}

@media (min-width: 768px) {
  .hero-4 .hero-2-inner {
    min-height: 80vh;
  }
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: transparent !important;
  --bs-btn-border-color: #fff !important;
  --bs-btn-hover-bg: transparent !important;
  --bs-btn-hover-border-color: #96B0C7 !important;
  --bs-btn-focus-shadow-rgb: 233,233,233;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #585858;
  --bs-btn-active-border-color: #535353;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6E6E6E;
  --bs-btn-disabled-border-color: #6E6E6E;
  --bs-btn-hover-color: #96B0C7 !important;
}

@media (min-width: 1200px) {
  .w380 {
    width: 380px;
  }
}

.hero-img-r:hover {
  filter: saturate(1.6);
  box-shadow: 0px 0px 12px 3px rgba(0, 0, 0, 0.23);
}

.hero-img-r {
  height: 236px;
  filter: saturate(1);
  transition: all .2s ease;
}

@media (min-width: 768px) {
  .hero-img-r {
    height: 210px;
  }
}

@media (min-width: 992px) {
  .hero-img-r {
    height: 282px;
  }
}

@media (min-width: 1400px) {
  .hero-img-r {
    height: 382px;
  }
}

.explore-products a span, .explore-products a svg path {
  transition: all .2s ease;
}

.explore-products a span, .explore-products a svg path {
  transition: all .2s ease;
}

.explore-products a span, .explore-products a svg path {
  transition: all .2s ease;
}

.explore-products a span, .explore-products a svg path {
  transition: all .2s ease;
}

.explore-products a span, .explore-products a svg path {
  transition: all .2s ease;
}

.explore-products a:hover span, .explore-products a:hover svg path {
  color: var(--bs-success);
  fill: var(--bs-success);
}

.explore-products a {
  max-width: 100%;
}

.explore-products a > div {
  height: 40px;
}

@media (min-width: 992px) {
  .explore-products a {
    width: 20%;
  }
}

.h4, h4 {
  font-size: calc(1.15rem + .3vw);
}

@media (max-width: 768px) {
  .explore-products a svg {
    height: 34px;
  }
}

.hero-3 {
  background: url("../img/imageF.jpg") center right / cover no-repeat;
}

.future-bright {
  background: var(--bs-danger-blue);
}

@media (min-width: 992px) {
  .clients-logo svg {
    height: 42px;
    width: 100%;
  }
}

.catalog-card {
  height: 242px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(13, 30, 44, 0.85) 100%);
  color: var(--bs-white);
}

@media (min-width: 576px) {
  .catalog-card {
    height: 267px;
  }
}

#cat-1 {
  background: url("../img/631a0cac0ae571284523276.jpg") center / cover no-repeat;
}

.transition, a, svg path {
  transition: all .2s ease;
}

.catalog-card-wrapper:hover {
  -moz-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.catalog-card-wrapper:hover .catalog-card {
  opacity: 0.9;
}

#cat-2 {
  background: url("../img/631a0cac0ae571284523276-2.jpg") center / cover no-repeat;
}

@media (min-width: 992px) {
  #cat-5 .catalog-card {
    height: 558px;
  }
}

@media (min-width: 992px) {
  #cat-5 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}

#cat-5 {
  background: url("../img/631a0cac0ae571284523276-5.jpg") top center / cover no-repeat;
}

.m-main {
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .m-main {
    margin-bottom: 2rem;
  }
}

.fit-cover {
  object-fit: cover;
}

#cat-3 {
  background: url("../img/631a0cac0ae571284523276-3.jpg") center / cover no-repeat;
}

#cat-4 {
  background: url("../img/631a0cac0ae571284523276-4.jpg") center / cover no-repeat;
}

.height-400 {
  min-height: 172px;
}

@media (min-width: 768px) {
  .height-400 {
    min-height: 400px;
  }
}

.breadcrumbs span {
  margin: 0 .6rem;
}

:root, [data-bs-theme=light] {
  --bs-primary: #000000;
  --bs-primary-rgb: 0,0,0;
  --bs-primary-text-emphasis: #000000;
  --bs-primary-bg-subtle: #CCCCCC;
  --bs-primary-border-subtle: #999999;
  --bs-secondary: #6E6E6E;
  --bs-secondary-rgb: 110,110,110;
  --bs-secondary-text-emphasis: #2C2C2C;
  --bs-secondary-bg-subtle: #E2E2E2;
  --bs-secondary-border-subtle: #C5C5C5;
  --bs-success: #173A58;
  --bs-success-rgb: 23,58,88;
  --bs-success-text-emphasis: #091723;
  --bs-success-bg-subtle: #D1D8DE;
  --bs-success-border-subtle: #A2B0BC;
  --bs-info: #A6A6A6;
  --bs-info-rgb: 166,166,166;
  --bs-info-text-emphasis: #424242;
  --bs-info-bg-subtle: #EDEDED;
  --bs-info-border-subtle: #DBDBDB;
  --bs-danger: #ED1B24;
  --bs-danger-rgb: 237,27,36;
  --bs-danger-text-emphasis: #5F0B0E;
  --bs-danger-blue: #003366;
  --bs-danger-blue-rgb: 0,51,102;
  --bs-danger-blue-text-emphasis: #5F0B0E;
  --bs-body-font-size: 1rem;
}

.font-14 {
  font-size: .85rem;
}

.white-catty {
  padding: 1.25rem 0;
}

.text-black.a:hover {
  color: var(--bs-success) !important;
}

.vertical-line {
  display: inline-block;
  width: 0;
  border-left: 1px solid #bababa;
  height: 27px;
  background: #bababa;
  margin: 0 .6rem;
}

@media (min-width: 576px) {
  .vertical-line {
    margin: 0 1rem;
  }
}

.white-catty .d-flex {
  overflow-x: auto;
  scroll-behavior: smooth;
  touch-action: pan-x;
}

.white-catty a {
  white-space: nowrap;
}

.white-catty a:hover {
  color: var(--bs-success) !important;
}

.accordeon-catalog-menu {
  --bs-accordion-border-color: transparent;
  --bs-accordion-border-width: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: .3rem;
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-focus-box-shadow: 0;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-success);
  --bs-accordion-active-bg: transparent;
  max-width: 240px;
}

accordeon-catalog-menu .accordion-item {
}

.accordeon-catalog-menu .accordion-item {
  margin-bottom: .25rem;
}

@media (min-width: 992px) {
  .accordeon-catalog-menu .accordion-item {
    margin-bottom: .85rem;
  }
}

.accordion .nav-item .nav-link {
  font-size: .85rem;
  color: #000000;
}

.accordeon-catalog-menu .nav-tabs {
  border-bottom: 0;
}

.accordeon-catalog-menu .accordion-body {
  padding-bottom: .25rem;
}

.accordeon-catalog-menu div.me-2 {
  width: 26px;
}

.accordion-button[aria-expanded=true] svg path {
  fill: var(--bs-success);
}

.accordion-button:hover, .accordion-button:hover svg path, .accordion-button a:hover {
  color: var(--bs-success);
  fill: var(--bs-success);
}

img:not(.img-not-responsive) {
  max-width: 100%;
  height: auto;
}

.img-container img {
  max-height: 150px;
}

@media (min-width: 576px) {
  .img-container img {
    max-height: 200px;
  }
}

.img-container {
  height: 150px;
}

@media (min-width: 576px) {
  .img-container {
    height: 200px;
  }
}

.hover-success:hover {
  color: var(--bs-success) !important;
}

.product:hover {
  border: 1px solid #D5D5D5;
  box-shadow: 0px 0px 16px 1px rgba(0, 0, 0, 0.17);
}

.product {
  border: 1px solid #fff;
  height: 100%;
}

@media (min-width: 992px) {
  .cat-menu .accordion-button {
    font-size: 1rem;
  }
}

.cat-menu .accordion-button {
  font-size: .875rem;
}

@media (min-width: 992px) {
  .cat-menu .accordion-button {
    font-size: .875rem;
  }
}

.cat-btn {
  cursor: pointer;
}

.cat-btn.active svg:last-child {
  transform: rotate(180deg);
}

.cat-btn svg {
  transition: transform 0.2s ease-in-out;
}

.cat-menu {
  display: none;
}

@media (min-width: 992px) {
  .cat-menu {
    display: block;
  }
}

.pagination {
  --bs-pagination-padding-x: 1rem;
  --bs-pagination-color: var(--bs-primary);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--bs-success);
  --bs-pagination-hover-bg: var(--bs-gray-300);
  --bs-pagination-focus-box-shadow: 0;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: var(--bs-success);
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
}

.padding-very-top {
  padding-top: 75px;
}

@media (min-width: 992px) {
  .padding-very-top {
    padding-top: 120px;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper {
  width: 100%;
  max-width: 600px;
  height: 30vh;
  margin-left: 0 !important;
  margin-right: 0;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  background-color: #fff;
}

.sw-2 {
  height: 305px;
  width: 100%;
}

@media (min-width: 576px) {
  .sw-2 {
    height: 386px;
  }
}

@media (min-width: 992px) {
  .sw-2 {
    height: 480px;
  }
}

.sw-1 {
  height: 73px;
  box-sizing: border-box;
  padding-top: 10px !important;
}

@media (min-width: 992px) {
  .sw-1 {
    height: 100px;
  }
}

.sw-1 .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.9;
}

.sw-1 .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid var(--bs-success);
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  color: #000 !important;
  background: #fff;
  border-radius: 555px;
  width: 36px !important;
  height: 36px !important;
  padding: 9px;
  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.18));
}

.swiper-slide.for-3d::after {
  width: 29px;
  height: 26px;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/3d-image-corner.png) no-repeat;
}

.check-list {
  padding-left: 0;
  list-style: none;
}

.check-list li {
  margin-bottom: .4rem;
  padding-left: 1.25rem;
  background: url("../img/black-check.svg") no-repeat left 6px;
}

.accordion-specs {
  --bs-accordion-bg: var(--bs-white);
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-focus-box-shadow: 0;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-bg: var(--bs-body-bg);
}

.accordion-specs .accordion-header .accordion-button {
  font-weight: 500;
}

.accordion-specs .accordion-item {
  border-bottom: 1px solid var(--bs-secondary-border-subtle);
}

.accordion-specs .accordion-body {
  font-size: .875rem;
}

.accordion-specs .table > :not(caption) > * > * {
  padding: .5rem 0;
  background-color: transparent;
  border-bottom-width: var(--bs-border-width);
  box-shadow: none;
  border-color: var(--bs-info-border-subtle);
}

.link-with-icon span, .link-with-img span {
  margin-left: .35rem;
  font-weight: 500;
  font-size: 1rem;
}

.link-with-icon svg {
  height: 22px;
  /*width: 22px;*/
  width: 60px;
}

.link-with-img img {
  height: 42px;
  width: 60px;
  object-fit: contain;
}

.link-with-img-p {
  border-bottom: 1px solid var(--bs-info-border-subtle);
}

.btn-group-sm > .btn, .btn-sm {
  --bs-btn-padding-y: 0.2rem;
  --bs-btn-padding-x: 0.3rem;
  --bs-btn-font-size: 1rem;
  --bs-btn-border-radius: var(--bs-border-radius);
  text-transform: none;
}

.col-2-5 {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width:768px) {
  .col-2-5 {
    flex: 0 0 auto;
    width: 33.3%;
  }
}

@media (min-width: 992px) {
  .col-2-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}

.big-dr .vertical-menu.subway {
  border-bottom: 0;
}

.left-menu a {
  border-bottom: 1px solid var(--bs-primary-bg-subtle);
}

.left-menu a:hover, .left-menu a.active, .left-menu a:focus {
  border-bottom: 1px solid var(--bs-success);
  color: var(--bs-success) !important;
}

.left-menu {
  max-width: 244px;
}

.map-worldwide iframe {
  filter: saturate(30%);
}

.font-500 {
  font-weight: 500;
}

.bg-body-light {
  background: var(--bs-body-bg);
}

.who-img img {
  width: 130px;
  height: 130px;
  object-fit: cover;
  object-position: top;
  filter: saturate(80%);
  text-align: center;
  border-radius: 555px;
}

@media (min-width: 768px) {
  .who-img img {
    width: 168px;
    height: 168px;
  }
}

.max-230 {
  max-width: 230px !important;
}

.ic-33 {
  transform: rotate(90deg);
}

@media (max-width: 575.95px) {
  .ic-33 {
    transform: rotate(90deg);
  }
}

@media (max-width: 575.95px) {
  .modus {
    width: 50%;
  }
}

.grey-accordion {
  --bs-accordion-border-width: 0;
  --bs-accordion-border-radius: 0;
  --bs-accordion-inner-border-radius: 0;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-body-bg);
  --bs-accordion-btn-icon-width: 1rem;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-body-bg);
}

.grey-accordion .accordion-body {
  padding-top: 0;
}

p {
  line-height: 1.7rem;
}

.form-control, .form-select {
  padding: .5rem 1rem;
  background-color: var(--bs-white);
}

@media (min-width: 992px) {
  .form-control, .form-select {
    padding: .8rem 1.25rem;
  }
}

.form-control:focus, .form-select:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: var(--bs-info-border-subtle);
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(76,118,184,0.25);
}

.form-control::placeholder {
  color: var(--bs-secondary);
}

.max-400 {
  max-width: 400px;
}

@media (max-width: 575.95px) {
  .choose-cat {
    height: 137px !important;
    width: 100%;
    margin: 0 0 1rem !important;
  }
}

.choose-cat {
  height: 286px;
  overflow: auto;
  display: inline-block;
}

.choose-cat li {
  margin-bottom: .235rem;
}

.choose-cat li a {
  text-decoration: none;
  color: #000000;
}

.choose-cat li a.active {
  color: var(--bs-success);
  font-weight: bold;
}

.choose-cat li a.active::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: url("../img/arrow-blue-right.svg") no-repeat;
  background-size: cover;
  margin: 0 0 0 3px;
}

.choose-cat li a:hover {
  color: var(--bs-success);
}

.choose-cat:last-child li a.active::after {
  display: none;
}

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
}

.table > :not(caption) > * > * {
  padding: .8rem 0;
}

.table > * {
  font-size: 0.875rem;
}

@media (max-width: 575.95px) {
  p, form > *, ::placeholder {
    font-size: 0.875rem !important;
    line-height: 1.5rem;
  }
}

.col-form-label {
  width: 100%;
}

.dashed {
  border-bottom: 1px dashed var(--bs-secondary);
  cursor: pointer;
}

#for-trigger-1 {
  display: none;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-success) !important;
  --bs-btn-border-color: var(--bs-success) !important;
  --bs-btn-hover-border-color: #000;
  --bs-btn-focus-shadow-rgb: 0 !important;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000;
  --bs-btn-active-border-color: #000;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #173A58;
  --bs-btn-disabled-border-color: #173A58;
  border: 0;
}

.breadcrumbs-blue {
  background: url("../img/bg-blue.jpg") top center / cover no-repeat;
}

.breadcrumbs-blue-inner {
  height: auto;
  padding: 105px 0 50px;
}

@media (min-width: 576px) {
  .breadcrumbs-blue-inner {
    height: 374px;
    padding: 0;
  }
}

.max-820 {
  max-width: 820px;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:nth-child(n + 3), .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 21px;
  border-bottom-left-radius: 21px;
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 21px;
  border-top-right-radius: 21px;
}

.btn-outline-primary {
  padding-left: 1rem !important;
  font-weight: 400;
  text-transform: none;
  padding-right: 1rem !important;
  border-color: #6E6E6E;
}

.btn-outline-primary:hover {
  border-color: var(--bs-success) !important;
  color: var(--bs-success);
}

.max-50 {
  max-width: 160px;
}

.btn-group, .btn-group-vertical {
  flex-wrap: wrap;
}

.btn-group-vertical .btn-group-vertical {
  margin-left: 1.2rem;
}

.btn-group-vertical .btn-group-vertical .btn-outline-primary {
  padding: .4rem;
  font-size: .875rem;
}

.border-yy {
  border-top: 1px solid var(--bs-secondary-bg-subtle);
  border-bottom: 1px solid var(--bs-secondary-bg-subtle);
}

@media (min-width: 576px) {
  .negative-top {
    margin-top: -65px;
  }
}

.bg-img-33 {
  background: url("../img/dfvdv78dvs.jpg") center / cover no-repeat;
  min-height: 242px;
}

form label .form-control, form label .form-select {
  margin-top: 3px;
}

#th-1 {
  background: url("../img/631a0cac0ae5712845232.jpg") center / cover no-repeat;
}

.turnkey-hero {
  height: 562px;
}

@media (min-width: 576px) {
  .turnkey-hero {
    height: 510px;
  }
}

@media (min-width: 992px) {
  .turnkey-hero {
    height: 677px;
  }
}

.checks-row > div {
  max-width: 276px;
}

.h5-normal {
  font-size: 1rem;
}

@media (min-width: 768px) {
  .h5-normal {
    font-size: 1.25rem;
  }
}

#th-2 {
  background: url("../img/631a0cac0ae571284523.jpg") center / cover no-repeat;
}

@media (min-width: 576px) {
  .paddy-2 {
    padding-bottom: 65px;
  }
}

@media (min-width: 768px) {
  .py-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}

#th-3 {
  background: url("../img/631a0cac0tyhjmt.jpg") center / cover no-repeat;
}

#th-4 {
  background: url("../img/631a0cac0ae57128445433.jpg") center / cover no-repeat;
}

.spot-block {
  position: absolute;
  color: #fff;
  width: 160px;
}

@media (min-width: 992px) {
  .spot-block {
    width: 27%;
  }
}

.spot-heading {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 992px) {
  .spot-heading {
    font-size: 1.85rem;
    line-height: 1.2;
  }
}

.spot-heading:after {
  content: 'Â»';
  margin-left: .2rem;
}

@media (min-width: 992px) {
  .spot-heading:after {
    content: '-';
    margin-left: .5rem;
  }
}

#spot-1 {
  top: 33%;
  left: 10%;
}

@media (min-width: 992px) {
  #spot-1 {
    top: 27%;
  }
}

.spot-text {
  font-size: .75rem !important;
  line-height: 1.5;
  padding: .5rem;
  background: #fff;
  color: #000;
  transition: all .2s ease;
  overflow: hidden;
  height: 0;
}

@media (min-width: 992px) {
  .spot-text {
    font-size: 1.125rem !important;
    padding: 0;
    background: transparent;
    color: #fff;
    height: auto;
  }
}

@media (max-width: 991.95px) {
  .spot-text {
    text-shadow: none !important;
    visibility: hidden;
    opacity: 0;
  }
}

.spot-block p {
  text-shadow: 0px 0px 30px #000000;
}

#spot-2 {
  top: 20%;
  left: 54%;
  z-index: 2;
}

@media (min-width: 992px) {
  #spot-2 {
    top: 11%;
  }
}

.spot-circle {
  min-width: 350px;
}

.overflow-x {
  overflow-x: auto;
}

#spot-3 {
  top: 70%;
  left: 10%;
}

@media (min-width: 992px) {
  #spot-3 {
    top: 67%;
    left: 20%;
  }
}

#spot-4 {
  top: 53%;
  left: 54%;
}

@media (min-width: 992px) {
  #spot-4 {
    top: 55%;
    left: 67%;
  }
}

.spot-heading:hover ~ .spot-text, .spot-heading:focus ~ .spot-text, .spot-heading ~ .spot-text:hover {
  visibility: visible;
  opacity: 1;
  height: auto;
}

#toTop 
{
	z-index:100;
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  opacity: .75;
  background: url(../img/totop-dark.svg) no-repeat center;
}

#toTopHover {
  display: none;
}

#toTop:active, #toTop:focus {
  outline: none;
}


.MTOP
{margin-top: 4px;
	}

.multi-column-container {
  columns: 2;
}

@media (min-width: 992px) {
  .multi-column-container {
    columns: 5;
  }
}

.item-cat {
  break-inside: avoid;
}

.toast {
  --bs-toast-padding-x: 1.25rem;
  --bs-toast-padding-y: 1rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 548px;
  --bs-toast-bg: inherit;
  --bs-toast-border-width: 0;
  --bs-toast-border-radius: 0;
  --bs-toast-box-shadow: none;
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: inherit;
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  --bs-toast-font-size: 0.875rem;
}

.toast-header {
  border-bottom-width: 1px;
}

.toastError {
  --bs-toast-padding-x: 1.25rem;
  --bs-toast-padding-y: 1rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 548px;
  --bs-toast-bg: inherit;
  --bs-toast-border-width: 0;
  --bs-toast-border-radius: 0;
  --bs-toast-box-shadow: none;
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: inherit;
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  --bs-toast-font-size: 0.875rem;
}


.bg-submit {
  background-color: #F6F9F4;
}

.bg-error {
  background-color: #F9F4F4;
}

.footer-cookie {
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--bs-primary-bg-subtle);
}


.displaynone
{
	display: none;
}

.display
{
	display: block;
}


.breadcrumbs-catalog img {
  mix-blend-mode: multiply;
}

.years-links a {
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  margin-right: .3rem;
  padding: .5rem .8rem;
  transition: .2s all ease;
  border-radius: 21px;
  line-height: 1;
  background: #fff;
}

.years-links a:hover {
  background: var(--bs-primary-bg-subtle);
}

.years-links a.active {
  background: var(--bs-success);
  color: #fff;
}

.color-grey {
  color: var(--bs-gray-700);
}
.accordeon-catalog-menu .accordion-item .accordion-item {
  margin-left: 2.1rem;
  margin-bottom: .5rem;
}

.accordeon-catalog-menu .accordion-item .accordion-item .accordion-button::after {
  opacity: .5;
}

.accordeon-catalog-menu .accordion-item .accordion-item .accordion-header {
  margin-right: 1.2rem;
}

.line-height-15 {
  line-height: 1.5rem;
}

.text-secondary {
    color: #4e4e4e !important;
}




.roadmap-product {
  height: auto;
  min-height:350px;
  position: relative;
  margin-bottom: 1.25rem;
}

.roadmap-label {
  padding: .2rem;
  background: var(--bs-success);
  color: #fff;
  font-size: .75rem;
  font-weight: 500;
  position: absolute;
  top: 5px;
  right: 5px;
}

.roadmap-product .img-container img, .roadmap-product .img-container {
  max-height: 100px;
}

.roadmap-product .fs-5 {
  font-size: .875rem !important;
}

.roadmap-product p {
  font-size: .75rem;
  margin-bottom: .5rem;
}

.gradient-1 {
  background: linear-gradient(270deg, rgba(179, 176, 217, 0.2) 0%, rgba(207, 213, 212, 0.2) 46.49%), #F6F6F6;
}
.gradient-2 {
  background: linear-gradient(270deg, rgba(12, 177, 113, 0.04) -97.29%, rgba(207, 213, 212, 0.2) 46.11%), #F6F6F6;
}
.gradient-3 {
  background: linear-gradient(270deg, rgba(255, 190, 65, 0.06) 0%, rgba(179, 176, 217, 0.06) 100%), #F6F6F6;
}

.sw-4 {max-width:100%;height:100%;}


