@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
       url('../fonts/Roboto-Regular.ttf') format('ttf');
}
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'),
       url('../fonts/Roboto-Medium.ttf') format('ttf');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  font-family: Roboto;
}
h1, h2, h3, h4, h5, h6, b, .bold-style, a {
  font-family: RobotoMedium;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 
input { outline: none; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; height: auto; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
* {box-sizing: border-box;}
html {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}
body {
  line-height: 1;
  font-family: Arial, Tahoma, Verdana, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  background: #f6f6f6;
  font-size: 17px;
}
header {
  width: 74%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
}
.navbar-brand {
  width: 15%;
  display: flex;
  margin-right: 2%;
}
a.brand-logo {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 15px;
}
a.brand-logo img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.site_information {
  width: 65%;
}

a.site-baselink:hover, .phonelink:hover, .emaillink:hover {
  text-decoration: none;
  color: #333;
}
.site-description {
  text-decoration: none;
  color: #fd1a2e;
  font-size: 2vw;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
  line-height: 1.5;
}
.contact-desc {
  font-size: 20px;
  color: #444;
}
.contacts_information {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
a.phonelink p {
  font-size: 30px;
}
.contacts_information > a {
  padding: 12px 0;
}
.soc_icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 15px;
  justify-content: space-evenly;
  width: 100%;
}
.soc_icons a {
  border: 1px solid #aaa;
  border-radius: 18px;
  background: white;
}
span.vk_icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: url(/media/templates/site/blacktiger/images/vk.png) center center;
  background-size: cover;
}
span.tg_icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: url(/media/templates/site/blacktiger/images/tg.png) center center;
  background-size: cover;
}
span.wa_icon {
  display: flex;
  width: 30px;
  height: 30px;
  background: url(/media/templates/site/blacktiger/images/wa.png) center center;
  background-size: 70%;
  background-repeat: no-repeat;
}
.menu-container {
  background: #ff2024;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.container-nav.mainmenu {
  width: 74%;
}

