@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 400;
    src: local("OpenSans Regular"), local("OpenSans-Regular"), url("../fonts/Open Sans/Opensans Regular/Opensans Regular.woff2") format("woff2")
}

@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: 600;
    src: local("OpenSans Bold"), local("OpenSans-Bold"), url("../fonts/Open Sans/Opensans Bold/Opensans Bold.woff2") format("woff2")
}

@media (min-width: 1320px) {
    .container {
      max-width: 1290px;
    }
  }

/* 
#981f1b
#1B985E
#1B5598 */

html {
    --color-header: #4C100E;
    --color1: #981f1b;
    /* --color2: #1B985E; */
    --color2: #981f1b;
    --color3: #bc252f;
    --color4: #1B985E;
    --color5: #1B5598; 
    --colorTabPane: black;
    --colorModalMenu:white;
    --colorModalMenu:white;
    --colorModalMenuLink: black;
}

body {


    color: #000;
    font-family: 'OpenSans', sans-serif;
    font-weight: 400;
    background: #fff
}

a {
    color: var(--color2);
    transition: 0.5s
}

a:hover,
a:active,
a:focus {
    color: #000;
    outline: none;
    text-decoration: none
}

a.button {
    background: var(--color4);
  color: white;
  padding: 10px;
  border-radius: 10px;
  font-size: larger;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #000000
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #000;
    font-weight: 600
}

h4,
h5,
h6 {
    font-weight: 400
}

.fab.fa-x::before {
    /* content: "\00a0\00a0"; */
    display: inline-block;
    content: url('../img/x-logo.svg');
    /* background-color: yellow; */
    /* mask-image: url('../img/x-logo.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center; */
    width: 100%;  
    color: yellow;
}

.fab.fa-x::after {
    content: "\00a0\00a0";
    display: inline-block;
    /* content: url('../img/x-logo.svg'); */
    /* background-color: yellow; */
    /* mask-image: url('../img/x-logo.svg');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center center; */
    width: 100%;
  
  }

.fab.fa-x {
    display: inline-block;
    /* width: 100%; */
    position: relative;
}

@media (max-width:768px) {
    h1 {
        font-size: 1.5rem;
    }

}

@media (min-width:768px) {
    .w-sm-80 {
        width: 80%;
    }

    .w-sm-20 {
        width: 20%;
    }

    .col-12.w-sm-80 {
        flex: 0 0 80%;
    }

    .col-12.w-sm-20 {
        flex: 0 0 20%;
    }
}

@media (min-width:992px) {
    .w-lg-80 {
        width: 80%;
    }

    .w-lg-20 {
        width: 20%;
    }

    .col-12.w-lg-80 {
        flex: 0 0 80%;
    }

    .col-12.w-lg-20 {
        flex: 0 0 20%;
    }
}

img.float-left {
    margin-right: 10px;
}

img.float-right {
    margin-left: 10px;
}

article img {
    max-width: 100%;
    height: inherit; /* ?? */
}

.article-pokaz .articles-image {
    padding: 10px 0;
    position: relative;
    min-height: 100px;
    text-align: center;
}

.articles-content iframe {
    aspect-ratio: 16 / 9 !important;
    width: 100%;
}

.articles-content .remote-more {
    background: var(--color4);
    color: white;
    padding: 10px 25px 10px 10px;
    margin: 20px 10px 10px;
    border-radius: 10px;
    text-align: center;;
}

.articles-content .remote-more a {
    display: block;
}

.event-title {
    font-size: 1.5rem;
}

.events-venue i {
    color: var(--color5); 
}

.events-date-left-wrapper {
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 0;
}

.event-date-left {
    display: inline-block;
}

.event-date-left label {
    display: inline-block;
    background: var(--color5);
    color: white;
    padding: 10px 25px 10px 10px;
    position: relative;
    top: -15px;
    border-radius: 0 0 0 10px;
    font-size: smaller;
}

.event-date-left-number {
    padding: 5px;
    border-radius: 50%;
    color: white;
    background: var(--color4);
    position: relative;
    transform: scale(2.5);
    display: inline-block;
    z-index: 1;
    min-width: 30px;
  text-align: center;
}

.event-date-left-unit {
    display: inline-block;
    background: var(--color5);
    color: white;
    padding: 10px 10px 10px 25px;
    position: relative;
    bottom: -15px;
    border-radius: 0 10px 0 0;
}


.articles-map .show-map { 
    height: 500px;
    max-height: 95vh;
    width: 100%;
}

@media (max-width:768px) {
    .event-date-left label {
        padding: 5px 15px 5px 5px;
        top: -5px;
    }

    .event-date-left-number {
        transform: scale(1.5);
    }

    .event-date-left-unit {
        padding: 5px 5px 5px 15px;
        bottom: -5px;   
    }
}

.event-continues {
    display: inline-block;
    background: var(--color5);
    color: white;
    padding: 10px 25px 10px 10px;
}

.event-past {
    display: inline-block;
    background: var(--color3);
    color: white;
    padding: 10px 25px 10px 10px;
}

.yt-popup {    
    z-index: 8888;

}

.yt-popup iframe {
    /* transition: 1s; */
}

.yt-popup button {
    display: none;    
}

.yt-popup.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.yt-popup .yt-wrap {
    
}
.yt-popup.active .yt-wrap {
    position: absolute;
    top: 10%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    background: black;
}

.yt-popup.active button {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    color: white;
}


.yt-popup.active iframe {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    height: 90%;
    transform: translateY(-50%);
}

.social-media-icons  {
    text-align: right;
}

aside .social-media-icons {
    /* display: flex;
    justify-content: space-between !important;
    text-align: unset; */
    padding: 0 50px 15px;
}

aside .social-media-icons a {
    margin: 10px;
}

.social-media-share-link {
    margin: 10px;
    font-size: 1.5rem;
    transition: 0.5s;
  }

  .social-media-share-link i, .social-media-icons a i{
  
    transition: 0.5s;
  }

  .social-media-share-link:hover i, .social-media-icons a:hover i{
    transform: scale(1.2);
  }

.post-navigation  {
    font-size: x-small;

  }  

  .post-navigation a{  
    overflow: hidden;
    display: block
  }

  .post-navigation a .label {  
    display: none;
  }

  .post-navigation  .next a .title{  
    float: left;
    margin: 5px 0 0;
    width: 80%;
  }

  .post-navigation  .next a .arrow-icon{  
    float: right;
    width: 20%;
  }


  .post-navigation  .prev a .title{  
    float: right;
    margin: 0;
    width: 80%;
  }

  .post-navigation  .prev a .arrow-icon{  
    float: left;
    width: 20%;
  }
