/*
Theme Name: jBetting
Theme URI: https://jbetting.ru/
Author: TheJema
Author URI: https://thejema.com/shop
Description: Betting theme
Version: 3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jbetting
*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext');
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");

.up {
    text-transform: uppercase;
}

.none {
    text-decoration: none;
}

.th {
    font-weight: 100;
}

.el {
    font-weight: 200;
}

.l {
    font-weight: 300;
}

.reg {
    font-weight: 400;
}

.med {
    font-weight: 500;
}

.sb {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.eb {
    font-weight: 800;
}

.black {
    font-weight: 900;
}

.un {
    text-decoration: underline;
}

.in {
    display: inline-block;
}

.vam {
    vertical-align: middle;
}

.rel {
    position: relative;
}

.bl {
    display: block;
}

.abs {
    position: absolute;
}

.tr {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.try {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trx {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.tc {
    display: table-cell;
    vertical-align: middle;
}

.dn {
    display: none;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.taj {
    text-align: justify;
}

.it {
    font-style: italic;
}

.sn {
    font-style: normal;
}

.popup {
    position: fixed;
    width: 120%;
    height: 100%;
    left: -10%;
    top: 0;
    overflow-y: scroll;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
}

.b0 {
    border: 0;
}

.bn {
    background: none;
}

.w100 {
    width: 100%;
}

.h100 {
    height: 100%;
}

.wa {
    width: auto;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.poi {
    cursor: pointer;
}

.auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}

.noup {
    text-transform: none;
}

.fix {
    position: fixed;
}

.tn {
    -webkit-transform: none;
    transform: none;
}

.bf {
    background: #fff;
}

.cf {
    color: #fff;
}

.c0 {
    color: #000;
}

.ap {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #16191c;

    overflow-x: hidden;
}

body,
th,
td {
    font-family: 'Tahoma', sans-serif;
    font-size: 14px;
    color: #ffffff;
}

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

img,
table {
    border: none;
}

table {
    border-collapse: collapse;
}

table td {
    padding: 0;
}

a {
    color: #57a7ff;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover {
    text-decoration: none;
}

input,
textarea,
button,
select {
    margin: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

button,
input[type='submit'] {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
    border: 0;
}

ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    max-width: 100%;
}

.an {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.box {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

section,
header,
footer,
nav,
main {
    display: block;
}

.clear {
    clear: both;
}

.wrap {
    margin: 0 auto;
    width: 1300px;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.header {
    background: #1d2329;
    margin-bottom: 45px;
    z-index: 15;
    position: relative;
}

.header .logo {
    padding: 20px 0;
    font-size: 0;
}

.logo > a > img {
	max-width: auto;
	max-height: 32px;
}


.header ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.header ul li:last-child {
    margin-right: 0;
}

.header ul li:hover a {
}

.header ul li:hover ul {
    display: block;
}

.header ul li a {
    display: block;
    padding: 18px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.header ul li a .fa {
    color: #908F8F;
    margin-left: 5px;
}

.header ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    width: 276px;
    background: #1d2329;
    padding: 12px 0;
    display: none;
}

.header ul li ul li {
    display: block;
}

.header ul li ul li a {
    font-weight: 400;
    padding: 8px 20px;
}

.header ul li ul li a:hover {
    text-decoration: underline;
}

.header .menu-button {
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    margin-top: 12px;
    display: none;
}

.header .menu-button.active i:nth-child(1) {
    display: none;
}

.header .menu-button.active i:nth-child(2) {
    display: inline-block;
}

.header .menu-button i:nth-child(1) {
    display: inline-block;
}

.header .menu-button i:nth-child(2) {
    display: none;
}

.page-left-col {
    width: 894px;
    width: 74.5%;
}

.block-name {
    font-weight: 700;
    /* font-size: 20px; */
    line-height: 23px;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
}

.companies-rating {
    background: #1d2329;
    margin-bottom: 35px;
}

.companies-rating table {
    width: 100%;
}

.companies-rating table thead {
    background: #1d2329;
    border-bottom: 1px solid #2d3239;

}

.companies-rating table thead tr td {
    color: #fff;
    padding: 10px 30px;
}

.companies-rating table tbody tr {
    background: #1d2329;
}

.companies-rating table tbody tr:nth-child(2n-1) {
    background: #1d2329;
}

.companies-rating table tbody tr td {
    padding: 20px 30px;
    border-bottom: 1px solid #2d3239;
    font-size: 15px;
}

.companies-rating table tbody tr td .rating {
    white-space: nowrap;
}

.companies-rating table tbody tr td .price {
    white-space: nowrap;
    font-size: 19px;
    color: #ffffff;
}

.companies-rating table tbody tr td .commentss {
    padding-left: 25px;
    background: url(assets/img/comments_new.svg) no-repeat 0px 0px;
    background-size: 17px;
}

.companies-rating table tbody tr td .price {
    padding-left: 25px;
    background: url(assets/img/diamont.svg) no-repeat 0px 3px;
    background-size: 19px;
}