.container-nav.mainmenu ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.container-nav.mainmenu ul li {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.container-nav.mainmenu ul li a {
  width: 100%;
  display: flex;
  padding: 10px 5px;
  font-size:20px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  align-items: center;
  justify-content: center;
}


.main-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
  height: 100%;
  width: 74%;
  padding: 20px 20px 0 20px;
}
.main-container-component {
  width: 100%;
  display: flex;
  flex-grow: 1;
}
main {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
main p {
  line-height: 2;
}
nav.mod-breadcrumbs__wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
}
nav.mod-breadcrumbs__wrapper ol {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.page-header h1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #fd1a2d;
  text-align: center;
}
.blog_trainers .introtext_blog {
  display: none;;
}
.com-content-category-blog.blog h1 {
  font-size: 2em;
  text-transform: uppercase;
  color: #fd1a2d;
  text-align: center;
}
.com-content-article.item-page {
  width: 100%;
}
.com-content-category-blog.blog {
  width: 100%;
}
.blog_news .com-content-category-blog__item.blog-item {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
.com-content-category-blog__items.blog-items.blog_news figure img, .blog_news .item-content {
  width: 100%;
}
.blog_trainers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.blog_trainers .com-content-category-blog__item.blog-item {
  padding: 20px 10px;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
main>.item-page .com-content-article__body {
  width: 100%;
}
figure.left.item-image {
  width: 30%;
  margin-right: 5%;
  float: left;
}
.com-content-category-blog__items.blog-items.blog_news .page-header h2 a, .com-content-category-blog__items.blog-items.main_news .page-header h2 a {
  color: #333;
  font-size: 1.5em;
}
.com-content-category-blog__items.blog-items.blog_news .page-header {
  margin-bottom: 15px;
}
.com-content-category-blog__items.blog-items.blog_news {
  margin-top: 20px;
}
.blog_trainers .item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
}
.blog_trainers .item-content h2 {
  font-size: 1.3em;
  margin-bottom: 4px;
}
.blog_trainers .item-content a {
  color: #333;
}
ul.fields-container li {
  padding: 3px 0;
}
span.field-label {
  font-family: RobotoMedium;
  line-height: 1.3;
  margin-right: 8px;
}
span.field-value {
  line-height: 1.3;
}

.com-content-article.item-page {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 20px 0;
}
.com-content-article.item-page .page-header {
  order: 0;
  width: 100%;
  margin-bottom: 20px;
}
.com-content-article.item-page .icons {
  width: 100%;
}
.com-content-article.item-page ul.fields-container {
  order: 2;
  width: 100%;
  height: auto;
}
.com-content-article.item-page figure.left.item-image {
  display: flex;
  width: 30%;
  margin-right: 5%;
  order: 1;
  height: fit-content;
}
.com-content-article.item-page figure.left.item-image img {
  width: 100%;
  height: auto;
}
.com-content-article.item-page.cat8 .com-content-article__body {
  order: 2;
  width: 65%;
}
.container-bottom-b {
  width: 100%;
}
.bottom-b.card {
  border: 1px solid #fb1236;
}
.bottom-b h3.card-header {
  background: #fd1a2e;
  text-transform: uppercase;
  color: white;
  font-size: 18px;
  text-align: center;
  padding: 8px 0;
}
footer {
  background: #333;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-top: 15px;;
  padding: 20px;
  line-height: 2;
}

.blog-items.main_news {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.blog-item {
  margin-bottom: 25px;
}

.blog-items.main_news figure.left.item-image {
  width: 25%;
  margin-right: 3%;
  float: left;
}

.blog-items.main_news h2.item-title a {
  color: #333;
  font-size: 1.5em;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 15px;
  }
  header {
    width: 100%;
  }
  .header-container {
    flex-direction: column;
  }
  .navbar-brand {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  a.brand-logo {
    width: 50%;
    padding: 10px;
  }
  .site_information {
    width: 96%;
  }
  .site-description {
    font-size: 18px;
  }
  .contacts_information {
    width: 100%;
  }
  .contacts_information > a {
    padding: 6px 0;
  }
  a.phonelink p {
    font-size: 24px;
    margin-top: 6px;
  }
  .soc_icons {
    padding: 6px;
  }
  .container-nav.mainmenu {
    width: 100%;
  }
  nav.mod-breadcrumbs__wrapper {
    margin: 0 0 15px;
  }
  .menu-container ul {
    flex-direction: column!important;
  }
  .main-container {
    width: 100%;
    padding: 15px 10px 0;
  }
  .map-widget-map-component {
    pointer-events: none!important;
  }
  .blog-items.main_news figure.left.item-image {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 10px;
  }
  .blog-items.main_news h2.item-title {
    margin: 8px 0;
  }
  .blog-items.main_news h2.item-title a {
    font-size: 1.2em;
  }
  .blog_news .com-content-category-blog__item.blog-item {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .blog_news .com-content-category-blog__item.blog-item figure.left.item-image {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .blog_news .com-content-category-blog__item.blog-item h2 {
    margin: 8px 0;
  }
  .com-content-category-blog__items.blog-items.blog_news .page-header h2 a, .com-content-category-blog__items.blog-items.main_news .page-header h2 a  {
    font-size: 1.2em;
  }
  nav.mod-breadcrumbs__wrapper ol {
    flex-wrap: wrap;
    line-height: 1.5;
    font-size: 12px;
  }
  .blog_trainers .com-content-category-blog__item.blog-item {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  figure.left.item-image {
    width: 40%;
    margin-right: 5%;
    float: left;
  }
  .com-content-article.item-page figure.left.item-image {
    display: flex;
    width: 100%;
    margin-right: 0%;
    order: 1;
    height: fit-content;
  }
  .com-content-article.item-page.cat8 .com-content-article__body {
    order: 2;
    width: 100%;
  }
}

@media screen and (min-width: 501px) and (max-width: 1000px) {
  body {
    font-size: 15px;
  }
  header {
    width: 100%;
  }
  .header-container {
    flex-direction: column;
  }
  .navbar-brand {
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  a.brand-logo {
    width: 50%;
    padding: 10px;
  }
  .site_information {
    width: 96%;
  }
  .site-description {
    font-size: 18px;
  }
  .contacts_information {
    width: 100%;
  }
  .contacts_information > a {
    padding: 6px 0;
  }
  a.phonelink p {
    font-size: 24px;
    margin-top: 6px;
  }
  .soc_icons {
    padding: 6px;
  }
  .container-nav.mainmenu {
    width: 100%;
  }
  nav.mod-breadcrumbs__wrapper {
    margin: 0 0 15px;
  }
  .menu-container ul {
    flex-direction: column!important;
  }
  .main-container {
    width: 100%;
    padding: 15px 10px 0;
  }
  .map-widget-map-component {
    pointer-events: none!important;
  }
  .blog-items.main_news figure.left.item-image {
    width: 100%;
    margin-right: 0%;
    float: none;
    margin-bottom: 10px;
  }
  .blog-items.main_news h2.item-title {
    margin: 8px 0;
  }
  .blog-items.main_news h2.item-title a {
    font-size: 1.2em;
  }
  .blog_news .com-content-category-blog__item.blog-item {
    display: flex;
    width: 100%;
    margin-bottom: 25px;
    flex-direction: column;
  }
  .blog_news .com-content-category-blog__item.blog-item figure.left.item-image {
    width: 100%;
    margin-right: 0;
    float: none;
    margin-bottom: 10px;
  }
  .blog_news .com-content-category-blog__item.blog-item h2 {
    margin: 8px 0;
  }
  .com-content-category-blog__items.blog-items.blog_news .page-header h2 a, .com-content-category-blog__items.blog-items.main_news .page-header h2 a {
    font-size: 1.2em;
  }
  nav.mod-breadcrumbs__wrapper ol {
    flex-wrap: wrap;
    line-height: 1.5;
    font-size: 12px;
  }
  .blog_trainers .com-content-category-blog__item.blog-item {
    padding: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 10px;
  }
  figure.left.item-image {
    width: 40%;
    margin-right: 5%;
    float: left;
  }
  .com-content-article.item-page figure.left.item-image {
    display: flex;
    width: 100%;
    margin-right: 0%;
    order: 1;
    height: fit-content;
  }
  .com-content-article.item-page.cat8 .com-content-article__body {
    order: 2;
    width: 100%;
  }
}

/* Обёртка пагинации */
.com-content-category-blog__pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

/* Список */
.pagination {
  display: flex;
  gap: 6px;
  padding: 0;
  margin: 10px 0;
  list-style: none;
  flex-wrap: wrap;
}

/* Общий вид ссылок */
.page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #ff6f00;   /* оранжевая рамка */
  border-radius: 6px;
  font-size: 15px;
  color: #000;                 /* текст чёрный */
  background-color: #fff;      /* фон белый */
  text-decoration: none;
  transition: all 0.2s;
  cursor: pointer;
}

/* Ховер */
.page-item .page-link:hover {
  background-color: #ff6f00;  /* при наведении — оранжевый */
  color: #fff;                /* текст белый */
}

/* Активная страница */
.page-item.active .page-link {
  background-color: #ff6f00;  /* активная — оранжевая */
  border-color: #ff6f00;
  color: #fff;
  font-weight: bold;
}

/* Disabled */
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #ccc;
  color: #aaa;
  pointer-events: none;
}

/* Иконки (стрелки) */
.page-item .icon-angle-left,
.page-item .icon-angle-right,
.page-item .icon-angle-double-left,
.page-item .icon-angle-double-right {
  font-size: 14px;
  line-height: 1;
}