.back-to-top {
    position: fixed;
    display: none;
    background: var(--color2);
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    border-radius: 4px;
    z-index: 11
}

.back-to-top:hover {
    background: #000000
}

.back-to-top i {
    padding-top: 9px;
    color: #fff
}

.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 5px 15px;
    color: #999999;
    border: 1px solid #cccccc;
    margin-bottom: 15px
}

.form-control:focus,
.custom-select:focus {
    box-shadow: none;
    border-color: var(--color2)
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #cccccc
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background: var(--color2)
}

button.btn {
    color: #fff;
    background: #000;
    border: 1px solid #000000
}

button.btn:hover {
    color: #fff;
    background: var(--color2);
    border-color: var(--color2)
}

.satellite .b-logo {
    text-align: center;
}

.site-name {
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
}

.top-bar {
    padding: 2px 0;
    background: #000000
}

.top-bar .tb-contact p {
    display: inline-block;
    margin: 0;
    color: var(--color2);
    font-size: 14px
}

.top-bar .tb-contact p i {
    margin-right: 6px
}

.top-bar .tb-contact p:first-child {
    margin-right: 15px
}

.top-bar .tb-menu {
    font-size: 0;
    text-align: right
}

.top-bar .tb-menu a {
    color: var(--color2);
    font-size: 14px;
    margin: 0 8px
}

.top-bar .tb-menu a:hover {
    color: #fff
}

.top-bar .tb-menu a:last-child {
    margin-right: 0
}

.top-bar .tb-menu a::after {
    position: absolute;
    content: "/";
    margin: 1px 0 0 6px;
    color: var(--color2);
    font-size: 14px
}

.top-bar .tb-menu a:last-child::after {
    display: none
}

@media (max-width:768px) {

    .logo-category img + img {
        display: none;
    }
}

.navbar-brand img {
    width: 80px;
}

body>header {
    color: #fff;
}

body>header a{
    color: inherit;
}

.brand {
    margin: 30px 0;
    background: #fff
}

@media (max-width:768px) {
    .brand {
        margin: 0;        
    }
}

.brand .b-logo {
    text-align: left;
    overflow: hidden
}


.b-logo a img {
    /* max-width: 100%;
    max-height: 60px */
    max-height: 100px;
  padding-top: 5px;
}


.brand .b-ads {
    overflow: hidden
}

.brand .b-ads a img {
    max-width: 100%;
    max-height: 100%
}

/* .brand .b-search {
    width: 100%;
    position: relative;
}

.brand .b-search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 4px
}

.brand .b-search input[type=text]:focus {
    border-color: var(--color2)
}

.brand .b-search button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    color: var(--color2);
    border-radius: 0 4px 4px 0
}

.brand .b-search button:hover {
    background: var(--color2);
    color: #fff
} */


.searcher-form-box {
    position: relative;
}

.searcher-form-box label {
    display: none;
}


.searcher-form-box input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #cccccc;
    border-radius: 4px
}

.searcher-form-box input[type=text]:focus {
    border-color: var(--color2)
}

.searcher-form-box button {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 15px;
    border: none;
    background: none;
    color: var(--color2);
    border-radius: 0 4px 4px 0
}

.searcher-form-box button:hover {
    background: var(--color2);
    color: #fff
}


@media (min-width:768px) {
    .brand {
        max-height: 90px
    }
}

@media (max-width:767.98px) {

    .brand .b-logo,
    .brand .b-ads,
    .brand .b-search {
        text-align: center;
        margin-bottom: 15px
    }

    .brand .b-search {
        margin-bottom: 0
    }
}

.nav-bar {
    position: relative
}

.nav-bar.nav-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999
}

.nav-bar .navbar {
    height: 100%;
    padding: 0;
}

.nav-bar,
    .nav-bar .navbar {
    background: var(--color-header);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    padding: 10px 10px 8px 10px;
    color: #fff
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    border-bottom: 2px solid #000000;
    transition: none
}

.nav-bar .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa
}

#navbarCollapse {
    background: var(--colorModalMenu);
    /* var(--color-header); */
    z-index: 100;
    position: absolute;
    top: 0px;
    width: 75%;
    left: -100%;    
    transition: .5s;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    padding: 10px;
    font-size: larger;
}

#navbarCollapse.show {
    left: 0;;
}

#navbarCollapse ul {
    position: static;
    display: block;
}

header #navbarCollapse li {
    display: block;
}

header #navbarCollapse li ul {
    background: inherit;
    display: none;
    padding: 0 10px 10px 30px;
}

#navbarCollapse a {
    color: var(--colorModalMenuLink);
    display: inline-block;
}

#navbarCollapse li li a {
    color: black;
    display: inline-block;
    padding: 0;
}

#navbarCollapse button.dropdown {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        /* content: ""; */
        border-top: .3em solid;
        border-right: .3em solid var(--colorModalMenu);
        border-bottom: 0;
        border-left: .3em solid var(--colorModalMenu);
        padding: 0;
      
}

#navbarCollapse button.dropdown.dropped {
    transform: rotate(180deg);
}


#navbarCollapse .b-logo {
    text-align: right;
    margin: -10px;
}

#navbarCollapse .social {
    float: left;
    padding: 30px 10px 10px;
}


@media (min-width:768px) {

    .nav-bar,
    .nav-bar .navbar {
        /* background: var(--color2) !important */
        
    /* background: var(--color3);
    background: var(--color2);
    background: #a68887; */
    }

    .nav-bar .navbar-brand {
        display: none
    }

    .nav-bar a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase
    }
}

@media (max-width:768px) {

    .nav-bar,
    .nav-bar .navbar {
        padding: 3px 0;
        /* background: var(--color2) !important */
    }

    .nav-bar a.nav-link {
        padding: 5px
    }

    .nav-bar .dropdown-menu {
        box-shadow: none
    }

    .brand .social {
        display: none
    }
}

.brand .container {
    position: relative;
}

.brand .social {
    /* font-size: 0;
    overflow: hidden; */
    text-align: right;
  position: absolute;
  top: -30px;
  right: 15px;
}

.brand .social a {
    display: inline-block;
    /* margin-left: 5px; */
    width: 30px;
    height: 30px;
    padding: 3px 0;
    text-align: center;
    font-size: 14px;
    /* background: var(--color2);
    border: 1px solid #fff;
    border-radius: 4px */
}

.brand .social a:hover {
    /* background: #fff;
    border: 1px solid #ffffff */
}

.brand .social a i {
    /* color: #fff */
}

.brand .social a:hover i {
    color: var(--color2)
}

.top-news {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0
}

.top-news .tn-img {
    position: relative;
    overflow: hidden
}

