/* celestra font */
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,700&amp;subset=cyrillic&amp;display=swap');
html, body {font-family: 'Oswald', sans-serif; font-size: 18px;}

@media screen and (max-width: 480px) {html, body {font-size:16px;}}
/*
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 700;
  letter-spacing: -.05em;
}
*/

h1,h2,h3,h4,h5,h6, .h1,.h2,.h3,.h4,.h5,.h6 {font-weight:700;}
body, .btn {font-weight: 400;}

.navbar-nav {font-weight: 500;}
.navbar .btn {font-weight: 500;}
body, .btn {line-height: 1.6;}
h1, h2, .h1, .h2 {margin-bottom:2rem;}
.mb-3 {margin-bottom:2rem !important;}
.lightbox .mb-3 {margin-bottom:1rem !important;}

p.lead {margin-bottom:2rem;}

.article-body p {margin-bottom: 1rem;}
.article-body h2 {margin-bottom: 1rem; font-size: 1.5rem;}
.article-body h3 {margin-bottom: 1rem; font-size: 1.25rem;}

:root {
    --list-gutter: 2rem;
    --fm-gutter-x: 2rem;
}
.h-underline-1 {
    margin-bottom: 4rem;
}
@media (min-width: 1200px) {
  .h1, h1 {
    font-size: 3rem;
  }
}


