@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.tabs:not(.vertical) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  list-style: none;
  font-size: 0;
  padding-bottom: 2px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .tabs:not(.vertical) > li {
    display: inline-block;
    padding: 5px 10px 10px;
    font-size: 18px;
    line-height: 20px;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
    color: #fff;
    font-weight: 600; }
    .tabs:not(.vertical) > li a {
      display: block;
      padding: inherit;
      margin: -5px -10px;
      color: inherit; }
    .tabs:not(.vertical) > li:hover {
      border-color: #ccc; }
    .tabs:not(.vertical) > li.active {
      color: #ff9100; }
  .tabs:not(.vertical) .pointer {
    position: absolute;
    width: 0;
    height: 2px;
    padding: 0;
    background: #ff9100;
    bottom: 0;
    left: 0; }

.tabs.round-tabs {
  background-color: #4a4640;
  border-radius: 25px;
  display: inline-block; }
  .tabs.round-tabs.half-part {
    display: block; }
    .tabs.round-tabs.half-part .item {
      width: 50%; }
    .tabs.round-tabs.half-part .round-item {
      width: 50% !important;
      height: 100%;
      background-color: #ff9100;
      z-index: 1;
      top: 0;
      left: 0;
      border-radius: 25px;
      transition: .3s; }
  .tabs.round-tabs .item {
    position: relative;
    z-index: 2;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.42px;
    padding: 8px 25px 7px;
    height: 34px;
    text-align: center; }
    .tabs.round-tabs .item.active, .tabs.round-tabs .item:hover {
      color: #fff; }
  .tabs.round-tabs .round-item {
    padding: 0;
    position: absolute; }

.tabs-content {
  border-top: 2px solid #646565;
  margin-top: -2px; }
  .tabs-content.simple-tabs {
    margin-top: 0;
    border-top: 0; }
  .tabs-content > .content:not(.active) {
    display: none; }

.tabs.round-tabs.half-part.swich-tabs:not(.active) {
  display: none; }

.tabs.full-width {
  display: table;
  width: 100%; }
  .tabs.full-width > li {
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: bottom; }

@media (max-width: 1560px) {
  .tabs.round-tabs .item {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 1199px) {
  .tabs li.hidden-tab {
    display: none; } }
