@charset "UTF-8";
.page-error .wrapper {
  font-size: 20px;
  height: calc(100vh - 344px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.page-error a {
  color: rgb(255, 34, 65);
}

a.footer-links {
  font-family: Roboto;
  font-size: 17px;
  color: #575757;
  display: inline-block;
  margin-bottom: 2px;
}
a.footer-links:hover {
  color: #989898;
}

.sitemap {
  padding-top: 60px;
  padding-bottom: 120px;
}
.sitemap .breadcrumbs {
  font-size: 20px;
}
.sitemap .breadcrumbs li {
  color: #131313;
}
.sitemap .breadcrumbs li a {
  color: #131313;
}
.sitemap .breadcrumbs li a:hover {
  color: rgb(95.5, 95.5, 95.5);
}
.sitemap h1 {
  margin: 60px 0;
}
.sitemap ul.sitemap_html ul li {
  margin-left: 20px;
}
.sitemap ul.sitemap_html ul.list a {
  font-size: 18px;
  color: rgb(95.5, 95.5, 95.5);
}
.sitemap ul.sitemap_html ul.list a:hover {
  text-decoration: underline;
}
.sitemap ul.sitemap_html a {
  font-size: 20px;
  color: #131313;
}
.sitemap ul.sitemap_html a:not([href]):not([tabindex]), .sitemap ul.sitemap_html a:not([href]):not([tabindex]):focus, .sitemap ul.sitemap_html a:not([href]):not([tabindex]):hover {
  color: inherit;
  cursor: default;
}
.sitemap ul.sitemap_html a:hover {
  text-decoration: underline;
}

.choose-club__new_content {
  background: url("/img/pexels-andrea-piacquadio-3768697.jpg") no-repeat center/cover;
}
@supports (background: url("/img/pexels-andrea-piacquadio-3768697.webp")) {
  .choose-club__new_content {
    background: url("/img/pexels-andrea-piacquadio-3768697.webp") no-repeat center/cover;
  }
}

.about__img {
  width: 882px;
  height: 544px;
  background: url(../img/about.png) 50%/contain no-repeat;
}
@supports (background: url("../img/about.webp")) {
  .about__img {
    background: url("../img/about.webp") 50%/contain no-repeat;
  }
}
@media (max-width: 1339px) {
  .about__img {
    width: 50%;
    height: 480px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .about__img {
    height: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about__img {
    height: 235px;
  }
}

.callback-heart__img {
  background: url(../img/gyma.jpg) 50%/cover no-repeat;
  width: 71px;
  height: 73px;
  border-radius: 50%;
}
@supports (background: url("../img/gyma.webp")) {
  .callback-heart__img {
    background: url("../img/gyma.webp") 50%/cover no-repeat;
  }
}

.breadcrumbs-wrapper li {
  color: #131313;
  word-spacing: normal;
}
.breadcrumbs-wrapper li a {
  color: #131313;
}
.breadcrumbs-wrapper li a:hover {
  color: rgb(95.5, 95.5, 95.5);
}

a.disabled {
  pointer-events: none; /* делаем ссылку некликабельной */
  cursor: default; /* устанавливаем курсор в виде стрелки */
}

a.active {
  color: rgb(255, 34, 65) !important;
  pointer-events: none; /* делаем ссылку некликабельной */
  cursor: default; /* устанавливаем курсор в виде стрелки */
}

.text-color-black {
  color: #000000;
}

.fst-italic {
  font-style: italic;
}

.fst-normal {
  font-style: normal;
}

.fw-light {
  font-weight: 300;
}

.fw-lighter {
  font-weight: lighter;
}

.fw-normal {
  font-weight: 400;
}

.fw-bold {
  font-weight: 700;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bolder {
  font-weight: bolder;
}

.main_title med ul.breadcrumbs li {
  word-spacing: normal;
}

.breadcrumbs {
  padding: 8px 0px;
  margin-bottom: 20px;
  list-style: none;
  flex-wrap: wrap;
  display: flex;
}
.breadcrumbs > li {
  display: inline-block;
  font-size: 14px;
  cursor: default;
  margin-right: 0;
}
.breadcrumbs > li a {
  text-decoration: none;
}
.breadcrumbs > li a:hover {
  color: rgb(255, 34, 65);
}
.breadcrumbs > li + li:before {
  padding: 0 6px;
  color: #d00041;
  content: "|";
}
.main_title .breadcrumbs, .inner-banner__row .breadcrumbs {
  margin-bottom: 0px;
}
.main_title .breadcrumbs a, .inner-banner__row .breadcrumbs a {
  color: white;
}
.main_title .breadcrumbs li > span, .inner-banner__row .breadcrumbs li > span {
  color: white;
}
.main_title .breadcrumbs span, .inner-banner__row .breadcrumbs span {
  color: unset;
  font-size: initial;
  display: inline;
}

.blog {
  margin: 60px 0;
}
.blog .block__title {
  margin: 60px 0;
}
.blog .blog__content {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
}
.blog .blog__item {
  flex: 0 0 33%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog .blog__item {
    flex: 0 0 50%;
  }
}
.blog .blog__item:hover .blog__item-content:before,
.blog .blog__item:hover .blog__item-more {
  opacity: 1;
}
.blog .blog__item-content {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87%;
  border-radius: 10px;
}
.blog .blog__item-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.4s all;
  border-radius: 10px;
}
@media (max-width: 1340px) {
  .blog .blog__item-content {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .blog .blog__item-content {
    flex: 0 0 100%;
  }
}
.blog .blog__item-more {
  opacity: 0;
  transition: 0.4s all;
  position: relative;
  z-index: 2;
  color: #fff;
  background: #d00041;
  width: 171px;
  height: 50px;
  border-radius: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog .block__item-title {
  font-family: Roboto;
  font-weight: 700;
  font-size: 20px;
  color: #0c0000;
  margin: 10px 0;
}
.blog .block__item-date {
  position: absolute;
  content: "";
  top: 12%;
  right: -10%;
  background-color: #d00041;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 14px;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 20px 0;
  margin-bottom: 80px;
}
.pagination li {
  margin: 0 10px;
}
.pagination li span {
  font-size: 22px;
  width: 40px;
  height: 40px;
  display: block;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.pagination li.active a {
  background-color: #f5004a;
  color: #fff;
}

.blog-detail {
  margin: 60px 0;
}
.blog-detail .block-detail__title {
  margin-bottom: 30px;
}
.blog-detail .blog-detail--img {
  display: inline-block;
  text-align: center;
  border-radius: 15px;
  max-width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.blog-detail article.blog-detail--text {
  width: 75%;
  margin: auto;
}
.blog-detail article.blog-detail--text table p {
  margin: 0;
}
.blog-detail article.blog-detail--text table thead th {
  text-align: center;
  line-height: 130%;
  font-size: 80%;
  padding: 10px;
  border: 1px solid #ddd;
}
.blog-detail article.blog-detail--text table tbody td {
  font-size: 80%;
  padding: 10px;
  border: 1px solid #ddd;
}
.blog-detail article.blog-detail--text table.table-style-0001 tbody td:nth-last-child(-n+2) {
  text-align: center;
}
@media (max-width: 992px) {
  .blog-detail article.blog-detail--text {
    width: 100%;
  }
}
.blog-detail article.blog-detail--text ol,
.blog-detail article.blog-detail--text ul {
  margin: 0 0 20px;
  padding: revert;
  list-style-type: initial;
}
.blog-detail article.blog-detail--text p {
  margin: 1em 0;
}
.blog-detail article.blog-detail--text p + ul {
  margin-bottom: 0;
}
.blog-detail article.blog-detail--text h1,
.blog-detail article.blog-detail--text h2,
.blog-detail article.blog-detail--text h3,
.blog-detail article.blog-detail--text h4,
.blog-detail article.blog-detail--text h5,
.blog-detail article.blog-detail--text h6 {
  line-height: 1.2;
  margin: 1.8em 0 0.7em;
  font-weight: 800;
  text-align: initial;
}
.blog-detail article.blog-detail--text h1 {
  font-size: 250%;
}
.blog-detail article.blog-detail--text h2 {
  font-size: 200%;
}
.blog-detail article.blog-detail--text h3 {
  font-size: 150%;
}
.blog-detail article.blog-detail--text h4,
.blog-detail article.blog-detail--text h5,
.blog-detail article.blog-detail--text h6 {
  font-size: 110%;
}
.blog-detail article.blog-detail--text img {
  display: flex;
  margin: auto;
}

/* Сброс стилей для корректного отображения текста из редактора */
.content-from-redactor ol,
.content-from-redactor ul {
  margin: 0 0 20px;
  padding: revert;
  list-style-type: initial;
}
.content-from-redactor p {
  margin: 1em 0;
}
.content-from-redactor p + ul {
  margin-bottom: 0;
}
.content-from-redactor h1,
.content-from-redactor h2,
.content-from-redactor h3,
.content-from-redactor h4,
.content-from-redactor h5,
.content-from-redactor h6 {
  line-height: 1.2;
  margin: 1.8em 0 0.7em;
  font-weight: 800;
  text-align: initial;
}
.content-from-redactor h1 {
  font-size: 250%;
}
.content-from-redactor h2 {
  font-size: 200%;
}
.content-from-redactor h3 {
  font-size: 150%;
}
.content-from-redactor h4,
.content-from-redactor h5,
.content-from-redactor h6 {
  font-size: 110%;
}
.content-from-redactor img {
  display: flex;
  margin: auto;
}

.list-style-2 ul {
  list-style: disc;
  font-family: "FuturaFuturisC";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #36353c;
  margin: 10px 0 30px 15px;
}
.list-style-2 ul li::marker {
  color: #00aced;
  margin-inline-end: 1ch;
}
.list-style-2 ul li:not(:last-child) {
  margin-bottom: 5px;
}

/*# sourceMappingURL=main.css.map */
