@import url('https://fonts.googleapis.com/css2?family=Birthstone&display=swap');

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/vendor/fonts/gilroy/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Regular.woff') format('woff'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/vendor/fonts/gilroy/Gilroy-RegularItalic.eot');
    src: local('Gilroy Regular Italic'), local('Gilroy-RegularItalic'),
        url('/assets/vendor/fonts/gilroy/Gilroy-RegularItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/vendor/fonts/gilroy/Gilroy-RegularItalic.woff2') format('woff2'),
        url('/assets/vendor/fonts/gilroy/Gilroy-RegularItalic.woff') format('woff'),
        url('/assets/vendor/fonts/gilroy/Gilroy-RegularItalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/vendor/fonts/gilroy/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Medium.woff') format('woff'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/vendor/fonts/gilroy/Gilroy-MediumItalic.eot');
    src: local('Gilroy Medium Italic'), local('Gilroy-MediumItalic'),
        url('/assets/vendor/fonts/gilroy/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('/assets/vendor/fonts/gilroy/Gilroy-MediumItalic.woff2') format('woff2'),
        url('/assets/vendor/fonts/gilroy/Gilroy-MediumItalic.woff') format('woff'),
        url('/assets/vendor/fonts/gilroy/Gilroy-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/assets/vendor/fonts/gilroy/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Bold.woff') format('woff'),
        url('/assets/vendor/fonts/gilroy/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --color-main: #CB9F4C;
    --color-main-hover: #b88a3f;
    --color-black: #1E1505;
    --color-white: #FDFDFB;
}

body {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: var(--color-black);
    background-color: var(--color-white);
    margin: 0;
    padding: 0;
}

@media (max-width: 1199px) {
    body {
        font-size: 15px;
        line-height: 18px;
    }
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: var(--color-main);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1235px;
    }
}

.btn,
.sweet-alert button {
    border-radius: 0;
    padding: 13px 30px;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    color: var(--color-white);
    transition: all 0.3s ease-in-out;
    box-shadow: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:focus-visible,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active,
.show>.btn.dropdown-toggle,
.btn:not(:disabled):not(.disabled).active:focus,
.btn:not(:disabled):not(.disabled):active:focus,
.show>.btn.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    background-color: var(--color-main-hover);
    border: 1px solid var(--color-main);
}

.btn-secondary {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid var(--color-main);
    color: var(--color-white);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:focus-visible,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    background-color: var(--color-main-hover);
    border: 1px solid var(--color-main);
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--color-white);
    padding: 20px 0;
    z-index: 1000;
    font-size: 15px;
    transition: all 0.3s ease;
}

header a {
    color: var(--color-white);
    text-decoration: none;
}

header a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

header .navibar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

header .navibar .logo {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 33px;
    line-height: 72%;
    color: var(--color-white);
}

header .navibar .logo a {
    white-space: nowrap;
}

header .navibar .logo a:hover {
    text-decoration: none;
}

header .navibar .social {
    display: flex;
    gap: 20px;
}

header .navibar .menu {
    flex: 1 0 auto;
}

header .navibar .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
}

header.dark .navibar,
header.dark .navibar a {
    color: var(--color-black);
}

header.dark {
    border-bottom: 1px solid var(--color-black);
    background-color: var(--color-white);
}

header.scrolled {
    background-color: rgba(0, 0, 0, 0.75)
}

header.scrolled.dark {
    background-color: var(--color-white);
}

header.menu-open {
    background-color: var(--color-main) !important;
}

@media (max-width: 1199px) {

    header.dark .navibar .menu a {
        color: var(--color-white);
    }
}

.dropdown-menu {
    background-color: var(--color-main);
    font-size: 15px;
    border-radius: 0;
}

.dropdown-menu a,
header.dark .dropdown-menu a {
    color: var(--color-white);
}

