/*
Theme Name:         wybierzdewelopera
Theme URI:          http://localhost/wybierzdewelopera/b
Description:        ......
Version:            9.0.9
Author:             Wybierz Dewelopera
Author URI:         ....
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.manualMenu.nav--main > li > .uk-dropdown > li > .uk-dropdown > li,
.manualMenu.nav--main > li > .uk-dropdown > li,
.manualMenu.nav--main > li {
    position: relative;
}

ul.nav.nav--main > li > a {
    padding: 15px 0;
}

.manualMenu.nav--main > li > .uk-dropdown {
    top: 45px;
    left: 0;
    width: 100%;
}

.manualMenu.nav--main > li > .uk-dropdown > li > .uk-dropdown {
    position: absolute;
    left: 180px;
    top: 0;
    width: 320px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.manualMenu.nav--main > li > .uk-dropdown > li > .uk-dropdown > li > .uk-dropdown {
    position: absolute;
    left: 270px;
    top: 0;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
    width: 320px;
}

.manualMenu.nav--main > li > .uk-dropdown li {
    -ms-flex-pack: start;
    justify-content: start;
}

.manualMenu.nav--main > li:hover > .uk-dropdown > li:hover > .uk-dropdown > li:hover > .uk-dropdown,
.manualMenu.nav--main > li:hover > .uk-dropdown > li:hover > .uk-dropdown,
.manualMenu.nav--main > li:hover > .uk-dropdown {
    display: block;
}

.manualMenu.nav--main > li > .uk-dropdown a {
    font-size: 16px;
}

.c-form-sidebar__submit {
    position: relative;
}

.wpcf7-spinner {
    position: absolute;
    z-index: 10;
    margin: 10px auto;
    left: 0;
    right: 0;
}

/* Ajax loader */
.ajaxSpinner {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    height: 100%;
    overflow: hidden;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.ajaxSpinnerRolling div {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    border: 2px solid #000;
    border-top-color: transparent;
    border-radius: 50%;
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    transform: scale(0.2);
}

.ajaxSpinnerRolling {
    height: 100%;
    width: 100%;
}

#dynamic-search-inner > p {
    margin-bottom: 0;
}

.no-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bold {
    font-weight: 700;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: end !important;
}

.invisible {
    position: absolute;
    top: -999999em;
    left: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.filter-wrap,
.sorting-wrap {
    max-width: 1680px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-width: 320px;
}

.sorting-wrap {
    padding: 0 16px;
    margin-bottom: 30px;
    overflow: auto;
}

.sorting-wrap ul {
    background-color: #f9f9f9;
    border-radius: 5px;
}

.sorting-wrap ul li span,
.sorting-wrap ul li a {
    padding: 10px 15px;
    color: #000;
    display: inline-block;
}

.sorting-wrap ul li span {
    font-weight: 700;
}

.sorting-wrap ul li.activeNav a,
.sorting-wrap ul li a:hover {
    background-color: #ddd;
}

.filter-wrap {
    padding-top: 20px;
    margin-bottom: 20px;
}

.filter-wrap .filter-element-wrap:not(.btn-wrap) {
    margin-right: 15px;
    position: relative;
    z-index: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.filter-wrap .filter-element-ajax input {
    width: 100%;
}

.filter-wrap .filter-element-title {
    position: absolute;
    z-index: 2;
    line-height: 1;
    top: -13px;
    left: 15px;
    background-color: #fff;
    padding: 2px 5px;
}

.filter-wrap .filter-element-title span {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.filter-wrap .filter-icon {
    margin-right: 10px;
}

.filter-wrap .filter-element select {
    appearance: auto;
    -webkit-appearance: auto;
    background-color: #fff;
}

.filter-wrap .filter-element select,
.filter-wrap .filter-element input {
    padding: 8px 0;
    border: none;
    font-size: 16px;
    color: #000;
    margin: 0 6px;
    border-bottom: 1px solid #fff;
}

.filter-wrap .filter-element select:focus,
.filter-wrap .filter-element input:focus {
    outline: 0;
    border-bottom: 1px solid #b5b5b5;
}

.filter-wrap .filter-element input#area_min,
.filter-wrap .filter-element input#area_max {
    width: 77px;
}

.filter-wrap .filter-element-wrap.btn-wrap button {
    padding: 15px 25px;
    background-color: #3ebd3e;
    color: #fff;
    border: none;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    border-radius: 0px;
    cursor: pointer;
}

.filter-wrap .filter-element-wrap.btn-wrap button:hover,
.filter-wrap .filter-element-wrap.btn-wrap button:active {
    background-color: #189e18;
}

.filter-wrap .filter-element-wrap.btn-wrap button:focus {
    outline: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.filter-wrap .filter-element-wrap.filter-element-wrap-ajax {
    z-index: 5;
}

.filter-element-wrap-button {

    border-radius: 0px !important;
    padding: 0px !important;
    border: none !important;
    margin-right: 0px !important;
    margin-left: 25px;
}

.filter-element-wrap-button button {
    background: #ff002b;
    font-size: 16px;
    text-align: center;
    padding: 18px 30px;
    color: #fff;
    border-radius: 0px;
    border: none;
    font-weight: 700;
    width: 150px;
}

.filter-element-wrap-ajax #dynamic-search {
    padding: 10px;
    left: 0;
    width: 100%;
    z-index: 10;
    bottom: -10px;
    border-radius: 0px;
}

.filter-element-wrap-ajax #dynamic-search a {
    padding: 5px;
}

.page-id-19154 #dynamic-search a.elemClone,
.home #dynamic-search a.elemClone {
    display: none;
}