.top-news .tn-img img {
    width: 100%
}

.top-news .tn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.top-news .tn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end
}

.top-news .tn-title a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s
}

.top-news .tn-left .tn-title a {
    font-size: 30px;
    font-weight: 600
}

.top-news .tn-title a:hover {
    color: var(--color2)
}

.top-news .tn-left {
    margin-bottom: 30px
}

.top-news .tn-right {
    margin-bottom: 60px;
    padding: 0 30px
}

.top-news .tn-right .col-md-6 {
    padding: 0
}

.top-news .slick-prev,
.top-news .slick-next {
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #fff;
    background: #000;
    border-radius: 4px
}

.top-news .slick-prev {
    left: 30px
}

.top-news .slick-next {
    right: 30px
}

.top-news .slick-prev:hover,
.top-news .slick-prev:focus,
.top-news .slick-next:hover,
.top-news .slick-next:focus {
    color: #fff;
    background: var(--color2)
}

.top-news .slick-prev::before,
.top-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #fff
}

.top-news .slick-prev::before {
    content: "\f104"
}

.top-news .slick-next::before {
    content: "\f105"
}


.cat-news  {
    padding: 15px;
}

.cat-news .col-md-6 {
    margin-bottom: 30px
}

.cat-news .card-tabs {
    padding-top: 2rem;
    /* width: 80%; */
}

.cat-news .card-header {
    border-bottom: 1px solid #dadada
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
}
.cat-news h2 {
    /* color: #000; */
    color: var(--color-header);
    margin: 0;
    /* padding: 0; */
    /* border-bottom: 3px double #000000 */
    float: left;
    font-weight: normal;
    font-size: 1.4rem;
    padding: 0.5rem 0 0;
    
}

.cat-news .card-header ul {
    /* float: right; */
    /* display: block; */
    display: flex;
    justify-content: flex-end;
  align-items: flex-end;
}

.cat-news .d-sm-none li {
  display: block;
  margin: 0;
  padding: 0 !important;
}

.cat-news .cn-img {
    position: relative;
    overflow: hidden
}

.cat-news .cn-img img {
    width: 100%
}

.cat-news .cn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.cat-news .cn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end
}

.cat-news .cn-title a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s
}

.cat-news .cn-title a:hover {
    color: var(--color2)
}

.cat-news .slick-prev,
.cat-news .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #fff;
    background: #000;
    border-radius: 4px
}

.cat-news .slick-prev {
    left: calc(100% - 85px)
}

.cat-news .slick-next {
    right: 14px
}

.cat-news .slick-prev:hover,
.cat-news .slick-prev:focus,
.cat-news .slick-next:hover,
.cat-news .slick-next:focus {
    color: #fff;
    background: var(--color2)
}

.cat-news .slick-prev::before,
.cat-news .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #fff
}

.cat-news .slick-prev::before {
    content: "\f104"
}

.cat-news .slick-next::before {
    content: "\f105"
}

.tab-news {
    position: relative
}

.tab-news .col-md-6 {
    margin-bottom: 60px
}

.tab-news .nav.nav-pills .nav-link {
    color: #fff;
    background: #000;
    border-radius: 0
}

.tab-news .nav.nav-pills .nav-link:hover,
.tab-news .nav.nav-pills .nav-link.active {
    color: #fff;
    background: var(--color2)
}

.tab-news .tab-content {
    padding: 30px 15px 15px 15px;
    background: rgba(0, 0, 0, .05)
}

.tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    background: #fff
}

.tab-news .tn-img {
    width: 150px
}

.tab-news .tn-img img {
    width: 150px
}

.tab-news .tn-title {
    padding: 10px 15px
}

.tab-news .tn-title a {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s
}

.tab-news .tn-title a:hover {
    color: var(--color2)
}

.main-news {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.main-news .col-md-4 {
    margin-bottom: 30px
}

.main-news .mn-img {
    position: relative;
    overflow: hidden
}

.main-news .mn-img img {
    width: 100%
}

.main-news .mn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.main-news .mn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end
}

.main-news .mn-title a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s
}

.main-news .mn-title a:hover {
    color: var(--color2)
}

.main-news .mn-list {
    margin-bottom: 30px
}

.main-news .mn-list h2 {
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000
}

.main-news .mn-list ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.main-news .mn-list ul li {
    margin: 0 0 12px 22px
}

.main-news .mn-list ul li:last-child {
    margin-bottom: 0
}

.main-news .mn-list ul li a {
    color: #000;
    display: block;
    line-height: 23px
}

.main-news .mn-list ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    left: 1px
}

.main-news .mn-list ul li a:hover {
    color: var(--color2)
}

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #fff
}

.breadcrumb-wrap .breadcrumb {
    margin: 25px 0 0 0;
    padding: 0;
    background: none
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: #353535
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #353535
}

.single-news {
    position: relative;
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 15px
}

.single-news .sn-img {
    position: relative;
    overflow: hidden
}

.single-news .sn-img img {
    width: 100%
}

.single-news .sn-content {
    position: relative;
    width: 100%;
    padding: 30px 0
}

.single-news .sn-content h1.sn-title {
    display: block;
    width: 100%;
    color: #000000
}

.single-news .sn-related {
    margin-bottom: 45px
}

.single-news .sn-related h2 {
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000
}

.single-news .sn-slider .sn-img {
    position: relative;
    overflow: hidden
}

.single-news .sn-slider .sn-img img {
    width: 100%
}

.single-news .sn-slider .sn-img:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.single-news .sn-slider .sn-title {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 10px 15px 20px;
    background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .9));
    display: flex;
    align-items: flex-end
}

.single-news .sn-slider .sn-title a {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    transition: .3s
}

.single-news .sn-slider .sn-title a:hover {
    color: var(--color2)
}

.single-news .sn-slider .slick-prev,
.single-news .sn-slider .slick-next {
    top: -62px;
    width: 28px;
    height: 28px;
    z-index: 1;
    transition: .5s;
    color: #fff;
    background: #000;
    border-radius: 4px
}

.single-news .sn-slider .slick-prev {
    left: calc(100% - 85px)
}

.single-news .sn-slider .slick-next {
    right: 14px
}

.single-news .sn-slider .slick-prev:hover,
.single-news .sn-slider .slick-prev:focus,
.single-news .sn-slider .slick-next:hover,
.single-news .sn-slider .slick-next:focus {
    color: #fff;
    background: var(--color2)
}

.single-news .sn-slider .slick-prev::before,
.single-news .sn-slider .slick-next::before {
    font-family: "Font Awesome 5 Free";
    font-size: 18px;
    font-weight: 900;
    color: #fff
}

