.label {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 17px;
    padding: 8px 16px;
    display: block;
    width: fit-content;
    margin: 0 auto 63px auto;
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
}

.third-blocks-label {
    margin-top: 0;
}

.third-blocks-section {
    width: 100%;
    margin-left: 0;
    padding: 72px 20px 0;
    background-color: rgba(248, 248, 248, 1);
}

/* Browser reset */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-height: 100vh;
}

img,
picture {
    display: block;
    max-width: 100%;
}

input,
button,
textarea,
select {
    font: inherit;
}

button {
    background: none;
    border: none;
}

ul,
ol {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.img_fd{max-width: 425px;}
.cartm_header span{
    font-family: "Gilroy";
}
.price_cartm-header span{
font-family: "Gilroy";
}
.price_block {margin-top: 23px;}
.del_item{
    margin-top: -21px;
}
.banner_1{
display: block;
}
.banner_2{
display: none;
}
.banner {
    text-align: center;
    padding: 50px;
    background-color: #f0f0f0;
}
.banner img {
    max-width: 100%;
    height: auto;
}
.banner h1 {
    font-size: 2em;
    margin: 20px 0;
}
.banner h2 {
    font-size: 1.5em;
    margin: 10px 0;
}
.banner button {
    padding: 10px 20px;
    font-size: 1em;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.banner button:hover {
    background-color: #0056b3;
}
.banner_private {
    width: 100%;
    height: 514px;
    margin-left: 0;
    margin-bottom: 152px;
    background-image: url('/local/templates/jewelry/img/banner_private-image.jpg');
    background-size: cover;
    background-position: center;
    padding-top: 128px;
    padding-left: 142px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #1C1C1C;
}
.banner_private img {
    display: none;
}
.banner_private h1 {
    font-size: 36px;
    margin: 0 0 39px 0;
    color: #1C1C1C;
}
.banner_private h2 {
    font-size: 14px;
    margin: 0 0 48px 0;
    color: #1C1C1C;
    font-family: "Gilroy";
    font-weight: 400;
    line-height: 200%;
    max-width: 500px;
}
.banner_private button {
    padding: 29px 51px;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 500;
    background-color: transparent;
    color: #323232;
    border: 1px solid #323232;
    cursor: pointer;
    align-self: flex-start;
    border-radius: 0;
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.banner_private button:hover {
    background-color: rgba(50, 50, 50, 0.06);
    color: #323232;
}
.info-block {
    margin: 152px auto 96px auto !important;
    padding: 20px;
    background-color: #fff;
    border: none;
    max-width: 1200px;
    width: 100%;
}
.info-block .label {
}
.third-blocks-container .label {
}
.info-block h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 15px;
}
.info-block p {
    margin-bottom: 0;
}
.info-block .info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 24px;
    margin-top: 34px;
}
.info-block .info-row .info-left,
.info-block .info-row .info-right {
    margin: 0;
    flex: 1;
    text-align: center;
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0;
}
.info-block .info-row .info-left {
    text-align: right;
}
.info-block .info-row .info-right {
    text-align: left;
}
.info-block .info-row .separator {
    width: 1px;
    height: 198px;
    background: #ccc;
    display: inline-block;
}
.third-block {
    margin: 0;
    padding: 20px;
    background-color: transparent;
    border: none;
    width: min(100%, 520px);
    --third-block-x: 0px;
    opacity: 0;
    transform: translateX(var(--third-block-x)) scale(1.08);
    transform-origin: center center;
    transition: transform 0.7s cubic-bezier(0.2, 0.65, 0.25, 1), opacity 0.55s ease;
    will-change: transform, opacity;
}

.third-block.is-visible {
    opacity: 1;
    transform: translateX(var(--third-block-x)) scale(1);
}

.third-block-with-plashka {
    position: relative;
}

.third-block-side-image {
    position: absolute;
    top: 50%;
    left: calc(100% + 40px);
    transform: translateY(-50%);
    width: 476px;
    height: 317px;
    object-fit: contain;
}

.third-block-side-image-left {
    left: auto;
    right: calc(100% + 220px);
}

.third-block-side-image-left-tight {
    right: calc(100% + 80px);
}

.third-block-side-image-right-tight {
    left: calc(100% + 10px);
}
.third-block .label {
    background-color: #e9ecef;
    padding: 5px 10px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}
.text-group {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 16px;
    row-gap: 2px;
    align-items: center;
}
.text-1 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 78px;
    line-height: 1;
    letter-spacing: 0;
    color: rgba(124, 110, 109, 1);
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
}
.text-2 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #333;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    text-align: left;
}
.text-3 {
    font-family: 'Gilroy', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #333;
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    text-align: left;
}
.third-blocks-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.third-block-arrow {
    width: 91px;
    height: 97px;
    object-fit: contain;
    margin: 0 auto;
}

.third-blocks-container .third-block:nth-of-type(odd) {
    --third-block-x: -140px;
}

.third-blocks-container .third-block:nth-of-type(even) {
    --third-block-x: 140px;
}

@media screen and (max-width: 768px) {
    .third-blocks-container .third-block:nth-of-type(odd),
    .third-blocks-container .third-block:nth-of-type(even) {
        --third-block-x: 0px;
    }

    .third-block-arrow {
        margin: 0 auto;
    }

    .third-block-side-image {
        position: static;
        transform: none;
        width: min(476px, 100%);
        height: auto;
        margin-top: 20px;
    }

    .third-block-side-image-left {
        right: auto;
    }

    .third-block-side-image-left-tight {
        right: auto;
    }

    .third-block-side-image-right-tight {
        left: auto;
    }
}
.third-blocks-button {
    display: inline-block;
    margin: 32px auto 0;
    padding: 29px 51px;
    background-color: transparent;
    color: #323232;
    border: 1px solid #323232;
    cursor: pointer;
    width: auto;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 500;
    border-radius: 0;
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.third-blocks-button:hover {
    background-color: rgba(50, 50, 50, 0.06);
    color: #323232;
}
.video-block {
    margin: 20px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
}
.video-block h3 {
    margin-bottom: 15px;
}
.video-block iframe {
    max-width: 100%;
    height: auto;
}
.private_video-block {
    width: 100%;
    margin-left: 0;
    background-color: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
}

.private_video-block iframe {
    display: block;
    width: min(1200px, 100%);
    height: auto;
    aspect-ratio: 1200 / 669;
    margin: 0 auto;
    border: 0;
}
.stone-selection {
    width: 100%;
    margin: 0;
    margin-left: 0;
    padding: 100px 20px;
    background-color: #fff;
    border: none;
}
.stone-selection .label {
    background-color: #fff;
    margin-bottom: 62px;
}
.stone-selection h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 165px;
}
.stone-selection-diagram {
    max-width: 1200px;
    margin: 0 auto;
}

.stone-selection-notes {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    align-items: start;
    margin-bottom: 0;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
}

.stone-selection-note {
    position: relative;
    text-align: center;
    padding-bottom: 84px;
    max-width: 150px;
    margin: 0 auto;
}

.stone-selection-note:nth-child(1) {
    transform: translateY(44px);
}

.stone-selection-note::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 80px;
    background-color: #cfcfcf;
    transform: translateX(-50%);
}

.stone-selection-note p {
    margin: 0;
    font-family: "Gilroy";
    font-size: 16px;
    line-height: 1.5;
    color: #323232;
    white-space: nowrap;
}

.stone-selection-note:nth-child(1) {
    justify-self: end;
    text-align: right;
    width: max-content;
    max-width: none;
    margin: 0;
}

.stone-selection-note:nth-child(1) p {
    display: block;
    width: max-content;
    text-align: right;
    margin-left: auto;
    transform: translateX(30px);
}

.stone-selection-note:nth-child(1)::after {
    left: auto;
    right: -4px;
    height: 165px;
    bottom: -85px;
    transform: none;
}

.stone-selection-note:nth-child(2),
.stone-selection-note:nth-child(3) {
    text-align: center;
}

.stone-selection-note:nth-child(3) {
    padding-bottom: 0;
    transform: translateY(-10px);
}

.stone-selection-note:nth-child(3) p {
    margin-bottom: 0;
}

.stone-selection-note:nth-child(2)::after {
    width: 1px;
    height: 164px;
    bottom: -98px;
}

.stone-selection-note:nth-child(3)::after {
    width: 1px;
    height: 147px;
    top: calc(100% - 1px);
    bottom: auto;
}

.stone-selection-note:nth-child(4) {
    text-align: left;
    padding-bottom: 0;
    transform: translate(-40px, 48px);
}

.stone-selection-note:nth-child(4) p {
    margin-bottom: 0;
}

.stone-selection-note:nth-child(4)::after {
    left: 0;
    width: 1px;
    height: 128px;
    top: calc(100% + 18px);
    transform: none;
}

.stone-selection-ring {
    width: 355px;
    height: 267px;
    object-fit: contain;
    margin: 0 auto;
}

@media screen and (max-width: 900px) {
    .stone-selection-notes {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px 16px;
        max-width: 520px;
    }

    .stone-selection-note:nth-child(1),
    .stone-selection-note:nth-child(2),
    .stone-selection-note:nth-child(3),
    .stone-selection-note:nth-child(4) {
        transform: none;
    }
}

