@media screen and (max-width: 991px) {

    body {
        font-size: 14px;
        line-height: 1.5;
    }

    p {
        font-size: 1rem;
    }

    .wp-block-spacer {
        height: 16px !important
    }

    .container-big,
    .container-mid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .logo img {
        max-height: 64px;
        padding: 1rem 0 0 0;
    }

    .mh-top {
        padding: .5rem 0;
        margin-left: 0;
    }

    .mh-top__inner {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
    }

    .mh-top__inner .mht3 {
        margin: 0;
    }


    .mh-top__inner .mht a {
        color: #444;
        margin: 0 !important;
    }

    .mh-secondary ul {
        gap: 1rem;
        flex-wrap: wrap;
        font-size: .75rem;
    }

    .mh-secondary ul li {
        font-size: .75rem;
    }

    .mh-search form {
        margin: .75rem 0;
        max-width: 100%;
        width: 100%;
    }

    .mh-search input[type="search"] {
        height: 28px;
        font-size: .75rem;
        padding: 0 .7rem;
    }

    .mh-search button {
        height: 28px;
        width: 28px;
        font-size: .75rem;
    }

    .mh-main {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: .5rem;
        padding: 0.5rem 0;
    }

    .mh-main nav.navbar {
        flex: 0 0 15%;
        max-width: 15%;
        margin: 0;
    }

    .navbar-toggler {
        width: 32px;
        height: 32px;
        background: #000;
        border: none;
        border-radius: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    .navbar-toggler .navbar-toggler-icon {
        height: 1.2rem;
    }

    .navbar-toggler .navbar-toggler-icon i {
        color: #fff;
        font-size: 1.2rem;
    }

    .navbar-toggler:focus,
    .navbar-toggler:hover {
        background: #231f20;
        outline: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: -1rem;
        right: 0;
        width: 100vh;
        background: #231f20;
        z-index: 99999;
        padding: 2rem 1.2rem;
        border-bottom: 1px solid #eee;
        margin: .5rem 0 0 0;
    }

    .navbar-collapse .navbar-nav {
        display: flex;
        flex-direction: column;
        gap: .75rem;
        padding: 0;
        margin: 0;
    }

    .navbar-collapse .navbar-nav .nav-link {
        font-size: 1rem;
        font-weight: 700;
        color: #fff;
        padding: 0;
    }

    .navbar-collapse .navbar-nav .nav-link:hover {
        color: #e80707;
    }


    .mh-main .mh-icons {
        flex: 0 0 20%;
        max-width: 20%;
        text-align: right;
    }

    .mh-main .btn-main {
        display: flex;
        justify-content: flex-end;
    }

    .mh-main .btn-main a {
        width: 100%;
        text-align: center;
        padding: .5rem .8rem;
        font-size: .85rem;
        white-space: nowrap;
    }

    .mh-icons .cart-contents {
        font-size: 1.2rem;
    }

    .mh-icons .cart-contents .fa-cart-shopping {
        font-size: 1.2rem;
    }

    .mh-icons .cart-count {
        top: -10px;
        right: -10px;
        font-size: .7rem;
        padding: 3px 6px;
        min-width: 16px;
    }

    .btn-main,
    .btn-main__white {
        line-height: 1.25rem;
    }



    .btn-small a {
        padding: .25rem .8rem;
        font-size: .75rem;
    }

    .dropdown-menu {
        min-width: 100%;
        font-size: .9rem;
        left: 0;
    }

    /********* SLIDER *************/
    #slider .item.rotator {
        padding: 0;
    }

    #slider .item .box {
        position: relative;
        z-index: 3;
        padding: 4rem 0;
    }

    .item.rotator.video-version .box {
        position: relative;
        z-index: 3;
    }

    .item.rotator.video-version .box::before {
        content: "";
        position: absolute;
        inset: -2rem -1rem -2rem -1rem;
        background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.0) 0%,
                rgba(0, 0, 0, 0.25) 40%,
                rgba(0, 0, 0, 0.45) 100%);
        backdrop-filter: blur(4px);
        z-index: -1;
        border-radius: 12px;
    }


    .item.rotator:not(.video-version) .box {
        position: relative;
        z-index: 3;
    }

    .item.rotator:not(.video-version) .box::before {
        content: "";
        position: absolute;
        inset: -2rem -1rem -2rem -1rem;
        background: rgba(0, 0, 0, 0.65);
        z-index: -1;
        border-radius: 12px;
    }


    .item.rotator.video-version .video-bg {
        left: 0;
    }

    .item.rotator.video-version .video-bg video {
        object-fit: cover;
    }


    #slider .item.rotator::before {
        inset: 0;
        -webkit-mask-image: none;
        mask-image: none;
    }

    #slider .item .box {
        max-width: 100%;
    }

    #slider .item.rotator h3 {
        margin: 0 0 1rem;
        font-size: .7rem;
        letter-spacing: 0rem;
    }

    #slider .item.rotator h2 {
        font-size: 1.9rem;
        max-width: 100%;
        margin: .5rem 0 1.5rem;
        line-height: 1.15;
    }

    #slider .item.rotator h4 {
        font-size: 1rem;
        margin-bottom: 1.2rem;
    }

    #slider .item.rotator .extra-txt {
        font-size: .95rem;
        line-height: 1.55;
        margin-bottom: 2rem;
    }

    #slider .item.rotator .extra-txt p {
        font-size: .95rem;
    }

    .google-review-box {
        padding: 7px 1rem;
        gap: .7rem;
        font-size: .9rem;
    }

    .google-review-box .google-logo {
        height: 26px;
    }

    .google-review-box .stars {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .scroll-down {
        right: 1rem;
        bottom: 4rem;
    }

    .scroll-down a {
        width: 32px;
        height: 32px;
        font-size: 1rem;
    }

    #slider .owl-controls {
        bottom: 1rem;
    }

    #slider .owl-controls .owl-page span {
        width: .85rem;
        height: .85rem;
    }

    #slider .owl-controls .owl-page.active span,
    #slider .owl-controls .owl-page:hover span {
        transform: scale(1.1);
    }

    /******** ABOUT *******/
    .wwprojekt {
        padding: 2rem 0 1rem;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 2.5rem;
    }

    .section-title__left {
        width: 100%;
    }

    .section-title__left h2,
    .section-title__left h1 {
        font-size: 1.7rem;
        margin-bottom: .5rem;
        line-height: 1.2;
    }

    .section-title__left h1 span {
        font-size: 1rem;
        margin-left: .5rem;
        padding: .1rem .5rem;
    }

    .section-title__left .content p {
        font-size: .95rem;
        max-width: 100%;
    }

    .section-title .btn-main {
        min-width: 100%;
        text-align: left;
        margin-top: .5rem;
    }

    .google-review-badge {
        min-width: 100%;
        padding: .6rem .9rem;
        gap: .5rem;
    }

    .google-review-badge .review-logo {
        width: 40px;
        height: 40px;
    }

    .google-review-badge .review-content strong {
        font-size: 13px;
    }

    .google-review-badge .stars {
        font-size: 14px;
    }

    .google-review-badge .count {
        font-size: 12px;
    }

    .widgets .box {
        min-height: 240px;
        padding: 1.5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        gap: .8rem;
    }

    .widgets .box h3,
    .widgets .box .box__content {
        position: static;
        max-width: 100%;
    }

    .widgets .box__icon {
        top: -1.2rem;
        right: 1rem;
        width: 60px;
        height: 60px;
    }

    .widgets .box__icon img {
        max-width: 38px;
        max-height: 38px;
    }

    .widgets .box h3 {
        font-size: 1.3rem;
        margin: 0;
    }

    .widgets .box .box__content {
        font-size: .9rem;
        margin: -.5rem 0 3rem;
    }

    .widgets .box .btn-small {
        padding: .25rem .9rem;
        font-size: .75rem;
    }

    /******** PRODUCTS *******/

    .list-products {
        padding: 2.5rem 0;
    }

    .list-products .section-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-bottom: 2rem;
    }

    .list-products .section-title p {
        font-size: .95rem;
    }

    /* GRID → 1 kolumna */
    #wc ul.products li.product {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2rem;
        float: none;
    }



    /* tytuł produktu */
    #wc ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 1rem;
        margin: .8rem 1rem .5rem;
    }

    /* atrybuty */
    ul#attributes {
        gap: .4rem .7rem;
        padding: 0 1rem;
        font-size: .75rem;
        margin: .6rem 0 1.2rem;
    }

    ul#attributes li {
        font-size: .75rem;
        padding: .15rem .35rem;
    }

    ul#attributes li i {
        font-size: .85rem;
    }

    ul#attributes li span.value {
        font-size: .75rem;
    }

    /* przycisk */
    #wc ul.products li.product a.button.product-link {
        margin: 0 0 1rem 1rem;
        padding: .45rem 1rem;
        font-size: .8rem;
    }

    /* boxy */
    #wc ul.products li.product {
        border-radius: .8rem;
        box-shadow: 0 4px 14px rgba(0, 0, 0, .08);
    }

    #wc ul.products li.product:hover {
        box-shadow: 0 10px 26px rgba(0, 0, 0, .15);
    }

    /******** ICONS *******/

    .icons {
        padding: 2.5rem 0;
    }

    .icons::after {
        left: 0;
        opacity: .15;
    }

    .icons .row>*:nth-child(1)>* {
        padding-right: 0;
    }

    .icons h2 {
        font-size: 1.7rem;
        margin-bottom: .8rem;
    }

    .icons h3 {
        font-size: 1rem;
        margin-bottom: 1rem;
    }

    .icons p {
        font-size: .95rem;
        line-height: 1.45;
    }

    .icons ul li {
        font-size: .95rem;
        padding-left: 1.4rem;
    }

    .icons ul li::before {
        font-size: .85rem;
    }

    .icons .btn-main {
        margin-top: 1.5rem;
    }

    /******** ADVANTAGES – VIDEO BOXES *******/

    .advantages {
        padding: 3rem 0;
        text-align: left;
    }



    .advantages .row>*:nth-child(2)>* {
        padding-left: 0;
    }

    .advantages h2 {
        font-size: 1.6rem;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .video-wrapper {
        padding-bottom: 2.5rem;
    }


    .video__advantages .box {
        padding: 1rem;
        min-height: auto;
        border-radius: .8rem;
    }

    .video__advantages .box__icon {
        flex: 0 0 42px;
        width: 42px;
        height: 42px;
        font-size: 1.1rem;
    }

    .video__advantages .box__text h3 {
        font-size: 1rem;
        margin-bottom: .3rem;
    }

    .video__advantages .box__content {
        font-size: .8rem;
    }

    .video-box {
        max-width: 100%;
    }

    .video-box .btn-main {
        top: calc(50% - 1rem);
    }

    .video-box .btn-main a {
        padding: .45rem 1rem;
        font-size: .85rem;
    }

    .video-box video {
        border-radius: .5rem;
    }

    /******** WIDGETS ICONS *******/

    .widgets__icons {
        margin: 0 0 3rem;
    }

    .widgets__icons .section-title__left .content p {
        font-size: .95rem;
        max-width: 100%;
    }

    .widgets__icons .mosaic-image,
    .widgets__icons .box {
        min-height: 200px;
    }

    .widgets__icons .box {
        padding: 1.2rem 1rem;
        border-radius: .8rem;
    }

    .widgets__icons .box__icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        margin-bottom: .7rem;
    }

    .widgets__icons .box h3 {
        font-size: 1.1rem;
    }

    .widgets__icons .box .box__content {
        font-size: .85rem;
        line-height: 1.45;
    }

    /******** OPINION *******/
    .opinion {
        padding: 3rem 0;
    }

    /******** CTA *******/
    .cta {
        padding: 4rem 0 3rem;
        text-align: left;
    }

    .cta::before {
        left: 0;
        opacity: .18;
    }

    .cta .row>*:nth-child(1)>* {
        padding-right: 0;
    }

    .cta h2 {
        font-size: 2rem;
        margin-bottom: 1.2rem;
        line-height: 1.25;
    }

    .cta p {
        font-size: .95rem;
        line-height: 1.5;
        max-width: 100%;
        margin-bottom: 1.5rem;
    }

    .cta .btn-main {
        margin-top: 1.5rem;
    }

    .cta .btn-main a {
        padding: .6rem 1rem;
        font-size: .9rem;
        border-width: 1px;
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: .4rem;
    }

    /*----------- RWD — Podstrony & WooCommerce ------------------*/

    .page-title {
        padding: 2rem 0 12rem;
    }

    .page-title h1 {
        font-size: 1.6rem;
    }

    .page-title h3 {
        font-size: 1rem;
    }

    .entry-page {
        margin-top: -11rem;
        padding: 2rem 0;
    }

    .entry-content h2 {
        font-size: 1.4rem;
    }

    .entry-content h3 {
        font-size: 1rem;
    }

    .entry-content h4 {
        font-size: 1rem;
    }

    .entry-content .wp-block-media-text>.wp-block-media-text__content {

        padding: 2rem;
    }

    .entry-content ul li {
        font-size: .9rem;
        padding-left: 1.4rem;
    }

    .entry-content p {
        font-size: .9rem;
    }


    #ec__icons {
        flex-direction: column;
        gap: 1rem;
        margin: 2rem 0;
    }

    #ec__icons .wp-block-column {
        padding: 1.5rem 1rem;
    }

    #ec__icons i {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }

    #ec__col-drewno {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    #ec__col-drewno h4.wp-block-heading {
        font-size: .85rem;
        padding: .7rem 0;
    }

    .content__thumb img {
        height: 240px;
    }

    .pw-archive h3 {
        font-size: 1.3rem;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        padding: .4rem .7rem;
        font-size: .8rem;
    }

    /******** WC SINGLE ********/

    #wc .summary .product_title.entry-title {
        font-size: 1.3rem;
    }

    #wc .summary .woocommerce-product-details__short-description p {
        font-size: .9rem;
        margin: 0 0 2rem;
    }

    .woocommerce div.product div.images img {
        max-height: 360px;
    }

    #wc .woocommerce-product-gallery .flex-control-thumbs {
        gap: .3rem;
    }

    #wc .woocommerce-product-gallery .flex-control-thumbs li {
        flex: 0 0 52px;
        height: 52px;
    }

    ul#attributes.single-product-attributes li {
        font-size: .85rem;
    }


    .product-benefits .benefit-box {
        padding: .8rem;
    }

    .product-benefits .benefit-box i {
        font-size: 1.6rem;
    }

    #wc .summary form.cart {
        flex-wrap: wrap;
        gap: .5rem;
    }

    #wc .summary form.cart .quantity .qty {
        width: 58px;
        height: 40px;
    }

    #wc .summary .single_add_to_cart_button.button {
        height: 40px;
        padding: 0 1rem;
        font-size: .9rem;
    }

    /******** MODAL ********/

    .modal-dialog {
        max-width: 320px;
        margin: 2rem auto;
    }

    .modal-title {
        font-size: 1.1rem;
    }

    .modal .wpcf7 textarea {
        min-height: 130px;
    }

    /******** TABS ********/

    #wc ul.tabs.wc-tabs {
        gap: .5rem;
        flex-wrap: wrap;
    }

    #wc ul.tabs.wc-tabs li a {
        padding: .5rem .7rem;
        font-size: .85rem;
    }

    /******** ATTRIBUTES ********/

    .woocommerce table.shop_attributes tr {
        gap: .5rem;
        padding: 0.2rem 0;
        font-size: 0.75rem;
    }

    .woocommerce table.shop_attributes th {
        flex: none;
        width: auto;
    }

    .woocommerce table.shop_attributes td p {
        font-size: 0.75rem;
    }

    .woocommerce table.shop_attributes tr::before {
        width: 44px;
        height: 44px;
        font-size: 1.2rem;
        margin: 0 0 .5rem 0;
    }

    /******** GALLERY ********/

    .gallery {
        gap: .7rem;
    }

    .gallery .gallery-item {
        flex: 1 1 100%;
    }

    /******** RELATED / LIKE ALSO ********/
    #wc .like-also h2,
    #wc .related h2 {
        font-weight: 700;
        margin: 2rem 0 1rem;
        font-size: 1.4rem;
    }

    #wc .like-also ul.products {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    /******** WC ARCHIVE ********/
    .pw-shop__navigation {
        margin: 0rem 0 1rem;
        text-align: center;
    }

    #wc .woocommerce-result-count,
    #wc .woocommerce-ordering {
        display: none;
    }

    .page-title .woocommerce-breadcrumb {
        font-size: .75rem;
    }

    .pw-shop__navigation .wc-categories {
        gap: .2rem;
    }

    .pw-shop__navigation .wc-categories li a {
        padding: .45rem;
        font-size: .75rem;
    }

    /******** CF7 MINIATURES ********/

    body.page-id-530 .wpcf7-list-item label::before {
        width: 130px;
        height: 130px;
    }

    body.page-id-530 .wpcf7-list-item label .wpcf7-list-item-label {
        font-size: .8rem;
    }

    /******** KROK ********/

    body.page-id-530 .krok-wrap {
        flex-direction: column;
        margin: 1rem auto 2rem auto;
    }

    body.page-id-530 .krok-wrap .wpcf7-form-control {
        gap: 1rem;
    }

    body.page-id-530 .krok-wrap .wpcf7-list-item {
        padding: .8rem 1.2rem;
        margin: 0;
        max-width: 100% !important;
    }

    body.page-id-530 .krok-wrap .wpcf7-list-item label span {
        font-size: .75rem;
    }

    /******** INPUTS ********/

    .entry-content .wpcf7 input[type="text"],
    .entry-content .wpcf7 input[type="email"],
    .entry-content .wpcf7 input[type="tel"],
    .entry-content .wpcf7 select {
        height: 40px;
        font-size: .9rem;
    }

    .entry-content .wpcf7 textarea {
        min-height: 140px;
    }

    /*---- Footer -------*/


    #footer-wrapper {
        padding: 3rem 0 0 0;
    }

    .footer-widget h2 {
        font-size: 1.8rem;
    }

    .footer-widget h3 {
        font-size: 1.2rem;
    }

    .footer-widget ul li {
        font-size: 1rem;
        padding-left: 1.4rem;
    }

    #block-10 h2 {
        max-width: 100%;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
    }

    #block-6 p {
        font-size: 1.8rem;
    }

    #block-9 p {
        font-size: 1.4rem;
    }

    #block-15 .footer-social {
        justify-content: flex-start;
        gap: .8rem;
    }

    #block-15 .fa-facebook,
    #block-15 .fa-youtube {
        font-size: 1.8rem;
    }

    #block-15,
    #block-6 p,
    #block-8 p,
    #block-9 p,
    #block-7 p {
        text-align: left;
    }

    #block-6 p {
        margin-top: 2rem;
    }

    #block-8 p,
    #block-7 p {
        margin-bottom: 1rem;
    }

    .scroll-down a,
    .scroll-top a {
        width: 32px;
        height: 32px;
    }

    .scroll-top {
        text-align: center;
        margin-top: 1rem;
    }

    .scroll-top a {
        padding: .4rem .6rem;
        font-size: 0.85rem;
    }
}