.single-news .sn-slider .slick-prev::before {
    content: "\f104"
}

.single-news .sn-slider .slick-next::before {
    content: "\f105"
}

.sidebar {
    position: relative;
    width: 100%
}

.sidebar .sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px
}

.sidebar .sidebar-widget h2.sw-title {
    color: #000;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px double #000000
}

.sidebar .sidebar-widget .news-list {
    position: relative;
    margin-bottom: 30px
}

.sidebar .news-list .nl-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.sidebar .news-list .nl-item .nl-img {
    width: 100px
}

.sidebar .news-list .nl-item .nl-img img {
    width: 100px
}

.sidebar .news-list .nl-item .nl-title {
    padding-left: 15px
}

.sidebar .news-list .nl-item .nl-title a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s
}

.sidebar .news-list .nl-item .nl-title a:hover {
    color: var(--color2)
}

.sidebar .sidebar-widget .tab-news {
    position: relative;
    margin-bottom: 30px
}

.sidebar .tab-news .nav.nav-pills .nav-link {
    color: #fff;
    background: #000;
    border-radius: 0
}

.sidebar .tab-news .nav.nav-pills .nav-link:hover,
.sidebar .tab-news .nav.nav-pills .nav-link.active {
    color: #fff;
    background: var(--color2)
}

.sidebar .tab-news .tab-content {
    padding: 15px 0 0 0;
    background: transparent
}

.sidebar .tab-news .tab-content .container {
    padding: 0
}

.sidebar .tab-news .tn-news {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.sidebar .tab-news .tn-img {
    width: 100px
}

.sidebar .tab-news .tn-img img {
    width: 100px
}

.sidebar .tab-news .tn-title {
    padding: 0 0 0 15px
}

.sidebar .tab-news .tn-title a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s
}

.sidebar .tab-news .tn-title a:hover {
    color: var(--color2)
}

.sidebar .sidebar-widget .category {
    position: relative
}

.sidebar .category ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar .category ul li {
    margin: 0 0 12px 22px
}

.sidebar .category ul li:last-child {
    margin-bottom: 0
}

.sidebar .category ul li a {
    display: inline-block;
    color: #000;
    line-height: 23px
}

.sidebar .category ul li a:hover {
    color: var(--color2)
}

.sidebar .category ul li::before {
    position: absolute;
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    left: 1px
}

.sidebar .category ul li span {
    display: inline-block;
    float: right
}

.sidebar .sidebar-widget .tags {
    position: relative
}

.sidebar .sidebar-widget .tags a {
    display: inline-block;
    margin-bottom: 5px;
    padding: 5px 10px;
    color: #000;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 4px
}

.sidebar .sidebar-widget .tags a:hover {
    color: #fff;
    background: var(--color2);
    border: 1px solid var(--color2)
}

.sidebar .sidebar-widget .image a {
    display: block;
    width: 100%;
    overflow: hidden
}

.sidebar .sidebar-widget .image img {
    max-width: 100%;
    transition: .3s
}

.sidebar .sidebar-widget .image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px)
}

.contact {
    position: relative;
    padding: 25px 0 15px 0
}

.contact .contact-form,
.contact .contact-info {
    margin-bottom: 45px
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400
}

.contact .contact-info h4 i {
    color: #000;
    margin-right: 5px
}

.contact .social {
    position: relative;
    width: 100%
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 7px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 4px
}

.contact .social a i {
    color: #000000
}

.contact .social a:hover {
    background: var(--color2);
    border-color: var(--color2)
}

.contact .social a:hover i {
    color: #fff
}

footer {
    padding-top: 30px;
}

footer .label{
    color: #000000;
    font-family: "Noto Sans", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    line-height: 20.8px;
    letter-spacing: 0px;
    padding: 0;
    margin-bottom: 21px;
}

footer .footer-info{
    padding: 53px 0px 62px 0px;
    border-top: 3px solid #000000;
}

footer .footer-info .navigation{
    padding-left: 0;
    list-style: none;
    display: block;
}

footer .footer-info .navigation li{
    margin-top: 5px;
    line-height: 19.25px;
}

footer .footer-info .navigation a{
    font-family: "Noto Serif", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0px;
    color: var(--color1);
    transition: all 0.3s ease;
}

footer .footer-info .navigation a:hover{
    color: #000000;
    text-decoration: none;
}

footer .footer-info .information a{
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
}

footer .footer-info .information a:hover{
    color: var(--color1);
}

/* footer .footer-logo, */
footer .footer-bottom{
    padding: 24px 0px 24px 0px;
    border-top: 1px solid #000;
}

footer .footer-support{
    display: flex;
    align-items: center;
    /* justify-content: flex-end; */
}