.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active,
.dropdown-menu a:focus-visible,
header.dark .dropdown-menu a:hover,
header.dark .dropdown-menu a:focus,
header.dark .dropdown-menu a:active,
header.dark .dropdown-menu a:focus-visible {
    background-color: var(--color-main-hover);
    color: var(--color-white);
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.burger {
    width: 16px;
    height: 14px;
    position: relative;
    cursor: pointer;
    transition: .5s ease-in-out;
}

.burger span {
    display: block;
    position: absolute;
    height: 2px;
    /* Теперь 2 пикселя */
    width: 16px;
    background: white;
    border-radius: 2px;
    left: 0;
    transition: .25s ease-in-out;
}

.burger span:nth-child(1) {
    top: 0px;
}

.burger span:nth-child(2),
.burger span:nth-child(3) {
    top: 6px;
}

.burger span:nth-child(4) {
    top: 12px;
}

.burger.open span:nth-child(1),
.burger.open span:nth-child(4) {
    /* Скрываем верхнюю и нижнюю полоски */
    width: 0%;
    left: 50%;
}

.burger.open span:nth-child(2) {
    transform: rotate(45deg);
}

.burger.open span:nth-child(3) {
    transform: rotate(-45deg);
}

.dark .burger span {
    background: var(--color-black);
}

@media (max-width: 1199px) {
    header .navibar {
        gap: 20px;
    }

    header .navibar .menu,
    header .navibar .social {
        display: none;
    }

    header .navibar .logo {
        flex: 1 0 auto;
    }

    header.menu-open .navibar .menu {
        display: flex;
        justify-content: flex-start;
        padding-top: 25px;
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        background-color: var(--color-main);
    }

    header.menu-open .navibar .menu>ul {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        padding-left: 30px;
    }

    header.menu-open .navibar .menu .dropdown-menu.show {
        position: relative !important;
        transform: none !important;
        top: auto !important;
        left: auto !important;
        font-size: 13px !important;
        border: 0 !important;
    }

    header.menu-open .navibar .menu .dropdown-toggle {
        display: block;
    }
}

@media (min-width: 1200px) {
    .burger {
        display: none;
    }
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.page-header {
    text-align: center;
    padding: 100px 0 80px;
}

.page-title {
    font-family: 'Birthstone', sans-serif;
    font-size: 40px;
    line-height: 72%;
    color: var(--color-black);
    margin-bottom: 5px;
}

.checkout .page-title {
    font-size: 80px;
    line-height: 72%;
}

.page-subtitle {
    font-family: 'Birthstone', sans-serif;
    color: var(--color-main);
    font-weight: 400;
    font-size: 70px;
    line-height: 72%;
    margin-bottom: 30px;
}

.page-description {
    width: 70%;
    margin: 0 auto;
}

.landing-title {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 80px;
    line-height: 72%;
    color: var(--color-black);
    margin-bottom: 50px;
}

.landing-subtitle {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 50px;
    line-height: 72%;
    color: var(--color-black);
    margin-bottom: 10px;
}

.landing-header {
    text-align: center;
}

.landing-action {
    margin-top: 40px;
    text-align: center;
}

.landing-block {
    border-top: 1px solid var(--color-main);
}

.landing-image-overlay {
    position: relative;
}

.landing-image-overlay .image,
.landing-image-overlay .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-image-overlay .overlay {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.landing-image-overlay .image>img,
.landing-image-overlay .image>video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-image-overlay .container {
    position: relative;
    width: 70%;
    margin: 0 auto;
    z-index: 2;
}

@media (max-width: 1199px) {
    .landing-title {
        font-size: 60px;
        line-height: 72%;
    }

    .landing-action {
        margin-top: 20px;
    }

    .landing-subtitle {
        font-size: 40px;
        line-height: 72%;
    }

    .page-title {
        font-size: 30px;
        line-height: 72%;
    }

    .page-subtitle {
        font-size: 40px;
        line-height: 72%;
    }

    .checkout .page-title {
        font-size: 40px;
        line-height: 72%;
    }
}

@media (max-width: 767px) {
    .landing-image-overlay .container {
        width: 100%;
    }

    .landing-title {
        font-size: 40px;
        line-height: 72%;
    }

    .landing-subtitle {
        font-size: 30px;
        line-height: 72%;
    }

    .page-header {
        padding: 50px 0 40px;
    }
}

.landing-service .row {
    row-gap: 20px;
}

.landing-service-item {
    display: flex;
    align-items: center;
    gap: 0;
    color: var(--color-black);
    text-decoration: none;
    height: 100%;
}

.landing-service-item:hover {
    color: var(--color-black);
    background-color: #f6f7f7;
    text-decoration: none;
}

.landing-service-item .landing-service-icon {
    flex: 0 0 130px;
}

.landing-service-title {
    height: 100%;
    display: flex;
    align-items: center;
    border: 1px solid rgba(228, 231, 236, 1);
    border-left: 0;
    padding-left: 10px;
    flex: 1 1 auto;
    padding-right: 10px;
}

#landing-whyus .landing-title {
    margin-bottom: 40px;
}

#landing-whyus .landing-action {
    text-align: left;
}

@media (max-width: 1199px) {
    #landing-whyus .landing-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #landing-whyus .landing-action {
        margin-bottom: 20px;
    }
}