.companies-rating table tbody tr td.btns a {
    width: 90px;
    height: 31px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 2px;
}

.companies-rating table tbody tr td.btns a.b1 {
    background: none;
    color: #ffffff;
    border: 1px solid #fcd730;
    display: inline-block;
    font-weight: 600;
    line-height: 29px;
    text-align: center;
    text-decoration: none;
}


.companies-rating table tbody tr td.btns a.b2 {
    color: #000;
    background: #fcd730;

    font-weight: 700;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    text-decoration: none;

}


.companies-rating .commentss a {
    text-decoration: none;
    color: white;
}

.companies-rating .commentss a:hover {
    text-decoration: underline;
    color: white;
}

.games-list {
}

.games-list .item {
    width: 32%;
    height: 160px;
    background: #1d2329;
    margin-bottom: 24px;
    border-radius: 7px;
    position: relative;
}

.games-list .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

.games-list .item .tag {
    position: absolute;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.025em;
    top: 20px;
    left: 30px;
}

.games-list .item .tag a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.games-list .item a {
    text-decoration: none;
}

.games-list .item .tag a:hover {
    text-decoration: underline;
}

.games-list .item .teams {
    align-items: center;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}

.games-list .item .teams .team {
    width: 39%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3px;
    text-align: center;
    font-size: 16px;
    color: #E0E0E0;
}

.games-list .item .teams .team img {
    display: block;
    margin: 0 auto 15px auto;
}

.games-list .item .teams .team span {
    display: block;
    width: 90px;
    height: 90px;
    line-height: 86px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto 15px auto;
}

.games-list .item .teams .team span img {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}

.games-list .item .date {
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    background: #0C0826;
    border-radius: 0px 0px 3px 3px;
    font-size: 12px;
    color: #ffffff;
    padding: 16px 18px;
}

.games-list .item .date img {
    vertical-align: middle;
    margin: -2px 6px 0 0;
}

.games-list .item .date a.koef {
    font-weight: 500;
    color: #E0E0E0;
    letter-spacing: 0.025em;
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    background: #D84343;
    border-radius: 5px;
    padding: 3px 10px;
    text-decoration: none;
}

.games-list .item .date a.koef:hover {
    background: #a32d2d;
    transition: .5s;
}

.text-page {
    padding-bottom: 20px;
}

.text-page p {
    font-size: 16px;

    line-height: 26px;
    margin-bottom: 12px;
}

.text-page ol {
    list-style: decimal;
    padding: 0 14px 16px 43px;
}

.text-page ol li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}

.text-page ol li div {
    padding-left: 2px;
    color: #000;
    font-weight: 400;
}

.text-page ol li div span {
    font-weight: 700;
}

.text-page .image {
    margin-bottom: 30px;
}

.text-page .image img {
    width: 100%;
}

.text-page blockquote {
    color: #000;
    font-size: 15px;
    line-height: 26px;
    padding: 14px 15px;
    margin: 0 0 30px 0;
    background: #fff6cc;
    border-radius: 5px;
}

h1 {
    font-size: 36px;
}

.text-page h2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 23px;
    color: #000000;
}

.text-page h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 23px;
    color: #000000;
}

.text-page ul {
    list-style: disc;
    padding: 0 14px 16px 43px;
}

.text-page ul li {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 12px;
}

.page-right-col {
    width: 23.4%;
}

.companies-sites {
    margin-bottom: 45px;
    background: #1d2329;
    border-radius: 7px;
}

.companies-sites .item {
    border-radius: 3px;
    margin-bottom: 4px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 14px 13px;

}

.companies-sites .item * {
    vertical-align: middle;
}

.companies-sites .item .rating {
    color: #908F8F;
    display: inline-block;
    margin: 0 15px;
}

.companies-sites .item .rating span {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}

.companies-sites .item .rating * {
    vertical-align: bottom;
}

.companies-sites .item a.go_site {
    width: 90px;
    height: 31px;
    line-height: 29px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #313EA2;
    text-decoration: none;
}

.companies-sites .item a.go_site:hover {
    transition: .5s;
    background: #03007f;
    -webkit-box-shadow: rgba(49, 62, 162, 0.7) 0 0 10px;
    box-shadow: rgba(49, 62, 162, 0.7) 0 0 10px;

}

.garant-bets {
    padding-bottom: 45px;
}

.garant-bets .item {
    border-radius: 3px;
    margin-bottom: 4px;
    padding: 20px 12px 12px 12px;
    background: #1d2329;
    position: relative;
}

.garant-bets .item .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    padding-right: 50px;
}

.garant-bets .item .name a {
    text-decoration: none;
    color: white;
}

.garant-bets .item .name a:hover {
    text-decoration: underline;
}

.garant-bets .item .date {
    font-weight: 700;
    font-size: 13px;
    color: #908F8F;
    margin-bottom: 10px;
}

.garant-bets .item .buttons a {
    height: 31px;
    border-radius: 5px;
    font-size: 13px;
    text-transform: uppercase;
}