footer .footer-logo .left,
footer .footer-logo .right{
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .footer-logo .left a{
    width: 45%;
    display: block;
    margin-right: 13px;
}

footer .footer-logo .left .copyright,
footer .footer-support span{
    text-align: left;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 19.25px;
    letter-spacing: 0px;
}

footer .footer-support span{
    margin-right: 10px;
}

footer .footer-logo  img{
    /* width: 70%; */
    height: unset !important;
    width: 300px;
}

footer .footer-support img{
    height: 40px;
}

footer .footer-support i{
    margin-right: 5px;
}

.navigation {
    display: flex;
    padding: 0;
    margin: 0;
}

.navigation li {
    display: flex;
    position: relative;
}

.navigation li a {
    padding: 10px 10px 8px 10px;
}

.navigation li a.active {
    border-bottom: 2px solid #000000;
    transition: none;
}

header .navigation li ul {
    display: none;
    position: absolute;
    top: 100%;
    background: var(--color-header);
    z-index: 200;
    padding: 0 10px 10px;
    margin: 0;;
}

header .navigation li ul ul {
    left: 100%;
    top: 0;
}

.navigation li:hover > ul {
    display: block;
}

.article-image {
    position: relative;
    display: block;
}

.mosaic{
    display: grid;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 50% repeat(2, minmax(0px, 1fr));
    justify-content: stretch;
    height: 500px;
    margin-top: 4%;
    margin-bottom: 40px;
}

.slider-mosaic{
    position: relative;
}

.slider-mosaic .carousel-control-prev.left,
.slider-mosaic .carousel-control-next.right{
    width: 40px;
    height: 40px;
    opacity: 1;
}

.slider-mosaic .carousel-control-prev.left i,
.slider-mosaic .carousel-control-next.right i{
    color: black;
}

.slider-mosaic .carousel-control-prev.left{
    bottom: 0;
    top: unset;
    left: 5px;
}

.slider-mosaic .carousel-control-next.right{
    bottom: 0;
    top: unset;
    left: 45px;
}

.mosaic .mosaic-item{
    position: relative;
}

.mosaic .mosaic-item.big{
    grid-row-start: 1;
    grid-row-end: 3;
}

.mosaic .mosaic-item .crop-wrap{
    width: 100%;
    height: 100%;
}

.mosaic .mosaic-item .carousel-content,
.afirmacja-tv-right-section .carousel-content{
    position: absolute;
    inset: 0;
}

.afirmacja-tv-right-section .ribbon-wrapper{
    right: 13px;
}

.mosaic .mosaic-item .carousel-content .carousel-button-wrapper,
.card-tabs .card-body .tab-pane .article-box-image .article-link,
.afirmacja-tv-right-section .carousel-button-wrapper{
    position: absolute;
    inset: 0;
    transition: all 200ms linear;
}

.mosaic .mosaic-item .carousel-content .carousel-button-wrapper:hover,
.card-tabs .card-body .tab-pane .article-box-image .article-link:hover,
.afirmacja-tv-right-section .carousel-button-wrapper:hover{
    background-color: #00000066;
}

.mosaic .carousel-button-wrapper .carousel-button,
.card-tabs .card-body .tab-pane .article-box-image .article-link span,
.afirmacja-tv-right-section .carousel-button-wrapper .carousel-button{
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    font-family: "Noto Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    margin: 0;
    text-align: left;
    text-transform: unset;
    border: none;
    padding: 0;
    background: transparent;
    text-shadow: 2px 2px 2px black;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.mosaic .carousel-button-wrapper .carousel-button:hover {
    background-color: transparent;
}


.mark.category{
    font-family: "Noto Serif", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 22px;
    padding: 0px 6px 1px 6px;
    background-color: var(--color1);
    color: #FFFFFF;
    text-decoration: none;
    margin: 5% 0 0 5%;
    word-wrap: anywhere;
    text-transform: uppercase;
}

.article-pokaz .mark.category {
    margin: 0;

}

.category-card.warto-warto ul{
    display: flex;
    padding-left: 0;
}

.category-card.warto-warto ul li{
    width: 33.333333%;
    border: none;
}

.category-card.warto-warto ul li:nth-child(2){
    margin-left: 60px;
    margin-right: 60px;
}

.category-card.warto-warto ul li img{
    max-width: 100%;
}

.category-card.warto-warto .article-link{
    display: block;
    height: 52px;
    overflow: hidden;
    font-family: "Noto Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.332px;
    color: #000000;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.3s ease;
    word-wrap: anywhere;
}

.category-card.warto-warto .article-box-medium .mark.category,
.card-tabs .card-body .tab-pane .article-box-image .mark.category, .mosaic .mark.category{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    transition: all 0.3s ease;
}

.card-tabs .card-body .tab-pane .article-box-small,
.category-card .article-box-small{
    display: flex;
    align-items: flex-start;
}

.card-tabs .card-body .tab-pane .article-box-small .article-link,
.category-card .article-box-small .article-link{
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 7%;
    margin-top: 0;
    font-family: "Noto Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25.332px;
    color: #000000;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.3s ease;
    word-wrap: anywhere;
}

.card-tabs .card-body .tab-pane .article-box-small .article-link:hover,
.category-card .article-box-small .article-link:hover,
.category-card.warto-warto .article-link:hover,
.article-pokaz .articles-news .article-tytul:hover,
.breadcrumb .breadcrumb-item a:hover,
.article-pokaz .articles-tags-wrapper .articles-tags a:hover{
    color: var(--color1);
    text-decoration: underline;
}

.article-category-list .articles-image .article-box-default {
    position: relative;
}

.article-category-list .articles-image .article-box-default .article-link-image{
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    aspect-ratio: 560 / 315;
    position: relative;
}

.article-category-list .articles-image .article-box-default .article-link-image img,
.card-tabs .card-body .tab-pane .article-box-small .article-link-image img,
.category-card.article-default .article-box-small .article-link-image img,
.article-pokaz .articles-image img{
    max-width: 100%;
    height: auto;
}

.article-category-list .articles-image .article-box-default .ribbon-wrapper {
    position: absolute;
    right: 5px;
    top: 5px;
}

.article-category-list .articles-image .article-box-default .ribbon-wrapper.video {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: unset;
  font-size: xxx-large;
  opacity: .5;
  transition: all 0.5s;
}

.article-category-list .articles-image .article-box-default:hover .ribbon-wrapper.video {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
}

.article-category-list .article-box-intro {
    display: none;
}

.article-category-list .category-header {
    display: none;
}


.article-category-list .events-calendar {
    top: -10px;
    right: 0px;
    bottom: unset;
}

.article-category-list .events-calendar .events-calendar-month {
    /* padding: 5px;
    font-size: 0; */
    padding: 0;
    font-size: xx-small;
}

.article-category-list .events-calendar .events-calendar-day {
    padding: 5px 10px;
    font-size: small;
}

.article-autor-wrapper  {
    font-size: small;
}

.article-autor-wrapper img {
    max-width: 20px;
}

.article-list-videos iframe {
    max-width: 100%;
  aspect-ratio: 560 / 315;
  height: unset;
}

.article-list-more {
    display: block;
    text-align: right;
    font-size: small;
}


.article-relative {
    padding: 1.5rem;
  background: #dadada;
  margin: 1rem 0;
  position: relative;
}

.article-relative .more {
    position: absolute;
  right: 1rem;
  bottom: 1rem;
}

 .ribbon-wrapper {
    position: absolute;
  right: 10px;
  z-index: 1;
  font-size: x-large;
  top: 10px;
  color: white;
  text-shadow: 2px 2px 2px var(--color-header);
}

.ribbon-wrapper.video {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    font-size: xxx-large;
    opacity: .5;
    transition: all 0.5s;
}

a:hover .ribbon-wrapper.video {
    transform: translate(-50%, -50%) scale(1.3);
    opacity: 1;
}

.main-tabs .tab-content .tab-pane li:first-child .ribbon-wrapper {
    left: 10px;
    right: unset;
}

.tr-carousel-slide .tr-carousel-trolley {
    padding-bottom: 50px;
  }


  .loco-carousel .tr-carousel-trolley h3 {
    bottom: unset !important;
    color: black !important;
  }

.articles-tabs {
    background-color: unset;
    background-clip: unset;
    border: unset;
    border-radius: unset;
    /* margin-left: -15px;
    margin-right: -15px; */
    width:100%;
}

.main-articles-wrapper .articles-tabs {
    /* width: 80%; */
}

.articles-tabs .nav-tabs .nav-item {
    /* -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1; */
  text-align: center;
  /* float: right; */


}

@media (max-width:512px) {
    .articles-tabs .nav-tabs .nav-item a{
        padding: 8px;
    }
}

.article-pokaz .carousel-indicators li {
    box-shadow: 2px 0px 5px 0px black;
    border: none;
    height: 5px;
}

.article-pokaz .crop-wrap{
    background-size: contain !important;
    background-position: center center !important;
}

@media (max-width:768px) {

    .latest-tabs .nav-tabs .nav-item+.nav-item {
        display: none;
    
    }
}

.latest-tabs .nav-tabs .nav-item:first-child {
    /* float: left; */
    color: var(--color-header);
    /* float: left; */
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0.5rem 0 0;
  margin-right: auto;
}

.latest-tabs .nav-tabs  .nav-link.active {
    border: none;
    background: none;
}

.latest-tabs .nav-tabs .nav-item a {
  color: black;
  /* background: var(--colorTabPane); */
  border-radius: 0;
}

.latest-tabs .nav-tabs .nav-item a.active {
    /* color: #fff; */
    /* background: var(--color2); */
    font-weight: bold;
}

.latest-tabs .tab-content {
    /* padding: 30px 15px 15px 15px; */
    padding: 0 0 15px 0;
    background: rgba(0,0,0,.05);
}

.latest-tabs .tab-content .tab-pane li+li {
    display: flex;
}

.latest-tabs .tab-content .tab-pane li+li > a {
    margin: 0 3px 15px;
}

.latest-tabs .tab-content .tab-pane li+li > a .article-image{
    width: 200px !important;
}

.latest-tabs .tab-content .tab-pane li+li > a p{
    width: calc(100% - 200px) !important;
    min-width: 100px;
}


 
@media (min-width:768px) and (max-width:992px) {

    .latest-tabs .tab-content .tab-pane li:first-child > a .article-image{
        width: 30% !important;
    }

    .latest-tabs .tab-content .tab-pane li:first-child > a p {
        width: 70% !important;
        padding: 0 10px;
    }

    .latest-tabs .tab-content .tab-pane li+li > a .crop-wrap{
        width: 100px !important;
    }

    .latest-tabs .tab-content .tab-pane li + li > a .article-image {
        width: 100px !important;
    }
    
    .latest-tabs .tab-content .tab-pane li+li > a p{
        width: calc(100% - 100px) !important;
        min-width: 100px;
        padding: 10px 5px;
    }

    

}

@media (max-width:768px) {

    .latest-tabs .tab-content {
        padding: 15px 0 20px;
    }

}

@media (max-width:512px) {
    .latest-tabs .tab-content .tab-pane li:first-child > a .crop-wrap{
        width: 100% !important;
    }
    
    .latest-tabs .tab-content .tab-pane li:first-child > a p{
        
    }

    .latest-tabs .tab-content .tab-pane li+li > a .article-image{
 
        width: 50% !important;
    }
    
    .latest-tabs .tab-content .tab-pane li+li > a p{
        width: 50% !important;
        font-size: smaller;
        margin: 0;
    }

}

.latest-category-more {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: small;
}

.latest-category-more:hover {
    text-decoration: underline;
}

.articles-tabs .tab-content .tab-pane ul {
    padding: 0;
    margin: 0;
}

.articles-tabs .tab-content .tab-pane li {
    display: block;
    margin: 0;
    /* padding: 0 !important; */
}

.articles-tabs .tab-content .tab-pane li > a{
    display: block;
    align-items: center;
    margin-bottom: 15px;
    background: #fff;
    /* overflow: hidden;    */
    width: 100%;
}

.articles-tabs .tab-content .tab-pane li > a .article-image{
    float: left;
    width: 30%;
}

.articles-tabs .tab-content .tab-pane li > a .crop-wrap{
    display: block;
    
    /* float: left; */
    aspect-ratio: 16 / 9 !important;
    background-size: contain;
    max-width: 100%;
}

.articles-tabs .tab-content .tab-pane li > a p{
    display: block;
    width: 70%;
    float: left;
    text-align: justify;
}

.articles-tabs .tab-content .tab-pane ul:first-child li:first-child > a{
    color: white !important;
    background: var(--color3);
    padding: 10px;
    overflow: hidden;
}

.articles-tabs .tab-content .tab-pane li:first-child > a .article-image{
    width: 50%;
}

.articles-tabs .tab-content .tab-pane li:first-child > a .crop-wrap{
    background-size: cover;
}

.articles-tabs .tab-content .tab-pane li:first-child > a p{
    width: 50%;    
    color: white;
}

@media (max-width:768px) {

    .latest-tabs .tab-content .tab-pane li:first-child > a .crop-wrap{
        display: inline;
        /* float: unset; */
        margin: 0 0.5rem 0.5rem 0;
    }

    .latest-tabs .tab-content .tab-pane li:first-child > a p{     
        display: inline;
        float: unset;
        padding: 0;
    }

    .latest-tabs .tab-content .tab-pane li:first-child > a p strong{     
        font-weight: normal;
    }

    .latest-tabs .tab-content .tab-pane li:first-child > a p span{     
        display: none;
    }


    /* .latest-tabs .tab-content .tab-pane li > a .crop-wrap{
        display: block;
        width: unset;
        float: unset;
        aspect-ratio: 16 / 9 !important;
        background-size: cover;
    }
    
    .latest-tabs .tab-content .tab-pane li > a p{
        display: block;
        width: unset;
        float: unset;
        text-align: justify;
    } */

    .main-tabs .tab-content .tab-pane li:first-child > a .crop-wrap{
        width: 100% !important;
    }

    .main-tabs .tab-content .tab-pane li:first-child > a p{     
        width: 100% !important;
        position: static;
    }
}

.articles-tabs .tab-content .tab-pane li .crop-wrap {
    /* min-width: 150px; */
    min-height: 100px;
}

.articles-tabs .tab-content .tab-pane li p {
    color: #000;
    /* font-size: 18px; */
    font-weight: 400;
    transition: all .3s;
    padding: 10px 15px;
}

.main-tabs .card-header {
    padding: 0;
}

.main-tabs .nav-tabs  .nav-link.active {
    border: none;
    background: none;
    font-weight: bold;
}

/*
.main-tabs .tab-content {
    / padding: 30px 15px 15px 15px; /
    padding: 0;
    background: rgba(0,0,0,.05);
}

.main-tabs .tab-content .tab-pane li+li {
    font-size: small;
}

.main-tabs .tab-content .tab-pane li > a{
    min-height: 215px;

    
}

.main-tabs .tab-content .tab-pane li+li p {    
    width: 100%;
    margin-bottom: 0;
  padding: 0px 15px 15px;
}

.main-tabs .tab-content .tab-pane li+li .crop-wrap {
    display: block;
    float: unset;
    width: 100%;
}
*/


.main-articles-wrapper {
    display: flex;
}

@media (max-width: 992px) {
 .main-articles-wrapper {
    flex-direction: column;
}   

.articles-tabs { 
    width: 100%;
}
}

.main-tabs .tab-content {
    padding: 0;
    background: rgba(0,0,0,.05);
}

.main-tabs .tab-content .tab-pane ul {
    width: 100%;
}

.main-tabs .tab-content .tab-pane li {
    display: block;
    margin: 0;
    padding: 5px !important;
    float: left;
    width: 25%;
    position: relative;
}

.main-tabs .tab-content .tab-pane li:first-child {
    width: 100%;
    padding: 0 !important;
}


.main-tabs .tab-content .tab-pane li+li, .main-extra-articles li {
    font-size: small;
}

.main-tabs .tab-content .tab-pane li > a, .main-extra-articles li > a{
    /* min-height: 210px;    */
    position: relative;
    aspect-ratio: 12 / 11;
    margin: 0px;
    display: block;
}

@media (max-width: 512px) {    
    .main-articles-wrapper li > a{
        /* min-height: 210px;        */
    }
}

.main-articles-wrapper li .events-calendar {
    top: -10px;
    left: 0px;
    bottom: unset;
    right: unset;
}

.main-tabs .tab-content .tab-pane li+li .events-calendar, .main-extra-articles li .events-calendar {    
    right: 0px;
    bottom: unset;
    left: unset;
}

.main-tabs .tab-content .tab-pane li+li .events-calendar .events-calendar-month, .main-extra-articles li .events-calendar-month {
    /* padding: 5px;
    font-size: 0; */
    padding: 0;
    font-size: xx-small;
}

.main-tabs .tab-content .tab-pane li+li .events-calendar .events-calendar-day, .main-extra-articles li .events-calendar-day {
    padding: 0 5px;
    font-size: small;
}

.main-tabs .tab-content .tab-pane li:first-child a{
    color: white !important;
    /* background: var(--color3); */
    background: unset !important;
    padding: 0 0 10px 0 !important;
    aspect-ratio: 24 / 11;
    margin-right: 3%;
}

.articles-tabs.main-tabs .tab-content .tab-pane li:first-child a.more{
    padding: 5px !important;
    margin: 0;
    position: absolute;
    right: 4%;
    bottom: 3%;
    height: 30px;
    aspect-ratio: unset;
    font-size: small;
    color: var(--color2) !important;
    width: unset;
}

.articles-tabs.main-tabs .tab-content .tab-pane li:first-child a.more:hover{
    text-decoration: underline;
}

.main-tabs .tab-content .tab-pane li+li p, .main-extra-articles li p {    
    width: 100%;
    margin-bottom: 0;
  /* padding: 0px 15px 15px; */
  padding: 10px;
}


.main-articles-wrapper li > a > .article-image{
    float: unset !important;
  width: 100% !important;
  
}

.main-articles-wrapper li > a > .crop-wrap {
    /* float: unset;
  width: 100%; */
}

.main-tabs .tab-content .tab-pane li:first-child > a > .article-image{
position: absolute;
  top: 0;
  right: 33%;
  bottom: 0;
  left: 0;
}

.main-tabs .tab-content .tab-pane li:first-child  .crop-wrap {
    /* position: absolute;
    top: 0;
    right: 33%;
    bottom: 0;
    left: 0; */
    aspect-ratio: unset !important;
    width: unset;
    /* transition: 2s; */
    background-position-x: left;    
    animation-name: main-tabs-photo;
    animation-duration: 15s;
    width: 66% !important;
}

/* .main-tabs .tab-content .tab-pane li:first-child:hover  .crop-wrap {
    background-position-x: right !important;
} */


.main-tabs .tab-content .tab-pane li:first-child  p {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 30px;
    left: 66%;
    width: 33% !important;
    background: var(--color3);
}

@media (max-width: 1200px) {
    .main-tabs .tab-content .tab-pane li+li p, .main-extra-articles li p {  
        padding: 5px 15px 0px;
        font-size: smaller;
    }
}

@media (max-width: 992px) {
    /* .main-articles-wrapper li > a{        
        aspect-ratio: 6 / 11;     
    }
    
    .main-tabs .tab-content .tab-pane li:first-child a{
        aspect-ratio: 14 / 11;
     
    } */
}

@media (max-width: 768px) {
    /* .main-articles-wrapper li {
        width: 25%;
    } */
    
    .main-tabs .tab-content .tab-pane li:first-child {
        width: 100%;
    }

    .main-tabs .tab-content .tab-pane li:first-child a {
        aspect-ratio: unset;        
    }

    .main-tabs .tab-content .tab-pane li:first-child a.more {
        bottom: 0 !important;
        min-height: unset !important;
    }

    .main-tabs .tab-content .tab-pane li:first-child > a > .article-image {
        position: static;
    }

    .main-tabs .tab-content .tab-pane li:first-child  .crop-wrap {
        position: static;
        aspect-ratio: 16 / 9 !important;
        width: 50% !important;        
    }

    .main-tabs .tab-content .tab-pane li+li+li+li+li+li {
        display: none;
    }
}

@media (max-width: 512px) {    
    .main-tabs .tab-content .tab-pane li+li, .main-extra-articles li  {
        width: 50%;
        font-size: medium;
    }

    .main-tabs .tab-content .tab-pane li+li a, .main-extra-articles li a{
        aspect-ratio: unset;
    }
}


/* .main-tabs .tab-pane .weather a{
    position: relative;
}

.main-tabs .tab-pane .weather p{
    display: block;
    text-align: center;
    width: 100% !important;
    font-size: 1rem;

}

.main-tabs .tab-pane .weather i{
    font-size: 7rem;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: var(--color5)
} */


.main-articles-wrapper .name-day a {
    position: relative;
}

.main-articles-wrapper .name-day p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    text-align: center;
    font-size: large;
    width: 100% !important;
}

.main-articles-wrapper .name-day p strong {
    font-size: larger;
    display: block
}


.main-extra-articles {
    width: 20%;
    margin-top: 40px;
}



.main-extra-articles ul{
        padding: 0px;
        margin: 0;;
}

.main-extra-articles li {
    display: block;
    padding: 5px;
}

.main-extra-articles li .crop-img {
    width: 100%;
}


.main-extra-articles li .crop-wrap { 
    background-size: contain;
}

@media (max-width: 992px) {
    .main-extra-articles {
        width: 100%;
    }
}

.articles-news  {
    padding: 0;
    margin: 0;
}

.articles-news li {
    display: block;
}

.articles-news li > a {
    /* display: flex;
    align-items: center; */
    margin-bottom: 15px;
    background: #fff;
    position: relative;
}

.articles-news li > a > div {
    padding-left: 0;
}

.articles-news .events-calendar {
    top: -10px;
    left: 0px;
    bottom: unset;
    right: unset;
    z-index: 1;
}

.articles-news .events-calendar .events-calendar-month {
    padding: 5px;
    font-size: 0;
}

.articles-news .events-calendar .events-calendar-day {
    padding: 0 5px;
    font-size: small;
}

.articles-news li .crop-wrap {
    /* width: 150px;
    height: 100px;
    max-width: 100%; */
    aspect-ratio: 560 / 315;
    width: 100%;
    background-size: cover;
}

.articles-news  li p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    transition: all .3s;
    padding: 10px 15px;
}

