.d-none{
    display: none !important;
}
.mb-1{
    margin-bottom: 10px;
}
.mb-2{
    margin-bottom: 20px;
}
.mb-3{
    margin-bottom: 30px;
}
.mb-4{
    margin-bottom: 40px;
}
.mt-1{
    margin-top: 10px;
}
.mt-2{
    margin-top: 20px;
}
.mt-3{
    margin-top: 30px;
}
.mt-4{
    margin-top: 40px;
}
.text-center{
    text-align: center !important;
}
.article-content__wrapper ul{
    padding-left: 0px;
}
.tabs {
    z-index: 11;
}
.article-content__wrapper ul li{
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 12px;
    position: relative;
}
.article-content__wrapper ul li:before{
    position: absolute;
    content: "";
    width: 12px;
    height: 2px;
    background-color: #1a65a5;
    left: 0px;
    top: 12px;
}
.article-content__wrapper .paragraph__sekce p{
    padding-top: 10px;
    position: relative;
}
.article-content__wrapper .paragraph__sekce p:before{
    position: absolute;
    content: "";
    left: -2%;
    top: 0px;
    width: 40px;
    height: 2px;
    background-color: #1a65a5;
}
.w-layout-grid .odchovanec__wrapper{
    
}
.w-layout-grid .odchovanec__wrapper:nth-child(2n) {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end;
}
.popup-window{
    display: flex;
}

.swiper--arrows-wrapper{
    margin-bottom: 0px;
}

.swiper-button-next, .swiper-button-prev{
    width: auto;
    top: 0px;
    position: relative;
    margin-top: 0px;
    height: auto;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: -25px;
}
.swiper-container{
    overflow: hidden;
}
.tabulka--item--number.long{
    width: 80px;
}
.tabulka--item.long{
    margin-right: 30px;
    margin-left: 30px;
}
.hrac-mesice__img{
    max-height: 200px;
}
.table{
    width: 100%;
    border-style: solid;
    border-width: 0.5px;
    border-color: #333;
}
.table tr.header{
    border-style: solid;
    border-width: 0.5px;
    border-color: #333;
    background-color: #0c0c0c;
}
.table tr.header th{
    padding: 24px;
    text-align: left;
}
.table tr{
    padding: 24px;
    background-color: #111;
}
.table tr td{
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #333;
    position: relative;
}

.table tr td:first-child {
    padding-left:24px;
    border-bottom: 0px;
}

.table tr td:first-child:after{
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #333;
}
.table tr td:last-child {
    padding-right:0px;
    border-bottom: 0px;
}
.table tr td:last-child:after{
    content: "";
    width: calc(100% - 24px);
    height: 1px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    background-color: #333;
}
.tabulka-line{
    padding: 24px 24px;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.item-bordered{
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: #333;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
}
@media (max-width: 991px){
    .table{
        overflow: auto;
        display: block;
    }
}
.nav-link-wrapper .dropdown-button:hover + .dropdown-list{
    display: block;
}