.block-5 {
  margin-bottom: 95px;
  padding-top: 105px;
  color: #fff;
}
@media (max-width: 991px) {
  .block-5 {
    margin-bottom: 0px;
  }
}
.block-5 .block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 50px;
}
.block-5 .block-title span {
  color: #ffbe3e;
}
.block-5 .desktop {
  display: block;
}
@media (max-width: 991px) {
  .block-5 .desktop {
    display: none;
  }
}
.block-5 .mobile {
  display: none;
}
@media (max-width: 991px) {
  .block-5 .mobile {
    display: block;
  }
}
.block-5 .menu-container {
  background: #2c2c2c;
  border-radius: 10px;
  margin-bottom: 30px;
}
.block-5 .menu-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}
.block-5 .menu-container ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: content;
      flex-basis: content;
  border-right: 1px solid #353535;
}
.block-5 .menu-container ul li a {
  position: relative;
  z-index: 2;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 700;
  font-size: 14px;
  line-height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.block-5 .menu-container ul li:hover > a {
  color: #ffbe3e;
}
.block-5 .menu-container ul li.active > a {
  color: #000;
}
.block-5 .menu-container ul li#marker {
  position: absolute;
  z-index: 1;
  display: none;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  background: #ffbe3e;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.block-5 table {
  width: 100%;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
          font-feature-settings: "pnum" on, "lnum" on;
  color: #fff;
}
@media (max-width: 575px) {
  .block-5 table {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 400px) {
  .block-5 table {
    font-size: 14px;
    line-height: 20px;
  }
}
.block-5 table th {
  font-weight: normal;
}
.block-5 table th, .block-5 table td {
  padding: 18px 20px;
  border-right: 1px solid #353535;
}
@media (max-width: 575px) {
  .block-5 table th, .block-5 table td {
    padding: 18px 7px;
  }
  .block-5 table th:first-child, .block-5 table td:first-child {
    padding-left: 20px;
  }
  .block-5 table th:last-child, .block-5 table td:last-child {
    padding-right: 20px;
  }
}
.block-5 table th:last-child, .block-5 table td:last-child {
  border-right: none;
}
@media (max-width: 991px) {
  .block-5 table th, .block-5 table td {
    border: none;
  }
  .block-5 table th:first-child, .block-5 table td:first-child {
    text-align: left;
  }
  .block-5 table th:last-child, .block-5 table td:last-child {
    text-align: right;
  }
}
.block-5 table tbody tr {
  background: #232323;
}
.block-5 table tbody tr:nth-child(2n+1) {
  background: #1e1e1e;
}
.block-5 table thead tr {
  background: #2c2c2c;
}
.block-5 .button-container {
  text-align: center;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .block-5 .button-container {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .block-5 .button-container .btn {
    width: 100%;
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }
}
.block-5 .block-5-item {
  margin: 0 -15px;
  border-bottom: 1px solid #353535;
}
.block-5 .block-5-item:last-child {
  border: none;
}
.block-5 .block-5-item .head {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  min-height: 70px;
  cursor: pointer;
  padding: 0 60px 0 20px;
  background: #232323;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block-5 .block-5-item .head.active {
  background: #ffbe3e;
  color: #000;
}
.block-5 .block-5-item .head.active:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 32px;
  border-color: #000;
}
.block-5 .block-5-item .head:hover {
  background: #ffbe3e;
  color: #000;
}
.block-5 .block-5-item .head:hover:after {
  border-color: #000;
}
.block-5 .block-5-item .head:after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  right: 30px;
  top: 29px;
  border-bottom: 2px solid #353535;
  border-left: 2px solid #353535;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.block-5 .block-5-item .hidden {
  display: none;
}