@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic-ext&display=swap';
@import 'perfect-scrollbar.css';
@import 'select2.css';

@font-face {
    font-family: proximanovacondsemiboldit;
    src: url(/fonts/ProximaNovaCond-SemiboldIt.ttf) format("truetype"), url(/fonts/ProximaNovaCond-SemiboldIt.woff) format("woff")
}

@font-face {
    font-family: proximanovacondboldit;
    src: url(/fonts/ProximaNovaCond-BoldIt.ttf) format("truetype"), url(/fonts/ProximaNovaCond-BoldIt.woff) format("woff")
}

* {
    vertical-align: baseline;
    position: relative;
    font-family: inherit;
    font-style: inherit;
    font-size: 100%;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0
}

#toast {
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 300px;
    height: 48px;
    background: #2c2c2c;
    color: #fff;
    font-size: 16px;
    padding: 0 24px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    opacity: 0;
    transform: translateY(150%);
    transition: opacity .3s linear, transform .3s linear;
    z-index: 999991
}

#toast.show {
    opacity: 1;
    transform: translateY(0)
}

html {
    background-color: #f8f8f8;
    height: 100%;
    overflow: auto;
    width: 100%
}

a, .but, label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

a::selection, .but::selection, label::selection {
    background-color: transparent
}

a::-moz-selection, .but::-moz-selection, label::-moz-selection {
    background-color: transparent
}

a::-webkit-selection, .but::-webkit-selection, label::-webkit-selection {
    background-color: transparent
}

::-webkit-input-placeholder {
    color: rgba(3, 3, 3, .33);
    font-style: italic
}

::-moz-placeholder {
    color: rgba(3, 3, 3, .33);
    font-style: italic
}

:-ms-input-placeholder {
    color: rgba(3, 3, 3, .33);
    font-style: italic
}

:-moz-placeholder {
    color: rgba(3, 3, 3, .33);
    font-style: italic
}

body {
    color: #000;
    cursor: default;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.3
}

a {
    text-decoration: underline;
    color: #f27046
}

a:hover, a:active {
    text-decoration: none
}

*:before, *:after {
    content: ''
}

ul, ol {
    list-style: none outside none
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
    font-weight: 700;
    color: #000;
    margin: 20px 0 10px
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px;
}

p, ol, ul {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    margin: 10px 0
}*/

abbr {
    border-bottom: 1px dashed red;
    cursor: help;
    font-weight: 700
}

i, em {
    font-style: italic
}

.fl {
    float: left;
    display: block
}

.fr {
    float: right;
    display: block
}

.t200, .t200:before, .t200:after {
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear
}

.t50, .t50:before, .t50:after {
    -webkit-transition: all 50ms linear;
    -moz-transition: all 50ms linear;
    -ms-transition: all 50ms linear;
    -o-transition: all 50ms linear;
    transition: all 50ms linear
}

.top-menu > ul > li.sub:hover > a:after, .slick-slider .slick-dots li, .top-menu > ul > li.sub, .top-menu .sub > ul, .top-menu > ul > li:not(.sub) > a:before, .moreCenter-con a, .lineList2-link:before, .recomBet-but, .recomBet-bet a, .bc-prog-i, .oneBet-but, .accord-head-arr:before, .form-d-but, .bc-filter-link:before, .select2-choice .select2-arrow:before, .colList-img img, .ecomBl-top-b, .listAccord-name:before, .listAccord-con, .recomBl-top-b, .promoBlock-c-but, .mirrBlock-but, .asside-topBook-but, .bnBonusLine-b, .bc-prog-i:before, .top-menu-but span {
    -webkit-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    transition: all 100ms linear
}

.clear:before, .clear:after {
    clear: both;
    display: block
}

table tr, table th, table td, table tbody, table thead {
    position: static
}

table:before, table:after, table tr:before, table tr:after, table td:before, table td:after, table th:before, table th:after, .df:before, .df:after {
    display: none
}

.padT0 {
    padding-top: 0
}

.padT5 {
    padding-top: 5px
}

.pad15 {
    padding: 15px
}

.padL15 {
    padding-left: 15px
}

.padR15 {
    padding-right: 15px
}

.marT0 {
    margin-top: 0
}

.marT15 {
    margin-top: 15px
}

.marT20 {
    margin-top: 20px
}

.marB45 {
    margin-bottom: 45px
}

.branding-wr {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.branding-wr a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block
}

.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

header {
    background-color: #1f1f1f
}

.block {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.df {
    display: flex;
    justify-content: space-between
}

header > .df {
    align-items: center;
    justify-content: flex-start;
    height: 64px
}

.logo {
    margin: 0 10px 0 20px
}

.top-menu-but {
    display: none
}

.lang-dropdown {
    margin-left: 24px;
    display: flex;
    height: 100%;
    align-items: center;
    cursor: pointer;
    position: relative
}

.lang-dropdown::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/img/lang-icon.svg);
    margin-right: 4px
}

.lang-dropdown .current-lang {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -.2px;
    color: #fff
}

.lang-dropdown .lang-list {
    width: 146px;
    padding: 16px 11px 16px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgb(0 0 0/16%);
    background-color: #fff;
    position: absolute;
    bottom: 18px;
    left: -17px;
    box-sizing: border-box;
    transform: translateY(100%);
    z-index: 999;
    display: none
}

.lang-dropdown .lang-list ul li {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #2c2c2c
}

.lang-dropdown .lang-list ul li + li {
    margin-top: 16px
}

.lang-dropdown .lang-list ul li a {
    text-decoration: none;
    color: #2c2c2c
}

.lang-dropdown .lang-list ul li:hover a {
    color: #f27046
}

.lang-dropdown:hover .lang-list {
    display: block
}

.top-menu > ul > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    height: 63px;
    line-height: 65px;
    padding: 0 8px 0 15px
}

.top-menu > ul > li.sub > a:after {
    content: "\e91b";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 9px;
    margin-left: 4px;
    display: inline-block;
    vertical-align: top;
    margin-top: 2px
}

.top-menu > ul > li.sub:hover > a:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-top: 1px
}

.top-menu > ul > li:hover > a {
    color: #f27046
}

.top-menu > ul > li.active > a {
    color: #fff
}

.top-menu .sub > ul {
    display: block;
    position: absolute;
    background-color: #fff;
    min-width: 220px;
    top: 100%;
    left: -4px;
    z-index: 100;
    overflow: hidden;
    max-height: 0;
    margin-top: -16px;
    border-radius: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .16)
}

.top-menu > ul > li.sub:hover > ul {
    max-height: 500px
}

.top-menu .sub > ul > li > a {
    display: block;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding: 11px 20px 8px
}

.top-menu .sub > ul > li:hover > a {
    color: #f27046
}

.top-menu .sub > ul > li.menu-dropdown-label {
    font-size: 12px;
    font-weight: 400;
    color: rgba(44, 44, 44, .7);
    padding: 0 20px
}

.top-menu .sub > ul > li.view-all-bc {
    border-top: solid 1px rgba(44, 44, 44, .05)
}

.top-menu .sub > ul > li.view-all-bc a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/top-menu-black-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%)
}

.top-menu .sub > ul:after {
    display: block;
    height: 8px
}

.top-menu .sub > ul:before {
    display: block;
    height: 12px
}

.top-menu .sub > ul.top-menu-top-bk::before {
    height: 17px
}

.top-menu-bonus {
    width: 98px;
    height: 100%;
    margin-left: auto
}

.top-menu-bonus .bonus-btn {
    width: 98px;
    height: 36px;
    position: absolute;
    bottom: 12px;
    background-image: url(/img/gift-img.png);
    background-repeat: no-repeat;
    background-position: 11px 9px;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 8px;
    border: solid 1px rgba(255, 255, 255, .16);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #fff;
    background-size: 17px;
    text-indent: 22px;
    text-align: center;
    line-height: 36px
}

.top-menu-bonus .bonus-btn .bonus-counter {
    border-radius: 100%;
    font-size: 13px;
    font-weight: 700;
    width: 16px;
    height: 16px;
    box-shadow: -1.5px 2.6px 3px 0 rgba(0, 0, 0, .55);
    background-color: #f27046;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -6px;
    text-indent: 0
}

.top-menu-bonus .bonus-btn .bonus-counter::before, .top-menu-bonus .bonus-btn .bonus-counter::after {
    display: none
}

.top-menu-bonus .bonus-list.floating-bonus {
    display: block;
    transform: translateY(100%)
}

.top-menu-bonus .bonus-list.floating-bonus > li:first-child {
    opacity: 1
}

.top-menu-bonus .bonus-list.floating-bonus .bonus-list-item:nth-child(2), .top-menu-bonus .bonus-list.floating-bonus .bonus-list-item:nth-child(3) {
    display: none
}

.top-menu-bonus.active .bonus-list {
    display: block;
    transform: translateY(100%)
}

.top-menu-bonus.active .bonus-list > li {
    transform: translateY(0px) !important;
    opacity: 1
}

.top-menu-bonus.active .bonus-list.floating-bonus {
    display: block
}

.top-menu-bonus.active .bonus-list.floating-bonus .bonus-list-item {
    display: block
}

.top-menu-bonus.active .bonus-list.floating-bonus .bonus-list-item .close-floating-bonus {
    opacity: 0
}

.top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus:hover i {
    color: #f27046
}

.top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus::before, .top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus::after {
    content: "";
    display: block;
    height: 1px;
    width: 10px;
    background: #2c2c2c;
    border-radius: 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 4px
}

.top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus::after {
    transform: rotate(135deg)
}

.top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus:hover::before, .top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus:hover::after {
    background: #f27046
}

.top-menu-bonus .bonus-list {
    width: 360px;
    border-radius: 2px;
    position: absolute;
    bottom: 5px;
    transform: translateY(-120%);
    right: 0;
    z-index: 20
}

.top-menu-bonus .bonus-list .bonus-list-item .close-floating-bonus {
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .4);
    cursor: pointer;
    transition: opacity .3s linear
}

.top-menu-bonus .bonus-list.floating-bonus .bonus-list-item .close-floating-bonus {
    display: flex
}

.top-menu-bonus .bonus-list > li {
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    background-color: #fff;
    border-radius: 16px;
    margin-bottom: 8px;
    transition: opacity .3s linear, transform .3s linear;
    opacity: 0
}

.top-menu-bonus .bonus-list > li:nth-child(1) {
    transform: translateY(0);
    z-index: 3
}

.top-menu-bonus .bonus-list > li:nth-child(2) {
    transform: translateY(calc((-100% - 8px)));
    z-index: 2
}

.top-menu-bonus .bonus-list > li:nth-child(3) {
    transform: translateY(calc((-100% - 8px) * 2));
    z-index: 1
}

.top-menu-bonus .bonus-list > li:first-child ~ li {
    border-top: solid 1px #eee
}

.bonus-list .inner-row-1, .bonus-list .inner-row-2 {
    position: relative
}

.bonus-list .inner-row-1 {
    min-height: 23px;
    margin-bottom: 11px
}

.bonus-list .inner-row-2 {
    min-height: 32px
}

.bonus-list > li .bk-logo {
    max-width: 100px;
    height: auto;
    color: rgba(0, 0, 0, .87);
    position: absolute;
    left: 0;
    top: 4px
}

.bonus-list > li .bk-desc {
    margin: 0;
    max-width: 194px;
    color: rgba(0, 0, 0, .54);
    font-size: 14px
}

.bonus-list > li .bonus-amount {
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    position: absolute;
    right: 0
}

.bonus-list > li .bonus-amount::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 17px;
    background-image: url(/img/dollar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;
    top: 2px;
    margin-left: 8px
}

.bonus-list > li .get-bonus {
    height: 32px;
    background-color: #f27046;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    width: 100px;
    position: absolute;
    right: 0;
    top: 0
}

.bonus-list > li .get-bonus:hover {
    background-color: #c65530
}

.cen-1 {
    padding: 15px
}

.cen-2 {
    padding-left: 15px;
    padding-right: 15px
}

.rightCon {
    width: 300px;
    flex-shrink: 0;
    margin-left: 15px
}

.asside + .asside {
    margin-top: 10px
}

.rightCon.sep20 .asside + .asside {
    margin-top: 20px
}

.asside-top {
    height: 38px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    margin-bottom: 2px;
    border: 1px solid #dbdbdb;
    background-color: #fff
}

.asside-top-n {
    font-size: 14px;
    font-weight: 700;
    color: #f27046;
    text-transform: uppercase;
    min-width: 10px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.asside-top-n::before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #f27046;
    position: absolute;
    left: 12px;
    bottom: -12px;
    z-index: 2
}

.asside-list-item {
    display: block;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-top: 2px;
    text-decoration: none
}

.asside-list-i {
    display: flex;
    height: 114px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #f8f8f8
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

picture img {
    border-radius: 14px;
    margin: 20px auto;
}

.asside-list-i img {
    width: 100%;
    height: 100%;
    display: block
}

.asside-list-n {
    display: block;
    margin: 8px 12px 12px;
    font-size: 14px;
    font-weight: 700;
    color: rgba(3, 3, 3, .87);
    line-height: 18px;
    max-height: 36px;
    overflow: hidden
}

.asside-list-item:hover .asside-list-n {
    color: #f27046
}

.asside-topBook {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 0 15px
}

.asside-topBook li + li {
    border-top: 1px solid rgba(44, 44, 44, .05)
}

.asside-topBook li {
    height: 74px;
    display: flex;
    align-items: center
}

.asside-topBook-but {
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    text-decoration: none;
    text-align: center;
    display: block;
    width: 64px;
    box-sizing: border-box;
    min-width: 64px;
    padding: 0 5px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffda00;
    color: #2c2c2c;
    transition: background-color .2s linear, color .2s linear
}

.asside-topBook-but:hover {
    background-color: #ffe233
}

.asside-topBook-but.butOr {
    background-color: rgba(242, 112, 70, .1)
}

.asside-topBook-but.butOr:hover {
    background-color: #f27046;
    color: #fff
}

.asside-topBook-but.butGrey {
    background-color: #494949
}

.asside-topBook-but.butGrey:hover {
    background-color: #373737
}

.asside-topBook-con {
    flex-shrink: 0
}

.asside-topBook-con.mob {
    display: flex;
    align-items: center
}

.asside-topBook-con .mob-bk-view {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #ffda00;
    border-radius: 8px
}

.asside-topBook-con .mob-bk-view:hover {
    background-color: #ffe233
}

.asside-topBook-con .mob-bk-view.butOr {
    background-color: rgba(242, 112, 70, .1)
}

.asside-topBook-con .mob-bk-view.butOr:hover {
    background-color: #f27046;
    color: #fff
}

.asside-topBook-con .mob-bk-view + .asside-topBook-but {
    margin-left: 8px
}

.asside-topBook-div {
    width: 100%;
    min-width: 10px;
    margin-right: 10px;
    display: flex
}

.asside-topBook-link {
    display: flex;
    text-decoration: none;
    outline: none
}

.asside-topBook-link:hover .asside-topBook-name {
    color: #f27046
}

.asside-topBook-link:hover .asside-topBook-name::before {
    opacity: 1
}

.asside-topBook-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #2c2c2c;
    transition: color .2s linear
}

