@font-face {
  font-family: "MontserratRegular";
  src: url("/sites/all/themes/allboxing_mobile/fonts/Montserrat-VariableFont_wght.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratIt";
  src: url("/sites/all/themes/allboxing_mobile/fonts/Montserrat-Italic-VariableFont_wght.ttf");
  font-style: italic;
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "RobotoSlabRegular";
  src: url("/sites/all/themes/allboxing_mobile/fonts/RobotoSlab-VariableFont_wght.ttf");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

body {
  font-family: "MontserratRegular", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
.title {
  font-family: "RobotoSlabRegular", sans-serif;
}
header {
  position: fixed;
  height: 80px;
  right: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

body {
  padding: 0px;
  font-size: 16px;
  color: #393941;
}
.text-cont {
  padding: 20px 0;
}
.auth-info {
  padding-left: 0px;
  padding-right: 0px;
}
.auth-info .status {
  font-size: 11px;
}
.glyphicon-thumbs-up {
  color: green;
  font-size: 12px;
  padding-left: 5px;
}
.auth-info .auth-info {
  font-weight: bold;
}
.auth-info .tire {
  color: red;
  font-weight: bold;
  padding: 0 5px;
}
.auth-info .kom-info {
  font-style: italic;
}
.kom-text {
  padding: 7px 0;
  border-top: 0px solid #dedede;
  margin-top: 5px;
}
.ava-cont {
  padding-left: 0px;
  padding-right: 5px;
}
.modul-block {
  font-size: 18px;
  margin-top: 0px;
  padding: 10px 0;
  margin-bottom: 0px;
}
.comment-form {
  padding-bottom: 25px;
}
.modul-block span {
  font-size: 14px;
  color: #ff0000;
  padding-right: 5px;
}
.comment {
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

.search-block .search-form {
  height: 29px;
  border-radius: 0px;
}
.logo-block {
  padding-right: 0px;
}

.indented {
  margin-left: 0px;
}

.df {
  display: flex;
}
.jcsb {
  justify-content: space-between;
}
.aibl {
  align-items: baseline;
}
.aic {
  align-items: center;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mt20 {
  margin-top: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mr30 {
  margin-right: 30px;
}
.fwb {
  font-weight: 700;
}
.pt80 {
  padding-top: 80px;
}

a {
  color: #b1151b;
}
a:hover,
a:focus {
  color: #720e11;
}

#navbar-collapse-menu {
  background-color: #ffffff;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
  margin-top: 80px;
}
.navbar {
  margin-bottom: 0;
  padding: 20px 0;
}
.navbar-nav {
  border-bottom: 1px solid #9c9ca0;
  margin: 0 0 30px;
}
.nav > li {
  margin-top: 20px;
  padding-left: 9px;
}
.nav > li:first-child {
  margin-top: 30px;
}
.nav > li:last-child {
  margin-bottom: 30px;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 5px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
  background-color: #393941;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 7px;
}
.navbar-toggle-menu:not(.collapsed) .icon-bar:first-child {
  transform: rotate(45deg);
  margin-top: 10px;
}
.navbar-toggle-menu:not(.collapsed) .icon-bar:nth-child(2) {
  transform: rotate(135deg);
  margin-top: -3px;
}
.navbar-toggle-menu:not(.collapsed) .icon-bar:last-child {
  display: none;
}
.nav > li > a {
  color: #393941;
  font-size: 16px;
  padding-left: 75px;
  text-transform: uppercase;
}
.navbar-collapse .search-block {
  border-bottom: 1px solid #b1151b;
  border-top: 1px solid #b1151b;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-collapse .search-block .views-exposed-widgets {
  margin-bottom: 0;
  margin-right: 12px;
  position: relative;
}
.navbar-collapse .search-block .views-submit-button input[type="submit"] {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_search_red.png")
    no-repeat;
  border: 0;
  width: 38px;
  height: 37px;
  display: block;
  color: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 12px;
}
.navbar-collapse .search-block .form-item-search-api-views-fulltext {
  display: flex;
  align-items: center;
}
.navbar-collapse
  .search-block
  .form-item-search-api-views-fulltext
  input.form-text {
  border: none;
  margin-left: 20px;
  padding: 10px;
  font-size: 16px;
}
.border-bottom-red {
  border-bottom: 1px solid #b1151b;
}
.navbar-login {
  padding-left: 9px;
}
.navbar-login .navbar-toggle {
  float: unset;
  height: 42px;
  line-height: 24px;
  width: 100%;
  text-align: left;
  border-radius: 0;
  text-transform: uppercase;
  padding: 10px 15px 10px 75px;
}
.other-news-block {
  margin-bottom: 30px;
}
.navbar-login .navbar-toggle:hover {
  background-color: #eee;
}
.navbar-collapse-login {
  margin-top: 20px;
}
.navbar-collapse-login--title {
  color: #b1151b;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 20px;
}
.navbar-collapse-login--text {
  color: #9c9ca0;
  font-size: 16px;
}
.navbar-collapse-login--socials {
  display: flex;
  flex-wrap: wrap;
}
.navbar-collapse-login--socials a {
  margin-right: 24px;
  margin-bottom: 20px;
}
.menu-block {
  border-bottom: 1px solid #b1151b;
  padding-bottom: 30px;
}
.icon-box {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_box.png")
    no-repeat;
}
.icon-mma {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_mma.png")
    no-repeat;
}
.icon-schedule {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_schedule.png")
    no-repeat;
}
.icon-forum {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_forum.png")
    no-repeat;
}
.icon-alldobro {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_alldobro.png")
    no-repeat;
}
.icon-login {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_login.png")
    no-repeat;
}
.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag-cloud a {
  color: #545459;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #9c9ca0;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 12px;
  padding: 8px 10px 4px;
}

.tag-cloud a:hover,
.tag-cloud a:active {
  color: #b1151b;
  border-color: #b1151b;
}
.logo {
  width: 180px;
  height: 45px;
}
.header-logo-link {
  display: block;
  padding: 20px 0;
  box-sizing: border-box;
}
.header-logo-link img {
  height: 40px;
  max-width: unset;
}
.footer-logo-link {
  text-align: center;
}
.main-news-cont a {
  text-decoration: none;
}
.combat-type .boks-blue-button {
  background-color: #ececec;
  width: 66px;
  height: 22px;
  display: block;
  text-align: center;
}
.boks-blue-button {
  font-size: 16px;
  font-weight: bold;
  color: #862d31;
  border: none;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
}
.other-news-cont .combat-type a {
  color: #862d31;
  font-size: 16px;
}
.combat-type {
  background-color: #ececec;
  width: 66px;
  height: 22px;
  color: #862d31;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.combat-type.combat-type-mma {
  color: #363eb0;
}
.main-title-cont {
  padding: 20px 0 20px 0;
}
.main-title-cont .comments-count {
  color: #393941;
}
.main-title-cont .comments-count .glyphicon-comment {
  top: 3px;
}

.main-news-cont a h3 {
  color: #393941;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 25px;
}
.main-news-cont a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #b1151b;
}
.main-title-cont--body {
  color: #545459;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-title-cont--readmore {
  color: #b1151b;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}
.main-title-cont--readmore span {
  margin-right: 10px;
}
.main-title-cont--readmore:after {
  content: "";
  display: block;
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_gt.png")
    no-repeat;
  background-size: contain;
  width: 12px;
  background-position-y: 2px;
}
#block-views-news-block-mobile-block h2 {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.view-news-block-mobile .views-row,
.view-taxonomy-term .views-row {
  border-bottom: 1px solid #9c9ca0;
  margin-bottom: 20px;
}
.other-news-cont .combat-type {
  margin-right: 24px;
}
.view-news-block-mobile .other-news-cont a,
.view-taxonomy-term .other-news-cont a,
.view-news-archive .other-news-cont a,
.view-subject-materials .other-news-cont a {
  color: #393941;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-decoration: none;
}
.view-subject-materials h3 {
  color: #b1151b;
}
.view-news-block-mobile .other-news-cont.lightning a,
.view-list-news .other-news-cont.lightning a {
  color: #b1151b;
  display: flex;
}
.view-news-block-mobile .other-news-cont.lightning a:before,
.view-list-news .other-news-cont.lightning a:before {
  content: "";
  display: block;
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_lightning.png")
    no-repeat;
  width: 27px;
  height: 22px;
  margin-top: 10px;
  padding-right: 10px;
}
.view-news-block-mobile .item-list ul li {
  padding: 0;
}
.view-news-block-mobile .pager li > a {
  margin-bottom: 0;
  padding: 0 !important;
}
.other-news-cont--date {
  color: #545459;
  margin-right: 20px;
}
.view-list-news .other-news-cont--date .date,
.view-news-block-mobile .other-news-cont--date .date {
  font-size: 12px;
}
.node-news-full .glyphicon-comment {
  top: 3px;
}
.node-news-full-comments-count {
  min-width: 10px;
  min-height: 19px;
}
.node-news-full-comments {
  min-width: 31px;
  min-height: 23px;
}
.other-news-cont {
  padding-bottom: 20px;
}
.other-news-cont .glyphicon-class {
  min-width: 20px;
  display: inline-block;
  height: 20px;
}
.pager-load-more .pager-next a {
  text-align: center;
  color: #b1151b;
  border: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pager-load-more .pager-next a:after {
  content: "";
  display: block;
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_down.png")
    no-repeat;
  width: 18px;
  height: 12px;
}
.pager-load-more .pager-next a:hover,
.pager-load-more .pager-next a:focus {
  background-color: unset;
  outline: none;
}
.poll-block {
  margin-bottom: 30px;
}
.poll-block .element-invisible {
  display: none;
}
.poll-block h2 {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.poll-block .poll .vote-form .choices .title,
.poll-block .poll .title {
  color: #393941;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.poll-block .poll .vote-form .choices input[type="radio"] {
  display: none;
}
.poll-block .poll .vote-form .choices label {
  font-size: 16px;
  font-weight: 600;
  color: #b1151b;
  width: 100%;
  text-align: center;
  border: 2px solid #b1151b;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.poll-block .poll .vote-form .choices input[type="radio"]:checked + label {
  border-color: #393941;
  color: #393941;
}
.poll-block .poll .bar {
  height: 5px;
  background-color: rgba(156, 156, 160, 0.5);
}
.poll-block .poll .bar .foreground {
  height: 5px;
  background-color: #393941;
}
.poll-block .poll-row {
  margin-bottom: 20px;
}
.poll-block .poll-row .text,
.poll-block .poll-row .percent {
  color: #393941;
  font-size: 16px;
  font-weight: 500;
}
.poll-block .poll-row .count-votes {
  color: #545459;
  font-size: 16px;
}
.poll-block .poll .results .poll-row:first-child .text,
.poll-block .poll .results .poll-row:first-child .percent {
  color: #b1151b;
}
.poll-block .poll .results .poll-row:first-child .text {
  font-weight: 700;
}
.poll-block .poll .results .poll-row:first-child .bar .foreground {
  background-color: #b1151b;
}
.poll-block .block-poll {
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
}
.poll-block .block-poll .links {
  display: none;
}
.poll-block .block-poll .vote-form input[type="submit"] {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b1151b;
}
.poll-block .block-poll .coefficients,
.node-poll .poll .coefficients {
  margin-top: 20px;
  margin-bottom: 20px;
}
.poll-block .block-poll .coefficients a,
.node-poll .poll .coefficients a {
  color: #212529;
  text-decoration: none;
}
.poll-block .block-poll .coefficients--item,
.node-poll .poll .coefficients--item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-bottom: 10px;
}
.poll-block .block-poll .coefficients--item .coefficients--item--col,
.node-poll .poll .coefficients--item .coefficients--item--col {
  flex: 1;
}
.poll-block .block-poll .coefficients--item .coefficients--item--logo,
.node-poll .poll .coefficients--item .coefficients--item--logo {
  text-align: left;
}
.poll-block .block-poll .coefficients--item .coefficients--item--coefficient,
.node-poll .poll .coefficients--item .coefficients--item--coefficient {
  text-align: center;
}

.block-p4p h2 {
  font-size: 16px;
  font-weight: 700;
  color: #b1151b;
  margin-top: 0;
  margin-bottom: 30px;
}
.rasp-block h2 {
  font-size: 16px;
  font-weight: 700;
  color: #b1151b;
  margin-top: 0;
  margin-bottom: 20px;
}
.block-p4p .nav-tabs > li {
  float: unset;
}
.block-p4p .nav > li {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.block-p4p .nav > li > a {
  color: #4b4b4e;
  background-color: #ececec;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-right: 0;
  text-align: center;
  padding: 6px 40px;
}
.block-p4p .nav::before,
.block-p4p .nav::after {
  display: none;
}
.block-p4p .nav-tabs {
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 30px;
}
.block-p4p .nav-tabs > li.active > a:hover {
  border: none;
}
.block-p4p .nav-tabs > li.active > a {
  color: #ffffff;
  background-color: #b1151b;
}
.block-p4p .nav-tabs > li.active > a:focus {
  border: none;
}
.footer-social-links {
  margin-bottom: 20px;
}
.footer-social-links a {
  margin-right: 35px;
}
.view-raiting-p4p .p4p-list-number {
  font-size: 24px;
  font-weight: 600;
  color: #b1151b;
  margin-bottom: 10px;
}
.view-raiting-p4p .rasp-item {
  margin-bottom: 20px;
}
.view-raiting-p4p .rasp-title a {
  color: #393941;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
}

.rasp-block .slick-prev::before,
.rasp-block .slick-next::before {
  color: #000000;
}

.rasp-block .slick-prev {
  left: 0;
  z-index: 10;
  top: 40%;
}
.rasp-block .slick-next {
  right: 0;
  z-index: 10;
  top: 40%;
}
.footer-slogan {
  font-size: 16px;
  font-weight: 700;
  color: #b1151b;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.menu-bottom-block {
  margin-bottom: 30px;
}
.menu-bottom-block .navbar-toggle,
.accordion--link-wrapper .navbar-toggle {
  margin: 0;
  padding: 0;
  float: unset;
  border: none;
  border-radius: 0;
}

.menu-bottom-block a,
.accordion--link-wrapper a {
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #393941;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
}
.menu-bottom-block a.navbar-toggle,
.accordion--link-wrapper a.navbar-toggle {
  padding-bottom: 15px;
}
.menu-bottom-block .menu-bottom-block--bellow-items a {
  font-size: 16px;
  font-weight: 400;
  color: #393941;
}
.menu-bottom-block--link-wrapper,
.accordion--link-wrapper {
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
  margin-bottom: 20px;
}

.menu-bottom-block a.menu-bottom-block--link::after,
.accordion--link-wrapper a.accordion--link::after {
  content: "";
  display: block;
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_gt.png")
    no-repeat;
  background-size: contain;
  width: 12px;
  height: 19px;
}

.menu-bottom-block a.menu-bottom-block--link:not(.collapsed)::after,
.accordion--link-wrapper a.accordion--link:not(.collapsed)::after {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_down.png")
    no-repeat;
  width: 19px;
  height: 12px;
}

.view-list-news h1 {
  font-size: 16px;
  font-weight: 700;
  color: #b1151b;
  margin-top: 0;
}

.view-list-news .views-row {
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
  margin-bottom: 20px;
}

.view-list-news .other-news-cont--image {
  min-width: 90px;
  margin-right: 20px;
}

.view-list-news .other-news-cont-teaser a {
  color: #393941;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 20px;
  display: block;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.text-title {
  font-size: 20px;
  font-weight: 600;
  color: #393941;
  margin-bottom: 20px;
}
.tags {
  margin-bottom: 30px;
}
.tags .field-items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tags .field-item a {
  color: #545459;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  border: 2px solid #9c9ca0;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: 20px;
  line-height: 12px;
  padding: 8px 10px 4px;
  display: block;
}
.tags .field-item a:hover,
.tags .field-item a:active {
  color: #b1151b;
  border-color: #b1151b;
}
.subscribe-block {
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.subscribe-icon {
  background-color: rgba(217, 217, 217, 0.5);
  color: #393941;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 102px;
  height: 32px;
  justify-content: center;
  font-size: 12px;
  font-weight: 600;
}
.subscribe-icon:hover,
.subscribe-icon:active,
.subscribe-icon:focus {
  text-decoration: none;
  color: #393941;
}
.subscribe-icon:before {
  content: "";
  display: block;
  margin-right: 12px;
}
.subscribe-icon--news:before {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_news.png")
    no-repeat;
  width: 16px;
  height: 16px;
}
.subscribe-icon--dzen:before {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_dzen.png")
    no-repeat;
  width: 16px;
  height: 16px;
}
.subscribe-icon--tg:before {
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_tg_blue.png")
    no-repeat;
  width: 19px;
  height: 16px;
}
.subscribe-block--text {
  color: #b1151b;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.view-id-shedules.view-display-id-block_1 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #9c9ca0;
}
.view-id-shedules.view-display-id-block_1 .swiper-container {
  margin: 0;
}
.schedule-block .schedule-block--image {
  margin-bottom: 20px;
  position: relative;
}
.schedule-block .schedule-block--image img {
  width: 100%;
  height: auto;
}
.schedule-block .combat-type {
  position: absolute;
  right: 0;
  bottom: 10px;
}
.schedule-block .schedule-block--date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.schedule-block .schedule-block--date .date {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
}
.schedule-block .schedule-block--title a {
  color: #393941;
  font-size: 16px;
  font-weight: 700;
}
.news-by-theme .block_title {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.news-by-theme .news_element_title {
  color: #393941;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.news-by-theme .date {
  color: #545459;
  font-size: 16px;
}
.news-by-theme .combat-type {
  margin-right: 24px;
}
.placeholder {
  font-style: normal;
}
.view-shedules .view-content {
  overflow: hidden;
}
.view-shedules .swiper-container,
.news-by-theme .swiper-container {
  margin: 0;
}
.view-shedules .swiper-button-next,
.view-shedules .swiper-button-prev,
.news-by-theme .swiper-button-next,
.news-by-theme .swiper-button-prev {
  background-size: 12px 19px;
  width: 12px;
  height: 19px;
}
.view-shedules .swiper-button-next,
.news-by-theme .swiper-button-next {
  right: 0;
  background-image: url("/sites/all/themes/allboxing_mobile/img/icons/icon_gt.png");
}
.view-shedules .swiper-button-prev,
.news-by-theme .swiper-button-prev {
  left: 0;
  background-image: url("/sites/all/themes/allboxing_mobile/img/icons/icon_gt.png");
  transform: rotate(180deg);
}
.social {
  margin-bottom: 30px;
}
.page-error .page-error--title {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-error .page-error--image {
  text-align: center;
}
.page-error .page-error--code {
  color: #b1151b;
  font-size: 100px;
  font-weight: 600;
  text-align: center;
}
.page-error .page-error--text {
  color: #393941;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.page-error .page-error--link {
  text-align: center;
  margin-bottom: 30px;
}
.page-error .page-error--link a {
  font-size: 16px;
  font-weight: 700;
}
.view-search h2 {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
}
.view-search .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
}
.view-search .views-row.taxonomy-term {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.view-search .views-row .views-field-field-person-photo {
  margin-right: 20px;
}
.view-search .views-exposed-form .form-type-textfield {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.view-search .views-exposed-form .form-type-textfield input.form-text {
  border: none;
  margin-left: 20px;
  padding: 10px;
  font-size: 16px;
}
.view-search .views-exposed-form input.form-submit {
  color: #ffffff;
  background-color: #b1151b;
}

.view-search .views-exposed-form .form-type-textfield:before {
  content: "";
  display: block;
  background: url("/sites/all/themes/allboxing_mobile/img/icons/icon_search_red.png")
    no-repeat;
  background-size: contain;
  width: 42px;
  height: 37px;
}

h1 {
  color: #b1151b;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.person-image {
  margin-bottom: 20px;
}
.person_container h1 {
  margin-top: 0;
}
.person_container h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
.person-type {
  background-color: #b1151b;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.person-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
}
.person-data .field-name-field-country {
  margin-right: 5px;
}
.schedules_container h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.schedules_container .nav::after {
  content: none;
}
.schedules_container .nav-tabs > li {
  float: unset;
}
.schedules_container .nav > li {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.schedules_container .nav > li > a {
  color: #9c9ca0;
  background-color: #ececec;
  font-size: 16px;
  font-weight: 700;
  border: none;
  border-radius: 0;
  margin-right: 0;
  text-align: center;
  padding: 6px 40px;
}
.schedules_container .nav::before,
.block-p4p .nav::after {
  display: none;
}
.schedules_container .nav-tabs {
  display: flex;
  justify-content: space-between;
  border: none;
  margin-bottom: 30px;
}
.schedules_container .nav-tabs > li.active > a:hover {
  border: none;
}
.schedules_container .nav-tabs > li.active > a:focus {
  outline: none;
}
.schedules_container .nav-tabs > li.active > a {
  color: #b1151b;
  background-color: #ececec;
}
.schedules_container .nav-tabs > li.active.schedules-tab-mma > a {
  color: #9fa5de;
}
.schedules_container .nav-tabs > li.active > a:focus {
  border: none;
}
.schedule-row {
  border-bottom: 1px solid rgba(156, 156, 160, 0.5);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.schedule-row--image {
  margin-right: 20px;
}
.schedule-row--image img {
  max-width: 90px;
  height: auto;
}
.schedule-row--date {
  color: #b1151b;
  font-size: 16px;
  font-weight: 600;
}
.schedule-row--weekday {
  font-size: 16px;
  color: #9c9ca0;
}
.schedule-row--title a {
  color: #393941;
  font-size: 20px;
  font-weight: 600;
}
.schedule-row--company {
  color: #9c9ca0;
  font-size: 16px;
}
.schedule-header .combat-type {
  width: 90px;
  height: 36px;
  padding-top: 8px;
  color: #b1151b;
}
.schedule-header .combat-type.combat-type-mma {
  color: #9fa5de;
}
.navigation {
  text-transform: uppercase;
  color: #b1151b;
  font-weight: 700;
}
h1.dark {
  color: #393941;
  font-size: 20px;
  font-weight: 600;
}
.node-event img {
  width: 100%;
}
.event-image {
  margin-bottom: 20px;
}
.banner {
  margin-bottom: 20px;
}
.banner img {
  width: 100%;
}
.view-news-archive h1 {
  margin-top: 0;
  margin-bottom: 30px;
}
.block-news-all-filters-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block-news-all-filters-type a {
  background-color: #ececec;
  width: 100px;
  height: 36px;
  color: #9c9ca0;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  display: block;
  padding-top: 8px;
  text-transform: uppercase;
}
.block-news-all-filters-type--all.active a {
  color: #000;
}
.block-news-all-filters-type--box.active a {
  color: #b1151b;
}
.block-news-all-filters-type--mma.active a {
  color: #9fa5de;
}
.block-news-all-filters-year {
  margin-right: 12px;
}
.block-news-all-filters-month {
  margin-left: 12px;
}
.block-news-all-filters-year,
.block-news-all-filters-month {
  flex-basis: 50%;
  text-align: center;
  border-bottom: 1px solid #b1151b;
  border-top: 1px solid #b1151b;
  padding-top: 10px;
  padding-bottom: 10px;
}
.block-news-all-filters-year a,
.block-news-all-filters-month a {
  color: #9c9ca0;
  font-weight: 500;
  font-size: 16px;
}
.block-news-all-filters-year .active a,
.block-news-all-filters-month .active a {
  color: #b1151b;
  font-weight: 700;
}
.node-accordion-page .field-collection-container {
  border-bottom: unset;
  margin-bottom: unset;
}
.node-accordion-page .field-collection-container .field-items .field-item {
  margin-bottom: unset;
}
.node-accordion-page .field-collection-view {
  padding: unset;
  margin: unset;
  border-bottom: unset;
}
.field-name-field-fc-title-link-text {
  margin: unset;
  padding: unset;
}
.red-text {
  color: #b1151b;
}
.field-name-body a {
  color: #de1f26;
}

/*hide blocks*/
#block-block-2,
#block-block-19,
#block-block-21,
#block-block-24,
#block-block-81,
#block-block-10,
#block-block-32 {
  display: none;
}

/*search form*/
.search-form label {
  display: none;
}
.head-right-b .search-form .form-submit {
  display: none;
}

@media (max-width: 767px) {
  .media-element {
    width: 100% !important;
    height: auto !important;
  }
  .comment-form {
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .twit-teaser .news-text-b a {
    color: #bb0303 !important;
  }
  .news-text-d img {
    margin-top: 3px;
  }
  .news-text-b .glyphicon-comment {
    color: #bfbfbf !important;
    font-size: 12px !important;
  }
  .news-text-b .glyphicon-class {
    color: #bfbfbf !important;
  }
  h4 {
    line-height: 27px;
    font-size: 16px;
  }
  .banner img {
    margin: 0px auto;
  }
  .m-logo {
    margin: 20px auto;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  .time {
    color: #ff0000;
    font-size: 14px;
    padding-top: 7px;
  }
  .navbar {
    min-height: 20px;
  }
  .rasp-item {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .navbar-toggle {
    padding: 5px;
  }
  .other-news-block {
    padding-top: 15px;
  }
  .other-news-block .other-news-cont .date {
    color: #545454;
  }
  .main-news-img {
    width: 100%;
  }
  .media-block {
    padding: 10px 0 0 0;
  }
  .media-block .modul-block {
    font-size: 20px;
    margin-top: 0px;
    padding-top: 0px;
    color: #fff;
    padding-bottom: 10px;
  }
  .media-block .modul-block span {
    font-size: 18px;
    color: #ff0000;
  }
  .video-title-cont h4 {
    padding-top: 0px;
  }
  .video-title-cont h4 a {
    color: #fff;
  }
  .media-block .container {
    background: rgba(20, 20, 20, 0.9);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .foto-block {
    padding-top: 10px;
    border-top: 1px solid #313131;
    margin-top: 10px;
  }
  .foto-block a img {
    max-width: 100%;
    height: auto;
  }
  .foto-dnya-img {
    width: 100%;
  }
  .more-button {
    background: #f5f5f5;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin: 15px auto;
    color: #000;
  }
  .rasp-block .rasp-item {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
  }
  .rasp-img img {
    margin-top: 2px;
  }
  .rasp-block .modul-block {
    font-size: 18px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block .modul-block span {
    font-size: 14px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block .date {
    color: #ff0000;
  }
  .modul-block span {
    padding-right: 5px;
  }
  .other-news-cont .glyphicon-comment {
    height: 20px;
    top: 3px;
  }
  .rasp-text {
    padding-left: 0px;
  }
  /*.rasp-img img{width:100%;}*/
  .rasp-text1 {
    padding-top: 10px;
  }
  .navbar-header input.form-control {
    width: 200px;
    margin-top: 8px;
    margin-left: 5px;
    border-radius: 0px;
    height: 26px;
  }
  .rasp-block .container .row:last-child {
    border-bottom: 0px !important;
  }
  footer {
    padding: 10px 0;
  }
  footer .right-f {
    text-align: right;
  }

  .rasp-block-new .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block-new .modul-block span {
    font-size: 18px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block-new .date {
    color: #ff0000;
  }
  .modul-block span {
    padding-right: 5px;
  }
  .rasp-block-new .rasp-item {
    margin-top: 15px;
  }
  .combat-type {
    text-transform: uppercase;
  }
}

/* ПЛАНШЕТ УЗКИЙ */

@media (min-width: 768px) and (max-width: 1024px) {
  /*body{font-size:18px;}*/
  .navbar-inverse .container-fluid {
    position: relative;
    height: 93px;
  }
  .navbar-inverse .container-fluid .navbar-collapse {
    overflow: hidden !important;
    position: absolute;
  }
  .navbar-inverse .container-fluid .navbar-collapse .navbar-nav {
    width: 550px;
    float: right;
    padding-left: 20px;
  }
  .navbar-inverse .container-fluid .navbar-collapse .search-block {
    overflow: hidden;
    float: left;
    width: 200px;
    margin-top: 25px;
  }
  .navbar-inverse .container-fluid .navbar-collapse .search-block .form-text {
    width: 132px;
    border: 0px;
  }
  .navbar-inverse .container-fluid .navbar-collapse .search-block .form-submit {
    background: #000;
    border: 1px solid red;
    color: #fff;
  }
  .video-block {
    width: 100% !important;
  }
  .foto-block {
    width: 100% !important;
  }

  .rasp-block-new .container {
    overflow: hidden;
  }
  .rasp-block-new .container .row {
    width: 49%;
    float: left;
    margin: 20px 0px 0 0;
  }
  .rasp-block-new .container .row .rasp-img {
    height: 220px;
    overflow: hidden;
  }
  /*.rasp-block-new .container .row .rasp-img img{width:100%;}*/
  .rasp-block-new .container .row .rasp-title {
    height: 75px;
    overflow: hidden;
  }
  .rasp-block-new .container .rasp-item div {
    padding: 0px;
  }
  .rasp-block-new .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block-new .modul-block span {
    font-size: 18px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block-new .date {
    color: #ff0000;
  }
  .navbar-header input {
    display: none;
  }
  h4 {
    line-height: 27px;
  }
  .m-logo {
    margin: 20px auto;
  }
  .navbar-inverse {
    background-color: #141414;
    border-bottom: 3px solid #ff0000;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  /*.navbar-nav li {border-bottom:1px solid #313131}*/
  .main-news-cont a {
    display: block;
  }
  /*.main-news-cont a h3 {color:#fff;padding:20px; margin-top:0px;font-size:24px;margin-bottom:0px;line-height:30px;}*/
  .time {
    color: #ff0000;
    font-size: 14px;
    padding-top: 7px;
  }
  .navbar {
    min-height: 20px;
  }
  .navbar-toggle {
    padding: 5px;
  }
  /*.main-title-cont {background: rgba(20, 20, 20, 0.9);padding:10px 7px;}*/
  .other-news-block {
    padding-top: 25px;
  }
  .other-news-block .other-news-cont {
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
  }
  .other-news-block .other-news-cont .date {
    color: #a4a4a4;
  }
  .main-news-img {
    width: 100%;
  }
  .media-block {
    padding: 10px 0;
  }
  .media-block .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding-top: 0px;
    color: #fff;
    padding-bottom: 10px;
  }
  .media-block .modul-block span {
    font-size: 20px;
    color: #ff0000;
  }
  .video-title-cont h4 {
    padding-top: 10px;
  }

  .video-title-cont h4 a {
    color: #fff;
  }
  .media-block .container {
    background: rgba(20, 20, 20, 0.9);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .foto-block {
    padding-top: 0px;
    border-top: 0px solid #313131;
    margin-top: 0px;
  }
  .foto-dnya-img {
    width: 100%;
  }
  .more-button {
    background: #f5f5f5;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin: 15px auto;
    color: #000;
  }
  .rasp-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
  }
  .rasp-img img {
    margin-top: 2px;
  }
  .rasp-block .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block .modul-block span {
    font-size: 18px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block .date {
    color: #ff0000;
  }
  .modul-block span {
    padding-right: 5px;
  }
  .other-news-cont span {
    padding-right: 5px;
  }
  .rasp-text {
    padding-left: 0px;
  }
  .navbar-header input.form-control {
    width: 100px;
    margin-top: 8px;
    margin-left: 5px;
    border-radius: 0px;
    height: 26px;
  }
  .navbar-toggle {
    margin-right: 5px;
  }
  .rasp-block .container .row:last-child {
    border-bottom: 0px !important;
  }
  .other-news-block .container .other-news-cont:last-child {
    border-bottom: 0px !important;
  }

  /*.navbar-collapse {padding-right:0px;padding-left:0px;}*/
  .search-inp {
    border-radius: 0px;
    border: 1px solid #0f0f0f;
    margin-top: 20px;
    box-shadow: 0px;
  }
  .auth-link {
    background: #0f0f0f;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    margin-top: 3px;
  }
  .auth-link span {
    padding-right: 5px;
    font-size: 14px;
  }
  .vid-co iframe {
    height: 255px !important;
    border: 0px;
    width: 100% !important;
    display: block;
  }
  .vid-co {
    height: 255px;
    padding: 0px;
  }
  /*.nav > li > a {padding: 10px 6px;}*/

  .rasp-item .rasp-img {
  }
}
/* ПЛАНШЕТ ШИРОКИЙ */
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
  .navbar-nav {
    width: 765px !important;
  }
  .navbar-header input {
    display: none;
  }
  h4 {
    line-height: 27px;
  }
  .m-logo {
    margin: 20px auto;
  }
  .navbar-inverse {
    background-color: #141414;
    border-bottom: 3px solid #ff0000;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #fff;
    border-radius: 0;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff;
  }
  /*.navbar-nav li {border-bottom:1px solid #313131}*/
  .main-news-cont a {
    display: block;
  }
  /*.main-news-cont a h3 {color:#fff;padding:20px; margin-top:0px;font-size:24px;margin-bottom:0px;line-height:30px;}*/
  .time {
    color: #ff0000;
    font-size: 14px;
    padding-top: 7px;
  }
  .navbar {
    min-height: 20px;
  }
  .navbar-toggle {
    padding: 5px;
  }
  /*.main-title-cont {background: rgba(20, 20, 20, 0.9);padding:10px 7px;}*/
  .other-news-block {
    padding-top: 25px;
  }
  .other-news-block .other-news-cont {
    padding-bottom: 10px;
    padding-top: 0px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
  }
  .other-news-block .other-news-cont .date {
    color: #a4a4a4;
  }
  .main-news-img {
    width: 100%;
  }
  .media-block {
    padding: 10px 0;
  }
  .media-block .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding-top: 0px;
    color: #fff;
    padding-bottom: 10px;
  }
  .media-block .modul-block span {
    font-size: 20px;
    color: #ff0000;
  }
  .video-title-cont h4 {
    padding-top: 10px;
  }

  .video-title-cont h4 a {
    color: #fff;
  }
  .media-block .container {
    background: rgba(20, 20, 20, 0.9);
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .foto-block {
    padding-top: 0px;
    border-top: 0px solid #313131;
    margin-top: 0px;
  }
  .foto-dnya-img {
    width: 100%;
  }
  .more-button {
    background: #f5f5f5;
    text-align: center;
    display: block;
    padding: 10px 0;
    margin: 15px auto;
    color: #000;
  }
  .rasp-block .rasp-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f5f5f5;
  }
  .rasp-img img {
    margin-top: 2px;
  }
  .rasp-block .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block .modul-block span {
    font-size: 18px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block .date {
    color: #ff0000;
  }
  .modul-block span {
    padding-right: 5px;
  }
  .other-news-cont span {
    padding-right: 5px;
  }
  .rasp-text {
    padding-left: 0px;
  }
  .navbar-header input.form-control {
    width: 100px;
    margin-top: 8px;
    margin-left: 5px;
    border-radius: 0px;
    height: 26px;
  }
  .navbar-toggle {
    margin-right: 5px;
  }
  .rasp-block .container .row:last-child {
    border-bottom: 0px !important;
  }
  .other-news-block .container .other-news-cont:last-child {
    border-bottom: 0px !important;
  }

  /*.navbar-collapse {padding-right:0px;padding-left:0px;}*/
  .search-inp {
    border-radius: 0px;
    border: 1px solid #0f0f0f;
    margin-top: 20px;
    box-shadow: 0px;
  }
  .auth-link {
    background: #0f0f0f;
    color: #fff;
    display: block;
    padding: 5px 0;
    text-align: center;
    margin-top: 8px;
  }
  .auth-link span {
    padding-right: 5px;
    font-size: 14px;
  }
  .vid-co iframe {
    height: 335px !important;
    border: 0px;
    width: 100% !important;
    display: block;
  }
  .vid-co {
    height: 335px;
    padding: 0px;
  }
  /*.nav > li > a {padding: 10px 14px;}*/
  h4 {
    font-size: 18px;
  }
  .rasp-item .rasp-img {
  }
  .head-right-b {
    margin-left: 8%;
  }

  .rasp-block-new .container {
    overflow: hidden;
  }
  .rasp-block-new .container .row {
    width: 49%;
    float: left;
    margin: 20px 0px 0 0;
  }
  .rasp-block-new .container .row .rasp-img {
    height: 220px;
    overflow: hidden;
  }
  /*.rasp-block-new .container .row .rasp-img img{width:100%;}*/
  .rasp-block-new .container .row .rasp-title {
    height: 75px;
    overflow: hidden;
  }
  .rasp-block-new .container .rasp-item div {
    padding: 0px;
  }
  .rasp-block-new .modul-block {
    font-size: 23px;
    margin-top: 0px;
    padding: 10px 0;
  }
  .rasp-block-new .modul-block span {
    font-size: 18px;
    color: #ff0000;
    padding-right: 5px;
  }
  .rasp-block-new .date {
    color: #ff0000;
  }
}
.item-list ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
/*.main-title-cont h3 {min-height:105px;}*/
#edit-basic .form-item-keys .form-text {
  margin: 15px 0;
}
.search-results {
  padding: 0px;
}
.search-snippet-info {
  padding-left: 0px !important;
}
@media (max-width: 767px) {
  /*.field-item iframe {width:100% !important;height:auto !important;}*/
  .field-item iframe {
    width: 100% !important;
    height: 330px !important;
  }
  .pager li > a,
  .pager li > span {
    border-radius: 15px;
    margin-bottom: 10px;
    padding: 2px 9px !important;
  }
  .login-link {
    display: block;
    line-height: 1.5;
    padding: 5px 0 !important;
    font-size: 16px !important;
    margin-top: 15px;
  }
  #login-form {
    margin-top: 20px;
  }
  #register-form {
    margin-top: 20px;
  }
  .form-item .form-text {
    display: block;
    width: 100%;
  }
  .login-forgot {
    color: red;
  }
  .form-submit {
    display: block;
    text-align: center;
    padding: 7px 0;
    background: #313131;
    color: #fff;
    width: 100%;
    margin: 15px 0;
    border: 0px;
  }
  .recaptchatable td {
    display: block;
    padding: 0px !important;
  }
  #recaptcha_response_field {
    width: 100% !important;
    padding: 5px 0 !important;
  }
  #recaptcha_reload_btn {
    display: none;
  }
  #recaptcha_logo {
    display: none;
  }
  #recaptcha_switch_img_btn {
    display: none;
  }
  #recaptcha_whatsthis_btn {
    display: none;
  }
  #recaptcha_switch_audio_btn {
    display: none;
  }
}
/* initlab_48844 -> */
@media (max-width: 450px) {
  footer .row {
    display: flex;
    flex-wrap: wrap;
  }
  footer .row .left-f {
    order: 1;
    width: 50%;
  }
  footer .row .right-f {
    order: 2;
    width: 50%;
  }
  footer .row .center {
    order: 3;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* <-- initlab_48844 */

.comment-form .links li {
  display: inline-block;
  padding: 5px;
  margin: 3px;
}
.source {
  display: block;
  overflow: hidden;
  width: 100%;
}
.source p {
  float: right;
}
.source p .element-invisible {
  width: 1px;
}

.view-biography .occupation {
  background: #1c8ddc;
  padding: 2px 6px;
  width: 40px;
  color: #fff;
  text-align: center;
  display: inline;
  margin-left: 10px;
}
.view-biography h4 > a {
  color: #333;
}

.view-taxonomy-term .news-filtered-list a:first-child {
  float: left !important;
  margin-right: 10px !important;
}

.view-taxonomy-term
  .news-filtered-list
  .news-filtered-list-comments-videopublish,
.comments {
  display: none;
}
.view-taxonomy-term .news-filtered-list .boks-blue-button {
  background: #1c8ddc;
  padding: 2px 6px !important;
}
div.links .links.inline {
  padding-left: 0px;
}
div.links .links.inline li {
  list-style: none;
}
.comment-form .filter-wrapper.form-wrapper {
  display: none;
}
#block-block-126,
#block-block-125,
#block-block-121 {
  margin: 0 auto;
  width: 100%;
}
#block-block-127 a img {
  width: 100%;
  max-width: 345px;
}
[id*="ad_block"] {
  margin: 30px 0px;
}

.pager {
  margin-top: 15px;
}
.file-image .content img,
.field-item img {
  max-width: 100%;
  height: auto !important;
}
div#block-block-14 {
  overflow: hidden;
}

footer .row .center {
  display: flex;
  flex-wrap: wrap;
}

#block-block-130,
#block-block-131,
#block-block-130 .content,
#block-block-131 .content,
#block-block-130 .content p,
#block-block-131 .content p {
  height: 300px;
}

ins {
  display: block;
  text-align: center;
}

ins > ins {
  margin: 0 auto !important;
}

.news-by-theme-slider {
  overflow: hidden;
}

.news_element {
  padding-bottom: 30px;
  position: relative;
}
.news_element:hover .news_element_image:after {
  opacity: 1;
}
.news_element:hover .news_element_title {
  color: #b52529;
}
.news_element:hover.popular .news_element_title {
  color: #de1f26;
}
.news_element .news_element_image {
  width: 100%;
  height: 170px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: block;
  position: relative;
}
.news_element .news_element_image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.2s;
}
.news_element .news_element_image:hover {
  text-decoration: none;
}
.news_element .news_element_image .badge {
  width: 42px;
  height: auto;
  position: absolute;
  left: 8px;
  bottom: 8px;
}
.news_element .news_element_image .badge {
  max-width: 100%;
  padding: 0;
  background: none;
}
img.img-fluid {
  max-width: 100%;
}
.news_element .news_element_image .statistics {
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 12px;
  font-family: "GothaProBol";
}

.news_element .news_element_author a {
  font-size: 14px;
  font-family: "GothaProReg";
  color: #b52529;
  margin-right: 30px;
}
.news_element .news_element_description {
  font-family: "GothaProReg";
  font-size: 14px;
  line-height: 16px;
  height: 64px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 2px;
}
.news_element .statistics_bottom {
  font-size: 12px;
  padding-top: 20px;
}
.news_element .statistics_bottom span {
  margin-left: 8px;
}
.news_element.main .news_element_image {
  height: 440px;
}
.news_element.main .news_element_image .badge {
  width: 76px;
  left: 18px;
  bottom: 18px;
}
.news_element.popular {
  padding-bottom: 0;
}
.news_element.popular .news_element_date {
  padding-top: 8px;
}
.news_element.popular .news_element_title {
  color: #b52529;
  padding-top: 25px;
  font-family: "GothaProReg";
}
.news_element.video .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  text-align: center;
  background: #8f95a1;
  border-radius: 50%;
}
.news_element.video .play i {
  color: #ffffff;
  font-size: 30px;
  line-height: 60px;
}
.news_element.last {
  padding-bottom: 15px;
}
.news_element.last .news_element_image {
  height: 125px;
}
.news_element.last .news_element_date {
  padding-top: 0;
}
.news_element.event {
  padding-bottom: 5px;
}
.news_element.event .news_element_image {
  height: 125px;
}
#toTop {
  display: inline-block;
  background-color: #b1151b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
}
#toTop::after {
  content: "\2191";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#toTop:hover {
  cursor: pointer;
  background-color: #393941;
}
#toTop:active {
  background-color: #9c9ca0;
}
#toTop.show {
  opacity: 1;
  visibility: visible;
}

.view-id-search.view-display-id-page .views-exposed-form .views-exposed-widget {
  float: unset;
  padding: unset;
}

.view-id-search.view-display-id-page
  .views-exposed-form
  .views-exposed-widget
  .form-submit {
  margin: unset;
}

.search-block
  form[id^="views-exposed-form-search-page"]
  .views-exposed-form
  .views-exposed-widget {
  float: unset;
  padding: unset;
  padding-left: 38px;
}

#outer-links {
  display: flex;
  justify-content: space-around;
}
#outer-links a {
  border: 1px solid rgba(177, 21, 27, 0.3);
  padding: 5px 10px;
}

.block-profile-foto-area-online-check {
  margin-bottom: 30px;
}

.block-profile .block-profile-foto-area-online-check > span {
  color: rgba(181, 37, 41, 0.46);
}
.block-profile .block-profile-foto-area-online-check > span.online {
  color: #51a01c;
}

.fight_history {
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
}
.fight_history table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.fight_history tr.table_head {
  font-size: 12px;
  background: #b52529;
  color: #fff;
  text-transform: uppercase;
}
.fight_history tr:nth-child(2n):not(.table_head) {
  background: #c3c3c3;
}
.fight_history th {
  border: unset;
  padding: 8px 5px;
}
.fight_history .fight-result {
  background: #888;
  color: #fff;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}
.fight_history .fight-result.loss {
  background: #b52529;
}
.fight_history .fight-result.win {
  background: #090;
}
.fight_history .fight-result.draw {
  background: #ff7900;
}
.fight_history td {
  padding: 8px 5px;
  font-size: 14px;
  vertical-align: middle;
}
.fight_history .fight-event-date {
  padding-top: 5px;
  padding-bottom: 5px;
}
.fight_history tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.fight_history tr.table_head th:nth-child(4),
.fight_history tr.table_head th:nth-child(5) {
  display: none;
}
.fight_history tr td:nth-child(1),
.fight_history tr th:nth-child(1),
.fight_history tr td:nth-child(4) {
  width: 25%;
  text-align: center;
}
.fight_history.four-columns tr td:nth-child(1),
.fight_history.four-columns tr th:nth-child(1),
.fight_history.four-columns tr td:nth-child(4) {
  width: 35%;
}
.fight_history tr td:nth-child(2),
.fight_history tr th:nth-child(2),
.fight_history tr td:nth-child(5) {
  width: 35%;
}
.fight_history tr td:nth-child(3),
.fight_history tr th:nth-child(3) {
  width: 40%;
}
.fight_history.four-columns tr td:nth-child(3),
.fight_history.four-columns tr th:nth-child(3) {
  width: 30%;
}
.fight_history tr td:nth-child(4)::before {
  display: block;
  color: #999;
  font-size: 9px;
  margin-bottom: 4px;
  content: "Раунды";
  text-transform: uppercase;
}
.fight_history.four-columns tr td:nth-child(4)::before {
  content: "Судья";
}
.fight_history tr td:nth-child(5)::before {
  display: block;
  color: #999;
  font-size: 9px;
  margin-bottom: 4px;
  text-transform: uppercase;
  content: "Время";
}
.fight_history.four-columns td.cell-empty {
  display: none;
}
.block-comments {
  overflow: hidden;
}
.block-comments .block-comments--title {
  font-family: robotoslabregular, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.upcoming_fight_wrapper {
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #b52529;
  border-radius: 20px;
  padding: 15px;
}
.upcoming_fight_wrapper h3 {
  margin-top: 0;
}
.upcoming_fight_wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.upcoming_fight_wrapper .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.upcoming_fight_wrapper .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.upcoming_fight_wrapper img {
  object-fit: cover;
  object-position: top;
}
table {
  border-collapse: separate;
  width: 100% !important;
  border-spacing: revert;
}
caption {
  caption-side: top;
  padding: 0;
  color: rgb(33, 37, 41);
  text-align: center;
}
blockquote {
  font-style: italic;
  font-family: Georgia, Times, "Times New Roman", serif;
  padding: 2px 0;
  padding-right: 0px;
  padding-left: 0px;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  border-left-width: 0px;
  padding-left: 10px;
  padding-right: 8px;
  border-left-width: 5px;
  margin-left: 10px;
}

.breadcrumb ol,
.breadcrumb ul {
  padding: 0;
  margin-bottom: 0;
}
.breadcrumb li {
  list-style: none;
  margin-right: 5px;
  display: inline;
}

.breadcrumb li:before {
  content: "/" !important;
  display: inline-block;
  padding-right: 0.5rem;

  color: #6c757d;
}
.breadcrumb li:first-child:before {
  display: none;
}
.breadcrumb li:last-child {
  display: none;
}

.kapper-container.mobile-version {
  padding: 14px 12px 127px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin: -30px -15px 0;
}

.breadcrumb-review {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 14px;
}

.breadcrumb-review .breadcrumb-review-item {
  font-weight: 500;
  font-size: 12px;
  color: #818181;
  font-family: 'Inter', sans-serif;
}
.breadcrumb-review .breadcrumb-review-item.last {
  color: #393941;
  pointer-events: none;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top3-widget-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.top3-widget-sidebar .title-container {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 40px;
  border: 1px solid #DE1F26;
  border-radius: 24px;
  padding: 0 18px;
  width: 100%;
}

.top3-widget-sidebar .title-container span {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #393941;
}

.top3-widget-sidebar .reviews {
  display: flex;
  flex-direction: column;
}

.top3-widget-sidebar .reviews .review-item {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 30px;
  padding-bottom: 50px;
  border-radius: 17px;
  position: relative;
}

.top3-widget-sidebar .reviews .review-item .review-item-number-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  border: 0.3px solid #E4E4E4;
  box-shadow: 0px 0px 4px 0px #00000059;
  backdrop-filter: blur(4px);
}

.top3-widget-sidebar .reviews .review-item .review-item-number {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  color: #393941;
}

.top3-widget-sidebar .reviews .review-item.first {
  border: 0.2px solid #D7D7D7;
}

.top3-widget-sidebar .reviews .review-item.second {
  margin-top: -40px;
  background: #FFEFEF;
  z-index: 1;
}

.top3-widget-sidebar .reviews .review-item.third {
  margin-top: -40px;
  background: #dcdcdc;
  z-index: 2;
}

.top3-widget-sidebar .reviews .review-item.last {
  padding-bottom: 10px !important;
}

.top3-widget-sidebar .reviews .review-item .review-item-name {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #333942;
  margin: 0;
  max-width: 175px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top3-widget-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.top3-widget-content img {
  margin-bottom: 0 !important;
}
.top3-widget-content .title-container {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 40px;
  border: 1px solid #DE1F26;
  border-radius: 24px;
  padding: 0 18px;
  width: 100%;
}

.top3-widget-content .title-container span {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #393941;
}

.top3-widget-content .reviews {
  display: flex;
  flex-direction: column;
}

.top3-widget-content .reviews .review-item {
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 32px;
  padding-bottom: 50px;
  border-radius: 17px;
  gap: 14px;
  position: relative;
}

.top3-widget-content .reviews .review-item .review-item-number-container {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 999px;
  border: 0.3px solid #E4E4E4;
  box-shadow: 0px 0px 4px 0px #00000059;
  backdrop-filter: blur(4px);
}

.top3-widget-content .reviews .review-item .review-item-number {
  font-size: 20px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  color: #393941;
}

.top3-widget-content .reviews .review-item.first {
  border: 0.2px solid #D7D7D7;
}

.top3-widget-content .reviews .review-item.second {
  margin-top: -40px;
  background: #FFEFEF;
  z-index: 1;
}

.top3-widget-content .reviews .review-item.third {
  margin-top: -40px;
  background: #dcdcdc;
  z-index: 2;
}

.top3-widget-content .reviews .review-item.last {
  padding-bottom: 10px !important;
}

.top3-widget-content .reviews .review-item .review-item-name {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  color: #555563;
  margin: 0;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.top3-widget-content .reviews .review-item .verification-status {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 9px;
  gap: 4px;
  width: 70px;
}

.top3-widget-content .reviews .review-item .verification-status span {
  font-size: 11px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  color: #8B8B8B;
}

.button-1 {
  background-color: #333942;
  border-radius: 5px;
  height: 33px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #fff;
  text-decoration: none;
  transition: none;
}

.button-1:hover {
  background-color: #10141A;
  color: #fff;
  text-decoration: none;
}

.button-1:active {
  box-shadow: 2px 3px 7.3px 0px #FFFFFF40 inset;
  background-color: #333942;
  color: #fff;
  text-decoration: none;
}
.button-2 {
  border-radius: 5px;
  border: 1px solid #333942;
  height: 33px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #333942;
  margin-right: 12px;
  text-decoration: none;
  transition: none;
}
.button-2 .basic {
  display: block;
}
.button-2 .hover {
  display: none;
}
.button-2 .active {
  display: none;
}
.button-2:hover {
  background-color: #333942;
  color: #fff;
  text-decoration: none;
}
.button-2:hover .basic {
  display: none;
}
.button-2:hover .hover {
  display: block;
}
.button-2:hover .active {
  display: none;
}
.button-2:active {
  background-color: #333942;
  color: #fff;
  text-decoration: none;
  box-shadow: 3px 4px 6.5px 0px #000000 inset;
}
.button-2:active .basic {
  display: none;
}
.button-2:active .hover {
  display: none;
}
.button-2:active .active {
  display: block;
}

.button-2 * {
  transition: none;
}

.button-3 {
  background-color: transparent;
  text-decoration: underline;
  color: #333942;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  display: inline-block;
  text-underline-offset: 2px;
}

.button-3,
.button-3 * {
  transition: none;
}

.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even > :first-child {
  margin-top: 0 !important;
}
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even > :last-child {
  margin-bottom: 0 !important;
}
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even * {
  font-family: 'Inter', sans-serif !important;
}

.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even img {
  display: block;
  margin-bottom: 10px;
}

.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h1,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h1 * {
  font-size: 20px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  font-family: 'Inter', sans-serif !important;
  color: #393941 !important;
  text-transform: none !important;
}

.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h2,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h2 * {
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 26px !important;
  font-family: 'Inter', sans-serif !important;
  color: #393941 !important;
}

.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h3,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h3 *,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h4,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h4 *,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h5,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h5 *,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h6,
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even h6 * {
  font-size: 16px !important;
  font-weight: 500 !important;
}
.content.review-content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even .content-gallery {
  margin-bottom: 10px;
}

.review-top-widget .stars {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.review-top-widget .stars .filled {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.review-top-widget .stars span {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  display: inline-block;
  margin-left: 3px;
}

.review-top-widget {
  padding: 10px 10px 22px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-top-widget.not_verified {
  background: linear-gradient(180deg, #e24949 0%, #8b1b1b 100%);
}
.review-top-widget.on_verification {
  background: linear-gradient(180deg, #818995 0%, #333942 100%);
}
.review-top-widget.verified {
  background: linear-gradient(180deg, #6A9861 0%, #004F01 100%);
}

.review-top-widget .second-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.review-top-widget .second-section .second-section-item {
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.review-top-widget .second-section .second-section-item .label1 {
  font-size: 12px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  white-space: nowrap;
  margin: 0 !important;
  display: block;
}

.review-top-widget .second-section .second-section-item .value {
  font-size: 14px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
  white-space: nowrap;
}
.review-top-widget .second-section .second-section-item .main-course {
  display: flex;
  align-items: center;
  gap: 8px;
}

.review-top-widget .second-section .second-section-item .main-course img {
  width: 16px;
  height: 16px;
  border-radius: 9999px;
  object-fit: cover;
}

.review-top-widget .second-section .second-section-item .main-course span {
  font-size: 14px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

.review-top-widget .first-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
}

.w-full {
  width: 100%;
}
.review-top-widget .first-section .avatar {
  width: 62px;
  height: 62px;
  border-radius: 2px;
  object-fit: cover;
}

.review-top-widget .first-section .title {
  font-size: 18px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #555563;
  margin-bottom: 0;
  line-height: 24px;
  flex: 1;
}

.review-top-widget .first-section .verification-status {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #8B8B8B;
  font-size: 11px;
  font-weight: 300;
  font-family: 'Inter', sans-serif;
}

.review-top-widget .first-section .verification-status span {
  white-space: nowrap;
}

.category-reviews-page {
  padding: 14px 12px 65px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: -30px;
}

.category-reviews-page .title {
  font-size: 20px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #000000;
  margin: 0;
  line-height: 26px;
  text-transform: none !important;
}

.category-reviews-page .description {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Inter', sans-serif !important;
  color: #000000 !important;
  line-height: 20px !important;
}

.category-reviews-page .reviews-list .review-item {
  padding-bottom: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.category-reviews-page .reviews-list .review-item .avatar {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  object-fit: cover;
  max-width: 40px;
  max-height: 40px;
}

.category-reviews-page .reviews-list .review-item .review-item-name {
  font-size: 12px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #555563;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.category-reviews-page .reviews-list .review-item .verification-status {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 70px;
  align-items: center;
}

.category-reviews-page .reviews-list .review-item .verification-status img {
  width: 32px;
  height: auto;
}

.category-reviews-page .reviews-list .review-item .verification-status span {
  font-size: 11px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
  color: #8B8B8B;
  white-space: nowrap;
}

.custom-pagination {
  height: 30px;
  border-top: 1px solid #B52529;
  border-bottom: 1px solid #B52529;
  border-radius: 23px;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: fit-content;
}

.custom-pagination .custom-pagination-item-control {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background-color: #B52529;
}

.custom-pagination .custom-pagination-item-control.previous {
  border-radius: 23px 0 0 23px;
}

.custom-pagination .custom-pagination-item-control.next {
  border-radius: 0 23px 23px 0;
}

.custom-pagination .custom-pagination-item-control.disabled {
  pointer-events: none;
}

.custom-pagination .custom-pagination-items {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.custom-pagination .custom-pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 23px;
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
}

.custom-pagination .custom-pagination-item.active {
  color: #5c5c5c;
  font-weight: 500;
  pointer-events: none;
}

.custom-pagination .custom-pagination-item.disabled {
  pointer-events: none;
}

.custom-pagination .custom-pagination-item-separator {
  height: 20px;
  width: 1px;
  background-color: #D1D1D1;
}

.button-load-more {
  font-weight: 300;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  color: #B52529;
  background: none;
  border: none;
  width: fit-content;
}

.description.inner-p-0 * {
  margin-bottom: 0 !important;
}

.content-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
}

.content-gallery img {
  margin-bottom: 0 !important;
}

.pswp-item {
  width: fit-content;
  display: block;
}
.pswp-item:has(img.rteleft) {
  margin-right: auto;
}
.pswp-item:has(img.rtecenter) {
  margin-right: auto;
  margin-left: auto;
}
.pswp-item:has(img.rteright) {
  margin-left: auto;
}

p.rteleft:has(img) {
  width: fit-content;
  margin-right: auto;
}
p.rtecenter:has(img) {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
p.rteright:has(img) {
  width: fit-content;
  margin-left: auto;
}
.element-bio-item-description-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.adjacent-reviews {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.adjacent-reviews-title {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #393941;
  line-height: 26px;
}

.adjacent-reviews-link {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  color: #B31117;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-align: center;
}

.adjacent-reviews .adjacent-reviews-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.adjacent-review-item {
  padding: 0px 20px 12px;
  border-radius: 17px;
  display: flex;
  gap: 12px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 173px;
  overflow: hidden;
  position: relative;
}

.adjacent-review-item-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #333942 91.21%);
  width: 100%;
  height: 130px;
}

.adjacent-review-item-avatar img {
  width: 88px;
  height: 88px;
  border-radius: 9999px;
  object-fit: cover;
  max-width: 88px;
  max-height: 88px;
}

.adjacent-review-item-title {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.adjacent-review-item-link {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  display: block;
  margin-top: 8px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
  z-index: 1;
}

.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 15px;
}

.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ul li {

    position: relative;
    padding-left: 10px;
    list-style: none;
    margin-left: 10px;
}

.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ul li::before {
content: '';
    width: 8px;
    min-width: 8px;
    height: 8px;
    background-color: #DE1F26;
    border-radius: 9999px;
    margin-top: 8px;
    position: absolute;
    left: -12px;
    top: 9px;
    margin: 0;
}


.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ol {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-left: 15px;
  list-style: none;
  counter-reset: list-counter;
}

.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 10px;
    list-style: none;
    margin-left: 18px;
    line-height: 24px;
}

.content .node-news-full .text-cont .field.field-name-body.field-type-text-with-summary.field-label-hidden .field-items .field-item.even ol li::before {
    content: counter(list-counter);
    width: 24px;
    min-width: 24px;
    height: 24px;
    background: #DE1F26;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    color: white;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 14px;
    position: absolute;
    left: -24px;
    top: 1px;
    margin: 0;
}

.comment-thread-item {
  padding: 10px;
  display: flex;
  gap: 10px;
}
.comment-thread-item.comment-thread-item-1 {
  margin-left: 25px;
}
.comment-thread-item.comment-thread-item-2 {
  margin-left: 50px;
}
.comment-thread-item.odd {
  background-color: #f3f3f3;
}

.comment-thread-children {
  padding-left: 25px;
}

.comment-thread-item-avatar {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  object-fit: cover;
  max-width: 50px;
  max-height: 50px;
  object-position: top;
}

.comment-thread-item-name {
  color: #333 !important;
  font-weight: 400 !important;
  font-style: normal !important;
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  font-size: 14px;
  font-family: PT Sans,Caliblri,Verdana,sans-serif !important;
}

.comment-thread-item-date {
  color: #333;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  margin-left: 10px;
  display: inline-block;
  font-family: PT Sans,Caliblri,Verdana,sans-serif !important;
  line-height: 20px;
}

.comment-thread-item-text {
  margin: 5px 0 !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: PT Sans,Caliblri,Verdana,sans-serif !important;
  color: #333 !important;
  text-decoration: none !important;
}

.comment-thread-item-reply {
  margin-top: 10px;
  font-family: PT Sans,Caliblri,Verdana,sans-serif !important;
  font-size: 12px;
  color: #999;
  height: 20px;
  cursor: pointer;
  width: fit-content;
}
.comment-thread-item-reply:hover {
  color: #333;
}

.comment-thread-item-attachments {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.comment-thread-item-attachments img {
  width: 50px;
  height: auto;
  object-fit: cover;
}

.comment-thread-item a {
  color: #007bff;
}
.comment-thread-item a:hover {
  color: #0056b3;
}

.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-title {
  margin-bottom: 25px;
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 22px;
}

.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 5px;
}

.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-item-title {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}
.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-item-title:hover {
  color: #000;
}

.latest-reviews-widget-sidebar .latest-reviews-widget-sidebar-item-date {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #000;
}

.c-box-widget.theme-allboxing .comment-thread-container a.link {
  color: #b52529 !important;
}
.c-box-widget.theme-allboxing .comment-thread-container a.link:hover {
  color: #de1f26 !important;
}

.comment-section .reply_block {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  scroll-margin-top: 150px;
}
.comment-section .reply_block .reply_block_textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #DCDCDC;
  border-radius: 12px;
  padding: 10px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  resize: none;
}
.comment-section .reply_block .reply_block_textarea:focus {
  outline: none;
}
.comment-section .reply_block .reply_block_textarea:focus-visible {
  outline: none;
}
.comment-section .reply_block .reply_block_footer {
  display: flex;
}
.comment-section .reply_block .reply_block_footer .reply_to {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #DCDCDC;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.comment-section .reply_block .reply_block_footer .reply_to_close {
  font-weight: 700;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  border: none;
  background: none;
  cursor: pointer;
}

.bottom-banner {
  background-color: #fff;
  border: 1px solid #DE1F26;
  padding: 12px 8px 18px;
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
}
.bottom-banner .bottom-banner-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 600;
  font-size: 20px;
  color: #DE1F26;
}
.bottom-banner .bottom-banner-heading .icon-warning {
  width: 26px;
  height: 21px;
}
.bottom-banner .bottom-banner-subheading {
  border-radius: 7px;
  padding: 6px 9px;
  background-color: #FFFCF4;
  box-shadow: 0px 0px 4px 0px #C9B02440 inset;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 10px;
  color: #000;
}
.bottom-banner .bottom-banner-subheading span {
    color: #DE1F26;
    font-weight: bold;
}
.bottom-banner .bottom-banner-link {
  display: flex;
  margin: 13px auto 0;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  height: 47px;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(180deg, #FFD857 3.19%, #EAB400 100%);
  box-shadow: 0px 3px 4px 0px #A5A5A540, 0px 4px 2.2px 0px #FFFFFF40 inset;
  color: #000;
  width: fit-content;
  border-radius: 10px;
}
.bottom-banner .bottom-banner-link .icon-check-mark {
  width: 22px;
  height: 22px;
}

.middle-banner {
  background-color: #fff;
  border-left: 4px solid #DE1F26;
  padding: 12px 12px 16px 14px;
  border-radius: 14px;
  font-family: 'Inter', sans-serif;
  box-shadow: 0px 1px 6.6px 0px #00000040;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.middle-banner .icon-warning {
  width: 22px;
  height: 18px;
  margin-bottom: 0 !important;
}
.middle-banner .middle-banner-subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #000;
  flex: 1;
  gap: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.middle-banner-subheading span {
    color: #DE1F26;
}
.middle-banner .middle-banner-link {
  display: flex;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 47px;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(180deg, #FFD857 3.19%, #EAB400 100%);
  box-shadow: 0px 3px 4px 0px #A5A5A540, 0px 4px 2.2px 0px #FFFFFF40 inset;
  color: #000;
  width: fit-content;
  border-radius: 10px;
  margin: 10px auto 0;
}
.middle-banner .middle-banner-link .icon-check-mark {
  width: 22px;
  height: 22px;
  margin-bottom: 0 !important;
}

#banner-modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #31313159;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#banner-modal .modal__container {
  background-color: #fff;
  padding: 6px 12px;
  border-radius: 19px;
  width: 370px;
  box-sizing: border-box;
}

#top-modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #31313159;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#top-modal .modal__container {
  background-color: #fff;
  padding: 16px 6px 20px;
  border-radius: 19px;
  width: 370px;
  border: 1px solid #FFD21C;
  box-sizing: border-box;
}

@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

/* .micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
} */
.modal-banner {
  background-color: #fff;
  border: 1px solid #DE1F26;
  padding: 28px 15px 23px;
  border-radius: 9px;
  font-family: 'Inter', sans-serif;
  position: relative;
}
.modal-banner .modal-banner-close-button {
  position: absolute;
  top: 0;
  right: 0;
    cursor: pointer;
    border: 0;
    background: 0;
    outline: 0 !important;
    padding: 0;
}
.modal-banner-subheading span {
    color: #DE1F26;
}
.modal-banner .modal-banner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 9px;
  background-color: #FFEFEF;
  border: 1px solid #DE1F26;
  color: #444444;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  width: fit-content;
}
.modal-banner .modal-banner-title .icon-check-mark-1 {
  width: 20px;
  height: 20px;
}
.modal-banner .modal-banner-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 500;
  font-size: 20px;
  color: #DE1F26;
  margin-top: 20px;
}
.modal-banner .modal-banner-heading .icon-warning {
  width: 27px;
  height: 22px;
}
.modal-banner .modal-banner-subheading {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-top: 10px;
  color: #000;
  text-align: center;
}

.modal-banner .modal-banner-link {
  display: flex;
  margin: 30px auto 0;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding-left: 14px;
  padding-right: 14px;
  height: 47px;
  font-weight: 500;
  font-size: 16px;
  background: linear-gradient(180deg, #FFD857 3.19%, #EAB400 100%);
  box-shadow: 0px 3px 4px 0px #A5A5A540, 0px 4px 2.2px 0px #FFFFFF40 inset;
  color: #000;
  width: fit-content;
  border-radius: 10px;
  text-decoration: none;
}
.top-banner {
  font-family: 'Inter', sans-serif;
  position: relative;
}
.top-banner .top-banner-close-button {
  position: absolute;
  top: -14px;
  right: -4px;
  cursor: pointer;
}
.top-banner .top-banner-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 27px;
  padding: 0px 9px;
  background-color: #DE1F26;
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto;
}
.top-banner .top-banner-heading .icon-cup {
  width: 20px;
  height: 20px;
}
.top-banner .top-banner-avatar {
  width: 87px;
  height: 73px;
  object-fit: cover;
  border-radius: 2px;
  margin: 16px auto 0;
  display: block;
}
.top-banner .top-banner-title {
  margin-top: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #555563;
}
.top-banner .top-banner-subheading {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 16px;
  color: #000;
  text-align: center;
  padding: 5px 0px;
  background: #FFFCE8;
  border: 1px solid #F6E4AE;
  border-radius: 3px;
}

.top-banner .top-banner-link {
  display: flex;
  margin: 16px auto 0;
  gap: 9px;
  align-items: center;
  justify-content: center;
  padding-left: 47.5px;
  padding-right: 47.5px;
  height: 47px;
  font-weight: 500;
  font-size: 18px;
  background: linear-gradient(180deg, #FFD857 3.19%, #EAB400 100%);
  box-shadow: 0px 3px 4px 0px #A5A5A540, 0px 4px 2.2px 0px #FFFFFF40 inset;
  color: #000;
  width: fit-content;
  border-radius: 10px;
  text-decoration: none;
}
.top-banner-subheading span {
    font-weight: bold;
}

.top-banner-subheading span span {
    color: #DE1F26;
}

.bottom-banner .bottom-banner-link:focus-visible,
.middle-banner .middle-banner-link:focus-visible,
.top-banner .top-banner-link:focus-visible,
.modal-banner .modal-banner-link:focus-visible {
  outline: none;
}
.top-banner .top-banner-link .icon-check-mark,
.modal-banner .modal-banner-link .icon-check-mark {
  width: 22px;
  height: 22px;
}

#fixed-banner-modal .modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #31313159;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#fixed-banner-modal .modal__container {
  width: 372px;
  max-width: 372px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background: none;
}

.fixed-banner {
  display: block;
  position: relative;
  overflow: hidden;
  background: linear-gradient(131.26deg, #FFFFFF 0%, #F1F1F1 100%);
  border: 1.65px solid;
  border-image-source: linear-gradient(131.26deg, #CECECE 0%, #CDCDCD 100%);
}

.fixed-banner .fixed-banner-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fixed-banner .fixed-banner-background .icon-close {
  width: 20px;
  height: 20px;
  position: absolute;
  left: calc(100% - 30px);
  top: 13px;
  gap: 0;
  fill: #8C8C8C;
  cursor: default;
  transform: scale(1.5);
  z-index: 2;
}
.fixed-banner .fixed-banner-background .fixed-banner-main-background {
  position: absolute;
  height: 100%;
  top: 0;
  left: -152px;
  gap: 0;
  opacity: 80%;
  background-image: url('../../../assets/images/banner_bg.png');
  background-size: cover;
  background-position: center;
  width: 676px;
}
.fixed-banner .fixed-banner-background .fixed-banner-gradient {
  position: absolute;
  height: 100%;
  top: 0;
  gap: 0;
  opacity: 80%;
  rotate: 180deg;
  background-image: url('../../../assets/images/banner_gradient.png');
  background-size: cover;
  background-position: center;
  width: 372px;
}
.fixed-banner .fixed-banner-background .img-hand {
  position: absolute;
  width: 95px;
  height: 81px;
  bottom: 6px;
  right: -11px;
  gap: 0;
  z-index: 3;
}
.fixed-banner .fixed-banner-content {
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 29px 34px 38px 34px;
  z-index: 1;
  position: relative;
}
.fixed-banner .fixed-banner-content .fixed-banner-content-title-text {
  text-transform: uppercase;
  line-height: 40px;
  font-size: 48px;
  font-weight: 800;
  text-align: center;
} 
.fixed-banner .fixed-banner-content .fixed-banner-content-title-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}
.fixed-banner .fixed-banner-content .fixed-banner-content-title-subheading {
  background: #E98537;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  padding: 0 26px;
  text-align: center;
  margin: 5px auto 9px;
  width: fit-content;
}

.fixed-banner .fixed-banner-content .fixed-banner-content-bet {
  width: 245px;
  height: 170px;
  background-image: url('../../../assets/images/banner_bet.png');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin: 0 auto 12px;
}
.fixed-banner .fixed-banner-content .fixed-banner-content-cta {
  border-radius: 5px;
  background: linear-gradient(180deg, #005707 0%, #077E26 100%);
  border: 2px solid;
  border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(153, 153, 153, 0.4) 100%);
  box-shadow: 0 4px 4px 0 #00000040;
  width: 100%;
  margin: 0 auto;
  padding: 17.5px 40px 17.5px 12px;
  font-size: 23px;
  font-weight: 700;
  height: 57px;
  display: flex;
  align-items: center;
  letter-spacing: -0.005em;
  text-align: center;
}

.mobile-fullscreen-banner {
  position: fixed;
  inset: 0;
  background: #ffffff;
  z-index: 9999;
  display: none;

  display: flex;
  justify-content: center;
  align-items: center;

  min-height: 100vh;
  padding: 0 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.mobile-fullscreen-banner-inner {
  position: relative;
  width: 100%;
  max-width: 420px;
  flex-direction: column;
  display: flex;
  flex-direction: column !important;  /* ✅ Горизонт → вертикаль */
  justify-content: center;
  align-items: center;

  height: auto;
  max-height: 90vh;
}

.mobile-fullscreen-banner-inner img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

/* Кнопка поверх изображения */
.mobile-fullscreen-banner-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  z-index: 10;
}

/* Кнопка на белом фоне */
.mobile-fullscreen-banner-close-top {
  position: fixed;
  top: 12px;
  right: 16px;
  font-size: 28px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 10001;
}

/* Кнопка Telegram */
.telegram-button-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0088cc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px;
  margin-top: 12px;
  width: 100%;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.2s ease;
}

.telegram-button-mobile:hover {
  background-color: #007ab8;
  transform: scale(1.02);
  color: #fff;
}

.telegram-icon {
  margin-right: 8px;
  fill: #fff;
}
.mobile-fullscreen-banner.hidden {
    display: none !important;
}

.submenu {
    display: none;
    width: 100%;
}

.nav > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.navbar-nav>li>a {
    line-height: 21px;
}
span.submenu-toggle {
    font-size: 26px;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -2px;
}

.submenu ul.nav.navbar-nav {
    margin: 0;
}

.submenu ul.nav.navbar-nav li {
    margin: 0;
    padding: 0;
    width: 100%;
}

.submenu ul.nav.navbar-nav li a {
    text-transform: none;
    padding-top: 15px;
    padding-bottom: 15px;
        display: block;
    width: 100%;
}

span.submenu-toggle.open {
    transform: rotate(90deg);
}
