
@media (max-width:768px) {

    .main_wrapper {
        margin: 0;
    }
    .nav__overlay {
        display: none;
    }
    .serviceLogo__logo:after {
  
        top: 50px !important;
       
    }
    .serviceLogo {
padding-top: 0;
    }
.commentsApp {
    padding: 15px 15px 30px
}

.commentsApp * {
    outline: 0
}

.commentsApp__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-flow: row wrap
}

.commentsApp__heading {
    color: #222;
    font: 600 22px/26px calibre, sans-serif
}

.commentsApp__headerCounter {
    font-weight: 400
}

.commentsApp__sorting {
    position: relative
}

.commentsApp__textStyledBtn {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    transition: all .2s ease-out
}

.commentsApp__textStyledBtn:hover {
    opacity: .8
}

.commentsApp__sortingSelected {
    font: 600 15px/18px calibre, sans-serif;
    color: #666
}

.commentsApp__sortingTriangle {
    vertical-align: middle;
    margin-left: 7px
}

.commentsApp__sortingTrianglePath {
    fill: #666
}

body {
    overflow-anchor: none
}

.commentsApp__infoMessage {
    height: 0;
    transition: height .3s ease-in-out, margin-top .3s ease-in-out;
    width: 100%;
    font: 600 15px/18px calibre, sans-serif;
    padding: 0 6px;
    margin-top: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden
}

.commentsApp__comment .commentsApp__infoMessage {
    width: calc(100% - 40px);
    margin-left: 40px
}

.commentsApp__infoMessageClose {
    cursor: pointer
}

.commentsApp__textField {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .06);
    border: 1px solid #ccc;
    border-radius: 2px
}

.commentsApp__comment .commentsApp__textField {
    height: 0;
    overflow: hidden;
    opacity: 0
}

.commentsApp__textField:not(.commentsApp__textField--active)~.commentsApp__infoMessage {
    width: 100%;
    margin-left: 0
}

.commentsApp__addCommentTextarea {
    font: 400 18px/25px calibre, sans-serif;
    color: #999;
    width: 100%;
    border: none;
    resize: none;
    min-height: 48px;
    display: block;
    padding: 12px 15px 11px
}

.commentsApp__addCommentTextarea--revealBottom {
    color: #222;
    resize: vertical;
    transition: min-height 1s ease-in-out;
    min-height: 110px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .04)
}

.commentsApp__addCommentTextarea--revealBottom::-webkit-input-placeholder {
    color: #222
}

.commentsApp__addCommentTextarea--revealBottom::-moz-placeholder {
    color: #222
}

.commentsApp__addCommentTextarea--revealBottom:-ms-input-placeholder {
    color: #222
}

.commentsApp__addCommentTextarea--revealBottom:-moz-placeholder {
    color: #222
}

.commentsApp__addCommentTextarea::-webkit-input-placeholder {
    color: #999
}

.commentsApp__addCommentTextarea::-moz-placeholder {
    color: #999
}

.commentsApp__addCommentTextarea:-ms-input-placeholder {
    color: #999
}

.commentsApp__addCommentTextarea:-moz-placeholder {
    color: #999
}

.commentsApp__bottom {
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    box-shadow: 0 -2px 2px rgba(0, 0, 0, .04);
    border-radius: 0 0 2px 2px;
    display: none;
    padding: 0 15px
}

.commentsApp__addCommentTextarea--revealBottom+.commentsApp__bottom {
    padding: 15px;
    display: flex
}

.commentsApp__bottomFrame {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 20px;
    transition: height .5s ease-in-out;
    padding-right: 10px;
    outline: 0
}

.commentsApp:not(.commentsApp--logged) .commentsApp__bottomFrame {
    visibility: hidden;
    width: 1px
}

.commentsApp__bottomFrame:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 8px;
    height: 4px;
    background-image: url("../images/7ea96a809ed22e5ed1b721df15c93a528fe90293.svg");
    background-repeat: no-repeat;
    cursor: pointer
}