#landing-header {
    position: relative;
    height: 800px;
}

#landing-header .container {
    position: relative;
    z-index: 1;
    color: #fff;
    height: 100%;
    text-align: center;
}

#landing-header .container>.row {
    height: 100%;
}

#landing-header h1 {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 120px;
    line-height: 83px;
    color: var(--color-white);
    margin-bottom: 40px;
}

@media (max-width: 1199px) {
    #landing-header h1 {
        font-size: 80px;
        line-height: 72%;
    }
}

@media (max-width: 767px) {
    #landing-header h1 {
        font-size: 50px;
        line-height: 72%;
    }

    #landing-header {
        height: 600px;
        padding-top: 90px;
    }
}

#landing-faq .accordion .card {
    margin-bottom: 10px;
    background-color: transparent;
    border: 1px solid #E4E7EC;
}

#landing-faq .accordion .card-header {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0;
}

#landing-faq h2 .btn-link {
    font-size: 25px;
    line-height: 100%;
    font-weight: 500;
}

#landing-faq .card-body {
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 1199px) {
    #landing-faq h2 .btn-link {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    #landing-faq h2 .btn-link {
        font-size: 15px;
    }
}

#landing-contacts {
    color: var(--color-white);
}

#landing-contacts .landing-title {
    margin-bottom: 20px;
    color: var(--color-white);
}

@media (max-width: 767px) {

    #landing-contacts .landing-title,
    #landing-contacts p {
        text-align: center;
    }

    #landing-contacts .form-contacts {
        margin-top: 20px;
    }
}

#landing-icons-numbers {
    padding-bottom: 80px;
}

.landing-icon-number {
    text-align: center;
}

.landing-icon-number .icon {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--color-main);
    color: var(--color-white);
    font-size: 60px;
    line-height: 100%;
    margin-bottom: 20px;
    font-family: 'Birthstone', sans-serif;
}

.landing-icon-number .landing-subtitle {
    margin-bottom: 15px;
}

@media (max-width: 1199px) {
    .landing-icon-number .icon {
        width: 60px;
        height: 60px;
        font-size: 40px;
    }

    .landing-icon-number .landing-subtitle {
        font-size: 30px;
    }

    .landing-icon-number .text {
        font-size: 12px;
    }
}

.form-contacts button[type="submit"],
#form-order button[type="submit"] {
    width: 100%;
}

.form-contacts .form-control,
#form-order .form-control {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--color-white);
    color: var(--color-white);
}

.form-contacts .form-control:focus,
#form-order .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(203, 159, 76, 0.25);
    border-color: var(--color-white);
}

.form-contacts .form-control::placeholder,
#form-order .form-control::placeholder {
    color: var(--color-white);
    opacity: 0.75;
}

.form-contacts input.form-control,
.form-contacts select.form-control,
#form-order input.form-control,
#form-order select.form-control {
    height: 44px;
}



