/* cmsms stylesheet: Tsn modified: Wednesday, February 1, 2023 3:22:49 AM */
/* stylelint-disable selector-list-comma-newline-after */
body {
  background-color: #D9D9D9;
}
header, footer {
  background: #947054 url("https://snt.unitex.test-public.ru/uploads/tsn/img/back_header.png") no-repeat center center;
  background-size: cover;
  height: 163px;
}
footer {
  height: 100px;
  padding-top: 10px;
  margin-bottom: 0;
}
header {
  padding-top: 30px;
  margin-bottom: 15px;
}
main h1, main h2, main h3, main h4 {
  color: #927257;
}
main h1{
  text-shadow: 0 3px 2px #222222;
  font-size: 3em;
}
main .home-text{
  color: #927257;
  text-shadow: 0 4px 3px #444444;
  font-size: 3em;
  margin-left: 20px;
}

.sub-menu a, .sub-menu a:hover, .sub-menu a:active {
  color: #927257;
}
.sub-menu a:hover {
  text-decoration: none;
}

.top-menu a {
  background: transparent url("https://snt.unitex.test-public.ru/uploads/tsn/img/button.svg") no-repeat center right;
  /*background-size: cover;*/
  height: 41px;
  padding: 0 10px 0 25px;
  width: 100%;
  margin: 0 0 0 40px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  /*text-align: left;*/
  line-height: 40px;

}
.top-menu a:first-child{
  margin: 0 0 0 20px;
}

.top-menu a:hover{
  opacity: .7;
}

.top-menu a img {
  position: absolute;
  left: -20px;
}

.blog-header {
  border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
  font-family: "Roboto", "Tahoma", sans-serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 1.75rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", "Tahoma", sans-serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .display-4 {
    font-size: 3rem;
  }
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-title {
  font-size: 2.5rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}

/*
 * Footer
 */
.blog-footer {
  padding: 0.5rem 0;
  color: #727272;
  text-align: center;
  background-color: #f9f9f9;
  border-top: .05rem solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