.asside-topBook-name::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: rgba(242, 112, 70, .1);
    background-image: url(/img/search-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    position: absolute;
    right: -22px;
    top: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.asside-topBook-bonus {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(44, 44, 44, .7);
    display: block;
    padding-left: 25px
}

.asside-topBook-bonus::before {
    content: "";
    display: inline-block;
    background-image: url(/img/gift-img.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 0
}

.asside-topBook-r {
    display: flex;
    align-items: flex-start
}

.starRate-t {
    font-weight: 700;
    color: #ffc300;
    margin-left: 8px
}

.asside-topBook-i {
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    overflow: hidden;
    border-radius: 8px;
    background-color: #f7f7f7;
    margin-right: 16px
}

.asside-topBook-i img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle
}

.asside-topBook-i + div::before, .asside-topBook-i + div::after {
    display: none
}

.asside-lastNews {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 0 15px
}

.asside-lastNews li + li {
    border-top: 1px solid #eee
}

.asside-lastNews li {
    padding: 7px 0
}

.asside-lastNews-link {
    display: block;
    color: rgba(3, 3, 3, .87);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 5px;
    transition: color .3s linear
}

.asside-lastNews-link:hover {
    color: #f27046
}

.asside-app-item {
    height: 120px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain
}

.asside-app-item:first-child {
    margin-top: 30px
}

.asside-app-item + .asside-app-item {
    margin-top: 12px
}

.asside-app-left {
    position: absolute;
    left: 16px;
    bottom: 16px;
    width: 161px
}

.asside-app-bet-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11;
    color: #2c2c2c;
    margin-bottom: 2px
}

.asside-app-b {
    display: block;
    text-align: center;
    min-width: 73px;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    text-decoration: none;
    background-color: rgba(242, 112, 70, .1);
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    transition: background-color .2s linear, color .2s linear
}

.asside-app-b:hover {
    background-color: #f27046;
    color: #fff
}

.asside-app-b.dwld-app {
    width: 36px;
    min-width: 36px;
    height: 36px;
    background-image: url(/img/save-icon.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    overflow: hidden
}

.asside-app-b.dwld-app::before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #f27046;
    background-image: url(/img/save-icon-white.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity .2s linear
}

.asside-app-b.dwld-app:hover::before {
    opacity: 1
}

.apps-platform-i {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(44, 44, 44, .7);
    margin-bottom: 10px
}

.asside-app-i {
    margin-left: 8px
}

.asside-app-i > span:before {
    color: rgba(44, 44, 44, .24);
    width: 14px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 4px
}

.asside-list2-item {
    padding: 0 12px;
    box-sizing: border-box
}

.asside-list2-item:first-child {
    margin-top: 32px
}

.asside-list2-item + .asside-list2-item {
    margin-top: 24px
}

.asside-list2-link {
    display: flex;
    text-decoration: none
}

.asside-list2-i {
    display: block;
    font-size: 0;
    min-height: 50px;
    background-color: #fafafa;
    margin: -1px -1px 0;
    overflow: hidden
}

.asside-list2-i.v2 {
    height: 80px;
    width: 80px;
    min-width: 80px;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    margin-right: 12px
}

.asside-list2-i img {
    width: 100%;
    display: block
}

.asside-list2-i.v2 img {
    height: 100%;
    width: auto
}

.asside-list2-n {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2c2c2c;
    transition: color .2s linear;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.asside-list2-link:hover .asside-list2-n {
    color: #f27046
}

.asside-list2-bot {
    margin: 0 15px;
    border-top: 1px solid #eee;
    height: 40px;
    align-items: center
}

.asside-list2-bot-n {
    font-size: 13px;
    color: #f27046;
    font-weight: 500;
    line-height: 1;
    width: 100%;
    min-width: 10px;
    text-transform: uppercase
}

.asside-list2-bot [class*=daysList-] {
    margin: 0 0 0 10px
}

.asside-list3-item {
    background-color: #fff;
    height: 130px;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08)
}

.asside-list3-item + .asside-list3-item {
    margin-top: 12px
}

.asside-list3-bot {
    padding: 16px
}

.asside-list3-bot > .df {
    justify-content: flex-start
}

.asside-list3-bot-b {
    display: block;
    margin: 0 4px;
    text-align: center;
    height: 36px;
    width: 106px;
    line-height: 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #2c2c2c;
    transition: background-color .3s linear, color .2s linear
}

.asside-list3-bot-b:first-child {
    margin-left: 0
}

.asside-list3-bot-b:last-child {
    margin-right: 0
}

.asside-list3-bot-b.butOr {
    background-color: rgba(242, 112, 70, .1)
}

.asside-list3-bot-b.butOr:hover {
    background-color: #f27046;
    color: #fff
}

.asside-list3-bot-b.butYell {
    background-color: #ffda00
}

.asside-list3-bot-b.butYell:hover {
    background-color: #ffe233
}

.asside-list3-bot-n {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.11;
    color: #2c2c2c;
    margin-bottom: 3px
}

.asside-list3-bot-l.df {
    margin-top: 22px
}

.asside-list3-bot-l span {
    font-size: 14px;
    line-height: 1.43;
    color: rgba(44, 44, 44, .7)
}

.bonus-gift-img {
    margin-right: 20px
}

.asside-list3-bot-logo {
    width: 100%;
    min-width: 10px;
    height: 30px;
    font-size: 0;
    line-height: 30px
}

.asside-list3-bot-logo img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.asside.top-bk {
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 32px
}

.bk-bonus-logo {
    margin-right: 4px;
    border-radius: 8px
}

.asside.top-bk .asside-topBook {
    padding: 6px 0 0
}

.asside.top-bk .asside-topBook li {
    padding: 15px 16px;
    height: auto
}

.asside.top-bk .asside-top {
    height: auto;
    padding: 0;
    margin-bottom: 13px;
    border: none
}

.asside.top-bk .asside-top-n {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: none;
    box-sizing: border-box;
    padding: 12px 16px 0;
    overflow: initial
}

.asside.top-bk .asside-top-n::before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #f27046;
    position: absolute;
    left: 12px;
    bottom: -12px;
    z-index: 2
}

.asside.top-bk .asside-topBook {
    border: none
}

.asside.last-news, .asside.popular-forecasts {
    margin-top: 38px;
    margin-bottom: 48px
}

.asside.last-news .asside-top, .asside.popular-forecasts .asside-top {
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.asside.last-news .asside-top-n, .asside.popular-forecasts .asside-top-n {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: none;
    padding-left: 12px;
    overflow: initial
}

.asside.last-news .asside-list-n, .asside.popular-forecasts .asside-list-n {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #2c2c2c;
    max-height: initial;
    text-decoration: underline;
    text-decoration-color: rgba(44, 44, 44, .1);
    text-underline-position: under;
    margin-bottom: 24px;
    transition: color .2s linear
}

.asside.last-news .asside-list-item, .asside.popular-forecasts .asside-list-item {
    background-color: transparent;
    border: none;
    margin-top: 0
}

.asside.last-news .asside-list-item:hover .asside-list-n, .asside.popular-forecasts .asside-list-item:hover .asside-list-n {
    color: #f27046
}

.asside.last-news .asside-med, .asside.popular-forecasts .asside-med {
    margin-top: 30px
}

.asside.popular-forecasts .asside-med a.hot-game span::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(/img/hot-game.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 4px
}

.asside.betting-school {
    margin-top: 48px
}

.asside.betting-school .asside-top {
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.asside.betting-school .asside-top-n {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: none;
    padding-left: 12px;
    overflow: initial
}

.apps-bk-logo {
    border-radius: 8px
}

.asside-show-more {
    display: flex;
    align-items: center;
    width: 160px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(242, 112, 70, .1);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    color: #2c2c2c;
    text-decoration: none;
    outline: none;
    margin: 24px auto 0;
    box-sizing: border-box;
    padding-left: 16px;
    transition: color .2s linear, background-color .2s linear
}

.asside-show-more:hover {
    background-color: #f27046;
    color: #fff
}

.asside-show-more:hover::before {
    opacity: 0
}

.asside-show-more:hover::after {
    opacity: 1
}

.asside-show-more::before, .asside-show-more::after {
    content: "";
    display: block;
    background-position: 50%;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    transition: opacity .2s linear
}

.asside-show-more::before {
    background-image: url(/img/arrow-black-right.svg);
    opacity: 1
}

.asside-show-more::after {
    background-image: url(/img/arrow-white-right.svg);
    opacity: 0
}

.asside.best-apps .asside-top-n {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: none;
    box-sizing: border-box;
    padding-left: 12px;
    overflow: initial
}

.asside.best-apps .asside-top {
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.asside.best-apps .asside-top-n::before {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #f27046;
    position: absolute;
    left: 12px;
    bottom: -12px;
    z-index: 2
}

.asside.bk-bonus .asside-med {
    margin-top: 30px
}

.asside.bk-bonus {
    margin-top: 48px
}

.asside.bk-bonus .asside-top {
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent
}

.asside.bk-bonus .asside-top-n {
    font-size: 20px;
    font-weight: 700;
    color: #2c2c2c;
    text-transform: none;
    padding-left: 12px;
    overflow: initial
}

.oneSlider.slick-dotted.slick-slider {
    margin: 0
}

.slick-slider .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 11px;
    height: 8px
}

.slick-slider .slick-dots li {
    height: 4px;
    width: 24px;
    margin: 0 2px
}

.slick-slider .slick-dots:hover li {
    height: 8px
}

.slick-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .35)
}

.slick-slider .slick-dots li:hover button {
    background-color: rgba(255, 255, 255, .6)
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #ffc300
}

.slick-slider .slick-dots li button:before {
    display: none
}

.seo {
    margin-top: 60px;
    margin-bottom: 60px;
    justify-content: space-between;
    color: rgba(0, 0, 0, .5)
}

.seo-1 {
    padding-left: 15px;
    padding-right: 15px
}

.seo-left {
    margin-top: 40px;
    margin-bottom: 0
}

.seo-col + .seo-col {
    margin-left: 30px
}

.seo-col {
    flex-grow: 1;
    flex-basis: 100%
}

.seo-wrap {
    max-width: 715px
}

.post-t {
    font-size: 13px;
    line-height: 1.38
}

.post-t h1, .post-t h2, .post-t h3, .post-t h4, .post-t h5, .post-t h6 {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .5)
}

.post-t h1 {
    font-size: 18px
}

.post-t p, .post-t h1, .post-t h2, .post-t h3, .post-t h4, .post-t h5, .post-t h6, .post-t ul, .post-t ol {
    margin: 20px 0
}

.post-t ul li {
    margin: 5px 0 5px 7px
}

.post-t ul li:before {
    position: absolute;
    display: block;
    left: -7px;
    content: '·';
    font-weight: 500
}

.policy-banner {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 99999;
    background-color: #fff;
    padding: 16px;
    box-sizing: border-box;
    min-height: 60px;
    box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, .1);
    display: block;
    transform: translate3d(0, 100%, 0);
    transition: transform .2s linear
}

.policy-banner.show {
    transform: translate3d(0, 0%, 0)
}

.policy-banner .block {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.policy-banner .block p {
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87)
}

.policy-banner .block button {
    background-color: #f27046;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
    border-radius: 4px;
    padding: 9px 16px;
    text-transform: uppercase;
    margin-left: 16px;
    cursor: pointer
}

footer {
    background-color: #373737;
    border-top: 8px solid #ffc300;
    margin-top: 100px;
    padding: 55px 0
}

footer > .block {
    padding-left: 15px;
    padding-right: 15px
}

.download-app {
    display: inline-block;
    padding-left: 28px;
    margin: 20px 0 0 0 !important
}

.download-app::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/img/google-play.svg);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.foot-con {
    color: #fff;
    font-size: 14px;
    justify-content: space-between;
    margin: 0 -15px
}

.foot-col {
    margin: 0 15px;
    flex-basis: 100%
}

.foot-logo img {
    display: block
}

.copyrights {
    font-size: 12px;
    margin: 20px 0
}

.foot-link-1 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0;
    color: rgba(255, 255, 255, .87)
}

.foot-link-1 a {
    text-decoration: none;
    color: rgba(255, 255, 255, .87);
    display: block
}

.foot-link-2 {
    font-weight: 500;
    display: block;
    color: rgba(188, 188, 188, .87);
    text-decoration: none;
    margin: 5px
}

.foot-link-1 a:hover, .foot-link-2:hover {
    font-weight: 700;
    color: rgba(255, 195, 0, .87)
}

.starRate-t {
    margin-left: 5px
}

.starRate {
    display: flex
}

.starRate i {
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 11px;
    color: #ded21a;
    font-weight: 700
}

.starRate.bg2 i {
    color: #ffc300
}

