body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

b {
    color: #282828;
}

.img-container {
    display: flex;
    margin-top: 30px;
}

.post-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s all ease;
}

.small-img-container {
    display: flex;
    flex-wrap: wrap;
    width: 510px;
}

.img-1 {
    width: 500px;
    height: 500px;
    margin-right: 10px;
    border-radius: 26px 6px 6px 26px;
}

.img-2, .img-3, .img-4, .img-5 {
    width: 245px;
    height: 245px;
    border-radius: 6px;
}

.img-4, .img-5 {
    margin-top: 10px;
}

.img-3, .img-5 {
    margin-left: 10px;
}

.img-3 {
    border-radius: 6px 26px 6px 6px;
}

.img-5 {
    border-radius: 6px 6px 26px 6px;
    position: relative;
}

.img-wrapper {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.img-wrapper:hover .post-img {
    transform: scale(1.02);
}

.search-container {
    border-bottom: none !important;
}

.img-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 32px;
    cursor: pointer;
    z-index: 2;
    border-radius: 6px;
}

.post-content {
    width: 1020px;
    display: flex;
    position: relative;
    margin-top: 60px;
}

.content-wrapper {
    width: 663px;
    flex-shrink: 0;
    flex-grow: 0;
}

.payment-container {
    height: 1542px;
}

.payment-info {
    position: sticky;
    top: 50px;
    right: 0;
    width: 357px;
    height: 616px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.post-info {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 18px 0 12px 0;
}

.profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-left: 5px;
}

.info-title {
    font-weight: 500;
    width: 250px;
    font-size: 17px;
}

.benefits {
    display: flex;
    margin-top: 20px;
}