.commentsApp__bottomFrame .commentsApp__bottomFrameElement {
    background: transparent;
    border: 0;
    text-align: left;
    font: 600 15px/18px calibre, sans-serif
}

.commentsApp__bottomFrame .commentsApp__userName {
    padding: 0 6px 0 0;
    cursor: pointer;
    color: #666;
    transition: all .2s ease-out;
    max-width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.commentsApp__bottomFrame .commentsApp__userName:hover {
    opacity: .8
}

.commentsApp__bottomFrame .commentsApp__change {
    position: absolute;
    width: max-content;
    display: none;
    top: -48px;
    left: 0;
    background: #fff;
    padding: 13px 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
    z-index: 10;
    font: 600 15px/18px calibre, sans-serif;
    color: #666
}

.commentsApp__button {
    background: #444;
    color: #fff;
    border: none;
    border-radius: 15px;
    padding: 6px 20px;
    text-transform: uppercase;
    transition: all .2s ease-out;
    font: 600 15px/18px calibre, sans-serif;
    cursor: pointer
}

.commentsApp__button:hover {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1), 0 4px 7px 0 rgba(0, 0, 0, .2);
    filter: brightness(1.2);
    -webkit-filter: brightness(120%)
}

.commentsApp:not(.commentsApp--logged) .commentsApp__button--send {
    display: none
}

.commentsApp__commentsContainer {
    margin: 26px 0 0;
    display: flex;
    flex-direction: column
}

.commentsApp__comment {
    margin: 0 0 5px;
    padding: 18px 0 0;
    border-top: 1px solid #e5e5e5
}

.commentsApp__comment:first-of-type {
    padding: 0;
    border-top: none
}

.commentsApp__commentHead {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.commentsApp__commentAuthor {
    font: 600 18px/22px calibre, sans-serif;
    margin-right: 10px;
    color: #222
}

.commentsApp__commentBody {
    font: 400 18px/25px calibre, sans-serif;
    color: #222;
    margin: 6px 0 10px;
    word-break: break-word
}

.commentsApp__commentDate {
    font: 400 18px/22px calibre, sans-serif;
    color: #999
}

.commentsApp__subComments {
    padding-left: 40px;
    transition: height .3s ease-in-out;
    height: 0;
    overflow: hidden
}

.commentsApp__options {
    position: relative;
    margin-left: auto
}

.commentsApp__optionsDots {
    position: relative;
    min-width: 16px;
    min-height: 16px
}

.commentsApp__optionsDots:before {
    content: "";
    display: block;
    background-image: url("../images/ad5e2503dfaec01f90822b4fa2270ca0e22ce2a7.svg");
    width: 16px;
    height: 16px;
    margin-left: 2px
}

.commentsApp__commentFooter {
    display: flex;
    align-items: center;
    flex-flow: row wrap
}

.commentsApp__commentFooter>:not(:last-child) {
    margin-right: 30px
}

.commentsApp__votes {
    font: 400 15px/25px calibre, sans-serif;
    position: relative
}

.commentsApp__voteSVG {
    vertical-align: middle;
    margin: 0 5px 0 0
}

.commentsApp__voteSVGPath--transparent {
    fill: none
}

.commentsApp__voteSVGPath--fill {
    fill: #666
}

.commentsApp__reply,
.commentsApp__showReplies {
    font: 600 15px/25px calibre, sans-serif
}

.commentsApp__reply {
    color: #222
}

.commentsApp__showReplies {
    color: #666;
    position: relative;
    padding: 0 15px 0 0;
    margin-top: 15px
}

.commentsApp__showReplies:after {
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    width: 8px;
    height: 4px;
    background-image: url("../images/7ea96a809ed22e5ed1b721df15c93a528fe90293.svg");
    background-repeat: no-repeat
}

.commentsApp__loadMore {
    padding: 8px 0 0
}

.commentsApp__buttonLoadMore {
    border: 2px solid #444;
    background: #fff;
    color: #222;
    padding: 4px 20px 6px;
    height: 30px;
    width: 100%
}

.commentsApp__popupOverlay {
    display: none;
    position: fixed
}

.commentsApp__popupOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999990
}