@media (min-width: 0px) and (max-width:340px) {}

@media (min-width: 340px) and (max-width:576px) {}

@media (min-width: 0px) and (max-width:400px) {}

@media (min-width: 400px) and (max-width:576px) {}

@media (min-width: 0px) and (max-width:576px) {

    body.page-id-172 .widgets__icons .row {
        padding: 0 1rem;
    }

    .widgets__icons .row {
        padding: 0 1rem;
        gap: 1rem;
        display: grid;
        grid-template-columns: 1fr;
    }

    .widgets__icons .row>* {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }

    /* zdjęcia */
    #wc ul.products li.product img {
        min-height: 220px;
        max-height: 220px;
    }

    .product-benefits {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .advantages-video {
        position: relative;
        width: 100%;
        height: 200px;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 0px) and (max-width:768px) {

    .footer-bottom {
        margin-top: 2.5rem;
        padding: 2rem 0;
        text-align: center;
    }

    .footer-bottom .footer-credits,
    .footer-bottom .footer-author {
        text-align: center;
        margin-bottom: .8rem;
    }

    .mh-top__inner span {
        display: none
    }

    #slider .item.rotator .extra-txt {
        font-size: .95rem;
        line-height: 1.55;
        margin-bottom: 2rem;
        max-width: 100%;
    }

    .mh-top__inner {
        gap: .4rem;
    }

    .btn-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .btn-main a {
        padding: .4rem 1rem;
        font-size: .85rem;
        gap: .3rem;
    }

    .video__advantages {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .wp-block-image .alignright {
        float: none;
        margin: 1rem 0;
    }


}

@media (min-width: 576px) and (max-width:768px) {
    body.page-id-172 .widgets__icons .row {
        padding: 0 1rem;
    }

    .widgets__icons .row {
        gap: .5rem;
    }

    .widgets__icons .row>* {
        max-width: 49% !important;
        flex: 0 0 49% !important;
    }

    #wc ul.products li.product img {
        min-height: 380px;
        max-height: 380px;
    }

    .advantages-video {
        position: relative;
        width: 100%;
        height: 340px;
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #slider .item.rotator .extra-txt {
        font-size: .95rem;
        line-height: 1.55;
        margin-bottom: 2rem;
    }

    .mh-top__inner {
        gap: 1rem;
    }

    .mh-top__inner .mht3 {
        font-size: .85rem
    }

    .btn-row {
        gap: 1rem;
    }

    .widgets__icons .row {
        padding: 0 1rem;
        gap: 1rem;
    }

    .widgets__icons .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    #wc ul.products li.product img {
        min-height: 420px;
        max-height: 420px;
    }

    .advantages-video {
        position: relative;
        width: 100%;
        height: 460px;
        margin-bottom: 1.5rem;
    }

    .video__advantages {
        gap: 1.2rem;
    }

    .footer-bottom {
        margin-top: 2.5rem;
        padding: 2rem 0;
    }

    .wp-block-image .alignright {
        margin: 0 0 1rem 1rem;
        max-width: 40%
    }

    .product-benefits {
        gap: 0.5rem;
    }

    .product-benefits .benefit-box h3 {
        font-size: .85rem;
    }

    .product-benefits .benefit-box p {
        font-size: 0.65rem;
    }
}

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

    body {
        font-size: 15px;
        line-height: 1.55;
    }

    .container-big,
    .container-mid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo img {
        max-height: 40px;
    }

    .mh-top__inner {
        gap: 1rem;
    }

    .mh-top__inner .mht span {
        display: none
    }

    .mh-top__inner .mht3 {
        margin-left: 0rem;
    }

    .mh-secondary ul {
        gap: .5rem;
    }

    /******** HEADER ********/

    .mh-main {
        gap: 1rem;
    }

    .navbar-light .navbar-nav .nav-link {
        margin: 0 .35rem 0 0;
        font-size: .85rem;
    }

    .mh-main .btn-main a {
        padding: .55rem 1.2rem;
        font-size: .9rem;
    }

    /******** SLIDER ********/
    #slider .item.rotator {
        padding: 0rem 0;
    }

    #slider .item .box {
        padding: 5rem 0;
        max-width: 80%;
    }

    #slider .item.rotator h2 {
        font-size: 2.8rem;
    }

    #slider .item.rotator h3 {
        font-size: 1rem;
    }

    #slider .item.rotator .extra-txt {
        font-size: 1.05rem;
        max-width: 75%;
    }

    .btn-row {
        gap: 1.2rem;
    }

    .google-review-box {
        padding: .7rem 1.2rem;
    }

    /******** ABOUT ********/

    .wwprojekt {
        padding: 3rem 0 3rem;
    }

    .section-title {
        gap: 1.5rem;
        align-items: flex-end;
        flex-direction: row;
        margin-bottom: 4rem;
    }

    .section-title {
        gap: 1.5rem;
        margin-bottom: 4rem;
    }


    .section-title__left h2,
    .section-title__left h1 {
        font-size: 2.2rem;
    }

    .section-title__left h1 span {
        font-size: 1.2rem;
    }


    .widgets .box {
        min-height: 300px;
        padding: 2rem;
    }

    .widgets .box__icon {
        width: 70px;
        height: 70px;
    }

    .widgets .box h3 {
        position: absolute;
        top: 6rem;
        bottom: auto;
        font-size: 1.2rem;
    }

    .widgets .box .box__content {
        max-width: 78%;
        font-size: 1rem;
    }

    /******** PRODUCTS ********/

    .list-products {
        padding: 4rem 0;
    }

    #wc ul.products li.product {
        width: 31.5%;
        margin-right: 2%;
        margin-bottom: 3rem;
    }

    #wc ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }

    #wc ul.products li.product img {
        min-height: 320px;
        max-height: 320px;
    }

    #wc ul.products li.product h2.woocommerce-loop-product__title {
        font-size: 1.05rem;
    }

    ul#attributes li {
        font-size: .85rem;
    }

    /******** ICONS ********/

    .icons {
        padding: 4.5rem 0;
    }

    .icons h2 {
        font-size: 2.2rem;
    }

    .icons h3 {
        font-size: 1.2rem;
    }

    .icons p {
        font-size: 1.05rem;
    }

    .icons ul li {
        font-size: 1rem;
    }

    .icons .row>:nth-child(1)> {
        padding-right: 2rem;
    }

    /******** ADVANTAGES ********/

    .advantages {
        padding: 5rem 0;
    }

    .advantages h2 {
        font-size: 2.2rem;
        max-width: 85%;
    }

    .advantages .row>*:nth-child(2)>* {
        padding-left: 1rem;
    }

    .video-wrapper {
        padding-bottom: 4rem;
    }

    .video__advantages {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .video__advantages .box {
        padding: 1rem;
        flex-direction: column;
    }

    .video__advantages .box__icon {
        width: 52px;
        height: 52px;
    }

    /******** WIDGETS ICONS ********/

    .widgets__icons {
        margin-bottom: 5rem;
    }

    .widgets__icons .section-title__left .content p {
        font-size: 1.05rem;
    }

    .widgets__icons .row {
        gap: 1rem;
        padding: 0;
    }

    .widgets__icons .row>* {
        padding: 0;
    }

    .widgets__icons .box {
        padding: 1.6rem;
    }

    .widgets__icons .box h3 {
        font-size: 1.15rem;
    }

    .widgets__icons .box__icon {
        width: 65px;
        height: 65px;
    }

    /******** OPINION ********/

    .opinion {
        padding: 5rem 0;
    }

    /******** CTA ********/

    .cta {
        padding: 7rem 0;
    }

    .cta h2 {
        font-size: 2.8rem;
    }

    .cta p {
        font-size: 1.05rem;
    }

    .cta .btn-main a {
        padding: .8rem 1.4rem;
        font-size: 1rem;
    }

    /******** FOOTER ********/

    #footer-wrapper {
        padding: 5rem 0 0 0;
    }

    .footer-widget h2 {
        font-size: 2.2rem;
    }

    .footer-widget h3 {
        font-size: 1.3rem;
    }

    .footer-widget ul li {
        font-size: 1.05rem;
    }

    .footer-bottom {
        padding: 3rem 0;
        font-size: .75rem;
    }

    #block-10 h2 {
        max-width: 100%;
    }

    #block-6 p {
        font-size: 1.4rem;
    }

    #block-9 p {
        font-size: 1.2rem;
    }

    .scroll-down a,
    .scroll-top a {
        width: 40px;
        height: 40px;
    }

    .page-title h1 {
        font-size: 2.4rem;
    }

    .page-title {
        padding: 3rem 0 18rem 0;
    }

    .entry-page {
        padding: 2.25rem 0rem;
    }

    .wp-block-image .alignright {
        float: right;
        margin: 0 0 1rem 1rem;
        max-width: 50%;
    }

    #wc .summary .product_title.entry-title {
        font-size: 1.8rem;
    }

    #wc ul.tabs.wc-tabs li a {
        padding: .5rem;
        font-size: .85rem;
    }

    .entry-content h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1200px) and (max-width:1380px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 1rem 0 0;
        font-size: .95rem;
    }

    .mh-top__inner .mht3 span {
        display: none
    }

    .mh-secondary ul {
        gap: 2rem;
    }

    .widgets__icons .row {
        padding: 0 1rem;
        gap: 1.25rem;
    }

    .advantages {
        padding: 3.25rem 0;
    }

    .advantages .row>*:nth-child(2)>* {
        padding-left: 1rem;
    }

    .advantages h2 {
        font-size: 1.8rem;
        max-width: 100%;
        margin: 0 0 2rem;
    }

    .cta h2 {
        font-size: 2.4rem;
    }

    #block-10 h2 {
        max-width: 100%;
    }

    #block-6 p {
        font-size: 1.4rem;
    }

    #block-9 p {
        font-size: 1.2rem;
    }

    .scroll-down a,
    .scroll-top a {
        width: 40px;
        height: 40px;
    }

    .page-title h1 {
        font-size: 2.4rem;
    }

    .page-title {
        padding: 3rem 0 18rem 0;
    }

    .entry-page {
        padding: 2.25rem 0rem;
    }

    .wp-block-image .alignright {
        float: right;
        margin: 0 0 1rem 1rem;
        max-width: 50%;
    }

    #wc .summary .product_title.entry-title {
        font-size: 1.8rem;
    }

    #wc ul.tabs.wc-tabs li a {
        padding: .5rem;
        font-size: .85rem;
    }

    .entry-content h2 {
        font-size: 1.8rem;
    }
}


