.header-tabs a:link, .header-tabs a:visited, .header-tabs a:hover, .header-tabs a:active {
  text-decoration: none;
}
.header-tabs__btn {
  display: flex;
}
.header-tabs__btn-item {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  color: #999;
  border: 1px solid #B8B8B8;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.14px;
  user-select: none;
}
.header-tabs__btn-item:hover {
  color: #000000;
}
.header-tabs__btn-item-active {
  color: #0C54A0;
  border: 1px solid #0C54A0;
}
.header-tabs__content-item {
  display: none;
}
.header-tabs__content__img {
  margin-top: 13px;
  width: 232px !important;
  height: 139px;
  border-radius: 5px;
  user-select: none;
}
.header-tabs__content__title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.18px;
  color: #000000;
}
.header-tabs__link {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: #1355A0;
}
.header-tabs__link svg {
  fill: #1355A0;
}
.header-tabs__link:visited {
  color: #0C54A0;
}
.header-tabs__link:hover {
  color: #0C54A0;
}
.header-tabs__link:hover svg {
  fill: #0C54A0;
}
.header-tabs__link:active {
  color: #1D6CB4;
}
.header-tabs__link:active svg {
  fill: #1D6CB4;
}

.ml--15 {
  margin-left: -15px;
}

@media (max-width: 767px) {
  .header-tabs {
    margin-top: 30px;
  }
  .header-tabs__btn {
    display: flex;
    flex-wrap: wrap;
  }
  .header-tabs__btn-item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #999;
    font-size: 18px;
    border: 1px solid #B8B8B8;
    line-height: 37px;
    letter-spacing: -0.01em;
    user-select: none;
  }
  .header-tabs__btn-item:hover {
    color: #0C54A0;
  }
  .header-tabs__btn-item-active {
    color: #0C54A0;
    border: 1px solid #0C54A0;
  }
  .header-tabs__content__img {
    margin-top: 13px;
    width: 90% !important;
    height: auto;
    border-radius: 5px;
    user-select: none;
  }
  .header-tabs__content__title {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.18px;
    color: #000000;
  }
}

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