.starRate.bigRate i {
    font-size: 16px;
    width: 18px;
    height: 18px;
    line-height: 18px
}

.starRate[data-rate="4"] i + i + i + i + i, .starRate[data-rate="3"] i + i + i + i, .starRate[data-rate="2"] i + i + i, .starRate[data-rate="1"] i + i, .starRate[data-rate="0"] i {
    color: #fff;
    font-weight: 400;
    opacity: .5
}

.starRate.bg2[data-rate="4"] i + i + i + i + i, .starRate.bg2[data-rate="3"] i + i + i + i, .starRate.bg2[data-rate="2"] i + i + i, .starRate.bg2[data-rate="1"] i + i, .starRate.bg2[data-rate="0"] i {
    color: #dedede;
    font-weight: 700
}

.starRate.bigRate + .starRate-t {
    display: block;
    font-size: 36px;
    font-weight: 300;
    color: #ffc300;
    margin-left: 0
}

.centerCon {
    width: 100%;
    min-width: 10px
}

.centerCon-block {
    background-color: #f9f9f9;
    border-radius: 2px
}

.centerCon-block.not-bg {
    background-color: transparent
}

.centerCon-block + .centerCon-block {
    margin-top: 20px
}

.centerCon-block-top {
    height: 40px;
    background-color: #fff;
    padding: 0 15px;
    border-bottom: 1px solid #dbdbdb;
    align-items: center;
    justify-content: space-between;
    border-radius: 2px 2px 0 0
}

.centerCon-block-name {
    color: #f27046;
    font-size: 20px;
    margin: 0 15px 0 0;
    font-weight: 500
}

.centerCon-block-med {
    padding: 15px 15px 20px
}

.centerCon-block-med.not-pad {
    padding: 0
}

.lineList li + li {
    margin-top: 15px
}

.moreCenter-con {
    font-size: 0;
    text-align: center;
    margin-top: 20px
}

.moreCenter-con.marT0 {
    margin-top: 0
}

.moreCenter-con a {
    height: 32px;
    background-color: #f27046;
    line-height: 34px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 4px
}

.moreCenter-con a:hover {
    background-color: #c65530
}

.gridList {
    flex-wrap: wrap;
    margin: -8px;
    align-items: stretch;
    justify-content: flex-start
}

.gridList li {
    padding: 8px;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gridList li.gridList-big {
    width: 100%
}

.gridList.grid3 li {
    width: 33.333%
}

.gridList-link {
    display: block;
    text-decoration: none;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 0 20px 10px;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gridList-img {
    display: block;
    height: 127px;
    margin: -1px -21px 18px;
    border-radius: 2px 2px 0 0;
    font-size: 0;
    background-color: #e3e3e3
}

.gridList-big .gridList-img {
    margin-bottom: 24px;
    height: 260px
}

.gridList-big .gridList-img.v2 {
    height: 200px
}

.gridList.v3 .gridList-img {
    height: 98px
}

.gridList-img img {
    width: 100%;
    display: block;
    height: 100%
}

.gridList.v3 .gridList-img img {
    height: 100%
}

.gridList-img.v4 {
    height: auto;
    padding: 15% 0
}

.gridList-img.v4 img {
    position: absolute;
    top: 0;
    left: 0
}

.gridList-t1 {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: rgba(3, 3, 3, .87);
    text-decoration: none;
    line-height: 18px;
    max-height: 44px;
    overflow: hidden
}

.gridList-t1.v2 {
    font-size: 18px
}

.gridList.v3 .gridList-t1 {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden
}

.gridList-t2 {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    margin-top: 15px;
    display: block
}

.gridList-link:hover span.gridList-t1, a.gridList-t1:hover {
    color: #f27046
}

.gridList-big .gridList-t1 {
    font-size: 18px
}

.gridList-dop {
    justify-content: space-between;
    margin: 10px -5px 0;
    align-items: center
}

.gridList-big .gridList-dop {
    border-top: 1px solid #eee;
    padding: 12px 0 2px;
    margin-top: 20px
}

.gridList.v3 .gridList-dop {
    border-top: 1px solid #eee;
    padding-top: 10px
}

.gridList-dop-item {
    font-size: 13px;
    font-weight: 500;
    color: #f27046;
    text-transform: uppercase;
    margin: 0 5px;
    padding-left: 30px;
    min-width: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gridList-dop-item:before {
    position: absolute;
    display: block;
    left: 0;
    width: 21px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .2
}

.gridList-dop-item.i1:before {
    background-image: url(/img/cup.png)
}

.gridList-dop-item.i2:before {
    background-image: url(/img/stadion.png)
}

.gridList-dop-item.i3:before {
    background-image: url(/img/calendar.png)
}

.gridList-dop-item.i1, .gridList-dop-item.i4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.gridList-dop-item.i3 {
    white-space: nowrap;
    flex-shrink: 0
}

.gridList-dop-item.i4 {
    padding-left: 0;
    width: 100%;
    min-width: 10px
}

.gridList-big.v2 .gridList-dop .daysList-comm, .gridList-big.v2 .gridList-dop .daysList-view {
    margin-left: 25px;
    margin-right: 5px
}

.gridList-icos {
    position: absolute;
    bottom: -10px;
    left: 20px
}

.gridList-icos-i {
    margin-right: 10px;
    float: left;
    width: 35px;
    height: 35px;
    background-color: beige;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35)
}

.ico-bonus {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .35);
    text-align: center;
    line-height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ico-bonus.i1 {
    background-color: #7cbbf0;
    background-image: url(/img/bonus_registration.svg)
}

.ico-bonus.i2 {
    background-image: url(/img/bonus_deposit.svg);
    background-color: #53e078
}

.ico-bonus.i3 {
    background-color: #ffab3d;
    background-image: url(/img/bonus_special.svg)
}

.ico-bonus.i4 {
    background-color: #ffda30;
    background-image: url(/img/bonus_action.svg)
}

.ico-bonus.i5 {
    background-color: #ed79b5;
    font-weight: 500;
    font-size: 15px;
    color: #333
}

.ico-bonus.i5:before {
    content: 'free'
}

.lineList2 {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px
}

.lineList2-link {
    padding: 0 20px 0 35px;
    height: 42px;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 500;
    display: flex
}

li + li .lineList2-link {
    padding-top: 1px
}

.lineList2-link:before {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    left: 0;
    background-color: #f27046;
    border-radius: 2px;
    left: 20px;
    top: 50%;
    margin-top: -3px
}

.lineList2-link:hover:before {
    height: auto;
    top: 0;
    border-radius: 0;
    width: 3px;
    bottom: 0;
    margin: 0
}

li:first-child .lineList2-link:after {
    display: none
}

li + li .lineList2-link:after {
    display: block;
    position: absolute;
    border-top: 1px solid #dbdbdb;
    top: 0;
    left: 20px;
    right: 20px
}

.lineList2-t1 {
    font-size: 14px;
    min-width: 10px;
    color: rgba(3, 3, 3, .87);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 5px
}

.lineList2-t2 {
    font-size: 13px;
    text-transform: uppercase;
    max-width: 200px;
    flex-shrink: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cusCon2 {
    margin-top: 20px
}

.daysList-date {
    font-size: 18px;
    color: #f27046;
    display: block;
    line-height: .8
}

.daysList-comm, .daysList-view, .daysList-dateTime {
    margin-right: 8px;
    color: rgba(0, 0, 0, .3);
    font-size: 12px;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    flex-shrink: 0;
    text-decoration: none
}

.daysList-comm {
    padding-left: 20px
}

.daysList-view {
    padding-left: 20px
}

.daysList-dateTime {
    padding-left: 22px
}

.daysList-comm:before, .daysList-view:before, .daysList-dateTime:before {
    left: 0;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: .3
}

.daysList-comm:before {
    background-image: url(/img/comment_black_16dp.svg);
    background-size: 12px 12px;
    background-position: 50% 3px
}

.daysList-view:before {
    background-image: url(/img/eye_black_16dp.svg);
    background-size: 14px 10px;
    background-position: 50% 3px
}

.daysList-dateTime:before {
    background-image: url(/img/date_black_18dp.svg);
    background-position: 50% 1px;
    background-size: 12px 14px
}

.bc-item {
    justify-content: space-between;
    height: 40px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    align-items: center
}

.bc-item:hover {
    background-color: #fbfbfb
}

.bc-item + .bc-item {
    margin-top: 3px
}

.bc-sport {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 40px;
    text-align: center;
    font-size: 0
}

[class^=sport-]:before, [class*=sport-]:before {
    font-family: "font awesome 5 free";
    font-size: 18px
}

.bc-sport.sport-5, .bc-menu-link.b5.active {
    background-color: #ffab3d
}

.sport-5:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(/img/cybersport-1.svg);
    background-position: center;
    background-repeat: no-repeat
}

.bc-menu-link:hover .sport-5::before {
    background-image: url(/img/cybersport-2.svg)
}

.bc-menu-link.b5.active .sport-5::before {
    background-image: url(/img/cybersport-3.svg)
}

.bc-sport.sport-1, .bc-menu-link.b1.active {
    background-color: #17e285
}

.sport-1:before {
    content: "\f1e3";
    font-weight: 900
}

.bc-sport.sport-2, .bc-menu-link.b2.active {
    background-color: #98cafe
}

.sport-2:before {
    content: "\f453";
    font-weight: 900
}

.bc-sport.sport-3, .bc-menu-link.b3.active {
    background-color: #ffab3d
}

.sport-3:before {
    content: "\f434";
    font-weight: 900
}

.bc-sport.sport-4, .bc-menu-link.b4.active {
    background-color: #e6f069
}

.sport-4:before {
    content: "\f433";
    font-weight: 900
}

.bc-menu.v2 .bc-menu-link:not(.active):hover {
    color: #f27046
}

.bc-menu.v2 .bc-menu-link.active.color-1 {
    background-color: #ffac91
}

.bc-menu.v2 .bc-menu-link.active.color-2 {
    background-color: #53e078
}

.bc-menu.v2 .bc-menu-link.active.color-3 {
    background-color: #98cafe
}

.bc-menu.v2 .bc-menu-link.active.color-4 {
    background-color: #ffab3d
}

.bc-menu.v2 .bc-menu-link.active.color-5 {
    background-color: #e6f069
}

.bc-menu.v2 .bc-menu-link.active.color-6 {
    background-color: #53e078
}

.bc-menu.v2 .bc-menu-link.active.color-7 {
    background-color: #98cafe
}

.bc-menu.v2 .bc-menu-link.active.color-8 {
    background-color: #ffab3d
}

.bc-menu.v2 .bc-menu-link.active.color-9 {
    background-color: #e6f069
}

.bc-time {
    font-size: 14px;
    color: #333;
    width: 100px;
    flex-shrink: 0;
    white-space: nowrap
}

.bc-time2 {
    padding: 0 0 0 12px;
    font-size: 14px;
    color: #333;
    width: 50px;
    flex-shrink: 0
}

.bc-time2.bc-tLive {
    font-size: 14px;
    font-weight: 500;
    color: #f27046;
    text-transform: uppercase
}

.bc-time2.bc-tPast {
    color: rgba(51, 51, 51, .54)
}

.bc-name {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 10px
}

.bc-prog {
    flex-shrink: 0
}

.bc-prog-con {
    padding: 0 2px;
    border-left: 1px solid #eee
}

.bc-prog-item {
    padding: 0 2px
}

.bc-item:first-child .bc-prog-item[data-t]:before {
    content: attr(data-t);
    position: absolute;
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: -19px;
    left: -2px;
    right: -2px;
    color: rgba(0, 0, 0, .4)
}

.bc-prog-i {
    width: 55px;
    height: 30px;
    border-radius: 2px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.1;
    box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent
}

.bc-prog-i:before {
    background-color: transparent;
    border-radius: 2px;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.bc-prog-i:hover:before {
    background-color: rgba(0, 0, 0, .05)
}

.bc-prog-i[data-p="1"] {
    background-color: rgba(255, 218, 48, .33)
}

.bc-prog-i[data-p="2"] {
    background-color: rgba(255, 218, 48, .66)
}

.bc-prog-i[data-p="3"] {
    background-color: #ffda30
}

.bc-prog-i b {
    font-size: 16px;
    color: #000;
    font-weight: 400
}

.bc-prog-i span {
    font-weight: 500;
    font-size: 10px;
    color: #878787;
    margin-top: 2px
}

.bc-bet {
    display: flex;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.bc-bet:hover {
    background-color: rgba(0, 0, 0, .1)
}

.bc-bet.betOk {
    background-color: #b9f6ca
}

.bc-bet.betOk:hover {
    background-color: #b0e8c0
}

.bc-bet.betNot {
    background-color: #ffebf0
}

.bc-bet.betNot:hover {
    background-color: #efd7da
}

.bc-bet .bc-logo {
    width: 39px;
    height: 100%;
    margin-right: 10px
}

.bc-bet span {
    width: 100%
}

.bc-bet .bc-logo::before {
    width: 32px;
    height: 100%;
    background-image: url(/img/logo-white@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    z-index: 2;
    position: absolute;
    left: 0
}

.bc-bet .bc-logo::after {
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background-color: rgba(0, 0, 0, .05);
    position: absolute;
    right: -9px;
    top: 0;
    transform: skew(-11deg, 0deg)
}

.bc-score {
    min-width: 42px;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 900;
    color: rgba(0, 0, 0, .54);
    text-align: center;
    padding: 0 4px;
    white-space: nowrap;
    height: 30px;
    line-height: 32px;
    border-radius: 2px
}

.bc-score.bc-tLive {
    color: rgba(242, 112, 70, .95)
}

.bc-score.bc-tPast {
    color: #000
}

.bc-score.bc-light {
    background-color: rgba(242, 112, 70, .15)
}

.bc-team {
    width: 50%;
    flex-shrink: 1;
    font-size: 14px;
    font-weight: 500;
    color: #030303;
    line-height: 1;
    padding: 0 8px;
    min-width: 10px
}

.bc-team:first-child {
    text-align: right
}

.bc-team-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.bc-fav {
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #c9c9c9;
    text-align: center;
    line-height: 30px;
    font-family: "font awesome 5 free"
}

.bc-fav:hover {
    color: #ffc300
}

.bc-fav.active {
    font-weight: 700;
    color: #ffc300
}

.bc-fav.active:hover {
    color: #f27046
}

.bc-fav:before {
    content: "\f005"
}

.bc-item:first-child .dopThead[data-t]:before {
    content: attr(data-t);
    display: block;
    position: absolute;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    text-align: center;
    left: -2px;
    right: -2px;
    top: -47px;
    text-transform: uppercase
}

.bc-menu-con {
    margin: 15px 0 20px
}

.bc-menu {
    width: 100%;
    margin-right: 35px;
    justify-content: start
}

.bc-menu:first-child:last-child, .bc-menu.bc-menu-sel {
    margin-right: 0
}

.bc-menu-div {
    flex-shrink: 1;
    flex-grow: 0;
    flex-basis: 50%;
    min-width: 10px
}

.bc-menu-link {
    height: 38px;
    border-color: #dbdbdb;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    flex-shrink: 1;
    background-color: #fff;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    min-width: 10px;
    padding: 0 5px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    flex-basis: 50%;
    max-width: 300px;
    display: block
}

.bc-menu.v2 .bc-menu-link {
    font-size: 13px;
    text-transform: none;
    color: #333;
    padding: 0 10px 0 40px;
    text-align: left
}

.bc-menu:not(.v2) .bc-menu-link:last-child, .bc-menu.v2 .bc-menu-div:last-child .bc-menu-link {
    border-right-width: 1px
}

.bc-menu-link:hover {
    color: #f27046
}

.bc-menu-link.active {
    color: rgba(0, 0, 0, .87);
    background-color: #ffac91
}

.bc-list-top {
    justify-content: start;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    height: 40px;
    align-items: center;
    margin: 15px 0;
    border-radius: 2px
}

.bc-list-top-n {
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
    line-height: 1.2;
    max-width: 365px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden
}

.bc-list-top-n b {
    font-weight: 500;
    color: #000;
    text-transform: uppercase
}

.bc-filter-con {
    align-items: center;
    margin: 20px 0
}

.bc-filter-con:before {
    position: absolute;
    display: block;
    left: 0;
    border-bottom: 1px solid #dbdbdb;
    right: 0;
    bottom: 1px
}

.bc-filter-link {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    color: rgba(1, 1, 1, .54);
    text-transform: uppercase;
    margin-right: 8px;
    white-space: nowrap;
    flex-shrink: 0;
    text-align: center
}

.bc-filter-link:hover {
    color: #f27046
}

.bc-filter-link.active {
    font-weight: 500;
    color: #000
}

.bc-filter-link:before {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #dbdbdb;
    bottom: -1px;
    height: 1px
}

.bc-filter-link.active:before {
    background-color: #f27046;
    bottom: -2px;
    height: 3px
}

.bc-list-top-date {
    color: rgba(0, 0, 0, .33);
    font-size: 16px;
    margin: 20px 0 15px;
    font-weight: 500
}

.bc-table-body-prot {
    width: 69px;
    flex-shrink: 0;
    margin-left: 12px;
    margin-right: 20px;
    padding: 0;
    height: 24px
}

.bc-prot-drop {
    width: 100%;
    height: 24px;
    border-radius: 16px;
    border: solid 1px rgba(44, 44, 44, .3);
    background-color: transparent
}

.bc-prot-item {
    position: absolute;
    height: 24px;
    left: 0;
    right: 0;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 20px;
    cursor: pointer
}

.bc-prot-item-c {
    display: flex;
    align-items: center;
    height: 100%
}

.bc-prot-item-i {
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    flex-shrink: 0
}

.bc-table-body-prot .bc-prot-item-i.i1::before, .bc-table-body-prot .bc-prot-item-i.i2::before {
    width: 10px;
    height: 13px;
    top: 0
}

.bc-table-body-prot .i1:before, .bc-table-body-prot .i2:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    top: 2px
}

.bc-table-body-prot .i1:before {
    background: #ffda00
}

.bc-table-body-prot .i2:before {
    background: #f27046
}

.bc-table-body-prot .i3:before, .bc-table-body-prot .i7:before, .bc-table-body-prot .i3_:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(/img/ball-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.bc-table-body-prot .i3_:after, .bc-table-body-prot .i6_:after {
    font-family: Roboto;
    color: #b7b6b6;
    font-weight: 900;
    content: "A";
    font-size: 12px;
    margin: 0 2px;
    position: relative;
    top: -5px
}

.bc-table-body-prot .i4:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(/img/arrow-red-down.svg);
    background-position: center;
    background-repeat: no-repeat
}

.bc-table-body-prot .i4_:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(/img/arrow-green-up.svg);
    background-position: center;
    background-repeat: no-repeat
}

.bc-table-body-prot .i6:before, .bc-table-body-prot .i6_:before, .bc-table-body-prot .i7:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(/img/puck-icon.svg);
    background-repeat: no-repeat;
    background-position: 50%
}

.bc-table-body-prot .i7:after {
    width: 16px;
    height: 2px;
    background-color: #ff2700;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -8px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bc-prot-con_ {
    display: flex;
    align-items: center;
    height: 24px;
    padding-right: 40px
}

.bc-prot-item-t {
    padding: 0 4px;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 500;
    color: #2c2c2c
}

.bc-prot-team-label {
    display: block;
    position: absolute;
    right: 0;
    width: 24px;
    height: 24px;
    top: 0;
    overflow: hidden
}

.bc-prot-team-label.e-st {
    background: #f7f7f7;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: 700;
    color: #2c2c2c
}

.bc-prot-con-l-it {
    display: flex;
    flex-shrink: 0
}

.bc-prot-con-l-it > span {
    display: inline-block;
    width: 12px;
    height: 16px;
    border-radius: 2px;
    position: relative;
    background-color: #ffda00;
    margin: auto;
    line-height: 16px;
    text-align: center;
    font-size: 10px;
    font-weight: 700
}

.bc-prot-con-l-it.v2 > span {
    background-color: #ff2a00;
    color: #fff
}

.bc-prot-con {
    position: absolute;
    top: 0;
    left: 0;
    width: 360px;
    border: 1px solid #dbdbdb;
    z-index: 10;
    background-color: #f8f8f8;
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .1);
    display: none;
    line-height: 1
}

.bc-prot-con-ti-n {
    height: 14px;
    line-height: 14px;
    text-align: left;
    font-size: 0;
    padding: 0 0 10px
}

.bc-prot-con-ti-n span {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: rgba(44, 44, 44, .7)
}

.bc-prot-con-scroll {
    max-height: 330px;
    overflow: hidden;
    padding-right: 20px
}

.bc-prot-con-l {
    display: flex;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: start;
    line-height: 18px
}

.bc-prot-con-l.t0 {
    line-height: 16px;
    padding-top: 6px;
    padding-bottom: 6px
}

.bc-prot-con-l-t {
    width: 48px;
    height: 28px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .03);
    flex-shrink: 0;
    font-weight: 500;
    text-align: center;
    position: static;
    font-size: 14px;
    color: #2c2c2c;
    line-height: 30px;
    position: relative
}

