html {
    box-sizing: border-box;
}

*,
*::after,
*::before{
    box-sizing: inherit;
}
* {
    padding: 0;
    margin: 0;
}
a {
    color: #23527c;
    text-decoration: underline transparent;
    transition: all 0.5s;
}
a:hover {
    text-decoration: underline;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    margin: 0;
    background-color: #1b609b;
}
.container{
    max-width: 1280px;
    margin: 0 auto;

}
.header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background-color: rgb(31, 62, 97);
    box-shadow: rgb(0 0 0 / 50%) 0px 1px 5px;
    text-align: center;
    color: rgb(204, 204, 204);
    height: 40px;
}
.header__inner {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}
.hamburger__btn {
    margin-left: 20px;
    min-width: 29px;
    height: 24px;
    border: 1px solid rgb(102, 102, 102);
    padding: 5px 5px 4px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.hamburger__btn-line {
    height: 2px;
    margin-bottom: 3px;
    background-color: rgb(204, 204, 204);
    
}
.header__registration {
    display: block;
    display: flex;
}
.header__account {
    display: flex;
}
.header__avatar {
    background-image: url('images/avatar.PNG');
    background-size: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid rgb(204, 204, 204);
    margin-left: 10px;
}
.header__avatar:hover {
    cursor: pointer;
    box-shadow: rgb(204 204 204) 0px 1px 5px;
}
.message__counter,
.money__counter {
    padding-right: 5px;
    padding-left: 5px;
}
.message__unread {
    font-size: 18px;
    font-weight: bold;
}
.header__link {
    display: flex;
    align-items: center;
    font-weight: bold;
    margin-left: 15px;
    color: rgb(204, 204, 204);
    transition: none;
}
.header__link:hover {
    color: rgba(255,255,255);
    text-decoration: none;
}
.header__link-text {
    margin-left: 5px;
}
.header__account-info {
    position: absolute;
    right: 5px;
    top: 40px;
    height: 100px;
    width: 205px;
    background:  rgba(255,255,255);
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(0 0 0 / 50%) 0px 1px 5px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    display: none; /* спрятали всплывающее окно входа-выхода */
}
.user-name {
    font-size: 15px;
    font-weight: bold;
    color: rgb(31, 62, 97);
    margin-bottom: 5px;
}
.user-emale {
    font-size: 13px;
    font-weight: bold;
    color: rgb(102, 102, 102);
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.exit__block {
    display: flex;
    justify-content: flex-start;
    align-items: center;  
}
.exit__link {
    margin-right: 10px;
}
.exit__text {
    font-size: 13px;
    font-weight: bold;
    color: rgb(31, 62, 97);
}
.top__section {
    background-color: white;
    background-image: url('images/top_bckrd.PNG');
    background-size: auto;
    background-repeat: repeat-x;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;

}
.top__main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.top__info {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    border-left: 1px solid rgb(238, 238, 238);
    border-right: 1px solid rgb(238, 238, 238);
    background: rgba(255,255,255);
    height: 125px;
    padding-bottom: 10px;
}
.top__info-reminder {
    background-color: rgb(238, 238, 238);
    border-bottom: 1px solid rgb(153, 153, 153);
    min-width: 200px;
}
.top__info-reminder p {
    text-transform: uppercase;

    font-weight: bold;
    padding: 10px;

}
.top__info-counter {
    padding-right: 10px;
    padding-left: 10px;
}
.top__info-counter p {
    font-size: 20px;
}
.top__info-counter p span {
    font-size: 40px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}
.coupon__link {

    color: #23527c;
    text-decoration: underline transparent;
    transition: all 0.5s;
}
.coupon__link:hover {
    text-decoration: underline;
}
.top__title h1 {
    display: table;
    word-spacing: 60px;
    line-height: 1.5;
    font-size: 22px;
    text-transform: capitalize;
    font-style: italic;
    margin-left: 15px;
    color: rgb(27, 96, 155);
}
.main__section {
    display: flex;
    background-color: rgba(255,255,255);
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100vh - 230px);
}
ul {
    list-style: none;
}
.main__menu {
    background-color: rgba(255,255,255);
    min-width: 150px;
    padding-right: 20px;
}
.top__info-reminder .span__title {
    border-bottom: none;
    margin-bottom: 0;
}
.span__title {
    display: block;
    text-transform: uppercase;
    white-space: nowrap;
    margin-bottom: 4px;
    color: rgb(0, 170, 50);
    background-color: rgb(238, 238, 238);
    border-bottom: 1px solid rgb(153, 153, 153);
    padding: 5px 10px;
}
.span__link {
    color: rgb(0, 170, 50);
}
.span__link:hover {
    text-decoration: underline;
}
.navigation {
    position: sticky;
    top: 40px;
}
.navigation__list-item:first-child {
    display: none;
}
.navigation__list-item--link {
    color: #23527c;
    display: block;
    padding: 5px 7px;
    border-bottom: 1px solid rgb(238, 238, 238);
    text-align: left;
    transition: none; 
}
.navigation__list-item--link:hover {
    background-color: rgb(238, 238, 238);
    text-decoration: none;
}
.navigation__list-item--link {
    position: relative;    
}
.notification {
    position: absolute;
    right: 0;
    display: inline-block;
    background-color: rgb(153, 153, 153);
    color: rgba(255,255,255);
    font-size: 12px;
    min-width: 22px;
    padding: 0px 5px;
    border-radius: 10px;
    text-align: center;
}

/* стили для основного блока ===================================================================== */
.main__content-wrapper {
    width: 100%;
    padding-bottom: 10px;
}
.main__content-inner {
    display: flex;
    padding: 0 10px 0;
}
.main__content-top .news__content {
    width: 33%;
}
.main__content-top .news__content:not(:last-child) {
    margin-right: 20px;
}
.news__content-date {
    font-size: 12px;
    color: rgb(153, 153, 153);
}
.news__content-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: black;
    margin-top: 5px;
    margin-bottom: 10px;
}
.news__content-title:hover {
    text-decoration: underline;
}
/* запрещаем перенос значка комменов отдельно от счетчика комментов */
.news__content-comment {
    white-space: nowrap;
}
.news__content-comment--icon {
    padding-right: 2px;
    padding-left: 10px;
}
.news__content-comment--counter {
    font-size: 12px;
    color: rgb(153, 153, 153);
}
.news__content-comment--counter:hover {
    text-decoration: underline;
}
.main__content-center {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.main__content-center .main__content-wrapper {
    width: 24%;
}
.table {
    width: 100%;
}
.main__content-center th {
    color: rgb(170, 170, 170);
}
.main__content-center th,
.main__content-center td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.main__content-center th:first-child,
.main__content-center td:first-child {
    padding-right: 5px;
}
.main__content-center th:first-child,
.main__content-center th:nth-child(2) {
    text-align: left;
}
.main__content-center th:nth-child(3),
.main__content-center td:nth-child(3) {
    text-align: right;
}
.table__date {
    color: rgb(170, 170, 170);
    white-space: nowrap;
}
.table__team { 
    width: 100%;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    white-space: nowrap;
}
.main__content-bottom .main__content-inner {
    flex-direction: column;
    padding-bottom: 5px;
}
.main__content-bottom .main__content-wrapper:last-child .span__link {
    transition: none;
}
.news__comment {
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.main__content-bottom .main__content-inner:last-child .news__comment {
    border-bottom: none;
}
.main__content-bottom {
    display: flex;
}
.main__content-bottom .main__content-wrapper:first-child {
    margin-right: 10px;
}
.main__content-bottom .main__content-wrapper:last-child {
    width: 40%;
}
.main__content-bottom .main__content-wrapper:last-child .span__link:hover {
    text-decoration: none;
}
.icon__cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main__content-bottom td {
    padding-top: 2px;
    padding-bottom: 2px;
}
.main__content-bottom td:first-child {
    padding-right: 5px;
}
.main__content-bottom tr td:nth-child(2) {
    width: 100%;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: table-cell;
    white-space: nowrap;
}
.footer {
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}
.footer__copyright {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-weight: bold;
    color: rgb(204, 204, 204);
}
.footer__copyright-link {
    margin-left: 10px;
    color: rgb(204, 204, 204);
    transition: all 0.4s;

}
.footer__copyright-link:hover {
    color: rgba(255,255,255);
}
/*стили для странички трансферов ====================================================*/
.uniblock {
    width: 100%;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}
.uniblock__nav {
    display: flex;
    margin-bottom: 10px;
   /* padding: 5px; */
    /*margin: 10px 0px; */
    border-bottom: 1px solid rgb(238, 238, 238);
}
.uniblock__heading {
   /* margin: 10px 0px; */
   padding: 10px 0;
}
.uniblock__heading-link {
    padding: 2px 10px;
    color: #23527c;
}
.uniblock__heading:not(:last-child) { 
    border-right: 1px solid rgb(238, 238, 238);
}
.uniblock__main {
    display: flex;
    justify-content: space-between;
}
.uniblock__main-section {
   width: 100%;
}
.unitable__title {
    display: flex;
    justify-content: space-between;
    
}
.unitable__header {
    padding: 5px;
    background-color:rgb(27, 96, 155);
    color: white;
}
.keeper__logo {
    width: 15px;
    cursor: pointer;
}
.plus__logo {
    width: 15px;
    cursor: pointer;
    margin-left: 5px;
    display: none;
}
.delete__logo,
.add__logo {
    cursor: pointer;
}
.unitable-player,
.club__table-team {
    text-align: left;
}
.uniblock__main-aside {
    margin: 5px 0;
    padding: 8px;
    border: 1px solid rgb(221, 221, 221);
    background-color: rgb(238, 238, 238);
    text-align: center;
}
.window-closed {
    color: red;
    font-weight: bold;
}
.transfer_btn {
    text-align: center;
    background: rgb(35, 82, 124);
    border-radius: 4px;
    padding: 6px 12px;
    color: white;
    cursor: pointer;
}
.disable {
    opacity: 0.2;
    cursor: auto;
}
.players__list {
    display: flex;
    flex-direction: column;
    width: 49%;
}
.players__list-back {
    padding: 8px;
    color: rgb(35, 82, 124);
    cursor: pointer;
}
.balance-counter {
    font-size: 24px;
    padding-left: 5px;
    padding-right: 5px;
}
.select__row {
    width: 200px;
}
.unitable-bottom {
    display: flex;
    justify-content: space-around;
}
.unitable-bottom span:nth-child(1),
.unitable-bottom span:nth-child(3) {
    cursor: pointer;
}
.active {
    background-color: rgb(240, 255, 255);
}
.buy {
    opacity: 0.5;
}
.center {
    text-align: center;
}
/* прячем кнопку НАЗАД */
.players__list-back {
    display: block;
}
/* диалоговое окно на затемненном фоне popup window -------------------------------------------------------*/
.popup__back {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, 0.4);
    z-index: 100;
}
.popup__window {
    display: none;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 114 173 / 14%) 0px 6px 18px;
    border-radius: 20px;
    padding: 24px;
    max-height: max-content;
    min-width: 350px;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;   
}
/* конец стилей для трансферов */

