img {
     display:block;
     max-width: 100%;
     height: auto;
}



.article-text p a {	color:navy;
}

iframe {
     max-width: 100%;
     padding-right: 30px;
}


.table1 {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.table1 caption {
  font-size: 1.1em;
  margin: .5em 0 .75em;
}

.table1 tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

.table1 th,
.table1 td {
  padding: .625em;
  text-align: center;
  font-size: 0.7em;
}

.table1 th {
  font-size: .68em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* фото галерея в статье */
.carousel-img{
    width: 100%;
    border-radius: 7px;
}

.thumb-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.carousel-thumb{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    margin: 5px;
    border-radius: 7px;
}


@media screen and (max-width: 825px) {
  .table1 {
    border: 0;
  }

  .table1 caption {
    font-size: 1.3em;
  }

  .table1 thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .table1 tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .table1 td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .table1 td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .table1 td:last-child {
    border-bottom: 0;
  }
 }