.bc-prot-con-l-t > span {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #cecece;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.bc-prot-con-l-it, .bc-prot-con-l-i {
    min-width: 20px;
    height: 20px;
    flex-shrink: 0;
    text-align: center;
    line-height: 14px;
    margin-top: 0 !important;
    flex-shrink: 0;
    margin-right: 4px
}

.bc-prot-con-l-n {
    width: 100%;
    min-width: 10px;
    padding: 2px 0 2px 8px;
    flex-grow: 2
}

.bc-prot-con-l-n .n {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.71;
    color: #2c2c2c
}

.bc-prot-con-l.t1 .bc-prot-con-l-n, .bc-prot-con-l.t0 .bc-prot-con-l-n:first-child {
    text-align: left
}

.bc-prot-con-ti + .bc-prot-con-ti {
    margin-top: 14px
}

.bc-prot-item-arr {
    width: 20px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    pointer-events: none;
    z-index: 1
}

.bc-prot-item-arr::after, .bc-prot-item-arr::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg)
}

.bc-prot-item-arr::before {
    background-image: url(/img/arrow-drop-down.svg);
    opacity: 0
}

.bc-prot-item-arr::after {
    background-image: url(/img/arrow-drop-down-dark.svg);
    opacity: 1
}

.bc-prot-drop:hover .bc-prot-item-arr::after {
    opacity: 0
}

.bc-prot-drop:hover .bc-prot-item-arr:before {
    opacity: 1
}

.bc-prot-drop.active .bc-prot-item-arr {
    pointer-events: auto;
    z-index: 11
}

.bc-prot-drop.active .bc-prot-item-arr:before {
    transform: rotate(0);
    opacity: 1
}

.bc-prot-drop.active .bc-prot-item-arr::after {
    opacity: 0
}

.th1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    margin: 15px 0
}

.th1 .cOrange {
    font-weight: 400;
    color: rgba(242, 112, 70, .87)
}

.breadcrumb {
    justify-content: start;
    margin-bottom: 10px;
    font-size: 10px;
    color: #a6a6a6;
    font-style: italic;
    flex-wrap: wrap
}

.breadcrumb a {
    text-decoration: none;
    color: #a6a6a6
}

.breadcrumb a:hover {
    color: #f27046
}

.breadcrumb li:not(:last-child):after {
    content: '>';
    margin: 0 3px
}

.post-img-con {
    background-color: #f9f9f9;
    padding: 15px;
    margin-bottom: 20px
}

.post-img {
    font-size: 0;
    background-color: #d2d2d2
}

.post-img.v2 {
    height: 200px
}

.post-img img {
    width: 100%;
    display: block;
    border-radius: 2px;
    height: auto
}

.post-img.v2 img {
    height: 100%
}

.post-imgBot {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px 20px
}

.post-h1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    line-height: 1.2;
    margin: 0
}

.post-h1.v2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin: 15px 0 10px
}

.post-dop-top {
    font-size: 16px;
    color: rgba(3, 3, 3, .54);
    margin: 20px 0
}

.post-imgBot .gridList-dop {
    border-top: 1px solid #eee;
    padding-top: 12px;
    margin-top: 15px
}

.post-imgBot {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px 20px 10px;
    margin-bottom: 20px
}

.post-img-con .post-imgBot {
    margin-bottom: 0
}

.post-txt {
    font-size: 14px;
    color: rgba(3, 3, 3, .87);
    line-height: 1.57;
    max-width: 715px
}

/*.post-txt > :first-child {
    margin-top: 0
}*/

.post-name-1, .post-txt h3 {
    font-size: 16px;
    font-weight: 700;
    color: #f27046
}

.post-name-2, .post-txt h2 {
    font-size: 20px;
    font-weight: 500;
    color: #f27046
}

.post-name-3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    margin: 25px 0 15px
}

.post-name-1 .count, .post-name-2 .count {
    font-weight: 400;
    color: #cdcdcd
}

.post-txt hr, .hr {
    color: #dbdbdb;
    border-style: solid;
    border-width: 1px 0 0;
    margin: 30px 0 15px
}

.post-txt {
    max-width: 100%;
    height: auto;
    border-radius: 2px
}

figure {
    margin: 15px 0
}

figcaption {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: rgba(3, 3, 3, .54);
    line-height: 1
}

.post-txt ul:not([class]), .post-txt ol:not([class]) {
    margin: 20px 0
}

.post-txt ol:not([class]) {
    counter-reset: level1
}

.post-txt ul:not([class]) li, .post-txt ol:not([class]) li {
    margin: 12px 0 12px 20px;
    padding-left: 20px
}

.post-txt ul:not([class]) li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    background-color: #f27046;
    border-radius: 50%
}

.post-txt ol:not([class]) li:before {
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 16px;
    font-weight: 900;
    color: #f27046;
    counter-increment: level1;
    content: counter(level1)
}

.post-txt blockquote {
    font-size: 16px;
    color: rgba(3, 3, 3, .87);
    font-style: italic;
    font-weight: 300;
    padding: 0 10px 0 40px;
    margin: 25px 0
}

.post-txt blockquote:before {
    width: 24px;
    height: 20px;
    background-image: url(/img/blockquote.png);
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background-size: contain
}

.post-atten {
    margin: 25px 15px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1);
    padding: 10px 15px 20px 50px
}

.post-atten.right-atten {
    float: right;
    margin: 5px 15px 10px 20px;
    width: 220px;
    padding: 15px 20px;
    z-index: 1
}

.post-atten.fullLength {
    margin-left: -15px;
    margin-right: -15px;
    box-shadow: none;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding-left: 72px
}

.post-atten:after {
    display: block;
    clear: both
}

.post-atten:before {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    width: 48px;
    height: 48px;
    background-color: #f27046;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1);
    display: block;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    left: -10px
}

.post-atten.right-atten:before {
    left: auto;
    right: 10px
}

.post-atten.fullLength:before {
    left: 15px
}

.post-atten.p-a-ico1:before {
    content: "!"
}

