    body {
        background-color: #f5f4f4;
    }

    .wrapper {

        background-color: white;
    }

    #wrap_container {

        padding-left: 45px;
        padding-right: 45px;

    }

    .drop-container {
        position: relative;
        display: flex;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 200px;
        padding: 20px;
        border-radius: 10px;
        border: 2px dashed #555;
        color: #444;
        cursor: pointer;
        transition: background .2s ease-in-out, border .2s ease-in-out;
        background: #eee;
    }

    .drop-container:hover {
        background: #eee;
        border-color: #111;
    }

    .drop-container:hover .drop-title {
        color: #222;
    }

    .drop-title {
        color: #444;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        transition: color .2s ease-in-out;
    }

    input[type=file] {
        width: 350px;
        max-width: 100%;
        color: #444;
        padding: 5px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #555;
    }

    input[type=file]::file-selector-button {
        margin-right: 20px;
        border: none;
        background: #084cdf;
        padding: 10px 20px;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
        transition: background .2s ease-in-out;
    }

    input[type=file]::file-selector-button:hover {
        background: #0d45a5;
    }

    #fileupload {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .forcalc {}



    /* Забезпечте відносне позиціонування для контейнера обрізання */
    #croppieContainer {
        position: relative;
    }

    .sub-option img {
        cursor: pointer;
        border: 1px solid transparent;
    }

    .sub-option li {
        margin-right: 15px;
    }

    .sub-option img.selected {
        border-color: black;
    }

    .sub-option p {
        font-size: 10px;
        font-weight: 600;
    }

    .radio-option {
        list-style: none;
        display: inline-flex;
        padding-left: 0;
    }

    .radio-option li {
        margin-right: 15px;
    }



    #preloader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 9999;
    }

    .spinner {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        border: 4px solid #000;
        border-top-color: transparent;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    #thumbnail-container {
        background-color: white;
        text-align: center;
    }

    .thumbnail-container {
        display: inline-flex;
        text-align: center;
        list-style: none;
        padding-left: 0;
    }

    .active-thumbnail {
        position: relative;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6);
        overflow: visible;
    }

    .active-thumbnail::before {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 10px;
        height: 3px;
        background-color: black;
    }


    #thumbnail-container {
        height: 215px;
        overflow: auto;
    }

    #thumbnail-container-ul li img {
        height: 150px;
        margin-right: 10px;
        border-radius: 5px;
    }

    #thumbnail-container-ul li {
        position: relative;
    }

    a {
        color: #666;
    }




    .btn-default,
    .btn-primary {
        border: none;
        padding: 10px 30px;
        border-radius: 5px;
    }

    .btn-primary {
        background-color: #0d45a5;

    }

    .btn-default {

        color: #666;
    }

    .modal-footer {
        border-top: none;
        padding-bottom: 30px;
        text-align: center;
    }

    .modal-content {
        border-radius: 0;
    }

    .delete {}

    .delete-b {
        background-color: transparent;
        /* червоний колір */
        border: none;
        color: #333;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12px;
        padding: 10px 20px;
        margin: 4px 2px;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s;
    }


    #alert {
        position: fixed;
        bottom: 20px;
        left: 50%;
        width: 300px;
        margin-left: -150px;
        /* половина ширини елемента */
        text-align: center;
        opacity: 0.8;
    }


    .succsess {
        background-color: #fd3;
        color: black;
        padding: 10px 30px;
        border-radius: 5px;

    }

    .active:after {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        display: inline-block;
        position: absolute;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #fd3;
        border-radius: 50%;
        color: white;
        font-size: 14px;
        bottom: 20px;
        left: 60%;
        transform: translateX(-50%);
    }

    h3 {
        font-size: 14px;
        font-weight: 600;
    }

    .option-group {
        margin-bottom: 10px;
    }

    .right-side {
        height: 600px;
        padding-top: 20px;
    }

    .swiper-container {
        width: 100%;
    }

    .swiper-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

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

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
        cursor: pointer;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }

    .swiper-button-next::after {
        content: "\f054";
    }

    .swiper-button-prev::after {
        content: "\f053";
    }

    .frame-wrapper {
        position: relative;
        /*  display: inline-block;
  height: 595px;
    width: 450px; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        margin-top: 150px;

    }

    .frame-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 105;
    }

    .image-info {
        position: absolute;
        right: 25px;
        background-color: white;
        border-radius: 5px;
        top: 25px;
        padding: 30px;
    }

    /* Закриваємо кнопку */
    .custom-modal-close {


        font-size: 1.5rem;
        cursor: pointer;
    }

    .close-constructor {
        position: absolute;
        z-index: 1055;
        left: 20px;
        top: 20px;
        background-color: white;
        padding: 10px;
        border-radius: 10px;
        opacity: 1;
        font-weight: 600;
        font-size: 10px;
    }





    .ab {
        background-image: url(../image/ciu_bg.jpg);
        background-position: center center;
        background-size: cover;
        height: 700px;
        padding-left: 100px;
        padding-top: 100px;
        padding-right: 100px;
        padding-bottom: 100px;
    }

    .text {
        max-width: 390px;
        text-align: left;
        float: left;
    }

    .opm {
        margin-top: 25px;
    }

    .open-modal-btn {

        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-family: "Google Sans", "Roboto", Arial, sans-serif;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: .5px;
        background: #1a73e8;
        border: 3px solid transparent;
        border-radius: 2px;
        box-sizing: border-box;
        color: #fff;
        padding: 8px 24px;
        text-align: center;
        text-decoration: none;
        transition: 500ms all cubic-bezier(0.22, 1, 0.36, 1);

    }

    a-scene {
        display: block;
        height: 100vh;
        width: 100vw;
    }



    /* Стилі для модалки */
    .custom-modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 1000;
    }

    .custom-modal-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
    }


    .custom_bg {
        text-align: center;
        background-image: url(../image/4-grey.jpg);
        height: 100vh;
        background-size: 100% 100%;
    }

    .edit-image {
        cursor: pointer;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 5px;
        text-align: center;
        padding: 5px 9px;
        position: absolute;
        left: -50px;
        z-index: 256;
        top: 7px;
        opacity: 0.8;
    }

    .edit-image .fa {
        font-size: 13px;
        color: #000000;
        transition: color 0.3s;
    }

    .del-image {
        cursor: pointer;
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border-radius: 5px;
        text-align: center;
        padding: 5px 9px;
        position: absolute;
        left: -50px;
        z-index: 256;
        top: 50px;
        opacity: 0.8;
    }

    .del-image .fa {
        font-size: 13px;
        color: #000000;
        transition: color 0.3s;
    }

    .del-image .fa:hover {
        cursor: pointer;
    }

    .buttons .delete-b {
        top: -15px;
        position: relative;

    }


    .setting-btn {
        background-color: white;
        opacity: 0.5;
        border-radius: 50%;
        padding: 10px 10px;
    }

    #alert {
        z-index: 1090;
    }

    .btn_block {
        position: fixed;
        bottom: 20px;
        left: 20px;
        list-style: none;
        padding-left: 0;
        display: inline-flex;
    }


    .btn_block li {
        background-color: white;
        opacity: 0.8;
       padding: 9px 10px 1px 11px;
        margin-right: 20px;
        border-radius: 5px;
    }

    .btn_block li .fa:hover {
        color: #fd3;
        cursor: pointer;
    }


    .buttons {
        display: block;
        list-style: none;
        padding: 0;
    }

    .buttons li:first-child {
        margin-right: 15px
    }