.breadcrumb {
    background: none;
}


.article-meta .posted-on svg{
    max-width: 20px;
}

.nav-link svg {
    max-width: 40px;
}

.articles-tags {
    display: block;
    padding: 1rem;
}

.articles-tags li {
    display: inline-block;
}

.articles-tags a {
    position: relative;
    padding-left: 0.8rem;
}

/* .articles-tags a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 1rem;
    background-image: url(../img/kj.png);
    background-position: center;
    background-size: 50%;
    / contain; /
    background-repeat: no-repeat;
} */

.content {
    min-height: 100vh;
}

.videos-player {
    border: 10px solid var(--color5);;
    padding: 10px;
    border-radius: 5px 0 0 5px;
    background: white;

    position: fixed;
    right: -10px;  
    /* transform: translateX(50%); */
    z-index: 44;
    animation-name: video-player-init;
    animation-duration: 1s;
    transition: 1s;
    transform: translateX(calc(100% - 70px));
    width: 90vw;
    max-width: 560px;
}

.videos-player.init-animation-off {
    animation: unset;
}


.videos-player.show {
    transform: translateX(0);
}

.videos-player.hide {
    transform: translateX(calc(100% - 20px));
}


.videos-player-tab {
    display: block;
    font-size: x-large;
    position: absolute;
    top: -10px;
    left: -40px;
    background: var(--color5);
    border-radius: 5px 0 0 5px;
    padding: 10px;
    color: white;
    
}

