/*
Theme Name: BPH Aukcje
Theme URI: http://bph.pl/
Author: Adam Nowocin
Author URI: http://adam.nowocin.pl/
Description: BPH theme
Version: 1.0
*/

@charset "UTF-8";
html, body,
h1, h2, h3, h4, h5, h6,
div, p, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary,
table, caption, tbody, tfoot, thead, tr, th, td,
fieldset, form, label, legend, a, hr, button,
li,
input, textarea,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    outline: none;
    font-family: "Lato", sans-serif;
}

ol, ul {
    border: 0;
    outline: 0;
    vertical-align: baseline;
    outline: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
}

textarea {
    overflow: auto;
}

* {
    outline: none;
    box-sizing: border-box;
}

*:hover, *:focus, *:active {
    outline: none;
}

*:before, *:after {
    box-sizing: border-box;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

input[type="search"]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button {
    background-color: inherit;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

abbr[title] {
    text-decoration: none;
}

a {
    -webkit-text-decoration-skip: objects;
}

button,
input {
    overflow: visible;
}

html {
    background-color: #e9e8e8;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: thin;
}

body {
    scrollbar-width: thin;
}

a {
    color: #ED6C20;
    text-decoration: underline;
    transition: color 0.15s linear;
}

@media (hover: hover) {
    a:hover {
        color: #ca5510;
        text-decoration: underline;
    }
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding: 0 15px;
    max-width: 1170px;
    width: 100%;
}

@media (hover: hover) {
    ::-webkit-scrollbar {
        margin-right: 8px;
        width: 8px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 4px;
    }

    ::-webkit-scrollbar-track {
        background: rgba(35, 31, 32, 0.1);
    }

    ::-webkit-scrollbar-thumb {
        background: rgba(35, 31, 32, 0.2);
        transition: background 0.15s linear;
    }

    ::-webkit-scrollbar-thumb:hover {
        background: rgba(35, 31, 32, 0.3);
    }
}

.row {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -15px;
}

.row.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[class^="col-"] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.6666666667%;
}

.col-10 {
    width: 83.3333333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6666666667%;
}

.col-7 {
    width: 58.3333333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6666666667%;
}

.col-4 {
    width: 33.3333333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.6666666667%;
}

.col-1 {
    width: 8.3333333333%;
}

.col-offset-12 {
    margin-left: 100%;
}

.col-offset-11 {
    margin-left: 91.6666666667%;
}

.col-offset-10 {
    margin-left: 83.3333333333%;
}

.col-offset-9 {
    margin-left: 75%;
}

.col-offset-8 {
    margin-left: 66.6666666667%;
}

.col-offset-7 {
    margin-left: 58.3333333333%;
}

.col-offset-6 {
    margin-left: 50%;
}

.col-offset-5 {
    margin-left: 41.6666666667%;
}

.col-offset-4 {
    margin-left: 33.3333333333%;
}

.col-offset-3 {
    margin-left: 25%;
}

.col-offset-2 {
    margin-left: 16.6666666667%;
}

.col-offset-1 {
    margin-left: 8.3333333333%;
}

.col-offset-0 {
    margin-left: 0%;
}

@media screen and (min-width: 576px) {
    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.6666666667%;
    }

    .col-xs-10 {
        width: 83.3333333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.6666666667%;
    }

    .col-xs-7 {
        width: 58.3333333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.6666666667%;
    }

    .col-xs-4 {
        width: 33.3333333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.6666666667%;
    }

    .col-xs-1 {
        width: 8.3333333333%;
    }

    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-xs-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-xs-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-xs-offset-9 {
        margin-left: 75%;
    }

    .col-xs-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-xs-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-xs-offset-6 {
        margin-left: 50%;
    }

    .col-xs-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-xs-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-xs-offset-3 {
        margin-left: 25%;
    }

    .col-xs-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-xs-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-xs-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.6666666667%;
    }

    .col-sm-10 {
        width: 83.3333333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.6666666667%;
    }

    .col-sm-7 {
        width: 58.3333333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.6666666667%;
    }

    .col-sm-4 {
        width: 33.3333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.6666666667%;
    }

    .col-sm-1 {
        width: 8.3333333333%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 1024px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.6666666667%;
    }

    .col-md-10 {
        width: 83.3333333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.6666666667%;
    }

    .col-md-7 {
        width: 58.3333333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.6666666667%;
    }

    .col-md-1 {
        width: 8.3333333333%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media screen and (min-width: 1280px) {
    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.6666666667%;
    }

    .col-lg-10 {
        width: 83.3333333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.6666666667%;
    }

    .col-lg-7 {
        width: 58.3333333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.6666666667%;
    }

    .col-lg-4 {
        width: 33.3333333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.6666666667%;
    }

    .col-lg-1 {
        width: 8.3333333333%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@font-face {
    font-family: "bph";
    src: url("fonts/bph.ttf?w3j2p0") format("truetype"), url("fonts/bph.woff?w3j2p0") format("woff"), url("fonts/bph.svg?w3j2p0#bph") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="ico-"], [class*=" ico-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "bph" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ico-check:before {
    content: "";
}

.ico-chevron-down:before {
    content: "";
}

.ico-chevron-down-double:before {
    content: "";
}

.ico-chevron-left:before {
    content: "";
}

.ico-chevron-left-double:before {
    content: "";
}

.ico-chevron-right:before {
    content: "";
}

.ico-chevron-right-double:before {
    content: "";
}

.ico-chevron-up:before {
    content: "";
}

.ico-chevron-up-double:before {
    content: "";
}

.page-body {
    padding-top: 80px;
}

.main-content {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}

@media screen and (min-width: 1024px) {
    .main-content {
        padding-top: 56px;
        padding-bottom: 56px;
    }
}

.page-header {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80px;
    background-color: #231f20;
    z-index: 1000;
}

.page-header .page-header-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.page-header .logo img {
    width: 136px;
}

.header-menu-container {
    margin-right: -15px;
    margin-left: -15px;
}

.header-menu-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu-container ul li {
    padding: 0 15px;
}

.header-menu-container ul a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    transition: color 0.15s linear;
}

@media (hover: hover) {
    .header-menu-container ul a:hover {
        color: #e6e6e6;
    }
}

.page-footer {
    padding: 24px 0;
    background-color: #e9e8e8;
}

.page-footer .logo img {
    display: block;
    width: 100px;
}

.page-footer-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-menu-container h4 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #231f20;
}