.buttons li{
   margin-bottom: 40px;
}

    #cmc {
        text-decoration: underline;
        text-decoration-style: dashed;
        color: #1a73e8;
        margin-top: 25px;
    }

#cmc:hover{
    cursor: pointer;
}

    .al {
        position: relative;
    }

    .delete-thumbnail {
  position: absolute;
left: 10px;
bottom: -10px;
background-color: black;
padding: 3px 8px 3px 8px;
border-radius: 5px;
font-size: 10px;
opacity: 1;
    }

    #thumbnail-container-ul li {
       border: 0.1px solid lightgrey;
padding: 1px;
margin-right: 15px;
    }

#thumbnail-container-ul p{
    padding-bottom: 0;
}

    #thumbnail-container-ul li:last-child {
        margin-right: 0;
    }


    .delete-thumbnail .fa {
        color: white
    }

    .delete-thumbnail:hover {
        background-color: white;
        cursor: pointer;
    }

    .delete-thumbnail:hover .fa {
        color: red;
    }

    .buy-btn-inverse {
        border-radius: 5px !important;
        padding: 13px 25px;
        font-size: 14px;
    }

    @media (max-width:491px) {
        .ab {
            background-image: url(../image/ciu_bg.jpg);
            background-position: left center;
            background-size: cover;
            height: 300px;
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 10px;
            padding-bottom: 30px;
        }
        #wrap_container {
            padding-left: 20px;
            padding-right: 20px;
            }
        
        .image-info {
            position: relative;
            right: 0px; 
            background-color: white;
            border-radius: 5px;
            top: 0px; 
            padding: 30px;
            }
        .custom_bg {
            text-align: center;
            background-image: url(../image/4-grey.jpg);
            height: 90vh;
            background-size: cover;
            background-position: center;
            }
        .btn_block {
       position: relative;
        bottom: -60px;
        left: 6px;
        list-style: none;
        padding-left: 0;
        display: inline-flex;
            }
        
              .wrapper {
            padding: 0px;
        }

        .frame-wrapper {
            position: relative;
            display: inline-block;
            height: 375px;
            width: 275px;
        }
    }