#contactsModal .modal-content .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    opacity: 0.9;
    color: var(--color-white);
    box-shadow: none;
}

#contactsModal .modal-content {
    padding: 50px;
    background: url('/upload/0839703001749304580.jpg') no-repeat center center;
    background-size: cover;
    color: var(--color-white);
    border: 0;
    border-radius: 0;
}

#contactsModal .modal-content .landing-title {
    color: var(--color-white);
    margin-bottom: 20px;
}

#contactsModal .modal-content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

#contactsModal .modal-content .modal-body {
    position: relative;
}

@Media (max-width: 991px) {
    .form-contacts-popup {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    #contactsModal .modal-content {
        padding-left: 0;
        padding-right: 0;
    }
}

.checkout-form-block .landing-title,
.checkout-form-block {
    color: #fff;
}

.form-control.not-valid {
    border-color: red !important;
}

.upload-area {
    border: 2px dashed white;
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-family: sans-serif;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 15px;
}

.upload-area p {
    margin-bottom: 5px;
}

.custom-file-upload {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
    border: 2px solid var(--color-main);
    background-color: transparent;
    color: white;
    font-weight: bold;
    cursor: pointer;
    margin-top: 10px;
}

.custom-file-upload input[type="file"] {
    display: none;
}

.file-info {
    margin-top: 20px;
    font-size: 14px;
    color: #ddd;
}

.file-list {
    margin: 15px 0 0;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    color: #eee;
    text-align: left;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.file-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}

.file-list .remove-btn {
    background: none;
    border: none;
    color: #f88;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.file-list .remove-btn:hover {
    color: #faa;
}

.privacy-form-input {
    margin-bottom: 10px;
}

.privacy-form-input label {
    font-weight: 500;
    font-size: 15px;
}

.calendar-input {
    position: relative;
}

.calendar-input input {
    padding-right: 40px;
}

input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.select-wrapper {
    position: relative;
    display: block;
}

.select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.5rem;
    /* место под иконку */
}

.select-wrapper::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 8px;
    height: 4px;
    background: url('/upload/select-arrow.svg') no-repeat center;
    background-size: contain;
    pointer-events: none;
    transform: translateY(-50%);
}

.calendar-input .calendar-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: var(--color-black);
    font-size: 20px;
}

.btn-link {
    color: var(--color-black);
    font-weight: 500;
    font-size: 25px;
    line-height: 100%;
    text-align: left;
    padding: 0;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link:focus-visible,
.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show>.btn-link.dropdown-toggle,
.btn-link:not(:disabled):not(.disabled).active:focus,
.btn-link:not(:disabled):not(.disabled):active:focus,
.show>.btn-link.dropdown-toggle:focus {
    color: var(--color-main-hover);
    text-decoration: none;
}

.btn-link .arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--color-black);
    transition: all 0.3s ease;
}

button.btn-link[aria-expanded="true"] .arrow {
    transform: rotate(180deg);
}

.gallery-grid {
    display: grid;
    gap: 10px;
    grid-template-areas:
        "img1 img1 img2 img3 img3 img4 img5"
        "img6 img7 img7 img8 img9 img9 img10"
        "img11 img12 img13 img13 img14 img15 img15";

}

.gallery-grid .grid-item {
    height: 240px;
    position: relative;
}

.gallery-grid .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.gallery-grid .grid-item:nth-child(1) {
    grid-area: img1;
}

.gallery-grid .grid-item:nth-child(2) {
    grid-area: img2;
}

.gallery-grid .grid-item:nth-child(3) {
    grid-area: img3;
}

.gallery-grid .grid-item:nth-child(4) {
    grid-area: img4;
}

.gallery-grid .grid-item:nth-child(5) {
    grid-area: img5;
}

.gallery-grid .grid-item:nth-child(6) {
    grid-area: img6;
}

.gallery-grid .grid-item:nth-child(7) {
    grid-area: img7;
}

.gallery-grid .grid-item:nth-child(8) {
    grid-area: img8;
}

