/* 1stylelint-disable selector-list-comma-newline-after */
body {
  font-family: 'Cuprum', sans-serif;
  font-size: 1.2rem;
}

.blog-header {
  line-height: 1;
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  /*font-family: "Press Start 2P", Georgia, "Times New Roman", serif;*/
font-family: 'Cuprum', sans-serif;
  font-size: 2.5rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Cuprum', sans-serif;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
}

.card-img-right {
  height: 100%;
  border-radius: 0 3px 3px 0;
}

.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/*
 * Blog name and description
 */
.blog-title {
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
.blog-description {
  font-size: 1.1rem;
  color: #999;
}

@media (min-width: 40em) {
  .blog-title {
    font-size: 3.5rem;
  }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}
.blog-pagination > .btn {
  border-radius: 2rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  margin-bottom: .25rem;
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #999;
}

/*
 * Footer
 */
.blog-footer {
  padding: 2.5rem 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

a img {
    /*  Ширина паспарту */
    max-width: 728px;
    max-height: 487px;
    width: 100%;
    height: auto;
}
    
}
a li {
	font-weight: 300;
	list-style-type: square;
	border-top: 1px solid #e7e7e7;
}
blockquote {
    border-left: 4px solid #D9230F;
    border-radius: .5em;
    margin: 30px 0;
    padding: 0 0 0 25px;
    font-style: italic;
    font-size: 1rem;
    color: #D9230F;
}

.comments-list {
	counter-reset: myCounter;
        list-style: none;
}
.comments-list comment:before {
   counter-increment: myCounter;
  content:"#" counter(myCounter);
  color: gray;
  display: inline-block;
  text-align: center;
  font-size: 1rem;

}

img {
padding-top: 10px;
padding-bottom: 10px;
    max-width: 728px;
    max-height: 487px;
    width: 100%;
    height: auto;
}

table td, table th {
    padding: 3px 5px;
}

table td {
    vertical-align: top;
    border-bottom: #EEE 1px solid;
}

.social-share {
    padding-right: 8px;
    vertical-align: middle;
}

.social-share:hover {
    color: #000; /* Цвет текста */
    vertical-align: middle;
}

code {
    color: #000;
    background: #f5f5f5;
    padding: 12px 6px 0px;
    border-radius: 4px;
    word-break: keep-all;
    border: 1px solid #e3eaf0;
    text-shadow: 0 1px white;
    max-width: 728px;
}

textarea {
    overflow: auto;
    resize: vertical;
    max-width: 728px;
    max-height: 487px;
    width: 100%;
    height: auto;
}

kbd {
    font-size: .9em;
    color: #fff;
    background: #000;
    padding: 2px 6px 0px;
    border-radius: 4px;
    word-break: keep-all;
    border: 1px solid #e3eaf0;
}

.helpfulrater {
     vertical-align: bottom;
}