.garant-bets .item .buttons a.b1 {
    background: none;
    color: #ffffff;
    border: 1px solid #fcd730;
    display: inline-block;
    width: 35%;
    line-height: 29px;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
}


.garant-bets .item .buttons a.b2 {
    color: #000;
    background: #fcd730;
    font-weight: 700;
    width: 62%;
    text-align: center;
    line-height: 29px;
    text-decoration: none;
}

.garant-bets .item .buttons a.b2:hover {
    background: #fcd730;
    box-shadow: 0 0 5px rgb(252 215 48);
}

.garant-bets .item a.koef {
    font-weight: 500;
    color: #000000;
    letter-spacing: 0.025em;
    font-size: 13px;
    position: absolute;
    right: 12px;
    top: 20px;
    background: #f3f3f3;
    border-radius: 5px;
    padding: 3px 6px;
    text-decoration: none;
}


.bonuses {
    padding-bottom: 38px;
}

.bonuses .item {
    margin-bottom: 10px;
    background: #FFFEFE;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
    box-shadow: rgba(144, 143, 143, 0.5) 0 0 5px;
}

.bonuses .item .logo {
    padding: 8px 0;
    text-align: center;
}

.bonuses .item .info {
    padding: 16px 10px 30px 10px;
    background: url('img/bonus.jpg') center / cover;
    border-radius: 0 0 3px 3px;
    text-align: center;
}

.bonuses .item .info .price {
    color: #fff;
    font-weight: 900;
    font-size: 20px;
    margin-bottom: 20px;
}

.bonuses .item .info p {
    font-weight: 500;
    font-size: 14px;
    color: #f1f1f1;
    margin-bottom: 30px;
}

.bonuses .item .info a.get_bonus {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: 169px;
    height: 31px;
    background: #fcd730;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    line-height: 29px;
}

.bonuses .item .info a.get_bonus:hover {
    box-shadow: 0 0 5px rgb(252 215 48);
    transition: .5s;
}

.leagues {
    padding-bottom: 38px;
}

.leagues .item {
    height: 73px;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
}

.leagues .item .logo {
    width: 106px;
    text-align: center;
    position: absolute;
    left: -10px;
    top: 10px;
}

.leagues .item .name {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 100px;
}

.popular-games {
    padding-bottom: 38px;
}

.popular-games .item {
    margin-bottom: 10px;
}

.popular-games .item .info {
    height: 111px;
    border-radius: 3px 3px 0 0;
    position: relative;
}

.popular-games .item .info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
    background-color: #1d1d1db0;
}

.popular-games .item .info .flex {
    position: absolute;
    top: 20px;
    width: 100%;
    z-index: 2;
}

.popular-games .item .info .flex div {
    width: 33%;
    text-align: center;
}

.popular-games .item .info .flex div p {
    font-size: 13px;
    color: #E0E0E0;
}

.popular-games .item .date {
    background: linear-gradient(98.36deg, #0c0826 1.22%, #1f1945 99.82%);
    border-radius: 0px 0px 3px 3px;
    padding: 8px 20px;
    font-size: 13px;
    color: #E0E0E0;
}

.popular-games .item .date div {
    height: 6px;
}

.popular-games .item .turnir {
    font-size: 14px;
}

.popular-games .item .date img {
    vertical-align: middle;
    margin: -2px 2px 0 0;
}

.simple-widget {
    border: 1px solid #2d3239;
    border-radius: 3px;
    background: #1d2329;
    text-align: left;
    padding: 22px 14px;
    margin-bottom: 40px;
}

.simple-widget p {
    font-weight: 700;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
}

.simple-widget .name {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 13px;
}

.subscribe-block {
    border-radius: 3px;
    background: #1d2329;
    text-align: center;
    padding: 22px 14px;
    margin-bottom: 40px;
}

.subscribe-block p {
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 12px;
}

.subscribe-block input[type='text'] {
    width: 100%;
    font-weight: 300;
    margin-bottom: 12px;
    height: 42px;
    padding: 0 10px;
    background: #FAFAFA;
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 3px;
}

.subscribe-block button {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    height: 35px;
    color: #000;
    background: #fcd730;
    border-radius: 3px;
}

.subscribe-block button:hover {
    background: #fcd730;
    box-shadow: 0 0 5px rgb(252 215 48);
}

.footer {
    padding: 40px 0 30px;
    background: #121212;
    color: #E0E0E0;
}

.footer .logo {
    margin-bottom: 48px;
}

.footer .mail {
    font-weight: 300;
    font-size: 16px;
    color: #908F8F;
}

.footer .mail a {
    display: block;
    text-decoration: none;
    color: #E0E0E0;
    margin-top: 2px;
}

.footer p {
    text-align: right;
    width: 430px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 43px;
}

.footer .pol {
    font-size: 16px;
    font-weight: 300;
    color: #908F8F;
    text-align: right;
    display: block;
}

.footer .copy {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    margin-top: -18px;
}

.company-page h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 23px;
    letter-spacing: 0.025em;
    margin-bottom: 30px;
}