/* стили для блока авторизации ====================================================================== */
.authorize__block {
    justify-content: center;
}
.authorize__block-content {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    margin-right: 20px;
    margin-left: 20px;
    text-align: left;
    min-width: 200px;
    
}
.login__form-title {
    font-size: 18px;
    margin-bottom: 15px;
}
.login__form-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    height: 34px;
}
.login__form-pic {
    display: block;
    width: 40px;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right:none;
    height: 100%;
}
.login__form-error {
    margin-bottom: 10px;
    color:tomato;
}
.login__form-btn {
    margin-bottom: 10px;
}
.login__form-link {
    margin-top: 20px;
}
.login__form-input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100%;
}
.login__form-input:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.login__form-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.login__form-check {
    margin-right: 10px;
}
.login__form-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
    min-width: 250px;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
}
.login__form-btn:hover {
    text-decoration: none;
}
.enter__btn:hover {
    background-color: #449d44;
    border-color: #398439;
}
.enter__btn {
    text-align: center;
    justify-content: center;
    background-color: #5cb85c;
    border-color: #4cae4c;
    font-size: 14px;
}
.enter__btn-pic {
    margin-right: 5px;
}
.login__form-links {
    display: flex;
    justify-content: space-around;
}
.fb__btn {
    background-color: #324c86;
}
.vk__btn {
    background-color: #4c81b7;
}
.ok__btn {
    background-color: #F6881F;
}
.fb__btn:hover, .vk__btn:hover, .ok__btn:hover {
    color: #eee;
}

