.wrapper_keramik {
    padding: 0px 16px 0px 16px;
    width: 100%;
    max-width: 1400px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
    color: black;
    align-items: center;
}

.text_block {
    font-size: 17px;
}

.add_height_keramik_one {
    min-height: 240px;
}

.add_height_keramik_two {
    min-height: 360px;
}

/* .circle_keramik {
    width: 10px;
    height: 10px;
    background: black;
    border: 1.8px solid black;
    border-radius: 50%;
    transition: .5s ease;
    flex-shrink: 0;

    &.active {
        transform: scale(1.02);
        background: red;
    }
} */
.custom_checkbox {
    display: none;
}

.checkbox_box {
    width: 25px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    flex: 0 0 15px;
}

/* галочка */
.custom_checkbox:checked+.checkbox_box::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 0px;
    width: 5px;
    height: 9px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.block_three_choise_keramik {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    gap: 10px;
    align-items: center;
    font-family: "SFProDisplay-Regular", Sans-serif;
}

.container_content_keramik {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 30px;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

.content_block_keramik {
    width: 100%;
    max-width: 328px;
}

@media (max-width: 500px) {
    .container_content_keramik {
        flex-direction: column;
        gap: 30px;
        margin-left: 10px;
        margin-top: 0px;
    }
}

.block_img_car_keramik img {
    width: 100%;
    max-width: 720px !important;
    /* transform: scaleX(-1); */
}

@media (max-width: 500px) {
    .block_img_car img {
        max-width: 335px;
    }
}

.free_pro {
    display: none;
}

.Free,
.passion,
.dream {
    display: none;
}

.content_block_One_keramik {
    display: flex;
    flex-direction: column;
    gap: 13px;
    margin-bottom: 10px;
}

.block_one_keramik {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 12px;
    min-width: 315px;
}

.block_two_keramik {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 12px;
}

@media (max-width: 500px) {

    .block_one,
    .block_two_keramik {
        margin-left: 0px;
    }
}

.block_three_keramik {
    display: none;
    width: 327px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 5px;
    gap: 16px;
}

@media (max-width: 500px) {
    .block_three {
        gap: 30px;

    }

    .block_three_keramik {
        width: 326px;
    }
}

input[type="checkbox"] {
    transform: scale(1.5);
    opacity: 0.9;
    cursor: pointer;
    margin-right: 5px;
}

.block_three_keramik label {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-left: 4px;
    letter-spacing: 1.2px;
    align-items: center;
    font-family: "SFProDisplay-Regular", Sans-serif;
    margin-left: 0;
}

.zapis {
    display: none;
    color: white;
    width: 100%;
    padding: 15px 45px 15px 45px;
    font-size: 19px;
    border-radius: 9px;
    background-color: black;
    border: 1px solid white;
    margin-top: 60px;
    transition: all 0.2s ease-in-out;
    font-family: "SFProDisplay-Regular", Sans-serif;
}

@media (max-width: 500px) {
    .zapis {
        margin-top: 25px;
    }
}

.zapis:hover {
    background-color: black;
    transform: scale(1.1);
    box-shadow: black 0px 5px 15px;
}

.zapis:focus {
    background-color: transparent;
}

.select {
    position: relative;
    display: block;
    min-width: 220px;
    width: 100%;
    max-width: 320px;
    height: 45px;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
    background-color: #0D111B;
    color: white;
    border-radius: 8px;
    border: 1px solid white;
}

@media(max-width: 500px) {
    .select {
        max-width: 325px;
    }
}

.select__head {
    width: 100%;
    max-width: 290px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 14px 15px;
    font-size: 17px;
    line-height: 18px;
    cursor: pointer;
}

@media(max-width: 500px) {
    .select__head {
        max-width: 290px;
    }
}

.select__head::after {
    width: 10px;
    height: 6px;
    background: #000000 url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.50495 5.78413L0.205241 1.25827C-0.0684138 0.970375 -0.0684138 0.503596 0.205241 0.215836C0.478652 -0.0719461 0.922098 -0.071946 1.19549 0.215837L5.00007 4.22052L8.80452 0.215953C9.07805 -0.0718292 9.52145 -0.0718292 9.79486 0.215953C10.0684 0.503736 10.0684 0.970492 9.79486 1.25839L5.49508 5.78425C5.35831 5.92814 5.17925 6 5.00009 6C4.82085 6 4.64165 5.928 4.50495 5.78413Z' fill='%23ED266A'/%3E%3C/svg%3E%0A") no-repeat center / cover;
    position: absolute;
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
    content: '';
    display: block;
    transition: .2s ease-in;
}

.select__head.open::after {
    transform: translateY(50%) rotate(180deg);
}

.select__list {
    font-size: 17px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0D111B;
    color: white;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 205px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}

.select__list::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select__list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}


.select_list_okleyka_option {
    font-size: 17px;
    /* display: none; */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #0D111B;
    color: white;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: unset;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    scrollbar-color: dark;
    scrollbar-width: thin;
    overscroll-behavior: contain;
    max-width: 327px;
}

.select_list_okleyka_option::-webkit-scrollbar {
    width: 7px;
    background-color: #F8F9FA;
    padding: 5px;
}

.select_list_okleyka_option::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #D9D9D9;
}




.select__list .select__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.select__list .select__item:hover {
    background-color: rgba(224, 229, 231, 0.5);
}


.coating-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 89000;
    justify-content: center;
    align-items: center;
}

.coating-modal.active {
    display: flex;
}

.coating-modal .coating-modal-close-row {
    position: absolute;
    top: 20px;
    right: 20px;
}

.coating-modal .icon {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s;
}

.coating-modal .icon:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.coating-modal .coating-content {
    display: flex;
    max-width: 900px;
    width: 90%;
    max-height: 80vh;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.coating-modal .coating-image {
    flex: 1;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
}

@media (max-width: 768px) {
    .coating-modal .coating-image {
        display: none;
    }
}

.coating-modal .coating-image img {
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
}

.coating-modal .coating-text {
    flex: 1;
    padding: 30px;
    overflow-y: auto;
    padding-top: 70px;
}

.coating-modal .coating-text p {
    margin-bottom: 20px;
    line-height: 1.6;
    color: #333;
    font-family: "SFProDisplay-Regular", Sans-serif;
}

.coating-modal .coating-text ul {
    list-style: none;
    padding: 0;
}

.coating-modal .coating-text ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    line-height: 1.4;
    color: #555;
    font-family: "SFProDisplay-Regular", Sans-serif;
}

.coating-modal .coating-text ul li:before {
    content: "•";
    color: #292929;
    font-size: 18px;
    position: absolute;
    left: 5px;
    top: 6px;
}