/*ver->2.0std-02-08-2019*/
/* =============================== Laptop================================= */
@media screen and (max-width: 1367px) {
  h1 {
    margin-bottom: 80px;
  }
  .PAGE {
    padding: 80px 0 40px 0;
  }
  .offer_carousel {
    gap: 80px;
  }
  #START .multiblocks-frames-card-wrapper.page-section {
    padding: 80px 0;
  }
  .properties-search-wrapper,
  .table_filters {
    padding: 30px;
  }
  .properties-search-items-wrapper,
  .table_filters,
  .offer-card .offer-spec-wrapper {
    gap: 15px;
  }
  html,
  #START p,
  #START .multiblocks-frames-card-wrapper .text-wrapper p,
  #START .multiblocks-frames-card-wrapper .text-wrapper p,
  body,
  .about-me p,
  input,
  textarea {
    font-size: 16px;
  }
  .offer-card .spec-item-wrapper .spec-item-value .ico,
  #page-property .spec-item-wrapper .spec-item-value .ico {
    margin-right: 5px;
  }
  .columns.x3.offer-listing-mod .card .button.secondary,
  .listing-tile-wrapper.card_slider .splide__slide > div .card .button.secondary {
    margin-top: 40px;
  }
  .table-wrapper.details-table {
    padding: 30px;
  }
  nav.desktop .nav-button > a {
    padding: 10px;
  }
  .article-columns.side.right {
    padding-right: 290px;
    padding-left: 290px;
  }
  .article-columns.double-side.left,
  .article-columns.double-side.left,
  .article-columns.side.left {
    padding-left: 290px;
  }
  .article-columns.double-side.right,
  .article-columns.double-side.right {
    padding-right: 290px;
  }
  #START h2,
  h2 {
    font-size: 2rem;
  }
  #page-contactus .contact_data_contactus {
    padding: 30px;
  }
  .right-footer-section,
  .footer-section .contact_data,
  #SYSTEM-FOOT .footer-section {
    gap: 30px;
    font-size: 14px;
  }
  #page-contactus .contact_data_contactus .phone-wrapper .phone-txt,
  #page-contactus .contact_data_contactus .phone-wrapper .email,
  #page-contactus .contact_data_contactus .email-wrapper .phone-txt,
  #page-contactus .contact_data_contactus .email-wrapper .email {
    font-size: 20px;
  }
  #news-promo-section .tile .content,
  .news-tile .content {
    padding: 110px 40px 40px 40px;
  }
  #START .news-tile.tile p.updated {
    left: 40px;
  }
  .img_links {
    gap: 50px;
  }
  .img_links .right .link {
    padding: 15px 0;
  }
  .contact-box-form-window-wrapper {
    gap: 50px;
  }
  .contact-box-form-window-wrapper .contact_image {
    max-width: 50%;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  #START .multiblocks-frames-card-wrapper .left-header-section .header {
    width: auto;
  }
  .submit-controls {
    flex-direction: column;
  }
  .property-gallery-wrapper .property-gallery-splide {
    grid-template-columns: minmax(0, 1fr) 200px;
  }
  .property-gallery-wrapper .property-main-slider .splide__slide {
    height: 450px;
  }
  #START .multiblocks-frames-card-wrapper .border-frame {
    padding: 30px;
  }
  .offer_carousel .tile .image-wrapper img {
    max-height: 40px;
    max-width: 40px;
  }
  .offer_carousel .tile-3 {
    margin-right: 15%;
  }
  .offer_carousel .tile-6 {
    margin-left: 15%;
  }
  .offer_carousel {
    gap: 40px;
  }
  #START .news-tile.tile p.updated {
    top: 40px;
  }
  #START .banner-content .container .text-wrapper p {
    font-size: 26px;
  }
  #START h1 {
    margin-bottom: 20px;
  }
  .colage-box-wrapper {
    gap: 0;
    height: 400px;
  }
  .colage-box-wrapper .colage-box .image {
    border-radius: 0;
  }
  .social-footer-section .social-icon {
    width: 30px;
    height: 30px;
  }
  #side-right-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  #side-tree-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  .submit-controls > .submit-area {
    margin-top: 2em;
  }
  .captcha_wrapper .g-recaptcha > div {
    float: right;
  }
  .contact-simple-layout > div.contact-content,
  .contact-simple-layout > div.contact-form {
    width: 100%;
    margin-bottom: 30px;
  }
  .contact-data-section {
    flex-direction: column;
  }
  .contact-data-section > div.contact-col {
    width: 100%;
    max-width: 100%;
  }
  #side-tree-panel {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 340px;
    box-sizing: border-box;
    max-width: 90%;
    background: #fff;
    transition: all 600ms;
    z-index: 999;
    padding: 0 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #side-tree-panel.show-side {
    left: 0;
  }
  #side-tree-panel .close-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #F2DDE1;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #side-tree-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  .social-footer-section .social-icon {
    width: 20px;
    height: 20px;
  }
  #side-right-panel {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 340px;
    box-sizing: border-box;
    max-width: 90%;
    background: #fff;
    transition: all 600ms;
    z-index: 999;
    padding: 0 20px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  #side-right-panel.show-side {
    left: 0;
  }
  #side-right-panel .close-panel {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #F2DDE1;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }
  #side-right-panel .hash-navigator-wrapper {
    position: static !important;
    padding-top: 60px;
  }
  .article-columns.double-side,
  .article-columns.side.right,
  .article-columns.side.left {
    padding: 0px;
  }
  .promo-news .content {
    padding: 30px;
  }
  .containers-right-col .article .container {
    padding-right: 30px;
  }
  .branch-card-span,
  .branch-card a,
  .knowledge-articles-wrapper a {
    font-size: 1.1rem;
  }
  .breadcrumbs,
  span.breadcrumbs,
  .knowledge-promo-item .parent-name {
    font-size: 1rem;
  }
}
/* =============================== Podstawowe przeskoki ================================= */
@media screen and (max-width: 900px) {
  #page-realization_listing .offer-listing-mod {
    padding-top: 0;
  }
  #page-realization_listing .offer-listing-mod > div {
    padding: 10px;
  }
  #page-realization_listing .offer-listing-mod > div:nth-child(n) {
    margin-top: 0;
  }
  #page-realization_listing .offer-listing-mod > div:nth-child(2n) {
    margin-top: 0;
  }
  #START .multiblocks-frames-card-wrapper .container.alt {
    flex-direction: column;
  }
  .nav-bottom .social-icon span {
    display: none;
  }
  #START h1 {
    font-size: 44px;
  }
  #START .banner-content .container .text-wrapper p {
    font-size: 20px;
  }
  .button {
    font-size: 16px;
  }
  #BANER-CONTENT {
    max-height: 800px;
  }
  .columns.x3.offer-listing-mod .card .button.secondary,
  .listing-tile-wrapper.card_slider .splide__slide > div .card .button.secondary {
    margin-top: 30px;
  }
  .hide-on-nav {
    display: none !important;
  }
  .property-gallery-wrapper .property-gallery-splide {
    grid-template-columns: repeat(1, 1fr);
  }
  .property-thumb-slider .splide__slide {
    min-height: auto !important;
  }
  .grid.x2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-me .tile {
    flex-direction: column;
    gap: 40px;
  }
  .about-me img {
    margin: 0 auto;
  }
  #SYSTEM-FOOT .footer-section a,
  #SYSTEM-FOOT .footer-section a span,
  #SYSTEM-FOOT .footer-section div,
  #SYSTEM-FOOT .footer-section li,
  #SYSTEM-FOOT .footer-section span {
    text-align: center;
  }
  .offer_carousel {
    flex-direction: column-reverse;
  }
  .offer-card .offer-price,
  #page-property .offer-price,
  .offer-card .content .offer-name {
    font-size: 18px;
  }
  .offer-card .image-wrapper {
    margin-bottom: 15px;
  }
  .offer-card .content {
    gap: 10px;
  }
  .multiblocks-frames-card-wrapper .left-header-section,
  #START .multiblocks-frames-card-wrapper .left-header-section {
    padding: 0;
  }
  .multiblocks-frames-card-wrapper .left-header-section .header-stycky,
  #START .multiblocks-frames-card-wrapper .left-header-section .header-stycky {
    position: static !important;
    width: auto !important;
    padding: 0;
  }
  .multiblocks-frames-card-wrapper .controls.show-on-nav,
  #START .multiblocks-frames-card-wrapper .controls.show-on-nav {
    padding-top: 30px;
  }
  .multiblocks-frames-card-wrapper .header,
  #START .multiblocks-frames-card-wrapper .header {
    padding-right: 0 !important;
    padding-bottom: 40px !important;
  }
  .our_offer .text-wrapper {
    margin: 40px auto 60px auto;
  }
  #START h2,
  h2 {
    margin-bottom: 30px;
  }
  #mobile-menu-button {
    border-radius: 5px;
    right: 40px;
  }
  .product-lead-content {
    flex-direction: column;
  }
  #TOP-MAIN .header-modules:after {
    display: none;
  }
  .colage-box-wrapper {
    display: grid;
    height: 600px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .colage-box-wrapper .colage-box .image::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: linear-gradient(0deg, #1c2532 0%, rgba(28, 37, 50, 0) 100%);
  }
  .colage-box-wrapper .colage-box .image {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 500ms;
    z-index: 1;
  }
  .colage-box-wrapper .colage-box .content {
    position: absolute;
    padding: 0;
    right: 0;
    left: 0;
    top: auto;
    bottom: 60px;
    height: auto;
    background: none;
  }
  .colage-box-wrapper .colage-box .controls {
    height: auto;
    position: absolute;
    z-index: 1;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    transition: all 300ms;
  }
  .colage-box-wrapper .colage-box .controls a,
  .colage-box-wrapper .colage-box .controls .separator {
    color: white;
  }
  .offer_carousel .grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: inherit;
    grid-template-rows: inherit;
  }
  .offer_carousel .grid-wrapper > div {
    grid-area: auto;
  }
  .offer_carousel .grid-wrapper .tile.tile-3, .offer_carousel .grid-wrapper .main-image, .offer_carousel .grid-wrapper .tile.tile-6 {
    display: none;
  }
  .colage-box-wrapper .colage-box:hover .controls {
    bottom: 15px;
  }
  .table_filters {
    flex-direction: column;
  }
  .table_filters .properties-search-item.btn-inside, .table_filters .properties-search-item.btn-inside .button {
    width: 100%;
  }
  .offer-card .button.secondary {
    width: 100%;
  }
  .table_filters .filter_dropdown_wrapper,
  .table_filters .sort_dropdown_wrapper,
  .table_sorting .filter_dropdown_wrapper,
  .table_sorting .sort_dropdown_wrapper {
    width: 100%;
  }
  .columns.offer-listing-mod > div {
    padding: 10px;
    width: 100%;
  }
  .offer-spec-wrapper {
    flex-wrap: wrap;
  }
  .PAGE {
    padding: 40px 0;
  }
  .multiblocks-frames-card-wrapper .columns.x2 .border-frame {
    padding: 20px;
  }
  .contact_above_footer .container .logo, .our_offer .image-wrapper.logo img {
    height: 110px;
  }
  h1 {
    margin-bottom: 40px;
  }
  .article-section.cb-text_content.border-content .cb-container .text-wrapper {
    font-size: 18px;
  }
  .header-modules {
    gap: 10px;
    margin-right: 60px;
  }
  .reveal-phone-number-wrapper.show-on-mobile {
    margin-left: 0;
    height: 50px;
  }
  .reveal-phone-number-wrapper.show-on-mobile a.button.ico-left.phone {
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    border-radius: 999px;
  }
  .reveal-phone-number-wrapper.show-on-mobile .button {
    min-width: 0;
    display: flex;
    padding: 0;
    width: 50px;
  }
  .reveal-phone-number-wrapper.show-on-mobile .ico {
    height: 50px;
    width: 50px;
    padding: 6px;
    min-width: 0;
  }
  .header {
    padding-bottom: 20px;
  }
  #START p {
    font-size: 1rem;
  }
  .contact-data-form-window-section .buttons > div {
    margin-bottom: 12px;
  }
  #SYSTEM-FOOT .footer-section,
  #page-contactus .contact_data_contactus {
    flex-direction: column;
  }
  #page-contactus .contact_data_contactus .contact_data_left,
  #page-contactus .contact_data_contactus .form-wrapper {
    width: auto;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
  }
  #page-contactus .contact_data_contactus {
    gap: 30px;
  }
  .tile .image-wrapper {
    max-width: 200px;
  }
  .custom-gallery-grid {
    gap: 15px;
  }
  .img_links,
  .contact-box-form-window-wrapper,
  .right-footer-section,
  .footer-section .contact_data,
  #SYSTEM-FOOT .footer-section {
    flex-direction: column;
  }
  .contact-box-form-window-wrapper .contact_image {
    max-width: 100%;
  }
  #SYSTEM-FOOT .footer-section,
  #SYSTEM-FOOT .social-links,
  #SYSTEM-FOOT .mail-phone-combo {
    align-items: center;
    justify-content: center;
  }
  #START .news-tile.tile p.updated {
    top: 30px;
    left: 30px;
  }
  #news-promo-section .tile .content,
  .news-tile .content {
    padding: 100px 30px 30px 30px;
  }
  .product-tile .price-wrapper {
    align-items: flex-end;
  }
  .product-tile .pricing-flex {
    padding-bottom: 10px;
  }
  .product-tile .pricing-flex .promo-price-wrapper {
    display: flex;
    flex-direction: column;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 700px) {
  .dark_logo_bg .cb-container {
    padding: 30px;
  }
  .offer-mod-wrapper .header {
    padding-right: 120px;
  }
  #page-property .property-main-info {
    flex-direction: column;
    gap: 20px;
  }
  #page-property .offer-spec-wrapper {
    padding: 0;
    margin: 0;
    border: none;
  }
  #page-property .article-columns.side {
    padding-top: 0;
  }
  .offer-mod-wrapper .header .splide__arrow {
    right: 0;
  }
  .offer-mod-wrapper .header .splide__arrow--prev {
    right: 40px;
  }
  #mobile-menu-button {
    right: 20px;
  }
  #TOP .container {
    padding: 0 20px;
  }
  .custom-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-gallery-grid .grid-item .overlay {
    font-size: 3rem;
  }
  .form-fields-wrapper > .col1,
  .form-fields-wrapper > .col2 {
    width: 100%;
    padding: 0;
  }
  .blog-tile-head {
    padding-left: 0;
  }
  .tile.blog-tile {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .video-section {
    padding-bottom: 70vh;
  }
  .banner-content {
    padding-bottom: 70px;
  }
  .promo-news .tile .image-wrapper {
    width: auto;
  }
  .promo-news a.tile,
  .promo-news .tile {
    flex-direction: column;
  }
  .contact-data-form-window-section .contact-box-content .controls .button.cta {
    margin-bottom: 0;
  }
  .promo-news .content {
    padding-left: 0;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  .submit-controls {
    flex-direction: column;
  }
  .form-wrapper .window-footer .submit-controls {
    flex-direction: row;
  }
  .gallery.x4 > div {
    width: 33.333%;
  }
  .icon-card.border-style .controls {
    text-align: left;
    left: 68px;
  }
  .tile .content {
    padding: 0;
  }
  .product-tile .content {
    width: auto;
  }
  .product-tile .content {
    padding-bottom: 0;
    padding-left: 15px;
  }
  .icon-wrapper.circle .icon {
    width: 30px;
    height: 30px;
    padding: 10px;
  }
  .icon-card.border-style {
    padding: 20px;
  }
  .article-section.cb-text_content.border-content .cb-container .text-wrapper {
    padding: 20px;
  }
  .news-wrapper .tile .controls {
    padding-top: 15px;
  }
  .contact-box-form-window-wrapper .contact-box-content {
    padding: 20px;
  }
  .contact-box-form-window-wrapper .image-wrapper {
    display: none;
  }
  .contact-box-form-window-wrapper {
    border-radius: 20px;
  }
  .promo-news .content p {
    overflow: hidden;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .listing-tile-wrapper .tile .image-wrapper {
    width: 140px;
    min-width: 140px;
    height: 140px;
    margin-bottom: 0;
  }
  .listing-tile-wrapper .tile .content {
    padding-left: 20px;
  }
  .listing-tile-wrapper .tile .content p {
    overflow: hidden;
    display: box;
    box-orient: vertical;
    line-clamp: 2;
    display: -moz-box;
    -moz-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #page-product .article-columns.side {
    padding-top: 0;
  }
  .product-tile .left-side {
    width: auto;
    justify-content: space-between;
  }
  .relation-products .product-tile {
    flex-direction: column;
  }
  .product-tile .product-actions-wrapper .price-wrapper {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
    left: 0;
  }
  .product-tile .pricing-flex {
    padding-left: 0;
  }
  #SYSTEM-FOOT .container {
    height: auto;
  }
  .specyfication-table td {
    font-size: 14px;
  }
  #page-products_listing .select select {
    width: 150px !important;
  }
  #page-products_listing .styledSelect {
    font-size: 14px;
  }
  #SYSTEM-FOOT .footer-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
  #page-product .product-cta-wrapper .price-wrapper {
    padding: 20px;
  }
  .knowledge-hero-section {
    flex-direction: column;
    margin-bottom: 60px;
  }
  .knowledge-hero-section .knowledge-main-image {
    width: 100%;
    flex: none;
    height: 200px;
  }
  .article-columns.double-side.left,
  .article-columns.double-side.left,
  .article-columns.side.left {
    padding: 0 !important;
  }
  .article-head-bw {
    margin: 0;
  }
  .knowledge-promo-item h3 {
    font-size: 1.4em;
  }
  #news-promo-section .news-wrapper .tile {
    display: flex;
    flex-direction: column;
  }
  #news-promo-section .news-wrapper .tile .image-wrapper {
    margin: 0 auto;
    border-radius: 0;
  }
  nav.mobile .nav-button > a {
    font-size: 18px;
    border-bottom: 2px solid #F2DDE1;
  }
  nav.mobile .nav-button:last-child > a {
    border-bottom: none;
  }
}
/* Small Mobile =================================================================================================== */
@media screen and (max-width: 450px) {
  .listing-tile-wrapper .tile .image-wrapper {
    width: 80px;
    min-width: 80px;
    height: 80px;
    margin-bottom: 0;
    border-radius: 8px;
  }
}/*# sourceMappingURL=theme-media.css.map */