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

    .navbar-nav {
        margin-top: 7px;
    }

    .navbar-nav>li {
        margin-left: 0;
        margin-right: 0;
    }

    .action-btn {
        position: absolute;
        width: 130.5px;
        height: 130.5px;
        transform: rotate(8deg);
        left: -10px;
    }
}



@media (max-width: 1199px) and (min-width: 991px) {
    .navbar-nav>li>a {
        white-space: nowrap;
        font-size: 1.375rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand img {
        padding-top: 10px;
        max-width: 65px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .navbar-nav>li>a {
        white-space: nowrap;
        font-size: 1.1rem;
        padding-top: 7px;
        padding-bottom: 7px;
    }

    .navbar-brand img {
        padding-top: 10px;
        max-width: 42px;
    }

    .navbar-nav>li {
        margin-right: 0;
    }

    .navbar-default .navbar-nav>.active>a {
        top: -20px;
        width: 75px;
        height: 84px;
        border: none;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
        background-color: #ffffff;
        color: #298C89;
    }

    .action-btn {
        position: absolute;
        width: 110.5px;
        height: 110.5px;
        transform: rotate(8deg);
        left: 175px;
    }

    .carusel-icon {
        display: flex;
        align-items: baseline;
        margin-left: 10px;
        flex-direction: column;
    }
}

@media (max-width: 769px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        font-size: 32px;
        padding: 12px 15px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border: none;
    }

    .navbar-collapse.collapse {
        display: none !important;
        background-color: #488A88;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;

    }

    .navbar-nav>li {
        float: none;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 100;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 482px;
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #8BC28B;
        margin-left: 25%;
        margin-right: 25%;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a:hover {
        font-weight: bold;
        color: #fff;
    }

    .navbar-toggle .icon-bar {
        width: 30px;
    }

    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 7px;
    }

    /* HERO IMG SECTION */
    .row .hero-text {
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .hero-text {
        margin-top: -7vw;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 28px;
        font-weight: 300;
    }

    .hero-section .col-md-7 {
        order: 1;
    }

    .hero-section .col-md-5 {
        order: 2;
        text-align: center;
        margin-top: 50vw;
    }

    .hero-section {
        margin-top: 40px;
    }

    .cart-items {
        position: absolute;
        top: 15px;
        right: -8px;
        min-width: 13px;
        height: 13px;
    }

    .heading-products {
        text-align: center;
    }

    .action-btn {
        display: none;
    }

    .carusel-icon {
        display: flex;
        align-items: baseline;
        margin-left: 2px;
        flex-direction: column;
    }
}

@media (max-width: 450px) {
    .hero-text {
        margin-top: 8vw;
        margin-right: 15px;
        margin-left: 15px;
        font-size: 28px;
        font-weight: 300;
    }

    .hero-btn {
        margin-top: 15px;
        width: 296px;
        height: 43px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
    }
}


@media (max-width: 768px) {
    .navbar-default .navbar-nav>.active>a {
        top: initial;
        width: initial;
        height: initial;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #8BC28B;
        border-top-right-radius: initial;
        border-top-left-radius: initial;
        border-bottom-left-radius: initial;
        border-bottom-right-radius: initial;
        box-shadow: initial;
        background-color: initial;
        color: white;
    }

    .navbar-default .navbar-nav>.active>a:hover {
        background-color: initial;
        color: white;
        font-weight: bold;
    }

    .navbar-default .nav-item.active .nav-link {
        padding-top: initial;
    }
}

/* MOBILE NAVBAR Start */

@media (max-width: 768px) {
    #mySidenav {
        display: block;
    }

    .hamburger-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 9px;
        font-size: 40px;
        cursor: pointer;
        color: #0a817e;
    }

    .navbar-brand-mobile-default {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        margin: 30px;
        margin-left:15px;
    }

    .cart-mobile-default {
        display: block;
        position: absolute;
        top: 38px;
        right: 75px;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0px;
        right: 10px;
        font-size: 70px;
        color: #ffffff;
        font-weight: lighter;
    }

    .sidenav {
        display: block;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #0a817e;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: center;
    }

    .sidenav a {
        padding: 32px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

    .mobile-link {
        border-bottom: 1px solid #8BC28B;
        margin-left: 15%;
        margin-right: 15%;
    }

    .navbar-brand-mobile {
        position: absolute;
        left: 0;
        top: -15px;
        margin: 15px;
    }

    .cart-mobile {
        width: 50px;
        position: absolute;
        right: 60px;
        top: -16px;
        margin: 15px;
    }

    .mobile-link:hover {
        font-weight: bold;
    }
}

/* MOBILE NAVBAR END */



/*BODY SECTION START*/
@media (max-width: 1200px) {
    .left-body-section h1 {
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        line-height: 36px;
    }

    .left-body-section p {
        margin: 25px 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
    }

    .body-section .center-body img {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .left-body-section {
        text-align: center;
        margin-top: 60px;
    }

    .recommended-heading {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

/* BODY SECTION */
@media (max-width: 768px) {
    .body-section {
        padding-top: 0;
    }

    .left-body-section h1 {
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        line-height: 36px;
        margin: 25px 10%;
    }

    .left-body-section p {
        margin: 25px 10%;
        font-size: 14px;
        font-weight: 300;
        line-height: 22px;
        text-align: center;
    }

    .btn-body-section {
        display: none;
    }

    .body-columns {
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* BODY SECTION END */


/* PRODUCTS CARUSEL  START */
@media (max-width: 768px) {
    .products-section {
        padding-top: 0px;
    }
}

/* PRODUCTS CARUSEL  END */


/* GOALS CARUSEL  START */
@media (max-width: 768px) {
    .title-column {
        text-align: left;
    }

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

    .owl-carousel .owl-item .svg-icon {
        max-width: 100%;
    }

    .carousel {
        width: 80%;
    }
}

/* SCROLLING HAND */
@media (max-width: 1200px) {
    .company-flex {
        margin-right: -90px;
    }
}

@media (max-width: 768px) {
    .scolling-hand {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scolling-hand-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scolling-hand-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .left-text-logos {
        text-align: center;
        font: normal normal 300 24px/32px Montserrat;
        letter-spacing: 0px;
        color: #092543;
        opacity: 1;
        margin-left: 15px;
        margin-right: 15px;
    }

    .company-logo-img {
        margin: 5px;
        max-width: 135px;
    }

    .company-flex {
        display: flex;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 10vw;
    }
}

/* PRODUCTS BUTTON */
@media (max-width: 768px) {
    .carusel-button {
        font-family: 'Montserrat', sans-serif !important;
        display: block;
        width: 296px;
        height: 43px;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        text-transform: uppercase;
        color: white;
        background: linear-gradient(-71deg, #8bc28b 0.00%, #0a817e 100.00%);
        border: none;
        border-radius: 29px;
        cursor: pointer;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* PRODUCTS CARUSEL  END */

/* GOALS BUTTON */
@media (max-width: 768px) {
    .goals-button {
        font-family: 'Montserrat', sans-serif !important;
        display: inline;
        position: relative;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        left: 50%;
        bottom: -95px;
        transform: translateX(-60%);
        padding: 8px 20px;
        z-index: 9999;
    }

    .benefits-button {
        display: none;
    }

    .title-column {
        font-size: 16px;
        font-weight: bold;
        text-align: left;
    }

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

/* RIGHT COLUMN */
@media (max-width: 991px) {
    .view-all-link h4 {
        display: none;
    }

    .benefits-column-right {
        display: none;
    }

    .benefits-column-left {
        text-align: center;
    }

    .benefits-column-left .benefits-text {
        text-align: center;
    }

    .benefits-heading {
        text-align: center;
    }
}

/* RIGHT COLUMN */
@media (max-width: 768px) {
    .benefits-heading {
        text-align: left;
    }
}

@media (max-width: 991px) {
    .carusel-columns {
        display: block;
    }

    .icon-column {
        text-align: left;
        margin-left: 0;
    }

    .carusel-columns {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .blog-columns {
        display: block;
    }

    .recent-articles {
        display: none;
    }

    #blog-carousel {
        padding: 10px 0;
    }

    .blog-heading {
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 20px;
    }
}

/* POP UP START MOBILE */

@media (max-width: 1000px) {
    .pop-flex {
        margin-right: 130px;
    }
}

@media (max-width: 768px) {
    .popup {
        display: flex;
        width: 342px;
        height: 320px;
    }

    .scolling-hand-videogalery {
        display: inline;
        position: relative;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .pop-up-content {
        position: relative;
        margin: 10px;
        padding: 20px;
        width: 100%;
    }

    .popup-img {
        display: block;
        position: absolute;
        max-height: 300px;
        top: -261px;
        left: -80px;
    }

    .popup-heading {
        margin: 10px;
        font-size: 24px;
        color: #298C89 !important;
        text-align: center;
        letter-spacing: 0px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .popup p {
        color: #092543;
        font-size: 12px;
        margin: 10px;
        text-align: center;
    }

    .popup form {
        margin-right: 0;
    }
}


/* MASK IMAGE SECTION */
@media (max-width: 1200px) {
    .autor-image {
        max-width: 450px;
    }
}

@media (max-width: 991px) {
    .mask-image .autor-image {
        margin: auto;
        display: block;
        margin-top: 100px;
        padding: 20px 20px;
        max-width: 100%;
    }

    .autor-content h1 {
        text-align: center;
    }

    .autor-content p {
        text-align: center;
    }

    .autor-btn {
        margin: 20px auto;
        display: block;
    }

    .autor-signature {
        margin: auto;
        display: block;
        max-width: 400px;
        padding: 25px;
    }
}


@media (max-width: 768px) {
    .autor-content p {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .autor-content p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 400px) {
    .article-meta {
        padding-top: 0;
    }
}



/* COMMENTS CARUSEL START */

@media (max-width: 1100px) {
    .carousel-caption {
        text-align: center;
        margin: 0 35px;
    }

    .container-carusel h1 {
        margin: 50px 0;
        text-align: center;
    }

    .carousel-indicators {
        display: none;
    }

}

@media (max-width: 991px) {
    .carousel-control {
        width: 0;
        top: -5px;
    }

    .scolling-hand-products {
        display: inline;
        position: relative;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }
}

@media (max-width: 768px) {
    .carousel {
        height: 300px;
    }

    .carousel-control {
        width: 0;
        top: 5px;
    }

    .carousel-control.right {
        right: 25px;
    }

    .company-carousel {
        display: none;
    }
}

/* INFINITE AUTO PRODUCTS CARUSEL MOBILE START */

@media only screen and (max-width: 768px) {
    .logo-img {
        margin-bottom: 10px;
        padding: 0;
    }

    .logo-section {
        display: block;
        text-align: center;
    }

    .logo-section img {
        margin: 5px;
    }

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

/* BLOG SECTION START */

@media (max-width: 991px) {
    .blog-button {
        font-family: 'Montserrat', sans-serif !important;
        display: inline;
        position: relative;
        font-weight: bolder;
        padding: 10px;
        z-index: 99999;
    }
}

@media (max-width: 768px) {
    .article-date {
        font-size: 14px;
        font-weight: normal;
    }

    .article-summary {
        color: #092543;
        font-size: 16px;
        font-weight: bolder;
    }

    .article-excerpt {
        color: #092543;
        font-weight: lighter;
        margin: 0 10px;
    }

    .article-summary {
        margin: 10px 10px;
    }

}



/* FOOTER 1 START */

@media (max-width: 1199px) {
    .container-footer {
        display: flex;
        flex-wrap: wrap;
        margin-top: 50px;
        flex-direction: column-reverse;
    }

    .right-footer {
        padding: 0;
    }

    .middle-footer {
        position:absolute;
        top:0;
        left:50%;
        transform: translate(-50%,-70%);
        z-index: 1;
    }

    .footer1 {
        position:relative;
    }

    .middle-footer img {
        position:relative;
        top:initial;
        left:initial;
        transform: initial;
    }
}

/* FOOTER 2 START */
@media (max-width: 991px) {
    .footer1 h2 {
        padding-top: 20px;
    }
}


@media (max-width: 1200px) {
    .right-footer {
        padding: 95px 100px;
    }

    .right-footer .inputs {
        margin-right: 50px;
    }

    .right-footer .checkbox {
        padding-left: 0;
        margin-top: 15px;
        text-align: center;
    }

    .inputs h2 {
        margin-bottom: 20px;
    }
}


@media (max-width: 768px) {
    #email {
        background-color: transparent;
        flex-grow: 1;
        width: 100%;
        height: 58px;
        border: 1px solid #8BC28B;
        border-radius: 10px;
        opacity: 1;
        padding-right: 10px;
    }

    .submit-btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .checkbox input[type=checkbox] {
        margin-left: 0;
    }

    .checkbox label {
        text-align: left;
    }

    .right-footer {
        padding-right: 25px;
    }

    .right-footer .inputs {
        margin-right: 0;
    }

    .footer1 h2 {
        font-weight: Lighter;
        text-align: center;

    }

    .footer1 p {
        text-align: center;
        padding-right: 0;
    }

    .mobile-info {
        justify-content: center;
        font-size: 2rem;
    }

    .contact-info {
        font-size: 16px;
        text-align: left;
        color: #298C89;
    }

    .contact-info img {
        max-width: 51.96px;
    }

    .info-footer1 {
        display: flex;
        font-size: 15px;
    }

    .contact-info {
        display: flex;
        align-items: stretch;
        justify-content: center;
    }

    .contact-details {
        display: flex;
        flex-direction: column;
        margin-left: 10px;
    }

    .mobile-footer-links {
        background-color: #092543;
    }

    .contact-details span {
        display: block;
        white-space: nowrap;
    }

    .inputs h2 {
        margin-bottom: 20px;
        text-align: center;
    }

    .social-icons {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .social-title {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 18px;
    }

    .icon-container {
        display: flex;
        justify-content: center;
    }

    .icon-container a {
        margin: 0 5px;
    }
}


@media (max-width: 768px) {
    .mobile-icons {
        display: none;
    }

    .mobile-footer {
        display: block;
    }

    .socials-icons {
        justify-content: center;
    }

    .mobile-footer-links a {
        color: #ffffff;
        margin: 35px 10px;
        font-size: 12px;
        white-space: nowrap;
    }

    .mobile-copyright {
        margin: 20px 35px;
        color: #298C89;
    }

    .watch-me {
        color: #298C89;
    }
}

@media (max-width: 768px) {
    #main-navbar {
        display: none;
    }

    #dalsia-sekcia .row.body-columns {
        margin-left: 0;
        margin-right: 0;
    }

    .products-section .product .overlay-image {
        right: 250px;
    }

    .goal-sections {
        padding-left: 0;
    }

    .carousel-caption {
        margin: 0 5px;
    }

    .products-section-faq {
        padding-bottom: 35vw;
    }

    .right-footer {
        padding: 95px 30px;
    }

    .right-footer .inputs {
        padding-right: 0px;
    }
}

/*PRODUKTY START*/
@media (max-width: 1200px) {
    .first-line {
        width: 890px
    }

    .second-line {
        width: 890px
    }

    .filer-1 {
        margin: 0 auto;
    }

    .btn-group {
        margin: 0;
    }

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

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

    .filter-product {
        margin: 0px 0px 135px 25px;
        margin-left: 10%;
    }

    .product-new {
        margin: 0px 0px 135px 10%;
        margin-bottom: 100px;
    }

    .product-new-new {
        margin: 0px 0px 135px 10%;
    }

    .product-consultation {
        margin: 0px 0px 155px 10%;
    }
}

@media (max-width: 1000px) {
    .first-line {
        width: 107%
    }

    .second-line {
        width: 107%
    }

    .btn-group {
        margin: 0;
    }

    .maskot {
        display: none;
    }

    .filter-heading {
        text-align: center;
    }

    .filter-content {
        text-align: center;
    }

    .filter-product {
        width: 100%;
        max-width: 385px;
        min-width: 320px;
        margin-bottom: 150px;
        margin-left: 25%;
    }

    .product-new {
        width: 100%;
        max-width: 385px;
        min-width: 320px;
        margin-bottom: 120px;
        position: relative;
        left: 52%;
        transform: translateX(-50%);
        margin-left: auto;
        margin-right: auto;
    }

    .product-new-new {
        width: 100%;
        max-width: 385px;
        min-width: 320px;
        margin-bottom: 120px;
        position: relative;
        left: 52%;
        transform: translateX(-50%);
        margin-left: auto;
        margin-right: auto;
    }

    .product-consultation {
        width: 100%;
        max-width: 385px;
        min-width: 320px;
        margin-bottom: 150px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 0;
    }
}

@media (max-width: 768px) {
    .first-line {
        display: none;
    }

    .second-line {
        display: none;
    }

    .filter-1 {
        margin-bottom: 20px;
    }

    .product {
        position: relative;
    }

    .product-consultation {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-left: auto;
        margin-right: auto;
    }

    .products-section-detail {
        margin-bottom: 35vw;
    }
}

/*PRODUKTY END*/




/*DETAIL PRODCUTS CONSULTATION START*/
@media (max-width: 1200px) {
    .row-consultation {
        display: flex;
        flex-direction: row;
    }

    .white-box {
        width: 360px;
        height: auto;
    }

    .white-box .social-media,
    .white-box .website {
        font-size: 14px;
    }

    .content-socials {
        margin: 15px;
        padding-bottom: 20px;
    }

    .right-column-consultation {
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .green-text {
        text-align: center;
    }

    .right-column-consultation {
        padding-left: 0px;
    }

    .white-box .slider-image {
        position: absolute;
        top: -55px;
        left: 41px;
        width: 140px;
        height: 140px;
    }
}

@media (max-width: 768px) {
    .price {
        margin-right: 50px;
    }

    .button-consultation {
        position: relative;
        top: -8px;
    }

    .row-consultation {
        display: flex;
        flex-direction: column-reverse;
        margin: 0;
    }

    .right-column-consultation {
        padding-left: 0px;
    }

    .white-box {
        height: auto;
    }

    .socials-insta {
        margin-left: 20px;
    }

    .socials-web {
        margin-left: 20px;
    }
}

/*DETAIL PRODCUTS CONSULTATION END*/


/* GREEN LIST START*/
@media (max-width: 1200px) {
    .consultation-image {
        position: relative;
        max-width: 510px;
    }

    .white-text {
        margin: 0 27px 5px 27px;
    }

    .green-text-2 {
        margin: 20px 5px 50px 0px;
    }
}

@media (max-width: 1000px) {
    .green-right-img {
        text-align: center;
        width: 100%;
        height: auto;
        display: block;
    }

    .white-text {
        margin: 30px 27px 5px 27px;
    }

    .green-text-2 {
        margin: 50px 5px 50px 30px;
    }

    .consultation-image {
        text-align: center;
        position: relative;
        left: 0px;
        top: 0px;
        margin: 20px;
        width: 80%;
    }

    .reverse-green-img {
        text-align: center;
        display: block;
        left: 0px;
        top: 0px;
        margin: 20px;
        width: 80%;
    }
}

@media (max-width: 768px) {
    .green-left-text {
        order: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .green-right-img {
        overflow-x: hidden;
        margin: 0 auto;
    }

    .consultation-image {
        position: relative;
        width: 160%;
        margin: 30px auto;
        padding: 0;
        display: block;
    }

    .green-box {
        margin-left: -25px;
        margin-right: 0;
        text-align: center;
        max-width: 105%;
    }

    .green-text {
        text-align: left;
        margin-bottom: 20px;
        margin-left: 25px;
    }

    .green-list {
        text-align: left;
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .consultation-section p {
        text-align: center;
        margin: 0;
        padding-top: 30px;
    }

    .green-right-img {
        padding: 0;
    }

    .green-box {
        margin-top: 7vw;
        width: 110%;
        height: auto;
    }

    .title {
        font-size: 24px;
    }

    .white-text {
        margin: 20px 10px;
        text-align: left;
    }

    .section-title {
        margin-top: 0;
    }

    .reverse-green-img {
        position: relative;
        width: 160%;
        margin: 30px auto;
        padding: 0;
        display: block;
    }

    .reverse-green-img {
        display: none;
    }

    .consultation-image-mobile {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .consultation-image {
        display: none;
    }

    .green-text-2 {
        margin-left: 15px;
    }

    .section-referencie {
        padding-bottom: 20vw;
    }
}

@media (max-width: 500px) {
    .consultation-image {
        left: initial;
    }

    .reverse-green-img {
        left: initial;
    }
}


/* GREEN LIST END*/

/*PRODUKT DETAIL START*/

@media (max-width: 1200px) {
    .img-fluid-produkt {
        max-height: 800px;
    }

    .white-price {
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .product-detail-row {
        display: flex;
        flex-direction: column;
    }

    .mobile-consultation {
        display: flex;
        flex-direction: column;
    }

    .reverse-right-img {
        order: 2;
    }

    .reverse-left-content {
        order: 1;
    }

    .product-detail-img {
        order: 1;
    }

    .image-area {
        overflow: hidden;
    }

    .green-left-text {
        order: 1;
    }

    .green-right-img {
        order: 2;
    }

    .product-detail-content {
        order: 2;
    }

    .img-fluid-produkt {
        position: absolute;
        left: 3%;
        top: -100px;
        max-width: calc(100% - 5%);
        height: auto;
    }

    .mobile-badges {
        position: absolute;
        top: -80px;
        left: 16%;
    }

    .title-product {
        text-align: center;
        font-size: 34px;
        padding: 0;
    }

    .subtitle-product {
        text-align: center;
    }

    .btn-buuble {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .white-section {
        display: none;
    }

    .icons-section {
        display: flex;
        margin: 15px 25px;
        justify-content: center;
    }

    .btn-buuble {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .price-section {
        text-align: center;
    }

    .form-control-lg {
        margin: 25px auto;
    }

    .reverse-green-img {
        position: relative;
        width: 100%;
        padding: 0;
        right: 0;
        margin: 15px auto;
    }

    .green-text {
        margin: 50px 0;
        text-align: left;
    }

    .container-greenlist {
        margin-top: 5vw;
    }

    .green-box {
        width: 100%;
    }

    .green-box-reverse {
        width: 100%;
        margin: 0 auto;
    }

    .white-text-3 {
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .container-greenlist {
        margin: 0;
    }

    .img-badge {
        max-width: 70px;
        height: auto;
        margin: 0;
    }

    .img-badge-1 {
        max-width: 70px;
        top: 243px;
        height: 30px;
        margin: 0;
    }

    .img-badge-2 {
        max-width: 70px;
        top: 278px;
        height: 30px;
        margin: 0;
    }

    .img-badge-3 {
        max-width: 70px;
        top: 315px;
        height: 30px;
        margin: 0;
    }

    .title-product {
        text-align: center;
        font-size: 24px;
        padding: 0;
    }

    .subtitle-product {
        text-align: center;
        font-size: 14px;
    }

    .form-control-lg {
        max-width: 360px;
        margin: 15px auto;
    }

    .price-section {
        text-align: center;
    }

    .icons-section {
        display: flex;
        margin: 15px 25px;
        justify-content: center;
    }

    .icon-product {
        margin: 0 20px;
    }

    .btn-buuble {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .white-section {
        display: none;
    }

    .white-text {
        font-size: 24px;
        text-align: left;
        margin-left: 35px;
    }

    .green-text {
        font-size: 14px;
        text-align: center;
    }

    .mobile-badges {
        position: absolute;
        top: -160px;
        right: 0;
    }

    .question {
        color: #0D3F5E;
        font-size: 14px;
        text-align: left;
    }

    .question h4 {
        font-size: 16px;
        text-align: left;
        font-weight: bold;
        padding-right: 30px;
    }

    .faq-icon {
        margin-left: 10px;
    }

    .navy-blue-section {
        padding: 20px;
        height: auto;
    }

    .green-plus-list {
        margin: 0;
    }

    .green-text p {
        margin: 15px;
        text-align: left;
    }

    .green-box-reverse {
        margin-top: 15px;
        margin-left: -25px;
        margin-right: 0;
        text-align: center;
        max-width: 105%;
    }

    .section-title {
        margin: 35px 14px;
        font-size: 32px;
        text-align: center;
    }

    .review-info {
        display: flex;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-left: 15px;
    }
}

@media screen and (max-width: 500px) {
    .mobile-badges {
        max-width: 70px;
        position: absolute;
        top: -185px;
        right: 0;
    }
}











/*PRODUKT DETAIL END*/


/* REVIEW SECTION START */
@media (max-width: 991px) {
    .review {
        flex-direction: row;
        align-items: center;
    }

    .review-images {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .reviews {
        display: flex;
        flex-direction: column;
    }

    .review {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border-radius: 20px;
        display: flex;
        align-items: center;
        padding: 30px;
        margin: 20px auto;
    }

    .review-image-flag {
        display: none;
    }

    .review-content {
        text-align: center;
    }

    .review-title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .review-date {
        font-size: 16px;
        text-align: center;
    }

    .review-text {
        text-align: left;
        font-size: 12px;
        line-height: 18px;
    }
}

/* REVIEW SECTION END */





/*ONAS SECTION START*/


@media (max-width: 1000px) {
    .about-text h2 {
        text-align: left;
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .about-text p {
        text-align: left;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .aboutus {
        margin-top: 100px;
        margin-bottom: 0;
    }

    .about-image {
        max-width: 100%;
        margin: 40px 0;
        padding: 0;
        display: block;
    }

    .features {
        display: none;
    }

    .description-left {
        text-align: left;
        margin: 25px 25px;
    }

    .description-right {
        text-align: left;
        margin: 25px 25px;
    }

    .container-description {
        margin-top: 20px;
        margin-bottom: 25vw;
    }
}

/* TIMELINE */
@media (max-width: 1200px) {
    .onas-text h2 {
        margin-left: 50px;
    }

    .onas-text p {
        margin-left: 50px;
    }

    .onas-text-2 h2 {
        margin-left: 95px;
        margin-bottom: 35px;
        margin-right: 0;
    }

    .onas-text-2 p {
        margin-left: 95px;
        margin-bottom: 35px;
        margin-right: 0;
    }

    .onas-image {
        position: relative;
        left: 50%;
        transform: translateX(-35%);
        width: auto;
        object-fit: cover;
        margin-right: 120px;
    }

    .onas-imagee {
        position: relative;
        left: 50%;
        transform: translateX(-35%);
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 1000px) {
    .timeline-scroll {
        overflow-x: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .timeline-step {
        display: inline-block;
    }

    .timeline-row .col {
        display: inline-block;
        vertical-align: top;
    }

    .timeline-section {
        margin: 10px 0;
    }

    .timeline-scroll {
        overflow-x: scroll;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }

    .timeline-row {
        display: inline-block;
        margin-left: 35px;
    }

    .timeline-row .col {
        white-space: normal;
        display: inline-block;
        vertical-align: top;
    }

    .year-description-bold {
        padding: 5px;
        margin: 10px 0;
    }

    .green-img {
        padding-top: 9px;
    }

    .green-line {
        margin: 0 15px;
    }

    .line {
        margin: 0;
        padding-top: 10px;
        width: 300px !important;
    }

    .big_green {
        margin-bottom: 0px;
        position: relative;
        top: -5px;
    }

    .onas-row {
        display: flex;
        flex-direction: column-reverse;
    }

    .onas-text h2 {
        text-align: left;
        font-size: 24px;
        margin-top: 80px;
        margin-bottom: 10px;
        line-height: 1.5;
        margin-left: 0;
    }

    .onas-text p {
        text-align: left;
        margin: 20px 25px;
        margin-left: 0;
    }

    .onas-text {
        text-align: left;
        margin-left: 10px;
        margin-top: 5vw;
        margin-bottom: 10px;

    }

    .onas-image {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        min-width: 100%;
        object-fit: cover;
        margin: 30px 0;
    }

    .onas-imagee {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        min-width: 120%;
        object-fit: cover;
        margin: 30px 0;
    }

    .image-onas {
        margin: 10px 0;
        padding: 0;
    }
}

@media screen and (max-width: 425px) {
    .container-description {
        margin-bottom: 45vw;
    }
}

@media (max-width: 768px) {
    .onas-row {
        display: inline-flex;
    }

    .onas-flex {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .onas-flexx {
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .onas-text-2 h2 {
        text-align: left;
        margin: 30px 0;
        padding-left: 20px;
        padding-top: 10vw;
        font-size: 28px;
    }

    .onas-text-2 p {
        margin: 20px 0;
        padding-left: 20px;
    }

    .onas-image {
        display: none;
    }

    .onas-imagee {
        display: none;
    }

    .onas-image-mobile {
        display: block;
        width: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

    .onas-imagee-mobile {
        display: block;
        width: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

    .onas-text h2 {
        text-align: left;
        font-size: 24px;
        margin-top: 60px;
        margin-bottom: 10px;
        line-height: 1.5;
    }

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

    .timeline-steps .timeline-content {
        padding-left: 30px;
        align-items: center;
        display: flex;
        flex-direction: column;
        position: relative;
        margin: 3rem;
    }

    .green-line {
        content: "";
        display: block;
        border-top: 1px solid #8BC28B;
        width: 150px;
        position: absolute;
        left: 95px;
        top: 19px;
    }

    .dotted-line {
        content: "";
        display: block;
        border: 0.5px dashed #B7B7B7;
        opacity: 1;
        width: 150px;
        position: absolute;
        left: 110px;
        top: 19px;
    }
}

/*ONAS SECTION END*/




/*PROBIOTIKA SECTION START*/
@media (max-width: 1200px) {
    .image-container {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .probiotika-image {
        max-width: 478px;
        left: 37%;
    }

    .probiotika-text p {
        margin-right: 20%;
    }
}

@media (max-width: 1000px) {
    .probiotika-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .probiotika-text h2 {
        text-align: center;
        font: normal normal 300 48px/48px Montserrat;
        letter-spacing: 0px;
        color: #092543;
        opacity: 1;
        padding-bottom: 20px;
    }

    .probiotika-image {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .probiotika-text p {
        text-align: center;
        padding-bottom: 20px;
        margin-right: 0;
    }

    .table-container {
        padding-top: 10vw;
        margin-bottom: 5vw;
    }

    .probiotika {
        margin-bottom: 0;
    }

    .how-col {
        margin-left: 0;
    }

    .how-col:nth-child(2) {
        margin-left: 0;
    }

    .how-col:nth-child(3) {
        margin-left: 0;
    }

    .table-hand {
        display: none;
    }

    .about-text {
        order: -1;
    }

    .onas-flex {
        display: flex;
        justify-content: flex-start;
    }

    .onas-flexx {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .text-about h2 {
        text-align: center;
        margin: 10px 40px;
    }

    .text-about p {
        text-align: center;
        padding: 30Px 0;
        margin: 20px 0;
    }

    .how-col:nth-child(1) {
        margin: 10px 0;
    }

    .how-col:nth-child(2) {
        margin: 10px 0;
    }

    .how-col:nth-child(3) {
        margin: 10px 0;
    }

    .videogalery-section {
        padding-bottom: 0;
    }

}

@media (max-width: 768px) {
    .probiotika-text h2 {
        text-align: center;
        font-size: 40px;
        letter-spacing: 0px;
        color: #092543;
        opacity: 1;
        padding-bottom: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .probiotika-text p {
        text-align: center;
        padding-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .probiotika {
        margin-bottom: 10px;
        margin-top: 80px;
        text-align: left;
    }

    .item-features {
        text-align: left;
        margin-left: 0;
    }

    .table-container {
        padding-top: 15vw;
    }

    .table-heading {
        display: block;
        text-align: left;
        font: normal normal 300 32px/32px Montserrat;
        letter-spacing: 0px;
        color: #092543;
        opacity: 1;
        padding-bottom: 20px;
    }

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

    .table-responsive {
        width: 100%;
        overflow-x: scroll;
    }

    .table-hand {
        display: inline;
        position: relative;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        padding-bottom: 25vw;
        z-index: 2;
    }

    .probiotika-image {
        max-width: 120%;
        left: 50%;
        transform: translateX(-50%);
        object-fit: cover;
        margin: 30px 0;
    }

    .probiotika-image {
        display: none;
    }

    .prob-image-phone {
        display: block;
        width: 100%;
        object-fit: cover;
        margin: 0;
        padding: 0;
    }

    .no-padding {
        padding: 0;
    }

    .text-about h2 {
        text-align: left;
        margin: 0 40px;
        font-size: 28px;
    }

    .text-about p {
        text-align: left;
        margin: 10px 40px;
    }

    .image {
        width: 100Px;
        height: 100px;
    }

    .videogalery-section {
        padding-bottom: 10px;
    }
}




/*PROBIOTIKA SECTION END*/


/*REFERENCIE SECTION START*/

.section-title-mobile {
    display: block;
    font-size: 24px;
    text-align: center;
}

/*REFERENCIE SECTION END*/

/*CASTE-OTAZKY SECTION START*/
@media (max-width: 768px) {
    .faq-heading {
        font-size: 34px;
    }

    .question {
        font-size: 16px;
        font-weight: bold;
    }

    .question .answer {
        color: #092543;
        text-align: left;
        font-size: 16px;
        font-weight: lighter;
        letter-spacing: 0px;
        opacity: 1;
    }

    .icon-container {
        display: flex;
        justify-content: flex-end;
    }

    .faq-mobile {
        margin-bottom: 35vw;
    }

    .section-title-mobile {
        margin-top: 50px;
    }
}

/*CASTE-OTAZKY SECTION END*/

/* REFERENCIE START */



/* REFERENCIE END */
@media (max-width: 991px) {
    .scolling-hand-4 {
        display: inline;
        position: relative;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .scolling-hand-5 {
        display: inline;
        position: relative;
        left: 50%;
        bottom: 160px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .video-blog-columns {
        margin-bottom: 44vw;
    }
}

@media (max-width: 768px) {
    .scolling-hand-5 {
        bottom: 34vw;
    }

    .scolling-hand-3 {
        bottom: -0vw;
    }

    .video-blog-columns {
        margin-bottom: 10vw;
    }

    .company-logos-section {
        margin: 0;
    }
}

@media (min-width: 400px) {
    .scolling-hand-5 {
        bottom: 35vw;
    }

    .video-blog-columns {
        margin-bottom: 40vw;
    }
}

/* REFERENCIE START */


/*VEDA SECTION START*/
@media (max-width: 1200px) {
    .veda-image {
        max-width: 100%;
    }

    .veda-heading {
        margin-top: 0;
    }

    .konferencie-image {
        max-width: 450px;
        height: auto;
    }

    .konferencie-text h2 {
        margin-top: 0;
    }

    .download-flex {
        display: flex;
        flex-wrap: wrap;
        margin-left: 20px;
    }

    .download-element {
        width: 420px;
        height: auto;
        margin-right: 10px;
    }
}

@media (max-width: 1000px) {
    .veda-image {
        max-width: 100%;
        margin: auto 0;
    }

    .image-container {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .download-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-element {
        max-width: 650px;
    }

    .download-element h3 {
        margin-right: 70px;
    }
}

@media (max-width: 768px) {
    .comment-author {
        margin-right: 50px;
    }

    .veda-image {
        display: none;
    }

    .veda-image-mobile {
        display: block;
        padding: 0;
        width: 100%;
    }

    .konferencie-image-mobile {
        display: block;
        padding: 0;
        width: 100%;
    }

    .konferencie-image {
        display: none;
    }

    .konferencie-flex {
        display: flex;
        flex-direction: column-reverse;
    }

    .veda-heading {
        margin-top: 10px;
        text-align: left;
        font: normal normal 300 34px/48px Montserrat;
        margin-left: 10px;
    }

    .veda-text p {
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 15px;
        text-align: left;
        font: normal normal 300 14px/22px Montserrat;
    }

    .veda-carrusel-mobile {
        margin: 30px 0;
    }

    .konferencie-text h2 {
        margin-top: 10px;
        text-align: left;
        font: normal normal 300 34px/48px Montserrat;
        margin-left: 10px;
    }

    .konferencie-text p {
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 15px;
        text-align: left;
        font: normal normal 300 14px/22px Montserrat;
    }

    /*COMENTS SECTION START*/
    .comments-heading {
        text-align: center;
    }

    .comment-container {
        background-color: transparent;
    }

    .comment-container::after {
        content: "";
        display: block;
        height: 2px;
        background: #b7b7b7;
        margin: 10px 5%;
    }

    /*COMENTS SECTION END*/
    .download-title {
        text-align: center;
        font: normal normal 300 24px/22px Montserrat;
    }

    .download-flex {
        margin: 0 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .download-element {
        max-width: 100%;
        height: auto;
    }

    .download-section {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .company-veda {
        margin-top: 15vw;
        margin-bottom: 38vw;
    }
}

@media (max-width: 450px) {
    .company-veda {
        margin-bottom: 35vw;
    }
}


/*VEDA SECTION END*/


/*KONTAKT SECTION START*/
@media (max-width: 1200px) {
    .kontakt-flex {
        display: flex;
        flex-wrap: nowrap;
    }

    .form-row {
        display: flex;
        flex-wrap: nowrap;
    }

    .form-input-name {
        margin-right: 10px;
    }

    .consent {
        display: flex;
    }

    .consent-text {
        margin-left: 20px;
    }

    .consent-text a {
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .consent {
        display: flex;
    }

    .consent-text {
        margin-left: 20px;
    }

    .consent-text a {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .right-column-kontakt {
        width: 100%;
        margin: 0 15px;
    }

    .kontakt-section {
        margin-top: 80px;
        margin-left: 15px;
    }

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

    .consent-text {
        font-size: 11px;
    }

    .consent {
        display: flex;
        justify-content: center;
        align-items: center
    }

    #consent {
        margin-right: 10px;
    }

    .consent-text a {
        margin-left: 20px;
    }
}

/*KONTAKT SECTION END*/

/*WHITE KONTAKT SECTION START*/
@media screen and (max-width: 1200px) {
    .white-cloumns-flex {
        display: flex;
        flex-wrap: nowrap;
    }

    .white-kontakt-section {
        max-width: 950px;
        height: 150px;
        border-radius: 34px;
        opacity: 1;
    }
}

@media screen and (max-width: 1000px) {
    .white-cloumns-flex {
        width: 100%;
    }

    .white-kontakt-section .ico-number {
        font-size: 12px;
        margin: 0;
    }

    .white-kontakt-section .ico {
        font-size: 12px;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .white-cloumns-flex {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .white-kontakt-section {
        height: auto;
        margin: 30px 30px;
    }

    .container-description .white-column {
        width: 100%;
    }

    .white-column:first-child {
        border: none;
        height: 100%;
        width: 100%;
    }

    .container-description {
        margin-bottom: 35vw;
    }

    .white-column:nth-child(2) {
        border: none;
        height: 100%;
        width: 100%;
    }

    .white-column:nth-child(3) {
        border: none;
        height: 100%;
        width: 100%;
    }

    .white-column:nth-child(4) {
        margin-bottom: 20px;
    }

    .white-kontakt-section .ico-number {
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .white-kontakt-section .ico {
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .white-kontakt-section .dic {
        text-align: center;
        font-size: 14px;
        margin: 0;
    }

    .kontakt-section {
        margin-bottom: 60px;
    }
}

/*WHITE KONTAKT SECTION END*/

/* FOOTER KONTAKT */
@media (max-width: 768px) {
    footer.contact {
        background: none;
    }

    .left-side {
        text-align: left;
        color: #092543;
    }

    .right-side {
        flex-direction: row;
        justify-content: flex-end;
        margin-top: 10px;
        text-align: left;
    }

    .footer-kontakt-flex {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .footer-items a {
        width: 100%;
        font-size: 12px;
        display: flex;
        align-items: flex-start;
        color: #092543;
        margin-left: 30px;
    }
}

/*ARTICLES SECTION START*/
@media (max-width: 1199px) {
    .footer1 {
        margin-top:300px;
    }
    .flex-artickles {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
    }

    .favorite-article {
        align-items: flex-start;
    }

    .favorite-article-image {
        width: 80px;
        height: auto;
    }

    .favorite-article-description {
        font-size: 12px;
    }

    .date-icon,
    .time-icon {
        font-size: 13px;
    }

    .border-blog {
        width: 70%;
    }

    .video-container {
        width: 32%;

    }

    .video-container+.video-container {
        margin-left: -10px;
    }

    .video-png {
        width: 290px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .next-articles::after {
        display: none
    }

    .border-blog::before {
        display: none;
    }

    .border-blog {
        width: 100%;
    }

    .articles-img-fluid {
        width: 100%;
    }

    .video-section {
        display: none;
    }

    .scolling-hand-video {
        display: inline;
        position: relative;
        left: 50%;
        bottom: 85px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .video-container p {
        width: 100%;
    }

    .video-container {
        width: 100%;
    }

    .next-videos {
        display: none;
    }

    .articles-section {
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .next-articles::after {
        display: none;
    }

    .video-section {
        display: none;
    }

    .video-container img {
        margin: 0;
        width: 350px;
    }

    .video-container {
        width: 100%;
    }

    .blog-columns-mobile {
        margin-bottom: 30vw;
    }

    .blog-columns {
        margin: 0;
    }

    .next-videos {
        display: none;
    }

    .scolling-hand-video {
        display: inline;
        position: relative;
        left: 50%;
        bottom: 25px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .articles-section {
        margin-bottom: 30vw;
    }
}



/*ARTICLES SECTION END*/


/* DETAIL CLANKU START */

@media (max-width: 1200px) {
    .second-img {
        margin-top: 40px;
        width: 615px;
        height: auto;
        border-radius: 12px;
    }
}

@media (max-width: 991px) {
    .detail-row {
        display: flex;
        flex-wrap: wrap;
    }

    .detail-left-column {
        display: flex;
        width: 85%;
        align-items: center;
    }

    .detail-right-column {
        width: 100%;
    }

    .scolling-hand-article {
        display: inline;
        position: relative;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .second-img {
        text-align: center;
        margin-top: 40px;
        width: auto;
        height: auto;
        border-radius: 12px;
    }
}


@media (max-width: 768px) {
    .main-img {
        margin: 0;
    }

    .detail-right-column {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
        padding: 0;
    }

    .extra-img {
        width: 90px;
        height: auto;
        bottom: -31px;
        left: -3px;
        margin-right: 0;
    }

    .second-img {
        width: 90%;
        height: auto;
        margin: 0 auto;
    }

    .new-studies {
        margin-bottom: 230px;
    }

    .detail-row {
        margin-top: 30px;
    }

    .content-text {
        font: normal normal 300 24px/40px Montserrat
    }

    .cursive {
        font: normal normal 300 18px/40px Montserrat
    }

    .basic-text {
        font: normal normal 300 14px/40px Montserrat
    }

    .custom-bullet {
        font: normal normal 300 14px/34px Montserrat;
    }
}

@media (max-width: 480px) {
    .extra-img {
        text-align: center;
        width: 70px;
        height: auto;
        left: 1px;
        margin-right: 0;
    }

    .second-img {
        width: 100%;
        height: auto;
    }

    .detail-left-column {
        width: 100%;
    }

    .scolling-hand-article {
        display: inline;
        position: relative;
        left: 50%;
        bottom: 165px;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .new-studies {
        margin-bottom: 190px;
    }

    .others-articles-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: center;
        margin: 25px 0;
    }

    .article-title {
        font: normal normal 600 12px/24px Montserrat;
        margin-top: 0;
    }

    .other-date-icon {
        margin-right: 10px;
    }

    .article-text {
        font: normal normal 300 14px/22px Montserrat;
    }

    .other-favorite-article-date-time {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: center;
        flex-wrap: wrap;
        font: normal normal 300 14px/22px Montserrat;
    }

    .other-time-icon {
        margin: 0;
    }

    .article-image {
        margin-bottom: 7px;
    }
}

/* DETAIL CLANKU END */


/* SHOPPING PROCESS START*/
@media (max-width: 1000px) {
    .logo-shopping-process {
        height: 30px;
        width: auto;
        margin-right: 650px;
    }
}

@media (max-width: 768px) {
    .text-center-shopping {
        text-align: center;
        font: normal normal 300 24px/48px Montserrat;
        letter-spacing: 0px;
        margin-bottom: 20px;
    }

    .table-shopping-process th,
    td {
        text-align: center;
        font: normal normal 300 10px/22px Montserrat;
    }

    .purchase-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .price-flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .contact-shopping-cart {
        background-color: transparent;
        text-align: left;
        font: normal normal 300 10px/22px Montserrat;
        letter-spacing: 0px;
        color: #092543;
        opacity: 1;
    }

    .footer-shopping-flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        margin-top: 35px;
        flex-direction: column;
    }

    .logo-shopping-process {
        margin: 0;
        padding-left: 20px;
    }

    .fixed-top {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .nav-logo-cart {
        flex-wrap: wrap;
    }

    .contact-shopping-cart {
        width: 100%;
    }

    .contact-shopping-cart {
        position: relative;
        background-color: transparent;
        color: #092543;
        height: 100px;
        width: 100%;
        bottom: -1px;
        left: 0;
        right: 0;
        padding-top: 10px;
        font-weight: lighter;
    }

    .update-cart-text {
        text-align: center;
    }

    .last-price {
        text-align: center;
    }

    .final-shopping-price {
        text-align: center;
    }

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

    .table-img {
        margin: 5px 0;
        margin-right: 15px;
    }

    .shopping-cart-btn {
        max-width: 270px;
        font: normal normal 600 14px/24px Montserrat;
    }

    .promo-input {
        display: flex;
        width: 100%;
    }
}


/* PURCHASE PROCESS ORDER INFO  START */
@media (min-width: 991px) {
    .right-order {
        position: fixed;
        top: 0;
        right: 0;
    }
}


@media (max-width: 991px) {
    .pursache-flex {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .left-order {
        order: 2;
        margin-top: 30px;
    }

    .right-order {
        margin-top: 30px;
    }

    .delivery-container {
        margin-bottom: 150px;
    }
}


@media (max-width: 786px) {
    .pursache-flex {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .right-order {
        display: none;
    }

    .left-order {
        margin: 0 auto;
        width: 100%;
    }

    .inputs-heading {
        font: normal normal 300 28px/40px Montserrat;
        margin-bottom: 10px;
    }

    .inputs-subheading {
        font: normal normal 300 24px/40px Montserrat;
        margin-top: 0;
    }

    .phone-input,
    .email-input {
        width: 100%;
        box-sizing: border-box;
    }

    .left-order .contact-inputs,
    .left-order .contact-inputs-row {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .left-order .phone-input,
    .left-order .email-input,
    .left-order .contact-input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        box-sizing: border-box;
    }

    .input-container {
        width: 100%;
    }

    .buy-btn {
        width: 100%;
        height: 58px;
    }

    .bin-row {
        display: none;
    }

    .trash-bin {
        display: none;
    }

    .note-input {
        font-size: 14px;
        font-weight: normal;
        color: #2A7B76;
        background-color: transparent;
        border: 1px solid #2A7B76;
        padding: 10pt;
        border-radius: 10pt;
        width: 100%;
        margin: 10px 0;
    }

    .promo-flex {
        display: flex;
    }

    .promo-button {
        width: 164px;
        height: 46.5px;
        border-radius: 10px;
    }

    .terms-link {
        text-decoration: underline;
        color: inherit;
    }

    .custom-line {
        width: 100%;
        height: 1px;
        background-color: #488A88;
        margin-top: 40px;

    }

    .delivery-container {
        margin-bottom: 30vw;
    }
}

@media only screen and (max-width: 768px) {
    .summary-bar {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 60px;
        background-color: white;
    }

    .promo-code-mobile {
        display: block;
    }

    .payment-icon-first,
    .payment-icon-second {
        position: absolute;
        left: 70%;
        margin: 0;
    }

    .icon-second {
        position: absolute;
        left: 70%;
        margin: 0;
    }

    .icon-third {
        position: absolute;
        left: 70%;
        margin: 0;
    }

    .summary-bar.open {
        bottom: 290px;
    }

    .dropdown-icon {
        width: 13px;
        height: 7px;
    }

    .summary-bar span {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        color: #092543;
    }

    .summary-bar .summary-price {
        font-weight: 700;
    }

    .product-row {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .product-row img {
        flex-shrink: 0;
        width: 30.83pt;
        height: 50pt;
    }


    .order-content img {
        height: 50pt;
        width: 30.83pt;
    }

    .product-name,
    .quantity,
    .discount span {
        display: block;
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        color: #092543;
    }

    .quantity {
        font-size: 12pt;
    }

    .separator {
        width: 100%;
        height: 1px;
        background-color: #488A88;
        margin: 0 auto;
        margin-top: 8px;
        margin-bottom: 8px;
    }


    .price-row,
    .final-price-mobile {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        /* SemiBold */
        font-size: 16pt;
        text-align: left;
    }

    .summary-price {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        color: #092543;
    }

    .price-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;

    }

    .discount-summary {
        font-family: 'Montserrat', sans-serif;
        font-weight: 300;
        font-size: 14pt;
        color: #092543;
        margin: 10px 0;
    }

    .delivery-section h2 {
        font: normal normal 300 24px/40px Montserrat;
    }

    .label-name,
    .price-delivery,
    .input-container label {
        font: normal normal 300 14px/40px Montserrat;
    }
}


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

    .payment-icon-first,
    .payment-icon-second {
        position: absolute;
        left: 65%;
        margin: 0;
    }

    .icon-second {
        position: absolute;
        left: 65%;
        margin: 0;
    }

    .icon-third {
        position: absolute;
        left: 65%;
        margin: 0;
    }

    .summary-bar.open {
        bottom: 280px;
    }
}

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

    .payment-icon-first,
    .payment-icon-second {
        position: absolute;
        left: 60%;
        margin: 0;
    }

    .icon-second {
        position: absolute;
        left: 60%;
        margin: 0;
    }

    .icon-third {
        position: absolute;
        left: 60%;
        margin: 0;
    }

    @media only screen and (max-width: 440px) {
        .summary-bar.open {
            bottom: 280px;
        }

        .icon-second {
            position: absolute;
            left: 67%;
            margin: 0;
            width: 60px;
        }

        .icon-third {
            position: absolute;
            left: 71%;
            margin: 0;
            width: 60px;
        }

        .payment-icon-first,
        .payment-icon-second {
            position: absolute;
            left: 50%;
            margin: 0;
        }

        .final-price-mobile {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
            font-size: 14pt;
            text-align: left;
        }
    }
}


/* PAYING CART START */

@media only screen and (max-width: 991px) {
    .paying-card-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 40px;
    }

    .paying-card-left h2 {
        display: flex;
        align-self: center;
        text-align: center;
        font: normal normal 300 32px/48px Montserrat;
        margin: 0;
    }

    .paying-card-left p {
        text-align: center;
        font-weight: 14px;
        margin: 20px 0;
    }

    .paying-card-section {
        margin-bottom: 0;
    }

    .divider {
        width: 95%;
        margin-left: 13px;
    }

    .paying-card-flex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (max-width: 786px) {
    .paying-card-left {
        padding: 0;
        margin-left: 15px;
    }

    .order-info {
        margin-right: 0px;
    }

    .order-price,
    .final-price-text {
        font: normal normal bold 14px/26px Montserrat;
        margin-bottom: 10px;
    }

    .product-name,
    .order-description {
        font: normal normal 16px/26px Montserrat;
        margin-bottom: 0;
    }

    .product-name-2,
    .total-price {
        font: normal normal 14px/26px Montserrat;
        margin: 0;
    }

    .final-price-text {
        margin-right: 30px;
    }

    .unique-price-class {
        font: normal normal bold 16px/26px Montserrat;
        margin: 0;
    }

    .contact-shopping-thanks {
        display: none;
    }
}

@media (max-width: 1200px) {
    .column-left-thanks {
        width: 62%;
        padding-top: 215px;
        margin-left: 150px;
    }

    .img-thanks {
        width: auto;
        height: auto;
    }
}

@media (max-width: 991px) {
    .thanks-flex {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .column-left-thanks {
        padding: 20px 20px;
        margin-left: 100px;
    }

}


@media (max-width: 768px) {
    .column-left-thanks h1 {
        font: normal normal 300 32px/48px Montserrat;
        text-align: center;
    }

    .column-left-thanks p {
        font: normal normal 300 14px/48px Montserrat;
        text-align: center;
    }

    .contact-shopping-thanks {
        position: relative;
        background-color: transparent;
        color: #092543;
        height: 100px;
        width: 100%;
        bottom: -1px;
        left: 0;
        right: 0;
        padding-top: 10px;
        font-weight: lighter;

    }

    .scolling-hand-thanks {
        display: inline;
        position: relative;
        left: 50%;
        bottom: 10vw;
        transform: translateX(-50%);
        padding-bottom: 10px;
        z-index: 2;
    }

    .column-left-thanks {
        padding-top: 20vw;
        margin: 0 auto;
    }

    .column-left-thanks p {
        line-height: 30px;
    }
}

@media (max-width: 650px) {

    .column-left-thanks h1 {
        margin: 0;
    }

}

@media (max-width: 450px) {

    .column-left-thanks h1 {
        margin: 0;
        padding-top: 20vw;
    }

    .column-left-thanks {
        padding: 0;
    }

}