.checkbox {
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.benefits-text {
    margin-left: 10px;
    width: 280px;
    text-align: justify;
    margin-top: 3px;
    color: #727272;
    cursor: pointer;
}

.divider {
    width: 200px;
    height: 2px;
    background: #E0E0E0;
    margin: 20px auto;
}

.fa-circle-question {
    cursor: pointer;
}

.re-wrapper {
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.re-wrapper-2, .re-wrapper-3 {
    margin-top: 12px;
}


.text-re {
    color: #727272;
}

.text-re b {
    color: #727272 !important;
}

.price-re {
    padding: 6px 9px;
    background: #EDEDED;
    color: #727272;
    font-size: 17px;
    font-weight: 700;
    border-radius: 7px;
}

.final-price {
    padding: 12px 26px;
    background: #EDEDED;
    color: #282828;
    font-size: 18px;
    font-weight: 700;
    border-radius: 16px;
    margin-top: 20px;
    cursor: default;
}

.buy-btn, .send-btn {
    width: 320px;
    height: 58px;
    background: #0C7DFD;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 600;
    border-radius: 16px;
    margin: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.post-title {
    font-size: 32px;
    margin: 0;
}

.fa-shield-halved {
    color: #282828;
    margin-right: 8px;
    font-size: 18px;
}

.post-order {
    color: #727272;
    margin-top: 6px;
}

.post-head-text {
    color: #727272;
    margin-top: 40px;
    padding-right: 50px;
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
}

.post-more-text {
    color: #282828;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    font-size: 17px;
    margin-top: 30px;
    cursor: pointer;
}

.short-info {
    padding: 30px;
    border-radius: 20px;
    border: 2px solid #E0E0E0;
    margin: 100px 30px 0 0;
}

.benefits-user-title {
    font-size: 30px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 30px;
}

.benefits-user {
    color: #727272;
    font-size: 21px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.benefits-user b {
    color: #727272;
}

.fa-benefits {
    color: #0C7DFD;
    font-size: 25px;
    margin-right: 30px;
}

.benefits-divider {
    width: 80%;
    height: 2px;
    margin: 50px auto 40px auto;
    background: #E0E0E0;
}

.benefits-program-title {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
    margin-bottom: 30px;
}

ul {
    list-style-type: none;
}

li {
    color: #727272;
    font-size: 18px;
    margin-top: 10px;

}

li::before {
    content: "\2022";
    margin: 0 30px 0 4px;
    color: #0C7DFD;
}

.benefits-more {
    text-align: center;
    font-weight: 700;
    text-decoration: underline;
    margin: 26px 0 10px 0;
    color: #282828;
    cursor: pointer;
}

.tutorial-upsell {
    padding: 20px;
    border-radius: 22px;
    border: 2px solid #E0E0E0;
    margin: 40px 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-tut {
    width: 95px;
    margin-right: 30px;
    cursor: pointer;
}

.tut-text {
    color: #727272;
    font-size: 18px;
    line-height: 24px;
}

.tut-text b {
    color: #282828;
}

.survey-container {
    display: flex;
    width: 1020px;
}

.animal-care {
    padding: 20px;
    width: 633px;
    border-radius: 22px;
    border: 2px solid #E0E0E0;
    margin-top: 40px;
}

.animal-care-title {
    font-size: 24px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #282828;
}

.animal-care-title i {
    font-size: 50px;
    color: #0C7DFD;
    margin-right: 20px;
}

.animal-care-text {
    color: #727272;
    margin-top: 22px;
    font-size: 18px;
    line-height: 26px;
}

.report-post {
    color: #727272;
    margin-top: 26px;
    text-align: center;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.animal-care {
    padding: 20px;
    border-radius: 22px;
    border: 2px solid #E0E0E0;
    margin: 40px 30px 0 0;
}


.form-container {
    padding: 20px;
    border-radius: 22px;
    border: 2px solid #E0E0E0;
    margin-top: 40px;
    width: 357px;
}

.form-title {
    font-size: 22px;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #282828;
}

.form-title i {
    font-size: 50px;
    color: #0C7DFD;
    margin-right: 20px;
}

.form-text {
    color: #727272;
    margin-top: 20px;
}

.start-form, .call-btn {
    width: 320px;
    height: 58px;
    background: #EDEDED;
    color: #282828;
    font-size: 20px;
    font-weight: 600;
    border-radius: 16px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}


.contact-container {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
    width: 1020px;
    border: 2px solid #E0E0E0;
    padding: 36px 20px;
    border-radius: 22px;
}

.contact-wrapper, .call-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.personal-wrapper {
    display: flex;
    width: 450px;
}


.name-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user-img {
    width: 100px;
}

.user-name {
    color: #282828;
    font-size: 22px;
    margin-top: 8px;
    font-weight: 700;
    width: 150px;
    text-align: center;
}

.user-info-text b {
    color: #727272;
}

.map {
    width: 450px;
    border-radius: 22px;
    cursor: zoom-in;
}

.call-btn {
    width: 450px;
}

.send-btn {
    width: 450px;
    margin-bottom: 0;
}

.send-btn-mobile {
    display: none;
}

.user-info-text {
    color: #727272;
    padding-right: 30px;
    text-align: justify;
    width: 450px;
    line-height: 23px;
}

.user-orders {
    font-size: 20px;
    color: #727272;
    cursor: pointer;
}

.user-orders-text {
    text-align: left;
    margin-top: 10px;
    color: #727272;
    font-weight: 500;
}

.user-orders-text:nth-child(1) {
    margin-top: 3px;
    margin-left: 2px;
}

.user-orders-text:nth-child(3) {
    margin-left: 1px;
}

.user-orders-text:nth-child(4) {
    margin-left: 3px;
}

.user-orders {
    margin-right: 10px;

}

.order-wrapper {
    margin-left: 40px;
}

.post-order-mobile {
    display: none;
}



.video-container {
    border: 2px solid #E0E0E0;
    width: 1020px;
    border-radius: 22px;
    margin: 50px 0;
    background-image: url("./assets/img/video-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 4;
}

.video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* proporcje 16:9 */
}

#video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

.pause-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.fa-circle-play {
    color: #0C7DFD;
    font-size: 80px;
}

.stop {
    display: none;
}


@media (max-width: 1050px) {

    .small-img-container {
        flex-direction: row;
        flex-wrap: nowrap;
        width: 500px;
    }

    .img-container {
        flex-direction: column;
    }

    .img-cover {
        border-radius: 10px;
    }

    .img-2, .img-3, .img-4, .img-5 {
        width: 119px;
        height: 119px;
        border-radius: 10px !important;
        margin-top: 8px !important;
    }

    .img-3, .img-4, .img-5 {
        margin-left: 8px !important;
    }

    .img-4, .img-5 {
        margin-top: 0;
    }

    .img-3, .img-5 {
        margin-left: 0;
    }

    .img-1 {
        border-radius: 26px 26px 26px 26px;
        margin: 0;
    }

    .img-cover {
        font-size: 26px;
    }

    .post-content {
        width: 100%;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        height: auto;
    }

    .payment-info {
        position: unset;
    }

    .img-wrapper:hover .post-img {
        transform: none;
    }

    .payment-container {
        height: auto;
    }

    .send-btn {
        display: none;
    }

    .send-btn-mobile {
        display: flex;
    }

    .contact-container {
        flex-direction: column;
    }

    .contact-container {
        width: 500px;
        padding: 36px 20px;
        margin-right: 0;
    }

    .content-wrapper {
        width: 500px;
    }

    .user-info-text {
        margin: 30px;
    }

    .post-title {
        margin-top: 30px;
        font-size: 24px;
        width: 500px;
    }

    .post-head-text {
        text-align: justify;
        padding-right: 0;
    }

    .post-order {
        display: none;
    }

    .post-order-mobile {
        display: block;
        margin-top: 20px;
    }

    .fa-benefits {
        margin-right: 20px;
    }

    .benefits-user {
        font-size: 18px;
    }

    .short-info {
        padding: 20px;
        margin: 100px 0 0 0;
    }

    .tutorial-upsell {
        margin: 40px 0 0 0;
    }

    .survey-container {
        flex-direction: column;
        width: 500px;
    }

    .animal-care {
        margin: 40px 0 0 0;
        width: 500px;
    }

    .form-container {
        width: unset;
    }

    .start-form {
        width: 456px;
    }

    .form-text {
        text-align: justify;
    }

    .video-container {
        width: 500px;
        margin: 50px 0;
    }
    .fa-circle-play {
        font-size: 50px;
    }
}


@media (max-width: 550px) {

    .img-1 {
        width: 400px;
        height: 400px;
    }

    .img-2, .img-3, .img-4, .img-5 {
        width: 92.5px;
        height: 92.5px;
        border-radius: 6px;
    }

    .small-img-container {
        width: auto;
    }

    .img-cover {
        font-size: 21px;
    }

    .payment-info {
        margin-bottom: 50px;
    }

    .menu-mobile {
        display: none;
    }

    .content-wrapper {
        width: 357px;
    }

    .post-title {
        font-size: 22px;
        width: 357px;
    }

    .benefits-user {
        font-size: 16px;
    }

    .short-info {
        padding: 14px;
    }

    .fa-benefits {
        margin-right: 14px;
    }

    li {
        font-size: 16px;
        display: flex;
        align-items: center;
    }

    .tut-text {
        font-size: 14px;
        line-height: 18px;
    }

    .check-tut {
        width: 65px;
        margin-right: 8px;
    }

    .tutorial-upsell {
        padding: 10px;

    }

    .animal-care {
        margin: 40px 0 0 0;
        width: 357px;
    }

    .animal-care-text {
        text-align: justify;
        font-size: 16px;
    }

    .form-container {
        width: 357px;
    }

    .start-form {
        width: 320px;
    }

    .contact-container {
        width: 357px;
        padding: 20px;
        margin-right: 0;
    }

    .order-wrapper {
        margin-left: 0;
    }

    .user-info-text {
        font-size: 15px;
        padding-right: 10px;
        width: 320px;
        margin: 0;
    }

    .call-btn, .send-btn-mobile {
        width: 320px;
    }

    .map {
        width: 320px;
    }

    .personal-wrapper {
        display: flex;
        width: 320px;
    }

    .user-name {
        width: 100px;
        font-size: 18px;
    }

    .user-img {
        width: 70px;
    }

    .user-orders-text {
        font-size: 14px;
        margin-top: 8px;
    }

    .user-orders {
        font-size: 16px;
    }

    .user-info-text {
        margin: 20px 0;
    }

    .survey-container {
        width: 357px;
    }
    .video-container {
        width: 357px;
        margin: 40px 0 0 0;
    }
}

@media (max-width: 430px) {

    .img-1 {
        width: 380px;
        height: 380px;
    }

    .img-2, .img-3, .img-4, .img-5 {
        width: 87.5px;
        height: 87.5px;
    }

    .img-cover {
        font-size: 21px;
    }
}

@media (max-width: 430px) {

    .img-1 {
        width: 360px;
        height: 360px;
    }

    .img-2, .img-3, .img-4, .img-5 {
        width: 82.5px;
        height: 82.5px;
    }

    .img-cover {
        font-size: 21px;
    }
}


@media (max-height: 700px) {
    .payment-info {
        position: unset;

    }
}
