.gallery-grid .grid-item:nth-child(9) {
    grid-area: img9;
}

.gallery-grid .grid-item:nth-child(10) {
    grid-area: img10;
}

.gallery-grid .grid-item:nth-child(11) {
    grid-area: img11;
}

.gallery-grid .grid-item:nth-child(12) {
    grid-area: img12;
}

.gallery-grid .grid-item:nth-child(13) {
    grid-area: img13;
}

.gallery-grid .grid-item:nth-child(14) {
    grid-area: img14;
}

.gallery-grid .grid-item:nth-child(15) {
    grid-area: img15;
}

@media (max-width: 1199px) {
    .gallery-grid {
        grid-template-areas:
            "img1 img1 img2 img3"
            "img4 img5 img6 img7"
            "img8 img9 img10 img11"
            "img12 img13 img14 img15";
    }

    .gallery-grid .grid-item {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .gallery-grid {
        /* 2 columns */
        grid-template-areas:
            "img1 img1 img2"
            "img3 img4 img4"
            "img5 img6 img7"
            "img8 img8 img9"
            "img10 img11 img11"
            "img12 img12 img13"
            "img14 img15 img15";
    }

    .gallery-grid .grid-item {
        height: 120px;
    }
}

.page-about>.container>.row>.col-12:nth-child(1),
.page-about>.container>.row>.col-12:nth-child(2) {
    margin-bottom: 80px;
}

.page-about>.container>.row>.col-12:nth-child(1) {
    padding-right: 50px;
}

.page-about>.container>.row>.col-12:nth-child(4) {
    padding-left: 50px;
}

@media (max-width: 1199px) {
    .page-about>.container>.row>.col-12:nth-child(1) {
        padding-right: 25px;
    }

    .page-about>.container>.row>.col-12:nth-child(4) {
        padding-left: 25px;
    }
}

@media (max-width: 767px) {

    .page-about>.container>.row>.col-12:nth-child(1),
    .page-about>.container>.row>.col-12:nth-child(2) {
        margin-bottom: 40px;
    }

    .page-about>.container>.row>.col-12:nth-child(1) {
        padding-right: 15px;
    }

    .page-about>.container>.row>.col-12:nth-child(4) {
        padding-left: 15px;
    }

    .page-about>.container>.row .landing-title {
        margin-bottom: 25px;
    }

    .page-about .text-right {
        text-align: left !important;
    }

    .page-about .img-second {
        margin-top: 25px;
    }
}

/* SHOP */
.shop-header {
    height: 570px;
    position: relative;
    color: var(--color-white);
    display: flex;
    align-items: center;
}

.shop-header .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.shop-header .image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.shop-header .image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-header h1 {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 90px;
    line-height: 72%;
    color: var(--color-white);
    margin-bottom: 40px;
}

.shop-header .text {
    width: 70%;
    margin: 0 auto;
}

.shop .row {
    row-gap: 30px;
}

.shop .product-item {
    color: var(--color-black);
    display: block;
}

.shop .product-item:hover {
    text-decoration: none;
    background-color: #f6f7f7;
}

.shop .product-item .product-info {
    border: 1px solid rgba(228, 231, 236, 1);
    border-radius: 0;
    border-top: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.shop .product-item .product-info .product-title {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    margin: 0;
}

.shop .product-item .product-info .product-title a {
    color: var(--color-black);
    text-decoration: none;
}

.shop .product-item .product-info .product-title a:hover {
    color: var(--color-main);
    text-decoration: none;
}

.shop .product-item .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 576px) {
    .shop .product-item .product-image {
        height: 240px;
    }
}

@media (min-width: 768px) {
    .shop .product-item .product-image {
        height: 210px;
    }
}

@media (min-width: 1200px) {
    .shop .product-item .product-image {
        height: 280px;
    }

    .shop .product-item.special-packages .product-image {
        height: 350px;
    }
}

.product {
    padding-top: 150px;
}

.product .filters {
    margin-bottom: 20px;
}

.product .filters>div {
    margin-top: 10px;
}

.product .filters>div span {
    display: inline-block;
    border-bottom: 1px solid var(--color-black);
}

.product .short-description {
    line-height: 30px;
    margin-top: 20px;
}

.product .short-description p,
.product .short-description li {
    margin-bottom: 10px;
    line-height: 115%;
}

.product .product-actions {
    margin-bottom: 30px;
    margin-top: 30px;
}

.product .product-actions a {
    width: 100%;
}

.product .product-info {
    font-size: 15px;
}

.product .product-images-block .row {
    margin-left: -5px;
    margin-right: -5px;
    row-gap: 10px;
}

.product .product-images-block .row .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}