.company-page h1 span {
    color: #313EA2;
}

.company-page .top-info {
    border-radius: 3px;

    position: relative;
    margin-bottom: 22px;
    padding: 22px 0 22px 272px;
}

.company-page .top-info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 3px;
    background: url('assets/img/top-company-info.png') center / cover;
}

.company-page .top-info .logo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    width: 182px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 30px;
    z-index: 2;
}

.company-page .top-info .logo img {
    vertical-align: middle;
}

.company-page .top-info ul {
    position: relative;
    width: 384px;
    z-index: 2;
}

.company-page .top-info ul li {
    color: #fff;
    margin-bottom: 14px;
    padding-left: 20px;
    background: url('assets/img/check.svg') no-repeat 0 4px;
}

.company-page .top-info ul li:last-child {
    margin-bottom: 0;
}

.company-page .top-info .bon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 54px;
    width: 180px;
    text-align: center;
    z-index: 2;
    font-weight: 300;
    color: #E0E0E0;
}

.company-page .top-info .bon span {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    margin: 8px 0 22px;
}

.company-page .top-info .bon a {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    width: 100%;
    height: 40px;
    background: #fcd730;
    border-radius: 5px;
    line-height: 36px;
    display: inline-block;
    text-decoration: none;
}

.company-page .top-info .bon a:hover {
    transition: .5s;
    box-shadow: 0 0 5px rgb(252 215 48);
}


.company-page .main-info {
    border-radius: 3px;
    background: #1d2329;
    margin-bottom: 22px;
    padding: 22px;
}

.company-page .main-info p {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 25px;
}

.company-page .main-info table {
    width: 100%;
}

.company-page .main-info table tr td {
    font-weight: 400;
    line-height: 21px;
    padding: 0 10px 10px 0;
    vertical-align: top;
}

.company-page .main-info table tr td:first-child {
    font-weight: 400;
    width: 240px;
}

.company-page .main-info table tr td a {
    color: #2396F7;
    text-decoration: none;
}

.single-bonus {
    margin-bottom: 27px;
    background: url('assets/img/bonus2.jpg') center / cover;
    border-radius: 3px;
    color: #fff;
    padding: 30px 40px;
}

.single-bonus .logo {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    width: 148px;
    height: 42px;
    line-height: 40px;
    text-align: center;
}

.single-bonus .logo img {
    vertical-align: middle;
}

.single-bonus .perc {
    font-weight: 700;
    font-size: 20px;
    padding-top: 10px;
}

.single-bonus .perc span {
    color: #D84343;
}

.single-bonus .get_bonus {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    width: 148px;
    height: 42px;
    background: #fcd730;
    border-radius: 5px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    text-decoration: none;
}

.single-bonus .get_bonus:hover {
    box-shadow: 0 0 5px rgb(252 215 48);
    transition: .5s;
}

.single-bonus p {
    color: #E0E0E0;
    font-size: 16px;
    line-height: 26px;
    padding-top: 20px;
}

.single-bonus p span {
    font-weight: 700;
    color: #fff;
    font-size: 20px;
}

.single-bonus p a {
    font-weight: 700;
    color: #fff;
}

.comments {
    border: 1px solid rgb(70 70 70 / 40%);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    padding: 24px 18px;
    color: white;
    margin-bottom: 20px;
    background: #1d2329;
}

.comments h2 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
}

.comments .item {
    margin-bottom: 50px;
    position: relative;
    padding-left: 85px;
}

.comments .item .author {
    text-align: center;
    top: 0;
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 3px;
}

.comments .item .author img {
    display: block;
    margin: 0 auto 5px auto;
}

.comments .item .date {
    font-size: 13px;
    margin-bottom: 2px;
}

.comments .item .rating {
    margin-bottom: 20px;
}

.comments .item .plus {
    font-weight: 300;
    line-height: 24px;
    padding-left: 25px;
    background: url('assets/img/plus.png') no-repeat 0 3px;
    margin-bottom: 5px;
}

.comments .item .minus {
    font-weight: 300;
    line-height: 24px;
    padding-left: 25px;
    background: url('assets/img/minus.png') no-repeat 0 3px;
}

.comments-form {
    margin-bottom: 30px;
    border: 1px solid rgb(70 70 70 / 40%);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    padding: 15px 35px 55px 75px;
    background: #1d2329 url(assets/img/avatar2.png) no-repeat 22px 28px;
}

.comments-form h2 {
    font-weight: 500;
    font-siez: 22px;
    margin-bottom: 5px;
}

.comments-form .rating {
    margin-bottom: 10px;
}

.comments-form input[type='text'] {
    width: 48%;
    height: 42px;
    background: #FAFAFA;
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 3px;
    font-weight: 300;
    padding: 0 10px;
    margin-bottom: 10px;
}

