.counter-row {
  margin-bottom: 50px;
}

.impl-counter {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  padding: 20px 15px 15px;
  margin-bottom: 2em;
}

.impl-counter__count {
  font-family: TacticSans-Bld, Arial, sans-serif;
  font-size: 85px;
  line-height: 1;
  color: #0055FF;
}

.impl-counter__title {
  font-size: 20px;
  line-height: 1;
  color: #4D4D4D;
  margin-top: 12px;
  text-align: center;
}

.default-btn {
  background-color: transparent;
  border: transparent;
}

.custom-button {
  font-family: inherit;
  background-color: transparent;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 24px;
  transition: color .15s ease-in-out, background-color .15s ease-in-out,border-color .15s ease-in-out;
  background: rgba(0, 106, 255, 0.1);
  border-radius: 6px;
  color: #006AFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}

.custom-button:hover {
  background: rgba(0, 106, 255, 0.2);
}

.custom-button.node-active {
  border: 1px solid #0055FF;
}

.node-wrapper {
  margin-right: -15px;
  margin-bottom: -15px;
}

.node-wrapper > * {
  margin-right: 15px;
  margin-bottom: 15px;
}

.select-wrapper {
  margin-top: 15px;
}

.filter-select__name {
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 8px;
}

.filter-select {
  min-width: 184px;
}

.filter-select .choices__list.choices__list--single .choices__item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-select .choices__list--dropdown .choices__item--selectable {
  padding-right: 10px;
}

.filter-select .choices[data-type*=select-one]:after {
  right: 22px;
}

.filter-select .choices__list--single {
  padding: 4px 25px 4px 15px;
}

.filter-select .is-open .choices__inner {
  border-radius: 6px 6px 0 0;
}

.filter-select .choices__inner {
  color: #999999;
  font-size: 16px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  background: #FFFFFF;
}

.filter-select .nice-select {
  min-width: 184px;
  padding-left: 24px;
  padding-right: 40px;
  display: flex;
  align-items: center;
  height: 42px;
  width: 100%;
}

.filter-select .nice-select .current {
  font-size: 16px;
  line-height: 18px;
  color: #999999;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-select .nice-select .list {
  width: 100%;
}

.filter-select .nice-select .list li {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 18px;
}

.filter-select .nice-select:after {
  width: 7px;
  height: 7px;
  margin-top: -5px;
  right: 25px;
}

.impl-block {
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  transition: border-color 0.3s linear;
}

.impl-block:hover {
  border: 1px solid #006AFF;
}

.impl-block__img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.impl-block__body {
  padding: 15px;
}

.impl-block__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 18px;
}

.impl-block__title a {
  color: #000000;
}

.impl-block__title a:hover {
  color: #4e4e4e;
}

.impl-block__descr {
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.impl-block__footer {
  margin-top: 40px;
}

.impl-block__misc {
  font-weight: 500;
  font-size: 14px;
  color: #A6A6A6;
}

.impl-block__btn {
  margin-left: 5px;
  border: 1px solid #A6A6A6;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #A6A6A6;
  padding: 5px 10px;
  min-height: 28px;
}

.impl-block__btn:hover {
  color: #A6A6A6;
}

.impl-block--active .impl-block__misc {
  color: #006AFF;
}

.impl-block--active .impl-block__btn {
  color: #006AFF;
  border: 1px solid #006AFF;
}

.row-implementations {
  margin-bottom: -25px;
}

.col-implementations {
  margin-bottom: 25px;
}

.implementations-page,
.new-solution-page {
  margin-bottom: 50px;
  margin-top: 50px;
}

.pagination-custom {
  margin-top: 24px;
  font-weight: bold;
}

.pagination-custom .pagination li,
.pagination-custom .pagination a {
  font-size: 16px;
  line-height: 26px;
  color: #B2B2B2;
}

.pagination-custom .pagination li {
  padding: 0 5px;
}

.pagination-custom .pagination .active {
  color: #000000;
}

.implementations-sidebar .news-single_page {
  padding-bottom: 0;
}

.implementations-sidebar .contact-item a {
  font-size: 16px;
  line-height: 24px;
  word-break: break-word;
}

.implementations-sidebar .send-msg_aside {
  margin-top: 1em;
}

.implementations-video {
  margin-bottom: 35px;
}

.implementations-description > *:first-child {
  margin-top: 0;
}

.implementations-description h2,
.implementations-description h3,
.implementations-description p,
.implementations-description li {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}

.implementations-description h2 {
  margin-top: 30px;
}

.implementations-description p,
.implementations-description li {
  font-weight: normal;
}

.implementations-description ul {
  list-style-type: disc;
  padding-left: 20px;
}

.implementations-description ol {
  padding-left: 20px;
}

.implementations-partners {
  margin-top: 18px;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
}

.partners-block__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding: 24px 10px;
}

