

/* Start:/tools/css/catalog.css?175189076319538*/
.b-catalog-bnr {
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
  height: 480px;
  position: relative;
  background-size: cover;
  display: grid;
  grid-template-rows: 1fr auto;
  position: relative;
}
.b-catalog-bnr .__title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.b-catalog-bnr h1 {
  font-size: 58px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .b-catalog-bnr {
    height: 90vh;
    margin: 0;
    border-radius: 0;
  }
}
.b-catalog-bnr .__bg {
  position: absolute;
  object-fit: cover;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.b-catalog-bnr .__bot {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 30px 0;
  background: rgba(43, 50, 66, 0.3019607843);
  z-index: 2;
  align-self: end;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px) {
  .b-catalog-bnr .__bot {
    position: static;
  }
}
.b-catalog-bnr .__bot .__grid {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 24px;
  align-items: center;
}
@media (max-width: 575px) {
  .b-catalog-bnr .__bot .__grid {
    grid-template-columns: 1fr;
  }
  .b-catalog-bnr .__bot .__grid .b-btn {
    display: none;
  }
}

.b-catalog-item {
  border-radius: 8px;
  padding: 2px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
.b-catalog-item .__descr {
  background: linear-gradient(180deg, #F8F9FC 0%, rgba(248, 249, 252, 0) 100%);
  padding: 24px 24px 16px;
  border-radius: 8px 8px 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.b-catalog-item .__txt {
  margin-top: auto;
}
.b-catalog-item .__title {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 24px;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #181A1F;
}
.b-catalog-item .__title.--sep {
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 16px;
}
.b-catalog-item .__title .__sep {
  opacity: 0.1;
  background: #704D9F;
  width: 2px;
  height: 72px;
}
.b-catalog-item .__to-buy {
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  padding: 16px 24px 32px;
}
.b-catalog-item.--devops {
  background: url(/images/catalog/devops_bg.png) no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 24px;
  align-items: center;
  padding: 32px;
}
.b-catalog-item.--devops .__title {
  margin: 0;
}
.b-catalog-item.--devops .__to-buy {
  padding: 0;
}

.b-list-item {
  border-radius: 8px;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  background: #fff;
  padding: 24px;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
.b-list-item .__title {
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 16px;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  color: #181A1F;
}
.b-list-item.--shadow {
  box-shadow: 0px 4px 20px 0px rgba(20, 91, 151, 0.14);
  padding: 32px;
}
@media (max-width: 1199px) {
  .b-list-item.--shadow {
    padding: 24px;
  }
}
.b-list-item.--alt {
  border: 4px solid #FFF;
  background: #fff linear-gradient(180deg, #F8F9FC 0%, rgba(248, 249, 252, 0) 100%);
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  grid-template-columns: 1fr;
  transition: 0.3s ease-out;
}
.b-list-item.--alt:hover {
  box-shadow: 0px 4px 20px 0px rgba(20, 91, 151, 0.23);
}
.b-list-item.--alt .__top {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto;
  margin-bottom: 16px;
  grid-gap: 8px;
}
.b-list-item.--alt .__top .__ico {
  height: 32px;
  width: 32px;
}
.b-list-item.--alt .__bot {
  margin: 0 8px 8px;
}
@media (max-width: 1199px) {
  .b-list-item.--alt .__bot {
    margin: 0;
  }
}
.b-list-item.--alt .__title {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-list-item.--alt .__title {
    margin-bottom: 8px;
  }
}
.b-list-item.--alt .b-catalog-tags span {
  margin: 0;
  gap: 8px;
}
.b-list-item.--alt .b-catalog-tags.--tooltip {
  position: relative;
}
.b-list-item.--alt .b-catalog-tags.--tooltip .__tooltip-content {
  padding: 16px 16px 24px;
  position: absolute;
  top: -2px;
  left: -8px;
  right: -8px;
  opacity: 0;
  pointer-events: none;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 20px 0px rgba(20, 91, 151, 0.23);
  color: #181A1F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  transition: 0.3s ease-out;
}
.b-list-item.--alt .b-catalog-tags.--tooltip .__tooltip-content a {
  color: #03A9F4;
  text-decoration-line: underline;
  transition: 0.3s ease-out;
}
.b-list-item.--alt .b-catalog-tags.--tooltip .__tooltip-content a:hover {
  text-decoration-line: none;
}
.b-list-item.--alt .b-catalog-tags.--tooltip .__tooltip-content img {
  width: 24px;
  display: block;
  margin-bottom: 8px;
}
.b-list-item.--alt .b-catalog-tags.--tooltip:hover .__tooltip-content {
  opacity: 1;
  pointer-events: auto;
}
.b-list-item.--alt .b-price {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 16px;
  align-items: end;
}
.b-list-item.--alt .b-price .__old-price {
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .b-list-item.--alt .b-price {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-list-item.--alt .b-price {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
  .b-list-item.--alt .b-price span:last-child {
    order: 1;
  }
  .b-list-item.--alt .b-price span:first-child {
    order: 2;
  }
}
.b-list-item.--alt .b-props {
  font-weight: 700;
}
.b-list-item.--alt .b-props .__item {
  grid-template-columns: auto 1fr;
  margin-bottom: 16px;
  grid-gap: 2px;
  align-items: end;
  font-weight: normal;
}
.b-list-item.--alt .b-props .__item:last-child {
  margin-bottom: 0;
}
.b-list-item.--plus {
  margin-top: -8px;
}
.b-list-item.--plus:after {
  position: absolute;
  content: "";
  top: -25px;
  z-index: 3;
  background: url("/images/catalog/plus-n.svg") no-repeat;
  width: 56px;
  height: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.b-list-item.--darkgray {
  background: #383C42;
  border: solid 4px #3D4147;
  box-shadow: 0px 4px 20px 0px rgba(20, 91, 151, 0.23);
  transition: 0.3s ease-out;
  position: relative;
  display: block;
  margin-bottom: 0;
}
.b-list-item.--darkgray .__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 8px;
}
.b-list-item.--darkgray .__descr {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 24px;
}
.b-list-item.--darkgray .b-btn {
  width: 40px;
  height: 40px;
  padding: 0;
}
.b-list-item.--darkgray:hover {
  border: solid 4px #474B51;
}
@media (max-width: 991px) {
  .b-list-item {
    margin-bottom: 24px;
  }
}

.b-props {
  font-weight: 600;
  margin: 0 0 24px;
  line-height: 1;
}
.b-props .__item {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 16px;
  margin: 0 0 10px;
}
.b-props .__item:last-child {
  margin: 0;
}

.b-price {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 24px;
}
.b-price .__old-price {
  color: #5C6370;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  text-decoration: line-through;
  display: block;
  margin: 0 0 8px;
}

.b-catalog-tags {
  margin: 0 0 16px;
}
.b-catalog-tags.--g-8 {
  gap: 8px;
}
.b-catalog-tags span {
  height: 32px;
  font-size: 12px;
  color: #181A1F;
  border-radius: 16px;
  background: #F1F4F8;
  display: inline-flex;
  padding: 0 14px;
  align-items: center;
  margin: 0 8px 8px 0;
  font-weight: 600;
}
.b-catalog-tags span.__viol {
  background: #EFEAFF;
  border: 1px solid #EFEAFF;
}
.b-catalog-tags span.--border {
  font-weight: 500;
  color: #5C6370;
  border: 1px solid #E6EAF1;
  background: #FFF;
}
.b-catalog-tags span.--about {
  font-family: "Montserrat", sans-serif;
  height: 38px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4px;
  padding: 8px 16px;
  border-radius: 8px;
  background: #F1F4F8;
  color: #5282FF;
  margin: 0;
}
@media (max-width: 575px) {
  .b-catalog-tags span.--about {
    font-size: 12px;
    padding: 6px 12px;
    height: 32px;
  }
}
.b-catalog-tags span.--about.--bx {
  background: #383C42;
  color: #fff;
}
.b-catalog-tags span.--supbx {
  font-size: 20px;
  line-height: 1.1;
  padding: 16px;
  border-radius: 24px;
  background: #1F90EF;
  color: #fff;
  height: 48px;
  font-weight: 400;
  margin: 0;
}
.b-catalog-tags span.--supbx.--24 {
  color: #181A1F;
  background: #BDF300;
}
.b-catalog-tags span.--supbx.--br-4 {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .b-catalog-tags span.--supbx {
    font-size: 16px;
    height: 32px;
    border-radius: 16px;
  }
}

.b-cat-subtitle {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.b-detail-top {
  padding: 56px 0;
  position: relative;
  margin: 0 16px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-detail-top {
    padding: 40px 0;
    margin: 0;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .b-detail-top {
    padding: 0;
  }
  .b-detail-top .container-lg {
    margin: 0;
    padding: 0;
  }
}
.b-detail-top p {
  margin-bottom: 16px;
  font-size: 14px;
}
.b-detail-top h1 {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .b-detail-top h1 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .b-detail-top h1 {
    font-size: 24px;
  }
}
.b-detail-top .__grid {
  display: grid;
  grid-template-columns: 1fr 480px;
  grid-gap: 96px;
  padding: 64px 72px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 1460px) {
  .b-detail-top .__grid {
    padding: 56px 64px;
    grid-gap: 32px;
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 1199px) {
  .b-detail-top .__grid {
    padding: 48px;
    grid-template-columns: 1fr 380px;
  }
}
@media (max-width: 991px) {
  .b-detail-top .__grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
    padding: 40px 24px;
  }
}
@media (max-width: 767px) {
  .b-detail-top .__grid {
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .b-detail-top .__grid {
    grid-template-columns: 1fr;
  }
}
.b-detail-top .__descr p {
  margin-bottom: 16px;
  font-size: 14px;
}
.b-detail-top .__descr p:last-child {
  margin-bottom: 0;
}
.b-detail-top .__bot {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-detail-top .__bot {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .b-detail-top .__bot {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-detail-top .__bot .__bot-title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  color: #1A1A1A;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 8px;
}
.b-detail-top .__bot .b-dot-list li, .b-detail-top .__bot ul li {
  margin-bottom: 4px;
}
.b-detail-top .b-dot-list, .b-detail-top ul {
  margin: 0 0 16px 0;
  padding: 0;
  list-style: none;
}
.b-detail-top .b-dot-list li, .b-detail-top ul li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.b-detail-top .b-dot-list li:before, .b-detail-top ul li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #1A1A1A;
  border-radius: 50%;
  left: 11px;
  top: 8px;
}
.b-detail-top .b-dot-list li:last-child, .b-detail-top ul li:last-child {
  margin-bottom: 0;
}
.b-detail-top .b-dot-list:last-child, .b-detail-top ul:last-child {
  margin-bottom: 0;
}
.b-detail-top .__title {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 8px;
  margin-bottom: 16px;
}
.b-detail-top .__title img {
  height: 24px;
  width: 24px;
}
.b-detail-top .__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.b-detail-top .container-lg {
  position: relative;
  z-index: 3;
}
.b-detail-top .b-props {
  font-weight: 700;
}
.b-detail-top .b-props .__item {
  grid-template-columns: auto 1fr;
  margin-bottom: 16px;
  grid-gap: 2px;
  align-items: end;
}
.b-detail-top .b-props .__item:last-child {
  margin-bottom: 0;
}
.b-detail-top .b-list-item {
  padding: 32px;
}
@media (max-width: 1199px) {
  .b-detail-top .b-list-item {
    padding: 24px;
  }
}
.b-detail-top .b-list-item .b-price {
  font-size: 24px;
  margin-bottom: 0;
}
.b-detail-top .b-list-item .b-price.--fs-20 {
  font-size: 20px;
}
.b-detail-top .b-list-item .b-cat-subtitle {
  font-size: 18px;
}
.b-detail-top .b-list-item.--gray {
  box-shadow: none;
  background: #F1F4F8;
  position: relative;
  z-index: 1;
}
.b-detail-top .b-list-item.--sm {
  box-shadow: none;
  border-radius: 8px;
  border-bottom: 1px solid #E6EAF1;
  background: #FFF;
  margin-bottom: 2px;
  padding: 16px 24px;
  display: block;
}
@media (max-width: 575px) {
  .b-detail-top .b-list-item.--sm {
    padding: 16px;
  }
}
.b-detail-top .b-list-item.--sm .b-price {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 24px;
  align-items: center;
  color: #181A1F;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}
.b-detail-top .b-list-item.--sm .b-price .__old-price {
  text-align: end;
  font-size: 12px;
  margin-bottom: 4px;
}

.b-dot-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.b-dot-list li {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.4;
}
.b-dot-list li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background: #1A1A1A;
  border-radius: 50%;
  left: 11px;
  top: 8px;
}
.b-dot-list li:last-child {
  margin-bottom: 0;
}

.b-price-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 8px;
  align-items: center;
  margin-bottom: 32px;
}

.b-section {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .b-section {
    padding: 40px 0px;
  }
}

.b-bundle-grid {
  display: grid;
  grid-template-columns: 1fr 24px 1fr 24px 1fr 24px 409px;
  grid-gap: 6px;
  align-items: center;
  margin-bottom: 160px;
}
.b-bundle-grid > img {
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .b-bundle-grid {
    grid-template-columns: 1fr 24px 1fr 24px 1fr;
  }
  .b-bundle-grid > *:nth-child(6), .b-bundle-grid *:nth-child(7) {
    grid-column: span 5;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .b-bundle-grid {
    grid-gap: 4px;
    grid-template-columns: 1fr;
  }
  .b-bundle-grid > *:nth-child(6), .b-bundle-grid *:nth-child(7) {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-bundle-grid {
    margin-bottom: 80px;
  }
}
.b-bundle-grid .b-list-item {
  display: block;
  min-width: 290px;
}
@media (max-width: 575px) {
  .b-bundle-grid .b-list-item {
    max-width: none;
  }
}
.b-bundle-grid .__txt {
  color: #6E6E6E;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.b-bundle-grid .__txt span {
  color: #1A1A1A;
}

.b-faq__item {
  cursor: pointer;
  padding: 40px;
  background: #fff;
  margin-bottom: 8px;
  box-shadow: 0px 2px 4px 0px rgba(20, 91, 151, 0.08);
  border-radius: 16px;
}
.b-faq__item.--no-hover {
  cursor: default;
}
@media (max-width: 991px) {
  .b-faq__item {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-faq__item {
    padding: 16px;
  }
}
.b-faq__item .__title {
  font-weight: 700;
  font-size: 18px;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: auto 1fr 16px;
  align-items: center;
  margin-bottom: 0px;
  transition: 0.3s ease-out;
  color: #181A1F;
}
@media (max-width: 991px) {
  .b-faq__item .__title {
    font-size: 16px;
    grid-gap: 16px;
  }
}
.b-faq__item .__title .__num {
  color: #E6EAF1;
  font-size: 24px;
}
@media (max-width: 991px) {
  .b-faq__item .__title .__num {
    font-size: 18px;
  }
}
.b-faq__item .__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  display: none;
  transition: 0.3s ease-out;
  opacity: 0;
  color: #171321;
}
@media (max-width: 991px) {
  .b-faq__item .__text {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-faq__item .__text {
    font-size: 14px;
  }
}
.b-faq__item .__ico {
  width: 16px;
  height: 16px;
  transition: 0.3s ease-out;
}
.b-faq__item.--active .__title {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-faq__item.--active .__title {
    margin-bottom: 16px;
  }
}
.b-faq__item.--active .__text {
  display: block;
  opacity: 1;
}
.b-faq__item.--active .__ico {
  transform: rotate(180deg);
}

.b-wrapper h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1439px) {
  .b-wrapper h4 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .b-wrapper h4 {
    font-size: 20px;
  }
}

.b-cat-block {
  margin: 0 16px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.b-cat-block.--prim {
  padding: 56px 0;
}
.b-cat-block.--prim > * {
  z-index: 2;
  position: relative;
}
.b-cat-block.--prim .__video {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .b-cat-block {
    padding: 40px 0;
    margin: 0;
    border-radius: 0;
  }
}

.b-arrow {
  position: absolute;
  z-index: 10;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  pointer-events: none;
}
.b-arrow .--prev, .b-arrow .--next {
  height: 48px;
  width: 48px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s ease-out;
  pointer-events: auto;
}
@media (max-width: 1199px) {
  .b-arrow .--prev, .b-arrow .--next {
    height: 40px;
    width: 40px;
  }
}
.b-arrow .--prev:hover, .b-arrow .--next:hover {
  background: #F03;
  border: none;
  outline: none;
}
.b-arrow .--prev:focus-within, .b-arrow .--next:focus-within {
  border: none;
  outline: none;
}
.b-arrow .--prev.swiper-button-disabled, .b-arrow .--next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.b-arrow .--prev.swiper-button-lock, .b-arrow .--next.swiper-button-lock {
  display: none;
}
.b-arrow .--prev {
  transform: rotate(180deg);
}

.b-partners-swiper {
  position: relative;
}
.b-partners-swiper .swiper {
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-partners-swiper .swiper {
    margin-bottom: 24px;
  }
}
.b-partners-swiper .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
  .b-partners-swiper .swiper-slide {
    width: 280px;
  }
}
.b-partners-swiper img {
  width: 100%;
}
.b-partners-swiper a:focus-within, .b-partners-swiper a:hover {
  border: none;
  outline: none;
}
.b-partners-swiper .b-arrow {
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .b-partners-swiper .b-arrow {
    transform: none;
    position: static;
    width: 100%;
    justify-content: center;
    gap: 8px;
  }
}

.b-line {
  height: 2px;
  width: 100%;
  background: #F1F4F8;
}

.iexVueCart__itemProcessing::before {
  content: none !important;
}

.--bg-grad-gray {
  background: linear-gradient(180deg, #FFF 0%, #E6EAF1 100%);
}

.--bg-grad-gray-2 {
  background: linear-gradient(180deg, #E6EAF1 0%, #E6EAF1 0.01%, #F7F7F7 100%);
}

.--bg-gray {
  background: #E6EAF1;
}

.--bg-black {
  background: #1A1A1A;
}
.--bg-black h4 {
  color: #fff;
}

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

/* End */
/* /tools/css/catalog.css?175189076319538 */