@media screen and (max-width: 640px) {
    .stone-selection-notes {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-bottom: 24px;
    }

    .stone-selection-note {
        padding: 14px 18px;
        border: 1px solid #323232;
        border-radius: 999px;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
    }

    .stone-selection-note::after {
        display: none;
    }

    .stone-selection-note,
    .stone-selection-note:nth-child(1),
    .stone-selection-note:nth-child(2),
    .stone-selection-note:nth-child(3),
    .stone-selection-note:nth-child(4) {
        max-width: 100%;
        width: 100%;
        padding-bottom: 14px;
        text-align: center;
        justify-self: stretch;
        margin: 0;
    }

    .stone-selection-note:nth-child(1) p {
        width: auto;
        text-align: center;
        margin-left: 0;
    }

    .stone-selection-note p {
        font-family: "Gilroy", sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        white-space: normal;
        text-align: center;
    }

    .stone-selection-ring {
        width: min(355px, 100%);
        height: auto;
    }
}
.ind-jewelry {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: #fff;
    border: none;
    max-width: none;
}
.ind-jewelry .plaque {
    width: 387px;
    height: 200px;
    padding: 24px 0 24px 24px;
    background-color: rgba(248, 248, 248, 1);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease;
}
.ind-jewelry .plaque img {
    order: 2;
    max-width: none;
    max-height: 100%;
    width: auto;
    height: 100%;
    object-fit: contain;
    align-self: center;
    margin-left: auto;
    margin-right: 0;
    transform: scale(1.18);
    transform-origin: right center;
    transition: transform 0.28s ease;
}
.ind-jewelry .plaque p {
    order: 1;
    margin: 0;
    padding-bottom: 24px;
    align-self: flex-end;
    text-align: left;
    font-family: "Romul";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.ind-jewelry .plaque:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(50, 50, 50, 0.08);
}

.ind-jewelry .plaque:hover img {
    transform: scale(1.2);
}
.precision {
    width: 100vw;
    position: relative;
    z-index: 0;
    margin: 100px 0 100px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 20px;
    background-color: rgba(248, 248, 248, 1);
    border: none;
    text-align: center;
}
.precision::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}
.precision::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100px;
    background-color: #fff;
    z-index: -1;
}
.precision h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 64px;
}
.precision p {
    text-align: center;
    margin-bottom: 10px;
}

.precision-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
    max-width: 760px;
    margin: 0 auto;
}

.precision-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.precision-column p {
    text-align: left;
    margin-bottom: 10px;
}
.time-and-format {
    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 20px;
    background-color: rgba(124, 110, 109, 1);
    color: #fff;
}
.time-and-format-content {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 21px;
}
.time-and-format-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 520px;
    text-align: center;
}
.time-and-format h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    margin-bottom: 46px;
}
.time-and-format img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
}
.time-and-format table {
    width: auto;
    border-collapse: collapse;
    margin: 0;
}
.time-and-format td {
    border: 1px solid rgba(255, 255, 255, 0.35);
    width: 295px;
    height: 191px;
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-family: "Gilroy";
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0;
}
.private-gallery {
    width: 100vw;
    margin: 100px 0 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 0 100px;
    background-color: #fff;
    border: none;
    overflow: hidden;
    position: relative;
    perspective: 1400px;
}

.private-gallery-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 31px;
    width: max-content;
    will-change: transform;
    animation: private-gallery-loop 22s ease-in-out infinite;
}

.private-gallery img {
    flex: 0 0 auto;
    display: block;
    width: 530px;
    height: 365px;
    object-fit: cover;
    box-shadow: 0 22px 50px rgba(60, 46, 45, 0.16);
}

.private-gallery:hover .private-gallery-track {
    animation-play-state: paused;
}

@keyframes private-gallery-loop {
    0% {
        transform: translate3d(0, 0, 0);
    }

    20% {
        transform: translate3d(-8%, 0, 0);
    }

    40% {
        transform: translate3d(-18%, 0, 0);
    }

    60% {
        transform: translate3d(-29%, 0, 0);
    }

    80% {
        transform: translate3d(-39%, 0, 0);
    }

    100% {
        transform: translate3d(calc(-50% - 15.5px), 0, 0);
    }
}

@media screen and (max-width: 1700px) {
    .private-gallery img {
        width: 440px;
        height: 303px;
    }
}

@media screen and (max-width: 1400px) {
    .private-gallery img {
        width: 360px;
        height: 248px;
    }
}

@media screen and (max-width: 1100px) {
    .private-gallery img {
        width: 300px;
        height: 207px;
    }
}

@media screen and (max-width: 768px) {
    .private-gallery {
        padding: 0 0 72px;
    }

    .private-gallery-track {
        gap: 20px;
        animation-duration: 18s;
    }

    .private-gallery img {
        width: 280px;
        height: 193px;
    }
}
.private-form {
    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 100px 20px 50px;
    background-color: #fff;
    border: none;
}
.private-form h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 32px;
}
.private-form > p {
    margin-bottom: 20px;
    color: #666;
    text-align: center;
    max-width: 100%;
}
.form-block {
    width: min(794px, 100%);
    margin: 0 auto;
    background-color: rgba(248, 248, 248, 1);
    padding: 72px 82px 72px 82px;
    border: none;
}
.form-block h3 {
    font-family: 'Romul', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 42px;
}
.form-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.form-group label {
    display: block;
    margin-bottom: 0;
    flex: 0 0 auto;
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}
.form-group input,
.form-group textarea {
    width: auto;
    flex: 1 1 auto;
    padding: 0 0 2px;
    border: none;
    border-bottom: 1px solid rgba(188, 188, 188, 1);
    border-radius: 0;
    font-size: 16px;
    font-family: "Gilroy", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    color: #000;
    background-color: transparent;
}
.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-bottom-color: rgba(188, 188, 188, 1);
    box-shadow: none;
}
.form-group textarea {
    resize: vertical;
    min-height: 96px;
    line-height: 1.6;
}
.form-group-file {
    margin-top: 8px;
    margin-bottom: 24px;
    position: static;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}
.form-group-file > * {
    margin-left: 0;
    max-width: none;
    width: 100%;
}
.file-upload {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 56px;
    width: 100%;
    padding: 16px 24px;
    border: 1px solid rgba(188, 188, 188, 1);
    cursor: pointer;
    background-color: transparent;
    color: #323232;
    transition: background-color 0.22s ease, border-color 0.22s ease;
}
.file-upload:hover {
    background-color: rgba(50, 50, 50, 0.04);
    border-color: #323232;
}
.file-upload-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    line-height: 0;
}

.file-upload-icon svg {
    display: block;
}

.file-upload-text {
    font-family: "Gilroy", sans-serif;
    font-size: 16px;
    line-height: 1.2;
    color: #323232;
}
.file-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.file-upload-note {
    margin-top: 12px;
    font-family: "Gilroy", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(50, 50, 50, 0.7);
    text-align: left;
    width: 100%;
}
.form-status {
    margin-bottom: 24px;
    padding: 16px 18px;
    font-family: "Gilroy", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    border: 1px solid transparent;
}
.form-status-success {
    color: #23412f;
    background-color: rgba(221, 239, 228, 0.85);
    border-color: rgba(35, 65, 47, 0.18);
}
.form-status-error {
    color: #7a2f2f;
    background-color: rgba(248, 226, 226, 0.9);
    border-color: rgba(122, 47, 47, 0.18);
}
.form-block button {
    width: auto;
    display: block;
    margin: 42px auto 0;
    padding: 29px 51px;
    background-color: transparent;
    color: #323232;
    border: 1px solid #323232;
    cursor: pointer;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 500;
    border-radius: 0;
    transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}
.form-block button:hover {
    background-color: rgba(50, 50, 50, 0.06);
    color: #323232;
}
.horizontal-stripe {
    display: block;
    width: 100vw;
    height: 1px;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: rgba(188, 188, 188, 1);
}
.scroll-to-top {
    display: none;
    position: static;
    width: 100vw;
    margin: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 24px 20px 50px;
    background-color: #fff;
    color: #323232;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-family: "Gilroy";
    font-weight: 400;
    text-align: left;
    z-index: auto;
    box-shadow: none;
    transition: color 0.22s ease;
}
.scroll-to-top:hover {
    background-color: transparent;
    color: #7c6e6d;
}

body.private-page-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-bottom: 0;
}

.private-page-content {
    flex: 1 0 auto;
}

body.private-page-layout .footer,
body.private-page-layout footer {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    margin: 0 !important;
    margin-top: auto !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    margin-bottom: 0 !important;
    flex-shrink: 0;
    background-color: #7C6E6D;
}

body.private-page-layout .footer > *:last-child,
body.private-page-layout footer > *:last-child {
    margin-bottom: 0;
}

body.private-page-layout {
    overflow-x: hidden;
}

.categories_list{margin-top: 20px;}
.img_collection img{
	max-width:110px;}
