@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&display=swap');

@font-face {
    font-family: 'charter';
    src: url('../fonts/charter.eot');
    src: url('../fonts/charter.eot') format('embedded-opentype'),
        url('../fonts/charter.woff2') format('woff2'),
        url('../fonts/charter.woff') format('woff'),
        url('../fonts/charter.ttf') format('truetype'),
        url('../fonts/charter.svg#charter') format('svg');
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

p {
    font-family: 'charter' !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    font-weight: 600 !important;
}

a {
    text-decoration: none !important;
    transition: .3s all !important;
}

input,
select,
textarea {
    -webkit-appearance: none !important;
}

img {
    max-width: 100% !important;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
}

.nav-up {
    top: -108px;
}

.nav-down {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .1);
}

header {
    position: fixed;
    top: 0;
    transition: .3s;
    width: 100%;
    height: 108px;
    z-index: 99;
    background: #fff;
}

header .container-fluid {
    transition: .3s all;
}

header .container-fluid,
header .container-fluid .container,
header .container-fluid .container .row {
    height: 100%;
}

header ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: space-between !important;
    font-size: 13px;
    font-weight: 500;
}

header ul a {
    color: #000;
}

header ul a:hover {
    color: #C20018;
}

header .col-lg-3 svg {
    margin-left: 1.5rem;
    cursor: pointer;
}

header .col-xl-2 svg {
    stroke: #130f26;
    transition: .3s all;
}

.header__icons svg {
    fill: #130f26;
    height: 30px;
    width: 30px;
}

.header__burger,
.header__search {
    cursor: pointer;
}


.header__icons svg:hover {
    fill: #C20018;
}

.side-menu__link {
    font-size: 1rem;
}

.follow-form {
    width: 35%;
    min-width: 318px;
}

.follow-form__input::placeholder {
    font-size: 14px;
}

header .col-lg-3 svg:hover {
    stroke: #C20018;
}

.logo {
    fill: #c20018;
    transition: .3s all;
    stroke: none !important;
    margin-left: 0 !important;
}

.logo:hover {
    fill: #000;
}

.logo_footer {
    fill: #fff;
    transition: .3s all;
    stroke: none !important;
    margin-left: 0 !important;
}

.logo_footer:hover {
   opacity: .7;
}

main {
    margin-top: 108px;
}

.owl-carousel2 .item {
    height: 450px;
    color: #fff;
}

.owl-carousel2 .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.owl-carousel2 .item picture img {
    object-fit: cover !important;
    object-position: center left !important;
    width: 100% !important;
    height: 100% !important;
}

.owl-carousel2 .item .container {
    position: relative;
    height: 100%;
    top: 0;
}

.owl-carousel2 .item .container .row {
    height: 100%;
}

.padding_none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.owl-carousel2 h2 {
    font-size: 30px;
}

.owl-carousel2 p {
    font-family: 'Montserrat', sans-serif !important;
    margin: 1.5rem 0;
    font-size: 15px;
}

.owl-carousel2 a {
    background: #C20018;
    color: #fff;
    padding: 13px 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    border-radius: 100px;
}

.owl-carousel2 a:hover {
    color: #C20018;
    background-color: #fff;
}

.close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    cursor: pointer;
}

.close g {
    stroke: #130f26;
    transition: .3s all;
}

.close:hover g {
    stroke: #C20018;
}

.offcanvas ul {
    list-style: none;
    font-size: 25px;
    padding: 2rem;
    line-height: 130%;
}

.offcanvas ul li {
    margin-bottom: 25px;
}

.offcanvas ul li a {
    color: #000;
}

.offcanvas .logo {
    height: 120px;
    width: auto;
}

.offcanvas-body .row {
    height: 100%;
}

.offcanvas-top {
    height: 108px !important;
}

.offcanvas-top .close {
    position: relative;
    top: auto;
}

.offcanvas-top form {
    position: relative;
}

.offcanvas-top input {
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    border-color: transparent;
    background: #f4f4f4;
    border-radius: 100px;
    transition: .3s all;
}

.offcanvas-top input:focus {
    background: #fff;
    border-color: #f0f0f0;
}

.search {
    position: absolute;
    top: 0;
    right: 0;
    background: #C20018 !important;
    color: #fff;
    font-size: 12px;
    width: auto !important;
    height: auto !important;
    border: none;
    margin-top: 1px;
}

