@media (min-width: 580px) {
#films{
display:none !important;
}    
body {
        font-weight: 100;
        overflow-x: hidden;
        max-width: 100%;
    }
    #rightcolumn{
        width: 500px !important;
        margin-right: 130px;
    }
    header {
        position: sticky;
        top: 0;
        background-color: white;
        width: 100%;
    }
      #wysylka{
        display: flex;
        align-items: center;
        flex-direction: row;
        margin-top: 10px;
    }
    #wysylka img{
        width: 30px !important;
        height: 30px !important;
        margin-left: 20px;
        margin-right: 10px;
    }
    main {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    #container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        -webkit-animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-top 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        margin-top: 30px;
    }
    #productimg img {
        width: 150px;
        height: 270px;
    }
    #stars img {
        width: 50px;
        height: 10px;
        margin-right: 2px;
    }
    #stars span {
        font-size: 9px;
    }
    #stars {
        display: flex;
        justify-content: start;
        align-items: center;
        margin: 1px;
        padding-left: 28px;
    }
    #price span {
        font-size: 23px;
        color: rgb(92, 225, 230);
        margin-top: 10px;
    }
    #price {
        margin-left: 30px;
    }
    #stats p {
        font-size: 20px;
        margin: 4px;
        font-weight: 500;
        padding-right: 150px;
    }
    #stats {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        margin-left: 24px;
    }
    #addtocart {
        margin-top: 10px;
        margin-left: 24px;
        width: 450px;
        height: 50px;
        background-color: rgb(92, 225, 230);
        color: white;
        border: none;
        cursor: pointer;
        font-size: 16px;
    }
    #FAQ {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        width: 100vw;
        justify-content: center;
        align-items: center;
    }
    #FAQ h1 {
        margin-right: 27px;
    }
    .question {
        width: 400px;
        height: 40px;
        font-size: 7px;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: start;
        align-items: center;
        cursor: pointer;
        color: black;
        border-top: #000000 solid 0.2px;
        margin-left: 2px;
        margin-top: 4px;
        position: relative;
    }
    .question:hover {
        background-color: rgb(243, 243, 243);
    }
    .question p {
        display: none;
    }
    .answer {
        width: 400px;
        height: 30px;
        font-size: 12px;
        margin-bottom: 25px;
        background-color: rgb(255, 255, 255);
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: rgb(44, 44, 44);
    }
    .question img {
        width: 10px;
        height: 10px;
        margin-right: 10px;
        margin-left: 4px;
    }
    .imganswerdiv {
        position: absolute;
        right: 1px;
    }
    .imganswer {
        transform: rotate(-90deg);
    }
    #addtocartmobile {
        display: none;
    }
    #answer3 {
        margin-top: 0px;
    }
    .answer img {
        width: 55px;
        height: 55px;
    }
    .imgbenefit img {
        width: 25px;
        height: 25px;
    }
    #hidepctext{
        display: none;
    }

    #benefits {
        display: flex;
        flex-direction: row;
        border-radius: 10px;
        justify-content: start;
        height: 70px;
    }
    .imgbenefit {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: transform 0.3s ease;
        width: 40px;
        margin-right: 40px;
    }
    .imgbenefit:hover {
        transform: scale(1.2);
    }
    .imgbenefit span {
        font-size: 9px;
       
    }
    #benefitsmobile {
        display: none;
    }
    #hidepc {
        display: none;
    }
    #stats {
        margin-top: 40px;
    }
    #videomobile {
        display: none;
    }
    #num {
        display: none;
    }
    #colorselect{
        margin-left: 24px;
    }
    #colorselect button{
            background-color: transparent;
        border: #000000 0.2px solid;
        margin-right: 4px;
        width: 70px;
        height: 30px;
        border-radius: 20px;
    }
    #pay{
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #pay img{
        margin-top: 10px;
        width: 120px;
        height: 20px;
    }
    #cert{
        width: 40vw;
        height: 450px;
        background-color: rgb(92, 225, 230);
        color: #ffffff;
        margin-bottom: 40px;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }
    #cert h1{
	font-size:30px;
        color: #ffffff;
    }
    #cert p{
        font-size: 20px;
        margin-left: 40px;
        margin-right: 40px;
    }
    #cert img{
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 580px) {
    body {
        overflow-x: hidden;
    }
    #hidemobiletext{
        display: none;
    }
    header {
        min-height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .question {
        width: 100vw;
        height: 40px;
        font-size: 10px;
        background-color: rgb(255, 255, 255);
        display: flex;
        justify-content: start;
        align-items: center;
        cursor: pointer;
        color: black;
        border-top: #000000 solid 0.2px;
        margin-top: 4px;
        position: relative;
    }
    #num {
        width: 20px;
        height: 20px;
        background-color: #000000;
        color: #ffffff;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        right: 0;
        bottom: 0;
        display: none;
    }
    #acart {
        position: relative;
        text-decoration: none;
    }
    main {
        margin-top: 20px;
    }
    #hidemobile {
        display: none;
    }
    .question p {
        display: none;
    }

    .answer {
        width: 100vw;
        height: 30px;
        font-size: 12px;
        margin-bottom: 25px;
        background-color: rgb(255, 255, 255);
        display: none;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: rgb(44, 44, 44);
    }
    .question img {
        width: 10px;
        height: 10px;
        margin-left: 4px;
        margin-right: 7px;
    }
    .question h2 {
        margin-left: 5px;
    }
    .imganswerdiv {
        position: absolute;
        right: 1px;
    }
    .imganswer {
        transform: rotate(-90deg);
    }
    .answer img {
        width: 55px;
        height: 55px;
    }
    #container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100vw;
    }
    #benefits {
        display: none;
    }
    #container img {
        width: 70%;
        height: auto;
    }
    #leftcolumn {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #rightcolumn h1 {
        margin-left: 10px;
        margin-bottom: 0px;
        font-size: 37px;
    }
    #stars img {
        width: 120px;
    }
    #stars {
        margin-left: 10px;
        margin-top: 10px;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-bottom: 10px;
    }
    #stars span {
        margin-left: 5px;
    }
    #price {
        margin-left: 10px;
        margin-top: 0px;
    }
    #price span {
        font-weight: 400;
        font-size: 27px;
        color: rgb(92, 207, 230);
        font-size: 30px;
    }
    #stats p {
        font-size: 20px;
        width: 100%;
    }
    #pay{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #pay img{
        width: 190px;
    }
    #stats {
        margin-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
    }
    #stats h2{
        margin: 0;
    }
    #addtocart {
        display: none;
    }
    #addtocartmobile {
        width: 354px;
        height: 50px;
        background-color: rgb(92, 225, 230);
        color: white;
        border: none;
        cursor: pointer;
        font-size: 23px;
        margin-top: 0;
    }
    #cert{
        width: 100vw;
        height: 350px;
        background-color: rgb(92, 225, 230);
        color: #ffffff;
        margin-bottom: 40px;
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        border-radius: 20px;
    }
    #cert img{
        width: 100px;
        height: 100px;
    }
    #cert h1{
        font-size: 27px;
    }
    #cert p{
        font-weight: 700;
    }
        #reviews-section {
            padding: 40px 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        #reviews-section h2 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 40px;
            color: #333;
        }

        .reviews-container {
            display: flex;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            gap: 20px;
            padding-bottom: 20px;
            -webkit-overflow-scrolling: touch;
        }

        .review-card {
            min-width: 300px;
            max-width: 350px;
            background: white;
            border-radius: 20px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            scroll-snap-align: start;
            overflow: hidden;
            flex: 0 0 auto;
        }

        .review-image {
            height: 200px;
            background-size: cover;
            background-position: center;
        }

        .review-content {
            padding: 20px;
        }

        .review-stars {
            display: flex;
            justify-content: center;
            margin: 10px 0;
        }

        .review-stars img {
            width: 100px;
            height: auto;
        }

        .review-author {
            text-align: center;
            font-weight: bold;
            margin-bottom: 10px;
            color: #333;
        }

        .review-text {
            text-align: center;
            color: #555;
            line-height: 1.5;
        }

    #addtocartmonilediv {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 17px;
    }
    #imgbenefits {
        width: 100%;
        height: 50px;
    }
    #benefitsmobile img {
        width: 35px;
        height: 35px;
    }
    #benefitsmobile {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-bottom: 10px;
        justify-content: center;
    }
    #benefitsmobile span {
        font-size: 17px;
    }
    #wysylka{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    #wysylka img{
        width: 30px !important;
        height: 30px !important;
        margin-left: 20px;
        margin-right: 10px;
    }
    .imgbenefit {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 120px;
        text-align: center;
    }
    #margin {
        margin-right: 10px;
    }
    #films {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .video {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        border-radius: 20px;
    }