.filter-element-wrap .clear-btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: -14px;
    right: -12px;
    background: #fff;
    border-radius: 100px;
}

.filter-element-wrap .clear-btn svg {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.filter-element-wrap .clear-btn svg path {
    fill: #fd1929;
}

.filter-element-wrap .clear-btn:hover svg path {
    fill: #db0707;
}

.header_social {
    margin-left: 20px;
}

.header_social svg {
    height: 28px;
    width: auto;
    margin: 0 10px;
}

.footer_social svg {
    height: 36px;
    width: auto;
    margin: 14px;
}

.header_social svg path {
    fill: #000;
}

.footer_social svg path {
    fill: #fff;
}

.header_social a:hover,
.footer_social a:hover {
    opacity: 0.65;
}

.c-form-sidebar {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid #eee;
    transition: all 0.5s;
}

.c-form-sidebar.active {
    border: 4px solid #fd1929;
    margin-top: 10px;
}

.c-form-sidebar h3 {
    font-size: 24px;
    margin: 0 0 10px 0;
    font-weight: 400;
}

.c-form-sidebar h3 a:hover span {
    color: #0f6ecd;
}

.home #cityBlock {
    margin: 0 auto 30px auto;
}

.cheapest-offers h2 {
    padding: 40px 0 10px 40px;
}

.cheapest-offers h2,
.sorting-wrap h2 {
    font-weight: 700;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.dev-properties-listing .dev-property {
    margin-bottom: 45px;
}

.dev-properties-listing h3 {
    margin: 0 0 15px 0;
    font-size: 20px;
}

.dev-properties-listing a:hover h3 {
    color: #fd3543;
}

.dev-properties-listing .propDesc {
    box-sizing: border-box;
    font-weight: 700;
}

.dev-properties-listing .propDesc ul li {
    font-weight: 400;
}

.dev-properties-listing .propCover {
    height: 116px;
    position: relative;
}

.dev-properties-listing .propCover > .dev_archive {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255, 255, 255, .8);
    color: rgba(57, 57, 57, .8);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-box-shadow: 0 0 5px 1px rgba(100, 100, 100, .5);
    box-shadow: 0 0 5px 1px rgba(100, 100, 100, .5);
}

.dev-properties-listing .propCover img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.dev-properties-listing .showButtons {
    flex-basis: 100%;
    text-align: center;
}