.product .product-images-block .row .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .product .product-images-block {
        margin-bottom: 20px;
    }
}

.product h1 {
    font-family: 'Birthstone', sans-serif;
    font-weight: 400;
    font-size: 70px;
    line-height: 72%;
    color: var(--color-black);
    margin-bottom: 50px;
}

.product .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.product .price-block .info {
    color: var(--color-main);
    font-weight: 500;
    font-style: italic;
    font-size: 18px;
}

.product .price-block {
    margin-bottom: 30px;
}

.product .price-block .price {
    font-size: 20px;
    font-weight: 500;
}

.product .attributes {
    margin-top: 30px;
}

@media (max-width: 1199px) {
    .product h1 {
        font-size: 50px;
        line-height: 72%;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .product .price-block {
        flex-direction: column;
        align-items: flex-start;
    }

    .product .price-block .price {
        order: 0;
    }

    .product .price-block .info {
        order: 1;
    }

    .product h1 {
        font-size: 40px;
        line-height: 72%;
        margin-bottom: 30px;
    }

    .product {
        padding-top: 100px;
    }
}


/* FOOTER */
footer {
    background-color: var(--color-main);
    color: var(--color-white);
    padding: 40px 0 70px;
}

footer a {
    color: var(--color-white);
    text-decoration: none;
}

footer a:hover {
    color: var(--color-white);
    text-decoration: underline;
}

footer .container .row .col:first-child {
    flex: 1 0 280px;
}

footer .logo {
    font-family: 'Birthstone', sans-serif;
    font-size: 63px;
    line-height: 72%;
    font-weight: 400;
    color: var(--color-white);
    margin-bottom: 15px;
}

footer .text {
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 30px;
}

footer .action {
    margin-bottom: 30px;
}

footer .social {
    display: flex;
    gap: 20px;
}

footer .powered a {
    border-bottom: 1px solid var(--color-white);
    transition: all 0.1s ease-in-out;
}

footer .powered a:hover {
    border-bottom: 1px solid var(--color-main);
    text-decoration: none;
}

footer .footer-header {
    font-size: 15px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap;
    display: inline-block;
}

footer .footer-menu {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    white-space: nowrap;
}

footer .btn-secondary {
    background-color: rgba(253, 253, 251, 0.2);
    border-color: var(--color-white);
}

footer .btn-secondary:hover,
footer .btn-secondary:focus,
footer .btn-secondary:active,
footer .btn-secondary:focus-visible,
footer .btn-secondary:not(:disabled):not(.disabled).active,
footer .btn-secondary:not(:disabled):not(.disabled):active,
footer .show>.btn-secondary.dropdown-toggle,
footer .btn-secondary:not(:disabled):not(.disabled).active:focus,
footer .btn-secondary:not(:disabled):not(.disabled):active:focus,
footer .show>.btn-secondary.dropdown-toggle:focus {
    background-color: rgba(253, 253, 251, 0.3);
    border-color: var(--color-white);
}

footer .row>.col:nth-child(1) {
    grid-area: col1;
}

footer .row>.col:nth-child(2) {
    grid-area: col2;
}

footer .row>.col:nth-child(3) {
    grid-area: col3;
}

footer .row>.col:nth-child(4) {
    grid-area: col4;
}

footer .row>.col:nth-child(5) {
    grid-area: col5;
}

footer .row>.col:nth-child(6) {
    grid-area: col6;
}

footer .row>.col:nth-child(7) {
    grid-area: col7;
}

footer .row>.col:nth-child(8) {
    grid-area: col8;
}

footer .row>.col:nth-child(9) {
    grid-area: col9;
}

@media (min-width: 1200px) {
    footer .row .col:nth-child(1) .logo {
        white-space: nowrap;
    }

    footer .row {
        display: grid;
        gap: 0;
        grid-template-areas:
            "col1 col1 col2 col3 col4 col5 col6 col7"
            "col8 col8 col2 col3 col4 col5 col6 col7"
            "col9 col9 col2 col3 col4 col5 col6 col7";
        grid-template-rows: auto auto 1fr;
    }

    footer .row .powered {
        margin-top: 25px;
        font-size: 15px;
        line-height: 100%;
    }
}

@media (max-width: 1199px) {
    footer .row {
        display: grid;
        gap: 15px;
        grid-template-areas:
            "col1 col1 col2 col3"
            "col8 col8 col2 col3"
            "col9 col9 col2 col3"
            "col4 col5 col6 col7";
    }
}

@media (max-width: 767px) {
    footer .row {
        display: grid;
        gap: 15px;
        grid-template-areas:
            "col1 col1"
            "col2 col3"
            "col4 col5"
            "col4 col6"
            "col4 col7"
            "col8 col8"
            "col9 col9";
    }
}

#cookie-message {
    display: none;
    width: 320px;
    padding: 15px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    z-index: 10000;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}