.post-atten.p-a-ico2:before {
    background-image: url(/img/book.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px 16px
}

.post-atten-name {
    font-size: 14px;
    font-weight: 500;
    color: rgba(242, 112, 70, .87);
    text-transform: uppercase
}

.post-atten-mes2 {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: rgba(3, 3, 3, .87);
    text-decoration: none;
    line-height: 1.25;
    margin-top: 5px
}

.post-atten.right-atten .post-atten-mes2 {
    font-size: 14px
}

.post-atten-mes2:hover {
    color: #f27046
}

.post-atten-img {
    width: 120px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    font-size: 0;
    background-color: #eee;
    margin: 5px 0 -5px 10px;
    z-index: 1
}

.post-atten-img img {
    min-height: 100%;
    min-width: 100%
}

.post-txt .p.clear {
    margin: 20px 0
}

.defList {
    margin: 10px 0
}

.defList li {
    display: flex;
    padding: 9px 15px;
    line-height: 18px
}

.defList li:nth-child(2n-1) {
    background-color: #fff;
    border-radius: 2px
}

.defList.onWhite li:nth-child(2n-1) {
    background-color: #f8f8f8
}

.defList li > b {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    width: 30%;
    margin-right: 15px;
    flex-shrink: 0;
    color: rgba(3, 3, 3, .87)
}

.defList li > span {
    color: rgba(0, 0, 0, .54);
    min-width: 10px;
    width: 100%
}

table.defList {
    margin: 10px 0
}

table.defList tr:nth-child(2n-1) td {
    background-color: #fff;
    border-radius: 2px
}

table.defList.onWhite tr:nth-child(2n-1) td {
    background-color: #f8f8f8
}

table.defList tr td {
    padding: 9px 15px;
    line-height: 18px;
    box-sizing: border-box;
    position: relative
}

table.defList tr td:first-child {
    width: 30%
}

table.defList tr td:last-child {
    width: 70%
}

table.defList tr td b {
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    color: rgba(3, 3, 3, .87)
}

table.defList tr td > span {
    color: rgba(0, 0, 0, .54);
    min-width: 10px;
    width: 100%
}

.post-apple-ico:before, .post-ios-ico:before, .post-android-ico:before, .post-windows-ico:before, .post-Windows-ico:before, .post-Jar-ico:before {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    color: #f27046;
    margin-right: 12px
}

.post-apple-ico:before, .post-ios-ico:before {
    content: "\e903"
}

.post-android-ico:before {
    content: "\e901"
}

.post-windows-ico:before, .post-Windows-ico:before, .post-Jar-ico:before {
    content: "\e914"
}

.post-windows-ico:before {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    content: "\e914";
    font-size: 18px;
    color: #f27046;
    margin-right: 12px
}

.post-check-ico:before {
    content: "\e907";
    font-size: 16px;
    color: #7cbf2e;
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.pay-ico-con {
    margin: -4px -8px -4px 0
}

.pay-ico {
    width: 48px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin: 4px 8px 4px 0;
    border-radius: 4px;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.pay-ico.ico1 {
    background-image: url(/img/payment/beeline.png)
}

.pay-ico.ico2 {
    background-image: url(/img/payment/bitcoin.png)
}

.pay-ico.ico3 {
    background-image: url(/img/payment/cupis.png)
}

.pay-ico.ico4 {
    background-image: url(/img/payment/easypay.png)
}

.pay-ico.ico5 {
    background-image: url(/img/payment/jeton.png)
}

.pay-ico.ico6 {
    background-image: url(/img/payment/master.png)
}

.pay-ico.ico7 {
    background-image: url(/img/payment/mobilemoney.png)
}

.pay-ico.ico8 {
    background-image: url(/img/payment/mts.png)
}

.pay-ico.ico9 {
    background-image: url(/img/payment/neteller.png)
}

.pay-ico.ico10 {
    background-image: url(/img/payment/privat.png)
}

.pay-ico.ico11 {
    background-image: url(/img/payment/qiwi.png)
}

.pay-ico.ico12 {
    background-image: url(/img/payment/skrill.png)
}

.pay-ico.ico13 {
    background-image: url(/img/payment/tele2.png)
}

.pay-ico.ico14 {
    background-image: url(/img/payment/visa.png)
}

.pay-ico.ico15 {
    background-image: url(/img/payment/webmoney.png)
}

.pay-ico.ico16 {
    background-image: url(/img/payment/yandex.png)
}

.oneBet {
    margin: 15px 0;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1)
}

.oneBet-line {
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding-right: 0
}

.oneBet-line .oneBet-but {
    margin-left: auto
}

.oneBet-img {
    width: 150px;
    height: 100%;
    flex-shrink: 0
}

.oneBet-img img {
    width: 100%;
    height: 100%;
    display: block
}

.oneBet-name {
    padding-right: 20px;
    min-width: 10px;
    width: 100%;
    max-width: 122px;
    font-size: 16px;
    font-weight: 500;
    line-height: 15px;
    max-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    display: flex
}

.oneBet-name::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: rgba(44, 44, 44, .05);
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px
}

.team-1-logo {
    width: 40px;
    margin-right: 22px
}

.team-1-logo::after {
    content: "-";
    color: rgba(44, 44, 44, .54);
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: -14px;
    top: 50%;
    transform: translateY(-50%)
}

.team-2-logo {
    width: 40px
}

.team-1-logo img, .team-2-logo img {
    width: 100%
}

.oneBet-but {
    background-color: #f27046;
    border-radius: 4px;
    text-transform: uppercase;
    height: 32px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    min-width: 130px;
    padding: 0 5px;
    flex-shrink: 0;
    text-align: center;
    font-weight: 500;
    margin-left: 20px;
    cursor: pointer
}

.oneBet-but:hover {
    background-color: #c65530
}

.oneBet-div {
    padding: 0 12px 0 20px;
    flex-shrink: 0;
    position: static;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #2c2c2c;
    flex: 1
}

.selected-item {
    min-width: 140px;
    width: 140px;
    height: 40px;
    white-space: nowrap;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.13;
    color: rgba(0, 0, 0, .87);
    background-color: rgba(242, 112, 70, .1);
    display: flex;
    align-items: center;
    padding-right: 32px;
    box-sizing: border-box;
    padding-left: 16px;
    cursor: pointer;
    margin-left: auto;
    transition: color .2s linear
}

.selected-item i {
    position: absolute;
    right: 8px;
    transform: rotate(180deg);
    width: 24px;
    height: 24px;
    background-image: url(/img/arrow-drop-down.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    display: block
}

.selected-item.open {
    color: #f27046
}

.selected-item.open i {
    transform: rotate(0deg)
}

.selected-item.open + .forecast-list-wr {
    display: flex
}

.selected-item.open.mob + .forecast-list-wr {
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 0;
    transform: translateY(00px);
    width: 80%;
    margin: auto;
    right: 0;
    overflow-y: auto;
    z-index: 102
}

.selected-item.open.mob + .forecast-list-wr ul {
    width: 100%
}

.forecast-list-wr {
    position: absolute;
    bottom: -10px;
    right: 16px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    border-radius: 4px;
    display: none;
    transform: translateY(100%);
    z-index: 10;
    padding: 6px 16px;
    max-width: 536px;
    flex-wrap: wrap;
    box-sizing: border-box;
    z-index: 101
}

.forecast-list-wr ul {
    width: 168px;
    margin-top: 16px;
    margin-bottom: 16px
}

.forecast-list-wr ul li.list-head {
    line-height: 1.25;
    letter-spacing: -.19px;
    margin-bottom: 10px;
    padding: 0 16px;
    height: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent !important;
    cursor: default;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    color: rgba(44, 44, 44, .7)
}

.forecast-list-wr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3px 16px;
    height: 32px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: normal;
    color: rgba(44, 44, 44, .7);
    border-radius: 4px
}

.forecast-list-wr ul li::before, .forecast-list-wr ul li::after {
    display: none
}

.forecast-list-wr ul li:hover {
    background-color: rgba(0, 0, 0, .03)
}

.forecast-list-wr ul li span {
    display: inline-block;
    width: 70px;
    min-width: 70px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2c2c2c
}

.forecast-list-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .5);
    display: none
}

.close-forecast-list {
    display: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #fff;
    box-shadow: 0 0 5px rgb(0 0 0/30%);
    position: fixed;
    top: 10%;
    right: 10%;
    z-index: 103;
    transform: translate(10px, -10px)
}

.close-forecast-list:after, .close-forecast-list:before {
    content: "";
    display: block;
    width: 16px;
    height: 3px;
    background: #565656;
    border-radius: 4px;
    position: absolute;
    top: 12px;
    left: 6px;
    overflow: hidden
}

.close-forecast-list:after {
    transform: rotate(45deg)
}

.close-forecast-list:before {
    transform: rotate(-45deg)
}

.oneBet-kof {
    width: 66px;
    font-size: 16px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87)
}

.oneBet-dop {
    border-top: 1px solid #eee;
    text-align: center;
    padding: 12px 20px
}

.oneBet-dop-link {
    font-weight: 500;
    text-transform: uppercase
}

.oneBet-con {
    margin: 15px 0 48px;
    width: 100%;
    min-height: 72px;
    padding: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    background-color: #fff;
    box-sizing: border-box
}

.oneBet.v2 {
    margin: 0;
    border: none;
    box-shadow: none
}

.oneBet-list {
    padding: 10px 8px;
    border-top: 1px solid rgba(44, 44, 44, .05);
    margin-top: 16px;
    display: none
}

.oneBet-list-item {
    height: 38px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #2c2c2c;
    margin-bottom: 20px
}

.oneBet-list-item:first-child {
    margin-top: 10px
}

.oneBet-list-item:last-child {
    margin-bottom: 0
}

.oneBet-list-item.active {
    border-radius: 2px;
    font-weight: 700
}

.oneBet-list-item.active .user-choice {
    display: inline-block
}

.oneBet-list-item .total-percent {
    position: absolute;
    right: 0
}

.oneBet-list-item .voters-count {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    color: rgba(44, 44, 44, .7);
    display: inline-block;
    margin-left: 8px
}

.oneBet-progressbar {
    height: 8px;
    background-color: #4ac02c;
    border-radius: 2px;
    margin-top: 10px;
    transition: width .4s linear
}

.user-choice {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
    margin-left: 12px;
    display: none
}

.user-choice::before {
    content: "";
    display: inline-block;
    background-image: url(/img/user-forecast.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 4px
}

.listLineI li + li {
    margin-top: 5px
}

.listLineI-img {
    width: 147px;
    height: 56px;
    font-size: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.listLineI-img img {
    width: 100%;
    height: 100%
}

.listLineI-link {
    background-color: #fff;
    border: 1px solid #eee;
    align-items: center;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5
}

.listLineI-con {
    width: 100%;
    min-width: 10px
}

.listLineI-t1 {
    color: rgba(3, 3, 3, .33);
    display: block;
    text-transform: uppercase
}

.listLineI-t2 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-size: 14px;
    color: rgba(3, 3, 3, .87)
}

.listLineI-link:hover .listLineI-t2 {
    color: #f27046
}

.postGRcon {
    margin: 30px 0
}

.accord {
    border: 1px solid #dbdbdb;
    border-radius: 2px;
    background-color: #fff
}

.accord:not(:first-child) {
    margin-top: 5px
}

.accord-head {
    align-items: center;
    height: 38px;
    cursor: pointer
}

.accord-head-name {
    padding: 0 15px;
    font-size: 18px;
    font-weight: 700;
    color: #f27046;
    margin: 0;
    line-height: 1;
    min-width: 10px;
    width: 100%
}

.accord-head-arr {
    width: 38px;
    height: 38px;
    line-height: 38px;
    flex-shrink: 0;
    text-align: center;
    font-size: 14px;
    color: rgba(242, 112, 70, .87)
}

.accord-head-arr:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block
}

.accord-head.active .accord-head-arr:before {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accord-body {
    padding: 15px;
    border-top: 1px solid #dbdbdb
}

.standings {
    max-width: 595px;
    margin: 0 auto 15px
}

.standings td {
    vertical-align: top;
    padding: 4px;
    border-top: 1px solid #eee;
    color: rgba(0, 0, 0, .87);
    text-align: center
}

.standings tr:last-child td {
    border-bottom: 1px solid #eee
}

.standings th {
    font-size: 10px;
    color: #b3b3b3;
    text-transform: uppercase;
    vertical-align: bottom;
    font-weight: 400;
    text-align: center;
    padding: 6px 4px
}

.standings .tAl {
    text-align: left
}

.standings .tN {
    white-space: nowrap
}

.standings .t1 td {
    background-color: #6aace4;
    font-weight: 700;
    border: none
}

.standings .t2 td {
    background-color: #53e078;
    font-weight: 700;
    border: none
}

.standings .t1 td:first-child, .standings .t2 td:first-child {
    border-radius: 2px 0 0 2px
}

.standings .t1 td:last-child, .standings .t2 td:last-child {
    border-radius: 0 2px 2px 0
}

.standings .t1 + tr td, .standings .t2 + tr td {
    border-top: none
}

.standings .c1 {
    padding-left: 10px;
    width: 30px
}

.standings .c4 {
    width: 30px
}

.standings .c3 {
    width: 90px
}

.standings .c5 {
    width: 65px
}

.gamSer {
    display: flex;
    justify-content: center;
    margin: 15px 0
}

.gamSer-d {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 28px;
    margin: 0 5px;
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    font-size: 14px;
    color: #333
}

.gamSer.t1 .gamSer-d.w {
    background-color: #53e078;
    border-color: #53e078;
    font-weight: 700
}

.gamSer.t1 .gamSer-d.d {
    border-color: #53e078;
    font-weight: 500
}

.gamSer.t2 .gamSer-d.w {
    background-color: #6aace4;
    border-color: #6aace4;
    font-weight: 700
}

.gamSer.t2 .gamSer-d.d {
    border-color: #6aace4;
    font-weight: 500
}

.gamSer-d.l {
    background-color: #e4e4e4;
    border-color: #e4e4e4;
    font-weight: 500
}

.gamSerList {
    margin: 15px 0
}

.gamSerList.inLine {
    max-width: 595px;
    margin-left: auto;
    margin-right: auto
}

.gamSerList > li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48px;
    border-top: 1px solid #e4e4e4
}

.gamSerList.inLine > li {
    flex-direction: row;
    align-items: center
}

.gamSerList > li:last-child {
    border-bottom: 1px solid #e4e4e4
}

.gamSerList-date {
    text-align: center;
    color: #b3b3b3
}

.gamSerList.inLine .gamSerList-date {
    padding-right: 10px;
    flex-shrink: 0
}

.gamSerList-con {
    display: flex;
    align-items: center
}

.gamSerList.inLine .gamSerList-con {
    width: 100%;
    min-width: 10px
}

