@media screen and (max-width: 1367px) {
  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;
  }
  .article-columns.side .side {
    width: 230px;
  }
  #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-data-image {
    max-width: 50%;
  }
  .padding-x2 {
    padding-top: 180px !important;
  }
  .img_cards > .container .img_cards_cards {
    max-width: 1066px;
  }
  #START h2 em,
  h2,
  #START h2,
  .contact-data-form-window-section h2 {
    font-size: 2rem;
  }
  .contact-data-form-window-section h2 {
    margin-top: 0;
  }
  #TOP .container {
    padding: 15px 30px;
  }
  #TOP .container #logo {
    left: 30px;
  }
  .banner-wrapper .banner-inner {
    padding: 80px 30px;
  }
}
/* ---------------------------------------- tablet --------------------------------- */
@media screen and (max-width: 1200px) {
  nav.desktop .nav-button > a {
    padding: 10px 7px;
  }
  .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: #FEE4EF;
    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: #FEE4EF;
    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;
  }
  #TOP .container {
    padding: 0 20px;
  }
  .text-highlight,
  .credo {
    font-size: 30px;
  }
  .padding-x2 {
    padding-top: 100px !important;
  }
  .counter-card .content .value-wrapper .count,
  .counter-card .content .value-wrapper .unit {
    font-size: 4.5rem;
  }
  .counter-card .content strong {
    font-size: 1rem;
  }
  .counter-section > div {
    width: 33.33% !important;
    border: 0;
  }
  #START p,
  #START .text-wrapper {
    font-size: 16px;
  }
  .contact-data-form-window-section .buttons > div {
    font-size: 20px;
  }
  .tile .image-wrapper {
    max-width: none;
  }
  .contact-box-form-window-wrapper {
    padding: 30px;
  }
  .tile.sb-tile.about_me .image-wrapper .floating_box {
    right: -20px;
  }
  .tile.sb-tile.about_me {
    gap: 40px;
  }
  .vertical-list-section .list-item {
    padding-left: 100px;
    padding-bottom: 60px;
  }
  .img_cards {
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .full_card {
    padding: 15px;
  }
  .full_card .text-wrapper {
    font-size: 14px !important;
  }
  .img_cards .image-wrapper {
    max-height: none;
    align-self: inherit;
    aspect-ratio: inherit;
    width: auto;
    margin-top: 60px;
  }
  .img_cards_header .text-wrapper {
    max-width: none;
  }
  .img_cards .container,
  .img_cards .image-wrapper {
    flex: 1;
  }
  .img_cards > .container .img_cards_cards {
    max-width: none;
    position: relative;
  }
  .img_cards > .container .img_cards_cards .columns > div {
    width: 100%;
  }
  .product-tile .price-wrapper .price {
    font-size: 1.5rem;
  }
  .product-tile .pricing-flex {
    padding: 0 20px;
  }
  .tile.sb-tile.pr_image_text {
    font-size: 16px;
  }
  .pr_card_container .pr_card_item .pr_image_wrapper,
  .pr_card_container .pr_card_item .pr_img {
    height: 300px;
  }
  .pr_card_container .pr_card_item {
    height: 300px;
  }
  .start_slider .splide__arrow--next {
    right: 0;
  }
  .start_slider .splide__arrow--prev {
    left: 0;
  }
  .banner-wrapper .banner-inner {
    padding: 80px 20px;
  }
  .banner-wrapper .right .circle-0 .image-wrapper,
  .banner-wrapper .right .circle-0 {
    width: 350px;
    height: 350px;
    left: 50px;
    top: 40px;
  }
  .banner-wrapper .right .circle-0::after {
    width: 370px;
    height: 370px;
    left: 38px;
    top: 28px;
  }
  .banner-wrapper .right .circle-1 .image-wrapper,
  .banner-wrapper .right .circle-1 {
    width: 250px;
    height: 250px;
  }
  .banner-wrapper .right .circle-1::after {
    width: 270px;
    height: 270px;
  }
  #TOP .container #logo {
    left: 20px;
  }
  .aboutus .item .image-wrapper {
    max-width: 50%;
  }
}
/* =============================== Podstawowe przeskoki ================================= */
@media screen and (max-width: 1000px) {
  .mobile-top-placeholder #TOP-MAIN .header-modules:after {
    display: none;
  }
  .mobile-top-placeholder {
    height: 160px !important;
    display: none !important;
  }
  .mobile-top-placeholder.active {
    display: block !important;
  }
  .header-modules {
    gap: 10px;
    margin: 0;
  }
  .reveal-phone-number-wrapper.show-on-mobile {
    margin-left: 0;
    height: 40px;
  }
  .reveal-phone-number-wrapper.show-on-mobile a.button.ico-left.phone {
    padding: 0;
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 999px;
  }
  .reveal-phone-number-wrapper.show-on-mobile .button {
    min-width: 0;
    display: flex;
    padding: 0;
    width: 40px;
  }
  .reveal-phone-number-wrapper.show-on-mobile .ico {
    height: 40px;
    width: 40px;
    padding: 6px;
    min-width: 0;
  }
  .sticked #logo .primary-logo {
    max-height: none;
  }
  #START h2,
  h2,
  #START h2 em,
  h2 em {
    font-size: 1.6rem;
  }
  .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: 100%;
    box-sizing: border-box;
  }
  #page-contactus .contact_data_contactus {
    gap: 30px;
  }
  .ue-wrapper {
    margin-right: 0;
  }
  #TOP .reveal-phone-number-wrapper {
    margin-left: 0;
  }
  .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%;
  }
  #START .news-tile.tile p.updated {
    top: 30px;
    left: 30px;
  }
  #news-promo-section .tile .content,
  .news-tile .content {
    padding: 100px 30px 30px 30px;
  }
  #page-contactus .contact_data_contactus .contact_data_left {
    max-width: none;
  }
  .cb-text_photo .cb-container .image-wrapper {
    width: 100%;
  }
  .cb-text_photo .cb-container .image-wrapper .image,
  .cb-text_photo .cb-container .image-wrapper img {
    width: 100%;
  }
  .contact-box-form-window-wrapper {
    align-items: baseline;
    gap: 20px;
  }
  .contact-box-form-window-wrapper .contact-data-image {
    max-width: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #START h1 {
    font-size: 2.5rem;
  }
  .text-highlight,
  .credo {
    font-size: 26px;
  }
  .counter-card .content .value-wrapper .count,
  .counter-card .content .value-wrapper .unit {
    font-size: 4rem;
  }
  h3,
  #START h3 {
    font-size: 20px;
  }
  .vertical-list-section .list-item .circle-ball {
    width: 40px;
    height: 40px;
  }
  .vertical-list-section .list-item::before {
    left: 20px;
  }
  .vertical-list-section .list-item {
    padding-left: 60px;
    padding-bottom: 30px;
  }
  .vertical-list-section .tile-image {
    padding-right: 25px;
    width: 45%;
  }
  .vertical-list-section .tile-image .image {
    height: 250px;
  }
  span.subtitle {
    font-size: 16px;
  }
  .tile.sb-tile.about_me .pr_content {
    padding-bottom: 0;
  }
  .sb-tile.tile,
  .tile.sb-tile.about_me {
    flex-direction: column;
    padding-bottom: 0;
  }
  .sb-tile.tile.right {
    flex-direction: column;
  }
  .tile.sb-tile.about_me .image-wrapper .floating_box {
    right: 20px;
  }
  .tile.sb-tile.about_me .pr_content .description {
    margin-top: 0;
  }
  .pr_card_container .pr_card_item .pr_image_wrapper,
  .pr_card_container .pr_card_item .pr_img,
  .pr_card_container .pr_card_item {
    height: 250px;
  }
  .pr_card_container .pr_card_item .pr_card_content h3 {
    font-size: 16px;
  }
  .pr_card_container .pr_card_item .pr_card_content .pr_description {
    font-size: 14px;
  }
  .product-tile .pricing-flex {
    min-width: auto;
    padding: 0;
  }
  #page-product .product-lead-content {
    flex-direction: column;
  }
  .listing-tile-wrapper .tile .image-wrapper {
    min-width: 300px;
  }
  #TOP.showme {
    top: -80px !important;
    z-index: 10000 !important;
  }
  #TOP.scrollback {
    position: fixed !important;
    top: -160px !important;
    left: 0 !important;
    width: 100% !important;
  }
  .TopPlaceholder {
    display: none !important;
    position: fixed;
    top: -10000000000000000000000000px;
    height: 0 !important;
  }
  #TOP {
    height: 160px !important;
  }
  #logo {
    position: static;
    height: 100%;
    padding-bottom: 15px;
  }
  .sticked #logo {
    padding-top: 15px;
  }
  #logo .primary-logo {
    height: 100%;
    max-height: none;
  }
  #TOP-MAIN .container.full {
    justify-content: space-between;
  }
  .banner-wrapper .banner-inner {
    flex-direction: column;
  }
  .banner-wrapper .right {
    display: flex;
    width: 100%;
  }
  .banner-wrapper .controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .banner-wrapper .controls .button {
    margin: 0;
  }
  .credo .reka {
    right: -30px;
    top: -40px;
  }
  .colage-box-wrapper {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .footer {
    padding-top: 25px;
  }
  .footer .button {
    margin: 0;
  }
  .aboutus .item {
    flex-direction: column !important;
    gap: 20px;
  }
  .aboutus .item .image-wrapper {
    max-width: none;
    width: 100%;
  }
  .aboutus .item .image-wrapper img {
    width: 100%;
  }
  .nav-mobile-wrapper .mobile-menu-button {
    right: 20px !important;
    left: auto;
    top: 20px;
  }
}
/* ---------------------------------------- mobile --------------------------------- */
@media screen and (max-width: 700px) {
  #START .padding-x2 {
    padding-top: 60px !important;
  }
  .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: 0px;
  }
  .promo-news .tile .image-wrapper {
    width: auto;
  }
  .promo-news a.tile,
  .promo-news .tile {
    flex-direction: column;
  }
  .links-files .link-file {
    padding: 15px;
    gap: 15px;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
  }
  .links-files .link-file .link-file-icon {
    display: none;
  }
  .links-files .link-file .button {
    position: static;
    margin: 0;
    width: 100%;
  }
  #page-contactus .contact_data_contactus .phone-wrapper img,
  #page-contactus .contact_data_contactus .phone-wrapper svg,
  #page-contactus .contact_data_contactus .email-wrapper img,
  #page-contactus .contact_data_contactus .email-wrapper svg {
    width: 20px;
  }
  .article-footer-controls .button {
    padding: 12px 20px;
  }
  #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: 16px;
  }
  #page-contactus .contact_data_contactus .emails-wrapper {
    margin-bottom: 0;
  }
  #page-contactus .contact_data_contactus .form-wrapper {
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
  #page-person .person_info_card .image img {
    width: 100%;
  }
  #page-person .person_info_card {
    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;
  }
  .product-tile .price-wrapper {
    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 {
    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-aktualnosci .listing-tile-wrapper .tile .content p {
    overflow: inherit;
    display: block;
  }
  .nice-cart-quantity-controls .button {
    min-width: 0;
  }
  .nice-cart-quantity-controls .button .ico {
    top: 0;
    left: 0;
    right: 0;
  }
  .confirm-rabat-btn {
    width: 100%;
  }
  #page-product .product-cta-wrapper .price-wrapper {
    padding: 15px;
  }
  #page-product .product-lead-content {
    align-items: normal;
  }
  .icon-card .content,
  .tile .content {
    text-align: left;
  }
  #SYSTEM-FOOT .container {
    height: auto;
  }
  .article-section.cb-text_content.highlight .text-wrapper {
    font-size: 1rem;
  }
  .tile.sb-tile.pr_about_me {
    gap: 0;
  }
  .tile.sb-tile.pr_about_me .content {
    padding: 20px !important;
  }
  .dotations_container {
    padding: 0 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;
  }
  #START h1 {
    font-size: 2rem;
  }
  .text-highlight,
  .credo {
    font-size: 20px;
  }
  .columns.counter-section > div {
    width: auto !important;
    padding: 0;
  }
  .columns.counter-section {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .columns.counter-section .value-wrapper {
    text-wrap: nowrap;
  }
  .vertical-list-section {
    padding: 0;
  }
  .vertical-list-section .right-section {
    margin-top: 30px;
    padding-left: 0;
  }
  .vertical-list-section .tile-image {
    width: auto;
    padding: 0;
    position: static;
  }
  .img_cards_header h2 {
    padding-top: 0;
  }
  .img_cards .image-wrapper {
    margin-top: 0;
  }
  .img_cards {
    padding: 0 20px;
  }
  .contact-box-form-window-wrapper {
    gap: 30px;
  }
  .pr_card_container {
    flex-direction: column;
    max-height: none;
  }
  .pr_card_container .pr_card_item .pr_image_wrapper,
  .pr_card_container .pr_card_item .pr_img,
  .pr_card_container .pr_card_item {
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .pr_card_container .pr_card_item .pr_image_wrapper {
    position: static;
    min-width: 200px;
    height: auto;
  }
  .pr_card_container .pr_card_item .pr_card_content h3 {
    height: auto;
  }
  .pr_card_container .pr_card_item .pr_card_content .pr_description {
    height: auto;
    opacity: 1;
  }
  .pr_card_container .pr_card_item .pr_card_content {
    padding: 20px 0;
  }
  .pr_card_container .pr_card_item {
    width: auto;
  }
  .ue-wrapper .image {
    border-radius: 8px;
    overflow: hidden;
  }
  #page-contactus .tile.sb-tile.about_me img {
    border-bottom-left-radius: 0;
  }
  .tile.sb-tile.about_me .pr_content,
  .tile.sb-tile.pr_image_text {
    padding: 20px;
  }
  .tile.sb-tile.about_me .pr_content h2,
  .tile.sb-tile.pr_image_text h2 {
    margin-top: 0;
  }
  .tile.sb-tile.about_me .pr_content .button,
  .tile.sb-tile.pr_image_text .button {
    margin-bottom: 0;
  }
  .tile.sb-tile.about_me {
    gap: 20px;
  }
  .card.card-to-tile,
  .listing-tile-wrapper .tile {
    display: flex;
    flex-direction: column;
  }
  .card.card-to-tile .image-wrapper,
  .listing-tile-wrapper .tile .image-wrapper {
    width: 100% !important;
    margin-bottom: 15px !important;
    height: auto !important;
  }
  .card.card-to-tile .content,
  .listing-tile-wrapper .tile .content {
    padding-left: 0;
  }
  .card.card-to-tile .controls,
  .listing-tile-wrapper .tile .controls {
    text-align: left;
  }
  .pr_card_container .pr_card_item:hover .pr_card_content .pr_description {
    height: auto;
    opacity: 1;
  }
  nav.mobile .main-menu,
  nav.mobile .submenu {
    padding-right: 80px;
  }
  .vertical-list-section .tile-image img {
    left: 50%;
    transform: translateX(-50%);
  }
  .view-switch {
    display: none;
  }
  .product-tile .message {
    left: 0px;
  }
  #page-products_listing .product-tile .price-wrapper {
    flex-direction: column;
  }
  #page-products_listing .product-tile {
    padding: 20px 0 10px 0;
  }
  .product-tile:hover,
  .product-card:hover {
    box-shadow: none;
  }
  .nice-cart-item .item-content {
    padding-bottom: 5px;
  }
  .item-price {
    min-width: auto;
    margin-left: auto;
  }
  #new_delivery_wrapper .input-wrapper {
    padding-right: 80px;
  }
  .nice-cart-item .item-content strong {
    width: auto;
    white-space: wrap;
  }
  .banner-wrapper .right .circle-0 .image-wrapper,
  .banner-wrapper .right .circle-0 {
    width: 250px;
    height: 250px;
    left: 20px;
    top: 20px;
  }
  .banner-wrapper .right {
    display: none;
  }
  .banner-wrapper .controls .button.cta.alt {
    background-color: white;
  }
  .credo .reka {
    right: -10px;
  }
  .credo .reka img {
    height: 60px;
  }
  .credo .lapa {
    left: -10px;
  }
  .credo .lapa img {
    height: 50px;
  }
  .colage-box-wrapper {
    gap: 18px !important;
    grid-auto-rows: 130px !important;
  }
  .support-us {
    display: none;
  }
  .nav-mobile .support-us {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    top: auto;
    transform: none;
    margin: 0;
  }
  .nav-mobile .support-us .button {
    border-radius: 10px;
  }
  .contact-data-form-window-section .buttons > div {
    font-size: 16px;
  }
  .contact-data-form-window-section .button {
    margin: 0;
    width: 100%;
  }
  .listing-module ul.splide__list {
    padding-bottom: 0 !important;
  }
  .contact-data-form-window-section .clear-ico img {
    width: 20px;
  }
  .mail-phone-combo {
    flex-wrap: wrap;
  }
  .banner-wrapper .banner-inner {
    max-height: 500px;
    height: calc(100svh - 255px);
  }
  #START .footer .button {
    width: 100%;
  }
}
/* 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;
  }
  .counter-card .content .value-wrapper .count,
  .counter-card .content .value-wrapper .unit {
    font-size: 3rem;
  }
  #logo {
    padding: 5px 0 !important;
  }
  #TOP .container {
    padding: 0 10px;
  }
  .mobile-menu-button {
    right: 10px !important;
  }
  .ue-wrapper {
    height: 40px;
    width: 40px;
  }
  .ue-wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .banner-content .controls .button,
  .pr_controls .button {
    margin-bottom: 1em;
  }
  #START h1,
  #START h2,
  h2,
  #START h2 em,
  h2 em,
  #START h2 em,
  h2,
  #START h2,
  .contact-data-form-window-section h2 {
    font-size: 26px;
  }
  #START p,
  .text-wrapper,
  .text-wrapper p,
  p,
  #START .text-wrapper,
  span.subtitle,
  ul,
  ul li {
    font-size: 14px;
  }
  .pr_card_container .pr_card_item .pr_img {
    width: 100%;
    height: 100%;
  }
  .pr_card_container .pr_card_item {
    flex-direction: column;
  }
  .pr_card_container .pr_card_item .pr_image_wrapper {
    width: 100%;
    height: 200px;
  }
}/*# sourceMappingURL=theme-media.css.map */