.comments-form textarea {
    width: 100%;
    height: 135px;
    background: #FAFAFA;
    border: 1px solid rgba(229, 229, 229, 0.5);
    border-radius: 3px;
    font-weight: 300;
    padding: 10px;
    margin-bottom: 10px;
}

.comments-form .agree {
    padding: 0 0 45px 25px;
    position: relative;
}

.comments-form .agree input {
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 0;
}

.comments-form .agree label {
    font-weight: 300;
    font-size: 12px;
    display: block;
}

.comments-form .agree label a {
    display: block;
    text-decoration: none;
    color: #2396F7;
}

.comments-form button {
    font-weight: 500;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    width: 215px;
    height: 47px;
    background: #fcd730;
    border-radius: 3px;
}

.forecast-page h1 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 23px;
}

.forecast-page .date {
    color: #535353;
    margin-bottom: 28px;
}

.forecast-page .date .fa {
    margin: -2px 7px 0 15px;
    vertical-align: middle;
}

.forecast-page a {
    display: block;
    margin-bottom: 28px;
    color: #002EA5;
}
.forecast-page .games-list.flex2 a {
    display: initial;
    margin-bottom: 28px;
    color: #ffffff;
}
.forecast-page .companies-rating a {
    display: initial;
    margin-bottom: 28px;
    color: #ffffff;
}




.forecast-page p {
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 26px;
}

.forecast-page h2 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
    color: #ffffff;
}

.forecast-page .match {
    height: 357px;
    margin-bottom: 45px;
    position: relative;
}

.forecast-page .match .name {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    top: 25px;
    left: 0;
    position: absolute;
}

.forecast-page .match .teams {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 150px;
    position: relative;
}

.forecast-page .match .teams:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 50px;
}

.forecast-page .match .teams div {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

.forecast-page .match .teams div img {
    display: block;
    margin: 0 auto 15px auto;
}

.forecast-page .match .info {
    background: rgb(29 35 41);
    position: absolute;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
    left: 0;
    align-items: center;
    padding: 7px 20px;
}

.forecast-page .match .info .coef {
}

.forecast-page .match .info .coef a {
    display: inline-block;
    text-decoration: none;
    align-items: center;
    font-weight: 500;
    color: #000;
    letter-spacing: 0.025em;
    font-size: 13px;
    background: #ffffff;
    border-radius: 2px;
    padding: 6px 20px;
    margin: 0;
    margin-left: 9px;
}

.forecast-page .match .info a.make_stavka {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    width: 180px;
    height: 33px;
    display: block;
    background: #fcd730;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    line-height: 34px;
    margin-bottom: 0px;
    margin-left: auto;
}
.forecast-page .match .info a.make_stavka:hover {
    box-shadow: 0 0 5px rgb(252 215 48);
}

.forecast-page .match .info .date {
    color: #fff;
    margin: 0;
    margin-left: 22px;
}

.forecast-page .match .info .date img {
    vertical-align: middle;
    margin: -2px 6px 0 6px;
}

.main-coefs {
   /* border: 1px solid #858585;*/
    margin: 0px 0 30px;
}

.main-coefs .head {
    height: 40px;
    background: #1d2329;
}

.main-coefs .item {
    position: relative;
    padding: 22px 28px;
    font-size: 19px;
    line-height: 22px;
    border-bottom: 1px solid #404040;
    background: #1d2329;
}

.main-coefs .item:last-child {
    border-bottom: 0;
}

.main-coefs .item span {
    font-weight: 700;
}
blockquote p{
    margin-bottom: 0px !important;
}
.main-coefs .item a {
    font-size: 13px;
    font-weight: 700;
    width: 180px;
    height: 40px;
    color: #000;
    background: #fcd730;
    border-radius: 5px;
    right: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    text-decoration: none;
    line-height: 39px;
}
.main-coefs .item a:hover {
    box-shadow: 0 0 5px rgb(252 215 48);
}
.forecast-comments .comment {
    margin-bottom: 40px;
}

.forecast-comments .comment img {
    float: left;
}

.forecast-comments .comment .text {
    margin-left: 70px;
    line-height: 160%;
}

.forecast-comments .comment .text .name {
    margin-bottom: 2px;
}

.forecast-comments .comment .text .name span {
    font-weight: 700;
    margin-right: 30px;
}

.forecast-comments .br {
    height: 30px;
}

.forecast-comments textarea {
    width: 100%;
    height: 132px;
    border: 1px solid #C3C3C5;
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 10px;
}

.forecast-comments input[type='text'] {
    width: 23%;
    height: 35px;
    border: 1px solid #C3C3C5;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.forecast-comments button {
    width: 23%;
    height: 35px;
    font-weight: 500;
    color: #fff;
    border-radius: 3px;
    background: #2396F7;
    margin: 0 0 10px 0;
}

.news-page h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 8px;
}

.single h1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 8px;
}

.navi {
    font-size: 12px;
    color: #676767;
    font-weight: 300;
    margin-bottom: 15px;
}

.navi a {
    color: #676767;
    text-decoration: none;
}