.gamSerList-score {
    width: 50px;
    text-align: center;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 900;
    white-space: nowrap;
    padding: 0 2px
}

.gamSerList-team {
    flex-basis: 50%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    min-width: 10px
}

.gamSerList-team:first-child {
    text-align: right
}

.teamCol-post .teamCol-c {
    padding: 0 15px;
    font-size: 14px
}

.teamCol-post .teamCol-c p {
    padding-left: 20px;
    line-height: 1.57
}

.teamCol-post .teamCol-c p + p {
    margin-top: 25px
}

.teamCol-post .teamCol-c p:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    position: absolute;
    display: block;
    left: 0;
    top: 5px
}

.teamCol-post .teamCol-c.t1 p:before {
    background-color: #53e078
}

.teamCol-post .teamCol-c.t2 p:before {
    background-color: #6aace4
}

.teamLStat {
    max-width: 595px;
    margin: 0 auto
}

.teamLStat-n {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(0, 0, 0, .87);
    margin: 12px 0 2px
}

.teamLStat-l {
    justify-content: space-between;
    background-color: #e4e4e4;
    border-radius: 4px
}

.teamLStat-l:after {
    display: block;
    position: absolute;
    height: 34px;
    top: -2px;
    left: 50%;
    width: 1px;
    background-color: rgba(0, 0, 0, .05)
}

.teamLStat-t {
    min-width: 40px;
    height: 30px
}

.teamLStat-t:first-child {
    border-radius: 4px 0 0 4px;
    background-color: #53e078
}

.teamLStat-t:last-child {
    border-radius: 0 4px 4px 0;
    background-color: #6aace4
}

.teamLStat-t.z {
    background-color: transparent;
    flex-shrink: 0
}

.teamLStat-t > span {
    line-height: 32px;
    height: 30px;
    display: block;
    padding: 0 15px;
    text-align: center;
    min-width: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, .87)
}

.teamLStat-t.b > span {
    font-weight: 700
}

.teamLStat-t.z > span {
    color: rgba(0, 0, 0, .54)
}

.teamLStat-t:first-child > span {
    float: left
}

.teamLStat-t:last-child > span {
    float: right
}

.chart-5-con, .chart-6-con {
    width: 365px;
    height: 365px;
    margin: -20px -42px -50px
}

#chart-5, #chart-6, #chart-4 {
    width: 100%;
    height: 100%
}

.chart-5-con:before, .chart-6-con:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 148px;
    height: 148px;
    border: 10px solid #e4e4e4;
    margin: -84px 0 0 -84px;
    border-radius: 50%
}

.chart-5-con.zero:before, .chart-6-con.zero:before {
    width: 168px;
    height: 168px;
    border-width: 1px
}

#chart-5 .highcharts-data-label-connector, #chart-6 .highcharts-data-label-connector {
    stroke: rgba(0, 0, 0, .05)
}

.chart-cenT {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 500;
    color: rgba(0, 0, 0, .87);
    text-transform: uppercase;
    line-height: 1.1
}

.chart-cenT b {
    font-size: 30px
}

#chart-1 {
    height: 315px
}

.chart-4-con {
    height: 200px;
    width: 200px;
    flex-shrink: 0;
    margin: -20px
}

#chart-4 .highcharts-data-label-connector {
    stroke: transparent
}

#chart-7 {
    height: 285px
}

.chart-leg {
    padding: 10px 0
}

.chart-leg-col {
    width: 50%;
    padding: 0 10px;
    text-align: center;
    font-size: 0
}

.chart-leg-item {
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    padding-left: 22px
}

.chart-leg-item:before {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0
}

.chart-leg-item.i1:before {
    background-color: #53e078
}

.chart-leg-item.i2:before {
    background-color: #6aace4
}

.select2-container.bc-menu-select {
    display: block
}

.select2-container .select2-choice {
    background-image: none;
    background-color: transparent;
    border: none !important;
    border-radius: 2px;
    height: 30px;
    line-height: 32px;
    color: rgba(1, 1, 1, .54);
    text-transform: uppercase;
    padding-left: 0;
    box-shadow: none !important
}

.select2-container.bc-menu-select .select2-choice {
    border: 1px solid #dbdbdb !important;
    background-color: #fff;
    height: 38px;
    text-transform: none;
    font-size: 13px;
    font-weight: 500;
    color: #333 !important;
    line-height: 38px;
    padding-left: 15px
}

.select2-container.selV2 .select2-choice {
    padding-left: 14px
}

.select2-container .select2-choice:hover {
    color: rgba(1, 1, 1, .74)
}

.select2-container.bc-menu-select .select2-choice:hover {
    color: #f27046 !important
}

.select2-drop.selV2 .select2-results {
    padding: 0;
    margin: 0
}

.select2-dropdown-open .select2-choice {
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15) !important
}

.select2-container .select2-choice > .select2-chosen {
    margin-right: 30px;
    padding-left: 10px
}

.select2-container .select2-choice .select2-arrow {
    height: 30px;
    line-height: 30px;
    border: none;
    border-radius: 0;
    background-image: none;
    background-color: transparent;
    width: 30px;
    text-align: center
}

.select2-container.bc-menu-select .select2-choice .select2-arrow {
    height: 38px;
    line-height: 38px
}

.select2-container .select2-choice .select2-arrow b {
    display: none
}

.select2-container .select2-choice .select2-arrow:before {
    content: "\e91b";
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    color: #f27046;
    font-size: 10px;
    display: inline-block
}

.select2-dropdown-open .select2-choice .select2-arrow:before {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select2-drop {
    border: none
}

.select2-drop.bc-menu-select-drop {
    border: 1px solid #dbdbdb;
    border-radius: 0
}

.select2-drop.bc-menu-select-drop .select2-results {
    padding: 5px 0 10px;
    margin: 0;
    max-height: 300px
}

.select2-results .select2-result-label {
    color: rgba(1, 1, 1, .54)
}

.select2-drop.bc-menu-select-drop .select2-results .select2-result-label {
    font-size: 13px;
    color: #333;
    padding: 10px 10px 10px 40px;
    line-height: 1.2
}

.select2-drop.selV2 .select2-results .select2-result-label {
    text-transform: uppercase;
    padding: 6px 10px 6px 14px
}

.select2-drop.bc-menu-select-drop .select2-results .select2-highlighted .select2-result-label {
    color: #f27046
}

.select2-drop.selV2 .select2-results .select2-highlighted .select2-result-label {
    color: #f27046
}

.select2-results .select2-highlighted .select2-result-label {
    color: rgba(1, 1, 1, .74)
}

.select2-results .select2-highlighted {
    background-color: transparent;
    box-shadow: -3px 0 0 0 #f27046
}

.bc-s-pop-stata-line-pro {
    background-color: #dbdbdb;
    height: 8px
}

.bc-s-pop-stata-line-bar {
    height: 100%;
    background-color: #53e078;
    overflow: visible !important;
    border-radius: 2px 0 0 2px
}

.bc-s-pop-stata-line-pro {
    background-color: #e5e4e4;
    height: 8px;
    margin: 6px 0 18px;
    border-radius: 2px
}

.bc-s-pop-stata-line:last-child .bc-s-pop-stata-line-pro {
    margin-bottom: 10px
}

.bc-s-top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-top: -5px
}

.bc-s-pop-name {
    font-size: 20px;
    white-space: nowrap;
    margin-right: 20px;
    color: rgba(0, 0, 0, .87);
    font-weight: 500
}

.bc-s-pop-nav {
    width: 145px
}

.bc-s-pop-nav-slider {
    padding: 0 16px
}

.bc-s-pop-nav-slide {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    white-space: nowrap
}

.bc-s-pop-nav-slider .slick-arrow {
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
    transform: none;
    position: absolute
}

.bc-s-pop-nav-slider .slick-prev {
    left: 0
}

.bc-s-pop-nav-slider .slick-next {
    right: 0
}

.bc-s-pop-nav-slider .slick-arrow:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #f27046;
    border-left: 1px solid #f27046
}

.bc-s-pop-nav-slider .slick-prev:before {
    margin: 5px 0 0 6px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bc-s-pop-nav-slider .slick-next:before {
    margin: 5px 0 0 3px;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.bc-s-pop-nav-slider .slick-arrow.slick-disabled {
    opacity: .4;
    cursor: default
}

.bc-s-pop-nav-slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden
}

.bc-s-pop-stata-line-name {
    color: rgba(0, 0, 0, .75);
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

.bc-s-pop-stata-line-name .bc-ico:before {
    font-size: 16px;
    color: rgba(0, 0, 0, .2);
    margin-right: 9px;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block
}

.bc-item-dop-con {
    display: none;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    z-index: 10;
    top: 100%;
    position: absolute;
    margin-top: -4px
}

.bc-item-dop-con[data-pos=up] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: -4px
}

@media screen and (min-width: 1200px) {
    .bc-drop-item.act:hover .bc-item-dop-con {
        display: block
    }
}

.bc-item-dop {
    background-color: #f5f5f5;
    border: 1px solid #dbdbdb;
    margin-top: 10px
}

[data-pos=up] .bc-item-dop {
    padding-top: 0;
    padding-bottom: 10px
}

.bc-item-dop:before {
    content: '';
    display: block;
    position: absolute;
    border-top: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    left: 50%;
    margin-left: -6px;
    top: -7px;
    background-color: #f5f5f5;
    width: 11px;
    height: 11px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

[data-pos=up] .bc-item-dop:before {
    top: auto;
    bottom: -7px;
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.bc-item-dop:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 10px;
    top: -10px;
    left: 50%;
    margin-left: -30px
}

[data-pos=up] .bc-item-dop:after {
    top: auto;
    bottom: -10px
}

.bc-item-dop-name {
    border-bottom: 1px solid #dbdbdb;
    font-weight: 900;
    text-transform: uppercase;
    padding: 8px 18px 4px
}

.bc-item-dop-scroll {
    overflow: hidden;
    margin: 9px 4px 8px;
    padding: 0 7px 0 5px;
    max-height: 180px
}

.bc-item-dop-i {
    display: flex;
    justify-content: space-between;
    height: 30px;
    align-items: center;
    padding: 0 10px;
    border-radius: 2px;
    color: #333;
    text-decoration: none
}

.bc-item-dop-i:before, .bc-item-dop-i:after {
    display: none
}

.bc-item-dop-i:hover {
    background-color: #ececec;
    font-weight: 700;
    color: #000
}

.bc-item-dop-i-k {
    font-size: 10px;
    font-weight: 500;
    width: 90px
}

.bc-item-dop-i:hover .bc-item-dop-i-k {
    font-weight: 900
}

.bc-item-dop-i-k b {
    font-size: 14px;
    color: #878787;
    margin-right: 6px;
    font-weight: 500
}

.bc-item-dop-i:hover b {
    font-weight: 700;
    color: #000
}

.bc-item-dop-i-k[data-koef=up] {
    color: #1e9e27
}

.bc-item-dop-i-k[data-koef=down] {
    color: #f27046
}

.bc-item-loading {
    background-image: url(/img/bc/loading.gif);
    height: 44px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 20px auto
}

.scrollLoad {
    background-image: url(/img/loading.gif);
    height: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto 16px;
    margin: 38px auto 32px;
    display: none
}

.load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    height: 36px;
    width: 163px;
    border-radius: 8px;
    background-color: rgba(242, 112, 70, .1);
    box-sizing: border-box;
    padding: 0 24px 0 12px;
    margin-top: 38px;
    margin: 38px auto 32px
}

.load-more:hover {
    background-color: #f27046;
    color: #fff
}

.load-more:hover::before {
    background-image: url(/img/refresh-white.svg)
}

.load-more::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/img/refresh-black.svg);
    margin-right: 8px
}

.list-pagination {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 32px
}

.list-pagination ul {
    list-style: none;
    display: flex;
    align-items: center
}

.list-pagination ul li {
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
    border-radius: 8px;
    overflow: hidden
}

.list-pagination ul li a, .list-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    text-decoration: none;
    color: #2c2c2c;
    box-sizing: border-box;
    padding: 0 12px
}

.list-pagination ul li.active a, .list-pagination ul li.active span {
    background-color: #f27046;
    color: #fff
}

.list-pagination ul li.page-num.visit a, .list-pagination ul li.page-num.visit span {
    color: #f27046
}

.list-pagination ul li:hover a {
    background-color: rgba(242, 112, 70, .1);
    color: #2c2c2c
}

.list-pagination ul li.page-next {
    margin-left: 16px;
    max-width: 36px;
    padding: 0;
    transform: rotate(180deg)
}

.list-pagination ul li.page-prev {
    margin-right: 16px;
    max-width: 36px;
    padding: 0
}

.list-pagination ul li.page-skip {
    margin: 0 16px
}

.list-pagination ul li.page-num + .page-num {
    margin-left: 4px
}

.list-pagination ul li.page-prev.disabled, .list-pagination ul li.page-next.disabled {
    opacity: .24
}

.colList-item {
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
    justify-content: space-between;
    align-content: flex-start
}

.colList.notFB .colList-item:first-child {
    border-top: none;
    margin-top: -10px
}

.colList-time {
    position: absolute;
    left: 10px;
    top: 25px;
    background-color: #f27046;
    height: 22px;
    line-height: 24px;
    color: #fff;
    z-index: 1;
    font-size: 13px;
    padding: 0 6px;
    border-radius: 2px;
    pointer-events: none
}

.colList-date {
    font-size: 16px;
    color: #f27046;
    padding: 10px 0
}

.colList-img {
    width: 240px;
    height: 135px;
    flex-shrink: 0;
    margin-right: 15px;
    border-radius: 2px;
    overflow: hidden;
    background-color: #e1e1e1;
    display: flex;
    justify-content: center;
    font-size: 0;
    align-items: center
}

.colList-img img {
    width: 100%;
    height: 100%;
    display: block
}

.colList-img:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.colList-con {
    width: 100%;
    min-width: 10px
}

.colList-name {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    text-decoration: none
}

.colList-name:hover {
    color: #f27046
}