.trands_block {
    margin-top: 50px;
}

.trands_block h2 {
    font-size: 20px;
}

.owl-carousel3 {
    margin-top: 1.5rem;
}

.trend {
    position: relative;
    height: 140px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    transition: .3s all;
}

.trend span {
    position: absolute;
    top: .75rem;
    right: .75rem;
    font-size: 12px;
    font-weight: 300;
}

.owl-carousel3 .item picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.owl-carousel3 .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.owl-carousel3 .item picture:hover img {
    transform: scale(1.1);
}

.owl-carousel3 .item .container-fluid {
    position: relative;
    height: 100%;
    top: 0;
    padding: 0 .75rem !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 100%);
}

.owl-carousel3 .item .container-fluid .row {
    height: 100%;
}

.owl-carousel3 .item b {
    font-size: 15px;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
}

.owl-carousel3 .item p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 12px;
    margin: 0 0 .75rem 0;
}

.trend:hover {
    transform: scale(0.95);
}

.experts_main_block {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #F9F9F9;
}

.experts_main_block h2 {
    font-size: 20px;
}

.experts_main_block .text-lg-end a {
    background: #C20018;
    padding: 13px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.experts_main_block .text-lg-end a:hover {
    background: #fff;
    color: #C20018;
}

.owl-carousel4 {
    margin-top: 1.5rem;
    font-size: 12px;
}

.owl-carousel4 .item picture {
    display: block;
    margin: 0 auto;
    width: 86px;
    height: 86px;
    border-radius: 86px;
    margin-bottom: .75rem;
    overflow: hidden;
}

.owl-carousel4 .item picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.owl-carousel4 .item a:hover img {
    transform: scale(1.1);
}

.owl-carousel4 .item a {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
}

.owl-carousel4 .item a:hover {
    color: #C20018;
}

.zag h2 {
    font-size: 20px;
    display: block;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e1e1e1;
}

.sidebar .zag h2 {
    font-size: 15px;
}

.sidebar .zag {
    margin-bottom: 1.5rem;
}

.article {
    border-bottom: 1px solid #e1e1e1;
}

.article_autor picture {
    width: 45px;
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
    margin-right: .75rem;
}

.article_autor picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.article_autor picture:hover img {
    transform: scale(1.1);
}

.article_autor a {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.article_autor a:hover {
    color: #C20018;
}

.article_info {
    font-size: 12px;
    color: #777;
}

.article_info a {
    color: #000;
    font-weight: 500;
}

.article_info a:hover {
    color: #C20018;
}

.article_info div:first-child {
    margin-right: .75rem;
}

.article_info div:last-child {
    margin-left: .75rem;
}

.article_info div:last-child svg {
    margin-left: .75rem;
}

.article_info g {
    stroke: #130f26;
    transform: .3s all;
}

.article_info svg:hover g {
    stroke: #C20018;
}

.article_anons a {
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
}

.article_anons a:hover {
    color: #C20018;
}

.article_anons p {
    margin: .5rem 0 0 0;
    font-size: 13px;
}

.article_anons picture {
    width: 196px;
    height: 120px;
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin-left: 1.5rem;
}

.article_anons picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.article_anons picture:hover img {
    transform: scale(1.1);
}

.more_articles a {
    padding: 13px 30px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background: #C20018;
    border-radius: 100px;
    display: inline-block;
}

.more_articles a:hover {
    background: #f4f4f4;
    color: #C20018;
}

.owl-carousel5 {
    margin-bottom: 50px;
}

.tags_articles {
    margin-bottom: calc(50px - .75rem);
}

.tags_articles a {
    padding: 10px 20px;
    border-radius: 100px;
    font-size: 12px;
    color: #000;
    background: #f4f4f4;
    display: inline-block;
    margin: 0 .375rem .75rem .375rem;
}

.tags_articles a:hover {
    background: #C20018;
    color: #fff;
}

.video_block {
    position: relative;
    height: 150px;
    border-radius: 3px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    cursor: pointer;
}

.video_block svg {
    position: absolute;
    top: .375rem;
    right: .375rem;
    z-index: 99;
}

.video_block svg g {
    transition: .3s all;
}

.video_block svg:hover g {
    stroke: #C20018;
}

.video_block picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.video_block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.video_block:hover img {
    transform: scale(1.1);
}

.video_block .container-fluid {
    position: relative;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6375) 100%);
    padding: .75rem !important;
}