@media screen and (min-width: 1140px){
	.get_brilliang_info .imgroyals {position: relative;}
	.br_bottom {
		        position: absolute;
        bottom: -224px;
        left: 74px;
	}
	.get_brilliang_info .imgroyals {
    margin-top: -44px !important;
}
	.base-section_list{justify-content: unset!important;}
.img_base-collection {
		width: 54%!important;}
		.base_text-collcetion {
			width: 361px;
			margin-left: 134px!important;
		}
		.base_text-collcetion p {
			text-align: justify;
		}
	.like_items .slick-list {margin: -8px!important;}
	.upperHeader h1, .roaylcl h2 {font-size: 27px;}
	.base_text-collcetion h2{font-size: 27px;}
.cat_header {
    font-size: 18px;
}
.imgroyals {
}
.roaylcl {
    padding-top: 62px!important;
}
	.imgroyals{margin-top:0px!important;}
	.collection_list{margin-top:37px;}
	.img_base-collection {width: 50%;
    background-color: #F8F8F8;}
	.collection_item{ background-color: #F8F8F8;padding-left: 28px; padding-top:15px;}
.royal_colors {
    justify-content: space-between;
    display: flex;
    align-items: stretch;
    background-color: #F8F8F8;
    background-color: #F8F8F8;
    margin-top: 44px;
}
.royal_colors > .roaylcl {
    width: 717px;
    max-width: 717px;
    flex: 0 0 717px;
    padding-bottom: 40px;
}
.royal_colors > .roaylcl p {
    max-width: 361px;
    text-align: justify;
}
.royal_colors > .imgroyals.ght {
    display: flex;
    align-items: stretch;
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0 !important;
    height: auto;
}
.royal_colors > .imgroyals.ght > a {
    display: flex;
    align-items: stretch;
    height: 100%;
}
.royal_colors > .imgroyals.ght > a > img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.dh4 {
    padding-top: 90px!important;
    padding-right: 0;
}
	.get_brilliang_info{margin-bottom: 46px;    padding-bottom: 64px;}
.get_brilliang_info {
    display: flex;
    justify-content: space-between;
    background-color: #F8F8F8;
    margin-top: 44px;
}

.get_brilliang_info .roaylcl {
    width: 717px;
    max-width: 717px;
    flex: 0 0 717px;
    padding-left: 180px;
    padding-top: 100px;
}
.get_brilliang_info .roaylcl p {
    max-width: 361px;
    text-align: justify;
}

.get_brilliang_info .btn-site_main {
    font-family: "Gilroy";
    padding: 29px 51px;
    font-size: 16px;
}

}
@media screen and (max-width: 540px){
.categories_list{margin-top: 5px;}
	.banner_1{display: none}
.banner_2{
display: block;
}
.clicbutinvisible {
    position: absolute;
    left: 50%;
    width: 140px!important;
    height: 79px!important;
    transform: translate(-50%, 0px);
} .like_items .slick-list{padding:0 35% 0 0 !important;} }
	.mob-show{display:none!important;}
@media screen and (max-width: 566px){
	.imgroyals{
position: relative;
}
	.br_bottom{
position: absolute;
    bottom: -43%;
}
	.desctop-show{display: none!important;}
.mob-show{display:flex!important;}
.slick-slide .slider_d img {
    width: 80%;
}
}
.like_items .collection-btn{display: none}
.clicbutinvisible{position: absolute;
    left: 50%;
    width: 300px;
    height: 89px;
    transform: translate(-50%, 0px);}
@font-face {
    font-family: "Romul";
    src: url("../fonts/romul.woff2");
    font-display: swap;
    }
    @font-face {
        font-family: "Mont-Reg";
        src: url("../fonts/Mont-Regular1.ttf");
        font-display: swap;
        }
    @font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-regular1.ttf");
font-weight: 400;
    font-display: swap;
    }
    h2{margin: 0;}
h1,h2{font-size: 27px;}
    *{color: #323232;}
            .container{
                padding-left: 41px;
                padding-right: 45px;
            }
            .burger_menu{cursor: pointer;}
            .burger_menu span{
            width: 31px;
            height: 2px;
            background-color: #1C1C1C;
            display: block; 
            border-radius: 1px;
            }
            .burger_menu span + span{
            margin-top: 10px;
            }
        .header_inside{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 14px;
            margin-bottom: 13px;
        }
        .logo_site{
            display: flex;
            flex-direction: column;
max-width: 211px;
        }
        .top_logo{
            height: 36px;
            margin-bottom: 5px;
        }
        h2,h1{
            font-family: "Romul";
            font-weight: 400;
        }
        .upperHeader{margin-top: 44px}
        p{
            font-family: "Gilroy";
            font-size: 14px;
            line-height: 28px;
        }
        .linkmore1{
            font-family: "Gilroy";
            font-size: 16px;
            text-decoration: none;
            position: relative;
            padding-right: 23px;    
        }
        .linkmore1:after{
            position: absolute;
            content: url(../img/arrow-right.svg);
            right: 2px
        }
        .top_scroll:after{
            content: url(../img/top1.png);
        }
        a.top_scroll {width: 96px}
        .banner_mainTop{
    width: 100%;
        }
        img{max-width: 100%; height: auto;}
        *{margin: 0;}
        .banner_mainTop{margin-top: 24px;}
        .upperHeader h1 {margin-bottom: 15px;}
        .upperHeader p{margin-bottom: 15px;}
        .cat_header{text-align: center; font-family: "Romul"; }
        .categories_list a{text-decoration: none;    display: inline-block;}
        .categories_list img {
        display: block;
        margin: 0 auto;
    }
    .control-c{
        border: 1px solid #DADADA!important;
        padding: 5px!important;
    }
    .categories .slick-dots li {
        width: 128px;
        height: 1px;
        background-color: #D2D2D2;
    }
    .categories .slick-dots li.slick-active{
        background-color: #000000;
    }
    .categories .slick-dots {bottom: -59px;}
    .slick-dots li button:before{display: none!important;}
    .base-section_list{
        display: flex;
        justify-content: space-between;
    }
    .base_collection{margin-top: 150px;}
    .base_text-collcetion{
        width: 361px;
    }
    .base_text-collcetion h2{
        margin-bottom: 25px;
        font-weight: 400;
        margin-top: 50px;
    }
    .btn-site_main{
    font-family: "Gilroy";
        padding: 29px 51px;
        border: 1px solid #323232;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
    }
    .text-collection{
        width: 164px;    display: flex;
        flex-direction: column;
        justify-content: end;
        margin-bottom: 40px;
    }
    .text-collection h2{
        font-size: 18px;    font-weight: 400;
    }
    .collection-btn{margin-top: 12px;
        width: 84px;}
    .collection_item{
        display: flex;justify-content: space-between;
        width: 263px;
    }
    .collection_list{
        display: flex;
        gap: 20px;
        justify-content: space-between;
    }
    .img_collection{
        display: flex;
        align-items: center;
    }
    .roaylcl{max-width: 355px; padding-left:180px; padding-top: 100px;}
    .roaylcl p{margin-top: 29px;}
    .royal_colors{justify-content: space-between; display: flex;}
    .imgroyals{display: flex;   margin-top: 50px;  }
    .img312{
        margin-right: -102px;
    }
    .get_brilliang_info{
       display: flex;
       justify-content: space-between;
    }
    .dh4{
       padding-top: 180px;
       padding-right: 180px;
    }
    .scrol1{
        text-decoration: none;
    }
    .imgroyals{padding-left: 100px; height: 100%;}
    .btn-bottom{
    justify-content: space-between;
    display: flex;
    }
    .footer{
        background-color: #7C6E6D;
    padding-top: 50px;
    margin-top: 43px;
    padding-bottom: 43px;
    }
    footer h3{
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 200;
    margin-bottom: 16px;
    }
    .item-footer p {
        color: #B6B6B6;
    }
    .follow_item p{
        width: 343px;
        margin-bottom: 19px;
    }
    .followsite1 input{
        padding: 26px;
    }
    .followsite1 input::placeholder{
       color: black; font-size: 15px
    }
    .followsite1 button{
        border:1px solid #ffffff;
        background-color: transparent;
        padding: 25px;
        padding-left: 50px;
        padding-right: 50px;
        color: #FFFFFF;
        font-size: 16px;
        margin-left: 20px;
        font-weight: 200;    font-family: "Gilroy";
        cursor: pointer;
    }
    .list_footer-items{display: flex; justify-content: space-between;}
    .privace3{
     color: #FFFFFF;
     text-decoration: none;
     font-family: "Gilroy"; font-weight: 200;
     margin-top: 42px;
    }
    .contacts_item{
        display: flex;
        flex-direction: column;
    }
    .item-social_list a{
        display: inline-block;
        margin-right: 10px;}
        .copyr{
            color: #FFFFFF!important;margin-top: 98px;
        }
        .slick-slide img {
        display: block;
        height: 192px;
        object-fit: contain;
    }
    .footer_mob-info {display: none;}
    @media screen and (max-width: 990px){
    p{font-size: 14px;}
    .roaylcl {
        max-width: 355px;
        padding-left: 83px;
        padding-top: 29px;
    }
    .list_collection{
        margin-top: 50px;
    }
    }
    @media screen and (max-width: 870px){
        .followsite1 button  {margin-top: 10px; margin-left: 0px;}
        .img_collection img{height: auto;}
    }
    @media screen and (max-width: 759px){
    .contacts_item{order:1}
    .social_item{order: 2; margin-top: 40px; margin-bottom: 40px;}
    .follow_item {order: 3}
    .footer_mob-info {order: 4}
    .list_footer-items {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .privace3, .copyr{display: none;}
    .footer_mob-info {display: block;}
    .footer_mob-info .privace3,.footer_mob-info  .copyr{display: block;}
    .footer_mob-info .copyr , .footer_mob-info .privace3{margin-top: 20px;}
    .footer_mob-info {display: flex; justify-content: space-between;}
    .collection_list {flex-direction: column;}
    .collection_item {
        margin: 0 auto;
    }
    .btn-site_main {
        padding: 19px 36px;
        border: 1px solid #323232;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
    }
    .slick-dots {
    }
    .categories_list .slick-prev {
        left: 41%;
        bottom: -69px;
        top: unset;
    }
    .categories_list .slick-next {
        right: 35%;
        bottom: -69px;
        top: unset;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .royal_colors{flex-direction: column;}
    .imgroyals {order:0; padding-left: 0px;}
    .roaylcl {order:1;max-width: 100%;
        padding-left: 16px;
            padding-top: 29px;}
    .base-section_list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .get_brilliang_info {flex-direction: column;}
    .dh4 {padding-right: 0px;}
    .btns_contol{display: none;}
    }
    .inside_side-menu{
        width: 280px;
        height: 112vh;
    }
    .side-menu {
        position: fixed;
        top: 98px;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        color: white;
        transition: left 0.3s ease;
        padding: 20px;
        box-sizing: border-box;
        z-index: 1000;overflow-y: scroll;
    }
    .sl_child{
        position: absolute;
        left: 350px;
        top: 20px
    }
    .side-menu ul {
        list-style: none;
        padding: 0;
    }
    .side-menu ul li {
        margin: 15px 0;
    }
    .side-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }
    .side-menu.open {
        left: 0;
    }
    .sideul{margin-top: 38px; font-size: 15px;}
    .sideul h3{border-bottom: 1px solid #EAEAEA; padding-bottom: 18px;    font-family: "Gilroy";}
    .sideul a {
    color: #878787!important;
    text-transform: uppercase;
    font-size: 15px!important;
    }
    .side-menu ul li{
        display: flex;
        justify-content: space-between;
    }
    .sideul {border-bottom: 1px solid #EAEAEA; padding-bottom: 18px;}
    .su_bt {margin-top: 40px;}
    .time_worki{
        color: #878787;
        display: inline-block;
        margin-top: 5px;
    }
    .main_ph-mun{
        font-size: 20px; font-weight: 600;
        text-decoration: none;
    }
    .bottom_menu-info{margin-top: 100px;}
    .bt_text1{
        color: #C6C6C6; line-height: 20px;
        margin-top: 20px;
    }
    .rest3 {
        font-size: 15px;
        margin-top: 20px;
        display: block;
        font-weight: 600;
        color: #2F2F2F;
        font-family: "Gilroy";
        text-transform: uppercase;
    }
    .sideul a:hover{
        text-decoration: underline;
        color: black!important;
    }
    .sl_child{
        display: none;
    }
    .sl_child.open{
        display: block;
    }
    .active_child-menu.dss a{
        text-decoration: underline;
        color: black!important;
    }
    .active_burger .close_side-menu{display: block;}
    .close_side-menu{display: none;}
    .burger_menu.open {display: none;}
    .zaprte{
        overflow: hidden;
    }
    #sideMenu {
        display: flex;
        gap: 260px;
    }
    .sl_io{display: none;}
    .fon_menu{display: none;}
    @media screen and (max-width: 718px){
        .fon_menu{display: block;}
    .img_fd{
        display: none;
    }
    #sideMenu{
        box-shadow: 0px 4px 58.9px 0px #00000026;
    width: 280px;
    top: 0px;
    }
    .sl_io{display: block;display: block;
            position: absolute;
            right: 13px;}
            .sideul {margin-top: 0px;}
    }
    .fon_menu.active{
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        z-index: 233;
        opacity: 75%;
    }
    @media screen and (max-width: 672px){
.control-c {
    border: 1px solid #DADADA !important;
    padding: 15px !important;
}
.categories_list .slick-prev {
    transform: translate(-48%, 0px);
        left: 48%;
        bottom: -80px;
        top: unset;
width: 14px;
    height: 14px;
    }
    .categories_list .slick-next {
    transform: translate(48%, 0px);
        left: 48%;
        bottom: -80px;
        top: unset;
width: 14px;
    height: 14px;
    }
.btns_view-mode{display: none;}
.cat_item-prudct .item-product {
    width: 50%;
}
.item_product-block h4{font-size: 14px;}
.cat_item-prudct .chet .it3 {
    border: 1px solid #bcbcbc;
}
.it3{height: auto!important;padding: 15px!important;}
.category_container{border: none!important;}
.header_catalog, .cat_counts{text-align: left!important;}
.cat_item-prudct .item_product-block {
    padding: 10px;
    padding-left: 3px;
}
.cat_cat1 {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 7px;
}
.cat_cat1 a{margin-right: 49px!important;}
    }
.logo_site-mob{display: none}
@media screen and (max-width: 540px){
	.bnj4aaa{
color: #B6B6B6;
text-decoration: none;
}
.followsite1{
display: flex;
    gap: 20px;
}
	.logo_site-mob {    width: 110px;
    margin-bottom: 5px;}
	.logo_site{display: none;}
	.logo_site-mob{display: block;}
.base_text-collcetion {
    width: 100%;
}
.followsite1 input {
    /* padding: 26px; */
    padding-right: 0px;
    padding-left: 15px;
    width: 166px;
}
	.followsite1 button{margin-top: 0px;}
	.followsite1 button{
}
	.roaylcl h2{font-size: 18px;     font-weight: 400;}
	.text-collection{padding-left: 26px}
	.collection_item{width: 100%;}
.base_collection {
    margin-top: 106px;
}
	.img_base-collection{width: 60%}
	.base_text-collcetion h2{font-size: 18px;     font-weight: 400;}
	.cat_header{font-size: 14px}
	p{font-size: 14px; line-height: 21px}
	.l1{    width: 80px;
    margin: 0 auto;
}
.l2{
	}
	.logo_site {width: 120px;
    margin-top: -10px;
    padding-top: 5px;
    padding-bottom: 9px;} 
.upperHeader h1 {
    margin-bottom: 15px;
    font-size: 18px;
}
}
@font-face {
    font-family: "Romul";
    src: url("../fonts/romul.woff2");
    font-display: swap;
    }
    @font-face {
        font-family: "Mont-Reg";
        src: url("../fonts/Mont-Regular.ttf");
        font-display: swap;
        }
    @font-face {
    font-family: "Gilroy";
    src: url("../fonts/gilroy-regular.ttf");
    font-display: swap;
    }
    h2{margin: 0;     font-weight: 400;}
    *{color: #323232;}
            .container {
    padding-left: 41px;
    padding-right: 41px;
    max-width: 100%;
    margin: 0 auto;
}
            .burger_menu{cursor: pointer;}
            .burger_menu span{
            width: 31px;
            height: 2px;
            background-color: #1C1C1C;
            display: block; 
            border-radius: 1px;
            }
            .burger_menu span + span{
            margin-top: 10px;
            }
        .header_inside{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 14px;
            margin-bottom: 13px;
        }
        .logo_site{
            display: flex;
            flex-direction: column;
        }
        .top_logo{
            height: 36px;
            margin-bottom: 5px;
        }
        h2,h1{
            font-family: "Romul";
        }
        .upperHeader{margin-top: 44px}
        p{
            font-family: "Gilroy";
            font-size: 14px;
            line-height: 28px;
        }
        .linkmore1{
            font-family: "Gilroy";
            font-size: 16px;
            text-decoration: none;
            position: relative;
            padding-right: 23px;    
        }
        .linkmore1:after{
            position: absolute;
            content: url(../img/arrow-right.svg);
            right: 2px
        }
        .top_scroll:after{
            content: url(../img/top1.png);
        }
        a.top_scroll {width: 96px}
        .banner_mainTop{
    width: 100%;
        }
        img{max-width: 100%; height: auto;}
        *{margin: 0;}
        .banner_mainTop{margin-top: 24px;}
        .upperHeader h1 {margin-bottom: 15px;}
        .upperHeader p{margin-bottom: 15px;}
        .cat_header{text-align: center; font-family: "Romul"; }
        .categories_list a{text-decoration: none;    display: inline-block;}
        .categories_list img {
        display: block;
        margin: 0 auto;
    }
    .control-c{
        border: 1px solid #DADADA!important;
        padding: 5px!important;
    }
    .categories .slick-dots li {
        width: 128px;
        height: 1px;
        background-color: #D2D2D2;
    }
    .categories .slick-dots li.slick-active{
        background-color: #000000;
    }
    .categories .slick-dots {bottom: -59px;}
    .slick-dots li button:before{display: none!important;}
    .base-section_list{
        display: flex;
        justify-content: space-between;
    }
    .base_collection{margin-top: 150px;}
    .base_text-collcetion{
        width: 361px;
    }
    .base_text-collcetion h2{
        margin-bottom: 25px;
        margin-top: 50px;
    }
    .btn-site_main{
    font-family: "Gilroy";
        padding: 29px 51px;
        border: 1px solid #323232;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
    }
    .text-collection{
        width: 164px;    display: flex;
        flex-direction: column;
        justify-content: end;
        margin-bottom: 40px;
    }
    .text-collection h2 {
    font-size: 18px;
    padding: 5px;
    margin-top: 42px;
    /* padding-right: 1px; */
    margin-right: 10px;
}
    .collection-btn{margin-top: 12px;
        width: 84px;}
    .collection_item{
        display: flex;justify-content: space-between;
        width: 25%;
    }
    .collection_list{
        display: flex;
        gap: 41px;
        justify-content: space-between;
    }
    .img_collection{
        display: flex;
        align-items: center;
    }
    .roaylcl{width: 717px; padding-left:180px; padding-top: 100px;}
    .roaylcl p{margin-top: 29px;}
    .royal_colors{justify-content: space-between; display: flex;}
    .imgroyals{display: flex;   margin-top: 50px;  }
    .img312{
        margin-right: -102px;
    }
    .get_brilliang_info{
       display: flex;
       justify-content: space-between;
    }
    .dh4{
       padding-top: 180px;
       padding-right: 180px;
    }
    .scrol1{
        text-decoration: none;
    }
    .imgroyals{padding-left: 100px; height: 100%;}
    .btn-bottom{
    justify-content: space-between;
    display: flex;
    }
    .footer{
        background-color: #7C6E6D;
    padding-top: 50px;
    margin-top: 43px;
    padding-bottom: 43px;
    }
    footer h3{
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Gilroy";
    font-weight: 200;
    margin-bottom: 16px;
    }
    .item-footer p {
        color: #B6B6B6;
    }
    .follow_item p{
        width: 343px;
        margin-bottom: 19px;
    }
    .followsite1 input{
        padding: 26px;
    }
    .followsite1 input::placeholder{
       color: black; font-size: 15px
    }
    .followsite1 button{
        border:1px solid #ffffff;
        background-color: transparent;
        padding: 25px;
        padding-left: 50px;
        padding-right: 50px;
        color: #FFFFFF;
        font-size: 16px;
        margin-left: 20px;
        font-weight: 200;    font-family: "Gilroy";
        cursor: pointer;
    }
    .list_footer-items{display: flex; justify-content: space-between;}
    .privace3{
     color: #FFFFFF;
     text-decoration: none;
     font-family: "Gilroy"; font-weight: 200;
     margin-top: 42px;
    }
    .contacts_item{
        display: flex;
        flex-direction: column;
    }
    .item-social_list a{
        display: inline-block;
        margin-right: 10px;}
        .copyr{
            color: #FFFFFF!important;margin-top: 98px;
        }
        .slick-slide img {
        display: block;
        height: 192px;
        object-fit: contain;
    }
    .footer_mob-info {display: none;}
    @media screen and (max-width: 990px){
    p{font-size: 14px;}
    .roaylcl {
        max-width: 355px;
        padding-left: 83px;
        padding-top: 29px;
    }
    .list_collection{
        margin-top: 50px;
    }
    }
    @media screen and (max-width: 870px){
        .followsite1 button  {margin-top: 10px; margin-left: 0px;}
        .img_collection img{height: auto;}
    }
    @media screen and (max-width: 759px){
    .contacts_item{order:1}
    .social_item{order: 2; margin-top: 40px; margin-bottom: 40px;}
    .follow_item {order: 3}
    .footer_mob-info {order: 4}
    .list_footer-items {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .privace3, .copyr{display: none;}
    .footer_mob-info {display: block;}
    .footer_mob-info .privace3,.footer_mob-info  .copyr{display: block;}
    .footer_mob-info .copyr , .footer_mob-info .privace3{margin-top: 20px;}
    .footer_mob-info {display: flex; justify-content: space-between;}
    .collection_list {flex-direction: column;}
    .collection_item {
        margin: 0 auto;
    }
    .btn-site_main {
        padding: 19px 36px;
        border: 1px solid #323232;
        margin-top: 30px;
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
    }
    .slick-dots {
    }
    .categories_list .slick-prev {
        left: 41%;
        bottom: -67px;
        top: unset;
    }
    .categories_list .slick-next {
        right: 35%;
        bottom: -67px;
        top: unset;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .royal_colors{flex-direction: column;}
    .imgroyals {order:0; padding-left: 0px;}
    .roaylcl {order:1;max-width: 100%;
        padding-left: 16px;
            padding-top: 29px;}
    .base-section_list {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .get_brilliang_info {flex-direction: column;}
    .dh4 {padding-right: 0px;}
    .btns_contol{display: none;}
    }
    .inside_side-menu{
        width: 280px;
        height: 112vh;
    }
    .side-menu {
        position: fixed;
        top: 130px;
        left: -100%;
        width: 100%;
        height: 100%;
        background-color: #F8F8F8;
        color: white;
        transition: left 0.3s ease;
        padding: 20px;
        box-sizing: border-box;
        z-index: 1000;overflow-y: scroll;
    }
    .sl_child{
        position: absolute;
        left: 350px;
        top: 20px
    }
    .side-menu ul {
        list-style: none;
        padding: 0;
    }
    .side-menu ul li {
        margin: 15px 0;
    }
    .side-menu ul li a {
        color: white;
        text-decoration: none;
        font-size: 18px;
    }
    .side-menu.open {
        left: 0;
    }
    .sideul{margin-top: 38px; font-size: 15px;}
    .sideul h3{border-bottom: 1px solid #EAEAEA; padding-bottom: 18px;}
    .sideul a {
    font-family: "Gilroy";
    color: #878787!important;
    text-transform: uppercase;
    font-size: 15px!important;
    }
    .side-menu ul li{
        display: flex;
        justify-content: space-between;
    }
    .sideul {border-bottom: 1px solid #EAEAEA; padding-bottom: 18px;}
    .su_bt {margin-top: 40px;}
    .time_worki{
        color: #878787;
        display: inline-block;
        margin-top: 5px;
    }
    .main_ph-mun{
        font-size: 20px; font-weight: 600;
        text-decoration: none;
    }
    .bottom_menu-info{margin-top: 100px;}
    .bt_text1{    font-family: "Gilroy";
        color: #C6C6C6; line-height: 20px;
        margin-top: 20px;
    }
    .rest3 {
        font-size: 15px;
        margin-top: 20px;
        display: block;
        font-weight: 500;
        color: #2F2F2F;
        font-family: "Gilroy";
        text-transform: uppercase;
    }
    .sideul a:hover{
        text-decoration: underline;
        color: black!important;
    }
    .sl_child{
        display: none;
    }
    .sl_child.open{
        display: block;
    }
    .active_child-menu.dss a{
        text-decoration: underline;
        color: black!important;
    }
    .active_burger .close_side-menu{display: block;}
    .close_side-menu{display: none;}
    .burger_menu.open {display: none;}
    .zaprte{
        overflow: hidden;
    }
    #sideMenu {
        display: flex;
        gap: 260px;
    }
    .sl_io{display: none;}
    .fon_menu{display: none;}
    @media screen and (max-width: 718px){
        .fon_menu{display: block;}
    .img_fd{
        display: none;
    }
    #sideMenu{
        box-shadow: 0px 4px 58.9px 0px #00000026;
    width: 280px;
    top: 0px;
    }
    .sl_io{display: block;display: block;
            position: absolute;
            right: 13px;}
            .sideul {margin-top: 0px;}
    }
    .fon_menu.active{
        width: 100%;
        height: 100%;
        background: white;
        position: absolute;
        z-index: 233;
        opacity: 75%;
    }
    @media screen and (max-width: 672px){
.btns_view-mode{display: none;}
.cat_item-prudct .item-product {
    width: 50%;
}
.item_product-block h4{font-size: 14px;}
.cat_item-prudct .chet .it3 {
    border: 1px solid #bcbcbc;
}
.it3{height: auto!important;padding: 15px!important;}
.category_container{border: none!important;}
.header_catalog, .cat_counts{text-align: left!important;}
.cat_item-prudct .item_product-block {
    padding: 10px;
    padding-left: 3px;
}
.cat_cat1 {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 7px;
}
.cat_cat1 a{margin-right: 49px!important;}
    }
    .detail_page{margin-top: 50px;}
.slider_detail .slider{
overflow: hidden;
    border: 1px solid #BCBCBC;
    max-width: 100%;
}
.slider_d{max-width: 533px; display: flex!important; justify-content: center;  margin: 0 auto;}
.slick-slide .slider_d  img {width: 391px; height: auto;  }
.slider_detail .slick-next{right: 18px;}
.slider_detail .slick-prev{left: 18px; z-index: 200;}
.slider_detail {max-width: 46%;    position: relative;}
.slider-number{
    transform: translate(-50%, 0px);
    position: absolute;
    bottom: 29px;
    left: 50%;
}
.slider_detail .slick-prev, .slider_detail .slick-next{
 height: auto;
 border:none!important;
}
.slider-number{font-size: 14px;}
.total-slides{
    color: 
rgba(28, 28, 28, 0.5);
}
.detail_page-sect{
    display: flex;
   gap: 201px;
}
.detail_page-sect-right{
    width: 378px;
}
.detail_page-sect-right h2{
    font-size: 15px;
    margin-bottom: 6px;
}
.article{
    color: #a9a9a9;
    display: block;
    margin-bottom: 11px;
}
.some_text{margin-bottom: 36px;}
.preview_text{
    font-size: 14px;
}
.like_items{margin-top: 72px;}
.like_items h2{text-align: center; font-size: 27px; margin-bottom: 67px; font-weight: 200;}
.det1ds .slick-prev, .det1ds .slick-next{height: auto;}
.det1ds .it3{height: auto;}
.det1ds .slick-prev, .det1ds .slick-next {top: 30%;     border: unset!important; z-index: 200;}
.det1ds .slick-prev {top: 30%;  left:10px;   border: unset!important}
.det1ds .slick-next {top: 30%;  right:10px;   border: unset!important}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 4px;
    padding: 2px;
}
.cnt_us .royalcl{
    padding-left: 154px; padding-top: 45px;
}
.cnt_us.royal_colors{
    align-items: center;
}
.breadcrumbs {margin-top: 33px;}
.breadcrumbs a{text-decoration: none;}
.breadcrumbs span {color:#1C1C1C80; font-family: "Gilroy"; font-size: 15px;}
.breadcrumbs span.active {color: #323232;}
.header_catalog{text-align: center; color: #1C1C1C; font-size: 27px;margin-top: 33px;}
.header_catalog {font-family: "Gilroy";}
.cat_counts{    font-family: "Gilroy"; text-align: center; color: rgba(28, 28, 28, 0.5); margin-top: 10px;}
.category_container {margin-top: 44px; border-top: 1px solid #bcbcbc;}
.category_container{margin-top: 33px}
.cat_cat1{
    margin-top: 20px;
}
.cat_cat1 a{color: rgba(28, 28, 28, 0.5); text-decoration: none; display: inline-block; margin-right: 40px;font-family: "Gilroy";}
.cat_cat1 a.active {text-decoration:underline; color: #1c1c1c}
.item_product-block{padding: 35px;}
.item_product-block h4{font-family: "Gilroy"; margin-bottom: 6px;}
.item_product-block span{color: #a9a9a9; display: block; margin-bottom: 11px;    font-family: "Gilroy";}
.item-product{width: 33.3%; margin-bottom: 17px;text-decoration: none;}
.it3{
    border: 0.9px solid #bcbcbc;
display: flex;
justify-content: center;
padding: 54px;    margin-right: -1px;
height: 269px;
}
.it3 img{object-fit: contain;}
.category_container{margin-bottom: 36px;}
.item_product-block p {margin-bottom: 20px;}
.htyg{color: #4daca9; font-family: "Gilroy";}
.htyg:after{content: url("../img/k4.svg");}
.cat_item-prudct {display: flex; /*justify-content: space-between; */   flex-wrap: wrap;}
.chet .it3{    border-left: none;
border-right: none;}
.tru5 {text-align: center;}
.ioioi {margin-top: 36px; border-top: 1px solid #bcbcbc;}
.jdkjfk{margin-top: 30px;}
.category_container{
    display: flex;
justify-content: space-between;
}
.btns_view-mode{
padding-top: 10px;
}
.bt_filter2 .item-product{
width: 50%;
}
.bt_filter2 .chet {
box-sizing: border-box;
}
.bt_filter2 .chet {
box-sizing: border-box;
}
.bt_filter2 .chet .it3{
border-right: 1px solid #bcbcbc;
border-left: 1px solid #bcbcbc;
}
.lhe1{
font-family: "Gilroy";
text-align: center;
margin-top: 40px;
font-size: 27px;
text-transform: uppercase;
}
.btn_filter1_white{display: none}
.btn_filter1_white.active{display: inline-block}
.uiiu3dsd{justify-content: center;}
.btn_filter2_black{display: none}
.btn_filter2_black.active{display: inline-block}
#cart-m {
    box-shadow: -11px 4px 45.2px 0px rgba(75, 75, 75, 0.1);
    position: fixed;
    right: -50%;
    top: 0;
    width: 50%;
    height: 100vh;
    background-color: #ffffff;
    color: #fff;
    transition: right 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
    z-index: 10000;
}
.cartm_header{
    font-size: 20px;
    font-size: "Gilroy";
    font-weight: 600;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 27px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#cart-m.cart-m-active {
    right: 0;
}
.cart-m-button {
    position: fixed;
    right: 20px;
    top: 20px;
    padding: 10px 20px;
    padding-top: 45px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}
.cart-m-button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 86, 179, 0.18);
}
.price{
    font-size: 30px;
    font-weight: 600;
}
.cart_inp{width: 100%;padding: 23px 18px; background-color: #f4f4f4; border: none; outline: none; margin-bottom: 30px;box-sizing: border-box;}
.cart_inp::placeholder{
    font-size: 15px;
    color: #a4a4a4;
}
.no_border{border: none}
.order_btn{
    outline:none;
    width: 100%;font-size: 16px;
    font-weight: 500;
    padding: 29px;
    box-shadow: -11px 4px 45.2px 0px rgba(75, 75, 75, 0.1);
background-color: transparent;
    border: 1px solid #323232
}
@media screen and (max-width: 672px){
    .control-c {
        border: 1px solid #DADADA !important;
        padding: 15px !important;
    }
    .categories_list .slick-prev {
        transform: translate(-100%, 0px);
            left: 50%;
            bottom: -80px;
            top: unset;
    width: 14px;
        height: 14px;
        }
        .categories_list .slick-next {
        transform: translate(0%, 0px);
            left: 50%;
            bottom: -80px;
            top: unset;
    width: 14px;
        height: 14px;
        }
    .btns_view-mode{display: none;}
    .cat_item-prudct .item-product {
        width: 50%;
    }
    .item_product-block h4{font-size: 14px;}
    .cat_item-prudct .chet .it3 {
        border: 1px solid #bcbcbc;
    }
    .it3{height: 180px!important;padding: 15px!important;}
    .category_container{border: none!important;}
    .header_catalog, .cat_counts{text-align: left!important;}
    .cat_item-prudct .item_product-block {
        padding: 10px;
        padding-left: 3px;
    }
    .cat_cat1 {
        margin-top: 1px;
        display: flex;
        overflow: hidden;
        overflow-x: scroll;
        padding-bottom: 7px;
    }
    .cat_cat1 a{margin-right: 49px!important; font-family:"Gilroy"; white-space: nowrap;}
        }
    .logo_site-mob{display: none}
    @media screen and (max-width: 540px){
.slider_detail {
    max-width: 100%;
    position: relative;
}
	.lhe1{    font-family: "Gilroy";}
.item_product-block p {
    margin-bottom: 20px;
    color: #1c1c1c;
    line-height: 24px;
    font-family: "Gilroy";
}
.htyg {
    color: #4daca9;
    font-family: "Gilroy";
    display: none;
}
    .item_product-block span {
    color: #a9a9a9;
    display: block;
    margin-bottom: 11px;
    font-family: "Gilroy";
    font-size: 14px;
}
        .bnj4aaa{
    color: #B6B6B6;
    text-decoration: none;
    }
    .followsite1{
    display: flex;
        gap: 20px;
    }
        .logo_site-mob {    width: 110px;
        margin-bottom: 5px;}
        .logo_site-mob{display: block;}
    .base_text-collcetion {
        width: 100%;
    }
    .followsite1 input {
        /* padding: 26px; */
        padding-right: 0px;
        padding-left: 15px;
        width: 166px;
    }
        .followsite1 button{margin-top: 0px;}
        .followsite1 button{
    }
        .roaylcl h2{font-size: 18px;}
        .text-collection{padding-left: 26px}
        .collection_item{width: 100%;    background-color: #F8F8F8;}
    .base_collection {
        margin-top: 106px;margin-bottom: 25px
    }
        .img_base-collection{width: 60%}
        .base_text-collcetion h2{font-size: 18px}
        .cat_header{font-size: 14px}
        p{font-size: 14px; line-height: 21px}
        .l1{    width: 80px;
        margin: 0 auto;
    }
    .l2{
        }
        .logo_site {width: 120px;
        margin-top: -10px;
        padding-top: 5px;
        padding-bottom: 9px;} 
    .upperHeader h1 {
        margin-bottom: 15px;
        font-size: 18px;
    }
    }
.main_ph-mun{
    font-family: "Gilroy";
}
.time_worki {
    font-family: "Gilroy";
}
    .item_usersList h2{
        font-size: 16px;
        margin-bottom: 6px;
        font-weight: 400;
text-align: center;
    }
    .item_usersList span{
       color: rgba(28, 28, 28, 0.5); font-size: 14px;
    }
.img_item1{max-width: 100px;}
    .item_crm{
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #e2e2e2;
    }
    .price_block{
        font-size: 20px; font-weight: 600;    min-width: 100px;    text-align: center;
    align-self: baseline;
    text-align: center;
    margin-top: 23px;
    }
    .price_cartm-header{
        margin-top: 20px;
    }
#cart-m.cart-m-active{overflow: scroll;}
.prm_mob{display:none}
@media screen and (max-width: 650px){
	.price_block:not(.prm_mob) {
display:none
	}
	.prm_mob{display: block;         text-align: left;
        padding-left: 21px;}
	.price {font-size: 18px}
	#cart-m {max-width: 340px}
	.item_usersList h2 {font-size: 12px; text-align: left;padding-left: 21px;}
	.cartm_header {font-size: 14px}
.img_item1 {
    max-width: 130px;
    width: 56px;
}
.item_crm {
    display: flex;
    padding-top: 17px;
		padding-bottom: 17px;}
	.item_usersList span{display: none}
	.price_block{font-size: 14px}
}
.main-ban2{display: none;}
@media screen and (max-width: 566px){
	.ght{display: none!important;}
.main-ban2{display: block;        margin-top: 32px;}
	.roaylcl{width: 100%;}
.img_collection {
    display: flex;
    align-items: center;
    width: 33%;
padding-top: 30px;
        padding-bottom: 30px;
}
	.img_collection img {max-width: 100%;}
	.list_collection{margin-top: 0px;}
	.tcol0 {margin-bottom: 55px;}
	.tcol12 {width: 155px;}
	.tcol1{
margin-bottom: 62px;}
	.make1i{padding:0;}
.slick-slide .slider_d img {
    width: 80%;
}
}
.bnj4aaa{color: #B6B6B6!important; text-decoration: none}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media screen and (min-width: 760px) and (max-width: 1200px) {
    .collection_list {
        flex-wrap: wrap;
        gap: 20px;
    }

    .collection_item {
        width: calc(50% - 10px);
    }

    .roaylcl {
        width: auto;
        padding-left: 40px;
    }
}

@media (min-width: 760px) and (max-width: 1800px) {
  .list_collection > .collection_item:nth-child(5),
  .list_collection .collection_item:nth-child(5) {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
    .collection_list {
        gap: 20px;
    }

    .collection_item {
        box-sizing: border-box;
        width: calc((100% - 60px) / 4);
    }
}

/* ==========================================================
   МОБИЛЬНАЯ АДАПТАЦИЯ — точно по макету (≤ 768px)
   Десктопные стили выше не затронуты
   ========================================================== */
@media screen and (max-width: 768px) {

    /* --- BANNER ---
       Макет: h1 + h2 сверху, потом фото на всю ширину, кнопка ниже фото
    ------------------------------------------------------------------ */
    .banner_private {
        height: auto;
        min-height: 0;
        margin-bottom: 56px;
        padding: 32px 20px 0;
        background-image: none !important;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    /* h1 и h2 идут первыми (порядок в HTML: img, h1, h2, button —
       перекладываем через order) */
    .banner_private img {
        display: block;
        order: 3;
        width: calc(100% + 40px);
        max-width: none;
        height: auto;
        margin: 24px -20px 0;
    }

    .banner_private h1 {
        order: 1;
        font-size: 26px;
        line-height: 1.15;
        margin: 0 0 14px;
        text-align: center;
        width: 100%;
    }

    .banner_private h2 {
        order: 2;
        font-size: 14px;
        line-height: 1.65;
        margin: 0;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    /* Кнопка в баннере — скрыта на мобильном, есть только кнопка после этапов */
    .banner_private > button#bannerConsultationBtn {
        display: none;
    }

    /* --- INFO BLOCK (Индивидуальный формат) ---
       Макет: label по центру, h3 по центру, под ним строка:
       [текст слева] | вертикальный разделитель | [текст справа]
    ------------------------------------------------------------------ */
    .info-block {
        margin: 56px auto !important;
        padding: 0 20px;
    }

    .info-block .label {
        margin-bottom: 24px;
    }

    .info-block h3 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0;
    }

    .info-block .info-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        column-gap: 20px;
        margin-top: 28px;
    }

    .info-block .info-row .info-left {
        flex: 1;
        text-align: center;
        font-size: 14px;
    }

    .info-block .info-row .info-right {
        flex: 1;
        text-align: center;
        font-size: 14px;
    }

    /* Вертикальный разделитель сохраняется */
    .info-block .info-row .separator {
        width: 1px;
        height: 80px;
        flex-shrink: 0;
    }

    /* --- THIRD BLOCKS (Этапы) ---
       Макет: нечётные блоки левее, чётные — правее (с небольшим отступом).
       Внутри: большая цифра слева, название + описание справа.
       Боковые plashki (изображения) видны рядом с блоком.
       Стрелки между блоками — уменьшены.
    ------------------------------------------------------------------ */
    .third-blocks-section {
        padding: 56px 16px;
    }

    .third-blocks-label {
        margin-bottom: 32px;
    }

    .third-blocks-container {
        gap: 0;
        padding-bottom: 32px;
        align-items: flex-start;
    }

    /* Нечётные — прижаты влево */
    .third-blocks-container .third-block:nth-of-type(odd) {
        --third-block-x: 0px;
        align-self: flex-start;
        margin-left: 0;
    }

    /* Чётные — сдвинуты вправо, как на макете */
    .third-blocks-container .third-block:nth-of-type(even) {
        --third-block-x: 0px;
        align-self: flex-end;
        margin-right: 0;
    }

    .third-block {
        width: 68%;
        max-width: 68%;
        padding: 14px 10px;
        text-align: left;
    }

    /* Grid: цифра слева, текст справа — как на макете */
    .text-group {
        display: grid;
        grid-template-columns: 54px 1fr;
        column-gap: 10px;
        row-gap: 4px;
        align-items: center;
        justify-items: start;
    }

    .text-1 {
        font-size: 52px;
        grid-column: 1;
        grid-row: 1 / 3;
        align-self: center;
    }

    .text-2 {
        font-size: 18px;
        grid-column: 2;
        grid-row: 1;
        text-align: left;
        align-self: end;
    }

    /* Только первый блок — "Первая встреча / консультация": "/" не переносится */
    .third-block:first-of-type .text-2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-3 {
        font-size: 13px;
        grid-column: 2;
        grid-row: 2;
        text-align: left;
        align-self: start;
        line-height: 1.5;
        color: #555;
    }

    /* Боковые plashki: позиционируются статически под блоком */
    .third-block-side-image {
        position: static;
        transform: none;
        width: min(200px, 50%);
        height: auto;
        margin-top: 12px;
        display: block;
    }

    .third-block-side-image-left {
        right: auto;
        left: auto;
        margin-left: auto;
    }

    .third-block-side-image-left-tight {
        right: auto;
    }

    .third-block-side-image-right-tight {
        left: auto;
    }

    .third-block-arrow {
        width: 44px;
        height: 48px;
        margin: 2px auto;
        display: block;
    }

    /* Кнопка после этапов — на всю ширину */
    .third-blocks-button {
        display: block;
        width: calc(100% - 32px);
        margin: 24px 16px 0;
        padding: 20px 16px;
        text-align: center;
        font-size: 15px;
    }

    /* --- VIDEO ---
    ------------------------------------------------------------------ */
    .private_video-block {
        padding: 56px 16px;
    }

    .private_video-block iframe {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    /* --- STONE SELECTION (Подбор камня) ---
       Тексты абсолютно позиционированы НАД кольцом.
       Точные параметры по ТЗ (отступ сверху = от верхнего края кольца, линия вниз до кольца):
         1. Подбор по эстетике:  top 0px,   линия 79px
         2. Проверка 4C:         top −122px (выше кольца), линия 155px  → суммарно касается кольца
         3. Сертификация:        top −46px,  линия 79px
         4. Международные:       top 10px (ниже верха), линия 70px
       Реализация: notes = position:absolute над ring, каждая note — flex-column,
       сверху отступ задаётся через margin-top, после p идёт псевдоэлемент-линия.
    ------------------------------------------------------------------ */
    .stone-selection {
        padding: 56px 0;
    }

    .stone-selection .label {
        margin-bottom: 24px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .stone-selection h3 {
        font-size: 24px;
        margin-bottom: 32px;
        text-align: center;
        padding: 0 20px;
    }

    /* Diagram — relative, чтобы notes перекрывали кольцо */
    .stone-selection-diagram {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    /* Кольцо занимает всю ширину */
    .stone-selection-ring {
        display: block;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0;
        /* Отступ сверху — место для самого высокого текста + его линии:
           nth-child(2): −122px от кольца + высота текста ~44px = нужен paddingTop ~170px */
        padding-top: 170px;
        box-sizing: border-box;
    }

    /* Notes — absolute поверх кольца (top=0 = верх кольца с учётом padding) */
    .stone-selection-notes {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 0;
        margin: 0;
        pointer-events: none;
        align-items: start;
    }

    /* Каждая нота — flex-column: текст сверху, потом линия вниз */
    .stone-selection-note,
    .stone-selection-note:nth-child(1),
    .stone-selection-note:nth-child(2),
    .stone-selection-note:nth-child(3),
    .stone-selection-note:nth-child(4) {
        display: flex;
        flex-direction: column;
        align-items: center;
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        width: 100%;
        transform: none;
        min-height: 0;
    }

    /* Линия = псевдоэлемент после текста */
    .stone-selection-note::after {
        content: "";
        display: block;
        width: 1px;
        background-color: #cfcfcf;
        flex-shrink: 0;
    }

    /* 1. Подбор по эстетике: top=0 от кольца (padding-top 170px − 170px = 0) */
    .stone-selection-note:nth-child(1) {
        margin-top: 170px;
        transform: none;
    }
    .stone-selection-note:nth-child(1)::after { height: 79px; }
    .stone-selection-note:nth-child(1) p {
        white-space: normal; transform: none; margin: 0; width: auto;
    }

    /* 2. Проверка 4C: отступ от кольца −122px → margin-top = 170 − 122 = 48px */
    .stone-selection-note:nth-child(2) {
        margin-top: 48px;
        transform: none;
    }
    .stone-selection-note:nth-child(2)::after { height: 155px; }

    /* 3. Сертификация: отступ от кольца −46px → margin-top = 170 − 46 = 124px */
    .stone-selection-note:nth-child(3) {
        margin-top: 124px;
        transform: none;
    }
    .stone-selection-note:nth-child(3)::after { height: 79px; }

    /* 4. Международные: отступ от кольца −10px → margin-top = 170 − 10 = 160px */
    .stone-selection-note:nth-child(4) {
        margin-top: 160px;
        transform: none;
    }
    .stone-selection-note:nth-child(4)::after { height: 70px; }

    .stone-selection-note p,
    .stone-selection-note:nth-child(1) p,
    .stone-selection-note:nth-child(2) p,
    .stone-selection-note:nth-child(3) p,
    .stone-selection-note:nth-child(4) p {
        white-space: normal;
        font-size: 10px;
        line-height: 1.3;
        text-align: center;
        width: auto;
        padding: 0 2px;
        margin: 0;
        transform: none;
    }

    /* --- IND-JEWELRY (Почему создают на заказ) ---
       Отступы 10px от краёв экрана, шрифт 14px, все карточки одинаковой ширины.
    ------------------------------------------------------------------ */
    .ind-jewelry {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        padding: 0 10px 56px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
        justify-content: flex-start;
        flex-wrap: nowrap;
        box-sizing: border-box;
    }

    .ind-jewelry .plaque {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        height: 160px;
        padding: 20px 0 20px 16px;
        margin: 0 !important;
        border-radius: 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    .ind-jewelry .plaque p {
        font-size: 14px;
        line-height: 1.2;
        padding-bottom: 0;
        align-self: flex-end;
    }

    .ind-jewelry .plaque img {
        height: 130px;
        width: auto;
        flex-shrink: 0;
    }

    /* --- PRECISION (Precision. Craft. Discretion.) ---
       Макет: 4 ячейки разделены КРЕСТОМ — одна вертикальная линия по центру
       и одна горизонтальная по центру. Линии образованы через ::before/::after
       на .precision-columns, без собственных рамок у ячеек.
    ------------------------------------------------------------------ */
    .precision {
        padding: 56px 20px;
    }

    .precision h3 {
        font-size: 22px;
        margin-bottom: 40px;
        text-align: center;
    }

    .precision-columns {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        max-width: 100%;
        flex-direction: unset;
        align-items: unset;
    }

    /* Вертикальная линия строго по центру */
    .precision-columns::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 1px;
        background-color: rgba(180, 180, 180, 0.7);
        transform: translateX(-50%);
        z-index: 1;
        pointer-events: none;
    }

    /* Горизонтальная линия строго по центру */
    .precision-columns::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        height: 1px;
        background-color: rgba(180, 180, 180, 0.7);
        transform: translateY(-50%);
        z-index: 1;
        pointer-events: none;
    }

    .precision-column {
        display: flex;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        width: 100%;
    }

    /* Убираем все рамки с ячеек — крест делается только через ::before/::after */
    .precision-column p {
        text-align: center;
        font-size: 14px;
        line-height: 1.5;
        margin: 0;
        padding: 28px 16px;
        border: none;
    }

    /* --- TIME AND FORMAT (Сроки и формат) ---
       Макет: заголовок по центру всего блока, сетка 2×2 ~65% + картинка ~35%.
       Текст по центру каждой ячейки, 42px между строками, без рамок таблицы.
    ------------------------------------------------------------------ */
    .time-and-format {
        margin: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 48px 0;
        overflow: hidden;
    }

    /* h3 находится внутри .time-and-format-info, но должен быть по центру всего блока */
    .time-and-format h3 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 36px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        /* растягиваем на всю ширину блока */
        width: 100vw;
        margin-left: 0;
        padding: 0 20px;
        box-sizing: border-box;
        display: block;
    }

    /* Контейнер: .time-and-format-info (с h3+table) растянут полностью,
       картинка абсолютно позиционирована справа */
    .time-and-format-content {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 0;
        padding-left: 0;
        position: relative;
    }

    /* info занимает 65% — место для таблицы (h3 расширен до 100vw выше) */
    .time-and-format-info {
        flex: 0 0 62%;
        min-width: 0;
        padding-left: 20px;
        box-sizing: border-box;
    }

    /* Таблица — CSS grid 2 колонки */
    .time-and-format table {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        border-collapse: unset;
        border-spacing: 0;
    }

    .time-and-format tbody {
        display: contents;
    }

    .time-and-format tr {
        display: contents;
    }

    /* Каждая ячейка — текст по центру, без рамок */
    .time-and-format td {
        display: block;
        width: auto;
        padding: 0 6px;
        font-size: 13px;
        line-height: 1.55;
        text-align: center;
        vertical-align: unset;
        word-break: break-word;
        white-space: normal;
        border: none;
        background: none;
    }

    /* Первые две ячейки (1я строка) — отступ снизу 42px */
    .time-and-format td:nth-child(1),
    .time-and-format td:nth-child(2) {
        padding-bottom: 42px;
    }

    /* Картинка — 38%, вертикальная линия слева, частично выходит за правый край */
    .time-and-format img {
        flex: 0 0 38%;
        width: 38%;
        height: auto;
        display: block;
        align-self: center;
        border-left: 1px solid rgba(255, 255, 255, 0.3);
        padding-left: 6px;
        margin-right: -20px;
        object-fit: contain;
    }

    /* --- GALLERY ---
    ------------------------------------------------------------------ */
    .private-gallery {
        margin-top: 56px;
        padding-bottom: 56px;
    }

    .private-gallery-track {
        gap: 16px;
        animation-duration: 18s;
    }

    .private-gallery img {
        width: 240px;
        height: 165px;
    }

    /* --- FORM (Обсудить создание украшения) ---
       Макет: фон формы на всю ширину экрана, заголовок по центру,
       label + поле горизонтально, кнопка крупная по центру с рамкой.
    ------------------------------------------------------------------ */
    .private-form {
        padding: 56px 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
    }

    .private-form > h3 {
        font-size: 22px;
        margin-bottom: 20px;
        padding: 0 20px;
    }

    .private-form > p {
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 20px;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }

    /* form-block растянут на всю ширину */
    .form-block {
        padding: 40px 20px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
    }

    .form-block h3 {
        font-size: 20px;
        margin-bottom: 32px;
        text-align: center;
        line-height: 1.25;
    }

    /* label + поле горизонтально, линия начинается прямо от слова */
    .form-group {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        gap: 0;
        margin-bottom: 20px;
    }

    .form-group label {
        flex: 0 0 auto;
        font-size: 14px;
        white-space: nowrap;
        color: #000;
        padding-right: 0;
        line-height: 1;
        padding-bottom: 4px;
    }

    .form-group input,
    .form-group textarea {
        flex: 1 1 auto;
        font-size: 14px;
        padding-left: 0;
    }

    /* Кнопка в форме — крупная, по центру, рамка, как на макете */
    .form-block button {
        display: block;
        width: auto;
        min-width: 260px;
        padding: 24px 40px;
        margin: 32px auto 0;
        text-align: center;
        font-size: 16px;
    }

    /* Файловая группа — всегда вертикальная */
    .form-group-file {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0;
        margin-bottom: 8px;
        width: 100%;
        overflow: hidden;
    }

    .file-upload {
        width: 100%;
        max-width: 100%;
        padding: 14px 16px;
        box-sizing: border-box;
    }

    .file-upload-text {
        font-size: 14px;
    }

    .file-upload-note {
        display: block;
        width: 100%;
        font-size: 12px;
        margin-top: 8px;
        white-space: normal;
        word-break: break-word;
    }

    /* --- КНОПКИ (все крупнее согласно макету) ---
    ------------------------------------------------------------------ */
    .banner_private > button#bannerConsultationBtn {
        display: none;
    }

    .third-blocks-button {
        display: block;
        width: calc(100% - 32px);
        margin: 24px 16px 0;
        padding: 22px 16px;
        text-align: center;
        font-size: 16px;
    }

    /* --- SCROLL TO TOP ---
    ------------------------------------------------------------------ */
    .scroll-to-top {
        font-size: 13px;
        padding: 20px 20px 40px;
    }
}