@media (min-width: 1380px) and (max-width:1656px) {
    .navbar-light .navbar-nav .nav-link {
        margin: 0 1.5rem 0 0;
        font-size: 1.1rem;
    }

    .mh-top__inner .mht3 {
        font-size: .9rem;
    }

    .widgets__icons .row {
        gap: 1.5rem;
    }

    .page-title h1 {
        font-size: 2.4rem;
    }

    .page-title {
        padding: 3rem 0 18rem 0;
    }

    .entry-page {
        padding: 2.25rem 0rem;
    }

    #wc .summary .product_title.entry-title {
        font-size: 1.8rem;
    }

    #wc ul.tabs.wc-tabs li a {
        padding: .5rem;
        font-size: .85rem;
    }

    .entry-content h2 {
        font-size: 1.8rem;
    }
}

@media (min-width: 1656px) and (max-width:1656px) {}

@media (min-width: 768px) {}

@media (min-width: 991px) {

    .widgets__icons .row>*:nth-child(1),
    .widgets__icons .row>*:nth-child(3),
    .widgets__icons .row>*:nth-child(6),
    .widgets__icons .row>*:nth-child(8),
    .widgets__icons .row>*:nth-child(9),
    .widgets__icons .row>*:nth-child(11),
    .widgets__icons .row>*:nth-child(14),
    .widgets__icons .row>*:nth-child(16) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 17%;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;

    }

    .widgets__icons .row>*:nth-child(2),
    .widgets__icons .row>*:nth-child(4),
    .widgets__icons .row>*:nth-child(5),
    .widgets__icons .row>*:nth-child(7),
    .widgets__icons .row>*:nth-child(10),
    .widgets__icons .row>*:nth-child(12),
    .widgets__icons .row>*:nth-child(13),
    .widgets__icons .row>*:nth-child(15) {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;

    }

    .opinion_list .row .col-lg-2,
    .opinion .row .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}


/** CSS for small screen */

@media (min-width: 0px) and (max-width:576px) {

    .w15 {
        float: left;
        width: 15%;
    }

    .w20 {
        float: left;
        width: 20%;
    }

    .w30 {
        float: left;
        width: 30%;
    }

    .w40 {
        float: left;
        width: 40%;
    }

    .w50 {
        float: left;
        width: 50%;
    }

    .w60 {
        float: left;
        width: 60%;
    }

    .w70 {
        float: left;
        width: 70%;
    }
}