.partners-block {
  padding-bottom: 24px;
}

.partners-block__svg {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}

.partners-block__contact {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: #000000;
}

.partners-block__contact a {
  color: #000000;
}

.partners-block__misc {
  margin-top: 20px;
}

.partners-block__contacts {
  padding: 0 10px;
}

img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

img.fr-dib.fr-fil {
  margin-left: 0;
}

img.fr-dib.fr-fir {
  margin-right: 0;
}

img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(90%);
}

img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(95%);
}

img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(95%);
}

.solution-page__under {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
  margin-bottom: 50px;
}

.solution-block {
  overflow: hidden;
  border: 1px solid #E6E6E6;
  border-radius: 6px;
  transition: border-color 0.3s linear;
}

.solution-block:hover {
  border: 1px solid #006AFF;
}

.solution-block__head img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
}

.empty-sol-placeholder {
  background: #F1F9FF;
  height: auto;
}

.solution-block__body {
  padding: 24px;
}

.solution-block__title {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.solution-block__title a {
  color: #000000;
}

.solution-block__d {
  margin-top: 8px;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
}

.solution-block__btn {
  margin-top: 37px;
}

.row-solution {
  margin-bottom: -25px;
}

.row-solution .col-solution {
  margin-bottom: 25px;
}

.solution-block__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #006AFF;
  padding: 12px 24px;
  border: 1px solid #006AFF;
  border-radius: 6px;
}

.solution-new-description {
  margin-top: 50px;
}

.sol-tabs {
  margin-top: 50px;
}

.tab-content {
  display: block !important;
}

.sol-tab-items {
  margin-right: -16px;
  margin-bottom: -16px;
}

.sol-tab-items a {
  margin-right: 16px;
  margin-bottom: 16px;
}

#nav-tabContent {
  margin-top: 30px;
}

#nav-tabContent .card {
  border-radius: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

#nav-tabContent .card-header {
  background-color: white;
  border-bottom: 0;
  padding: .75rem 0;
}

#nav-tabContent .card-body {
  padding: 1.25rem .75rem;
}

#nav-tabContent .card-body h2 {
  font-weight: bold;
}

#nav-tabContent .card-body p,
#nav-tabContent .card-body li,
#nav-tabContent .card-body h2 {
  font-size: 18px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 0;
}

#nav-tabContent .card-body > * + * {
  margin-top: 15px !important;
}

#nav-tabContent .card-body ul {
  list-style-type: disc;
  padding-left: 20px;
}

#nav-tabContent .card-body ol {
  padding-left: 20px;
}

.custom-button-tab:not(.active) {
  color: #000000;
}

.card-header .sol-a-item {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-decoration: none !important;
}

.sol-a-item:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 16H16V28H12V16H0V12H12V0H16V12H28V16Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.sol-a-item:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 16H16V28H12V16H0V12H12V0H16V12H28V16Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A");
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .filter-select {
    width: 184px;
  }

  .filter-select .nice-select {
    width: 184px;
  }

  .impl-block__img {
    height: 183px;
  }

  .solution-block__head img {
    height: 289px;
  }

  .empty-sol-placeholder {
    height: 289px;
  }

  .row-solution {
    margin-bottom: -50px;
  }

  .row-solution .col-solution {
    margin-bottom: 50px;
  }

  #nav-tabContent .card-body p,
  #nav-tabContent .card-body li,
  #nav-tabContent .card-body h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .card-header .sol-a-item {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .impl-counter {
    margin-bottom: 0;
    padding: 26px 40px 15px;
    height: 100%;
  }

  .impl-counter__count {
    font-size: 100px;
  }

  .impl-counter__title {
    font-size: 18px;
  }

  .node-wrapper {
    margin-right: -24px;
  }

  .node-wrapper > * {
    margin-right: 24px;
  }

  .select-wrapper {
    margin-top: 10px;
  }

  .impl-block__body {
    padding: 18px 20px;
  }

  .row-implementations {
    margin-bottom: -50px;
  }

  .col-implementations {
    margin-bottom: 50px;
  }

  .implementations-video {
    margin-bottom: 54px;
  }

  .implementations-description h2,
  .implementations-description h3,
  .implementations-description p,
  .implementations-description li {
    font-size: 20px;
    line-height: 26px;
  }

  .implementations-description h2 {
    margin-top: 50px;
  }
}