.videofilm {
    width: 88%;
    height: auto;
    background-color: black;
    object-fit: contain;
            border-radius: 20px;
}

    .videotext {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;

    }
    .videotext p{
        text-align: center;
    }
    .dane{
        margin-top: 7px;
        margin-bottom: 7px;
    }
    .video h2 {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .videotext p {
        font-size: 20px;
    }
    .questionimg{
        margin-left: 10px !important;
    }
    #h1div {
        width: 100vw;
        display: flex;
        justify-content: center;
    }
    .answer p {
        font-size: 14px;
        margin: 0px 0px 0px 4px;
    }

    #links {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    #linkssidebar{
        padding: 0;
    }
    #buy h1{
        font-size: 25px;
        font-weight: 900;

    }
    footer{
        height: 500px !important;
        flex-direction: column !important;
        display: flex !important;
        align-items: start !important;
        justify-content: start !important;;
    }
    #linkspolitic{
        padding: 0 !important;
    }
    #linkspolitic a{
        font-size: 15px !important;
    }
    #linkspolitic h2{
        font-size: 30px !important;
    }
    #onas h2{
        font-size: 30px !important;
    }
    #onas p{
        font-size: 15px !important;
    }
    #footer{
        bottom: 45px;
        left: 144px !important;
        font-size: 12px;
    }
    #colorselect{
        width: 100vw;
        flex-direction: column;
        height: 60px;
    }
    #colorselect p{
        margin: 0;
        font-weight: 900;
    }
    #select{
        width: 100%;
        flex-direction: row;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
    #selecttext,#white{
        margin-left: 20px !important;
    }
    #select button{
        background-color: transparent;
        border: #000000 0.2px solid;
        margin-right: 10px;
        margin-top: 10px;
        width: 100px;
        height: 30px;
        border-radius: 20px;
    }
    #wysylka{
        width: 100vw;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        margin-top: 10px;
    }
    #wysylka img{
        width: 30px !important;
        height: 30px !important;
        margin-left: 20px;
        margin-right: 10px;
    }
        #minus{
        color: black !important;
        font-size: 22px !important;
        text-decoration: line-through;
    }
    
}

footer {
    background-color: rgb(92, 225, 230);
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    color: #ffffff;
    font-size: 10px;
    padding: 20px;
    height: 200px;
    flex-direction: row;
    padding-top: 30px;
    position: relative;
}

#linkspolitic{
    padding-top: 10px;
    margin-bottom: 20px;
    display: grid;
    padding-left: 100px;
}
#linkspolitic a{
    margin-bottom: 10px;
    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
}
#linkspolitic a:hover{
    text-decoration: underline;
}
#linkspolitic h2{
    margin-bottom: 10px;
    font-size: 20px;
}
#buy {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    background-color: rgb(92, 225, 230);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 10px;
    height: 55px;
    position: fixed;
    bottom: 0;
    transform: translateY(100%); 
    transition: transform 0.4s ease-out; 
    z-index: 7999;
}
.slidetop {
    -webkit-animation: slide-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-top 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
#information {
    position: relative;
}
#footer{
    position: absolute;
    bottom: 45px;
}
@-webkit-keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
}
@keyframes slide-top {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-30px);
              transform: translateY(-30px);
    }
}
    #minus{
        color: black !important;
        font-size: 12px !important;
        text-decoration: line-through;
    }
