/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
.sr-only,
fieldset {
    border: 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    margin: 0;
}
textarea {
    resize: vertical;
}
.hidden,
[hidden] {
    display: none !important;
}

.article table
{
    width: initial !important;
    max-width: 100%;
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    white-space: inherit;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix::after,
.clearfix::before {
    content: " ";
    display: table;
}
.clearfix::after {
    clear: both;
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }
    *,
    ::after,
    ::before {
        background: #fff !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]::after {
        content: " (" attr(href) ")";
    }
    abbr[title]::after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]::after,
    a[href^="javascript:"]::after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #999;
    }
    thead {
        display: table-header-group;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
#cookiePolicyClose,
.article-link,
.cms__overlay .overlay__buttons a,
.empty-links a,
.files .download {
    text-decoration: none;
}
#cookiePolicy {
    width: 100%;
    z-index: 1000000;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    display: none !important;
}
#cookiePolicyWrap {
    width: calc(100% - 40px);
    margin: auto;
    border: 1px solid #e2e2e2;
    background: rgba(255, 255, 255, 0.96);
    font-size: 12px;
    /*padding: 20px 30px;*/
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 1rem calc(1rem + 2.5%);
    width: 100%;
    background-color: rgb(246, 246, 246);
}
@media (min-width: 1024px) {
    #cookiePolicyWrap {
        -ms-flex-direction: row;
        flex-direction: row;
    }

}
@media screen and (min-width: 1150px) {
    #cookiePolicyWrap {
        /*max-width: 1110px;*/
        margin: auto;
    }
}
@media screen and (min-width: 700px) {
    #cookiePolicyText {
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
        -ms-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

#cookiePolicy .flex-buttons {
    display: flex;
}
#cookiePolicyText {
    line-height: 1.5;
    color: rgb(0, 0, 0);
    letter-spacing: .28px;
}
#cookiePolicyText a {
    color:#88ca11;
    text-decoration: none;
}
@media (max-width: 1024px) {
    #cookiePolicy .flex-buttons {
        margin-top: 1rem;
    }

    #cookiePolicy .flex-buttons #cookieDescription,
    #cookiePolicy .flex-buttons #cookiePolicyClose {
        width: calc(50% - 10px);
    }
    #cookieDescription {
        margin: 0 0 10px !important;
    }
}
#cookiePolicyMore,
.cookie__img {
    display: none;
}
#cookiePolicyClose {
    border: none;
    border-radius: 5rem;
    cursor: pointer;
    min-width: 8.125rem;
    font-weight: 600;
    height: 3.5rem;
    padding: 0.5rem;
    line-height: 21px;
    margin: 0;
    flex-shrink: 0;
    font-size: 14px;
    width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookieDescription {
    border: 1px solid #88ca11;
    background: transparent;
    color: black;
    border-radius: 5rem;
    cursor: pointer;
    min-width: 8.125rem;
    font-weight: 600;
    height: 3.5rem;
    padding: 0.5rem;
    line-height: 21px;
    margin: 0 32px;
    font-size: 14px;
    flex-shrink: 0;
    width: 160px;
}
body .single .top .title,
h2.section,
html {
    font-family: Roboto, sans-serif;
}
.swiper_next,
.swiper_prev {
    width: 40px;
    height: 40px;
    background: #88ca11;
    color: #fff;
    font-size: 30px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
}
.selectBox,
.selectBox-options LI.selectBox-selected A {
    background: 0 0;
}
.swiper_next:after,
.swiper_prev:after {
    font-size: 20px;
}
.swiper_next {
    right: 10px;
}
.swiper_prev {
    left: 10px;
}
.article-link {
    color: inherit;
}
.article-link button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}
.cookie__img {
    padding-right: 30px;
}
@media screen and (min-width: 1024px) {
    #cookiePolicyText {
        text-align: left;
        margin-bottom: 0;
    }
    #cookiePolicyClose {
        /*margin-left: 60px;*/
        /*font-size: 18px;*/
    }
    .cookie__img {
        display: block;
    }
}
.img_error,
body.body_ .articles_wrapper .button_short {
    display: none;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.select2-container--default .select2-results > .select2-results__options {
    max-height: initial;
}
@font-face {
    font-family: Ornitons-Serial;
    src: url(../css/Ornitons-Serial-Bold.eot);
    src: url(../css/Ornitons-Serial-Bold.eot?#iefix) format("embedded-opentype"), url(../css/Ornitons-Serial-Bold.woff2) format("woff2"), url(../css/Ornitons-Serial-Bold.woff) format("woff"),
        url(../css/Ornitons-Serial-Bold.ttf) format("truetype"), url(../css/Ornitons-Serial-Bold.svg#Ornitons-Serial-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../css/HelveticaNeue-Light.eot);
    src: url(../css/HelveticaNeue-Light.eot?#iefix) format("embedded-opentype"), url(../css/HelveticaNeue-Light.woff2) format("woff2"), url(../css/HelveticaNeue-Light.woff) format("woff"),
        url(../css/HelveticaNeue-Light.ttf) format("truetype"), url(../css/HelveticaNeue-Light.svg#HelveticaNeue-Light) format("svg");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../css/HelveticaNeue-Medium.eot);
    src: url(../css/HelveticaNeue-Medium.eot?#iefix) format("embedded-opentype"), url(../css/HelveticaNeue-Medium.woff2) format("woff2"), url(../css/HelveticaNeue-Medium.woff) format("woff"),
        url(../css/HelveticaNeue-Medium.ttf) format("truetype"), url(../css/HelveticaNeue-Medium.svg#HelveticaNeue-Medium) format("svg");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../css/HelveticaNeue.eot);
    src: url(../css/HelveticaNeue.eot?#iefix) format("embedded-opentype"), url(../css/HelveticaNeue.woff2) format("woff2"), url(../css/HelveticaNeue.woff) format("woff"), url(../css/HelveticaNeue.ttf) format("truetype"),
        url(../css/HelveticaNeue.svg#HelveticaNeue) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Helvetica Neue";
    src: url(../css/HelveticaNeue-Bold.eot);
    src: url(../css/HelveticaNeue-Bold.eot?#iefix) format("embedded-opentype"), url(../css/HelveticaNeue-Bold.woff2) format("woff2"), url(../css/HelveticaNeue-Bold.woff) format("woff"), url(../css/HelveticaNeue-Bold.ttf) format("truetype"),
        url(../css/HelveticaNeue-Bold.svg#HelveticaNeue-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Helvetica;
    src: url(Helvetica-Bold.eot);
    src: url(Helvetica-Bold.eot?#iefix) format("embedded-opentype"), url(Helvetica-Bold.woff2) format("woff2"), url(Helvetica-Bold.woff) format("woff"), url(Helvetica-Bold.ttf) format("truetype"),
        url(Helvetica-Bold.svg#Helvetica-Bold) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: normal;
}
@font-face {
    font-family: Helvetica;
    src: url(Helvetica-Light.eot);
    src: url(Helvetica-Light.eot?#iefix) format("embedded-opentype"), url(Helvetica-Light.woff2) format("woff2"), url(Helvetica-Light.woff) format("woff"), url(Helvetica-Light.ttf) format("truetype"),
        url(Helvetica-Light.svg#Helvetica-Light) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: normal;
}
@font-face {
    font-family: Helvetica;
    src: url(Helvetica.eot);
    src: url(Helvetica.eot?#iefix) format("embedded-opentype"), url(Helvetica.woff2) format("woff2"), url(Helvetica.woff) format("woff"), url(Helvetica.ttf) format("truetype"), url(Helvetica.svg#Helvetica) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: normal;
}
:focus {
    outline: 0;
}
.img_error {
    margin: 0 20px 20px;
    color: red;
    text-align: center;
}
.selectBox {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    height: 48px;
    line-height: 45px;
    margin-right: 20px;
}
.select2-search__field,
.selectBox-label {
    color: #000;
    font-size: 14px !important;
    font-weight: 400;
    letter-spacing: 0;
}
.select2-search__field {
    line-height: 40px;
}
.selectBox-dropdown .selectBox-arrow {
    border-left: 0;
    background: url(https://www.compensa.pl/blog/img/arrow_icon.svg) center right no-repeat;
}
.select2-dropdown,
.selectBox-dropdown-menu {
    border-radius: 0 0 15px 15px;
    box-shadow: 0 12px 11px 0 rgba(0, 0, 0, 0.21);
    border: 0;
}
.selectBox-options-bottom {
    padding-bottom: 15px;
    border-radius: 0 0 15px 15px !important;
}
.selectBox-options-top {
    padding-top: 15px;
    border-radius: 15px 15px 0 0 !important;
    box-shadow: 0 -12px -11px 0 rgba(0, 0, 0, 0.21) !important;
}
.select2-results__option,
.selectBox-options li a {
    padding: 0 0 0 80px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #e1e1e1;
}
.selectBox-options-top li a {
    border-top: 1px solid #e1e1e1;
    border-bottom: none;
}
.selectBox-options li a {
    padding-left: 10px;
}
.select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(216, 216, 216, 0.3) !important;
}
.select2-results__option {
    background: url(https://www.compensa.pl/blog/img/drop_in.svg) center left no-repeat #fff;
    background-size: 26px;
    background-position-x: 20px;
    color: #000 !important;
}
.select2-results__options {
    border-radius: 0 0 15px 15px;
    padding-bottom: 15px;
}
.select2-results__option--selected {
    background: url(https://www.compensa.pl/blog/img/drop_a.svg) center left no-repeat #fff;
    background-size: 26px;
    background-position-x: 20px;
    background-color: #fff !important;
}
body.body_ .top {
    background: url(https://www.compensa.pl/blog/img/compensa_banner@2x.png) center no-repeat;
    background-size: 100%;
}
body.body_ .top.main {
    background: #88ca11 !important;
}
body.body_ .content {
    padding-right: 30px !important;
}
body.body_ .content .left  h1 {
    position: absolute;
    left: 240px;
    color: white;
    top: 10px;
    text-transform: uppercase;
    font-family: Ornitons-Serial;
}
body.body_ .head_sub {
    color: #298c43;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    margin-top: 110px;
    font-family: Ornitons-Serial;
    margin-bottom: 5px;
}
body.body_ .wrapper_social .search-box {
    width: 350px;
    float: right;
    margin-bottom: 0;
}
@media (max-width: 800px) {
    .swiper_next,
    .swiper_prev {
        top: 50%;
    }
    .selectBox-dropdown {
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    body.body_ .head_sub {
        margin-top: 55px;
        padding-left: 13px;

        display: none;
    }
    body.body_ .wrapper_social .search-box {
        width: 100%;
        margin-top: 15px;
    }
    body.body_ .wrapper_social .button {
        display: none;
    }
    body.body_ .content .left  h1 {
        display: none;
    }
}
body.body_ .wrapper_social .img {
    position: relative;
}
body.body_ .wrapper_social .s_icon {
    opacity: 1 !important;
    width: 30px;
    border-radius: 0 !important;
    position: absolute;
    right: -5px;
    bottom: -15px;
}
body.body_ .wrapper_social .button {
    margin-top: 0;
}
body.body_ .wrapper_social h2.section {
    float: left;
    margin-bottom: 0;
}
body.body_ .articles_wrapper.short .article {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
}
@media (max-width: 800px) {
    body.body_ .articles_wrapper.short .article {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
}
body.body_ .articles_wrapper.short .article .button_short {
    display: block;
}
body.body_ .articles_wrapper.short .article .text .wrapper .button,
body.body_ .articles_wrapper.short .article .text .wrapper .date {
    display: none;
}
body.body_ .articles_wrapper.short .article .img {
    width: 451px;
    max-width: 451px;
    height: 200px;
    border-radius: 15px;
}
@media (max-width: 800px) {
    body.body_ .articles_wrapper.short .article .img {
        width: calc(100% + 60px);
        padding-top: 143px;
        border-radius: 0;
    }
}
body.body_ .articles_wrapper.short .article .text {
    width: calc(100% - 451px);
}
@media (max-width: 800px) {
    body.body_ .articles_wrapper.short .article .text {
        width: 100%;
        padding-top: 20px;
    }
}
body.body_ .articles_wrapper.short .article .text .wrapper {
    max-width: initial;
    padding-left: 45px;
    padding-top: 0 !important;
}
@media (max-width: 800px) {
    body.body_ .articles_wrapper.short .article .text .wrapper {
        padding-left: 0;
        margin-bottom: 0;
    }
    body.body_ .articles_wrapper.short .button {
        margin-top: 0;
    }
}
body.body_ .articles_wrapper.short .article .text .wrapper .category {
    text-align: left;
}
body.body_ .articles_wrapper.short .article .text .wrapper .title {
    text-align: left;
    margin-bottom: 10px;
}
body.body_ .articles_wrapper.short .article .text .wrapper p {
    text-align: left;
    padding-top: 0;
    margin-top: 0;
}
.cb {
    clear: both;
}
body.body_login header {
    background: url(https://www.compensa.pl/blog/img/header_short.svg) center no-repeat;
    background-size: cover;
}
.files .title {
    margin-top: 40px;
    margin-bottom: 10px;
}
.files .arrow {
    width: 80px;
    height: 80px;
    border-right: 1px solid #dbdbdb;
    float: left;
    cursor: pointer;
    background: url(https://www.compensa.pl/blog/img/download_icon.svg) center no-repeat;
}
.files .date {
    width: 201.24px;
    opacity: 0.52;
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    float: right;
    margin-right: 30px;
}
.files .format {
    width: 88px;
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    float: right;
    margin-right: 40px;
}
.files .download {
    height: 36px;
    width: 120px;
    border-radius: 24px;
    background-color: #88ca11;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
    margin-top: 22px;
    margin-right: 26px;
}
.file {
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 34px;
    line-height: 80px;
    margin-bottom: 10px;
}
.file .name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    padding-left: 27px;
    float: left;
}
.body_article .files {
    margin: 60px auto auto;
    width: 1170px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.body_article .files .info_wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.4em;
    padding-left: 40px;
    height: 122px;
    -ms-flex-pack: center;
    justify-content: center;
}
.body_article .files .info_wrap .name {
    padding-left: 0;
}
.body_article .files .file {
    width: calc(50% - 15px);
    height: 122px;
    margin-bottom: 30px;
    position: relative;
}
.body_article .files .file .download {
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding-right: 0;
    margin-right: 0;
}
.body_article .files .file .arrow {
    width: 122px;
    height: 122px;
}
/*.body_article .comments_title {
    margin-top: 30px;
    color: #000;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 37px;
    padding-top: 60px;
}*/
.body_article .article .text .wrapper p {
    text-align: initial;
}
/*.body_article .comments_wrap {
    background-color: rgba(196, 196, 196, 0.09);
    padding-bottom: 60px;
}
.body_article .comments {
    margin: 60px auto auto;
    width: */1170px;
}
/*@media (max-width: 800px) {
    .body_article .comments_title {
        padding-top: 25px;
    }
    .body_article .comments_wrap {
        padding-bottom: 25px;
    }
    .body_article .comments {
        width: 100%;
    }
    .body_article .comments form {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
}
.body_article .comments textarea {
    margin-top: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    height: 144px;
    background: #fff;
}*/



/*@media (max-width: 800px) {
    .body_article .comments textarea {
        margin: 30px 30px 0;
        width: calc(100% - 60px);
        min-height: 330px;
    }
}
.body_article .comments input[type="submit"] {
    border: none;
    cursor: pointer;
    float: right;
}
.body_article .comments .comment {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 2px solid rgba(151, 151, 151, 0.38);
    display: -ms-flexbox;
    display: flex;
}
.body_article .comments .comment .name {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0;
    float: left;
    padding-left: 0;
}
.body_article .comments .comment .img {
    width: 65px;
    height: 54px;
    margin-right: 55px;
    max-width: 65px;
}
.body_article .comments .comment .button {
    float: right;
    background: #fff;
    border: 1px solid #88ca11;
    color: #000;
    cursor: pointer;
    margin-right: 0;
}
.body_article .comments .comment .date {
    width: 201.24px;
    opacity: 0.52;
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    float: right;
    margin-right: 30px;
    margin-top: 8px;
    margin-bottom: 5px;
}
.body_article .comments .comment .info {
    min-width: calc(100% - 120px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.body_article .comments .comment .info .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
}*/
.navbar li.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    max-width: 65px;
    height: 5px;
    background: #fff;
    opacity: 0.96;
    border-radius: 19px;
}
.body_assets .top .h1,
.body_media .top .h1 {
    margin-bottom: 0;
    text-align: left;
    text-transform: uppercase;
    font-family: Ornitons-Serial;
}
.body_assets .top {
    height: 277px;
    background: url(https://www.compensa.pl/blog/img/header_medium.svg) center no-repeat;
    background-size: cover;
}
.body_assets .top .h1 {
    color: #298c43;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: 40px;
}
@media (max-width: 800px) {
    .body_assets .top {
        height: auto;
    }
    .body_assets .top .h1 {
        padding-left: 0;
        font-size: 17px;
        line-height: 1.3;
    }
}
.body_assets .top .h2 {
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    letter-spacing: -2.45px;
    line-height: 63px;
    text-align: left;
    margin-top: 0;
}
.body_assets .cb {
    clear: both;
}
.body_assets .file {
    border-radius: 10px;
}
#tag_cloud span {
    transform: scale(1);
    transition: transform 0.5s ease;
    cursor: pointer;
}
#tag_cloud span:hover {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.body_media .button {
    width: 210px;
    font-weight: 500;
}
.body_media .bg-wrapper {
    margin-top: 277px !important;
}
.body_media .search-box {
    width: 350px !important;
    float: right;
}
@media (max-width: 800px) {
    .body_assets .top .h2 {
        font-size: 52px;
        padding-left: 0;
        line-height: 0.9;
    }
    .body_media .search-box {
        width: 100% !important;
    }
}
.body_media .top {
    height: 277px;
    background: url(https://www.compensa.pl/blog/img/header_medium.svg) center no-repeat;
    background-size: cover;
}
.body_media .top .h1 {
    color: #298c43;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1em;
    margin-top: 40px;
}
@media (max-width: 800px) {
    .body_media .top .h1 {
        font-size: 17px;
        padding-left: 0;
        line-height: 1.3;
    }
}
.body_media .top .h2,
.top .h1 {
    font-size: 65px;
    line-height: 63px;
}
.body_media .top .h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: -2.45px;
    text-align: left;
    margin-top: 0;
}
.body_media .blocks {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.body_media .blocks .block {
    width: 30%;
    margin-bottom: 60px;
}
.body_media .blocks .block .img {
    height: 292.51px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background-color: #fff;
}
@media (max-width: 800px) {
    .body_media .top .h2 {
        font-size: 52px;
        line-height: 0.9;
        letter-spacing: -1.96px;
        padding-left: 0;
    }
    .body_media .blocks .block {
        width: 100%;
        margin-bottom: 35px;
    }
    .body_media .blocks .block .img {
        height: 140px;
    }
}
.body_media .blocks .block .title {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    .body_media .blocks .block .title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 20px;
    }
}
.body_media .blocks .block .name {
    color: #565656;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.body_media .blocks .block .text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 800px) {
    .body_media .blocks .block .text {
        font-size: 15px;
    }
}
.top .name {
    height: 38px;
    opacity: 0.96;
    border-radius: 19px;
    background-color: #208840;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    padding-right: 40px;
    right: 120px;
}
.top .l_wrapper {
    float: right;
    margin-top: 35px;
    position: relative;
}
@media (max-width: 800px) {
    .top .name {
        position: relative;
        right: 0;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
        margin-right: -20px;
        z-index: 0;
    }
    .top .l_wrapper {
        z-index: 3000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
.top .navbar {
    height: 38px;
    line-height: 38px;
    opacity: 0.96;
    border-radius: 19px;
    background: rgba(32, 136, 64, 0.96);
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    top: 35px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 10;
    padding: 0 20px;
}
.top .navbar li.mobile,
body.cms .scrolling #logo {
    display: none;
}
.rel_wrap .related,
.top .navbar li {
    position: relative;
    float: left;
}
@media (max-width: 800px) {
    .top .navbar li.mobile {
        display: list-item;
    }
}
.top .navbar li.logout-item {
    background: #238a3d;
    border-radius: 25px;
    min-width: 180px;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    margin-top: auto;
}
.top .navbar li.text-only {
    text-transform: uppercase;
    font-size: 21px;
    color: #238a3d;
    font-family: Ornitons-Serial;
    margin-bottom: 24px;
}
.top .navbar a {
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
}
.rel_wrap,
.rel_wrap .related .r_title,
.rel_wrap .related .text {
    color: #363636;
    text-decoration: none;
    transition: 0.2s ease;
}
.rel_wrap .related .r_title a {
    text-decoration: none;
    color: #363636;
}
.rel_wrap .related .r_title a:hover {
    color: #208840;
    color: #88ca10;
}
.rel_wrap .related .text.notspan span{
    color: black !important;
}

.section_rel h3,
.section_rel .h3 {
    font-size: 30px;
    font-weight: 700;
}
.rel_wrap {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    margin-left: calc(-2% - 3px);
    width: calc(102% + 10vw);
}
.rel_wrap .related {
    width: 29%;
    margin: 2%;
    text-decoration: none;
}
.rel_wrap .related img {
    width: 100%;
    opacity: 0;
    pointer-events: none;
}
.rel_wrap .related .r_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}
.rel_wrap .related .text {
    font-size: 16px;
}
.rel_wrap .related div.button {
    color: #fff;
    margin-left: 0;
    margin-top: 20px;
    text-decoration: none;
}
.rel_wrap .related .img {
    margin-bottom: 20px;
    border-radius: 20px;
}
body.cms {
    min-height: calc(100vh - 280px) !important;
}
body.cms .og_img {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    margin: auto auto 10px;
    display: block;
    text-align: center;
}
body.cms #art_tags_tagsinput,
body.cms .datepicker,
body.cms .normal_input {
    color: #000;
    font-weight: 700;
    padding: 0 25px;
    line-height: 60px;
    text-transform: uppercase;
}
body.cms .related_wrap .related {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    line-height: 60px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body.cms .bg-wrapper {
    z-index: 19;
    background: 0 0;
}
body.cms .bg-wrapper .content-wrap {
    background: #fff;
}
body.cms .datepicker {
    cursor: pointer;
    font-size: 16px;
    min-height: 60px;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px;
}
body.cms #art_tags_tagsinput,
body.cms .normal_input {
    font-size: 16px;
    height: 60px !important;
    min-height: 60px !important;
    width: 100% !important;
    border: 1px solid #e7e7e7 !important;
    border-radius: 8px;
}
.socials .img_wrap,
.socials .social img,
body.cms .file__area.block-file {
    border-radius: 15px;
}
body.cms #ui-datepicker-div {
    z-index: 40 !important;
}
body.cms .scrolling .head_sub {
    margin-top: 13px;
}
body.cms .head_sub,
body.cms .main_link {
    text-decoration: none;
}
body.cms .button {
    border: none;
    cursor: pointer;
}
body.cms .row {
    margin-bottom: 20px;
}
body.cms input[type="date"],
body.cms input[type="text"] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #88ca11;
}
body.cms label {
    margin-bottom: 5px;
    display: block;
    color: #88ca11;
}
body.cms .article {
    margin-bottom: 20px;
}
body.cms .article .img {
    height: 150px;
    max-width: 300px;
}
body.cms .article .text .wrapper {
    max-width: 90%;
}
body.cms .article .text .wrapper .title {
    font-size: 20px;
    margin-bottom: 5px;
}
body.cms .article .text .wrapper .button {
    display: inline-block;
    margin: 0 10px;
}
body.cms header {
    z-index: 100;
}
body.cms header .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
body.cms footer {
    z-index: 21;
    height: 40px;
    line-height: 1;
}
body.cms footer .text {
    height: 40px;
    line-height: 40px;
}
body.cms footer .social {
    padding-top: 10px;
    -ms-flex: 1;
    flex: 1;
}
body {
    opacity: 1;
}
body .article.left {
    -ms-flex-direction: row;
    flex-direction: row;
}
body .article.left .img {
    border-radius: 15px 0 0 15px;
}
body .article.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .article.right .img {
    border-radius: 0 15px 15px 0;
}
body .single a {
    color: #208840;
}
body .single a span {
    color: #208840 !important;
}
body .single .text p {
    text-align: left !important;
}
body .single .article.left {
    -ms-flex-direction: row;
    flex-direction: row;
}
body .single .article.left .wrapper {
    padding-top: 0;
    padding-left: 65px;
}
body .single .article.left .img {
    border-radius: 15px 0 0 15px;
}
body .single .article.right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .single .article.right .img {
    border-radius: 0 15px 15px 0;
}
body .single .article.right .wrapper {
    padding-right: 65px;
}
@media (max-width: 800px) {
    body .single .article.right {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .single .article.right .wrapper {
        padding-right: 0;
    }
}
body .single .copy {
    display: -ms-flexbox;
    display: flex;
}
body .single .copy .social {
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
body .single .copy hr {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 1px solid #979797;
    opacity: 0.38;
    margin-right: 15px;
    margin-top: 30px;
}
body .single .copy .info {
    max-width: 420px;
    width: 420px;
    min-width: 420px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    text-align: right;
}
@media (max-width: 800px) {
    body .single .copy {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: end;
        align-items: flex-end;
        position: relative;
    }
    body .single .copy hr {
        -ms-flex-order: 2;
        order: 2;
        margin-right: 0;
        border: none;
        background: #979797;
        margin-top: 20px;
    }
    body .single .copy .info {
        font-size: 14px;
        padding-right: 0;
        line-height: 22px;
        -ms-flex-order: 3;
        order: 3;
    }
}
body .single .copy .info .name,
body .single .text .heading {
    line-height: 37px;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
}
@media (max-width: 500px) {
    body .single .copy .info {
        min-width: 100%;
        width: 100%;
    }
}
body .single .copy .info .name {
    font-size: 24px;
    text-align: right;
}

body .single .copy .img {
    height: 121px;
    width: 121px;
    background: 0 0;
    border-radius: 50%;
    background-size: cover !important;
}
@media (max-width: 800px) {
    body .single .copy .img {
        -ms-flex-order: 1;
        order: 1;
        max-width: 92px;
        width: 92px;
        position: absolute;
        bottom: 100%;
    }
}
body .single .copy .img img {
    width: 121px;
    height: 121px;
    border-radius: 50%;
    display: block;
}
@media (max-width: 800px) {
    body .single .copy .img img {
        width: 92px;
        height: 92px;
    }
}
body .single .clip {
    display: none;
}
body .single .social {
    margin-bottom: 30px;
}
body .single .social .spacer {
    width: 5px;
    display: inline-block;
    height: 20px;
}
@media (max-width: 800px) {
    body .single .social {
        margin-top: 30px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    body .single .social--bottom {
        margin-bottom: 0;
        margin-top: 100px;
    }
}
body .single .social .link,
body .single .social .print {
    float: right;
    cursor: pointer;
}
body .single .social .link img,
body .single .social .print img {
    margin: 0 15px;
}
body .single .social .link {
    position: relative;
}
body .single .social .link .tooltip {
    position: absolute;
    width: 150px;
    bottom: 13px;
    left: -69px;
    display: none;
}
body .single .social .link2 .tooltip {
    position: absolute;
    bottom: 20px;
}
body .single .text .heading {
    font-size: 31px;
    margin-bottom: 15px;
}
@media (max-width: 800px) {
    body .single .text .heading {
        font-size: 22px;
    }
    body .single .title {
        margin-bottom: 30px;
    }
}
body .single .text p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
}
body .single .text .wrapper {
    padding-top: 0;
    width: 100%;
    text-align: left;
    max-width: 100%;
}
body .single .article.full .wrapper {
    padding-right: 0;
}
body .single .title {
    margin-bottom: 30px;
}
body .single .top {
    color: #fff;
    background: url(https://www.compensa.pl/blog/img/hero_article_mask.svg) center no-repeat;
    background-size: cover;
    position: relative;
}
body .single .top .bg_img {
    background: url(https://www.compensa.pl/blog/img/photo_4@2x.png) center no-repeat;
    position: absolute;
    right: 14%;
    bottom: 0;
    left: 38%;
    background-position: top !important;
    top: 0;
    z-index: -1;
    background-size: 100%;
    background-position-y: 72%;

}
body .single .top .bg_img.mobile {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}
@media (max-width: 2100px) {
    body .single .top .bg_img {
        right: 10%;
    }
}
@media (max-width: 1800px) {
    body .single .top .bg_img {
        right: 5%;
    }
}
@media (max-width: 1600px) {
    body .single .top .bg_img {
        right: 0;
    }
}
body .single .top .bg_cover {
    background: url(/img/hero_article_mask.svg) center no-repeat;
    background-size: cover;
    z-index: 2;
    position: absolute;
    height: 468px;
    width: 100%;
}
@media (max-width: 800px) {
    body .single .top .bg_cover{
        display: none;
    }
    body .single .top .bg_img {
        left: 0;
        opacity: .6;
        filter: brightness(0.8);

        /*display: none;*/
    }
    body .single .top .bg_img.mobile {
        display: block;
    }
}
@media (max-width: 500px) {
    body .single .top {
        position: relative !important;
    }
    body .single .top .bg_img {
        top: -400px;
    }
    body .single .top .bg_img.mobile {
        top: -400px;
    }
}


@media (max-width: 500px){
   html body .single .top {
        background: none !important;
       padding-top: 0px;
    }
}
body .single .top .bg_cover.scrolling {
    background: #88cb0f;
}
body .single .top .tops {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 387px;
    -ms-flex-pack: center;
    justify-content: center;
}
body .single .top .tag {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    margin-bottom: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
@media (max-width: 800px) {
    body .single .top .tops {
        height: auto;
        padding-top: 45px;
        /*display: none;*/
    }
    body .single .top .tag {
        margin-bottom: 15px;
    }
}
body .single .top .title {
    color: #fff;
    font-size: 44.8px;
    font-weight: 700;
    letter-spacing: -0.8px;
    line-height: 48px;
    margin-bottom: 0px;
    width: 500px;
}
body .single .top .title_bottom {
    margin-bottom: 30px;
}
.bread.mobile {
    display: none;
}
@media (max-width: 800px) {
    body .single .top .title {
        width: auto;
        font-size: 30px;
        line-height: 33px;
        letter-spacing: -0.54px;
        margin-bottom: 0px;
    }
        body .single .top .title_bottom {
        margin-bottom: 15px;
    }
    .article .bread {
        display: none;
    }
    .bread.mobile {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        margin: -24px 0 14px;
    }
    .bread.mobile a {
        color: white;
        text-decoration: none;
        font-size: 15px;
    }
}
.article .bread a,
body .single .top .date {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0;
}
body .single .top .date {
    color: #fff;
    font-weight: 500;
}
.article .title,
.logowanie h1,
.top .h1,
.top .h2 {
    font-weight: 700;
}
.article .bread {
    padding: 20px 0;
}
.article .bread a {
    text-decoration: none;
    opacity: 0.43;
    color: #000;
}
.article .bread img {
    margin: 0 5px;
}
.article .title {
    color: #000;
    font-size: 31px;
    letter-spacing: 0;
    line-height: 37px;
    margin-bottom: 30px;
}
.logowanie {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
    .article .title {
        font-size: 22px;
        line-height: 31px;
    }
    .logowanie {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding-top: 95px;
    }
}
.logowanie h1 {
    color: #000;
    font-size: 56px;
    letter-spacing: -1px;
    line-height: 60px;
    text-align: center;
}
@media (max-width: 800px) {
    .logowanie h1 {
        font-size: 35px;
        letter-spacing: -0.63px;
        margin: 0;
    }
}
.logowanie h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    margin-bottom: 60px;
}
@media (max-width: 800px) {
    .logowanie h2 {
        font-size: 15px;
        margin-bottom: 20px;
        padding: 0 50px;
    }
}
.logowanie form .row {
    margin-bottom: 15px;
    position: relative;
}
.logowanie form .row input {
    padding: 0 15px 0 33px;
    box-sizing: border-box;
    border: 0;
    height: 48px;
    width: 350px;
    border-radius: 24px;
    background-color: rgba(9, 19, 33, 0.06);
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 24px;
}
.logowanie form .row input[type="password"].error,
.logowanie form .row input[type="text"].error {
    background: #ffdada;
    border: 1px solid #ff6b6b;
    color: red;
}
.logowanie form .row input[type="submit"] {
    height: 48px;
    width: 160px;
    border-radius: 24px;
    background-color: #88ca11;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 24px;
    text-align: center;
    margin-top: 25px;
    padding-left: 15px;
    cursor: pointer;
}
@media (max-width: 800px) {
    .logowanie form .row input[type="submit"] {
        margin-top: 15px;
        font-size: 14px;
        width: 145px;
        height: 44px;
    }
}
.logowanie form .row.remind {
    text-decoration: none;
    color: #636363;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    background: url(https://www.compensa.pl/blog/img/bc_arrow.svg) right center no-repeat;
    padding-right: 20px;
    display: inline-block;
}
.top.scrolling,
.top.scrolling .bg_img {
    background: #92cb18 !important;
}
.top.scrolling {
    z-index: 300000;
    height: 110px !important;
    overflow: hidden;
}
.top {
    width: 100%;
    /*height: 467px;*/
    min-height: 110px;
    background: #88ca11;
    position: fixed !important;
    top: 0;
}
.top .content__wrapper {
    display: -ms-flexbox;
    display: flex;
}
.top .left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-shrink: 0;
}
.top .right {
    -ms-flex: 1;
    flex: 1;
}
.top #tag_cloud {
    position: absolute;
    right: 0;
    top: 60px;
    width: 55%;
    height: 400px !important;
    font-family: Ornitons-Serial;
}
.top .h1,
.top .h2 {
    padding: 0;
    color: #fff;
    font-family: Ornitons-Serial;
    text-align: left;
}
.top .h1 {
    letter-spacing: -2.45px;
    margin: 0;
}
.top .h1 span {
    display: inline-block;
    width: 27px;
}
.top .h2 {
    margin: -6px 0 0;
    font-size: 53px;
    letter-spacing: -2px;
    line-height: 63px;
}
.top .h2 span {
    font-size: 65px;
    line-height: 40px;
    margin-left: -11px;
    display: inline-block;
}
.top #logo {
    display: block;
    float: left;
    padding-top: 35px;
}
.top #my_favorite_latin_words {
    float: right;
    width: 500px;
    height: 300px;
}
.top #logowanie {
    float: right;
    height: 38px;
    padding: 0 30px;
    border-radius: 18px;
    background-color: #fff;
    color: #1f8840;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.1px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}
@media (max-width: 800px) {
    .top #logowanie.mobile-hidden {
        display: none;
    }
}
header {
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    background: #123;
}
.assets_search,
.bg-wrapper,
.content,
.main_search,
.socials .img_wrap,
body.cms,
div.tagsinput span.tag {
    position: relative;
}
form.main_search {
    width: 100%;
    max-width: 500px;
    min-width: 400px;
}
form.main_search .search {
    height: 50px;
    margin-top: 44px;
}
form.main_search input[type="submit"] {
    height: 40px;
    width: 45px;
}
header.cms,
header.login {
    height: 152px;
    width: 100%;
    background-color: #88ca0f;
}
header.cms #logo,
header.login #logo {
    margin-top: 55px;
    display: block;
}
@media (max-width: 800px) {
    header.login {
        height: 67px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        z-index: 2;
    }
    header.login #logo {
        margin-top: 0;
    }
    header.login #logo img {
        max-width: 122px;
    }
    form.main_search {
        display: none;
    }
}
.search,
body.cms input[type="text"].search {
    height: 70px;
    width: 100%;
    border: 1px solid #e7e7e7;
    border-radius: 35px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 35px;
    line-height: 70px;
    padding-left: 50px;
    background-color: rgba(218, 218, 218, 0.06);
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.02);
}
@media (max-width: 800px) {
    .search,
    body.cms input[type="text"].search {
        padding-left: 30px;
        height: 65px;
        font-size: 13px;
        margin-top: 27px;
        margin-bottom: 20px;
    }
}
.assets_search input[type="submit"],
.main_search input[type="submit"] {
    background: url(https://www.compensa.pl/blog/img/search_icon.svg) center no-repeat;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 10px;
    top: 50px;
    cursor: pointer;
    border: 0;
}
.search-box {
    margin-top: 15px;
    margin-bottom: 50px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.search-box #file,
.search-box #tags {
    width: 725px;
    height: 48px;
    line-height: 48px;
}
.search-box #tags_2 {
    width: 140px;
}
.search-box .grid_select {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 5px;
    margin-left: 20px;
}
.search-box .grid_select div {
    margin-left: 15px;
    cursor: pointer;
}
@media (max-width: 800px) {
    .assets_search input[type="submit"],
    .main_search input[type="submit"] {
        top: 25px;
        right: 5px;
    }
    .search-box {
        margin-top: 0;
        margin-bottom: 25px;
    }
    .search-box .grid_select {
        margin-right: 0;
    }
    .search-box .grid_select div {
        margin: 0 8px;
    }
    .search-box .grid_select div:last-of-type {
        margin-right: 0;
    }
}
.search-box .title {
    font-size: 14px;
    line-height: 48px;
    margin-left: 20px;
}
@media (max-width: 800px) {
    .search-box .title {
        line-height: 28px;
        opacity: 0.33;
        font-weight: 500;
    }
    .search-box .separator-1 {
        display: none;
    }
}
.search-box .separator-1 {
    box-sizing: border-box;
    height: 38px;
    width: 2px;
    border: 1px solid #979797;
    opacity: 0.43;
    margin-top: 5px;
}
footer {
    background: #e1e1e1;
    height: 105px;
    line-height: 105px;
}
footer .content .social {
    margin-bottom: 0 !important;
}
footer .footer__links {
    margin-left: 5px;
}
footer .footer__links a {
    color: inherit;
    text-decoration: none;
}
@media (max-width: 800px) {
    footer {
        height: auto;
        line-height: 1.4;
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .user_logged footer.article {
        margin-bottom: 87px;
    }
    footer .footer__links {
        margin-left: 0;
        margin-top: 8px;
    }
    footer .footer__links a {
        margin: 0 6px;
    }
}
footer .text {
    height: 105px;
    background: #e1e1e1;
    line-height: 105px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    float: left;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 800px) {
    footer .text {
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
        line-height: 1.4;
        padding-top: 30px;
        text-align: center;
    }
}
footer .social {
    float: right;
    text-align: right;
}
footer .social a {
    display: inline-block;
}
footer .social img {
    margin: 0 8px;
    display: inline-block;
}
footer.cms,
footer.login {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
@media (max-width: 800px) {
    .body_login footer {
        display: none;
    }
}
.both {
    clear: both;
}
.content {
    padding: 0 30px;
    margin: auto;
    z-index: 3;
    padding-right: 10vw !important;
}
.content--footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.bg-wrapper {
    margin-top: 0;
    z-index: 2;
}
.bg-wrapper.first {
    margin-top: 467px;
}
.bg-wrapper.first.art_wrap {
    margin-top: 110px;

}
.bg-wrapper.first.art_wrap h1.mobile {
    display: none;
    color: #88ca11;
    text-transform: uppercase;
    margin: 0;
    font-family: Ornitons-Serial;
}
@media (max-width: 800px) {
    .content--footer {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .bg-wrapper.first {
        margin-top: 280px;
    }
    .single .bg-wrapper.first {
        margin-top: 420px;
    }
    .bg-wrapper.first.art_wrap {
        margin-top: 130px;
    }
    .bg-wrapper.first.art_wrap h1.mobile {
        display: block;
    }
}
.body_assets .bg-wrapper.first {
    margin-top: 277px;
}
.bg-wrapper.white {
    background: #fff;
    padding-bottom: 40px;
}
.bg-wrapper.grey {
    background: #f2f2f2;
    padding-bottom: 30px;
    padding-top: 30px;
}
.socials {
    padding: 0 40px;
    box-sizing: border-box;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1308px;
    margin: 80px auto auto;
}
@media (max-width: 800px) {
    .socials {
        margin-top: 43px;
        padding: 0 50px;
    }
}
.socials .social {
    padding: 0 20px;
    width: 33.333%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.socials .social img {
    width: 100%;
    opacity: 0;
}
.socials .social p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    margin-top: 24px;
}
.socials .social a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    display: block;
}
.socials .social .s_video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
    bottom: 0;
}
.socials .social .head {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 33px;
}
.socials .social .head .text {
    padding-left: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
}
@media (max-width: 800px) {
    .socials .social .head {
        margin-bottom: 25px;
    }
    .socials .social .head .text {
        padding-left: 20px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.socials .social .head .title {
    color: #385898;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}
@media (max-width: 800px) {
    .socials .social .head .title {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 0;
    }
}
.socials .social .head .date {
    opacity: 0.65;
    color: #000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 28px;
}
.socials .social .head .img {
    width: 65px;
    border-radius: 50%;
    height: 65px;
    display: block;
    background: url(https://www.compensa.pl/blog/img/logo_simple.svg) center no-repeat #88ca11;
    background-position-y: 20px;
}
@media (max-width: 800px) {
    .socials .social .head .date {
        font-size: 13px;
        line-height: 22px;
    }
    .socials .social .head .img {
        width: 52px;
        height: 52px;
        background-position-y: 12px;
        background-size: 80%;
    }
}
.socials .social .head .img img {
    border-radius: 50%;
    opacity: 0;
}
h2.section,
.h2.section {
    opacity: 0.81;
    color: #3c3c3c;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 28px;
    margin-top: 40px;
}
.article {
    display: -ms-flexbox;
    display: flex;
}
.article .button {
    margin-top: 20px;
    margin-bottom: 20px;
}
.article .img {
    -ms-flex: 1;
    flex: 1;
    height: auto;
    background: url(https://via.placeholder.com/800x400/123123.png) center no-repeat;
    background-size: cover;
}
.article .text {
    -ms-flex: 1;
    flex: 1;
    margin: 10px 0 30px;
}
.article .text .wrapper {
    padding: 25px 5px 5px;
    box-sizing: border-box;
    text-align: center;
    max-width: 500px;
    margin: auto;
}
.article .text .wrapper .category {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 28px;
    text-align: center;
    color: #565656;
    text-transform: uppercase;
}
.article .text .wrapper p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
}
@media (max-width: 800px) {
    .article .text .wrapper {
        /*margin-bottom: 40px;*/
    }
    .article .text .wrapper p {
        font-size: 15px;
    }
}
.article .text .wrapper .title {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
}
.article .text .wrapper .title a {
    color: #000;
    text-decoration: none;
}
.article .text .wrapper .title a:hover {
    color: #88ca10;
}
@media (max-width: 800px) {
    .article .text .wrapper .title {
        font-size: 23px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}
.article .text .wrapper .date {
    font-size: 14px;
    margin-top: 30px;
}
@media (max-width: 800px) {
    .article .text .wrapper .date {
        margin-top: 20px;
    }
}
.button {
    height: 48px;
    width: 160px;
    background: #88ca11;
    border-radius: 24px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 50px auto auto;
}
.cms .head_sub,
html .top--cms .top__h1 {
    text-align: left;
}
@media (max-width: 800px) {
    .button {
        margin-top: 30px;
    }
}
.article:nth-child(even) {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.select2 {
    margin-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 31px;
    line-height: 31px;
    border-radius: 15.5px;
    background-color: #e4e4e4;
    border: none;
    padding: 0 10px;
    color: #656565;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #fff;
    border-radius: 50%;
    float: right;
    margin-top: 7px;
    margin-left: 10px;
    border-right: 0;
}
.select2-selection {
    background: url(https://www.compensa.pl/blog/img/arrow_icon.svg) center right no-repeat;
}
.select2,
.select2-selection,
.selection {
    border: none !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
    height: 48px;
    line-height: 48px;
}
.select-flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.user__indicator {
    display: none;
}
@media (max-width: 800px) {
    .select-flexbox {
        width: 100%;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .user__indicator {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 150;
        background: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 30px;
        border-top: 1px solid #eaeaea;
    }
    .user__indicator.hidden {
        z-index: 2;
    }
    .user__indicator .text {
        font-size: 12px;
        color: #505050;
        margin: 0 0 8px;
    }
    .user__indicator .users__list {
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .user__indicator .users__list li {
        width: 55%;
        min-height: 43px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        position: relative;
    }
    .user__indicator .users__list li:last-of-type {
        margin-left: -10%;
    }
    .user__indicator .users__list li a {
        width: 100%;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .user__indicator .users__list li button {
        width: 100%;
        height: 100%;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 1px solid #88ca11;
        border-radius: 23px;
        background: #fff;
        color: #696969;
        font-weight: 500;
    }
    .user__indicator .users__list li.active {
        z-index: 1;
    }
    .user__indicator .users__list li.active button {
        background: #88ca11;
        color: #fff;
    }
}
.print_foto {
    display: none;
}
@media screen and (max-width: 1200px) {
    body .single .article.left .wrapper {
        padding-left: 30px;
    }
}
@media screen and (max-width: 800px) {
    .content {
        padding-right: 30px !important;
    }
    .rel_wrap {
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .rel_wrap .related {
        width: 100%;
        margin-bottom: 20px;
    }
    #tag_cloud {
        display: none !important;
    }
    .search-box .title {
        margin-left: 0;
        margin-top: 10px;
    }
    body .single .copy .img {
        position: inherit;
    }
    body .single .article .img {
        /*border-radius: 0 !important;*/
        display: block;
    }
    body .single .top {
        color: #fff;
        background: url(https://www.compensa.pl/blog/img/header_medium.svg) right center no-repeat !important;
        background-size: cover !important;
        height: 100%;

        min-height: 380px;
        padding: 0;
    }
    body.body_ .top.main {
        color: #fff;
        padding: 0;
        height: 100px;
    }
    body.body_ .content .scale {
        display: none;
    }
    .IN-widget {
        margin-top: 2px !important;
    }
    .social--bottom-2 .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu.IN-2bc0215c-7188-4274-b598-1969e06d4d7c-3uCBSbQNVNf2QjqHe1rfb6 > xdoor-icon,
    .social--bottom-2 .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon {
        margin-top: -2px !important;
    }
    .social--bottom-1 .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu.IN-2bc0215c-7188-4274-b598-1969e06d4d7c-3uCBSbQNVNf2QjqHe1rfb6 > xdoor-icon,
    .social--bottom-1 .IN-2bc0215c-7188-4274-b598-1969e06d4d7c-1G9ISYhSF8XoOmdcl0yKDu > xdoor-icon {
        margin-top: -1px !important;
    }
    body .single .article.left {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .single .article.left .img {
        border-radius: 0;
    }
    body .single .article.left .wrapper {
        padding: 0;
    }
    body .single .article img {
        /*display: none;*/
    }
}
@media screen and (max-width: 1400px) and (min-width: 800px) {
    body .single .bg_cover,
    body .single .top {
        background: url(https://www.compensa.pl/blog/img/hero_article_mask_tablet.svg) center no-repeat !important;
        background-size: cover !important;
    }
}
@media screen and (max-width: 1020px) and (min-width: 800px) {
    .body_ .top .h1 {
        font-size: 40px;
    }
    .body_ .top .h2 {
        margin: -25px 0 0;
        font-size: 33px;
    }
    .body_ .top .h2 span {
        margin: 0 0 0 -7px;
        font-size: 33px;
    }
}
@media print {
    .top,
    body .single .top .tops {
        height: auto !important;
    }
    #logo,
    .article .img,
    .bread,
    .content--footer,
    .social,
    video {
        display: none !important;
    }
    .top {
        position: initial !important;
    }
    .bg-wrapper.first {
        margin-top: 0 !important;
    }
    .article .text {
        width: 100% !important;
        margin: 0;
    }
    .article .wrapper {
        padding: 0 !important;
    }
}
*,
::after,
::before {
    box-sizing: border-box;
}
.button--grey {
    background: #e5e5e5;
    color: #000;
}
div.tagsinput span.tag {
    display: block;
    height: 30px;
    margin-top: 15px;
    line-height: 20px;
    border-radius: 15.5px !important;
    background-color: #e4e4e4 !important;
    border: none !important;
    padding: 5px 10px !important;
    color: #656565 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}
div.tagsinput span.tag a {
    color: #000;
}
.author_box {
    display: -ms-flexbox;
    display: flex;
}
.author_box .author_names {
    width: calc(100% - 200px);
}
.author_box .author_img {
    margin-right: 63px;
    width: 175px;
}
.author_box .author_img .author_img_holder {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
}
body.cms.cms-login {
    min-height: 100vh !important;
}
body.cms.cms-login .top {
    position: relative !important;
}
body.cms.cms-login .logowanie {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    padding-bottom: 100px;
}
body.cms.cms-login .social {
    margin-top: 15px;
}
.cms .head_sub {
    color: #298c43;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 55px;
    font-family: Ornitons-Serial;
    margin-bottom: 0;
}
html .top--cms {
    height: auto;
    padding-bottom: 60px;
    background: url(https://www.compensa.pl/blog/img/header_medium.svg) top center no-repeat;
    z-index: 20;
    overflow: hidden;
}
html .top--cms.scrolling {
    background: url(https://www.compensa.pl/blog/img/header_medium.svg) top center no-repeat !important;
}
body.cms .bg-wrapper {
    padding-top: 280px;
    padding-bottom: 170px;
}
.top--cms .navbar li.active {
    position: relative;
}
.top--cms .navbar li.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    max-width: 65px;
    height: 5px;
    background: #fff;
    opacity: 0.96;
    border-radius: 19px;
}
.cms__flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.button--cms {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica;
    font-weight: 700;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 1.4;
    padding: 17px 27px 17px 72px;
    border-radius: 32px;
    cursor: pointer;
}
.button--cms.button--add {
    position: relative;
    min-width: 235px;
}
.button--cms.button--add:before {
    content: "+";
    position: absolute;
    left: 25px;
    font-size: 40px;
    line-height: 1px;
    top: 25px;
}
.button--cms.button--empty {
    min-width: 325px;
}
.button--cms.button--delete {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
    background: url(https://www.compensa.pl/blog/img/delete_icon.svg) center no-repeat #d1d1d1;
}
.button--cms.button--edit {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    padding: 0;
    background: url(https://www.compensa.pl/blog/img/edit_icon.svg) center no-repeat #81c010;
}
.article--cms > .text {
    width: calc(100% - 350px);
}
.article--cms {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border-radius: 14px;
    min-height: 143px;
}
.article--cms:nth-of-type(odd) {
    background-color: rgba(236, 236, 236, 0.52);
}
.article--cms.inactive {
    border: 1px solid #81c010;
}
.article--cms .text {
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.article--cms .img {
    width: 350px;
    border-radius: 15px;
}
.article--cms .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 42px 27px 45px;
}
.article--cms .wrapper .category {
    font-size: 14px;
    color: #565656;
    line-height: 2;
}
.article--cms .wrapper .title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 6px;
}
.article--cms .wrapper .text {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
}
.article--cms .wrapper__buttons {
    display: -ms-flexbox;
    display: flex;
}
.article--cms .wrapper__buttons .button {
    margin: 0 8px;
}
.article--cms.cms-links .img {
    border: 1px solid #e0e0e0;
}
.article--social .img {
    max-width: 145px;
}
.article--social .wrapper {
    padding: 40px 42px 40px 35px;
}
.pagination-wrapper {
    margin-top: 60px;
}
.cms__pagination {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: auto;
    padding-left: 230px;
}
.cms__pagination a {
    border: 1px solid #e9e9e9;
    width: 45px;
    height: 45px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: transparent;
    text-decoration: none;
    color: #616161;
    font-size: 18px;
    font-weight: 500;
}
.cms__pagination li {
    margin: 0 4px;
}
.cms__pagination li.active a {
    background-color: rgba(236, 236, 236, 0.52);
    font-weight: 700;
    font-weight: 600;
    color: #000;
}
.cms__pagination li.prev {
    position: relative;
}
.cms__pagination li.next::after,
.cms__pagination li.prev::after {
    position: absolute;
    left: 50%;
    padding: 3px;
    content: "";
}
.cms__pagination li.prev::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(135deg);
    border: solid #616161;
    border-width: 0 3px 3px 0;
    display: inline-block;
}
.cms__pagination li:hover::after {
    border: solid #fff !important;
    border-width: 0 3px 3px 0 !important;
}
.cms__pagination li:hover a {
    background-color: #81c010 !important;
    color: #fff !important;
}
.cms__pagination li.next {
    position: relative;
}
.cms__pagination li.next::after {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    border: solid #616161;
    border-width: 0 3px 3px 0;
    display: inline-block;
}
.cms__pagination li.next a {
    color: #fff;
}
.articles-wrapper {
    margin-top: 40px;
}
.sections-separator {
    max-width: 1410px;
    height: 1px;
    background-color: #efefef;
    border: none;
    margin: 60px auto;
}
.files-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-top: 25px;
}
.files-wrapper .file-item {
    width: calc((100% - 125px) / 6);
    border: 1px solid #dbdbdb;
    border-radius: 34px;
    margin-right: 25px;
    margin-bottom: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.files-wrapper .file-item:nth-of-type(6n) {
    margin-right: 0;
}
.files-wrapper .file-item .file__ext {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
    color: #88c800;
    font-weight: 700;
    border-bottom: 1px solid #dbdbdb;
}
.files-wrapper .file-item .file__data {
    padding: 23px 29px 53px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.files-wrapper .file-item .file__data .title {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
}
.files-wrapper .file-item .file__data .title a {
    color: #000;
    text-decoration: none;
}
.files-wrapper .file-item .file__data .date {
    font-size: 14px;
    line-height: 1.1;
    color: #000;
    opacity: 0.52;
    margin: 4px 0;
}
.breadcrumbs__list a,
.files-wrapper .file-item .file__data .format {
    color: #000;
    font-size: 14px;
    line-height: 2;
}
.files-wrapper .file-item .wrapper__buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -27px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.files-wrapper .file-item .wrapper__buttons .button {
    margin: 0 8px;
}
.breadcrumbs__list {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 50px 0;
}
.breadcrumbs__list li {
    padding-right: 30px;
    position: relative;
}
.breadcrumbs__list li::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #88c800;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
}
.breadcrumbs__list li:last-of-type::after {
    content: none;
}
.breadcrumbs__list a {
    text-decoration: none;
    opacity: 0.43;
}
.bg-wrapper.form-wrapper {
    padding-bottom: 70px !important;
}
.add__form .ck-editor__editable_inline {
    min-height: 280px;
    margin-bottom: 60px;
    border-radius: 8px;
}
.block-editor .ck-editor__editable_inline {
    min-height: 280px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 17px 28px 0 rgba(0, 0, 0, 0.1);
    padding: 0 30px !important;
}
.form .row {
    position: relative;
    margin-bottom: 27px;
}
.form__flexbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
}
.form__flexbox.reversed {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.form__image-wrapper {
    width: 25%;
    margin-right: 35px;
}
.form__flexbox.only_img .form__image-wrapper {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}
.form__flexbox.reversed .form__image-wrapper {
    margin-right: 0;
    margin-left: 35px;
}
.form__image {
    width: 100%;
    height: 300px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    overflow: hidden;
}
.form__input,
.form__textarea {
    border: 1px solid #e7e7e7 !important;
    background-color: rgba(218, 218, 218, 0.06);
    box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.02);
}
.form__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form__inputs {
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.form__label {
    font-size: 16px;
    font-weight: 700;
    color: #000 !important;
    margin-bottom: 17px !important;
}
.form__input {
    min-height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    position: relative;
    padding-left: 33px !important;
}
.form__input.bigger {
    font-size: 30px;
    padding-left: 21px !important;
}
.form__input:-ms-input-placeholder {
    opacity: 0.35;
}
.form__input::placeholder {
    opacity: 0.35;
}
.form__textarea {
    width: 100%;
    border-radius: 8px;
    max-height: 90px;
    padding: 20px;
}
.form__cancel,
.form__submit {
    padding-left: 27px;
    text-align: center;
}
.form__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.block__add,
.multiple {
    -ms-flex-pack: justify;
}
.form__cancel {
    color: #000;
    min-width: 160px;
    background: #e1e1e1;
    border: none;
    margin-right: 10px;
    cursor: pointer;
}
.form__submit {
    min-width: 235px;
}
.multiple {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.multiple > div {
    width: calc(50% - 17px);
}
.fileInput {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    padding: 0;
}
.fileLabel {
    cursor: pointer;
    text-align: center;
    color: #000 !important;
    margin-top: 10px;
}
.fileLabel .underline {
    text-decoration: underline;
    color: #88c800;
    font-weight: 700;
}
.cms__overlay .overlay__buttons a,
.empty-links a {
    text-decoration: none;
}
.empty-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 22px;
    padding: 60px 0 70px;
    margin-top: 50px;
}
.empty-links .empty__h2 {
    font-size: 35px;
    line-height: 0.95;
    margin: 0;
}
.empty-links p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.67;
    margin: 5px 0 25px;
}
.cms__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}
.cms__overlay.visible {
    display: -ms-flexbox;
    display: flex;
}
.cms__overlay .overlay__box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.5);
    padding: 20px 35px;
    position: relative;
    max-width: 750px;
    margin: auto;
}
.cms__overlay .search {
    margin: 0 0 20px;
}
.cms__overlay .main_search input[type="submit"] {
    top: 0;
}
.cms__overlay .overlay__h2 {
    margin: 0 0 23px;
    font-size: 26px;
    font-weight: 500;
}
.cms__overlay .overlay__close {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #e5e5e5;
    font-size: 60px;
    font-weight: 300;
    cursor: pointer;
}
.cms__overlay .close-burger .bar1,
.cms__overlay .close-burger .bar2 {
    width: 30px;
    height: 1px;
    background-color: #dadada;
}
.cms__overlay .close-burger .bar1 {
    margin-bottom: 20px;
    transform: rotate(45deg);
    transform-origin: left top;
}
.cms__overlay .close-burger .bar2 {
    transform: rotate(-45deg);
    transform-origin: left bottom;
}
.cms__overlay .overlay__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 30px;
}
.cms__overlay .overlay__buttons button {
    margin: 0 0 0 14px;
    font-weight: 700;
    min-width: 170px;
    font-size: 13px;
}
.cms__overlay .overlay__files {
    background: rgba(243, 243, 243, 0.49);
    margin-left: -35px;
    width: calc(100% + 70px);
    padding: 40px 60px 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 265px;
    overflow: scroll;
}
.cms__overlay .overlay__files .file-item {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin-right: 20px;
    background: #fff;
    border-radius: 25px;
    border: 1px solid #dbdbdb;
    position: relative;
    margin-bottom: 7px;
}
.cms__overlay .overlay__files .file-item .file-icon {
    width: 33%;
    border-right: 1px solid #dbdbdb;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.cms__overlay .overlay__files .file-item .file-data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 11px;
    padding: 17px 0 17px 35px;
}
.cms__overlay .overlay__files .file-item .file-data .file__title {
    font-weight: 700;
    line-height: 1.9;
}
.cms__overlay .overlay__files .file-item .file-data .file__date {
    opacity: 0.52;
    line-height: 2;
}
.file__container {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.file__container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #dbdbdb;
}
.file__container:hover input ~ .checkmark {
    background-color: #fff;
}
.file__container input:checked ~ .checkmark {
    background-color: #88ca11;
    border: 1px solid #88ca11;
}
.block__add,
.file__area {
    background: rgba(245, 245, 245, 0.47);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.file__container input:checked ~ .checkmark:after {
    display: block;
}
.file__container .checkmark:after {
    left: 11px;
    top: 7px;
    width: 11px;
    height: 16px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
}
.block-editor {
    position: relative;
    margin-bottom: 60px;
}
.block__buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -28px;
}
.reversed .block__buttons {
    left: -28px;
    right: auto;
}
.block__add {
    padding: 44px 65px;
    border: 1px dashed rgba(192, 192, 192, 0.47);
    border-radius: 16px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.block__add a {
    width: 25%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #979797;
}
.block__add a:last-of-type {
    border: none;
}
.block__add .pseudo-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
}
.block__add .pseudo-block div {
    height: 10px;
    margin-bottom: 10px;
    background: #d8d8d8;
    width: 140px;
}
.file__area {
    border: 1px dashed silver;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 90px;
    margin-bottom: 25px;
    border-radius: 16px;
}
.select-items,
.select-selected {
    background-color: rgba(218, 218, 218, 0.06);
}
.custom-select select,
.select-hide {
    display: none;
}
.file__area .button {
    min-width: 230px;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
}
.file__area p {
    font-size: 12px;
    letter-spacing: 0.07px;
}
.block__h2,
.select-items div,
.select-selected {
    font-size: 16px;
    text-transform: uppercase;
}
.custom-select {
    position: relative;
}
.select-selected {
    border-radius: 8px;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 28px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #88c800 transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #88c800;
    top: 20px;
}
.select-items div,
.select-selected {
    color: #000;
    cursor: pointer;
    font-weight: 700;
    padding: 0 25px;
    min-height: 60px;
    line-height: 60px;
    border: 1px solid #e7e7e7;
}
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-items div {
    background: #fff;
}
.same-as-selected,
.select-items div:hover {
    background-color: #dadada;
}
body {
    overflow-x: hidden;
}
.content {
    width: 100%;
    max-width: 1440px;
}
@media (max-width: 800px) {
    .content {
        padding: 0 30px;
    }
}
@media (max-width: 370px) {
    .content {
        padding: 0 10px;
    }
}
.box__filter,
.box__sort {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 800px) {
    .video_in_bg {
        display: none !important;
    }
}
.top .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.top .content__wrapper {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.swiper-wrapper {
    box-sizing: border-box;
}
.burger {
    display: none;
}
@media (max-width: 800px) {
    .top .h1,
    .top .h2 {
        padding-left: 13px;
    }
    .top {
        background: url(../img/header_medium.svg) top no-repeat #88ca11 !important;
        height: 280px;
        padding-bottom: 60px;
    }
    .single .top {
        height: 350px;
    }
    .top .h1 {
        font-size: 52px;
        line-height: 52px;
        letter-spacing: -1.96px;
    }
    .top .h1 span {
        margin-left: 3px;
    }
    .top .h2 {
        font-size: 42px;
        line-height: 42px;
        letter-spacing: -1.6px;
    }
    .top .h2 span {
        margin-left: -8px;
    }
    .top #logowanie {
        font-size: 13px;
        padding: 0 20px;
        height: 30px;
        line-height: 30px;
    }
    .top #logo {
        max-width: 120px;
    }
    .top #logo img {
        width: 100%;
    }
    .top .tag_cloud {
        display: none;
    }
    .search-box {
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    body .article.left,
    body .article.right {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    body .article.left .img,
    body .article.right .img {
        padding-top: 85%;
        margin-left: -30px;
        width: calc(100% + 60px);
        border-radius: 0;
    }
    #tag_cloud {
        display: none;
    }
    .swiper-wrapper .swiper-slide {
        padding: 0;
        width: 100%;
    }
    .logowanie form {
        padding: 0 30px;
    }
    .logowanie form .row input {
        width: 100%;
    }
    .top .navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 200;
        transform: translate(0, -100%);
        background: url(../img/menu_bg_mobile.svg) center/cover no-repeat rgba(136, 202, 15, 0.95);
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        padding-top: 125px;
        padding-bottom: 30px;
        transition: transform 0.5s ease;
    }
    .top .navbar.visible {
        transform: translate(0, 0);
    }
    .top .navbar li {
        font-size: 25px;
        font-weight: 700;
        margin: 11px 0;
    }
    .burger {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        border-radius: 15px;
        background: #fff;
        color: #238a3d;
        font-size: 13px;
        min-width: 78px;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
        position: relative;
        z-index: 1;
    }
    .type_wrapper,
    .type_wrapper .files {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .type_wrapper .file {
        width: calc(50% - 8px);
        height: auto;
        line-height: 1.4;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;
    }
    .type_wrapper .file .arrow {
        width: 100%;
        border: none;
        border-bottom: 1px solid #dbdbdb;
        height: 68px;
        -ms-flex-order: 1;
        order: 1;
    }
    .type_wrapper .file .download {
        margin: 17px 0 15px;
        -ms-flex-order: 5;
        order: 5;
        padding: 0 15px;
    }
    .type_wrapper .file .name {
        font-size: 13px;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 15px 20px;
        -ms-flex-order: 2;
        order: 2;
    }
    .type_wrapper .file .date {
        width: 100%;
        margin: 0;
        font-size: 11px;
        -ms-flex-order: 4;
        order: 4;
        padding: 0 20px;
    }
    .type_wrapper .file .format {
        font-size: 11px;
        margin: 0;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        padding: 0 20px;
    }
    .select2 {
        width: 100% !important;
    }
    select {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 13px 0;
    }
    select.select_assets,
    select.select_media {
        width: 100%;
    }
    .sort_social {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }
    .article .text {
        margin: 0;
    }
}
@media (max-width: 400px) {
    body .article.left .img,
    body .article.right .img {
        margin-left: -10px;
        width: calc(100% + 20px);
    }
    body.body_ .content {
        padding: 0 10px;
        padding-right: 10px !important;
    }
    footer {
        padding: 10px 0;
    }
    footer .text {
        display: none;
    }
    .top .h1,
    .top .h2 {
        padding-left: 0;
    }
    body .single .top .tops {
        padding-top: 20px;
    }
    body .single .top .title {
        font-size: 28px;
    }
    .top.scrolling {
        height: 90px !important;
    }
    .top #logo {
        padding-top: 30px;
    }
    .single .article .text {
        width: 100%;
    }
    .single .article .text ul {
        padding-left: 17px;
    }
    .single .article .text a span {
        color: #208840 !important;
    }
    .single .article .wrapper {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 1440px) {
    html body header .wrap {
        width: 100%;
        padding: 0 44px;
    }
}
@media only screen and (max-width: 1100px) {
    html body {
        min-height: auto;
    }
    html body header .wrap {
        width: 100%;
        padding: 0 44px;
    }
    html body .content_wrap {
        width: calc(100% - 88px);
    }
    html body .content_wrap .content {
        width: 100%;
        margin-left: 44px;
    }
    html body .content_wrap .content .text {
        padding: 25px;
    }
    html body .content_wrap .content form .row input {
        width: 48%;
        height: 37px;
        line-height: 37px;
        font-size: 12px;
    }
    html body .content_wrap .content .flex .right {
        max-width: 70%;
    }
    html body .content_wrap .content .flex .right textarea {
        width: 100%;
        font-size: 12px;
        height: 184px;
    }
    html body .content_wrap .content .text.first {
        font-size: 20px;
    }
    html body .content_wrap .content .text.second {
        font-size: 15px;
    }
    html body .content_wrap .content .text.second .heading {
        font-size: 17px;
    }
    html body .content_wrap .content .head {
        font-size: 20px;
    }
}
@media only screen and (max-width: 800px) {
    html body .content_wrap {
        width: calc(100% - 26px);
    }
    html body .content_wrap .content {
        width: 100%;
        margin-left: 13px;
    }
}
@media only screen and (max-width: 500px) {
    html body .content_wrap {
        width: calc(100% - 26px);
        position: initial;
    }
    html body .content_wrap .content {
        width: 100%;
        margin-left: 13px;
        position: relative;
        transform: none;
        top: 0;
        z-index: 10;
        left: 0;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    html body .content_wrap .content .head {
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }
    html body .content_wrap .content .text.first {
        font-size: 17px;
    }
    html body .content_wrap .content .text.second > .flex {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    html body .content_wrap .content .text.second > .flex .right {
        width: 100%;
        max-width: 100%;
    }
    html body .content_wrap .content .text.second > .flex .left {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    html body .content_wrap .content .text.second > .flex .left .heading {
        display: none;
    }
}
@media only screen and (max-width: 400px) {
    html body .content_wrap .content form input {
        width: 100% !important;
        margin-bottom: 15px;
    }
    html body .content_wrap .content form .row.flex {
        display: initial;
        margin-bottom: 15px;
    }
}

body .single .text .remember {
    background: #F8FEE7;
    border: 1.4px solid #C2F165;
    border-radius: 20px;
    display: flex;
    padding: 24px !important;
    flex-direction: column;
    gap: 16px;
}
body .single .text .remember p {
    margin: 0;
    color: #385314;
    line-height: 160%;
    font-size: 15px;
}
body .single .text .remember p b, body .single .text .remember p strong  {
    color: #69A20E;
}
body .single .text .remember .remember-top {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #88CA17;
    font-family: Nunito;
    font-size: 21px;
    font-weight: 700;
    line-height: 120%;
}
body .single .text .remember .remember-top .img-container {
    background: #DBF89E;
    border-radius: 12px;
    padding: 8px;
}
body .single .text .remember .remember-top .img-container img {
}



.burger-icon {
    display: none;
}
#overlay-menu {
    display: none;
    background: #363636;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 300001;
}
#overlay-menu.visible {
    display: block;
}
html.locked {
    overflow-y: hidden;
}
.menu-mobile {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease-out;
    z-index: 300002;
    position: fixed;
    top: 0px;
    /*left: 32px;*/
    bottom: 0;
    right: 0;
    background: #F7F7F7;
    padding: 30px 14px;
    width: 400px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    /*gap: 32px;*/
    max-width: 100%;
}
.menu-mobile.active {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.menu-mobile a {
    padding: 8px;

    color: #7B7B7B;
    /* Heading 6 */
    font-family: nunito, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    text-decoration: none;
    transition: 0.1s ease;
}
.menu-mobile a:hover {
    filter: brightness(0.3);
}
.menu-mobile a.green {
    color: #88CA17;
    padding: 0 8px 16px;

    padding-bottom: 8px;
}
.menu-mobile .top-side, .menu-mobile .bottom {
    /*display: flex;*/
    display: grid;

}

.menu-mobile .close {
    width: 32px;
    margin-left: auto;
    cursor: pointer;
    padding-left: 5px;
    box-sizing: content-box;

    margin-bottom: 32px;
}
.top.scrolling .burger-icon {
    display: block;
    right: 0;
    position: absolute;
    top: 40px;
    margin-right: 30px;
}

@media (max-width: 800px) {
    .top.scrolling .burger-icon {
        top: 34px;
    }
    .burger-icon {
        display: block;
        cursor: pointer;
    }
    .top.main .content {
        height: 100px;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .top.main #logo {
        padding: 0;
    }
    .single .top .burger-icon {
        position: absolute;
        top: 34px;
        top: 20px;
        right: 20px;
        z-index: 3000;
    }
}
@media (max-width: 500px) {
    html body .single .top {
        padding-top: 90px;
    }
}
.comment-section {
    padding: 48px 36px;
    border-bottom: 1.5px solid #EDEDED;
    border-top: 1.5px solid #EDEDED;
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.comments {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.comment {
    border-radius: 6px;
    padding: 20px;
    background: #F7F7F7;
    width: 100%;

    color: #676767;
    font-size: 15px;
    line-height: 160%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.comment-section .h6 {
    color: #363636;
    font-family: Nunito;
    font-size: 17px;
    font-weight: 700;
    line-height: 120%;
    margin: 0;
    overflow-wrap: anywhere;
}
.comment .top-comment {
    display: flex;
    gap: 4px;
}
.comment .top-comment h6{
     margin: 0;
    font-size: 15px;
}
.comment .dot {
    color: #ADADAD;
    font-size: 11px;
    /*line-height: 160%;*/
}

.comment .reply{
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: flex-end;
    font-size: 12px;
    cursor: pointer;
}
.comment .reply img {
    opacity: 0.8;
    width: 18px;
}
.comment .reply:hover {
    color: initial;
}
.comment .bottom-side {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}
.comment .bottom-side a {
    text-decoration: none;
    color: black;
}
.comment .bottom-side a:hover {
    text-decoration: underline;
}
.comment .edit {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    font-size: 14px;
    cursor: pointer;
}
.comment .edit > *:hover {
    font-weight: 700;
}
.comment .edit .delete {
    color: red;
}
.comment-single-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.comment-single-container .comment.response {
    margin-left: 35px;
    width: calc(100% - 35px);

    height: 0;
    overflow-y: hidden;
    padding: 0;
    transition:  0.25s ease;
}
.comment-single-container.expand .comment.response {

    height: auto;
    padding: 20px;
}
.reply-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reply-header img#cancel-reply {
    width: 20px;
    width: 18px;
    margin-top: 2px;
}

.comment-section .comment-container {
    display: flex;
    gap: 28px;
}
.comment-section .comment-container .left-side {
    width: 100%;
}
#comment-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#comment-form input,
#comment-form textarea {
    width: 100%;
    border-radius: 3px;
    border: 1.5px solid var(--Greyscale-200, #DFDFDF);
    background: #FFF;
    padding: 16px 20px;
    line-height: 160%;
    resize: none;
}
#comment-form button {
    border-radius: 3px;
    background: #88CA17;
    display: flex;
    height: 56px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #FFF;
    font-family: Nunito;
    font-size: 17px;
    font-weight: 700;
    /*line-height: 120%;*/
    border: none;
}

.add-comment {
    box-shadow: 16px 20px 56px 0px rgba(0, 0, 0, 0.12);
    background: #FFF;
    border-radius: 6px;
    display: flex;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    height: fit-content;
    overflow-wrap: anywhere;
    max-width: 344px;
}
.comment-section .h4 {
    color: #363636;
    font-family: Nunito;
    font-size: 28px;
    line-height: 120%;
    margin: 0;
    font-weight: 700;
}

#pager {
    margin-top: 16px;
    /*display: flex;*/
    justify-content: center;
    gap: 16px;
    display: none;
}
#pager .right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#pager svg {
    transition: 0.1s ease;
}
#pager svg:hover {
    background: #ccc;
}
#pager svg:hover rect {
    stroke: #ccc;
}
#pager .pages {
    display: flex;
    gap: 8px;
}
#pager .pager-btn {
    border-radius: 3px;
    border: 1.5px solid #EDEDED;
    display: flex;
    width: 32px;
    height: 32px;
    padding: 4px 12px 4px 11px;
    color: #363636;
    font-size: 15px;
    font-weight: 700;
    line-height: 160%;
    align-items: center;
    cursor: pointer;
    transition: 0.1s ease;
    justify-content: center;
}
#pager .pager-btn.active {
    background: #88CA17;
    color: #F8FEE7;
}
#pager .pager-btn:not(.active):hover {
    /*filter: brightness(0.9);*/
    background: #ccc;
}
#no-comm {
    color: rgba(0, 0, 0, 0.20);
    font-family: Nunito;
    font-size: 21px;
    font-weight: 700;
    border: 1.5px solid #EDEDED;
    border-radius: 6px;
    padding: 20px;
    height: 250px;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.show-more, .show-less {
    border-radius: 6px;
    padding: 14px 20px;
    background: #F7F7F7;
    width: 100%;
    color: #676767;
    font-size: 15px;
    line-height: 160%;
    cursor: pointer;
}
.show-more:hover, .show-less:hover {
    color: inherit;
}
.comment-single-container .show-less {
    display: none;
}
.comment-single-container.expand .show-less {
    display: block;
}
.comment-single-container.expand .show-more {
    display: none;
}

.g-recaptcha.required #rc-anchor-container {
    border-color: red;
}

.g-recaptcha.recaptcha-error iframe {
    border: 1.5px solid #e80b0b;
    border-radius: 4px;
}

@media (max-width: 800px) {
    .comment-section .comment-container {
        flex-direction: column;
    }
    .comment-section {
        padding: 32px 30px;
    }
    .add-comment {
        width: 343px;
        margin: auto;
    }
}
@media (max-width: 420px) {
    .comment-section {
        padding: 28px 16px;
    }
    .comment-section h4 {
        padding-left: 14px;
    }
}
@media (max-width: 370px) {
    .comment-section {
        padding: 24px 10px;
    }
    .comment-section h4 {
        font-size: 24px;
        padding-left: 0;
    }
}


#overlay {
    opacity: 0.5;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 300001;
    display: none;
}
#edit-comm-popup {
    margin: 0;
    position: fixed;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #f6f5f5;
    z-index: 300002;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 6px;
    gap: 6px;
    max-width: 95%;
    width: 500px;
    display: none;
}
#edit-comm-popup h4 {
    font-size: 18px;
    margin: 0 0 5px;
}
.comment p {
    margin: 0;
}
#edit-comm-popup input, #edit-comm-popup textarea {
    resize: vertical;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    width: 100%;
    font-size: 16px;
    padding: 8px 10px;
}
#edit-comm-popup label {
    color: black;
    width: 100%;
    font-size: 18px;
}
#edit-comm-popup .bottom-buttons {
    display: flex;
    gap: 15px;
}
#edit-comm-popup button {
    max-width: calc(50% - 8px);
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid grey;
    cursor: pointer;
}
#edit-comm-popup button:hover {
    filter: brightness(95%);
}
#edit-comm-popup button.save {
    color: white;
    background: #88CA17;
}
body.cms .faq {
    margin-top: 25px;
}
body.cms .faq .questions label {
    font-size: 15px;
    margin: 8px !important;
}
body.cms .faq .questions textarea {
    height: 5lh;
    width: 100%;
    resize: horizontal;
    padding: 5px 10px;
    border: 1px solid #88ca11;
}
body.cms .faq .questions .question {
    position: relative;
    display: block;
}
body.cms .faq .questions .question .button--delete {
    position: absolute;
    right: -70px;
    top: 20px;
}
body.cms .faq .add_question {
    margin: 15px 0 25px;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: #88ca11;
}
body.cms .faq .add_question a {
    width: 100%;
}