.video_block .container-fluid .row {
    height: 100%;
}

.programm_block {
    background: #f4f4f4;
    border-radius: 0 0 3px 3px;
}

.programm_block picture {
    display: block;
    height: 110px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.programm_block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.programm_block picture:hover img {
    transform: scale(1.1);
}

.programm_block_text {
    padding: .75rem;
    font-size: 10px;
    font-weight: 300;
}

.programm_block_text a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    display: inline-block;
    margin-bottom: .5rem;
}

.programm_block_text a:hover {
    color: #C20018;
}

.bbc {
    display: block;
    height: 250px;
    border-radius: 3px;
    overflow: hidden;
}

.bbc img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.bbc:hover img {
    transform: scale(1.1);
}

.book {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    height: 270px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}

.book svg {
    position: absolute;
    top: .375rem;
    right: .375rem;
    z-index: 99;
}

.book svg g {
    transition: .3s all;
}

.book svg:hover g {
    stroke: #C20018;
}

.book span {
    font-size: 12px;
    font-weight: 400;
}

.book b {
    transition: .3s all;
}

.book:hover b {
    color: #C20018;
}

.book picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

.book span {
    display: block;
    margin-top: .75rem;
}

.book picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.book:hover img {
    transform: scale(1.1);
}

.book .container-fluid {
    position: relative;
    top: 0;
    height: 100%;
    padding: 0 .75rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 60.82%);
}

.book .container-fluid .row {
    height: 100%;
    padding-bottom: .75rem;
}

footer .container-fluid {
    margin-top: 50px;
    background: #333;
    color: #fff;
    padding-top: 40px;
    font-size: 13px;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 500;
    display: flex !important;
    justify-content: space-between !important;
}

footer a {
    color: #fff !important;
}

footer a:hover {
    opacity: .5;
}

.soc a {
    opacity: 1 !important;
}

.soc img {
    margin-right: .75rem;
}

.soc img {
    opacity: .5;
    transition: .3s all;
}

.soc img:hover {
    opacity: 1;
}

.cpy {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #555;
    line-height: 250%;
}

.cpy a {
    margin-right: 1.5rem;
}

footer form {
    position: relative;
}

footer input {
    width: 100%;
    color: #fff !important;
    font-size: 15p;
    border-color: transparent !important;
    border-radius: 100px !important;
    background: #444 !important;
    padding: 18px 32px !important;
}

.subscribe {
    position: absolute;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    right: 1.5rem;
    top: 13px;
    font-weight: 600;
    transition: .3s all;
}

.subscribe:hover {
    color: #C20018 !important;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #C20018 !important;
}

.modal p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px;
    line-height: 150%;
    margin: 15px 0 0 0;
}

.modal picture {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
}

.modal picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.modal a {
    padding: 13px 20px;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #C20018;
    display: inline-block;
    margin: .75rem 0;
}

.modal a:hover {
    color: #C20018;
    background: #f4f4f4;
}

.modal iframe {
    width: 100%;
    height: 400px;
    border-radius: 3px;
}

.book_modal picture {
    border-radius: 0;
    width: auto;
    height: auto;
}

.book_modal img {
    width: 100% !important;
    border-radius: 3px;
    display: block;
}

.book_modal b {
    display: block;
    margin-bottom: .5rem;
}

.book_modal em {
    font-style: normal;
    font-size: 13px;
    color: #777;
}

.experts_main_block_inner {
    margin-bottom: 0;
    margin-top: 0;
}

.tags_articles .active {
    background: #C20018;
    color: #fff;
}

.offcanvas .active {
    color: #C20018;
}

header .active {
    color: #C20018;
}

footer .active {
    opacity: .5;
}

footer .active:hover {
    opacity: 1;
}

.pagination .active {
    background: #C20018;
    color: #fff;
}

.pagination a {
    margin-right: .5rem;
    width: 40px;
    height: 40px;
    font-size: 12px;
    border-radius: 3px;
    color: #000;
    text-align: center;
    line-height: 40px;
}

.pagination a:hover {
    background: #C20018;
    color: #fff;
}