div[id^=bottom_wrapper] {
    grid-column: 2
}

html {
    overflow-x: hidden;
    font-size: 21px
}

html body {
    padding-top: 50px
}

* {
    box-sizing: border-box
}

.section_wrapper {
    width: 100%
}

.section_wrapper .content_wrap {
    background-color: #fff;
    position: relative
}

#bottom_wrapper .columns_container {
    width: 100%
}

.content_wrap {
    background-color: #fff;
    position: relative;
    width: 100%
}

.left_aside,
.main_content,
.right_aside {
    width: 100%
}

@supports (display:grid) {

    .main_wrapper,
    .top_section {
        width: 100%
    }

    .bottom_section {
        width: 100%
    }

    .right_aside {
        width: 100%
    }
}

@supports not (display:grid) {
    .main_wrapper {
        background-color: #fff;
        width: 100%
    }

    .main_wrapper:after {
        display: block;
        content: " ";
        width: 100%;
        clear: both;
        float: none
    }

    .main_wrapper .bottom_section,
    .main_wrapper .top_section {
        width: 100%
    }

    .bottom_section,
    .top_section {
        width: 100%
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .main_wrapper {
        background-color: #fff;
        width: 100%
    }

    .main_wrapper:after {
        display: block;
        content: " ";
        width: 100%;
        clear: both;
        float: none
    }

    .main_wrapper .bottom_section,
    .main_wrapper .top_section {
        width: 100%
    }
}

#article_title:after,
.author_and_date .article_author:after,
.author_and_date:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none
}

.author_and_date {
    padding: 10px 15px
}

#article_title {
    color: #222;
    word-break: break-word;
    font: 700 24px/29px calibre, sans-serif;
    margin-top: 10px
}

.main_wrapper:not(.main_wrapper--video) #article_title {
    padding: 2px 15px 0;
    width: 100%;
    
} 


@supports (display:grid) {

    #article_title {
        width: 100%
    }
}

@supports not (display:grid) {

    #article_title,
    .author_and_date {
        width: 100%
    }

    #article_title:after,
    .author_and_date:after {
        display: block;
        content: " ";
        width: 100%;
        clear: both;
        float: none
    }
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    #article_title {
        width: 100%
    }

    #article_title:after {
        display: block;
        content: " ";
        width: 100%;
        clear: both;
        float: none
    }
}

.author_and_date .article_author,
.author_and_date .article_date {
    display: block
}

.author_and_date {
    display: flex;
    flex-flow: row nowrap;
    padding-top: 20px;
    padding-bottom: 5px
}

.author_and_date:after {
    content: none
}

.author_and_date .article_data {
    display: block;
    width: 100%
}

.author_and_date .article_author {
    color: #666;
    font: 600 15px/18px calibre, sans-serif
}

.author_and_date .author_prefix {
    font-weight: 400;
    text-transform: capitalize
}

.author_and_date .article_date {
    color: #999;
    font: 400 15px/18px calibre, sans-serif
}

@supports (display:grid) {
    .author_and_date {
        width: 100%
    }
}

@supports (display:grid) {
}

#breadcrumbs:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none
}

#sitePath {
    position: relative
}

#breadcrumbs {
    overflow: hidden;
    height: 20px;
    overflow-x: auto;
    margin: 17px 15px 8px;
    display: flex;
    flex-flow: row nowrap;
    font: 400 14px/17px calibre, sans-serif
}

#breadcrumbs:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%);
    z-index: 1
}

#breadcrumbs .bc_item {
    color: #ccc;
    position: relative;
    padding-right: 13px;
    flex: 1 0 auto
}

#breadcrumbs .bc_item:after {
    content: " \00b7 ";
    font-size: 1.3em;
    position: absolute;
    top: 0;
    right: 6px;
    line-height: 16px
}

#breadcrumbs .bc_item:last-of-type {
    padding-right: 0
}

