body {
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif;
  line-height: 1.5em; }

p {
  color: #666666;
  line-height: 1.5em; }

.no-pad {
  padding: 0; }

.table {
  width: 100%;
  margin-top: 10px;
  font-size: 13px; }
  .table tr:nth-child(odd) td {
    background-color: orange; }
  .table td {
    padding: 5px 15px; }

.btn {
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  color: #1b1b1b;
  background-color: #e6ecec;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 3px; }
  .btn .arrow-icon {
    display: inline-block;
    color: #1b1b1b;
    border-radius: 30px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative; }
  .btn:hover {
    background-color: #d6e0e0; }

.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.mobile-br {
  display: none; }

.tabs-nav-links {
  margin: 0;
  padding: 0;
  list-style: none; }

.logo {
  margin-top: 5px;
  text-align: center; }

.logo img {
  max-width: 190px;
  display: block; }

header {
  padding: 30px 0;
  padding-bottom: 5px; }
  header .logo img {
    display: inline; }
  header .icon {
    display: block; }

.icons-list .icon-container {
  width: 20%;
  padding: 0 10px;
  text-align: center;
  float: left; }
  .icons-list .icon-container span {
    color: #666666;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 18px;
    display: block; }

.icon {
  padding: 5px;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: inline-block;
  border-radius: 50px; }
  .icon img {
    width: 100%;
    display: block; }

.icon.big {
  padding: 15px;
  width: 80px;
  height: 80px; }

.icon.small {
  width: 40px;
  height: 40px; }

.tabs {
  position: relative; }
  .tabs .tab-nav-link {
    width: 33.333%;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    display: block;
    position: relative;
    cursor: pointer;
    border-top: 2px solid transparent;
    border-left: 1px solid #fff; }
  .tabs .tab-container {
    padding: 20px 0;
    display: none; }
  .tabs .radio {
    display: none; }
  .tabs .radio:checked + label {
    background-color: #fff !important;
    border-top-color: #004C8E !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .tabs .radio:checked + label:after {
    content: "";
    width: 100%;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1; }
  .tabs #tab-1:checked ~ #container1,
  .tabs #tab-2:checked ~ #container2,
  .tabs #tab-3:checked ~ #container3 {
    display: block; }
  .tabs:after {
    content: "";
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    background-color: #dedede;
    z-index: -1; }

.product-image {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #dcdcdc; }
  .product-image img {
    width: 100%; }

.product-title {
  margin-top: 20px;
  color: #1b1b1b;
  font-size: 24px;
  line-height: 32px; }

.acordion {
  margin: 30px 0;
  margin-top: 10px; }
  .acordion .acordion-tab {
    border-bottom: 1px solid #fff; }
    .acordion .acordion-tab .acordion-title {
      padding: 15px 20px;
      cursor: pointer;
      display: block;
      position: relative;
      background-color: orange;
      border-bottom: 1px solid #fff; }
      .acordion .acordion-tab .acordion-title .icon {
        margin-right: 20px;
        float: left; }
      .acordion .acordion-tab .acordion-title h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 400;
        line-height: 50px; }
      .acordion .acordion-tab .acordion-title:after {
        content: "";
        width: 16px;
        height: 10px;
        background: url("../img/arrow.png") no-repeat;
        display: block;
        opacity: 0.4;
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -5px; }
      .acordion .acordion-tab .acordion-title:hover:after {
        opacity: 1; }
    .acordion .acordion-tab .acordion-content {
      color: #666666;
      height: 0;
      overflow: hidden; }
      .acordion .acordion-tab .acordion-content p {
        margin-top: 0; }
      .acordion .acordion-tab .acordion-content > div {
        padding: 20px; }
    .acordion .acordion-tab .check {
      display: none; }
    .acordion .acordion-tab .check:checked ~ .acordion-content {
      height: auto; }
    .acordion .acordion-tab .check:checked ~ .acordion-title:after {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      opacity: 1; }
    .acordion .acordion-tab:last-child {
      border-bottom: none; }

footer {
  padding: 30px 0;
  border-top: 1px solid #dcdcdc; }
  footer .icon {
    display: block; }
  footer .icons-list {
    float: right; }
  footer .logo img {
    display: inline; }

@media (max-width: 768px) {
  .tabs .tab-nav-link {
    width: auto; } }

@media (max-width: 600px) {
  .mobile-br {
    display: block; }
  .tabs {
    border-top: 1px solid #ececec; }
  .tabs:after {
    display: none; }
  .tabs .tab-nav-link {
    width: 100%;
    text-align: left;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    border-left: 3px solid transparent;
    border-top: none;
    border-bottom: 1px solid #ececec; }
  .tabs .radio:checked + label {
    color: #004C8E;
    background-color: #fff !important;
    border-left-color: #004C8E !important;
    -webkit-box-shadow: none;
    box-shadow: none; }
  footer .logo img {
    display: inline; }
  footer .icons-list {
    float: none; } }

@media (max-width: 480px) {
  body {
    font-size: 14px; }
  header {
    padding: 20px 0; }
  .logo {
    margin-bottom: 20px; }
  .tabs .tab-nav-link {
    height: 36px;
    line-height: 36px; }
  .acordion {
    background-color: transparent; }
  .acordion .acordion-tab .acordion-title {
    padding: 10px 20px 10px 10px; }
  .acordion .acordion-tab .acordion-title .icon {
    margin-right: 10px; }
  .acordion .acordion-tab .acordion-title h3 {
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px; }
  .acordion .acordion-tab .acordion-title:after {
    right: 15px; }
  .acordion .acordion-tab .acordion-content > div {
    padding: 20px 0; }
  .product-title {
    font-size: 18px; }
  .icons-list .icon-container {
    padding: 0; }
  .icons-list .icon-container span {
    font-size: 9px; }
  .icon.big {
    width: 50px;
    height: 50px;
    padding: 0; } }


alm.png