.dev-properties-listing .showButtons a {
    color: #000;
    width: 100%;
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

.dev-properties-listing .showButtons svg {
    width: 10px;
}

.dev-properties-listing .showButtons a:hover {
    opacity: 0.75;
}

#showLessProp,
.hideProperty {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    position: relative;
    margin: 0 0 0 30px;
    padding: 20px 30px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}

.wpcf7 form.sent .wpcf7-response-output {
    background: #fff !important;
    border-color: #48ac1c !important;
    color: #48ac1c;
    font-size: 14px;
    display: inline-block !important;
    border-radius: 6px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: inline-block;
    background-color: #fff !important;
    border-color: #dc3232 !important;
    color: #dc3232;
    font-size: 14px;
    display: inline-block !important;
}

.wpcf7-form > p {
    text-align: left;
}

.wpcf7-form .requiredField {
    font-size: 12px;
    margin: 0 0 10px 0;
    display: inline-block;
    color: #000;
    display: none;
}

.wpcf7-form .requiredField a {
    font-weight: 400;
}

.wpcf7-form .requiredField a:hover {
    color: #000;
}

.wpcf7-form .c-form-sidebar__msg.uk-margin {
    margin-bottom: 10px;
}

.description.blogpost-content .kk-star-ratings {
    display: none !important;
    visibility: hidden;
}

.inwest-table .dataTables_wrapper .dataTables_filter {
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 12px !important;
}

.inwest-table .dataTables_wrapper .dataTables_info,
.inwest-table .dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
}

.inwest-table a {
    text-decoration: none !important;
    color: #000 !important;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.inwest-table a:active,
.inwest-table a:hover {
    opacity: 0.65;
}

.inwest-table tbody tr td,
.inwest-table thead tr th {
    padding: 15px 20px !important;
}

.inwest-table thead tr th {
    text-align: left;
}

.inwest-table thead tr th span {
    font-weight: 700;
}

.inwest-table tbody tr:nth-child(odd) {
    background-color: #f4f4f4;
}

.inwest-table tbody tr td {
    cursor: pointer;
}

.inwest-table tbody tr td.listCol1 {
    position: relative;
    z-index: 1;
}

.inwest-table tbody tr:hover {
    background-color: #f1f1f1 !important;
}

.inwest-table tbody tr:hover td.listCol1:after {
    top: 17px;
    bottom: 0;
    right: 15px;
    color: #222;
    font-size: 14px;
    position: absolute;
    z-index: -1;
    transition: all 0.15s ease;
    opacity: 0;
    visibility: hidden;
}

.inwest-table:not(.house-table) tbody tr:hover td.listCol1:after {
    content: 'Zobacz mieszkanie';
}

.inwest-table.house-table tbody tr:hover td.listCol1:after {
    content: 'Zobacz dom';
}

.inwest-table tbody tr:hover td.listCol1:after {
    opacity: 1;
    visibility: visible;
}

table.dataTable > thead .sorting::before,
table.dataTable > thead .sorting::after,
table.dataTable > thead .sorting_asc::before,
table.dataTable > thead .sorting_asc::after,
table.dataTable > thead .sorting_desc::before,
table.dataTable > thead .sorting_desc::after,
table.dataTable > thead .sorting_asc_disabled::before,
table.dataTable > thead .sorting_asc_disabled::after,
table.dataTable > thead .sorting_desc_disabled::before,
table.dataTable > thead .sorting_desc_disabled::after {
    bottom: 1em !important;
}

#mieszkaniaList_paginate.dataTables_paginate.paging_simple_numbers .paginate_button {
    padding: 0 9px !important;
    border: none !important;
    border-radius: 6px !important;
    background: #fff !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

#mieszkaniaList_paginate.dataTables_paginate.paging_simple_numbers .paginate_button.current {
    font-weight: 700 !important;
}

#mieszkaniaList_paginate.dataTables_paginate.paging_simple_numbers .paginate_button:not(.disabled):hover,
#mieszkaniaList_paginate.dataTables_paginate.paging_simple_numbers .paginate_button.current {
    background: #ebebeb !important;
}