.news-page p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}

.news-page .item {
    width: 32%;
    border-radius: 3px;
}

.news-page .item:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}

.news-page .item img {
    width: 100%;
    border-radius: 6px;
}

.news-page .item .info {
    padding: 12px 12px 20px 12px;
}

.news-page .item .info .date {
    font-size: 13px;
    margin-bottom: 15px;
    margin-top: 10px;
    color: #6D6D6D;
}

.news-page .item .info .date .fa {
    margin: 0 5px 0 0;
}

.news-page .item .info a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.025em;
    color: #ffffff;
}

button.loadmore {
    display: block;
    margin: 15px auto 30px auto;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 13px;
    width: 156px;
    height: 31px;
    background: #fcd730;
    border-radius: 5px;
}

button.loadmore:hover {
    box-shadow: 0 0 5px rgb(252 215 48);
}

.news-page .item2 {
    padding-left: 300px;
    margin-bottom: 35px;
    position: relative;
    width: 100%;
}

.news-page .item2 .image {
    position: absolute;
    width: 287px;
    height: 100%;
    top: 0;
    left: 0;
}

.news-page .item2 a {
    display: block;
    font-weight: 700;
    text-decoration: none;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0.025em;
    color: #121212;
    margin-bottom: 7px;
}

.news-page .item2 p {
    font-size: 16px;
    line-height: 26px;
}