.colList-txt {
    color: rgba(0, 0, 0, .7);
    line-height: 20px;
    margin-top: 6px;
    font-size: 14px;
    max-height: 60px;
    overflow: hidden
}

.colList-txt p {
    margin: 0
}

.colList-dop {
    justify-content: flex-start;
    margin-bottom: 6px
}

.forecasts_list.active {
    display: flex
}

.bkList {
    padding-top: 15px;
    margin-bottom: 20px
}

.bkList .sepRl:after {
    display: block;
    position: absolute;
    right: -1px;
    width: 0;
    height: 32px;
    border-right: 1px solid #eee;
    top: 50%;
    margin-top: -16px
}

.bkList-item {
    height: 48px;
    background-color: #fff;
    border: 1px solid #eee;
    margin: 3px 0;
    padding: 0 8px;
    align-items: center;
    justify-content: space-between
}

.top-item .bkList-item {
    padding: 0 9px;
    height: 50px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin: 5px 0
}

.top-item + li:not(.top-item) .bkList-item {
    margin-top: 15px
}

.bkList-num {
    flex-shrink: 0;
    width: 32px
}

.bkList-num > span {
    border-radius: 2px;
    background-color: #f8f8f8;
    width: 32px;
    line-height: 34px;
    height: 32px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #f27046;
    display: block
}

.top-item .bkList-num > span {
    background-color: #ffc300;
    color: #fff
}

.bkList-bk.sepRl {
    width: 100%;
    min-width: 10px;
    padding: 0 10px
}

.bkList-bk-link {
    color: rgba(0, 0, 0, .54);
    display: block;
    text-decoration: none
}

.bkList-bk-n {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.top-item .bkList-bk-n {
    font-weight: 700;
    color: rgba(0, 0, 0, .87)
}

.bkList-bk-link:hover .bkList-bk-n {
    color: #f27046
}

.bkList-bk-i {
    display: block;
    font-size: 0
}

.bkList-bk-i img {
    max-height: 20px;
    max-width: 100%
}

.bkList-buts {
    padding-left: 10px;
    flex-shrink: 0
}

.bkList-but {
    border-radius: 4px;
    height: 32px;
    text-align: center;
    padding: 0 12px;
    min-width: 46px;
    text-decoration: none;
    line-height: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    display: block
}

.bkList-buts > div + div {
    margin-left: 5px
}

.bkList-but.but-or {
    background-color: #f27046
}

.bkList-but.but-or:hover {
    background-color: #c65530
}

.bkList-but.but-gr {
    background-color: #494949
}

.bkList-but.but-gr:hover {
    background-color: #373737
}

.bkList-bon {
    padding: 0 5px;
    flex-shrink: 0;
    width: 95px;
    text-align: center
}

.bkList-bon span:not([class]) {
    color: rgba(0, 0, 0, .33);
    font-size: 12px;
    font-weight: 700
}

.bkList-but-bon {
    display: block;
    padding: 0 8px 0 4px;
    height: 32px;
    line-height: 34px;
    border-radius: 4px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    text-decoration: none;
    text-align: right;
    max-width: 83px;
    overflow: hidden;
    text-overflow: ellipsis
}

.bkList-but-bon:hover {
    background-color: #f8f8f8;
    color: #f27046
}

span.bkList-but-bon:hover {
    background-color: transparent;
    cursor: default;
    color: rgba(0, 0, 0, .87)
}

.bon-dep {
    width: 22px;
    height: 17px;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: -2px;
    margin-left: 0
}

.bon-dep.ico1 {
    background-image: url(/img/bonus_action2.svg)
}

.bon-dep.ico2 {
    background-image: url(/img/bonus_deposit2.svg)
}

.bon-dep.ico3 {
    background-image: url(/img/bonus_registration2.svg)
}

.bkList-app {
    width: 80px;
    text-align: center;
    flex-shrink: 0;
    color: #f27046
}

.bkList-app-i {
    margin: 0 1px;
    font-size: 18px
}

.bkList-app span:not([class]) {
    color: rgba(0, 0, 0, .33);
    font-size: 12px;
    font-weight: 700
}

.bkList-cup {
    width: 36px;
    text-align: center;
    color: rgba(0, 0, 0, .33);
    font-weight: 700;
    flex-shrink: 0
}

.bkList-cup-i {
    width: 16px;
    height: 16px;
    line-height: 16px;
    background-color: #7cbf2e;
    color: #fff;
    display: block;
    margin: 0 auto;
    border-radius: 2px
}

.bkList-ru {
    width: 36px;
    flex-shrink: 0;
    font-weight: 700;
    color: rgba(0, 0, 0, .33);
    text-align: center
}

.bkList-ru-i {
    color: #7cbf2e
}

.bkList-rate {
    width: 125px;
    flex-shrink: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center
}

.bkList-starRate-t {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-weight: 700;
    margin-left: 5px
}

.bkList li [data-t]:before {
    content: attr(data-t);
    position: absolute;
    display: none;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    top: 50%;
    left: -2px;
    right: -2px;
    color: rgba(51, 51, 51, .33);
    margin-top: -42px;
    text-transform: uppercase
}

.bkList li:first-child [data-t]:before {
    display: block
}

.bkList-but-bon {
    margin-bottom: -6px
}

.bkList-app-i {
    margin: 0 3px
}

.banBack {
    margin-bottom: 5px
}

.banBack-img {
    overflow: hidden;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: start;
    background-color: #000;
    font-size: 0;
    margin: auto
}

.banBack-img:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 1)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0)
}

.banBack-img img {
    opacity: .25;
    min-height: 100%;
    min-width: 100%;
    margin: 0 -500px
}

.section-nav-anchor {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 300;
    text-decoration: none;
    color: #fff
}

.section-nav-anchor:hover {
    color: #f27046 !important
}

.logo-min {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background-image: url(/img/logo-min-or.svg);
    background-size: 15px 18px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none
}

.banBack-topCon-1 {
    flex-direction: column;
    justify-content: flex-start
}

.banBack-topCon-2 {
    margin-top: -10px;
    padding-bottom: 15px
}

.banBack-h1 {
    font-size: 36px;
    font-weight: 500;
    color: #a51700;
    line-height: 1;
    margin: 5px 0 20px
}

.recomBl-top {
    border-radius: 4px;
    background-color: #373737;
    width: 230px;
    text-align: center;
    padding: 40px 0 25px;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1)
}

.recomBl-top.recomBl-bot {
    position: fixed;
    z-index: 100;
    bottom: -65px;
    left: 0;
    width: 100%;
    background-color: #ffc300;
    padding: 0;
    border-radius: 0
}

.recomBl-top.recomBl-bot + footer {
    border-top: 8px solid #373737
}

.recomBl-top.recomBl-bot .block {
    padding: 0 15px;
    align-items: center;
    height: 60px
}

.recomBl-top.recomBl-bot .recomBl-tbl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-tb, .recomBl-top.recomBl-bot .recomBl-tbl .recomBl-cof {
    width: 120px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .87);
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-cof {
    margin-right: 30px
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-tb {
    width: auto;
    min-width: 120px;
    max-width: 160px
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-tb::before, .recomBl-top.recomBl-bot .recomBl-tbl .recomBl-cof::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    opacity: .1;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-cof::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    opacity: .1;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.recomBl-top.recomBl-bot .recomBl-tbl .recomBl-tb span, .recomBl-top.recomBl-bot .recomBl-tbl .recomBl-cof span {
    display: block;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.8;
    letter-spacing: normal;
    text-align: left;
    color: rgba(0, 0, 0, .38);
    text-transform: uppercase
}

.recomBl-top-l {
    background-image: url(/img/logo-min.svg);
    border-radius: 2px;
    width: 40px;
    height: 40px;
    background-color: #ffc300;
    background-size: 17px 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: -10px;
    position: absolute;
    left: 50%;
    margin-left: -20px
}

.recomBl-top.recomBl-bot .recomBl-top-l {
    top: auto;
    left: auto;
    position: relative;
    margin: 0 15px 0 0;
    flex-shrink: 0;
    background-color: #f27046
}

.recomBl-top-t {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
    padding: 0 10px
}

.recomBl-top.recomBl-bot .recomBl-top-t {
    margin-right: 5px;
    min-width: 10px;
    padding: 0;
    width: 100%;
    text-align: left;
    line-height: 18px;
    color: rgba(1, 1, 1, .87)
}

.recomBl-top.recomBl-bot.frc-view .recomBl-top-t {
    width: auto;
    margin-right: 20px
}

.recomBl-top-num {
    font-size: 28px;
    font-weight: 700;
    color: rgba(1, 1, 1, .87);
    vertical-align: sub;
    margin: 0 15px
}

.recomBl-top-i {
    margin: 20px 25px 0;
    height: 40px;
    border-radius: 4px;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .35);
    font-size: 0;
    display: block;
    width: 180px;
    overflow: hidden
}

.recomBl-top.recomBl-bot .recomBl-top-i {
    margin: 0 0 0 10px;
    flex-shrink: 0;
    box-shadow: none
}

.recomBl-top-i > img {
    display: block;
    width: 100%;
    height: 100%
}

.recomBl-top-b {
    display: block;
    border-radius: 4px;
    height: 40px;
    line-height: 42px;
    text-transform: uppercase;
    color: #fff;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .35);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background-color: #f27046;
    margin: 10px 25px 0
}

.recomBl-top.recomBl-bot .recomBl-top-b {
    width: 180px;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    box-shadow: none
}

.recomBl-top.recomBl-bot.frc-view .recomBl-top-b .des-btn-txt {
    display: inline
}

.recomBl-top.recomBl-bot.frc-view .recomBl-top-b .mob-btn-txt {
    display: none
}

.recomBl-top-b:hover {
    background-color: #c65530
}

.banBack-bot {
    font-size: 14px;
    color: #b7b7b7;
    font-style: italic;
    justify-content: flex-start;
    margin-top: auto
}

.banBack-bot.v2 {
    color: #727272;
    border-bottom: 1px solid #dbdbdb;
    padding: 10px 0;
    margin: 0 0 15px;
    align-items: center
}

.banBack .breadcrumb span {
    color: #fff
}

.listAccord {
    margin: 10px 0
}

.listAccord-con {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-top: -1px
}

.listAccord-con:hover {
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1);
    z-index: 1
}

.listAccord-con.active {
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .1);
    margin: 5px 0 6px
}

.listAccord-name {
    font-size: 16px;
    font-weight: 500;
    color: #f27046;
    padding: 10px 40px 10px 15px;
    line-height: 1.1;
    cursor: pointer
}