.blog .pagination {
    display: flex;
}

.blog .pagination span,
.blog .pagination a {
    margin-right: 0.5rem !important;
}

.archive .offer-list.offer-list-archive .pagination {
    display: none !important;
    opacity: 0;
}

/* calc link under the contact form 7 */
.wpcf7-form .calc-link {
    border: 1px solid #fd1929;
    cursor: pointer;
    margin: 0 !important;
    font-size: 14px;
    transition: all 0.15s ease-out;
    border-radius: 6px;
    outline: none;
    color: #fd1929;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.wpcf7-form .calc-link:hover {
    background-color: #fd1929;
    color: #fff;
}

/* RWD */
@media (min-width: 768px) {
    .filter-element-wrap.filter-element-wrap-ajax .filter-element-ajax {
        width: calc(100% - 35px);
    }

    .dev-properties-listing .dev-property {
        flex-basis: 50%;
    }

    .dev-properties-listing .propCover {
        flex-basis: 40%;
    }

    .dev-properties-listing .propDesc {
        flex-basis: 60%;
        padding: 0 0 0 10px;
    }

    .dev-properties-listing .propDesc h3,
    .dev-properties-listing .propDesc ul {
        padding-right: 15px;
    }
}

@media (min-width: 900px) {
    .filter-wrap {
        padding: 20px 60px 17px;
    }

    .sorting-wrap {
        padding: 0 60px 17px;
    }

    .dev-properties-listing .propCover {
        flex-basis: 50%;
    }

    .dev-properties-listing .propDesc {
        flex-basis: 50%;
        padding: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    .dev-properties-listing .propCover {
        height: 140px;
    }
}

@media (min-width: 1150px) {
    .filter-wrap .filter-element-wrap:not(.btn-wrap) {
        padding: 10px 20px;
        margin-right: 25px;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-area {
        margin-right: 0;
    }

    .filter-wrap .filter-element select,
    .filter-wrap .filter-element input {
        min-width: 150px;
    }

    .filter-wrap .filter-element-wrap:not(.btn-wrap) {
        padding: 10px 10px 5px 10px;
    }

    .dev-properties-listing {
        grid-column: 1 / span 2;
    }

    .dev-properties-listing .propCover {
        flex-basis: 40%;
    }

    .dev-properties-listing .propDesc {
        flex-basis: 60%;
        padding: 0 0 0 30px;
    }
}

@media (min-width: 1366px) {
    .filter-element-wrap.filter-element-wrap-ajax {
        width: calc(100% - 1148px);
    }

    .filter-wrap .filter-element-wrap.btn-wrap button {
        max-width: 126px;
    }

    .filter-element-wrap.filter-element-wrap-rooms,
    .filter-element-wrap.filter-element-wrap-area {
        max-width: 365px;
    }

    .dev-properties-listing .propCover {
        height: 164px;
    }
}

@media (max-width: 1365px) {
    .filter-wrap .filter-element-wrap.filter-element-wrap-ajax {
        width: calc(100% - 236px);
        margin-right: 0;
        margin-bottom: 25px;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-estate-type {
        margin-bottom: 25px;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-rooms,
    .filter-wrap .filter-element-wrap.filter-element-wrap-area {
        width: calc(50% - 82px);
    }
}

@media (max-width: 1279) {
    .dev-properties-listing .dev-property {
        flex-basis: 100%;
    }

    .dev-properties-listing .propDesc h3 {
        font-size: 18px;
    }

    .dev-properties-listing .propDesc ul li {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .filter-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .filter-element-wrap {
        width: 100%;
    }

    .filter-wrap .filter-element select,
    .filter-wrap .filter-element input {
        max-width: 120px;
        font-size: 13px;
    }

    .filter-wrap .filter-element-wrap:not(.btn-wrap) {
        padding: 5px;
    }

    .filter-wrap .filter-element input#area_min,
    .filter-wrap .filter-element input#area_max,
    .filter-wrap .filter-element select {
        width: 58px;
    }

    .filter-wrap .filter-element-wrap.btn-wrap button {
        padding: 10px 20px;
        width: 50%;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-rooms,
    .filter-wrap .filter-element-wrap.filter-element-wrap-area {
        flex-basis: 48%;
        box-sizing: border-box;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-rooms {
        margin-right: 4% !important;
    }

    .filter-element-wrap.filter-element-wrap-rooms .filter-element:not(.filter-icon),
    .filter-element-wrap.filter-element-wrap-area .filter-element:not(.filter-icon) {
        flex-basis: calc(50% - 40px);
        box-sizing: border-box;
    }

    .filter-element-wrap.filter-element-wrap-rooms .filter-element.filter-icon,
    .filter-element-wrap.filter-element-wrap-area .filter-element.filter-icon {
        flex-basis: 40px;
        box-sizing: border-box;
    }

    .filter-wrap .filter-element-wrap:not(.btn-wrap) {
        width: 100%;
        margin: 0 0 25px 0;
        padding: 10px;
    }

    .filter-wrap .filter-element select,
    .filter-wrap .filter-element input {
        width: 100%;
    }

    .filter-wrap .filter-element input#area_min,
    .filter-wrap .filter-element input#area_max,
    .filter-wrap .filter-element-wrap.btn-wrap button {
        width: 100%;
        box-sizing: border-box;
    }

    .filter-wrap .filter-element-wrap.btn-wrap,
    .filter-wrap .filter-element-wrap.filter-element-ajax {
        flex-basis: 100%;
    }

    .filter-wrap .filter-element-wrap:not(.btn-wrap) {
        text-align: left;
    }
}

@media (max-width: 767px) {
    .sorting-wrap ul {
        width: calc(100vw - 32px);
        overflow: auto;
        flex-wrap: initial;
    }

    .sorting-wrap ul li span,
    .sorting-wrap ul li a {
        white-space: nowrap;
    }

    .filter-wrap .filter-element-title {
        left: 0;
    }

    .filter-wrap .filter-icon {
        display: none;
    }

    .filter-element-wrap.filter-element-wrap-rooms .filter-element:not(.filter-icon),
    .filter-element-wrap.filter-element-wrap-area .filter-element:not(.filter-icon) {
        flex-basis: 50%;
        box-sizing: border-box;
    }

    .dev-properties-listing h2 {
        font-size: 22px;
    }

    .dev-properties-listing .propCover {
        width: 100%;
        height: 45vw;
    }

    .dev-properties-listing .propDesc {
        padding: 15px 0 0 0px;
    }

    table.dataTable > tbody > tr.child ul.dtr-details {
        width: 100% !important;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        min-width: 125px !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) !important;
    }

    .dataTables_wrapper .dataTables_filter input {
        width: calc(100% - 60px);
    }

    .inwest-table .dataTables_wrapper .dataTables_filter label {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .dataTables_wrapper .dataTables_length {
        display: inline-block;
        vertical-align: top;
        width: 90px;
        overflow: hidden;
        white-space: pre;
    }

    .inwest-table .dataTables_wrapper .dataTables_filter {
        margin-bottom: 20px;
        width: calc(100% - 95px);
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 568px) {
    .offer-list .offers-container {
        display: inline-block !important;
        gap: initial !important;
        width: 100%;
    }

    .offer-list .offers-container > a {
        margin-bottom: 30px !important;
        display: inline-block;
        vertical-align: top;
    }

    .offer-list .offers-container .single-offer {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    #mieszkaniaList_paginate.dataTables_paginate.paging_simple_numbers .paginate_button {
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .filter-wrap .filter-element-wrap.filter-element-wrap-rooms,
    .filter-wrap .filter-element-wrap.filter-element-wrap-area {
        flex-basis: 100%;
    }

    .filter-wrap .filter-element-wrap.filter-element-wrap-rooms {
        margin-right: 0 !important;
    }

    .filter-element-wrap.filter-element-wrap-room .filter-element,
    .filter-element-wrap.filter-element-wrap-area .filter-element {
        flex-basis: 50%;
        box-sizing: border-box;
    }

    table.dataTable tbody th,
    table.dataTable tbody td {
        padding: 5px;
    }

    table.dataTable > tbody > tr.child span.dtr-title {
        min-width: 100px !important;
    }
}

/* Epageo zmiany */

.offers-wrapper .description {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media only screen and (min-width: 1400px) {
    .offers-wrapper .description {
        flex-direction: row;
    }
}

.offers-wrapper h2,
.wrapper-links h2 {
    padding-bottom: 0;
    margin-bottom: 35px;
}

.offers-wrapper p,
.wrapper-links p {
    margin-bottom: 5px !important;
    color: #909090;
    font-size: 14px;
}

.offers-wrapper p > a,
.wrapper-links p > a {
    font-weight: 400;
    color: #606060;
    font-size: 16px;
    text-decoration: none;
}

.wrapper-50 {
    flex: 1 1 50%;
}

.column-2 {
    columns: 1;
}

@media only screen and (min-width: 992px) {
    .column-2 {
        columns: 2;
    }
}

.child-elements .description {
    column-count: 1;
}

@media only screen and (min-width: 992px) {
    .child-elements .description {
        column-count: 3;
    }
}

.child-elements .description p a {
    font-size: 14px;
}

.grecaptcha-badge {
    visibility: hidden;
}

/*

Współpraca - template

*/

.hero {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.hero img {
    display: block;
    max-width: 100%;
}

.belt {
    text-align: center;
    background: #00057d;
    padding: 35px 15px;
}

@media only screen and (min-width: 992px) {
    .belt {
        padding: 70px 0;
    }
}

.belt h1 {
    font: 700 28px/30px 'Exo 2', sans-serif;
    color: #fff;
    margin-top: 0;
    padding: 0;
    margin-bottom: 25px;
    text-transform: none !important;
}

@media only screen and (min-width: 992px) {
    .belt h1 {
        margin-bottom: 35px;
        font: 700 40px/24px 'Exo 2', sans-serif;
    }
}

.belt p {
    max-width: 100%;
    width: 720px;
    margin: auto;
    color: #fff;
    font: 500 18px/24px 'Exo 2', sans-serif;
}

.information {
    background: #f3f3f3;
    padding: 40px 0;
}

@media only screen and (min-width: 992px) {
    .information {
        padding: 90px 0;
    }
}

.information .container {
    display: flex;
    flex-direction: column-reverse;
    width: calc(100% - 30px);
    margin: auto;
    padding: 0 15px;
}

@media only screen and (min-width: 768px) {
    .information .container {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1200px) {
    .information .container {
        max-width: 1200px;
    }
}

.information .container .col {
    flex: 1 1 45%;
}

.information .container .col:last-child {
    flex: 1 1 55%;
}

.information .col-1 h2 {
    display: none;
    color: #00022e;
    font: 700 24px/26px 'Exo 2', sans-serif;
}

@media only screen and (min-width: 768px) {
    .information .col-1 h2 {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .information .col-1 h2 {
        margin-bottom: 35px;
        font: 700 36px/40px 'Exo 2', sans-serif;
    }
}

.information .col-1 .link-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) {
    .information .col-1 .link-wrapper {
        margin-top: 0;
    }
}

.information .col-1 .link-wrapper .link {
    display: flex;
    align-items: center;
    gap: 15px;
    align-items: center;
    font: 500 20px/40px 'Exo 2', sans-serif;
    color: #00022e;
    text-decoration: none;
    transition: 180ms ease-in-out;
}

.information .col-1 .link-wrapper .link:hover {
    color: #6a7be7;
}

.information .col-1 .link-wrapper .page-button {
    display: inline-block;
    margin-top: 25px;
    width: fit-content;
    background: #fd1929;
    padding: 10px 25px;
    border-radius: 5px;
    font: 600 18px/24px 'Exo 2', sans-serif;
    color: #fff;
    text-decoration: none !important;
    transition: 180ms ease-in-out;
}

.information .col-1 .link-wrapper .page-button:hover {
    background: #f00213;
}

.information .col-2 h2 {
    display: block;
    color: #00022e;
    font: 700 28px/30px 'Exo 2', sans-serif;
    margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
    .information .col-2 h2 {
        display: none;
    }
}

.information .list p {
    font: 400 18px/24px 'Exo 2', sans-serif;
    color: #00022e;
    padding-left: 35px;
    position: relative;
    margin-bottom: 24px;
}

@media only screen and (min-width: 992px) {
    .information .list p {
        padding-left: 56px;
    }
}

.information .list p:before {
    content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDBDNC40ODYgMCAwIDQuNDg2IDAgMTBDMCAxNS41MTQgNC40ODYgMjAgMTAgMjBDMTUuNTE0IDIwIDIwIDE1LjUxNCAyMCAxMEMyMCA0LjQ4NiAxNS41MTQgMCAxMCAwWk0xMCAxOC4xODE4QzUuNDg4NDggMTguMTgxOCAxLjgxODE4IDE0LjUxMTUgMS44MTgxOCAxMEMxLjgxODE4IDUuNDg4NTUgNS40ODg0OCAxLjgxODE4IDEwIDEuODE4MThDMTQuNTExNSAxLjgxODE4IDE4LjE4MTggNS40ODg1NSAxOC4xODE4IDEwQzE4LjE4MTggMTQuNTExNSAxNC41MTE1IDE4LjE4MTggMTAgMTguMTgxOFoiIGZpbGw9IiM2QTdCRTciLz4KPHBhdGggZD0iTTEzLjc0OTggNi40NjQ0OEw4LjYwNzE1IDExLjYwNzFMNi4yNTAxOCA5LjI1MDA2QzUuODk1MjEgOC44OTUwOSA1LjMxOTU4IDguODk1MDMgNC45NjQ1NSA5LjI1QzQuNjA5NTIgOS42MDUwMyA0LjYwOTUyIDEwLjE4MDYgNC45NjQ1NSAxMC41MzU2TDcuOTY0MyAxMy41MzU1QzguMTM0NzkgMTMuNzA2IDguMzY2IDEzLjgwMTggOC42MDcwOSAxMy44MDE4QzguNjA3MTUgMTMuODAxOCA4LjYwNzA5IDEzLjgwMTggOC42MDcxNSAxMy44MDE4QzguODQ4MjQgMTMuODAxOCA5LjA3OTQ1IDEzLjcwNiA5LjI0OTk0IDEzLjUzNTZMMTUuMDM1NSA3Ljc1MDE4QzE1LjM5MDUgNy4zOTUxNSAxNS4zOTA1IDYuODE5NTggMTUuMDM1NSA2LjQ2NDU1QzE0LjY4MDQgNi4xMDk1MSAxNC4xMDQ4IDYuMTA5NDUgMTMuNzQ5OCA2LjQ2NDQ4WiIgZmlsbD0iIzZBN0JFNyIvPgo8L3N2Zz4K');
    left: 0;
    top: 4px;
    position: absolute;
}

.information .list p:last-child {
    margin-bottom: 0;
}

.numbers {
    position: relative;
    text-align: center;
    margin: 45px 0;
}

@media only screen and (min-width: 992px) {
    .numbers {
        margin-top: 100px;
        margin-bottom: 60px;
    }
}

.numbers h2 {
    color: #00022e;
    font: 700 24px/26px 'Exo 2', sans-serif;
    margin: 0;
    margin-bottom: 25px;
}

@media only screen and (min-width: 992px) {
    .numbers h2 {
        font: 700 36px/40px 'Exo 2', sans-serif;
    }
}

.numbers .small {
    font: 500 20px/24px 'Exo 2', sans-serif;
    color: #00022e;
    margin-bottom: 35px;
}

.numbers .desc {
    color: #00022e;
    font: 400 15px/24px 'Exo 2', sans-serif;
    max-width: calc(100% - 30px);
    padding: 0 15px;
    width: 950px;
    margin: auto;
}

.numbers .diagram {
    position: relative;
    z-index: 20;
    margin-top: 40px;
}

@media only screen and (min-width: 992px) {
    .numbers .diagram {
        margin-top: 60px;
    }
}

.numbers .wheels {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 30%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .numbers .wheels {
        max-width: auto;
        max-height: auto;
    }
}

.numbers .wheels .wheel-1 {
    animation: 15s rotate infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

.numbers .wheels .wheel-2 {
    animation: 60s rotate-rev infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

.numbers .wheels .wheel-3 {
    animation: 30s rotate-rev infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

.numbers .wheels .wheel-4 {
    animation: 15s rotate-rev infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

.form {
    position: relative;
    text-align: center;
    padding-bottom: 60px;
    margin-bottom: -70px;
}

@media only screen and (min-width: 992px) {
    .form {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

.form h2 {
    margin-top: 0;
    margin-bottom: 15px;
    color: #00022e;
    font: 700 24px/26px 'Exo 2', sans-serif;
}

@media only screen and (min-width: 992px) {
    .form h2 {
        margin-bottom: 35px;
        font: 700 36px/40px 'Exo 2', sans-serif;
    }
}

.form .c-form-sidebar {
    margin: auto !important;
    background: #fff;
    position: relative !important;
    z-index: 10;
    top: 0 !important;
    width: 476px !important;
    max-width: calc(100% - 30px) !important;
    box-sizing: border-box;
}

.form .city-bg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate-rev {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}

/* fix mobile menu */
.c-cms-nav--mobile .nav--mobile > li a {
    justify-content: flex-start !important;
    flex-direction: row !important;
}

/* sitemap pages */
.wsp-posts-list .wsp-category-title,
.wsp-posts-title {
    display: none
}

.wsp-posts-title + .wsp-posts-list > li {
    list-style-type: none;
}

.wsp-posts-title + .wsp-posts-list {
    padding-left: 0;
}

@media only screen and (min-width: 992px) {
    .sitemap-wrap .wsp-container > ul,
    .sitemap-wrap .description > ul {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;
    }

    .sitemap-wrap .wsp-container > .wsp-posts-list {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}

.responsive-table {
    overflow-x: auto;
}

.responsive-table table {
    border: 1px solid #ddd;
}

.responsive-table tr:nth-child(even) {
    background-color: #f6f6f6;
}
.wpcf7-form .c-form-sidebar__msg.uk-margin,
.wpcf7-form .c-form-sidebar__phone.uk-margin,
.wpcf7-form .c-form-sidebar__email.uk-margin {
    width: 100%;
}

.wpcf7-form .c-form-sidebar__email.uk-margin.w-50 {
    width: 48%;
}

@media (max-width: 768px) {
    .wpcf7-form .c-form-sidebar__email.uk-margin.w-50 {
        width: 100%;
    }
}

.single .wpcf7-form {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4%;
}

.wpcf7-form .c-form-sidebar__submit {
    width: 100%;
}

.calc-link {
    width: 100%;
}

#submitSearch span {

    color: #fff;
    font-size: 16px;
    font-weight: 700;

}

@media (min-width: 1366px) {
    #submitSearch img {
    
        display: none;
    
    }

}

@media (max-width: 1365px) {

    #submitSearch span {
    
    display: none;
    
    }

    #submitSearch {
    
    width: auto !important;
    padding: 12px 12px !important;
    
    }
    
    #submitSearch img {
    
    display: block;
    width: 41px;
    height: 41px;
    
    }
    
}

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

    .filter-element-wrap-button {
    
        margin-left: 0px !important;
    
    }
    
    .filter-wrap .filter-element-wrap.filter-element-wrap-ajax {
    
        width: calc(100% - 200px) !important;
    
    }
    
}

@media (max-width: 991px) {

    .filter-element-wrap-button {
        
        display: flex;
        justify-content: flex-end;
    
    }

    #submitSearch img {
    
    display: block;
    width: 31px;
    height: 31px;
    
    }

}

#submitSearch {

    cursor: pointer;

}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}