:root {
  --bmb-green-dynamic: #06B958;
  --background-blue-dynamic: #E5F0F0;
  --bmb-white-dynamic: #ffffff;
  --bmb-black-dynamic: #000000;
  --bmb-orange-dynamic: #FF7A00;
  --bmb-green-hover-dynamic: #058A42;
  --bmb-orange-hover-dynamic: #D76801;
  --bmb-red-dynamic: #FF3434;
  --bmb-red-hover-dynamic: #C82929;
  --bmb-yellow-dynamic: #FFB617;
  --bmb-yellow-hover-dynamic: #D39717;
  --bmb-light-green-dynamic: #85D269;
  --bmb-light-green-hover-dynamic: #68A452;
  --bmb-gray-elements-dynamic: #DBDADA;
  --bmb-gray-dark-elements-dynamic: #C4C4C4;
  --bmb-gray-neutral-dynamic: #A4A4A4;
  --bmb-gray-EAEAEA: #EAEAEA;
  --bmb-gray-ranks-dynamic: #F4F4F4;
  --bmb-gray-text-dynamic: #737373;
  --bmb-grey-hover-dynamic: #F9F9F9;
  --color-telegram-dynamic: #2AAAEC;
  --color-facebook-dynamic: #0766FF;
  --color-vk-dynamic: #0277FF;
  --color-zen-dynamic: #000000;
  --bmb-gold-dynamic: #FFBA57;
  --bmb-silver-dynamic: #9E9E9E;
  --bmb-bronze-dynamic: #CE7430;
}
/*Color palette*/
/*Icons*/
.bookmaker-container-short-parrent {
  box-sizing: border-box;
  padding: 8px 14px 12px 13px;
  width: 100%;
}
.bookmaker-container {
  display: flex;
  width: 100%;
  height: 43px;
  font-size: 15px;
  line-height: 19px;
  padding-left: 16px;
  margin-bottom: 5px;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.bookmaker-container .bookmaker-container-label18-plus {
  position: absolute;
  bottom: 0;
  right: 8px;
  width: 63px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #aaa9aa;
  font-size: 10px;
}
.bookmaker-container--centered {
  justify-content: center;
}
.bookmaker-container .bookmaker-logo {
  width: 80px;
  height: 19px;
  background: url(/img/ligastavok.png);
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 14px;
}
.bookmaker-container .bookmaker-event {
  display: flex;
  justify-content: center;
  margin-right: 9px;
}
.bookmaker-container .bookmaker-event:last-of-type {
  justify-content: flex-end;
}
.bookmaker-container .bookmaker-event:first-of-type {
  justify-content: flex-start;
}
.bookmaker-container .bookmaker-event .bookmaker-event-coefficient {
  text-align: center;
  font-weight: bold;
  color: #FFAA00 !important;
}
.bookmaker-container .bookmaker-event .bookmaker-event-type {
  color: var(--bmb-gray-text-dynamic) !important;
  margin-right: 2px;
}
.bookmaker-container .bookmaker-event.colored {
  width: 80px;
  height: 35px;
  margin-right: 12px;
  padding: 10px 0px 15px;
  border-radius: 2px;
  justify-content: center;
}
.bookmaker-container .bookmaker-translation {
  position: relative;
  margin-right: 40px;
  width: 100%;
}
.bookmaker-container .bookmaker-translation span {
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation.svg");
  cursor: pointer;
}
.bookmaker-container.colored {
  margin: 24px 0;
  height: 59px;
  align-items: center;
}
.bookmaker-container.colored .bookmaker-translation {
  border-radius: 2px;
  width: 182px;
  height: 35px;
  margin-right: 0;
  margin-left: 12px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 9px 12px 8px 37px;
  cursor: pointer;
}
.bookmaker-container.colored .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 16px;
  height: 16px;
  top: 9px;
  background-size: contain;
}
.bookmaker-container--vertical {
  flex-direction: column;
  padding: 0;
  height: auto;
}
.bookmaker-container--vertical .bookmaker-event {
  justify-content: start !important;
  margin-bottom: 4px;
}
.bookmaker-container.bookmaker-container--with-border {
  height: 48px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-event {
  padding: 2px 4px;
  border: 1px solid #AFAFAF;
  border-radius: 2px;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation {
  width: 174px;
  border-radius: 2px;
  margin-right: 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--bmb-white-dynamic);
  padding: 4px 12px 4px 32px;
  cursor: pointer;
}
.bookmaker-container.bookmaker-container--with-border .bookmaker-translation span {
  right: auto;
  left: 13px;
  background-image: url(/img/icons/translation-white.svg);
  width: 14px;
  height: 14px;
  top: 5px;
}
.bookmaker-container.bookmaker-container-short {
  height: 44px;
  background: #F7F7F7;
  border-radius: 2px;
  position: relative;
  align-items: center;
  padding: 8px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-logo {
  margin-right: 11px;
  height: 26px;
  width: 60px;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event {
  width: 48px;
  height: 22px;
  margin-right: 1px;
  align-items: center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(4) {
  justify-content: flex-start;
}
.bookmaker-container.bookmaker-container-short .bookmaker-event:nth-of-type(2) {
  justify-content: flex-end;
}
.bookmaker-container.bookmaker-container-short .bookmaker-container-label18-plus {
  bottom: -12px;
  left: 0px;
  right: auto;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 8px;
  line-height: 8px;
  color: #919191;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation {
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 24px;
  margin-right: 0;
  border-radius: 100%;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0px;
  background-image: url("/img/icons/translation-triangle.svg");
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 9px center;
}
.bookmaker-container.bookmaker-container-short .bookmaker-translation span:after {
  content: 'LIVE';
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -10px;
  left: 4px;
}
.matches-by-day-hr {
  padding: 0px 16px;
  border: 0.5px solid #D3D3D3;
  margin: 0px 10px 0px 10px;
}
@media (max-width: 1024px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
  }
}
@media (max-width: 759px) {
  .bookmaker-container-short-parrent {
    padding: 8px 0px 12px 0px;
    width: 100%;
  }
  .bookmaker-container {
    box-sizing: content-box;
  }
  .bookmaker-container .bookmaker-translation {
    margin-right: 5px;
  }
  .bookmaker-container.colored {
    height: 35px;
    padding: 52px 0 76px;
    margin: 0;
    position: relative;
  }
  .bookmaker-container.colored .bookmaker-logo {
    position: absolute;
    top: 20px;
    height: 15px;
    margin-right: 0px;
  }
  .bookmaker-container.colored .bookmaker-event {
    box-sizing: border-box;
  }
  .bookmaker-container.colored .bookmaker-event.colored.last {
    margin-right: 0;
  }
  .bookmaker-container.colored .bookmaker-translation {
    position: absolute;
    bottom: 20px;
    height: 40px;
    width: 264px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--bmb-white-dynamic);
    margin-right: 13px;
    padding: 11px 0;
  }
  .bookmaker-container.colored .bookmaker-translation span {
    display: none;
  }
}
.soc-header-notification span.glyphicon-bell-new:before {
  color: #FFA002;
}
.soc-header-notification span.glyphicon-circle:before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  background-color: #F4B73F;
  border-radius: 100%;
}
span.link {
  cursor: pointer;
}
span.link:hover {
  text-decoration: underline;
}
.header-notifications__panel__background {
  display: none;
}
.header-notifications__panel {
  display: none;
  background-color: var(--bmb-white-dynamic);
  border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  box-sizing: border-box;
  position: absolute;
  right: -6px;
  top: 48px;
  z-index: 11;
  width: 373px;
  height: 275px;
  box-shadow: 0px 2px 19px color-mix(in srgb, var(--bmb-black-dynamic) 42%, transparent);
  border-radius: 6px;
}
.header-notifications__panel.active {
  display: block;
}
.header-notifications__panel .header-notifications__arrow {
  display: none;
  height: 8px;
  width: 16px;
  top: -9px;
  right: 18px;
  position: absolute;
}
.header-notifications__panel .header-notifications__arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 0;
  border-bottom-color: color-mix(in srgb, var(--bmb-black-dynamic) 25%, transparent);
}
.header-notifications__panel .header-notifications__arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  top: 1px;
  border-bottom-color: #fff;
}
.header-notifications__panel .header-notifications__header {
  padding: 0 13px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 10%, transparent);
  justify-content: space-between;
  width: 373px;
  height: 41.32px;
  left: 1243px;
  top: 276px;
  background: var(--bmb-white-dynamic);
  box-shadow: 0px 3px 4px color-mix(in srgb, var(--bmb-black-dynamic) 8%, transparent);
}
.header-notifications__panel .header-notifications__header .title {
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 52px;
  top: 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #70A837;
}
.header-notifications__panel .header-notifications__header button {
  margin-top: 1px;
  display: flex;
  align-items: center;
  height: 22px;
  background: transparent;
  border: none;
}
.header-notifications__panel .header-notifications__header button span {
  font-size: 20px;
}
.header-notifications__panel .header-notifications__header button span:before {
  color: #70A837;
}
.header-notifications__panel .header-notifications__header .header-notifications__header-close-btn {
  background: url('../../../img/close_icon-black.svg') no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 1;
  background-size: 10px auto;
  background-color: rgba(213, 213, 213, 0.8);
  border-radius: 100%;
}
.header-notifications__panel .header-notifications__items-wrapper {
  max-height: 505px;
  overflow-y: hidden;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification {
  overflow-y: auto;
  max-width: 370px;
  max-height: 231px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li {
  border: none;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li:hover {
  background: transparent;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications {
  padding-right: 20px !important;
  padding-left: 45px !important;
  position: relative;
  padding-bottom: 7px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon {
  position: absolute;
  left: 18px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications:after {
  content: '';
  width: 304px;
  border-top: 1px solid #E2E2E2;
  height: 0;
  display: block;
  position: absolute;
  bottom: -10px;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon.glyphicon.glyphicon-invisible-game::before {
  content: '';
  background-image: url("/img/icons/way/notification.svg");
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification li:last-of-type .json-notifications:after {
  content: none;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-thumbs-down,
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-thumbs-up {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-comment {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-ok {
  color: #F4B73F;
}
.header-notifications__panel .header-notifications__items-wrapper #popover-notification .notification-icon.glyphicon.glyphicon-remove {
  color: red;
}
#notification-globe-header .header-notifications__badge {
  width: 13px;
  height: 13px;
  position: absolute;
  background-color: #F0654F;
  border-radius: 70px;
  color: var(--bmb-white-dynamic);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  line-height: 100%;
  font-weight: 700;
  top: 13px;
  right: 8px;
  box-shadow: 0 0 0 0 rgba(240, 101, 79, 0.2);
  -webkit-animation: pulse 1.5s infinite;
  z-index: 11;
}
#notification-globe-header .header-notifications__badge:hover {
  -webkit-animation: none;
}
@media (max-width: 759px) {
  .header-notifications__panel__background {
    z-index: 10;
    position: absolute;
    width: 100%;
    height: 100%;
    background: color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
    top: 0;
  }
  .soc-header-notification span.glyphicon-bell-new:before {
    color: var(--bmb-white-dynamic);
  }
  .header-notifications__panel {
    width: 329px;
    height: 255px;
  }
  .header-notifications__panel .header-notifications__header {
    width: 328px;
    height: 37px;
    box-sizing: border-box;
    border-radius: 6px 6px 0 0;
  }
  .header-notifications__panel .header-notifications__header .title {
    left: 43px;
    top: 14px;
    font-weight: 500;
    font-size: 12px;
  }
  .header-notifications__panel .header-notifications__header button span {
    font-size: 18px;
  }
  .header-notifications__panel .header-notifications__header .header-notifications__header-close-btn {
    background: url('../../../img/close_icon-black.svg') no-repeat center center;
    background-size: 100% auto;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 1;
    background-size: 9px auto;
    background-color: rgba(213, 213, 213, 0.8);
    border-radius: 100%;
  }
  .header-notifications__panel .header-notifications__items-wrapper {
    max-height: 505px;
    overflow-y: hidden;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification {
    overflow-y: auto;
    max-width: 329px;
    max-height: 203px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications {
    padding-right: 23px !important;
    padding-left: 43px !important;
    position: relative;
    padding-bottom: 6px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications .notification-icon {
    position: absolute;
    left: 18px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li .json-notifications:after {
    width: 263px;
    bottom: -10px;
  }
  .header-notifications__panel .header-notifications__items-wrapper #popover-notification li:last-of-type .json-notifications:after {
    content: none;
  }
  .glyphicon {
    font-family: 'Glyphicons Halflings' !important;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .glyphicon-cog:before {
    content: "\e019";
    box-sizing: border-box;
  }
  .fade {
    opacity: 0;
    transition: opacity 0.15s linear;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  .fade.in {
    opacity: 1;
  }
  .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
  }
  #settings-modal .modal-lg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .modal.in .modal-dialog {
    transform: translate(0, 0);
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
  }
  .modal-dialog {
    position: relative;
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    position: relative;
    background-color: var(--bmb-white-dynamic);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 5px 15px rgb(0 0 0%);
  }
  #settings-modal .modal-header {
    height: 45px;
  }
  .modal-header {
    padding: 15px;
    border-bottom: 1px solid #E5E5E5;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 10px;
  }
  button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
  }
  .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: var(--bmb-black-dynamic);
    text-shadow: 0 1px 0 var(--bmb-white-dynamic);
    filter: alpha(opacity=20);
    opacity: 0.2;
  }
  .modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 18px;
  }
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.block-title {
  font-family: 'TT Commons Classic';
  font-size: 26px;
  font-weight: 600;
  line-height: 24.96px;
  text-align: left;
  padding: 14px 0;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  justify-content: left;
  align-items: center;
  box-sizing: content-box;
  color: var(--bmb-black-dynamic);
}
.block-title:hover {
  text-decoration: none;
}
.form-input {
  width: 380px;
  height: 36px;
  border: 1px solid var(--bmb-gray-elements-dynamic);
  background-color: var(--bmb-white-dynamic);
  border-radius: 4px;
  color: var(--bmb-black-dynamic);
  padding: 9px 14px;
  outline-color: var(--bmb-gray-elements-dynamic);
}
.single-line-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/**
 * Need add in html style -webkit-box-orient: vertical;
 */
.bookmaker-type-list-block-on-column.block-in-column-container {
  padding-bottom: 18px;
}
.bookmaker-type-list-block-on-column {
  display: flex;
  background: var(--bmb-white-dynamic);
  flex-direction: column;
  font-family: 'Roboto';
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 400;
  line-height: 17.6px;
  text-align: left;
  color: var(--bmb-black-dynamic);
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 16px;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a:last-of-type {
  margin-bottom: 10px;
}
.bookmaker-type-list-block-on-column .bookmaker-type-list-container a.active {
  font-weight: 700;
  color: var(--bmb-orange-dynamic);
}
.bookmaker-rating-list-h1 {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin: 14px 0 10px 13px;
}
.bookmaker-rating-list-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: var(--bmb-black-dynamic);
  margin-top: 0;
  margin-bottom: 11px;
}
.bookmaker-rating-list-descriptions {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #333333;
}
.table.soc-bookmaker-list-table-big {
  margin-bottom: 21px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table.soc-bookmaker-list-table-big thead tr th {
  position: relative;
  text-align: left;
}
.table.soc-bookmaker-list-table-big thead tr th.name {
  text-align: left;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted {
  cursor: pointer;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted::after {
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("/img/bookmakers/sort-grey-arrow.svg");
  display: inline-block;
  margin-left: 8px;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.active {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 16px;
  color: #90C317;
  background-color: transparent;
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.active::after {
  background-image: url("/img/bookmakers/sort-green-arrow.svg");
}
.table.soc-bookmaker-list-table-big thead tr th.sorted.asc::after {
  rotate: 180deg;
}
.table.soc-bookmaker-list-table-big tbody tr td {
  vertical-align: middle;
}
.table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link {
  width: 120px;
  height: 37px;
  background: #74AB3F;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 11px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
}
.table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link:hover {
  text-decoration: none;
}
.table.soc-bookmaker-list-table-big tbody tr:nth-of-type(odd) {
  background-color: var(--bmb-gray-ranks-dynamic);
}
.bookmaker-list-name-container {
  border-right: 1px solid #D8D8D8;
  padding-right: 20px;
  margin: 11px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.bookmaker-list-name-container .bookmaker-list-image {
  height: 30px;
}
.bookmaker-list-name-container .bookmaker-list-name {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #7F7F7F;
  margin-top: 8px;
}
.bookmaker-list-bonus {
  vertical-align: middle;
}
.bookmaker-list-bonus a {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: #222222;
}
.bookmaker-list-bonus a:hover {
  text-decoration: none;
}
.bookmaker-list-rating {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #393939;
  display: flex;
  flex-wrap: nowrap;
}
.bookmaker-list-rating .star-container {
  width: 78px;
  margin-left: 10px;
}
.bookmaker-list-rating .star-container .star {
  width: 12px;
  height: 12px;
  display: inline-block;
  -webkit-mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
  mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #D8D8D8;
}
.bookmaker-list-rating .star-container .star.active {
  background-color: #E9C66E;
}
.bookmaker-list-comments {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #393939;
  position: relative;
  padding-left: 22px;
  display: inline-block;
}
.bookmaker-list-comments::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url(/img/bookmakers/comments.svg);
  position: absolute;
  top: 3px;
  left: 0;
}
.bookmaker-list-reviews {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  text-decoration: none;
}
.bookmaker-list-reviews:hover {
  text-decoration: none;
}
.bookmaker-list-reviews::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/bookmakers/review.svg);
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 1279px) {
  .bookmaker-rating-list-title {
    margin: -7px 16px 11px 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.02em;
    color: var(--bmb-black-dynamic);
  }
  .bookmaker-rating-list-descriptions {
    margin: 0px 0px 2px 0px;
  }
  .bookmaker-rating-list-tabs {
    margin-top: -8px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: baseline;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted {
    cursor: pointer;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted::after {
    content: '';
    width: 8px;
    height: 8px;
    background-image: url("/img/bookmakers/sort-grey-arrow.svg");
    display: inline-block;
    margin-left: 8px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.active {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 16px;
    color: #90C317;
    background-color: transparent;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.active::after {
    background-image: url("/img/bookmakers/sort-green-arrow.svg");
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row div.sorted.asc::after {
    rotate: 180deg;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-name-title {
    width: 141px;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-bonus-title {
    width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-rating-title {
    width: 78px;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big thead tr th .bookmaker-list-row .bookmaker-list-other-title {
    width: 100%;
    flex-grow: 3;
    flex-basis: 0;
  }
  table.soc-bookmaker-list-table-big thead tr th.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container {
    border-right: 1px solid #D8D8D8;
    padding-right: 20px;
    margin: 12px 10px 11px 11px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    width: 119px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container .bookmaker-list-image {
    height: 20px;
    margin-bottom: 5px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-name-container .bookmaker-list-name {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating {
    font-size: 14px;
    line-height: 22px;
    color: #393939;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container {
    width: 78px;
    margin-left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container .star {
    width: 12px;
    height: 12px;
    display: inline-block;
    -webkit-mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
    mask: url(/img/bookmakers/star.svg) no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #D8D8D8;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-rating .star-container .star.active {
    background-color: #E9C66E;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-comments {
    margin-left: 11px;
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
    font-size: 13px;
    line-height: 16px;
    width: 74px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    padding-left: 26px;
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/bookmakers/review.svg);
    position: absolute;
    top: -1px;
    left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-link {
    width: 76px;
    height: 25px;
    box-sizing: border-box;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bmb-white-dynamic);
    padding: 5px 13px;
    flex-shrink: 0;
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.stars {
    display: none;
  }
}
@media (max-width: 999px) {
  table.soc-bookmaker-list-table-big thead tr th.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big thead tr th.button {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    padding: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td.stars {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.button {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td.bonus a {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
  }
}
@media (max-width: 375px) {
  table.soc-bookmaker-list-table-big thead tr th.comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big thead tr th.bonus {
    padding-right: 0;
    padding-left: 0;
  }
  table.soc-bookmaker-list-table-big tbody tr td {
    text-align: left;
  }
  table.soc-bookmaker-list-table-big tbody tr td.comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus {
    width: 100%;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-bonus a {
    font-size: 18px;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-comments {
    display: none;
  }
  table.soc-bookmaker-list-table-big tbody tr td .bookmaker-list-reviews {
    display: block;
  }
}
.bookmaker-row {
  padding: 0;
  margin-top: 32px;
  background-color: var(--bmb-gray-ranks-dynamic);
  border: 1px solid var(--bmb-gray-elements-dynamic);
  border-radius: 4px;
}
.bookmaker-row .bookmaker-row-first {
  background: var(--bmb-white-dynamic);
  border-radius: 4px 4px 0 0;
  display: flex;
  flex-wrap: nowrap;
  padding: 16px 24px 18px 24px;
  box-sizing: border-box;
  align-items: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-link {
  width: 220px;
  height: 36px;
  border-radius: 4px;
  background: var(--bmb-green-dynamic);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  flex-grow: 0;
  flex-shrink: 0;
  align-content: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-link:hover {
  text-decoration: none;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container {
  width: 100%;
  display: flex;
  align-items: center;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
  width: 156px;
  flex-shrink: 0;
  flex-grow: 0;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
  width: 100%;
  justify-content: start;
  margin-left: 17px;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container {
  width: 156px;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star {
  width: 20px;
  height: 20px;
  display: inline-block;
  -webkit-mask: url(/img/bookmakers/star-strong.svg) no-repeat 50% 50%;
  mask: url(/img/bookmakers/star-strong.svg) no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #CFCFCF;
}
.bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star.active {
  background-color: var(--bmb-yellow-dynamic);
}
.bookmaker-row .bookmaker-row-last {
  display: flex;
  height: 56px;
  flex-wrap: nowrap;
  padding: 10px 24px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
}
.bookmaker-row .bookmaker-row-last .bookmaker-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  text-align: left;
  align-content: center;
  color: var(--bmb-black-dynamic);
  width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: 36px;
  overflow: hidden;
}
.bookmaker-row .bookmaker-row-last .bookmaker-link {
  width: 220px;
  height: 36px;
  margin-left: 24px;
  border-radius: 4px;
  background: var(--bmb-yellow-dynamic);
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  flex-grow: 0;
  flex-shrink: 0;
  align-content: center;
}
.bookmaker-row .bookmaker-row-last .bookmaker-link:hover {
  text-decoration: none;
}
@media (max-width: 999px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 17px 24px 15px 24px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 212px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
    margin-left: 14px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating .star-container .star {
    width: 12px;
    height: 12px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-text {
    font-size: 14px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    width: 212px;
    margin-left: 22px;
  }
}
@media (max-width: 743px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 17px 10px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 136px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-last {
    padding: 10px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    width: 136px;
    margin-left: 11px;
  }
}
@media (max-width: 429px) {
  .bookmaker-row .bookmaker-row-first {
    padding: 12px 10px 10px 10px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-link {
    width: 136px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container {
    flex-wrap: wrap;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-list-image {
    width: 90px;
  }
  .bookmaker-row .bookmaker-row-first .bookmaker-name-container .bookmaker-rating {
    margin-left: 0px;
    margin-top: 4px;
  }
  .bookmaker-row .bookmaker-row-last .bookmaker-link {
    margin-left: 12px;
  }
}
.bookmaker-post-popular-list-container {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  width: 844px;
  overflow: hidden;
  position: relative;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev,
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
  background: #90C317;
  box-shadow: 0px 2px 4px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0px;
  cursor: pointer;
  display: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev:before,
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
  content: '';
  height: 12px;
  width: 12px;
  border-top: 3px solid var(--bmb-white-dynamic);
  border-right: 3px solid var(--bmb-white-dynamic);
  position: absolute;
  top: 10px;
  left: 12px;
  rotate: -135deg;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
  right: 0px;
  left: auto;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
  left: 8px;
  rotate: 45deg;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 254px;
  height: 283px;
  margin-right: 15px;
  background: #F8F8F8;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item:last-of-type {
  margin-right: 15px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--img {
  width: 254px;
  height: 122px;
  background-repeat: no-repeat;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-img {
  height: 32px;
  margin-top: -20px;
  margin-left: 13px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-img img {
  width: 134px;
  height: 32px;
  background: var(--bmb-white-dynamic);
  box-shadow: 1.98743px 1.98743px 7.94971px color-mix(in srgb, var(--bmb-black-dynamic) 8%, transparent);
  border-radius: 4px;
  padding: 4px 29px;
  box-sizing: border-box;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-bonus {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 125%;
  display: flex;
  align-items: center;
  color: #222222;
  margin-top: 7px;
  margin-bottom: 1px;
  margin-left: 13px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 145%;
  color: #222222;
  margin-bottom: 13px;
  margin-left: 13px;
  height: 40px;
  overflow: hidden;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons {
  margin-left: 13px;
  margin-bottom: 20px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-link {
  width: 120px;
  height: 37px;
  background: #74AB3F;
  border: 1px solid #C7C7C7;
  border-radius: 2px;
  padding: 11px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: var(--bmb-white-dynamic);
  display: inline-block;
  text-decoration: none;
  margin-right: 30px;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #232323;
  position: relative;
  padding-left: 28px;
  display: inline-block;
  text-decoration: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews:hover {
  text-decoration: none;
}
.bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(/img/bookmakers/review.svg);
  position: absolute;
  top: -1px;
  left: 0;
}
@media (max-width: 1279px) {
  .bookmaker-post-popular-list-container {
    width: 676px;
  }
}
@media (max-width: 999px) {
  .bookmaker-post-popular-list-container {
    width: 100%;
  }
}
@media (max-width: 759px) {
  .bookmaker-post-popular-list-container {
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 0px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--prev:before,
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 11px;
    left: 12px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next {
    right: 0px;
    left: auto;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-container--next:before {
    left: 9px;
    rotate: 45deg;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item {
    width: 280px;
    height: 282px;
    margin-right: 10px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item:last-of-type {
    margin-right: 10px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--img {
    width: 280px;
    height: 122px;
    background-size: cover;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #222222;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons {
    margin-left: 13px;
    margin-bottom: 20px;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-link {
    width: 130px;
    height: 37px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #232323;
    position: relative;
    padding-left: 28px;
    display: inline-block;
    text-decoration: none;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews:hover {
    text-decoration: none;
  }
  .bookmaker-post-popular-list-container .bookmaker-post-popular-list-item .bookmaker-post-popular-list-item--bookmaker-buttons .bookmaker-list-reviews::before {
    content: '';
    width: 18px;
    height: 18px;
    background: url(/img/bookmakers/review.svg);
    position: absolute;
    top: -1px;
    left: 0;
  }
}
.bookmaker-post-list-container {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  width: 792px;
  overflow: hidden;
  position: relative;
}
.bookmaker-post-list-container .bookmaker-post-list-container--prev,
.bookmaker-post-list-container .bookmaker-post-list-container--next {
  background: #90C317;
  box-shadow: 0px 2px 4px color-mix(in srgb, var(--bmb-black-dynamic) 20%, transparent);
  border-radius: 16px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0px;
  cursor: pointer;
  display: none;
}
.bookmaker-post-list-container .bookmaker-post-list-container--prev:before,
.bookmaker-post-list-container .bookmaker-post-list-container--next:before {
  content: '';
  height: 12px;
  width: 12px;
  border-top: 3px solid var(--bmb-white-dynamic);
  border-right: 3px solid var(--bmb-white-dynamic);
  position: absolute;
  top: 9px;
  left: 12px;
  rotate: -135deg;
}
.bookmaker-post-list-container .bookmaker-post-list-container--next {
  right: 0px;
  left: auto;
}
.bookmaker-post-list-container .bookmaker-post-list-container--next:before {
  left: 9px;
  rotate: 45deg;
}
.bookmaker-post-list-container .bookmaker-post-list-item {
  display: flex;
  flex-direction: column;
  align-content: center;
  width: 254px;
  height: 288px;
  margin-right: 15px;
  background: #F8F8F8;
  border: 1px solid #649340;
  flex-shrink: 0;
}
.bookmaker-post-list-container .bookmaker-post-list-item:hover {
  text-decoration: none;
}
.bookmaker-post-list-container .bookmaker-post-list-item:last-of-type {
  margin-right: 15px;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item--img {
  width: 252px;
  height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  width: 214px;
  height: 88px;
  margin: 14px 20px 12px 20px;
  overflow: hidden;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments {
  height: 16px;
  margin: 0px 20px 15px 20px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #222222;
}
.bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments span {
  margin-right: 5px;
}
@media (max-width: 759px) {
  .bookmaker-post-list-container {
    justify-content: start;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 0px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--prev:before,
  .bookmaker-post-list-container .bookmaker-post-list-container--next:before {
    content: '';
    height: 8px;
    width: 8px;
    top: 11px;
    left: 12px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--next {
    right: 0px;
    left: auto;
  }
  .bookmaker-post-list-container .bookmaker-post-list-container--next:before {
    left: 9px;
    rotate: 45deg;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item {
    width: 280px;
    height: 260px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item--img {
    width: 280px;
    height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-title {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #222222;
    width: 255px;
    height: 82px;
    margin: 11px 12px 12px 12px;
    overflow: hidden;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments {
    height: 16px;
    margin: 0px 20px 15px 12px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #222222;
  }
  .bookmaker-post-list-container .bookmaker-post-list-item .bookmaker-post-list-item-comments span {
    margin-right: 5px;
  }
}