.mobile-menu {
    background: linear-gradient(91.82deg, #000000 1.58%, #000000 98.76%);
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.mobile-menu.opened {
    display: block;
}

.mobile-menu ul {
    padding-top: 112px;
}

.mobile-menu ul li a {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
}

.mobile-menu ul li ul {
    padding-top: 0;
}

@media (max-width: 1330px) {
    .wrap {
        width: 970px;
    }
    .page-left-col{
        width: 100%;
    }
    .page-right-col {
        width: 100%;
    }
    .header ul li {
        margin-right: 0;
    }

    .header ul li a {
        padding: 18px 15px;
    }

    .companies-rating table thead tr td {
        padding: 10px 15px;
    }

    .companies-rating table tbody tr td {
        padding: 20px 15px;
    }

    .games-list .item {
        width: 49%;
    }

    .games-list .item:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }

    .games-list .item:nth-child(2n) {
        margin-left: 2%;
    }

    .companies-sites .item .rating {
        margin: 0 0 0 10px;
        display: block;
    }

    .leagues .item .name {
        padding-left: 80px;
    }

    .company-page .top-info .logo {
        left: 20px;
    }

    .company-page .top-info .bon {
        right: 20px;
        width: 150px;
    }

    .company-page .top-info .bon span {
        margin: 8px 0 12px;
    }

    .company-page .top-info {
        padding-left: 220px;
    }

    .forecast-page .match .teams {
        padding: 0 100px;
    }

    .main-coefs .item button {
        width: 140px;
    }
}

@media (max-width: 991px) {

    .forecast-page .match .info {
        flex-direction: column;
        align-items: center;
    }

    .forecast-page .match .info a.make_stavka {
        margin-top: 7px;
    }

    .companies-rating table tbody tr td.btns a.b1 {
        margin-bottom: 5px;
    }

    .single-bonus .flex {
        flex-direction: column;
        align-items: center;
    }

    .single-bonus .flex .logo {
        display: block;
    }

    .single-bonus .flex .perc {
        display: block;
    }

    .single-bonus .flex .get_bonus {
        display: block;
    }

    .wrap {
        width: 747px;
    }

    .header .logo img {
        width: 150px;
    }

    .header ul li a {
        padding: 18px 5px;
        font-size: 14px;
    }

    .companies-rating table thead tr td {
        padding: 10px 10px;
    }

    .companies-rating table tbody tr td {
        padding: 10px 10px;
    }

    .companies-rating table tbody tr td:last-child {
        width: 90px;
    }

    .companies-rating table tbody tr td button {
        margin: 3px 0;
    }

    .garant-bets .item .buttons a.b1 {
        width: 100%;
        margin-bottom: 5px;
    }

    .garant-bets .item .buttons a.b2 {
        width: 100%;
    }

    .bonuses .item .info button {
        width: 140px;
    }

    .company-page .top-info {
        padding: 120px 20px 20px 20px;
    }

    .company-page .top-info .logo {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 20px;
    }

    .company-page .top-info .bon {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        right: 20px;
        bottom: 20px;
    }

    .single-bonus button {
        width: 100%;
        margin-top: 15px;
    }

    .company-page .top-info .bon {
        -webkit-transform: none;
        transform: none;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        position: relative;
        width: auto;
        margin-top: 20px;
    }

    .company-page .main-info table tr td {
        display: block;
        padding: 0 0 10px 0;
    }

    .company-page .main-info table tr td:first-child {
        font-weight: 700;
        padding: 0;
    }

    .single-bonus {
        padding: 20px;
        text-align: center;
    }

    .single-bonus .logo {
        margin: 0 auto;
    }

    .comments .item .author {
        width: 45px;
        font-size: 11px;
    }

    .comments .item {
        padding-left: 60px;
    }

    .comments-form {
        background: #ffffff url('img/avatar2.png') no-repeat 12px 18px;
        padding: 20px 20px 20px 60px;
    }

    .comments-form input[type='text'] {
        width: 100%;
    }

    .forecast-page .match .teams {
        padding: 0 50px;
    }

    .forecast-page .match .info button {
        width: 100%;
        margin-top: 10px;
    }

    .forecast-page .match .info .date {
        padding-top: 12px;
    }

    .main-coefs .item button {
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        -webkit-transform: none;
        transform: none;
        display: block;
        margin-top: 10px;
    }

    .news-page .item {
        width: 48%;
    }

    .news-page .item:nth-child(3n-1) {
        margin-left: 0;
        margin-right: 0;
    }

    .news-page .item:nth-child(2n) {
        margin-left: 2%;
    }

    .news-page .item2 {
        width: 49%;
        padding: 200px 0 0 0;
        background: #fff;
        -webkit-box-shadow: rgba(1, 1, 1, 0.5) 0 0 10px;
        box-shadow: rgba(1, 1, 1, 0.5) 0 0 10px;
    }

    .news-page .item2 .image {
        width: 100%;
        height: 180px;
    }

    .news-page .item2 a {
        padding: 0 12px;
    }

    .news-page .item2 p {
        padding: 12px 12px 0 12px;
    }
}

@media (max-width: 767px) {
    .wrap {
        width: auto;
        padding: 0 10px;
    }

    .menubg {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(1, 1, 1, 0.7);
        z-index: 11;
        display: none;
    }

    .header ul {
        position: fixed;
        width: 280px;
        height: 100%;
        top: 0;
        left: -280px;
        background: #fff;
        z-index: 12;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .header ul.opened {
        left: 0;
    }

    .header ul li {
        display: block;
    }

    .header ul li a {
        display: block;
        font-size: 16px;
        padding: 10px 20px;
        color: #000;
        border-bottom: 1px solid #ccc;
    }

    .header ul li a .fa {
        display: none;
    }

    .header ul li ul {
        position: relative;
        width: auto;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        display: block;
        background: #fff;
        padding: 0;
    }

    .header ul li ul li a {
        font-weight: 400;
        font-size: 14px;
        text-transform: none;
    }

    .header .logo img {
        width: auto;
    }

    .header .menu-button {
        display: block;
    }

    .page-left-col {
        width: 100%;
    }

    .page-right-col {
        width: 100%;
    }

    .companies-rating table thead tr td:nth-child(1) {
        display: none;
    }

    .companies-rating table tbody tr td:nth-child(1) {
        display: none;
    }

    .companies-rating table thead tr td:nth-child(3) {
        display: none;
    }

    .companies-rating table tbody tr td:nth-child(3) {
        display: none;
    }

    .companies-rating table thead tr td:nth-child(5) {
        display: none;
    }

    .companies-rating table tbody tr td:nth-child(5) {
        display: none;
    }

    .games-list .item {
        width: 100%;
    }

    .games-list .item:nth-child(2n) {
        margin-left: 0;
    }

    .games-list .item .tag {
        padding-right: 20px;
    }

    .games-list .item .teams .team {
        padding: 0 10px;
    }

    .companies-sites .item .rating {
        margin: 0 10px;
    }

    .footer {
        text-align: center;
    }

    .footer .left-side {
        width: 100%;
    }

    .footer .right-side {
        width: 100%;
    }

    .footer .logo {
        margin-bottom: 20px;
    }

    .footer .mail {
        margin-bottom: 20px;
    }

    .footer p {
        text-align: center;
        margin-bottom: 20px;
        width: auto;
    }

    .footer .copy {
        margin-top: 20px;
    }

    .footer .pol {
        text-align: center;
    }

    .forecast-page .match .teams {
        padding: 0 10px;
    }

    .forecast-page .match {
        height: 440px;
    }

    .forecast-page .match .teams:before {
        width: 20px;
    }

    .forecast-page .match .info .coef {
        width: 100%;
        text-align: center;
    }

    .forecast-page .match .info .date {
        width: 100%;
        text-align: center;
    }

    .forecast-comments input[type='text'] {
        width: 48%;
    }

    .forecast-comments button {
        width: 48%;
    }

    .news-page .item {
        width: 100%;
    }

    .news-page .item:nth-child(2n) {
        margin-left: 0;
    }

    .news-page .item2 {
        width: 100%;
        padding-top: 150px;
    }

    .news-page .item2 .image {
        height: 134px;
    }
}


@media (max-width: 768px) {
    .company-page .top-info ul {
        width: 100%;
    }

    .companies-sites .item {
        text-align: center;
    }

    .companies-sites .widget_title {
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .mobile-menu {
        display: none !important;
    }
}

.fa-star:before {
    color: #d2d2d2;
}

span.checked:before {
    color: #fcd730;
}

table .rating span.fa:before {
    font-size: 18px;
}

table .pos {
    padding: 10px 16px !important;
}

.text-page img {
    height: auto;
}

.menu-item-has-children a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    margin-left: 7px;
}

.menu-item-has-children .sub-menu a:after {
    content: "";
}

.comments_name {
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 8px;
}

.set_rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    width: 8em;
    margin-bottom: 10px;
}

.set_rating input {
    position: absolute;
    left: -999999px;
}

.set_rating label {
    display: inline-block;
    font-size: 0;
}

.set_rating > label:before {
    position: relative;
    font: 21px/1 FontAwesome;
    display: block;
    content: "\f005";
    color: #fcd730;
    background: #d2d2d2;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.set_rating > label:hover:before,
.set_rating > label:hover ~ label:before,
.set_rating > label.selected:before,
.set_rating > label.selected ~ label:before {
    color: #fcd730;
    background: #fcd730;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.set_rating label:hover {
    cursor: pointer;
}

#searchform #searchsubmit {
    width: 90px;
    height: 31px;
    line-height: 29px;
    border-radius: 5px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background: #313EA2;
    margin-top: 15px;
    text-decoration: none;
}

#searchform #s {

    border: 1px solid #e5e5e5;
}

