


.tabs-content {
  /* скрыть контент по умолчанию */
  display: none;
  /*border: 1px solid #eee;*/
  padding: 10px 15px;
  border-radius: 4px;
}

.tabs-content-show{
  display: block;
}

.tabs-wrapper{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.tab-btn {
  min-width: 200px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  padding: 2px 20px;
  line-height: 1.5;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  margin-left: 6px;
  cursor: pointer;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  background-color: #1569ae;
  color: #fff;
  box-shadow: 0 2px 4px 0 #e3f2fd;
  border: 1px solid #e3f2fd;
  text-align: center;
  text-decoration: none;
}


.tab-active {
  background-color: #bbdefb;
  color: #1569ae;
}


table {
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', Sans-Serif;
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
}
th,
td:first-child {
  background: #afcde7;
  color: white;
  padding: 10px 20px;
}
th,
td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: white;
}
td {
  background: #d8e6f3;
}
th:first-child,
td:first-child {
  text-align: left;
}

.dbl-border {
  position: relative;
  display: table;
  margin-top: 25px;
  margin-right: 45px;
  margin-bottom: 25px;
  float: left;
  /*margin: 50px auto;*/
}
.dbl-border img {
  display: block;
  width: 150px;
  height: 150px;
}
.dbl-border:before,
.dbl-border:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #40d8ec;
}
.dbl-border:before {
  top: -15px;
  left: -15px;
}
.dbl-border:after {
  right: -15px;
  bottom: -15px;
}
.image-wrapper {
  position: relative;
  z-index: 2;
  padding: 5px;
  background: white;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.1);
  float: left;
}

hr {
  border: 2px solid #40d8ec;
  color: #40d8ec;
  background-color: #40d8ec;
}

.accordion-item-header {
  padding: 10px 15px;
  background: #1569ae;
  color: #fff;
  cursor: pointer;
  border: 2px solid #fff;
}

.accordion-item-content {
  background: #fff;
  color: #1569ae;
  display: none;
}

.accordion-item.show .accordion-item-content {
  padding: 10px 15px;
  display: block;
}

.accordion-item.show .accordion-item-header {
  background: #002899;
  color: #fff;
}

.w3-content {
  position: relative;
  margin-top: 0em;
  margin-bottom: 25px;
}
.w3-btn,
.w3-button {
  border: none;
  display: inline-block;
  outline: 0;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.w3-btn,
.w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w3-disabled,
.w3-btn:disabled,
.w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.w3-disabled *,
:disabled * {
  pointer-events: none;
}
.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}
.w3-button:hover {
  color: #000 !important;
  background-color: #ccc !important;
}

.w3-content button {
  position: absolute;
  top: 32%;
}

.w3-display-right {
  right: 0;
}
.w3-display-left {
  left: 0;
}