.tags_inner {
    padding-bottom: .5rem;
    border-bottom: 1px solid #e1e1e1;
}

.tags_inner a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    background: #f4f4f4;
    color: #000;
    margin: .375rem;
    font-size: 12px;
}

.tags_inner a:hover {
    background: #C20018;
    color: #fff;
}

.tags_inner .active {
    background: #C20018;
    color: #fff;
}

.programm_inner {
    margin-bottom: 1.5rem;
    position: relative;
}

.programm_inner picture {
    display: block;
    height: 170px;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.programm_inner picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.programm_inner picture:hover img {
    transform: scale(1.1);
}

.programm_inner_text {
    padding: .75rem;
    background: #f4f4f4;
    font-size: 12px;
    font-weight: 300;
    border-radius: 0 0 3px 3px;
}

.programm_inner_text a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: .5rem;
}

.programm_inner_text a:hover {
    color: #C20018;
}

.programm_inner_text_2 a {
    font-size: 15px;
    line-height: 22px;
}

.programm_inner_text_2 .zapis {
    padding: 13px 20px;
    border-radius: 100px;
    background: #C20018;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    margin-top: .75rem;
    line-height: auto !important;
}

.programm_inner_text_2 .zapis:hover {
    background: #fff;
    color: #C20018;
}

.programm_inner svg {
    position: absolute;
    top: .375rem;
    right: .375rem;
    z-index: 99;
}

.programm_inner svg g {
    transition: .3s all;
}

.programm_inner svg:hover g {
    stroke: #C20018;
}

.expert {
    padding: .75rem;
    background: #f4f4f4;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: .75rem;
}

.expert b {
    font-size: 15px;
    font-weight: 500 !important;
    transition: .3s all;
    cursor: pointer;
}

.expert b:hover {
    color: #C20018;
}

.expert a {
    padding: 10px 20px;
    border-radius: 100px;
    background: #C20018;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.expert a:hover {
    background: #fff;
    color: #C20018;
}

.expert picture {
    width: 74px;
    height: 74px;
    border-radius: 74px;
    display: block;
    overflow: hidden;
    margin-right: 1.5rem;
    cursor: pointer;
}

.expert picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.expert picture:hover img {
    transform: scale(1.1);
}

.article h1 {
    font-size: 30px;
    display: block;
    margin-bottom: 1.5rem;
}

.big_photo img {
    width: 100% !important;
    border-radius: 3px;
}

.anons {
    display: block;
    padding: 1.5rem;
    background: #f4f4f4;
    border-radius: 3px;
    margin: 1.5rem 0;
}

.anons p {
    margin: 0;
}

.article_inner_text p {
    font-size: 20px;
}

.eye {
    padding: 5px 0 5px 30px;
    font-size: 15px;
    background: url(../img/eye.svg) center left no-repeat;
}

.anons a,
.login {
    padding: 13px 20px;
    border-radius: 100px;
    background: #C20018;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    border: 0;
    transition: .3s all;
}

.anons a:hover {
    background: #fff;
    color: #C20018;
}

.login:hover {
    background: #f4f4f4;
    color: #C20018;
}

.auth a {
    color: #000;
}

.auth a:hover {
    color: #C20018;
}

.auth form input::placeholder {
    font-size: 14px;
}

a.social_btn:first-child {
    margin-left: 0 !important;
}

.social_group svg {
    scale: 1;
    transition: .1s all;
}

.social_group svg:hover {
    scale: 1.05 !important;
}

a.sign {
    color: #C20018;
}

.auth form a {
    font-size: 12px;
    display: inline-block;
    margin-left: 1.5rem;
}

.embedly-card-hug {
    max-width: none !important;
    margin: -33px 0 !important;
}

.embedly-card {
    width: 100%;
    overflow: hidden;
}

.embedly-card-hug {
    overflow: hidden;
}

.card .brd,
.card .hdr {
    display: none;
}

.donation {
    right: 20px;
    bottom: 20px;
    z-index: 100000000000;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.donation.hidden {
    opacity: 0;
}

.donation b,
#donation .donate-btn,
#connect_form .send_message {
    font-size: 12px;
    padding: 13px 20px;
    font-weight: 500;
    border-radius: 100px;
    background-color: #C20018;
    color: #fff;
    transition: .3s all !important;}