.videos-player-tab .arrow {
    transition: .5s;
    cursor: pointer;
}

.videos-player.show .arrow {
    transform: rotate(180deg);
}

.videos-player iframe {
    display: block;
    padding-bottom: 10px;
    aspect-ratio: 560 / 315;
    height: unset;
    max-width: 100%;
}

.videos-player .video {
    display: inline-block;
    font-size: x-large;    
    color: #101010;
    
}

.videos-player.playing .video {
    animation: pulse 2s infinite;
}

.videos-player h5 {
    display: inline-block;
    margin: 0;
    padding-left: 5px;
}

.videos-player p {
    margin: 0;
    font-size: small;
  font-weight: normal;
}

.paginationControl {
    padding-top: 3rem;
    text-align: center;
}

.paginationControl > * {
    display: inline-block;
}

.paginationControl > .disabled {
    display: none;
}

.paginationControl span, .paginationControl a {
    margin: 2px;
    display: inline-block;
    padding: 10px;
    border-radius: 5px;
}

.paginationControl span, .paginationControl  a:hover {
    background: var(--color3);
    color: white;
}

.paginationControl  a {
    background: white;
    color: var(--color3);
}

.name-day {
    font-size: x-small;
}

.name-day label {
    font-size: smaller;
    margin: 0;
    display: block;
}