.match_koef {
    display: flex;
    position: absolute;
    bottom: 0px;
    justify-content: space-between;
    border-top: 1px solid #2d3239;
    width: 100%;
}

.team_name {
    font-size: 13px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match_time {
    font-size: 20px;
    font-weight: 900;
    color: white;
}

.match_date {
    text-align: center;
}

.match_koef .koef {
    width: 32%;
    border-right: 1px solid #2d3239;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
}

.match_koef .koef:nth-child(3) {
    border-right: none;
}

.team_logo {
    border: 1px solid #3d4653;
    border-radius: 71px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.match_date_item {
    font-size: 10px;
    color: #6d6d6d;
}

.match_koef .koef a {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

.team_logo img {
    margin: 0 auto !important;
    margin-top: 0px !important;
    border-radius: 20px;
}

.widget_title {
    display: flex;
    font-size: 15px;
    align-items: flex-end;
    padding-left: 14px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.companies-sites .bonus {
    display: inline-block;
    margin-right: 18px;
    padding-left: 27px;
    margin-left: 5px;
    background: url(assets/img/diamont.svg) no-repeat 0px 3px;
    background-size: 19px;
    font-size: 15px;
}

.review_more {
    height: 30px;
    width: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    border: 1px solid #49515b;
    font-size: 21px;
    display: inline-block;
    border-radius: 6px;
    line-height: 16px;
}

.review_go {
    height: 30px;
    width: 30px;
    color: white;
    text-align: center;
    text-decoration: none;
    border: 1px solid #49515b;
    font-size: 21px;
    display: inline-block;
    border-radius: 6px;
    line-height: 28px;
}

.companies-sites .item, .companies-sites .widget_title {
    border-bottom: 1px solid #2d3239;
}

.widget_title.all_rating a {
    color: #9f9f9f;
    font-size: 13px;
    text-decoration: none;
}

.widget_title.all_rating a:hover {
    text-decoration: underline;
}

.widget_title.all_rating {
    justify-content: center;
    border-bottom: none;
    padding-top: 9px;

}

p.text-justify {
    text-align: justify;
}


p img.aligncenter {
    display: block;
    margin: 0 auto;
}

.navigation.pagination {
margin-bottom: 20px;
}

.navigation.pagination .nav-links {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav-links .page-numbers {
    display: block;
    color: white;
    width: 30px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 30px;
    height: 29px;
    border: 1px solid white;
    text-align: center;
    margin-right: 11px;
}

.nav-links .page-numbers.current{
    color: #0c0c0c;
    background: #fcd730;
    width: 30px;
    text-decoration: none;
    border-radius: 3px;
    line-height: 30px;
    height: 29px;
    border: 1px solid #5a5a5a;
}

.breadcrumbs span {
    margin-right: 20px;
    position: relative;
}
.breadcrumbs a:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -11px;
    top: 2px;
}
.breadcrumbs a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #ffffff;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 3px;
}
.breadcrumbs span span {
    margin-right: 0;
}

a.profi-button {
  width: 100%;
  max-width: 220px;
  padding: 8px 16px;
  background-color: #feb20e;
  color: black !important;
  text-decoration: none !important;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}
a.profi-button:hover {
  background-color: orange;
}
a.profi-button.dark {
  padding: 2px 4px;
  color: #0073ff !important;
  border: 1px solid #0073ff !important;
  background-color: #ffffff00 !important;
}
a.profi-button.dark:hover {
  color: red !important;
  border: 1px solid red !important;
  background-color: #ffffff00 !important;
}

a.pr-button.knopka {
	color: #ffffff; 
	background: #61CE70; 
	padding: 10px; 
	border-radius: 20px;
	border: 3px solid #FFFFFF;
} 