.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll .fa-circle {
    color: var(--color-main);
}

.scroll:hover .fa-circle {
    color: var(--color-main-hover);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.scroll .fa-angle-up {
    margin-top: -2px;
}


/* Spinner preloader */
.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* Loader background with spinner */
.loader {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

.loader .sk-spinner-circle {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    margin: 0;
    position: absolute;
}

.loader .sk-spinner-circle .sk-circle:before {
    background-color: #fff;
}

/* Responsive Youtube video */
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.text-gold {
    color: var(--color-main);
}

.filter-option-inner-inner {
    color: var(--color-black);
}

.btn-light {
    background-color: var(--color-white);
    border-color: var(--color-black);
    color: var(--color-black);
    padding-left: 10px;
    padding-right: 10px;
}

.qty-block {
    display: none;
}

.attribute-color input[type="radio"] {
    display: none;
}

.color-label {
    cursor: pointer;
    display: inline-block;
    margin: 4px;
}

.color-circle {
    display: inline-block;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    border: 2px solid var(--color-main);
    box-sizing: border-box;
    transition: 0.2s;
}

input[type="radio"]:checked+label .color-circle {
    border: 2px solid #000;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-main-hover);
}

.cart-table .inner-block {
    display: grid;
    border: 1px solid rgba(228, 231, 236, 1);
}

.cart-table .inner-block .image {
    flex: 0 0 75px;
}

.cart-table .inner-block .item-attributes {
    font-size: 14px;
    margin-top: 10px;
}

.cart-table .inner-block.inner-block-header {
    color: var(--color-main);
    font-weight: 700;
    border: 0;
}

@media (max-width: 767px) {
    .color-circle {
        width: 45px;
        height: 45px;
    }

    .cart-table {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .cart-table .inner-block {
        display: grid;
        grid-template-areas:
            "item item item item item"
            "image price quantity price-subtotal delete";
        align-items: center;
        padding: 10px;
    }

    .cart-table .inner-block.inner-block-header {
        display: flex;
        justify-content: space-between;
    }

    .cart-table .inner-block.inner-block-header .image {
        display: none;
    }


    .cart-table .quantity .form-control {
        width: 50px;
    }

    .cart-table .inner-block .item {
        grid-area: item;
        margin-bottom: 10px;
    }

    .cart-table .inner-block .image {
        grid-area: image;
        width: 75px;
    }

    .cart-table .inner-block .delete {
        grid-area: delete;
        text-align: center;
    }

    .cart-table .inner-block .price-subtotal {
        grid-area: price-subtotal;
        text-align: center;
    }

    .cart-table .inner-block .quantity {
        grid-area: quantity;
        text-align: center;
    }

    .cart-table .inner-block .price {
        grid-area: price;
        text-align: center;
    }


}

@media (min-width: 768px) {
    .cart-table {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .cart-table .inner-block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .cart-table .inner-block .item {
        flex: 1 0 auto;
    }

    .cart-table .inner-block .delete {
        flex: 0 0 30px;
    }

    .cart-table .inner-block .price-subtotal,
    .cart-table .inner-block .quantity,
    .cart-table .inner-block .price {
        flex: 0 0 80px;
    }
}

@media (min-width: 992px) {

    .cart-table .inner-block .image {
        flex: 0 0 100px;
    }

    .cart-table .inner-block .price-subtotal,
    .cart-table .inner-block .quantity,
    .cart-table .inner-block .price {
        flex: 0 0 110px;
    }
}

.tns-nav {
    display: flex;
    justify-content: center;
    gap: 8px;
    /* расстояние между точками */
    margin-top: 12px;
}

.tns-nav button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--color-main);
    border: none;
    transition: background-color 0.3s ease;
    padding: 0;
}

.tns-nav button:hover,
.tns-nav button:focus {
    background-color: var(--color-main-hover);
    outline: none;
}

.tns-nav button.tns-nav-active {
    background-color: var(--color-main-hover);
}

.shopping-cart-icon {
    position: relative;
}

.shopping-cart-icon span {
    border-radius: 50%;
    color: var(--color-white);
    background-color: var(--color-black);
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    line-height: 100%;
    transform: translateX(50%) translateY(-50%);
}

.discount-block .btn-primary {
    background-color: rgba(203, 159, 76, 0.2);
    border-color: var(--color-main);
    color: var(--color-main);
}

.discount-block input {
    background-color: transparent;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
}

.discount-block input::placeholder {
    color: var(--color-main);
    opacity: 0.75;
}


#thanksModal .modal-content {
    background: url('/upload/0839703001749304580.jpg') no-repeat center center;
    background-size: cover;
    border: 0;
    border-radius: 0;
    color: var(--color-white);
    text-align: center;
}

#thanksModal .modal-dialog {
    max-width: 422px;
}