.footer-menu-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 0 -5px;
    padding: 0;
    list-style: none;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-menu-container ul li {
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
    }
}

.footer-menu-container ul a {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 5px;
    padding: 0 15px;
    width: 50%;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-menu-container ul a {
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto;
    }
}

.footer-menu-container ul a {
    color: #B0B1B0;
    font-size: 12px;
    line-height: 15px;
    text-align: left;
    text-decoration: none;
    transition: color 0.15s linear;
}

@media (hover: hover) {
    .footer-menu-container ul a:hover {
        color: #969896;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .footer-menu-container ul a:hover {
        color: #969896;
    }
}

@media screen and (max-width: 767px) {
    .footer-menu-container {
        margin-top: 24px;
        width: 100%;
    }
}

.page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
}

.page-main {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filters-container {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid #ED6C20;
    background: #fff;
}

.filters-container .show-results {
    justify-self: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: auto;
    margin-bottom: 8px;
}

.filters-container .show-results [class^="btn-"] {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slick-slider .slick-list {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

.slick-slider .slick-track {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.single-offer-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
    width: 100%;
    min-width: 0;
    word-break: break-word;
}

.single-offer-title h1 {
    min-width: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #474747;
}

@media screen and (max-width: 767px) {
    .single-offer-title h1 {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single-offer-title h1 {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 36px;
        line-height: 44px;
    }
}

.single-offer-title .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.single-offer-title .price .label {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #483F42;
}

.single-offer-title .price .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    color: #ED6C20;
}

@media screen and (max-width: 767px) {
    .single-offer-title .price {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single-offer-title .price {
        padding-left: 15px;
    }

    .single-offer-title .price .value {
        font-size: 36px;
    }
}

.single-offer-content {
    width: 100%;
}

.offer-details {
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background-color: #fff;
}

.offer-details h3 {
    color: #474747;
    font-size: 18px;
    line-height: 22px;
}

.offer-details .detail-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.offer-details .detail-row:not(:last-child) {
    margin-bottom: 10px;
}

.offer-details .detail-row .label {
    width: 100%;
    color: #483f42;
    font-size: 12px;
    line-height: 24px;
}

.offer-details .detail-row .value {
    color: #40373A;
    font-size: 16px;
    line-height: 20px;
}

.offer-details .detail-row .value.special {
    font-weight: 700;
    color: #ED6C20;
}

.offer-details .detail-row .value a {
    color: #ED6C20;
    text-decoration: none;
}

@media (hover: hover) {
    .offer-details .detail-row .value a:hover {
        color: #ca5510;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .offer-details .detail-row .value a:hover {
        color: #ca5510;
    }
}

@media screen and (max-width: 1023px) {
    .offer-details {
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .offer-details h3 {
        font-size: 24px;
        line-height: 29px;
    }

    .offer-details .value {
        font-size: 21px;
        line-height: 24px;
    }
}

.action-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .action-button [class^="btn-"] {
        width: 100%;
    }
}

.offer-description h2 {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.offer-description p {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
}

.map-container {
    width: 100%;
}

.map-container h2 {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.map {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.map:before {
    content: '';
    display: block;
    padding-bottom: 54%;
    width: 100%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-form-container .contact-form {
    margin-top: 15px;
}

.contact-form-container h2 {
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.contact-form-container p {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
}

.contact-form-container .rules p {
    margin-bottom: 0;
    color: #231f20;
    font-size: 12px;
    line-height: 15px;
}

.contact-form-container .rules p:not(:last-child) {
    margin-bottom: 10px;
}

.contact-form-container .rules a {
    color: #ED6C20;
    text-decoration: underline;
}

@media (hover: hover) {
    .contact-form-container .rules a:hover {
        color: #ca5510;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contact-form-container .rules a:hover {
        color: #ca5510;
    }
}

@media screen and (max-width: 1023px) {
    .contact-form-container .rules {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1024px) {
    .contact-form-container .rules {
        max-width: 320px;
    }
}

.contact-form-container .action-btn-bottom {
    justify-self: flex-end;
    margin-top: auto;
}

.contact-form-container .action-btn-bottom .wpcf7-submit {
    width: 100%;
}

.check-field-container {
    margin-top: 12px;
    margin-bottom: 20px;
}

.offers-list {
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.offer-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background: #fff;
}

.offer-item:not(:last-child) {
    margin-bottom: 20px;
}

.offer-item .photo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 48px;
    width: 256px;
    height: 192px;
}

.offer-item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .offer-item .photo {
        margin: 0 0 20px;
    }
}

.offer-item .offer-datas {
    margin-bottom: -15px;
    min-width: 0;
    width: 100%;
}

.offer-item .offer-datas [class^="col-"] {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .offer-item .offer-datas {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.offer-item .property-name {
    margin-bottom: 15px;
}

.offer-item .property-name .name {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    color: #272223;
}

.offer-item .property-name label {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #40373A;
}

.empty-list {
    width: 100%;
}

.empty-list h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 24px;
    color: #272223;
    text-align: center;
}

@media screen and (min-width: 1024px) {
    .page-menu-container {
        margin-right: 30px;
        width: 172px;
    }
}

@media screen and (max-width: 1023px) {
    .page-menu-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 240px;
        height: 100%;
        background-color: #fff;
        border-right: 1px solid rgba(161, 161, 161, 0.4);
        -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
        z-index: 1050;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        transition: -webkit-transform 0.15s ease-in;
        transition: transform 0.15s ease-in;
    }

    .page-menu-container.toggled {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.page-menu-container h3 {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ED6C20;
    color: #231f20;
    font-size: 21px;
    line-height: 24px;
}

.page-menu-container h4 {
    color: #231f20;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.page-menu-container .page-menu {
    margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #ED6C20;
    list-style: none;
}

.page-menu-container .page-menu li {
    margin: 0 2px;
}

.page-menu-container .page-menu li a {
    margin-left: 15px;
    color: rgba(33, 29, 30, 0.2);
    font-size: 12px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.15s linear;
}

.page-menu-container .page-menu li.current-cat a {
    color: #231f20;
    cursor: default;
}

@media (hover: hover) {
    .page-menu-container .page-menu li:not(.current-cat) a:hover {
        color: #ED6C20;
    }
}

.page-menu-box {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
}

@media screen and (max-width: 1023px) {
    .page-menu-box {
        padding: 20px;
    }
}

.btn-menu-mobile {
    position: absolute;
    top: 50%;
    left: 100%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 80px;
    border-radius: 0 3px 3px 0;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: rgba(161, 161, 161, 0.4);
    background-color: #fff;
    font-size: 20px;
    color: #231f20;
    z-index: 1050;
    cursor: pointer;
    transition: color 0.15s linear;
}

.btn-menu-mobile [class^="ico-"] {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.15s linear;
    transition: transform 0.15s linear;
}

.toggled .btn-menu-mobile [class^="ico-"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (hover: hover) {
    .btn-menu-mobile:hover {
        color: #ED6C20;
    }
}

@media screen and (min-width: 1024px) {
    .btn-menu-mobile {
        display: none;
    }
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1000;
}

.menu-overlay.toggled {
    display: block;
}

@media screen and (min-width: 1024px) {
    .menu-overlay {
        display: none;
    }
}

.pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px 0;
    padding: 0;
    list-style: none;
}

.pagination .item {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
}

.pagination .page, .pagination .page-numbers {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 2px;
    font-size: 13px;
    line-height: 16px;
    color: #231f20;
    text-align: center;
    text-decoration: none;
    background-color: rgba(161, 161, 161, 0.4);
    cursor: pointer;
    margin-right: 5px;
    transition: background-color 0.15s linear, color 0.15s linear;
}

.pagination .page.active, .pagination .page-numbers.current {
    color: #fff;
    background-color: #ED6C20;
    cursor: default;
    pointer-events: none;
}

.pagination .page.disabled {
    color: #c0b8ba;
    background-color: rgba(161, 161, 161, 0.2);
    cursor: default;
    pointer-events: none;
}

@media (hover: hover) {
    .pagination .page:not(.disabled):hover {
        background-color: rgba(161, 161, 161, 0.8);
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pagination .page:not(.disabled):hover {
        background-color: rgba(161, 161, 161, 0.8);
    }
}

.preview-data {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.preview-data label {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #483f42;
}

.preview-data .value {
    font-size: 21px;
    line-height: 24px;
    color: #231f20;
}

.preview-data .value.special {
    font-weight: 700;
    color: #ED6C20;
}

.toolbar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 24px 0;
}

.page-counter {
    margin-right: 30px;
    opacity: 0.5;
    color: #231f20;
    font-size: 13px;
    line-height: 16px;
}

@media screen and (max-width: 1023px) {
    .page-counter {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media screen and (min-width: 1024px) {
    .page-counter {
        margin-right: 60px;
    }
}

@media screen and (max-width: 1023px) {
    .elements-per-page {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

.pagination-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 1023px) {
    .pagination-container {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 24px;
        width: 100%;
    }
}

.photo-slider-container {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.photo-slider-container img {
    display: block;
    width: 100%;
}

.photo-slider {
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .photo-slider {
        margin-bottom: 20px;
    }
}

.photo-slider-nav {
    margin-right: -5px;
    margin-left: -5px;
}

.photo-slider-nav .slick-slide {
    padding: 0 5px;
}

.photo-slider-nav .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .photo-slider-nav {
        margin-right: -10px;
        margin-left: -10px;
    }

    .photo-slider-nav .slick-slide {
        padding: 0 10px;
    }
}

.btn-primary {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-width: 0;
    border-radius: 2px;
    background-color: #ED6C20;
    font-family: "Lato", sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.15s linear, color 0.15s linear, box-shadow 0.15s linear;
    will-change: background-color, color, box-shadow;
    padding: 10px 20px;
    min-height: 40px;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-primary span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (hover: hover) {
    .btn-primary:hover {
        background-color: #ca5510;
        color: #fff;
        text-decoration: none;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-primary:hover {
        background-color: #ca5510;
        color: #fff;
        text-decoration: none;
    }
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #f18b4f;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
    cursor: default;
}

.form-field-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.form-field-wrapper label {
    display: block;
    width: 100%;
    color: #483f42;
    font-size: 12px;
    line-height: 24px;
}

.form-field-wrapper .message, .form-field-wrapper .wpcf7-not-valid-tip {
    width: 100%;
    color: #E32617;
    font-size: 12px;
    line-height: 24px;
}

.form-field-wrapper.is-error label {
    color: #E32617;
}

.form-field-wrapper.is-error .message {
    display: block;
}

.form-field-box, .wpcf7-form-control-wrap {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.form-field-box .form-field {
    display: block;
    padding: 5px;
    width: 100%;
    height: 32px;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: border-color 0.15s linear, box-shadow 0.15s linear;
}

.is-error .form-field-box .form-field {
    border-color: #E32617;
    box-shadow: 0 2px 4px 0 rgba(227, 38, 23, 0.12);
}

.form-field-box .form-field:focus {
    border-color: #ED6C20;
    box-shadow: 0 2px 4px 0 rgba(237, 108, 32, 0.12);
}

.form-field-box .form-field.is-unit {
    padding-right: 32px;
}

.form-field-box .form-field-area {
    display: block;
    padding: 5px;
    width: 100%;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    transition: border-color 0.15s linear, box-shadow 0.15s linear;
    resize: none;
}

.is-error .form-field-box .form-field-area {
    border-color: #E32617;
    box-shadow: 0 2px 4px 0 rgba(227, 38, 23, 0.12);
}

.form-field-box .form-field-area:focus {
    border-color: #ED6C20;
    box-shadow: 0 2px 4px 0 rgba(237, 108, 32, 0.6);
}

.form-field-box .unit {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    width: 32px;
    height: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #483f42;
    text-align: right;
    pointer-events: none;
}

.form-field-box .unit sup {
    line-height: 1;
}

.form-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.form-group .connector {
    margin: 0 8px;
    font-size: 16px;
    line-height: 24px;
    color: #52484C;
}

.check-field label {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}

.check-field .wpcf7-list-item {
    margin: 0;
}

.check-field input[type='checkbox'] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.check-field input[type='checkbox']:checked + .wpcf7-list-item-label .lbl:before {
    content: '\e901';
    background-color: #fff;
    color: #ED6C20;
}

.check-field input[type='checkbox']:disabled + .wpcf7-list-item-label .lbl {
    color: #231f20;
    cursor: default;
    pointer-events: none;
}

.check-field input[type='checkbox']:disabled + .wpcf7-list-item-label .lbl:before {
    border-color: #ccc;
    background-color: #fff;
    color: #ccc;
}

.check-field .lbl {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 40px;
    height: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #231f20;
    cursor: pointer;
    word-wrap: break-word;
    word-break: break-word;
}

.check-field .lbl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background-color: #fff;
    font-family: "bph" !important;
    font-size: 20px;
    line-height: 1.5;
    color: #231f20;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    z-index: 1;
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .check-field .lbl {
        padding-top: 8px;
    }
}

.check-field.is-error .lbl {
    color: #E32617;
}

.check-field.is-error .lbl:before {
    border-color: #E32617;
    box-shadow: 0 2px 4px 0 rgba(227, 38, 23, 0.12);
}

.select-field-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.select-field-wrapper label {
    display: block;
    width: 100%;
    color: #483f42;
    font-size: 12px;
    line-height: 24px;
}

.select-field-wrapper .message {
    display: none;
    width: 100%;
    color: #E32617;
    font-size: 12px;
    line-height: 24px;
}

.select-field-wrapper.is-error label {
    color: #E32617;
}

.select-field-wrapper.is-error .message {
    display: block;
}

.select-field-box {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.select-field-box select {
    display: block;
    padding: 5px 30px 5px 5px;
    width: 100%;
    height: 32px;
    border: 0.5px solid rgba(161, 161, 161, 0.4);
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.15s linear, box-shadow 0.15s linear;
}

.is-error .select-field-box select {
    border-color: #E32617;
    box-shadow: 0 2px 4px 0 rgba(227, 38, 23, 0.12);
}

.select-field-box select::-ms-expand {
    display: none;
}

.select-field-box select:focus {
    border-color: #ED6C20;
    box-shadow: 0 2px 4px 0 rgba(237, 108, 32, 0.12);
}

.select-field-box [class^="ico-"] {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    cursor: pointer;
}

.text-page-content {
    padding: 30px 0;
    color: #5C5156;
}

.text-page-content p {
    line-height: 1.4;
}

h1.text-page-header {
    font-size: 36px;
    font-weight: 900;
    color: #474747;
}

.text-page-content h2 {
    font-size: 24px;
}




/* ******************************** */



.application-form h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #474747;
}

.application-form form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
    .application-form form [class^="btn-"] {
        margin-top: 16px;
        margin-left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .application-form form [class^="btn-"] {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .application-form {
        width: 50%;
    }
}

.applications-container {
    margin-bottom: 24px;
    width: 100%;
}

.applications-container h2 {
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 36px;
    line-height: 45px;
    color: #3E3E3E;
    text-align: left;
}

.applications-list {
    width: 100%;
    height: 240px;
    border-top: 1px solid #979797;
    border-bottom: 1px solid #979797;
    overflow-y: auto;
}

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

.applications-list .single-user {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    min-height: 60px;
}

.applications-list .single-user:not(:first-child) {
    border-top: 1px solid #979797;
}

.applications-list .single-user .user-datas {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% / 3 * 2);
}

.applications-list .single-user .name {
    padding: 0 10px;
    width: 100%;
    min-width: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #3E3E3E;
    text-align: left;
    word-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .applications-list .single-user .name {
        width: 50%;
    }
}

.applications-list .single-user .time {
    padding: 0 10px;
    width: 100%;
    min-width: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #b0b1b0;
    text-align: left;
    word-wrap: break-word;
}

@media screen and (min-width: 768px) {
    .applications-list .single-user .time {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 50%;
        font-size: 16px;
        color: #3E3E3E;
    }
}

@media screen and (max-width: 767px) {
    .applications-list .single-user .time span:first-child:after {
        content: ',\00a0';
    }
}

.applications-list .single-user .amount {
    padding: 0 10px;
    width: calc(100% / 3);
    min-width: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #3E3E3E;
    text-align: right;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .applications-list .single-user .amount {
        color: #ec7900;
    }
}

.single-offer-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 8px;
    width: 100%;
    min-width: 0;
    word-break: break-word;
}

.single-offer-title h1 {
    min-width: 0;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #474747;
}

@media screen and (max-width: 767px) {
    .single-offer-title h1 {
        margin-bottom: 5px;
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single-offer-title h1 {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 36px;
        line-height: 44px;
    }
}

.single-offer-title .price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.single-offer-title .price .label {
    padding-right: 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: right;
    color: #483F42;
}

.single-offer-title .price .value {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: right;
    color: #ED6C20;
}

@media screen and (max-width: 767px) {
    .single-offer-title .price {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .single-offer-title .price {
        padding-left: 15px;
    }

    .single-offer-title .price .value {
        font-size: 36px;
    }
}

.single-offer-content {
    width: 100%;
}

.other-info {
    margin-bottom: 15px;
}

.other-info h2 {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.other-info p {
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
}

.other-info p:not(:last-child) {
    margin-bottom: 15px;
}

.auction-container {
    width: 100%;
}

.auction-container h1 {
    margin-bottom: 16px;
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #505050;
    word-wrap: break-word;
}

.auction-container h1 .label {
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .auction-container h1 {
        font-size: 36px;
        line-height: 44px;
    }
}

.auction-buttons {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 -15px;
    height: 100%;
}

.auction-buttons .action-item {
    padding: 0 15px;
    width: 100%;
}

.auction-buttons .action-item:first-child {
    margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
    .auction-buttons .action-item {
        width: 50%;
    }

    .auction-buttons .action-item:first-child {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1024px) {
    .auction-buttons .action-item {
        width: 100%;
    }

    .auction-buttons .action-item:last-child {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: auto;
        margin-bottom: 15px;
        width: 100%;
    }
}

.auction-buttons [class^="btn-"] {
    width: 100%;
}

.auction-buttons .toggle [class^="ico-"] {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform 0.15s ease;
    transition: transform 0.15s ease;
}

.auction-buttons .toggled [class^="ico-"] {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.offer-photo-slider-container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container {
        margin-right: 20px;
        width: 256px;
    }
}

.offer-photo-slider-container .photo-slider-container {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container .photo-slider {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container .photo-slider-nav {
        margin-right: -5px;
        margin-left: -5px;
    }

    .offer-photo-slider-container .photo-slider-nav .slick-slide {
        padding: 0 5px;
    }
}

.auction-photo-nav-box {
    display: none;
}

.auction-photo-nav-box.toggled {
    display: block;
}

.action-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .action-button [class^="btn-"] {
        width: 100%;
    }
}

.offer-description h2 {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.offer-description p {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 19px;
}

.map-container {
    width: 100%;
}

.map-container h2 {
    margin-bottom: 15px;
    color: #3e3e3e;
    font-size: 24px;
    line-height: 29px;
}

.map {
    position: relative;
    margin-bottom: 25px;
    width: 100%;
}

.time-counter-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.time-counter-box .clock {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    width: 100%;
}

.time-counter-box .clock .label {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #483F42;
    text-align: center;
}

.time-counter-box .clock .time {
    width: 100%;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #5B5B5B;
    text-align: center;
}

.time-counter-box .time-counter {
    width: 100%;
    font-weight: 700;
    font-size: 21px;
    ine-height: 25px;
    text-align: center;
}

.time-counter-box .time-counter .label {
    color: #5B5B5B;
}

.time-counter-box .time-counter .time-left {
    color: #EC7900;
}

.current-price {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #474747;
}

@media screen and (min-width: 576px) {
    .current-price .label {
        padding-right: 10px;
    }
}

@media screen and (max-width: 575px) {
    .current-price .label {
        width: 100%;
        text-align: center;
    }
}

.current-price .value {
    font-weight: 700;
    color: #EC7900;
}

@media screen and (max-width: 575px) {
    .current-price .value {
        width: 100%;
        text-align: center;
    }
}

.fade {
    opacity: 0;
    transition: opacity 0.15s ease;
}

.fade.show {
    opacity: 1;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 1050;
    outline: 0;
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal.fade .modal-dialog {
    top: -100px;
    opacity: 0;
}

.modal.show .modal-dialog {
    top: 0;
    opacity: 1;
}

.modal-wrapper {
    padding: 0 15px;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #231f20;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .9;
}

.modal-dialog {
    position: relative;
    top: -50px;
    margin: 15px auto;
    width: auto;
    opacity: 0;
    transition: top 0.15s ease, opacity 0.15s ease;
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-lg {
        max-width: 800px;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-md {
        max-width: 640px;
    }
}

@media screen and (min-width: 768px) {
    .modal-dialog.modal-sm {
        max-width: 480px;
    }
}

@media only screen and (min-width: 768px) and (min-height: 768px) {
    .modal-dialog {
        margin-top: 45px;
        margin-bottom: 45px;
    }
}

@media only screen and (min-width: 1024px) and (min-height: 1024px) {
    .modal-dialog {
        margin-top: 90px;
        margin-bottom: 90px;
    }
}

.modal-content {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
    outline: 0;
}

@media screen and (min-width: 768px) {
    .modal-content {
        padding: 20px;
    }
}

.modal-header .close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 40px;
    color: rgba(35, 31, 32, 0.7);
    text-align: center;
    transition: color 0.15s ease, opacity 0.15s ease;
    cursor: pointer;
    z-index: 1;
}

.modal-header .close:hover {
    color: #231f20;
}

.modal-title {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #231f20;
    text-align: left;
}

@media screen and (min-width: 768px) {
    .modal-title {
        font-size: 24px;
        line-height: 40px;
    }
}

.modal-body p {
    margin: 15px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #231f20;
}

.modal-body p.text-center {
    text-align: center;
}

.modal-gallery {
    margin: 30px auto;
    max-width: 1170px;
}

.modal-gallery .modal-content {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.modal-gallery .modal-header {
    margin-bottom: 15px;
    padding: 0 40px;
}

.modal-gallery .modal-header h5 {
    font-weight: 900;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .modal-gallery .modal-header h5 {
        font-size: 36px;
        line-height: 44px;
    }
}

.modal-gallery .modal-header .close {
    color: rgba(255, 255, 255, 0.7);
}

.modal-gallery .modal-header .close:hover {
    color: white;
}

.modal-gallery .photo-slider-container {
    padding: 0 40px;
}

.login-box {
    margin: 60px auto;
    padding: 20px;
    width: 100%;
    max-width: 376px;
    border-radius: 2px;
    border: 1px solid rgba(161, 161, 161, 0.4);
}

.login-box h1 {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 24px;
    color: #231f20;
}

.login-box .form-field-wrapper {
    margin-bottom: 10px;
}

.login-box [class^="btn-"] {
    margin-top: 10px;
    width: 100%;
}

.page-header .clock {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .page-header .clock {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-weight: 700;
        font-size: 21px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .page-header .clock {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.btn-default {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #231F20;
    border-radius: 2px;
    background-color: #fff;
    font-family: "Lato", sans-serif;
    color: #231F20;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    will-change: background-color, color, box-shadow;
    padding: 10px 10px;
    min-height: 40px;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

.btn-default span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.btn-default [class^="ico-"] {
    margin-left: 5px;
}

@media (hover: hover) {
    .btn-default:hover {
        border-color: #ca5510;
        background-color: #fff;
        color: #ca5510;
        text-decoration: none;
    }
}

@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btn-default:hover {
        border-color: #ca5510;
        background-color: #fff;
        color: #ca5510;
        text-decoration: none;
    }
}

.btn-default.disabled, .btn-default:disabled {
    border-color: #a69b9e;
    background-color: #fff;
    color: #a69b9e;
    pointer-events: none;
    cursor: default;
}

.offer-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 2px;
    border: 1px solid rgba(161, 161, 161, 0.4);
    background: #fff;
}

.offer-item:not(:last-child) {
    margin-bottom: 20px;
}

.offer-item .photo {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 48px;
    width: 256px;
    height: 192px;
}

.offer-item .photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 767px) {
    .offer-item .photo {
        margin: 0 0 20px;
    }
}

.offer-item .offer-datas {
    margin-bottom: -15px;
    min-width: 0;
    width: 100%;
}

.offer-item .offer-datas [class^="col-"] {
    margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
    .offer-item .offer-datas {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.offer-item .property-name {
    margin-bottom: 15px;
}

.offer-item .property-name .name {
    font-weight: 900;
    font-size: 21px;
    line-height: 24px;
    color: #272223;
}

.offer-item .property-name label {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    color: #40373A;
}

.offer-description-container {
    display: none;
}

.offer-description-container.toggled {
    display: block;
}

.offer-photo-slider-container {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container {
        margin-right: 20px;
        width: 256px;
    }
}

.offer-photo-slider-container .photo-slider-container {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container .photo-slider {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 768px) {
    .offer-photo-slider-container .photo-slider-nav {
        margin-right: -5px;
        margin-left: -5px;
    }

    .offer-photo-slider-container .photo-slider-nav .slick-slide {
        padding: 0 5px;
    }
}

.slick-slider .slick-arrow {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%;
    font-size: 40px;
    color: #ED6C20;
    z-index: 100;
    cursor: pointer;
}

.slick-slider .slick-prev {
    left: -40px;
}

.slick-slider .slick-next {
    right: -40px;
}

.slick-slider .slick-dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.slick-slider .slick-dots li {
    margin: 0 2px;
}

.slick-slider .slick-dots li.slick-active button {
    background-color: #ED6C20;
}

.slick-slider .slick-dots button {
    width: 8px;
    height: 8px;
    background-color: rgba(161, 161, 161, 0.4);
    border-radius: 5px;
    text-indent: -999px;
    transition: background-color 0.15s ease;
}