/* from.biz color scheme */
:root {
--body-color: #080F1E;
--primary: #06277B;
--primary-active: #05236f;
--primary-rgb: 6, 39, 123;
--secondary: #0B4DF5;
--secondary-active: #0a45dd;
--secondary-rgb: 11, 77, 245;
--warning: #ffc720;
--warning-active: #e6b31d;
--warning-rgb: 255, 199, 32;
--info: #EDEFFE;
--info-active: #d5d7e5;
--info-rgb: 237, 239, 254;
--success: #198754;
--success-active: #177a4c;
--success-rgb: 25, 135, 84;
--light: #F7F7F7;
--light-active: #ebebeb;
--light-rgb: 247, 247, 247;
--dark: #080F1E;
--dark-active: #070e1b;
--dark-rgb: 8, 15, 30;
--danger: #DF0A0A;
--danger-active: #c90909;
--danger-rgb: 223, 10, 10;
--mobile-bg: var(--primary);
--section-p: 50px;
--header-height: 128px;
--navbar-font-size: 17px;
--fm-navbar-width: 1620px;
--fm-body-width: 1620px;
--navbar-hover-bg: var(--primary);
--navbar-hover-color: #ffffff;
}
.btn-primary {border-color:#06277B !important; background-color:#06277B !important}
.btn-primary:hover {border-color:#05236f !important; background-color:#05236f !important}
.btn-primary.active {border-color:#05236f !important; background-color:#05236f !important}
.bg-primary .btn-primary {border-color:#05236f !important; background-color:#05236f !important}
.bg-primary .btn-primary:hover {border-color:#052064 !important; background-color:#052064 !important}
.btn-secondary {border-color:#0B4DF5 !important; background-color:#0B4DF5 !important}
.btn-secondary:hover {border-color:#0a45dd !important; background-color:#0a45dd !important}
.btn-secondary.active {border-color:#0a45dd !important; background-color:#0a45dd !important}
.btn-warning {border-color:#ffc720 !important; background-color:#ffc720 !important}
.btn-warning:hover {border-color:#e6b31d !important; background-color:#e6b31d !important}
.btn-warning.active {border-color:#e6b31d !important; background-color:#e6b31d !important}
.btn-info {border-color:#EDEFFE !important; background-color:#EDEFFE !important}
.btn-info:hover {border-color:#d5d7e5 !important; background-color:#d5d7e5 !important}
.btn-info.active {border-color:#d5d7e5 !important; background-color:#d5d7e5 !important}
.bg-info .btn-info {border-color:#d5d7e5 !important; background-color:#d5d7e5 !important}
.bg-info .btn-info:hover {border-color:#c0c2ce !important; background-color:#c0c2ce !important}
.btn-success {border-color:#198754 !important; background-color:#198754 !important}
.btn-success:hover {border-color:#177a4c !important; background-color:#177a4c !important}
.btn-success.active {border-color:#177a4c !important; background-color:#177a4c !important}
.btn-light {border-color:#F7F7F7 !important; background-color:#F7F7F7 !important}
.btn-light:hover {border-color:#dedede !important; background-color:#dedede !important}
.btn-light.active {border-color:#dedede !important; background-color:#dedede !important}
.bg-light .btn-light {border-color:#ebebeb !important; background-color:#ebebeb !important}
.bg-light .btn-light:hover {border-color:#d4d4d4 !important; background-color:#d4d4d4 !important}
.bg-light .btn-light.active {border-color:#d4d4d4 !important; background-color:#d4d4d4 !important}
.btn-dark {border-color:#080F1E !important; background-color:#080F1E !important}
.btn-dark:hover {border-color:#070e1b !important; background-color:#070e1b !important}
.btn-dark.active {border-color:#070e1b !important; background-color:#070e1b !important}
.btn-danger {border-color:#DF0A0A !important; background-color:#DF0A0A !important}
.btn-danger:hover {border-color:#c90909 !important; background-color:#c90909 !important}
.btn-danger.active {border-color:#c90909 !important; background-color:#c90909 !important}



/* Preloader */

/*  custom css */
.text-muted {
  color: #fff !important;
  opacity:0.5;
}

.menu-top .menu-filters, .menu-top .menu-sub > div {
    justify-content: center;
    text-align:center;
}

.body, .bg-body {
  background-color: var(--primary) !important;
  color: #fff !important;
}

body, h1, h2, h3, h4, h5, h6, p {
color: #fff;
}
.section-inner .section-p h1{
    color: #ffffff !important;
}
.section.bg-dark a{color: #ffffff !important;}
.section.bg-dark a:hover{color: #ffffff !important;}
/*
*/

.modal * {color:#000;}

A, A:hover, A:visited {
  color: #ffffff;
}


.table table {width:100%;}
.table table tr th, .table table tr td {padding:1rem; text-align:left;}
table tr td .h5 {margin:0px;}
/*
.table table:not(.table-px-0) tr:nth-child(even), .table:not(.table-px-0) tr:nth-child(even) {
    background-color:rgba(0,0,0,0.1);
}
*/

.table table tr td:first-child {
  padding-left: 0;
}

.table td, .table th {
    border-bottom: 1px solid rgba(255,255,255,0.25);
}
/*  custom css */
.menu-filters .btn-warning{background-color:var(--secondary) !important; border-color: var(--secondary) !important; color:#fff;}
.menu-sub .bg-light{background-color:var(--secondary) !important; border-color: var(--secondary) !important; color:#fff;}

/*
.lightbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
*/
/*  custom css */
@media screen and (max-width: 575px) {    
    .photos-gutter-md .masonry-item, .photos-gutter-md .img-height {
        padding: 0 0 var(--fm-gutter-x) 0;
    }
    
    .img-height {
        height: 100%;
    }
}
/*  custom css */

/*  custom css */
.date-match .opacity-5 {opacity:1 !important;}

.team1, .team2 {
    width: 40%;
    padding: 0;
    padding-bottom:0 !important;
}

.team1 {text-align: right;}
.team2 {text-align: left;}

.score {
    height: 1.5rem;
    width: auto;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    margin: 0rem 0.5rem 0rem 0.5rem;
    color: var(--primary);
    background: #fff;
    padding-bottom:0 !important;
    border-radius: var(--fm-border-radius);
    line-height: 1.1;
}


@media (max-width: 575px) {
    .team1, .team2, .score {
        white-space: nowrap;
        font-size:18px;
    }
    .score{height:1.2rem; font-size:17px;}
}
/*  custom css */
.number-pos{
    font-size: 3.7rem;
    line-height: 0.9;
    position:absolute;
    left:2rem;
}

.list-box.text-center .list-box-info {
    align-items:center;
}
.date-match {line-height:1.9;}


@media (max-width: 768px) {
    .param-524941-1 .col-md-3.opacity-7, .param-524941-1 .col-md-9,
    .param-524941-2 .col-md-3.opacity-7, .param-524941-2 .col-md-9,
    .param-524941-3 .col-md-3.opacity-7, .param-524941-3 .col-md-9,
    .param-524941-5 .col-md-3.opacity-7, .param-524941-5 .col-md-9,
    .param-524941-13 .col-md-3.opacity-7, .param-524941-13 .col-md-9,
    
    .param-544399-1 .col-md-3.opacity-7, .param-544399-1 .col-md-9,
    .param-544399-2 .col-md-3.opacity-7, .param-544399-2 .col-md-9,
    .param-544399-3 .col-md-3.opacity-7, .param-544399-3 .col-md-9,
    .param-544399-4 .col-md-3.opacity-7, .param-544399-4 .col-md-9,
    
    .param-546436-1 .col-md-3.opacity-7, .param-546436-1 .col-md-9,
    .param-546436-2 .col-md-3.opacity-7, .param-546436-2 .col-md-9,
    .param-546436-3 .col-md-3.opacity-7, .param-546436-3 .col-md-9,
    
    .param-542764-1 .col-md-3.opacity-7, .param-542764-1 .col-md-9{
        width:50%
    }
    
    .player-preview {
        display:flex;
        justify-content:center;
    }
    
    .date-match {line-height:1.7;}
}
.lightbox.gallery{align-items:center;}
/*  custom css */
.lightbox.tabs-container.tabs-second.gallery .tab-content,
.lightbox.tabs-container.tabs-second.gallery .tab-content .img-fluid{
    --fm-gallery-content-width: 550px;
    --fm-gallery-content-height: 550px;
    min-height:var(--fm-gallery-content-height);
    max-width:var(--fm-gallery-content-width);
}

.lightbox.tabs-container.tabs-second.gallery .nav-tabs{
    --fm-gallery-content-width: 550px;
}

.lightbox.gallery .nav.nav-tabs .nav-item {
    padding: 0;
    padding-bottom: 0.2rem;
}

.lightbox.gallery.photos-cols-3 .nav.nav-tabs .nav-item {
    width: 31.6%;
    --fm-gallery-item-width: 9.5rem;
    --fm-gallery-item-height: 9.5rem;
}

@media (max-width: 768px) {
    .lightbox.tabs-container.tabs-second.gallery .tab-content,
    .lightbox.tabs-container.tabs-second.gallery .tab-content .img-fluid{
        --fm-gallery-content-width: 342px;
        --fm-gallery-content-height: 342px;
    }
    
    .lightbox.tabs-container.tabs-second.gallery .nav-tabs{
        --fm-gallery-content-width: 342px;
    }
    
    .lightbox.gallery.photos-cols-3 .nav.nav-tabs .nav-item{
        width: 33.333%;
        --fm-gallery-item-width: 6rem;
        --fm-gallery-item-height: 6rem;
    }
}