﻿.tabs__title {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #FFF;
}
@media (max-width: 990px) {
  .tabs__title {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
}
.tabs__caption {
  display: flex;
  align-items: center;
  padding: 0;
  list-style-type: none;
  margin: 0 0 15px 0;
}
@media (max-width: 990px) {
  .tabs__caption {
    overflow: hidden;
    overflow-x: auto;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: start;
  }
}
.tabs__caption li {
  cursor: pointer;
  padding: 6px 12px;
  background: rgba(25, 30, 39, 0.6);
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  text-align: center;
  border-radius: 8px 8px 0 0;
  margin-right: 2px;
}
@media (max-width: 990px) {
  .tabs__caption li {
    font-size: 14px;
    line-height: 17px;
    overflow: hidden;
    white-space: nowrap;
    min-width: 130px;
    max-width: 130px;
    box-sizing: border-box;
    text-align: center;
  }
}
.tabs ::-webkit-scrollbar {
  background: transparent;
  display: none;
}
.tabs ::-webkit-scrollbar-thumb {
  background: transparent;
  display: none;
}
.tabs__content {
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  display: none;
}
@media (max-width: 990px) {
  .tabs__content {
    font-size: 12px;
    line-height: 15px;
  }
}
.tabs .active {
  display: block;
}

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