/* конец стилей для блока авторизации============================================== */


/* стили для страницы с командами (универсальные таблицы) ==============================*/
.unitable {
    width: 100%;
    background-color: white;
    border-spacing: 1px;
}
.bord-bott {
    border-bottom: 1px solid rgb(153, 153, 153);
}
.unitable__head {
    position: sticky;
    top: 40px;
}
.unitable__head-tr {
    background-color: rgb(221, 221, 221);
}
.unitable__head-th {
    position: sticky;
    top: 40px;
    background-color: rgb(221, 221, 221);
    padding: 7px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  
}
.no-sticky {
    position: unset;
}
.unitable__body {
    background-color: rgb(238, 238, 238);
}
.unitable__foot {
    background-color: rgb(221, 221, 221);
}

.unitable__body-tr:nth-child(2n) {
    background-color: rgb(221, 221, 221);
}
.unitable__body-td,
.unitable__foot-td {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
  /*  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.unitable__foot-td {
    font-weight: bold;
}
.unitable__body-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mb20:not(:last-child) {
    margin-bottom: 20px;
}
.td-pic {
    display: flex;
    align-items: center;
}
.unitable__pic {
    cursor: pointer;
}
.unitable__red {
    color: red;
}
.min130 {
    min-width: 130px;
}
.w140 {
    width: 140px;
}
.w100percent {
    width: 100%;
}
.max-w100 {
    max-width: 100px;
}
/* конец стилей для блока универсальныых таблиц ========================== */

/*стили для странички Календаря игр ========================== */
.unitable__caption {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}
.calendar__arrows {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.calendar__arrows-item {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #1b609b;
}
.calendar__arrows-pic {
    width: 30px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
/* стили для странички фэнтазей ============================================ */
.fantasy__title {
    text-transform: lowercase;
}
.uniblock__main {
    display: flex;
    justify-content: space-between;
}
.uniblock__main-section:first-child {
    
}
.fantasy__block-wrapper {
    position: sticky;
    top: 40px;
}
/*.uniblock__main-section:last-child {
    width: 35%;
} */
.uniblock__caption {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.uniblock__caption-date {
    font-weight: bold;
}
/* .unitable__pic {
   margin-right: 5px;
} */
.w45 {
    width: 45px;
}
.w50 {
    width: 50px;
}
.fantasy__best {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}
.fantasy__best-title {
    margin-bottom: 5px;
    font-weight: bold;
}
.fantasy__best-inner {
    display: flex;
    min-height: 137px;
}
.fantasy__best-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fantasy__best-pic {
    background-image: url('images/19.jpg');
    background-size: 100px auto;
    background-repeat: no-repeat;
    width: 100px;
    margin-right: 5px;
}
.fantasy__best-info {
    width: 131px;
}
.fantasy__best-item:not(:last-child) {
    margin-bottom: 10px;
}
.fantasy__best-club {
    display: flex;
    align-items: center;
}
.fantasy__best-result {
    font-size: 30px;
    color: rgb(0, 170, 50);
}
.w35percent {
    width: 35%;
    margin-left: 30px;
}
.w270 {
    width: 270px;
    margin-left: 30px;
}
.w49percent {
    width: 49%;
}
.nav__bottom {
    margin-top: 10px;
}
.nav__bottom-list {
    display: flex;
    justify-content: center;
}
.nav__bottom-list-item--link {
    margin: 2px;
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #636363;
    font-size: 11px;
    padding: 3px 6px;
    text-decoration: none;
}
.nav__bottom-list-item--link:hover {
    background: #636363;
    color: #FFFFFF;
    text-decoration: none;
}
.disable .nav__bottom-list-item--link:hover {
    background: #eeeeee;
    border: 1px solid #cccccc;
    color: #636363;
    cursor:auto;
}
/* ====================== стили для БЕТГЕЙМА!!!!!!!!!!!!!!! =================================== */
.red {
    color: red;
}
.green {
    color: green;
}
.ml30 {
    margin-left: 30px;
}
.column {
    flex-direction: column;
}
.betgame__wrapper {
    display: flex;
    
}
.calendar__block {
    display: flex;
    flex-direction: column;
    position: relative;
}
.calendar__btn {
    border: 1px solid rgb(153, 153, 153);
    padding-right: 5px;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.calendar__btn:hover {
    cursor: pointer;
}
.calendar__text {
    white-space: nowrap;
    padding: 5px;
}
.calendar__day {
    border: 1px solid rgb(153, 153, 153);
    border-bottom: none;
    background-color: rgb(238, 238, 238);
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.calendar {
    position: absolute;
    right: -200px;
    top: 25px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid rgb(204, 204, 204);
    box-shadow: rgb(0 0 0 / 50%) 0px 1px 5px;
    padding: 5px;
}
.calendar .unitable__body-td:hover {
    cursor: pointer;
}
.calendar__caption {
    padding: 5px;
    padding-top: 0;
    text-align: center;
}
.betgame__block {
    display: flex;
    width: 100%;
    margin-left: 10px;
}
.betgame__block .unitable:last-child {
    margin-left: 10px;
}
.bg__table {
    /* background-color: rgb(238, 238, 238); */
    border-bottom: 1px solid rgb(153, 153, 153);
    background-color:rgb(221, 221, 221);    
    /*display: table;
    width: 100%; */
}
.bg-match {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.bg__table-row {
    display: table-row;
}
.bg__table-row:nth-child(2n) {
    background-color: rgb(238, 238, 238);
}
.header-row {
    font-weight: bold;
}
.bg__table-date,
.bg__table-flag,
.bg__table-match,
.bg__table-score {
    display: table-cell;
    padding: 5px;
}
.bg__table-wrap {
    display: table-cell;
}
.bg__table-date {
    white-space: nowrap;
    border: 1px solid rgb(153, 153, 153);
    border-bottom: none;   
}
.bg__table-flag {
    border-top: 1px solid rgb(153, 153, 153);
    padding-top: 0;
    padding-bottom: 0;
}
.bg__table-match {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    border: 1px solid rgb(153, 153, 153);
    border-bottom: none;   
}
.bg__table-score {
    border: 1px solid rgb(153, 153, 153);
    border-bottom: none;
    border-left: none;
    padding-left: 2px;
    padding-right: 2px;  
}
.bg__table-inner {
    display: flex;
    justify-content: space-around;
}
.bg__table-cell {
   padding: 5px;
   width: 33%;
   text-align: center;
   border: 1px solid rgb(153, 153, 153);
   border-left: none;
   border-bottom: none;

}
.bg__table-inner2 {
    display: flex;
    justify-content: space-around;
}
.bg__table-cell2 {
    padding: 5px;
    width: 20%;
    text-align: center;
    border: 1px solid rgb(153, 153, 153);
    border-left: none;
    border-bottom: none;
}
.bg__adaptive-cell:nth-child(2n),
.bg__adaptive-cell2:nth-child(2n) {
    background-color: rgb(238, 238, 238);
}
.bg__adaptive {
    display: flex;
    width: 100%;
    border: 1px solid rgb(153, 153, 153);
    border-bottom: none;
    display: none;
}
.bg__adaptive-cell {
    width: 33%;
    text-align: center;
    padding: 5px;
}
.bg__adaptive-cell:nth-child(2) {
    border-right: 1px solid rgb(153, 153, 153);
    border-left: 1px solid rgb(153, 153, 153);

}
.bg__adaptive-cell2 {
    width: 25%;
    text-align: center;
    border-right: 1px solid rgb(153, 153, 153);
    padding: 5px;
}
.bg__adaptive-cell2:last-child {
    border-right: none;
}
.bg__event {
    font-weight: bold;
    margin-right: 5px;
}
.disable {
    opacity: 0.2;
    cursor: auto;
}
/*.bg__table-cell {
    display: table-cell;
    padding: 5px;
    border: 1px solid black;
    
}
.bg__table-wrap {
    padding: 0;
    display: table-cell;
}
.bg__table-inner {
    display: flex;
    justify-content: space-between;
    width: 120px;
}
.bg__table-inner2 {
    display: flex;
    justify-content: space-between;
    width: 160px;
}
.bg__table-cell-in {
    width: 33%;
}
.bg__table-cell-in {
    width: 20%;
} */

/* ====================== стили для Турниров!!!!!!!!!!!!!!! =================================== */

.turnir {
    max-width: 80px;
    background-color:rgb(0, 170, 50);
    color: #FFFFFF;
    font-size: 10px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 4px;
}
.blue {
    background-color:rgb(27, 96, 155);
}
/* ====================== стили для Таблицы ЛИГ !!!!!!!!!!!!!!! =================================== */
.turnir__header {
    display: flex;
    justify-content: space-between;
}
.title {
    font-size: 14px;
    font-weight: bold;
}
.turnir__nav {
    display: none;
    justify-content: center;
}
.turnir__nav-item {
    margin: 5px;
}
.hidden {
    display: none;
}
.turnir__block {
    display: flex;
    justify-content: space-between;
}
.turnir__sidebar {
    position: sticky;
    top: 40px;
    margin-left: 20px;
}
.sidebar__list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    border-bottom: 1px solid rgb(238, 238, 238);
}
.sidebar__list-item--link {
    color: #23527c;
    display: block;
    text-align: left;
    transition: none;
    white-space: nowrap;
    padding: 5px;
    
}
.sidebar__list-item:hover {
    background-color: rgb(238, 238, 238);
    text-decoration: none;
}
.sidebar__list-item--link:hover {
    text-decoration: none;
}
.turnir-pic {
    width: 25px;
}
.comment__form {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 2px;

}
.comment__block {
    
}
.comment__area {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    resize: none;
    overflow: auto;
    box-sizing: border-box;
    padding: 5px 5px;
}
.comment__btn {
    padding: 5px;
    border: none;
    border-left: 1px solid rgb(153, 153, 153);
    cursor: pointer;
    transition: all 0.5s;
}
.comment__btn:hover {
    background: #636363;
    color: white;
}
.comment__pic {
    width: 15px;
}
.comment__pic:hover {
    cursor: pointer;
}

.ml10 {
    margin-left: 10px;
}
.comment__board {
    display: flex;
    padding: 5px;
    padding-left: 0;
    padding-top: 10px;
    margin-top: 10px;
    /* background-color:rgb(240, 255, 255); */
    background-color: rgb(238, 238, 238);
    border-radius: 5px;
}
.board__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}
.board__top-user {
    font-size: 15px;
    font-weight: bold;
    color: rgb(27, 96, 155);
    margin-right: 10px;
}
.board__top-date {
    font-weight: bold;
    color: rgb(153, 153, 153);
}
.board__text {
    margin-bottom: 5px;
}
.board__bottom {
    display: flex;
    justify-content: flex-end;
}
.svg__box {
    margin-left: 5px;
}
.svg__like,
.svg__dislike {
    fill: rgb(27, 96, 155);
}
.svg__like:hover {
    fill: green;
    cursor: pointer;
}
.svg__dislike:hover {
    fill: red;
    cursor: pointer;
} 
.turnir__form {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 10px;
}
.uniblock__caption-select {
    margin-left: 5px;
    margin-right: 5px;
}
.turnir__btn {
    padding: 2px;
    border: none;
    border: 1px solid #636363;
    background: #eeeeee;
    color: #636363;
    transition: all 0.5s;
}
.turnir__btn:hover {
    background: #636363;
    color: white;
    cursor: pointer;
}
.mar-top10 {
    margin-top: 10px;
}
/* стили для календаря игр ================================== */
.calendar__box {
    display: flex;
}
.calendar__header {
    display: flex;
    justify-content: space-between;
    background-color: rgb(27, 96, 155);
    color: white;
    font-weight: bold;
    padding: 5px;
}
.calendar__match {
    display: flex;
    justify-content: center;
    background-color: rgb(238, 238, 238);
}
.calendar__match:nth-child(2n) {
    background-color: rgb(221, 221, 221);
}
.calendar__match-item {
    display: flex;
    padding: 5px;
}
.calendar__event {
    margin-left: 5px;
    margin-right: 5px;
}
/* адаптив центрального блока с таблицами лучших игроков и команд */
@media screen and (max-width: 1280px) {
    .main__content-center {
        flex-wrap: wrap;
    }
    .main__content-center .main__content-wrapper {
        width: 49%;
    }
}
@media screen and (max-width: 1100px) {
    .hidden1100 {
        display: none;
    }
}
@media screen and (max-width: 990px) {
    .hidden990 {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .hidden960 {
        display: none;
    }
    .betgame__block {
        flex-direction: column;
    }
    .betgame__block .unitable:first-child {
        margin-bottom: 10px;
    }
    .betgame__block .unitable:last-child {
        margin-left: 0;
    }
}
@media screen and (max-width: 880px) {
    .uniblock__main-section.w270 {
        display: none;
    }
    .turnir__sidebar {
        display: none;
    }
    .turnir__nav {
        display: flex;
    }
    .turnir__form {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .header__inner {
        display: flex;
        justify-content: space-between;
    }
    .hamburger__btn {
        display: block;
    }
    .main__menu {
        position: absolute; /* освобождаем место для горизонтальных новостей, чтобы они "заплывали" под мобильное меню */
        left: 0;
        top: 0;
    }
    /* всплывающее меню с затемнением фона */
    .navigation .span__title {
        display: none;
    }
    .main__menu .navigation {
        position: fixed;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        min-width: 200px;
        height: 100%;
        padding: 10px;
        background-color: rgb(248, 248, 248);
        box-shadow: rgb(0 0 0 / 50%) 0px 1px 5px;
        display: none; /* прячем-показываем меню */
        z-index: 1000;
        overflow-y: auto;
    }
    .navigation__list-item:first-child {
        font-size: 18px;
        line-height: 20px;
        padding-top: 17px;
        padding-bottom: 35px;
        border-bottom: none;
        display: none; /* прячем-показываем Openball в меню */
        text-decoration: none;
        text-align: left;
    }
    .main__menu-shadow {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color:rgba(0, 0, 0, 0.4);
        z-index: 101;
        display: none; /* прячем-показываем затемнение */
    }
    .navigation__list-item {
        height: 30px;
        padding: 7px 14px;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .navigation__list-item--link {
        padding: 0;
        border-bottom: none;
    }
    .navigation__list-item:hover {
        background-color: rgb(238, 238, 238);
    }
    /* адаптив для новостного блока */
    .main__content-top .main__content-inner {
        flex-direction: column;
    }
    .main__content-top .news__content {
        padding-bottom: 5px;
        border-bottom: 1px solid rgb(238, 238, 238);
        margin-bottom: 5px;
    }
    .main__content-top .news__content:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }
    .main__content-top .news__content {
        width: 100%;
    }
    
}
@media screen and (max-width: 660px) {
    .bg__table-wrap {
        display: none;
    }
    .bg__adaptive {
        display: flex;
    }
}
@media screen and (max-width: 640px) {
    .top__section {
        flex-direction: column;
    }
    .top__info {
       flex-direction: row;
       align-items: center;
       border-left: none;
       border-right: none;
       border-top: 1px solid rgb(238, 238, 238);
       height: 100%;
       width: 100%;
       padding-bottom: 0;
    }
    .top__main {
       width: 100%;
       justify-content: end;
    }
    .span__title-reminder {
        text-transform: none;
        margin-bottom: 0;
        background-color: rgba(255,255,255);
        padding: 0;
        border-bottom: none;
    }
    .top__info-counter p {
        font-size: 14px;
        
    }
    .top__info-counter p span {
        font-size: 18px;
        font-weight: bold;
    }
    /* адаптив для таблиц в центральном блоке */
    .main__content-center .main__content-wrapper {
        width: 100%;
    }
    /* адаптив для ленты новостей с табицел лиг */
    .main__content-bottom {
        flex-direction: column;
    }
    .main__content-bottom .main__content-wrapper:last-child {
        width: 100%;
    }
    /* адаптив для блока трансферов -------------------------------------------------------*/
    .uniblock__main {
        flex-direction: column-reverse;
    }
    .column {
        flex-direction: column;
    }
    .uniblock__main-section {
        
    }
    /*
    .uniblock__main-section:last-child .unitable {
        display: none;
    } */
    .unitable__title--icon {
        display: flex;
    }
    .plus__logo {
        display: block;
    }
    /* адаптив для страницы с авторизацией =================================================*/
    .authorize__block {
        flex-direction: column-reverse;
        align-items: center;
    }
    .authorize__block-content {
        max-width: 290px;
    }
    .login__form-btns {
        display: flex;
        justify-content: space-between;
        width: 250px;
    }
    .fb__btn,
    .vk__btn,
    .ok__btn {
        min-width: 50px;
        font-size: 0;
    }
    .login__form-btns .enter__btn-pic {
        margin: 0 auto;
    }
    .vk__btn {
        margin-right: 40px;
        margin-left: 40px;
    }
    /* универсальные таблицы ================*/
    .hidden640 {
        display: none;
    }
    .w49percent {
        width: 100%;
    }
}
@media screen and (max-width: 610px) {
    .hidden610 {
        display: none;
    }
}
@media screen and (max-width: 525px) {
    .hidden525 {
        display: none;
    }
    .calendar__match {
        flex-direction: column;
    }
    .calendar__match-item {
        justify-content: space-between;
    }
    .calendar__match-item:last-child {
        flex-direction: row-reverse;
    }
    }
@media screen and (max-width: 510px) {
    .hidden510 {
        display: none;
    }
    .visibility {
        visibility: hidden;
        width: 0;
        height: 0;
    }
    }
@media screen and (max-width: 490px) {
    .hidden490 {
        display: none;
    }
    .uniblock__caption-item {
        visibility: hidden;
        width: 0;
        height: 0;
    }

@media screen and (max-width: 442px) {
    .uniblock__nav {
        display: flex;
        flex-wrap: wrap;
        border-bottom: none;
    }
    .uniblock__heading-link {
        white-space: nowrap;
    }
    .uniblock__heading {
        width: 50%;
        border-bottom: 1px solid rgb(238, 238, 238);
    }
    .uniblock__heading:last-child {
        border-right: 1px solid rgb(238, 238, 238);
    }
    .hidden442 {
        display: none;
    }
    .betgame__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .betgame__block {
        margin-left: 0;
    }
    .calendar__block {
        margin-bottom: 10px;
    }
    .board__top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media screen and (max-width: 400px) {
    .top__info-counter {
        padding-right: 2px;
        padding-left: 2px;
    }
    .top__info-counter p {
        padding-left: 0;
        padding-right: 0;
    }
    .logo-openball {
        width: 100px;
    }
    .top__title h1 {
        font-size: 14px;
    }
    .message__text {
        display: none;
    }
    .top__info-counter p span {
        font-weight: normal;
        margin-left: 2px;
        margin-right: 2px;
    }
    .hidden400 {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .popup__window {
        min-width: 310px;
    }
    .min50 {
        min-width: 50px;
    }
    .hidden360 {
        display: none;
    }
    .turnir__header {
        flex-direction: column-reverse;
        align-items: center;
    }
    .board__top-user {
        font-size: 13px;
    }
    .board__top-date {
        font-size: 9px;
    }
    .wrap {
        flex-wrap: wrap;
    }
    .mt5 {
        margin-top: 5px;
    }
}

@media screen and (max-width: 320px) {
    .hidden320 {
        display: none;
    }
}