.listAccord-name:before {
    content: "\e91b";
    font-family: icomoon !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-weight: 900;
    position: absolute;
    width: 36px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.listAccord-con.active .listAccord-name:before {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.listAccord-txt {
    display: none;
    padding: 20px;
    border-top: 1px solid #dbdbdb;
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    line-height: 1.42
}

.post-wB {
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    padding: 15px;
    margin: 40px 0
}

.promoBlock {
    border-radius: 4px;
    background-color: #efefef;
    margin-bottom: 25px;
    padding: 25px 30px 30px 130px
}

.promoBlock:before {
    display: block;
    position: absolute;
    background-image: url(/img/PROMO_CODE.png);
    background-repeat: no-repeat;
    width: 72px;
    height: 50px;
    background-size: 100% 100%;
    top: 30px;
    left: 30px
}

.promoBlock-t {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    line-height: 1.15;
    margin-bottom: 10px
}

.promoBlock-c-but {
    text-decoration: #ffdead !important;
    min-width: 140px;
    padding: 0 10px;
    height: 32px;
    line-height: 34px;
    border-radius: 4px;
    background-color: #f27046 !important;
    color: #fff !important;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 10px;
    flex-shrink: 0;
    border-bottom: none !important
}

.promoBlock-c-but:hover {
    background-color: #c65530
}

.promoBlock-c-input-con {
    width: 100%;
    min-width: 10px
}

.promoBlock-c-input {
    height: 30px;
    line-height: 32px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 16px;
    color: rgba(242, 112, 70, .87);
    font-weight: 900;
    padding: 0 35px 0 15px;
    cursor: text;
    border: 1px solid #fff
}

.promoBlock-c-copy {
    position: absolute;
    height: 32px;
    width: 35px;
    border-radius: 0 4px 4px 0;
    font-size: 18px;
    color: rgba(3, 3, 3, .33);
    top: 0;
    right: 0;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

.promoBlock-c-copy:hover {
    color: rgba(3, 3, 3, .6)
}

.promoBlock-c-copy:before {
    font-family: "font awesome 5 free";
    content: "\f0c5"
}

.itemOne {
    max-width: 715px;
    margin: 40px 0;
    border: 1px solid #dbdbdb;
    background-color: #fff
}

.itemOne-img {
    overflow: hidden;
    background-color: #e2e2e2;
    min-height: 30px;
    margin: -1px -1px 0;
    font-size: 0
}

.itemOne-img img {
    display: block;
    width: 100%
}

.itemOne-topLine {
    height: 30px;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    margin: -30px -1px 0;
    padding: 0 15px 0 65px;
    color: #fff
}

.itemOne-topLine-ico {
    position: absolute;
    left: 15px;
    height: 40px;
    width: 40px;
    border-radius: 2px;
    box-shadow: 0 2px 3.7px .3px rgba(0, 0, 0, .35);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    top: 50%;
    margin-top: -20px;
    line-height: 40px
}

.itemOne-topLine-ico.ico1 {
    background-color: #ffda30;
    background-image: url(/img/bonus_action.svg)
}

.itemOne-topLine-ico.ico2 {
    background-color: #53e078;
    background-image: url(/img/bonus_deposit.svg)
}

.itemOne-topLine-ico.ico3 {
    background-color: #7cbbf0;
    background-image: url(/img/bonus_registration.svg)
}

.itemOne-topLine-c {
    padding-left: 22px;
    flex-shrink: 0
}

.itemOne-topLine-c:before {
    display: block;
    position: absolute;
    left: 0;
    background-image: url(/img/clock.svg);
    background-repeat: no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    top: 50%;
    margin-top: -6px
}

.itemOne-topLine-n {
    text-transform: uppercase;
    min-width: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.itemOne .post-txt {
    padding: 20px 15px 30px
}

.hiddentext2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.mirrBlock {
    border: 1px solid #dbdbdb;
    background-color: #fff;
    margin: 30px 0 40px;
    padding: 15px
}

.mirrBlock-con {
    border-radius: 4px;
    align-items: center;
    background-color: rgba(239, 239, 239, .35);
    padding: 10px 30px 10px 0;
    min-height: 70px
}

.mirrBlock-ico {
    width: 115px;
    height: 55px;
    flex-shrink: 0;
    background-image: url(/img/monitor.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.mirrBlock-but {
    min-width: 140px;
    padding: 0 10px;
    text-align: center;
    height: 32px;
    line-height: 34px;
    color: #fff;
    background-color: #f27046;
    border-radius: 4px;
    text-transform: uppercase;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0
}

.mirrBlock-but:hover {
    background-color: #c65530
}

.mirrBlock-txt {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.15;
    width: 100%;
    min-width: 10px
}

.ol-nav {
    counter-reset: level1
}

.ol-nav li .ol-nav {
    counter-reset: level2
}

.ol-nav li {
    margin: 15px 0 15px 42px
}

.ol-nav li:before {
    counter-increment: level1;
    content: counter(level1);
    font-size: 16px;
    color: #f27046;
    font-weight: 900;
    position: absolute;
    right: 100%;
    margin-right: 12px;
    line-height: 23px
}

.ol-nav li .ol-nav li:before {
    counter-increment: level2;
    content: counter(level1) "." counter(level2)
}

.ol-nav li a {
    font-weight: 500;
    font-style: italic;
    text-decoration: none;
    color: rgba(242, 112, 70, .87)
}

.ol-nav li a:hover {
    color: #c65530
}

.bnBonusLine-con {
    margin: 25px 0
}

.bnBonusLine {
    width: 202px;
    border-radius: 12px;
    align-items: center;
    overflow: hidden
}

.bnBonusLine-l {
    height: 70px;
    border-radius: 4px 4px 0 0;
    flex-shrink: 0;
    font-size: 0;
    text-align: center;
    line-height: 70px;
    overflow: hidden
}

.bnBonusLine-l img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.bnBonusLine-div {
    height: 130px;
    background-color: rgba(255, 255, 255, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 4px 4px
}

.bnBonusLine-b {
    width: 180px;
    height: 40px;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    flex-shrink: 0;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    background-color: #f27046;
    font-weight: 500
}

.bnBonusLine-b:hover {
    background-color: #c65530
}

.bnBonusLine-t {
    color: #fff;
    height: 55px;
    padding: 0 10px;
    line-height: 1.17;
    display: flex;
    text-align: center;
    flex-direction: column;
    font-size: 12px
}

.bnBonusLine-t .num {
    font-size: 36px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px
}

.autorBlock-l {
    width: 53px;
    height: 53px;
    font-size: 0;
    background-color: #eee;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px;
    flex-shrink: 0;
    background-position: 50% 50%;
    background-size: cover
}

.autorBlock {
    align-items: center;
    padding: 15px 15px 15px 0;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px
}

.autorBlock-c {
    width: 100%;
    min-width: 10px
}

.autorBlock-div {
    flex-shrink: 0
}

.autorBlock-d {
    font-size: 12px;
    color: rgba(0, 0, 0, .56)
}

.autorBlock-n {
    color: rgba(0, 0, 0, .87);
    font-size: 16px;
    font-weight: 700
}

.autorBlock .banBack-date, .autorBlock .banBack-mess {
    margin-left: 30px;
    margin-right: 0;
    flex-shrink: 0;
    font-style: italic;
    color: #727272;
    font-size: 14px
}

.bc-menu-dropSelect-con {
    display: none
}

.comment-block {
    max-width: 715px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box
}

.bk-reg-btn {
    width: 300px;
    height: 70px;
    border-radius: 8px;
    background-image: linear-gradient(160deg, #fa8156 10%, #ffc703 80%);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #fff !important;
    text-decoration: none !important;
    outline: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .28);
    font-family: Roboto;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: .64;
    letter-spacing: .28px;
    position: relative;
    box-sizing: border-box;
    padding-left: 72px;
    padding-top: 10px;
    cursor: pointer;
    box-shadow: 0 20px 17px -14px rgba(0, 0, 0, .3);
    border-bottom: none !important
}

.bk-reg-btn:hover {
    background-image: linear-gradient(160deg, #f57142 10%, #f5cb3c 80%)
}

.bk-reg-btn::before {
    content: '';
    display: block;
    width: 45px;
    height: 41px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/img/bk-reg-icon.png)
}

.bk-reg-btn span {
    opacity: .6;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    color: rgba(3, 3, 3, .6);
    display: block;
    margin-top: 8px
}

.gallery-wr {
    margin: 30px 0
}

.gallery-wr .photo-list {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.gallery-wr .photo-list::-webkit-scrollbar {
    display: none
}

.gallery-wr .photo-list .photo-item {
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px
}

.gallery-wr .photo-list .photo-item:last-child {
    margin-right: 0
}

.gallery-wr .photo-list .photo-item::before {
    content: "";
    display: block;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    transition: opacity .3s linear
}

.gallery-wr .photo-list .photo-item::after {
    content: "";
    display: block;
    background-image: url(/img/photo-zoom-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    transition: opacity .3s linear
}

.gallery-wr .photo-list .photo-item:hover::after, .gallery-wr .photo-list .photo-item:hover::before {
    opacity: 1
}

.gallery-wr .photo-list .photo-item img {
    width: 100%;
    height: auto
}

.gallery-wr p {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: rgba(3, 3, 3, .54)
}

.fancybox-navigation {
    position: static
}

.widget-item {
    position: relative
}

.widget-item + .widget-item {
    margin-top: 12px
}

.widget-item .main-btn {
    width: 48px;
    height: 48px;
    border-radius: 100%;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    position: relative;
    z-index: 2;
    cursor: pointer;
    overflow: hidden
}

.widget-item .btns-group {
    z-index: 1;
    height: 48px;
    border-radius: 24px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .16);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    opacity: 0;
    overflow: hidden;
    display: flex
}

.share-widget .main-btn::before {
    content: "\e915";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    transition: .3s linear;
    color: #2c2c2c
}

.share-widget .main-btn:hover::before {
    color: #f27046
}

.share-widget .btns-group .widget-btn {
    display: block;
    width: 56px;
    height: 100%;
    border: none;
    text-decoration: none
}

.share-widget .btns-group .widget-btn::before {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: 2;
    transition: color .3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #2c2c2c;
    opacity: .7
}

.share-widget .btns-group .widget-btn:hover::before {
    color: #f27046;
    opacity: 1
}

.share-widget .btns-group .widget-btn::after {
    content: "";
    display: block;
    height: 20px;
    width: 1px;
    background-color: rgba(44, 44, 44, .05);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.share-widget .btns-group .widget-btn:last-child::after {
    display: none
}

.comment-widget .main-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    transition: color .2s linear
}

.comment-widget .main-btn:hover::before, .comment-widget .main-btn:hover span {
    color: rgba(242, 112, 70, .87)
}

.comment-widget .main-btn::before {
    content: "\e908";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    transition: .3s linear
}

.bonus-widget .main-btn {
    background-image: url(/img/gift-icon-white.svg), linear-gradient(135deg, #faa97c, #f27046);
    background-position: 50%;
    background-repeat: no-repeat
}

.bonus-widget .main-btn:hover {
    background-color: #f27046;
    background-image: url(/img/gift-icon-white.svg)
}

.bonus-widget .btns-group {
    padding: 5px 24px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2c2c2c
}

.bonus-widget .btns-group::before, .bonus-widget .btns-group::after {
    display: none
}

.bonus-widget .btns-group .bonus {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.11;
    white-space: nowrap
}

.bonus-widget .btns-group span {
    font-size: 14px;
    opacity: .7;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    white-space: nowrap
}

.bonus-widget .btns-group .bkLogoBtn {
    min-width: 36px;
    width: 36px;
    height: 36px;
    margin-right: 8px
}

.bonus-widget .btns-group .bkLogoBtn img {
    width: 100%;
    height: 100%
}

.bonus-widget .btns-group .yellBtn {
    width: 106px;
    height: 36px;
    border-radius: 8px;
    background-color: #ffda00;
    font-size: 14px;
    font-weight: 700;
    color: #2c2c2c;
    text-decoration: none;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s linear
}

.bonus-widget .btns-group .yellBtn:hover {
    background-color: #ffe233
}

.comment-widget .main-btn span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    transition: color .2s linear
}

.article-rating {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    max-width: 256px;
    width: 100%
}

.article-rating.mobile {
    max-width: 100%;
    flex-direction: column
}

.article-rating.mobile + hr {
    margin-top: 12px
}

.article-rating .rating-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    color: #2c2c2c;
    margin-right: 12px
}

.article-rating.mobile .rating-label {
    margin-top: -3px;
    margin-right: 0;
    margin-bottom: 4px
}

.article-rating .rating-count {
    font-size: 14px;
    line-height: 1.14;
    color: rgba(44, 44, 44, .7);
    margin-top: 2px
}

.article-rating.mobile .rating-count {
    margin-top: 4px
}

.article-rating .rating-stars {
    display: flex
}

.article-rating .rating-star {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/star-gray.svg) 50% no-repeat;
    background-size: contain;
    cursor: default
}

.article-rating.mobile .rating-star + .rating-star {
    margin-left: 4px
}

.article-rating .rating-star::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/img/star-gold.svg) 50% no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.article-rating .rating-star.active::after {
    opacity: 1
}

.article-rating .rating-stars.hover .rating-star {
    cursor: pointer
}

.article-rating .rating-stars.hover:hover .rating-star::after {
    opacity: 1
}

.article-rating .rating-stars.hover .rating-star:hover ~ .rating-star::after {
    opacity: 0
}

.section-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

.section-header-wrap h1 {
    margin: 0 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
    position: relative;
    padding-bottom: 11px
}

.section-header-wrap h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 3px;
    background-color: #f27046
}

.section-header-wrap a {
    font-size: 14px;
    font-weight: 700;
    color: #f27046;
    padding: 8px 8px 8px 16px;
    box-sizing: border-box;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-right: 8px
}

.section-header-wrap a:hover {
    background-color: rgba(242, 112, 70, .1);
    border-radius: 8px
}

.section-header-wrap a::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/img/arrow-red-right.svg);
    margin-left: 12px
}

.section-header-wrap::before, .section-header-wrap::after {
    display: none
}

.post-txt .text-bonus-promo {
    margin-top: -12px;
    justify-content: flex-start;
    padding: 0 0
}

.post-img + .text-bonus-promo {
    margin-top: 0;
    margin-top: 24px;
    justify-content: flex-start
}

.post-img + .text-bonus-promo a, .post-txt .text-bonus-promo a {
    border-bottom: none;
    font-weight: 700
}

.post-img + .text-bonus-promo a span, .post-txt .text-bonus-promo a span {
    border-bottom: solid 2px #f27046;
    transform: translateY(1px)
}

.post-img + .text-bonus-promo a:hover, .post-txt .text-bonus-promo a:hover {
    color: #f27046
}

.post-img + .text-bonus-promo a:hover span, .post-txt .text-bonus-promo a:hover span {
    border-bottom: solid 2px transparent
}

.post-img + .text-bonus-promo, .post-txt .text-bonus-promo {
    background: 0 0
}

.text-bonus-promo {
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    background: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 8px 0
}

.text-bonus-promo a {
    display: flex;
    align-items: center;
    color: #2c2c2c;
    text-decoration: none
}

.text-bonus-promo a:hover {
    color: #f27046
}

.text-bonus-promo a span {
    display: inline-block;
    color: #f27046;
    line-height: 1;
    margin-left: 4px;
    transform: translateY(0);
    display: flex;
    align-items: center;
    font-weight: 700
}

.text-bonus-promo a span i {
    font-size: 16px;
    margin-left: 4px
}

.text-bonus-promo .icon-face {
    margin-right: 8px
}

.other-news-chanels {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #2c2c2c;
    margin: 12px 0 24px 72px !important
}

.other-news-chanels a {
    display: inline-block;
    text-decoration: none;
    border-bottom: solid 2px #f27046;
    color: #2c2c2c;
    line-height: 1;
    position: relative
}

.other-news-chanels a:hover {
    color: #f27046
}

.other-news-chanels .telegram-chanel {
    margin-left: 32px
}

.other-news-chanels .google-news {
    margin-left: 28px
}

.other-news-chanels .telegram-chanel::before {
    content: "\e91a";
    font-family: icomoon;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: -28px;
    top: -4px;
    color: #f27046
}

.other-news-chanels .google-news::before {
    content: "\e921";
    font-family: icomoon;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    position: absolute;
    left: -25px;
    top: -7px;
    color: #f27046
}

@media (max-width: 1060px) {
    .other-news-chanels {
        margin-left: 0;
        line-height: 24px;
        margin: 12px 0 24px !important
    }
}

.post-txt .on-this-topic {
    padding-left: 72px
}

@media (max-width: 1060px) {
    .post-txt .on-this-topic {
        padding-left: 0
    }
}

.post-txt .on-this-topic h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #2c2c2c;
    margin-top: 0
}

.post-txt .on-this-topic a {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    text-decoration: none;
    margin-left: 40px;
    position: relative
}

.post-txt .on-this-topic a span {
    border-bottom: solid 1px rgba(44, 44, 44, .1)
}

.post-txt .on-this-topic a:hover {
    color: #f27046
}

.post-txt .on-this-topic a::before {
    content: "\e904";
    font-family: icomoon;
    font-weight: 400;
    font-size: 20px;
    color: #f27046;
    position: absolute;
    left: -38px;
    top: 0
}

.post-txt .on-this-topic a + a {
    margin-top: 20px
}