#breadcrumbs .bc_item:last-of-type:after {
    display: none
}

#breadcrumbs .bc_item .bc_item_link {
    font: inherit;
    color: inherit;
    transition: color .2s ease-in
}

#breadcrumbs .bc_item .bc_item_link:hover {
    color: #8e8e8e;
    background: none
}

@supports (display:grid) {
    #sitePath {
        width: 100%
    }
}

#gazeta_article_body .relatedMtBox:hover__link,
.article__content--autoLoad .relatedMtBox:hover__link {
    color: rgba(34, 34, 34, .8);
    background-color: transparent;
    background-image: none
}

.related_images:after,
.related_images img:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none
}

.related_images {
    padding: 10px 15px
}

.related_images {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 7px
}

.related_images img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.related_images .related_image_wrap.with_gallery {
    position: relative;
    z-index: 2
}

.related_gallery_closing_button {
    position: fixed;
    top: 40px;
    background-color: #506e91;
    opacity: .9;
    width: 100%;
    z-index: 20000;
    display: none;
    padding: 11.5px 14px
}

.related_gallery_closing_button span {
    opacity: 1;
    display: block;
    float: right;
    color: #fff;
    font: 600 14px/17px calibre, sans-serif;
    margin-right: 27px;
    position: relative
}

.related_gallery_closing_button span:after,
.related_gallery_closing_button span:before {
    position: absolute;
    top: 1px;
    right: -22px;
    content: " ";
    height: 15px;
    width: 2px;
    background-color: #fff
}

.related_gallery_closing_button span:before {
    transform: rotate(45deg)
}

.related_gallery_closing_button span:after {
    transform: rotate(-45deg)
}

.tags {
    position: relative;
    padding: 7.5px 0;
    background-color: #f5f5f5;
    overflow-x: scroll;
    margin: 23px 0 15px
}

.tags .tags_list {
    display: flex;
    flex-flow: row wrap
}

.tags .tags_item {
    white-space: nowrap;
    background-color: #f5f5f5;
    border-right: 1px solid #dbdbdb
}

.tags .tags_item:last-of-type {
    border: none
}

.tags .tag_link {
    color: #666;
    display: block;
    font: 400 15px/21px calibre, sans-serif;
    line-height: 15px;
    text-transform: capitalize;
    padding: 7.5px 15px
}

.tags .tags_header {
    display: none
}

.page_footer:after {
    display: block;
    content: " ";
    width: 100%;
    clear: both;
    float: none
}

.page_footer {
    padding: 10px 15px;
    padding-top: 2px;
    margin: 0 auto;
    font: 400 15px/30px calibre, sans-serif;
    text-align: center;
    color: #969696;
    background: #fff;
    width: auto;
    padding-bottom: 20px
}

.adviewDFPBanner {
    line-height: 0
}

.serviceLogo {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 10600;
    transform: translateY(0);
    transition: transform .3s ease-out;
    border-bottom: 1px solid #e5e5e5;
    height: 62px;
}

.serviceLogo__logo {
    font: 700 34px/30px calibre, sans-serif;
    color: #222;
    position: relative;
    top: -3px;
    white-space: nowrap
}

.serviceLogo__logo:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 0;
    width: 65%;
    height: 9px;
    z-index: -1;
    background: transparent linear-gradient(90deg, #91a6c4, #567396 100%, #567396 0) 0 0 no-repeat padding-box
}

.serviceLogo__logoGroupElements {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 60px;
    z-index: 10;
   
    padding-left: 15px
}

.nav__active {
    color: #567396
}

.nav__hamburger {
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/1af53502fad38b6b0b6e68f21a2b9bb5f0aee330.svg");
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 30px;
    transform: translateY(-50%);
    z-index: 10602
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {

        .navigation-lists__outer-nav {
            padding-bottom: 120px
        }
    }
}

.main-navigation {
    position: relative;
    left: 0;
    width: 100%;
    z-index: 10602;
    background: #fff;
    transform: translateY(0);
    transition: all .5s ease-out
}