.name-day .names {
    font-weight: bold;
}

.weather img {
    width: 50px;
}

.aside {
    padding-top: 2rem;
}

.aside ul {
    padding: 0;
}

aside li {
    display: block;
    padding: 0 !important;
}

.aside a {

    max-width: 100%;
}

.aside .crop-wrap {
    aspect-ratio: 16 / 9;
    background-size: contain;
    max-width: 100%;
}

.carousel-Banners-default {
    width: 100%;
    min-height: 500px;
}

.satellite .carousel-Banners-default {
    min-height: unset;
}

.carousel-Banners-default .carousel-indicators {
    left: 50%;
    right: unset;
    margin: 0;
    transform: translateX(-50%);
    padding: 0 10px;
    border-radius: 5px;
    background: var(--color2);
    bottom: -30px;
}

.carousel-Banners-default .crop-wrap {
    background-size: contain !important;
    background-position: left center !important;
}

.simply-scroll.simply-scroll-container {
    width: 100%;
    height: unset;
}

.simply-scroll.simply-scroll-container .simply-scroll-clip{
    width: 100%;
    height: unset;
}

/* // TODO!!!!! */
/* .simply-scroll .simply-scroll-list+.simply-scroll-list {     
    display: none !important;
} */

.simply-scroll .simply-scroll-list ul {
    padding-bottom: 50px;
}

.marquee li {
    width: unset !important;    
    height: unset !important;
    background: none !important;
}

.marquee li a {
    /* margin: 0 20px; */
    display: block;
    height: 250px;
    text-align: center;
}

.marquee li a .descr {
    margin-top: 10px;
    /* bottom: -30px;
    position: relative; */
}

.marquee li img {
    margin: 0 20px;
    max-height: 200px;
    opacity: 1;
    display: inline-block;
}
/* 
#slider-partners > li {
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center center !important;
  } */

.marquee {
    height: 260px;
}

.marquee img {
    max-height: 300px;
}

.marquee ul {
    
}

.marquee li {
    display: block;
    float: left;
}

.footer-social a {
    margin: 5px;
}

.events-calendar {
    border: 1px solid var(--color5);
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  background: white;
  bottom: -10px;
  right: 10px;
}

.events-calendar-month {
    background: var(--color5);
  color: white;
  padding: 10px;
}

.events-calendar-day {
    font-size: x-large;
  color: var(--color5);
}

.about .list-group-item-action.active {
    background-color: var(--color5);
}

.scrollspy-about {
    position: relative;
    margin-top: .5rem;
    overflow: auto;
    max-height: 100vh;
}

.scrollspy-about > div {

    /* min-height: 50vh */
    padding-bottom: 3rem;
}

.scrollspy-about > div:last-child {
    min-height: 50vh;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

@keyframes video-player-init {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(100% - 70px));
    }
    
}

@keyframes main-tabs-photo {
    50% {
        background-position-x: right;    
    }
    /* 100% {
        background-position-x: left;    
    } */
}