.donation b:hover,
#donation .donate-btn:hover,
#connect_form .send_message:hover {
    color: #C20018;
    background-color: #fff;
}

.page-link {
    width: unset !important;
    font-size: 14px !important;
    height: 40px;
    line-height: 26px !important;
}

@keyframes alertAnimation {
    0% {
        top: -60px;
    }
    15% {
        top: 10px;
    }
    85% {
        top: 10px;
        opacity: 100%;
    }
    100% {
        top: -60px;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

.alert {
    position: fixed !important;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    animation: alertAnimation 4s forwards;
}

.forums-list__content {
    height: 90px;
    overflow: hidden;
}

.forum__comment-user-img img {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover;
    border-radius: 20px;
}

.forum__comment-left {
    min-width: 50px;
}

.forum__comment-right-top {
    font-size: 14px;
}

.forum__comment-right-bottom button {
    background: none;
    border: none;
}

button.forum__comment-delete {
    width: 27px;
}

button.forum__comment-delete path {
    fill: #dc3545;
}

.reply_comment {
    font-size: 14px;
    color: #444;
}

.likes_count {
    color: color(srgb 0.0705 0.7378 0.4581);
}

.like-btn path {
    fill: color(srgb 0.0705 0.7378 0.4581);
}

.leave-comment-btn {
    padding: 13px 25px;
    font-size: 13px;
    color: #fff;
    border: none;
    background-color: #C20018;
    border-radius: 25px;
}

.leave-comment-btn-disabled {
    padding: 13px 25px;
    font-size: 13px;
    color: #6c757d;
    border: none;
    background-color: #f8f9fa;
    border-radius: 25px;
}

#replyTo {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #454545;
    padding: 0 7px 0 15px;
    background-color: #e9e9e9;
    border-radius: 20px;
    top: -35px;
}

.comment-delete {
    background: none;
    border: none;
}

.comment-delete path {
    fill: #444;
}

.google-svg {
    fill: black !important;
    transition: .3s all;
}

.google-svg:hover {
    fill: #C20018 !important;
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {}

@media (max-width: 1200px) {}

@media (max-width: 992px) {

    .owl-carousel2 .item {
        height: 300px;
        color: #fff;
    }

    .owl-carousel2 h2 {
        font-size: 20px;
    }

    .owl-carousel2 p {
        font-size: 12px;
        margin: 1rem 0;
    }

    .article_anons p {
        display: none;
    }

    .article_anons picture {
        width: 150px;
    }

    .bbc {
        height: 200px;
    }

    footer ul {
        display: inline-block !important;
        line-height: 250%;
    }

    .soc img {
        margin: 0 .75rem;
    }

    .cpy {
        margin: 0 .75rem;
        padding-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .nav-up,
    header {
        height: 80px;
    }

    main {
        margin-top: 80px;
    }

    .offcanvas-top .offcanvas-body {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .offcanvas-top {
        height: 80px !important;
    }

    .anons a {
        margin-top: 1.5rem;
    }
}

@media (max-width: 576px) {

    .nav-up,
    header {
        height: 60px;
    }

    .logo {
        height: 40px;
        width: auto !important;
    }

    main {
        margin-top: 60px;
    }

    .owl-carousel2 .item a {
        margin-bottom: 24px;
    }

    .offcanvas-top {
        height: 60px !important;
    }

    .offcanvas-top .close {
        position: relative;
        top: auto;
        right: .75rem;
    }

    .owl-carousel4 .item {
        font-size: 10px;
    }

    .owl-carousel4 .item a {
        font-size: 12px;
    }

    .owl-carousel3 .item b {
        font-size: 12px;
        line-height: 15px;
    }

    .owl-carousel3 .item p,
    .owl-carousel3 .item span {
        font-size: 10px;
    }

    .article_anons a {
        font-size: 15px;
    }

    .article_anons picture {
        width: 86px;
        height: 100px;
    }

    .modal iframe {
        width: 100%;
        height: 200px;
        border-radius: 3px;
    }

    .programm_inner picture {
        height: 130px;
    }

    .zapis {
        font-size: 10px !important;
        padding: 5px 15px !important;
    }

    .expert a {
        font-size: 10px;
    }

    .article h1 {
        font-size: 25px;
    }
}