.main-navigation__logo {
    height: 25px;
    margin-left: 15px;
    order: 1
}

.main-navigation__logo .main-navigation__icon {
    height: 25px
}
/* 
.main-navigation__inner-wrapper {
    margin: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2)
} */

.main-navigation__inner-wrapper .main-navigation__nav {
    margin-left: auto;
    order: 3
}

.main-navigation__nav .main-navigation__link {
    font: 400 14px/14px calibre, sans-serif;
    color: #444;
    transition: all .2s ease-out
}

.main-navigation__nav .main-navigation__link:hover {
    opacity: .8
}

.main-navigation__nav .main-navigation__lists {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%
}

.main-navigation__nav .main-navigation__list-item {
    padding: 10px;
    cursor: pointer;
    height: 100%
}

.main-navigation__shortcuts {
    display: flex;
    align-items: baseline;
    margin-left: auto;
    order: 2
}

.main-navigation__shortcuts .main-navigation__lists {
    display: flex;
    padding: 18px 15px
}

.main-navigation__shortcuts .main-navigation__link {
    display: flex;
    align-items: center;
    font: 500 14px/17px calibre, sans-serif;
    letter-spacing: 0;
    color: #444;
    text-transform: uppercase;
    color: #222
}

.main-navigation__shortcuts .main-navigation__list-item--environment .srodowiskoA {
    fill: #459c5f
}

.main-navigation__shortcuts .main-navigation__list-item span {
    margin-left: 8px
}

.main-navigation__login {
    position: relative;
    order: 1 .main-navigation__link--logout;
    order-display: none
}

.main-navigation__login .main-navigation__login {
    margin-left: 8px
}

.main-navigation__nav .main-navigation__list-item,
.main-navigation__shortcuts .main-navigation__list-item {
    display: flex;
    position: relative;
    align-items: center
}

.main-navigation__dropdown {
    position: relative;
    border-left: 1px solid #e5e5e5;
    height: 25px;
    width: 45px;
    order: 2
}

.main-navigation__arrow-small {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/937fcdf989249998e696c15fa515e18653f5a142.svg");
    position: absolute;
    margin-left: 0;
    margin-top: -7px;
    width: 40px;
    height: 40px
}

* .main-navigation__arrow-small:hover {
    cursor: pointer
}

.main-navigation .navigation-lists__outer-nav {
    width: 100%;
    height: 100%;
    box-shadow: 0 3px 3px -2px #d6d6d6;
    overflow-y: auto;
    display: none;
    max-height: calc(100vh - 40px)
}

.search-form {
    display: none;
    position: absolute;
    bottom: 0
}

.top_wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10501;
    transition: all .3s ease-out;
    height: 40px;
    margin-bottom: 70px;
    transition: transform .3s ease-out
}

html body {
    padding-top: 100px
}

.navBox {
    transition: all .6s ease-out;
    transform: translateY(0);
    z-index: -2
}

.related_gallery_closing_button {
    position: relative;
    top: 0;
    height: 40px;
    transition: all .3s ease-out;
    transform: translateY(0);
    z-index: 10000
}

@font-face {
    font-family: Lato;
    src: url("");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url("");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Lato;
    src: url("");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: calibre;
    src: url("../fonts/CalibreWeb-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: calibre;
    src: url("../fonts/CalibreWeb-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: calibre;
    src: url("../fonts/CalibreWeb-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

body,
div,
form,
h1,
h3,
h4,
li,
p,
textarea,
ul {
    margin: 0;
    padding: 0

}

h1,
h3,
h4,
strong {
    font-size: 100%;
    font-weight: 800;
    font-style: normal
}

ul {
    list-style: none
}

img {
    border: 0
}

footer,
header,
nav,
section {
    display: block;
    margin: 0;
    padding: 0
}

html {
    display: block
}

body {
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: always;
    font-family: calibre;
    font-size: 21px;
    line-height: 30px
}

a {
    color: #222;
    text-decoration: none
}

a:hover {
    color: rgba(34, 34, 34, .8)
}

}