#thanksModal .modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: var(--color-white);
    font-size: 30px;
    background: none;
    border: none;
    z-index: 9999;
}

#thanksModal .modal-content .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

#thanksModal .modal-content .modal-body {
    position: relative;
    z-index: 2;
    padding: 50px;
}

#thanksModal h2 {
    font-family: 'Birthstone', sans-serif;
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 20px;
    color: var(--color-white);
}

@media (max-width: 767px) {
    #thanksModal .modal-content .modal-body {
        padding: 30px;
    }

    #thanksModal h2 {
        font-size: 50px;
        line-height: 100%;
        margin-bottom: 15px;
    }
}

.contacts-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 25px;
}

.contacts-item a {
    color: var(--color-black);
    text-decoration: underline;
}

.contacts-item a:hover {
    color: var(--color-black);
    text-decoration: none;
}

.search-panel {
    position: fixed;
    z-index: 1000;
    top: 71px;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    display: none;
}

.search-panel.show {
    display: block;
}

.search-panel .close-search {
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--color-white);
    cursor: pointer;
    background: none;
    border: none;
}

.search-panel .search-block {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 600px;
    padding: 15px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.search-panel .search-block .input {
    flex: 1 1 100%;
}

.search-panel .search-block .input input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 2px solid var(--color-white);
    border-radius: 0;
    background-color: transparent;
    color: var(--color-white);
    font-size: 16px;
}


.search-panel .search-block .input input:focus-within {
    outline: none;
}

.search-panel .search-block .input input::placeholder {
    color: var(--color-white);
    opacity: 0.75;
}

@media (max-width: 1199px) {
    .search-panel {
        top: 67px;
    }
}