/* CSS Reset */

*::-moz-selection {
    background-color: #E2AF10;
    color: #fff;
}

::-moz-selection {
    background-color: #E2AF10;
    color: #fff;
}

::selection {
    background-color: #E2AF10;
    color: #fff;
}

:root {
    --theme-color: #E2AF10;
}

.lightboxOverlay {
    outline: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
}

html,
body {
    font-family: sans-serif;
    line-height: 1.6;
    height: 100%;
    scroll-behavior: smooth;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
    height: auto;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

input,
textarea,
select {
    font: inherit;
    border: none;
    outline: none;
}

html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

main {
    margin-top: 112px;
}

@media (max-width: 1280px) {
    main {
        margin-top: 64px;
    }
}

.row {
    --bs-gutter-x: 10px !important;
}

body {
    position: relative;
    overflow-x: hidden;
}

body:after {
    position: absolute;
    content: '';
    left: -390px;
    top: -110px;
    width: 1245px;
    height: 1245px;
    /* display: block; */
    display: none;
    z-index: -1;
}

body:before {
    top: 3683px;
    left: -513px;
    position: absolute;
    content: '';
    width: 1245px;
    height: 1245px;
    /* display: block; */
    display: none;
    z-index: -1;
}

@media (max-width: 768px) {

    body:before,
    body::after {
        width: 464px;
        height: 464px;
    }

    body:after {
        top: -118px;
        left: -232px;
    }

    body:before {
        top: -1904px;
        left: -177px;
    }
}

/* title */

h1,
.h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

h2,
.h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 768px) {

    h2,
    .h2 {
        font-size: 24px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }
}

p {
    text-align: left;
    color: #444444;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 576px) {
    p {
        font-size: 16px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl,
.container-xxxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 100%
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 668px
    }
}

@media (min-width: 960px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 860px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1170px;
    }
}

@media (min-width: 1280px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1260px;
    }
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1340px
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1400px
    }
}

@media (min-width: 1600px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1580px
    }
}

@media (min-width: 1660px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1640px
    }
}

@media (min-width: 1700px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1680px
    }
}

@media (min-width: 2000px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 1920px
    }
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: "Inter", sans-serif;
    font-style: normal;
    padding: 0;
    margin: 0;
    color: #000000;
}

@media (min-width: 1366px) {
    body {
        font-size: 20px;
    }
}

.section {
    padding: 64px 0;
}

/* cards */

.cards {
    position: relative;
}

.cards::after {
    right: -505px;
    top: -414px;
    position: absolute;
    content: '';
    width: 1245px;
    height: 1245px;
    /* display: block; */
    display: none;
    z-index: -1;
}

@media (max-width: 768px) {
    .cars {
        padding-top: 24px;
    }

    .cards::after {
        display: none;
    }
}

.cars-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 0;
}

@media (min-width: 1600px) {
    .cars-row {
        justify-content: space-between;
    }
}

.card {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    box-shadow: none;
    width: 100%;
    /* width: fit-content; */
    position: relative;
    cursor: pointer;
    /* max-width: 538px; */
    margin: 0 auto;
}

.card a {
    width: 100%;
    height: 100%;
}

.card img {
    width: 100%;
    height: auto;
    /* height: 100%; */
    transition: all 0.3s ease-in-out;
}

.card:hover img {
    scale: 1.05;
}

.card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.card::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../img/icon/search.svg) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.card:hover::after {
    opacity: 1;
}

.card:hover::before {
    opacity: 1;
}

/* tabs-content */

.tabs-content {
    position: relative;
}

.tabs-content:after {
    position: absolute;
    content: '';
    left: -466px;
    top: -450px;
    width: 1245px;
    height: 1245px;
    display: block;
    z-index: -1;
}

@media (max-width: 768px) {
    .tabs-content:after {
        width: 464px;
        height: 464px;
    }

    .tabs-content::before {
        right: -246px;
        top: 420px;
    }

    .nav-tab-large .nav-tabs {
        border-top: 1px solid #0000001A !important;
        padding-top: 48px;
    }
}

.nav-tab-small {
    margin-top: 36px;
}

.nav-tab-small .nav.nav-tabs {
    border-bottom: 1px solid #0000001A;
    margin-bottom: 0;
}

.nav-tab-small .nav-link.active {
    display: none;
}

.tabs-content .nav-link {
    font-family: "Ubuntu", sans-serif;
    color: #999999;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border: none;
    background: transparent;
    position: relative;
    padding: 0 0 18px;
    margin-right: 20px;
    letter-spacing: 2px;
}

@media (max-width: 1200px) {
    .tabs-content .nav-link {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.6;
        letter-spacing: 0.06em;
        text-align: center;
        margin-right: 0;
        margin-bottom: 36px;
        padding-bottom: 12px;
    }
}

@media (min-width: 1600px) {
    .tabs-content .nav-link {
        font-size: 40px;
        margin-right: 64px;
    }
}

.tabs-content .nav-link.active,
.tabs-content .nav-link:hover {
    /* color: var(--theme-color); */
    border: none;
    background: transparent;
}

.tabs-content .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    /* background: url(../img/icon/tab-active.svg) no-repeat center; */
    background-size: cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.tabs-content .nav-link.active::before {
    opacity: 1;
}

.tabs-content .nav-link:last-child {
    margin-right: 0;
}

.nav.nav-tabs {
    border: none;
}

@media (min-width: 1200px) {
    .nav.nav-tabs {
        border: none;
        margin-bottom: 116px;
    }
}

@media (max-width: 1200px) {
    .nav.nav-tabs {
        display: flex;
        flex-direction: row;
        gap: 20px;
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .nav-sticky {
        position: sticky;
        top: 45px;
        background: rgba(255, 255, 255, 0.3);
        z-index: 111;
        backdrop-filter: blur(40px);
        width: 100%;
        padding: 20px 10px 5px;
    }

    .nav-link {
        white-space: nowrap;
        margin-bottom: 0 !important;
        font-size: 20px;
    }

    .nav.nav-tabs::-webkit-scrollbar {
        height: 5px;
        background-color: transparent;
    }

    .nav.nav-tabs::-webkit-scrollbar-track {
        background-color: transparent;
    }

    .nav.nav-tabs::-webkit-scrollbar-thumb {
        background-color: #E2AF10;
        border-radius: 10px;
        border: 1px solid transparent;
        background-clip: content-box;
    }

    .tabs-content::before {
        display: none;
    }
}

.text-wrap p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #444444;
    margin-bottom: 48px;
}

@media (max-width: 576px) {
    .text-wrap p {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .text-wrap {
        max-width: 652px;
    }
}

.img-wrap {
    position: relative;
    border-radius: 30px;
}

@media (min-width: 1200px) {
    .img-wrap {
        max-width: 930px;
        margin-left: auto;
    }
}

.img-wrap img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.row-content {
    display: flex;
    /* align-items: center; */
}

.row-content .img-wrap {
    overflow: hidden;
}

@media (max-width: 1200px) {
    .row-content {
        gap: 60px;
        flex-direction: column;
    }

}

/* content */

.content-text .content-wrap div {
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.content-text-wrapper {
    max-width: 820px;
    margin-right: auto;
}

@media (max-width: 576px) {
    .content-text .content-wrap div {
        font-size: 18px;
    }
}

.content-text p {
    text-align: left;
    color: #444444;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: none;
}

.content-text p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .content-text p {
        font-size: 16px;
    }
}

.content-wrap {
    padding-bottom: 128px;
    position: relative;
    margin-bottom: 0 !important;
}

@media (max-width: 576px) {
    .content-wrap {
        padding-bottom: 72px;
    }
}

.content-wrap::before {
    content: '';
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 153px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
    opacity: 1;
}

@media (max-width: 576px) {
    .content-wrap::before {
        bottom: 36px;
    }
}

.content-wrap:last-child::before {
    display: none;
}

.content-wrap:last-child {
    padding-bottom: 0;
}

.content-sidebar {
    max-width: 470px;
}

@media (max-width: 1200px) {
    .content-sidebar {
        max-width: 100%;
        width: 100%;
    }

    .tab-content {
        padding-top: 40px;
    }
}

.content-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: flex-start;
    position: relative;
    margin-top: 116px;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    .content-row {
        gap: 40px;
        margin-top: 0;
    }
}

.content-text ul,
.content-text ol {
    margin: 0;
    padding: 0;
}

.content-text ul li,
.content-text ol li {
    margin-bottom: 16px;
    text-align: left;
    color: #444444;
    font-family: "Inter", sans-serif;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
}

@media (max-width: 576px) {

    .content-text ul li,
    .content-text ol li {
        font-size: 16px;
    }
}

.content-text ul li {
    padding-left: 25px;
    position: relative;
}

.content-text ul li:before {
    background: #E2AF10;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* sidebar */

@media (min-width: 1200px) {
    .content-sidebar {
        position: sticky;
        left: 0;
        top: 200px;
        max-width: 470px;
        border-right: 0.5px solid #444444;
        height: calc(100vh - 260px);
        display: flex;
    }
}

.sidebar-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #444444;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.sidebar-link:hover,
.sidebar-link.active {
    color: var(--theme-color);
}

/* .sidebar-item {
    margin-bottom: 64px;
} */

@media (min-width: 1200px) {
    .sidebar-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: space-between;
        padding: 0;
        height: 100%;
    }

    .sidebar-item {
        width: 100%;
        height: fit-content;
    }
}

@media (max-width: 1200px) {

    .sidebar-link {
        font-size: 16px;
    }

    .sidebar-item {
        position: relative;
        padding-left: 20px;
        margin-bottom: 12px;
        text-align: left;
    }

    .sidebar-item:before {
        background: #E2AF10;
        width: 8px;
        height: 8px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #0000001A;
}

thead {
    background: var(--theme-color);
}

th {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    padding: 16px 20px;
    border: 1px solid #0000001A;
    text-transform: uppercase;
}

td {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    /*text-align: center;*/
    color: #000000;
    padding: 16px 20px;
    border: 1px solid #0000001A;
    width: 33.33%;
}

tr td:first-child {
    text-align: left;
}

html[lang="ar"] tr td:first-child {
    text-align: right;
}

@media (max-width: 576px) {
    td {
        font-size: 11px;
        padding: 16.5px 10.5px;
    }

    th {
        padding: 16.5px 10.5px;
    }
}

.carousel-content .carousel-item {
    height: 507px;
    border-radius: 20px;
    overflow: hidden;
}

.carousel-content .carousel-inner {
    height: 507px;
}

@media (max-width: 576px) {

    .carousel-content .carousel-item,
    .carousel-content .carousel-inner {
        height: 236px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}

.carousel-content .carousel-item img {
    height: 100%;
    width: 100%;
    /*object-fit: cover;*/
    transition: all 0.3s ease-in-out;
}

.carousel-item:hover img {
    scale: 1.05;
}

.carousel-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../img/icon/search.svg) no-repeat center center;
    background-size: 24px 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.carousel-item:hover::after {
    opacity: 1;
}

.carousel-item:hover::before {
    opacity: 1;
}

.carousel-content .carousel-control-prev-icon {
    width: 78px;
    height: 42px;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="36" height="13" viewBox="0 0 36 13" fill="none"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M1.91433 5.21399L8.14592e-06 6.1182L1.91433 7.02241L11.0817 11.3525L12.5088 12.0266L12.5088 10.4483L12.5088 6.61821L12.808 6.61821L35.5 6.61821L36 6.61821L36 5.61821L35.5 5.61821L12.808 5.61821L12.5088 5.61821L12.5088 1.78808L12.5088 0.209796L11.0817 0.883867L1.91433 5.21399ZM3.51213 6.67117L2.34142 6.1182L3.51213 5.56523L10.5088 2.26041L11.5088 1.78808L11.5088 2.89402L11.5088 9.34239L11.5088 10.4483L10.5088 9.97599L3.51213 6.67117Z" fill="%235A5A5A"/%3e%3c/svg%3e') !important;
}

.carousel-content .carousel-control-next-icon {
    width: 78px;
    height: 42px;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 36px;
    background-position: center;
    background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="36" height="13" viewBox="0 0 36 13" fill="none"%3e%3cpath fill-rule="evenodd" clip-rule="evenodd" d="M34.0857 7.02233L36 6.11812L34.0857 5.21392L24.9183 0.883788L23.4912 0.209717L23.4912 1.788V5.61811H23.192L0.5 5.61811H0V6.61811H0.5L23.192 6.61811H23.4912V10.4483V12.0265L24.9183 11.3525L34.0857 7.02233ZM32.4879 5.56515L33.6586 6.11812L32.4879 6.67109L25.4912 9.97591L24.4912 10.4483V9.34231V2.89394V1.788L25.4912 2.26033L32.4879 5.56515Z" fill="%235A5A5A"/%3e%3c/svg%3e') !important;
}

.carousel-content .carousel-control-next,
.carousel-content .carousel-control-prev {
    align-items: flex-end;
    border: 1px solid #5A5A5A;
    border-radius: 30px;
    z-index: 11;
    width: 78px;
    height: 42px;
    background: transparent;
    transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
    overflow: hidden;
    outline: none !important;
    opacity: 1;
}

.carousel-content .carousel-control-prev {
    left: 27px;
    bottom: 27px;
    width: fit-content;
    height: fit-content;
    top: auto;
    transition: all 0.3s ease-in-out;
}

.carousel-content .carousel-control-next {
    right: 27px;
    bottom: 27px;
    width: fit-content;
    height: fit-content;
    top: auto;
}

.carousel-content .carousel-control-next:active,
.carousel-content .carousel-control-prev:active,
.carousel-content .carousel-control-next:hover,
.carousel-content .carousel-control-prev:hover {
    background: linear-gradient(267.52deg, #E2AF10 -11.74%, #D3A71D 126.17%);
    border-color: #E2AF10;
    width: 78px;
    height: 42px;
    opacity: 1;
}

.carousel-content .carousel-control-next:active .carousel-control-next-icon,
.carousel-content .carousel-control-prev:active .carousel-control-prev-icon,
.carousel-content .carousel-control-next:hover .carousel-control-next-icon,
.carousel-content .carousel-control-prev:hover .carousel-control-prev-icon {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.carousel-content .carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    overflow: hidden;
    background: #D9D9D9 !important;
    margin: 0 8px !important;
    border: none !important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.carousel-content .carousel-indicators .active,
.carousel-content .carousel-indicators [data-bs-target]:hover {
    background: #E2AF10 !important;
}

.carousel-content .carousel-indicators {
    margin-bottom: 0;
    bottom: -58px;
}

.carousel-content {
    margin-bottom: 94px !important;
    /* margin-top: 64px !important; */
}

@media (max-width: 576px) {
    .carousel-content {
        /* margin-top: 38px !important; */
        margin-bottom: 72px !important;
    }
}

/* form */

.title-form {
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .title-form {
        margin-bottom: 36px;
    }
}

.form-wrap {
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: 100%;
}

@media (max-width: 768px) {
    .form-wrap {
        margin-bottom: 24px;
    }
}

.form-wrap .wpcf7-form-control-wrap {
    width: 100%;
    position: relative;
}

.form-wrap .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #E02222;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.wpcf7 form .wpcf7-response-output {
    display: none;
}

.swal2-confirm.confirm-button-class.swal2-styled {
    background-color: #E2AF10 !important;
}

.form-wrap label {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000000;
}

@media (max-width: 768px) {
    .form-wrap label {
        font-size: 13px;
    }
}

.form-wrap input {
    border: 1px solid #D9D9D9;
    height: 46px;
    padding: 13px 53px;
    border-radius: 30px;
    width: 100%;
    color: #000000;
    line-height: 1.2;
    font-size: 13px;
}

.form-wrap textarea {
    border: 1px solid #D9D9D9;
    padding: 13px 53px;
    border-radius: 30px;
    width: 100%;
    color: #000000;
    line-height: 1.2;
    font-size: 13px;
}

.form-wrap input::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #999999;
}

.form-wrap-img {
    max-width: 658px;
}

.form-wrap-img img {
    width: 100%;
    height: auto;
}

.form-container {
    max-width: 846px;
    margin-left: auto;
}

.form-btn {
    color: white;
    border: 1px solid #E2AF10;
    background: #E2AF10;
    text-transform: uppercase;
    border-radius: 30px;
    height: 46px;
    min-width: 190px;
    padding: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: auto;
    margin-top: 36px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.form-btn:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
}

@media (max-width: 992px) {
    .form-btn {
        min-width: 100%;
        margin-top: 24px;
    }
}

@media (max-width: 1200px) {
    .form-row {
        flex-direction: column-reverse;
        gap: 0;
    }
}

/* faq */

.title-faq {
    margin-bottom: 64px;
    color: #E2AF10;
}

@media (max-width: 768px) {
    .title-faq {
        margin-bottom: 24px;
    }
}

.accordion-faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 50px;
}

@media (max-width: 768px) {
    .accordion-faq {
        gap: 16px
    }
}

.accordion-faq .accordion-item {
    width: calc(50% - 64px);
}

@media (max-width: 992px) {
    .accordion-faq .accordion-item {
        width: 100%;
    }
}

.accordion-faq .accordion-button span {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .accordion-faq .accordion-button span {
        font-size: 18px;
    }
}

.accordion-button .icon {
    color: #000000;
    transition: all 0.3s ease-in-out;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
}

.accordion-faq .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0;
}

@media (max-width: 768px) {
    .accordion-faq .accordion-button {
        gap: 70px;
    }
}

.accordion-faq .accordion-button::after {
    display: none !important;
}

.accordion-faq .accordion-body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #444444;
    text-align: left;
    padding: 20px 0 0;
}

.accordion-button:hover span,
.accordion-button:hover .icon {
    color: #E2AF10;
}

.accordion-button:not(.collapsed) span,
.accordion-button:not(.collapsed) .icon {
    color: #E2AF10;
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-button,
.accordion-button:focus {
    background: transparent;
    box-shadow: none;
    border: none;
    outline: none;
}

/* products  */

.products-top-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}

.title-products {
    margin-bottom: 78px;
}

@media (max-width: 768px) {
    .title-products {
        margin-bottom: 36px;
    }
}

.product-row {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    min-height: 50px;
}

@media (max-width: 768px) {
    .product-row {
        min-height: 24px;
    }
}

.product-btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
}

@media (max-width: 768px) {
    .product-btn {
        width: 34px;
        min-width: 34px;
        height: 34px;
    }
}

.product-btn img {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    transition: all 0.3s ease-in-out;
}

.product-btn:hover,
.product-btn:active {
    background: #E2AF10;
}

.product-btn:hover img,
.product-btn:active img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.product-name {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 768px) {
    .product-name {
        font-size: 16px;
    }
}

.product-name:hover {
    color: #E2AF10;
}

.product-price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: left;
    color: #E2AF10;
    margin-bottom: 16px;
}

.product-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    /*text-align: left;*/
    line-height: 1;
    color: #555555;
}

@media (max-width: 768px) {
    .product-desc {
        font-size: 11px;
    }
}

.product-card {
    position: relative;
}

.stretched-link::after {
    z-index: 11;
}

.product-card-top {
    background: #F9F9F9;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    height: 412px;
    padding: 30px;
}

@media (max-width: 768px) {
    .product-card-top {
        height: 382px;
        padding: 15px;
    }
}

.product-card-top:before {
    position: absolute;
    left: -78px;
    bottom: -45px;
    content: '';
    width: 428px;
    height: 428px;
    z-index: 0;
}

.product-rating {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 2;
}

.product-card-top .product-list {
    margin-left: auto;
}

.product-list {
    width: 80px;
    height: 16px;
    margin-bottom: 4px;
}

.product-tag {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
    text-align: right;
    color: #858585;
}

.product-container {
    position: relative;
}

.products-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 180px;
}

.swiper-button-prev,
.swiper-button-next {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid #5A5A5A;
    border-radius: 30px;
    width: 78px;
    height: 42px;
    background: transparent;
    transition: all 0.3s ease-in-out !important;
    overflow: hidden;
    outline: none !important;
    opacity: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    display: none;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
    transition: all 0.3s ease-in-out !important;
    color: #5A5A5A;
    display: flex;
    width: 36px;
    height: 12px;
}

.swiper-button-prev:active,
.swiper-button-prev:hover,
.swiper-button-next:active,
.swiper-button-next:hover {
    background: linear-gradient(267.52deg, #E2AF10 -11.74%, #D3A71D 126.17%);
    border-color: #E2AF10;
    width: 78px;
    height: 42px;
    opacity: 1;
}

.swiper-button-prev:active .icon,
.swiper-button-prev:hover .icon,
.swiper-button-next:active .icon,
.swiper-button-next:hover .icon {
    color: white;
}

.product-img-wrap {
    z-index: 2;
    position: relative;
}

.product-img-wrap img {
    max-width: 100%;
    max-height: 100%;
}

.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    overflow: hidden;
    background: #D9D9D9 !important;
    margin: 0 8px !important;
    border: none !important;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
    background: #E2AF10 !important;
}

.swiper-pagination {
    bottom: -52px !important;
}

/* breadcrumb */

.breadcrumb {
    padding: 48px 0 28px;
    margin: 0;
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 48px 0 12px;
    }
}

@media (max-width: 1280px) {
    .breadcrumb {
        padding: 24px 0 28px;
    }
}

.breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    min-width: 100%;
}

.breadcrumb-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.breadcrumb-list::-webkit-scrollbar {
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.breadcrumb-list::-webkit-scrollbar-track {
    background-color: #D9D9D966;
    border-radius: 4px;
    padding: 2px;
}

.breadcrumb-list::-webkit-scrollbar-thumb {
    background-color: #E2AF10;
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.breadcrumb-list::-webkit-scrollbar-thumb:horizontal {
    background: #E2AF10;
    border-radius: 4px;
}

.breadcrumb-link,
.breadcrumb a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    color: #999999;
    transition: all 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    padding-right: 26px;
}

.breadcrumb-link:hover,
.breadcrumb a:hover {
    color: #E2AF10;
}

.breadcrumb span,
.breadcrumb a {
    white-space: nowrap;
}

.breadcrumb span,
.breadcrumb .active {
    color: #000000;
    /*text-transform: uppercase;*/
    cursor: default;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    text-align: left;
    position: relative;
}

@media (max-width: 768px) {

    .breadcrumb span,
    .breadcrumb .active,
    .breadcrumb-link,
    .breadcrumb a {
        font-size: 11px;
    }
}

.breadcrumb-link::after,
.breadcrumb a::after {
    content: '';
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icon/arrow-right.svg);
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 768px) {

    .breadcrumb-link::after,
    .breadcrumb a::after {
        width: 3px;
        height: 5px;
    }
}

/* articles */

.title-articles {
    margin-bottom: 64px;
}

@media (max-width: 768px) {
    .title-articles {
        margin-bottom: 36px;
    }
}

.articles-item-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    border: 1px solid #000000;
    padding: 15px 30px;
    height: 47px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    outline: none;
    border-radius: 30px;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    cursor: pointer;
}

@media (max-width: 768px) {
    .articles-item-link {
        font-size: 15px;
        height: 32px;
        padding: 7px 50px;
    }
}

.articles-item-link:hover {
    color: white;
    background: #E2AF10;
    border-color: #E2AF10;
}

.articles-item-content p {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
    color: #000000;
}

@media (max-width: 768px) {
    .articles-item-content p {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
    }
}

.articles-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(50% - 8px);
    height: 100%;
}

.articles-item-img {
    border-radius: 5px;
    overflow: hidden;
    width: calc(50% - 8px);
    height: 100%;
    min-height: 257px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

@media (max-width: 768px) {
    .articles-item-img {
        min-height: 160px;
        border-radius: 10px;
    }
}

.articles-item-img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 768px) {
    .articles-item-img img {
        height: auto;
        min-height: 100%;
    }
}

.articles-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-direction: row;
    position: relative;
    max-width: 530px;
    width: 100%;
    height: 257px;
}

@media (max-width: 768px) {
    .articles-item {
        height: 160px;
    }
}

.articles-item:hover img {
    transform: scale(1.15);
}

.articles-row {
    gap: 32px 0;
}

/* footer */

.footer .accordion-button {
    padding: 0;
}

@media (max-width: 768px) {
    .footer .accordion-button {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer .accordion-button .icon {
        width: 16px;
        height: 10px;
        min-width: 16px;
        min-height: 10px;
        transition: all 0.3s ease-in-out;
    }

    .accordion-button:not(.collapsed) .icon {
        transform: rotate(-180deg);
    }
}

.footer .accordion-body {
    padding: 24px 0 0;
}

.accordion-button:not(.collapsed) .footer-col-title {
    color: #E2AF10;
}

.footer .accordion-button::after {
    display: none;
}

@media (min-width: 768px) {
    .footer .accordion-collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    }

    .footer .accordion-button::after {
        display: none;
    }

    .footer .accordion-button {
        pointer-events: none;
        cursor: default;
    }

    .footer .accordion-button .icon {
        display: none;
    }
}

.footer-logo-wrap {
    margin-bottom: 48px;
    position: relative;
}

.footer-logo-wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.footer-logo-wrap img {
    max-height: 30px;
}

@media (max-width: 768px) {
    .footer-logo-wrap img {
        max-height: 24px;
    }

    .footer .accordion-item {
        padding-bottom: 24px;
        border-radius: 0;
        border-bottom: 1px solid #00000026;
        margin-bottom: 24px;
    }
}

.footer-info {
    display: flex;
    flex-direction: column;
}

.footer-info-item {
    margin-bottom: 24px !important;
}

.footer-info-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    /*text-align: left;*/
    color: #000000;
    display: flex;
    flex-direction: column;
}

.footer-info-text span {
    margin-bottom: 24px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-info-text span {
        margin-bottom: 0;
    }
}

.footer-info-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    /*text-align: left;*/
    color: #000000;
    margin-bottom: 5px !important;
    text-transform: uppercase;
}

.footer-col-title-form {
    margin-bottom: 36px;
}

@media (max-width: 768px) {
    .footer-col-title-form {
        margin-bottom: 16px;
    }

    .footer-col-title {
        font-size: 18px;
    }
}

.wpcf7-form.invalid input {
    border: 1px solid #E02222;
}

.wpcf7-form.invalid label:not([for="additional-info"]) {
    color: #E02222;
}

.wpcf7-form input:not([type="checkbox"]):focus,
.wpcf7-form textarea:focus,
input:not([type="checkbox"]):focus,
textarea:focus {
    border-color: #E2AF10 !important;
    outline: none;
}

.footer-col-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
}

.footer-link,
.footer-link a {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    /*text-align: left;*/
    color: #999999;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}

.footer-link a:hover {
    color: #E2AF10;
}

.footer-link span {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin-bottom: 16px;
    color: #E2AF10;
    cursor: default;
}

.footer-row {
    justify-content: space-between;
    gap: 20px;
    position: relative;
    margin: 50px 0;
}

@media (max-width: 1200px) {
    .footer-row {
        gap: 20px 0;
    }
}

.footer-row:after {
    position: absolute;
    content: '';
    background-image: url(../img/icon/line-footer.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-row:after {
        background-image: url(../img/icon/footer-line-mob.svg);
    }
}

.footer-row:before {
    position: absolute;
    content: '';
    background-image: url(../img/icon/footer-line-bottom.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    height: 12px;
    width: 100%;
}

@media (max-width: 768px) {
    .footer-row:before {
        background-image: url(../img/icon/footer-line-mob-bottom.svg);
    }
}

.col-footer label {
    line-height: 1;
}

.col-footer .form-wrap {
    margin-bottom: 32px;
    gap: 10px;
}

.col-footer .form-wrap input {
    height: 32px;
}

.footer-form-btn {
    color: white;
    background: #E2AF10;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 20px;
    height: 48px;
    padding: 14px;
    max-width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.footer-form-btn:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
}

.footer-row--bottom {
    padding: 15px 0 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .footer-row--bottom {
        flex-direction: column-reverse;
    }
}

.footer-copyright {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #444444;
}

@media (max-width: 768px) {
    .footer-copyright {
        font-size: 13px;
    }

    .footer-item-bottom .footer-copyright {
        font-size: 11px;
    }
}

.footer-copyright-link {
    transition: all 0.3s ease-in-out;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #E2AF10;
    cursor: pointer;
}

@media (max-width: 768px) {
    .footer-copyright-link {
        font-size: 13px;
    }
}


.footer-copyright-link:hover {
    opacity: 0.8;
}

.footer-copyright-row {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-copyright-img {
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .footer-copyright-img {
        margin: 0 auto;
    }
}

.footer-copyright-img img {
    width: auto;
    height: 100%;
}

.footer-item-bottom {
    width: fit-content;
}

/* cart-product*/

.cart-product {
    position: relative;
}

.cart-product:after {
    top: -697px;
    right: -522px;
    position: absolute;
    content: '';
    width: 1245px;
    height: 1245px;
    /* display: block; */
    display: none;
    z-index: -1;
}

@media (max-width: 768px) {
    .cart-product:after {
        top: -56px;
        right: -155px;
    }
}

.cart-product-item {
    max-width: 820px;
}

.cart-product-row {
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .cart-product-row {
        gap: 36px;
    }
}

.cart-product-title {
    margin-bottom: 5px;
    width: 100%;
}

.cart-product-rating {
    height: 24px;
}

@media (max-width: 768px) {
    .cart-product-rating {
        height: 15px;
    }
}

.cart-product-rating img {
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .cart-product-title-wrap {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        align-items: flex-start;
        margin-bottom: 36px;
    }
}

.cart-product-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 48px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .cart-product-price-wrap {
        margin: 0;
    }
}

.cart-product-price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #000000;
}

.cart-product-price.cart-product-price--old {
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}

.cart-product-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .cart-product-subtitle {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.cart-product-list-item {
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #000000;
}

.cart-product-list-item span {
    font-weight: 600 !important;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 26px;
    text-align: left;
    color: #000000;
    margin-right: 4px;
}

.cart-product-list {
    margin-bottom: 48px;
}

.cart-product-list-item a {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    color: #E2AF10;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 768px) {

    .cart-product-list-item,
    .cart-product-list-item span,
    .cart-product-list-item a {
        font-size: 16px;
    }
}

.cart-product-list-item a:hover {
    opacity: 0.8;
}

.cart-product-btn {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #ffffff;
    height: 54px;
    padding: 15px;
    min-width: 338px;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 16px;
    transition: all 0.3s ease-in-out;
    background: var(--theme-color);
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid transparent;
    width: auto;
    flex: 1;
}

@media (max-width: 768px) {
    .cart-product-btn {
        font-size: 18px;
        min-width: 230px;
        height: 40px;
    }
}

.cart-product-btn:hover {
    color: #ffffff;
    border-color: transparent;
    background: #000000;
}


.cart-product-btn img {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    transition: all 0.3s ease-in-out;
}

.cart-product-input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    border-radius: 30px;
    width: fit-content;
    box-sizing: border-box;
    height: 54px;
    overflow: hidden;
    margin-top: 10px;
}

@media (max-width: 992px) {
    .cart-product-input-wrapper {
        height: 40px;
        margin-top: 10px !important;
    }
}

.cart-product-input {
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    height: 54px;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: 1px solid #999999;
    font-family: 'Ubuntu', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.06em;
    color: #000000;
}

@media (max-width: 768px) {
    .cart-product-input {
        height: 40px;
        width: 37px;
        font-size: 18px;
    }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"]::-ms-expand {
    display: none;
}

.input-button {
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 54px;
}

@media (max-width: 768px) {
    .input-button {
        min-height: 40px;
        width: 37px;
    }
}

.input-button svg {
    width: 16px;
    height: 16px;
}

.cart-product-btn--large {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: #444444;
    border: 1px solid #999999;
    height: 54px;
    border-radius: 30px;
    padding: 15px 30px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cart-product-btn--large {
        height: 40px;
        font-size: 18px;
    }
}

.cart-product-btn--large:hover {
    background: #E2AF10;
    color: white;
    border-color: #E2AF10;
}

.cart-product-row-btn {
    gap: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 544px;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .cart-product-row-btn {
        gap: 16px;
        max-width: 100%;
    }
}

.cart-product-row-btn--top {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    max-width: 544px;
}

@media (max-width: 992px) {
    .cart-product-row-btn--top {
        gap: 16px;
        max-width: 100%;
    }
}

.input-button {
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.input-button .icon {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.input-button:hover {
    background: #E2AF10;
}

.input-button:active {
    background: #000;
}

.input-button:hover .icon,
.input-button:active .icon {
    color: #fff;
}

.social-wrap,
.social-wrap span {
    font-family: 'Actor', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #999999;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {

    .social-wrap,
    .social-wrap span {
        font-size: 16px;
    }
}

.social-list {
    margin-left: 16px;
    display: flex;
    align-items: center;
    gap: 7px;
    justify-content: flex-start;
}

.social-item .icon {
    width: 25px;
    height: 20px;
    min-width: 25px;
    min-height: 20px;
    color: #999999;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .social-item .icon {
        width: 20px;
        height: 16px;
        min-width: 20px;
        min-height: 16px;
    }
}

.social-link {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-link:hover .icon {
    color: #E2AF10;
}

@media (max-width: 768px) {
    .cart-product {
        padding-bottom: 24px;
    }
}

.cart-product .swiper-container.gallery-top {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
}

.cart-product .swiper-slide {
    border-radius: 30px;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@media (max-width: 768px) {
    .cart-product .swiper-slide {
        height: 313px;
    }

    .cart-product .swiper-slide,
    .cart-product .swiper-container {
        border-radius: 20px;
    }
}

.cart-product .swiper-slide img {
    max-width: 522px;
    max-height: 522px;
    width: auto;
    height: 100%;
}

@media (max-width: 768px) {
    .cart-product .swiper-slide img {
        max-width: 334px;
        max-height: 334px;
    }
}

.cart-product .gallery-thumbs .swiper-slide {
    background: #F2F2F2 !important;
    height: 132px;
    border-radius: 10px !important;
    margin-right: 10px !important;
    cursor: pointer;
}

.cart-product .gallery-thumbs {
    margin-top: 24px;
}

@media (max-width: 768px) {
    .cart-product .gallery-thumbs .swiper-slide {
        height: 62px;
        border-radius: 5px !important;
        margin-right: 10px !important;
    }

    .cart-product .gallery-thumbs {
        margin-top: 10px;
    }
}

.cart-btns-swiper {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    width: calc(100% - 48px);
    align-items: center;
    justify-content: space-between;
    z-index: 11;
    display: none;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.cart-product .gallery-top .swiper-slide img {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.cart-product .gallery-top .swiper-slide:hover img {
    scale: 1.3;
}

.sale-wrap {
    position: absolute;
    top: 28px;
    right: 40px;
    width: 70px;
    height: 30px;
    padding: 3px 16px;
    border-radius: 5px;
    background: #E02222;
    color: white;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}

.cart-product .certificates-item .icon,
.cart-product .certificates-item img {
    transition: all 0.3s ease-in-out;
    width: 48px;
    height: auto;
    max-height: 50px;
}

.cart-product .certificates-item .icon {
    color: #E2AF10;
}

@media (max-width: 768px) {

    .cart-product .certificates-item .icon,
    .cart-product .certificates-item img {
        width: 24px;
        height: auto;
        max-height: 25px;
    }

    .sale-wrap {
        top: 20px;
        right: 20px;
        font-size: 14px;
        padding: 3px 8px;
        height: 24px;
        width: 60px;
    }
}

.certificates-list {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 11;
}

@media (max-width: 768px) {
    .certificates-list {
        bottom: 10px;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }
}

.certificates-item {
    display: flex;
    align-items: center;
    transition: all 0.4s ease-in-out;
    margin-bottom: 24px;
    cursor: pointer;
    position: relative;
}

@media (max-width: 768px) {
    .certificates-item {
        margin-bottom: 0;
        margin-right: 16px;
    }
}

.certificates-item:last-child {
    margin-bottom: 0;
    margin-right: 0;
}

.certificates-item span {
    opacity: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.05em;
    text-align: center;
    color: #000000;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 50%;
    left: calc(100% + 15px);
    white-space: nowrap;
    transform: translateY(-50%);
    text-transform: uppercase;
    width: fit-content;
    display: none;
}

@media (min-width: 768px) {

    .cart-product .gallery-top .certificates-item:hover .icon,
    .cart-product .gallery-top .certificates-item:hover img {
        /*width: 60px;*/
        /*height: 60px;*/
        transform: scale(1.25);
    }

    .certificates-item:hover span {
        opacity: 1;
    }

    .certificates-item span {
        display: flex;
    }

    .cart-btns-swiper {
        display: flex;
    }
}

/* header */

.header {
    backdrop-filter: blur(40px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    z-index: 1111;
}

.header-row {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1280px) {
    .header-row {
        padding: 20px 0;
    }
}

@media (min-width: 1281px) {
    .header-row {
        position: relative;
    }
}

.header-row:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    width: 100%;
    height: 14px;
    background-image: url(../img/icon/header-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

@media (max-width: 576px) {
    .header-row:after {
        position: absolute;
        bottom: -9px;
        left: 0;
        content: '';
        width: 100%;
        height: 18px;
        background-image: url(../img/icon/header-line-mobe.svg);
        background-size: 100%;
        background-repeat: no-repeat;
    }
}

.header-logo-wrap {
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-right: 64px;
    /*margin-right: auto;*/
}

.header-logo-link {
    width: 100%;
    height: 100%;
}

.header-logo-link img {
    height: 26px;
    width: auto;
    min-width: 177px;
}

@media (max-width: 992px) {
    .header-logo-link img {
        height: 24px;
        width: auto;
        min-width: 163px;
    }
}

.header-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    text-transform: uppercase;
}

.header-link:hover,
span.header-link {
    color: #E2AF10;
}

span.header-link {
    cursor: default;
}

.header-item {
    margin-right: 32px;
}

.header-item:last-child {
    margin-right: 0;
}

.header-list {
    display: flex;
    align-items: center;
}

.header-button {
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    border-radius: 30px;
    background: #E2AF10;
    height: 38px;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    margin-right: 36px;
}

.header-button:hover {
    color: #ffffff;
    border: none;
    background: #000000;
}

.header-button-icon,
.header-button-icon span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.header-button-icon {
    margin-right: 33px;
    margin-left: auto;
}

.header-button-icon span {
    margin-left: 10px;
}

.header-button-icon #cart-items-count {
    margin-left: 4px;
}

.header-button-icon .icon {
    width: 18px;
    height: 18px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1000;
    width: 74px;
    right: 0;
    top: calc(100% + 5px);
    min-width: 50px;
    padding: 20px 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    max-width: 100%;
    width: 100%;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}

.dropdown-item:last-child {
    margin-bottom: 0;
}

.dropdown-item:hover {
    color: #E2AF10;
    background: none;
}

.dropdown-toggle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease-in-out;
}

.dropdown-toggle:hover {
    color: #E2AF10;
    background: none;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle img {
    width: 16px;
    height: 16px;
    transition: all 0.3s ease-in-out;
    transform: rotate(0);
    filter: brightness(0%);
}

.dropdown-toggle.show img {
    transform: rotate(180deg);
}

.dropdown-toggle:hover img {
    filter: none;
}

.header-burger {
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

@media (max-width: 1280px) {
    .header-burger {
        display: flex;
    }
}

.header-burger img {
    height: 20px;
    width: 53px;
}

.icon-close {
    display: none;
}

.active .icon-burger {
    display: none;
}

.active .icon-close {
    display: inline;
}

.header-menu-wrap {
    align-items: center;
    width: 100%;
    display: flex;
}

.header-nav-wrap {
    display: flex;
    align-items: flex-start;
}

.header-search-wrap {
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-left: 36px;
    margin-right: auto;
}

.header-search-wrap input {
    background: transparent;
}

.header-search-wrap img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    transition: width 0.3s ease-in-out;
}

#ajaxsearchlite1 .probox .proinput input,
div.asl_w .probox .proinput input,
#ajaxsearchlite1 .probox .proinput input::placeholder,
div.asl_w .probox .proinput input::placeholder {
    transition: all 0.3s ease-in-out;
}

.header-search-wrap input::placeholder {
    background: linear-gradient(90deg, #E2AF10 0%, #999999 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-search-wrap:hover input::placeholder {
    background: linear-gradient(90deg, #000000 0%, #999999 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-search-wrap:hover img {
    filter: brightness(0%);
}

.header-search-wrap input:focus::placeholder {
    background: linear-gradient(90deg, #999999 0%, #999999 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-search-wrap.focused img {
    filter: brightness(0%);
}

.header-search-wrap {
    position: relative;
    max-width: 206px;
}

.header-search-wrap:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 1px;
    width: 0;
    background: #000000;
    transition: width 0.3s ease-in-out;
}

.header-search-wrap.focused:after {
    width: 100%;
}

div.asl_w {
    box-shadow: none !important;
    border: none !important;
}

div.asl_w .probox .proloading,
div.asl_w .probox .proclose,
div.asl_w .probox .promagnifier,
div.asl_w .probox .prosettings {
    display: none !important;
}

@media (max-width: 1280px) {
    div.asl_w .probox .proclose {
        display: block !important;
        font-size: 16px;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.16500000655651093px;
        text-align: center;
        color: #000;
        width: fit-content !important;
        height: fit-content !important;
    }

    .probox {
        align-items: center !important;
    }

    div.asl_w .probox .proclose svg {
        display: none !important;
    }
}

.arrows {
    display: none;
}

.lang-dropdown-title {
    display: none;
}

.icon-arrow--top {
    display: none;
}

.language-switcher {
    display: none;
}

.header-button--large {
    display: flex;
}

.header-button--small {
    display: none;
}

@media (max-width: 1280px) {
    .header-button--large {
        display: none;
    }

    .header-button--small {
        display: flex;
    }

    .header-wrapper-menu {
        width: calc(100% + 20px);
        position: absolute;
        left: -10px;
        right: -10px;
        top: 64px;
        max-height: 0;
        opacity: 0;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        background: rgba(255, 255, 255, 0.9);
        flex-direction: column;
        align-items: flex-start;
        overflow-y: auto;
        backdrop-filter: blur(40px);
        padding: 0 20px;
    }

    .header-wrapper-menu.show {
        max-height: calc(100vh - 80px);
        min-height: calc(100vh - 80px);
        opacity: 1;
    }

    .header-list {
        flex-direction: column;
        align-items: flex-start;
    }

    .header-item {
        margin-bottom: 64px;
        margin-right: 0;
    }

    .header-item:last-child {
        margin-bottom: 0;
    }

    .header-nav-wrap {
        flex-direction: column;
    }

    .header-button {
        max-width: 210px;
        width: 100%;
        background: transparent;
        border: 1px solid #E2AF10;
        color: #000;
        padding: 11px 24px;
        font-size: 16px;
        margin: 64px 0 200px;
    }

    .header-search-wrap {
        margin: 0;
    }

    .header-search-wrap .asl_w_container {
        opacity: 0;
        z-index: -111;
    }

    .header-search-wrap.focused .asl_w_container {
        opacity: 1;
        z-index: 22;
    }

    .header-search-wrap {
        max-width: 24px;
        min-width: 24px;
        overflow: hidden;
    }

    .header-search-wrap.focused {
        max-width: calc(100% - 28px);
        position: absolute;
        left: 14px;
        top: 20px;
        margin: 0;
        z-index: 222;
        min-width: calc(100% - 28px);
    }

    .header-row {
        position: relative;
    }

    .header.focused-search::before {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        background: white;
        z-index: 22;
    }

    div.asl_r.vertical {
        width: 100% !important;
        left: 0 !important;
        height: 100% !important;
    }

    div.asl_r .results .asl_nores {
        padding: 10px 24px !important;
        text-align: left !important;
    }

    .header-search-wrap img {
        filter: brightness(0%);
        margin: 0;
        width: 24px;
        height: 24px;
    }

    .header-button-icon {
        margin: 0;
    }

    .cart-wrap-order-text {
        display: none !important;
    }

    .header-button-icon {
        flex-direction: row-reverse;
        gap: 5px;
    }

    .cart-wrap-order {
        margin: 0 !important;
    }

    .cart-wrap-order-num {
        margin: 0 !important;
    }

    .modal-open .cart-wrap-order-num {
        color: white;
    }

    .modal-open::after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #1A1A2680;
        z-index: 1040;
        pointer-events: none;
    }

    .modal-open .header-search-wrap img,
    .modal-open .header-button-icon img {
        transition: all 0.3s ease-in-out;
        filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    }

    .header-button-icon .icon {
        width: 24px;
        height: 24px;
    }

    .header-burger {
        width: 30px;
        height: 20px;
    }

    .header-burger img {
        width: 100%;
    }

    .header-menu-wrap {
        justify-content: flex-end;
        gap: 24px;
        margin-right: 24px;
    }

    .lang-dropdown {
        order: -5;
        margin-bottom: 70px;
        display: none;
    }

    .dropdown-menu {
        display: none !important;
    }

    .arrows {
        display: flex;
        flex-direction: column;
        padding: 0 10px;
        width: fit-content;
        gap: 10px;
    }

    .language-switcher {
        display: flex;
        align-items: center;
        gap: 24px;
        order: -5;
        margin-bottom: 70px;
    }

    .language-switcher .icon {
        color: #000000;
        width: 14px;
        height: 10px;
    }

    .language-code {
        color: #E2AF10;
        display: flex;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        text-transform: uppercase;
        width: 25px;
    }

    .language-switcher .icon-arrow {
        transition: all 0.3s ease-in-out;
        height: 10px;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .language-switcher .icon-arrow:hover .icon {
        color: #E2AF10;
    }

    .icon-arrow--bottom .icon {
        transform: rotate(-180deg);
    }

    .language-switcher .icon-arrow.disabled .icon {
        color: #999999;
    }

    .language-switcher-wrap {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .dropdown-toggle.show img {
        transform: none !important;
    }

    .icon-arrow--top {
        display: block;
    }

    .icon-arrow--top,
    .icon-arrow--bottom {
        width: fit-content;
    }

    .icon-arrow--top img {
        display: block;
        transform: rotate(-180deg) !important;
    }

    .dropdown-toggle {
        color: #E2AF10;
    }

    .lang-dropdown-title {
        display: flex;
        font-family: 'Ubuntu', sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.4;
        text-align: left;
        color: #000000;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        text-transform: uppercase;
    }

    .header-menu-container {
        flex-direction: column;
        display: flex;
        margin: 48px auto;
    }

    .header-list {
        flex-direction: column;
    }

    .header-wrapper-menu {
        position: absolute;
    }
}

@media (max-width: 768px) {
    .header-button {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 1281px) {
    .header-menu-container {
        align-items: center;
        width: 100%;
        display: flex;
        max-width: 100%;
        padding: 0;
    }
}

@media (min-width: 1281px) and (max-width: 1600px) {
    .header-logo-wrap {
        margin-right: 20px;
    }

    .header-logo-link img {
        height: 22px;
        min-width: 150px;
    }

    .header-item {
        margin-right: 18px;
    }

    .header-link {
        font-size: 16px;
    }

    .header-search-wrap {
        margin-left: 16px;
    }

    .header-button {
        font-size: 16px;
        min-width: 220px;
        margin-right: 20px;
    }

    .header-button-icon {
        margin-right: 20px;
    }

    .header-search-wrap {
        max-width: 185px;
    }
}

/* rating */

.product-rating-stars .item-rating {
    margin: 0;
    width: 80px;
    height: 16px;
    background-size: auto 16px;
}

.product-rating-stars .selected-rating {
    background-size: auto 16px;
}

.selected-rating {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(../img/icon/fill-star.png) repeat-x;
    background-size: auto 16px;
}

.item-rating {
    position: relative;
    width: 80px;
    height: 16px;
    margin: 0;
    background: url(../img/icon/empty-star.webp) repeat-x;
    background-size: auto 16px;
}

.product-rating-stars .item-rating {
    margin: 0;
    width: 80px;
    height: 16px;
    background-size: auto 16px;
}

.product-list {
    position: relative;
}

.cart-product-rating .product-rating-stars .item-rating {
    width: 121px;
    height: 24px;
}

.cart-product-rating .product-rating-stars .selected-rating {
    background-size: auto 24px;
}

.cart-product-rating .selected-rating {
    background-size: auto 24px;
}

.cart-product-rating .item-rating {
    width: 121px;
    height: 24px;
    background-size: auto 24px;
}

.cart-product-rating .product-rating-stars .item-rating {
    width: 121px;
    height: 24px;
    background-size: auto 24px;
}


/* modal cart */

.modal {
    z-index: 1111111;
}

.modal-cart-mini .modal-right {
    position: fixed;
    width: 333px;
    max-height: 535px !important;
    height: auto;
    margin: 0;
    border: none;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .modal-cart-mini .modal-right {
        transform: translateX(100%) !important;
        top: 200px;
        /*top: 0;*/
        right: 0;
    }

    .show .modal-right {
        transform: translateX(0) !important;
    }
}

@media (max-width: 768px) {
    .modal-cart-mini .modal-right {
        transform: translateY(100%) !important;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 345px !important;
        max-height: 420px !important;
        border-radius: 30px 30px 0 0;
        min-width: 100%;
    }

    .show .modal-right {
        transform: translateY(0) !important;
    }
}

@media (min-width: 393px) and (max-width: 768px) {
    .modal-cart-mini .modal-right {
        min-height: 345px !important;
        max-height: 345px !important;
    }
}

.modal-cart-mini .modal-dialog {
    height: auto;
    margin: 0;
}

.modal-cart-mini .modal-content {
    height: 100%;
    border-radius: 0;
}

.cart-order-list {
    padding-bottom: 10px;
}

.modal-backdrop.show {
    opacity: 0 !important;
}

.modal-right {
    box-shadow: 0px 0px 22.3px 0px #F0D685B2;
    background: #ffffff;
    border-radius: 30px 0 0 30px;
}

.modal-right .modal-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

.modal-right .btn-close {
    background: none;
    margin-left: 0;
    margin-right: 36px;
    padding: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.modal-right .btn-close .icon {
    filter: brightness(0%);
    transition: all 0.3s ease-in-out;
    width: 18px;
    height: 18px;
}

.modal-right .btn-close:hover .icon {
    filter: none;
}

.modal-right .modal-content {
    border: none;
    border-radius: 30px 0 0 30px;
}

.modal-right .modal-header {
    border: none;
    padding: 24px;
}

@media (max-width: 768px) {
    .modal-right .modal-header {
        padding: 24px 16px;
    }
}

.modal-right .modal-body {
    padding: 12px 24px;
    height: 210px;
    overflow: hidden;
    flex: 0 0 auto;
}

@media (max-width: 768px) {
    .modal-right .modal-body {
        padding: 0 16px;
        height: 100px;
        min-height: 100px;
    }
}

.modal-footer {
    position: relative;
    border: none;
    padding: 36px 24px 24px;
    padding-right: 48px;
}

.modal-footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 24px;
    width: calc(100% - 72px);
    height: 12px;
    z-index: 11;
    display: block;
    background: url(../img/icon/modal-mini-cart.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .modal-footer:before {
        background: url(../img/icon/modal-mini-cart-mob.svg);
    }
}

.cart-price-title,
.cart-price-num {
    font-family: 'Inter', sans-serif;;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
}

.cart-price-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 12px;
    margin-bottom: 36px;
    width: 100%;
}

@media (max-width: 768px) {
    .cart-price-wrap {
        margin-bottom: 24px;
    }
}

.cart-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.cart-btn {
    width: auto;
    min-width: calc(50% - 8px);
    max-width: 100%;
    text-transform: uppercase;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    height: 54px;
    transition: all 0.3s ease-in-out;
    border: none;
    border-radius: 30px;
    white-space: nowrap;
    flex: auto;
}

.cart-btn--border {
    border: 1px solid #999999;
    color: #000000;
    background: transparent;
}

.cart-btn--border:hover {
    color: #ffffff;
    background: #E2AF10;
    border-color: #E2AF10;
}

.cart-btn--fill {
    color: #ffffff;
    background: #E2AF10;
}

.cart-btn--fill:hover {
    background: #000000;
}

.cart-order-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    position: relative;
}

.cart-order-wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: -12px -5px 34.9px 0px #0000000D; */
    border-radius: 10px;
    width: 70px;
    min-width: 70px;
    height: 70px;
    position: relative;
    overflow: hidden;
    padding: 3px;
    background: #F9F9F9;
}

@media (max-width: 768px) {
    .cart-order-wrap-img {
        width: 82px;
        height: 82px;
    }

    .cart-order-item {
        gap: 24px;
    }
}

.cart-order-wrap-img::before {
    position: absolute;
    left: -35px;
    top: -27px;
    width: 98px;
    height: 98px;
    content: '';
}

.cart-order-wrap-img img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

.cart-order-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 4px;
    padding-right: 25px;
    white-space: normal;
}

.modal-dialog .cart-order-title {
    white-space: normal;
    overflow: visible;
    padding-right: 18px;
}

.cart-order-desc {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #444444;
    margin-bottom: auto;
}

.cart-order-price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-top: 14px;
}

.cart-order-price--count {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #E2AF10;
    text-transform: none;
}

.cart-order-close {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-order-close img {
    width: 14px;
    height: 14px;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

.cart-order-close:hover img {
    filter: none;
}

.cart-order-list {
    height: 100%;
    min-height: 100%;
    /*height: auto;*/
    overflow-y: auto;
    padding-right: 24px;
    gap: 36px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {
    .cart-order-list {
        gap: 24px;
    }
}

.cart-order-list::-webkit-scrollbar {
    width: 11px;
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-order-list::-webkit-scrollbar-track {
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-order-list::-webkit-scrollbar-thumb {
    background-color: #E2AF10;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

/* catalog */

.catalog .product-card-list {
    gap: 48px 0;
}

@media (max-width: 768px) {
    .catalog .product-card-list {
        gap: 24px 0;
    }
}

.catalog .product-row {
    margin-bottom: 10px;
}

.catalog .product-card .product-card-top {
    padding: 30px;
}

@media (max-width: 768px) {
    .catalog .product-card .product-card-top {
        height: 194px;
        padding: 15px;
    }
}

.product-content-item {
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .product-content-item {
        margin-bottom: 36px;
    }
}

.product-content-item:last-child {
    margin-bottom: 0;
}

.product-content-menu li a {
    padding-left: 25px;
    position: relative;
    color: #E2AF10;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}

.product-content-menu li {
    margin-bottom: 14px;
}

@media (max-width: 1199px) {
    .product-content-menu li a {
        font-size: 16px;
    }

    .product-content-menu li {
        margin-bottom: 8px;
    }
}

.product-content-menu li:last-child {
    margin-bottom: 0;
}

.product-content-menu li:before {
    display: none !important;
}

.product-content-menu li {
    padding: 0 !important;
}

.product-content-menu li a {
    text-decoration: none !important;
}

.product-content-menu li a:before {
    background: #E2AF10;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    /* transform: translateY(-50%); */
}

.product-content-menu {
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .product-content-menu {
        margin-bottom: 36px;
    }
}

.product-content-text ul,
.product-content-text ol,
.category-content-text ul,
.category-content-text ol {
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #444444;
    text-align: left;
}

.product-content-text ol li,
.category-content-text ol li {
    list-style: auto;
}

.product-content-text ul li,
.category-content-text ul li {
    padding-left: 25px;
    position: relative;
}

.product-content-text ol li,
.category-content-text ol li {
    margin-left: 25px;
}

.product-content-text ul li::before,
.category-content-text ul li::before {
    background: #E2AF10;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.product-content-text p,
.category-content-text p {
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #444444;
    text-align: left;
}

@media (max-width: 1199px) {
    .product-content-text p,
    .category-content-text p {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.product-content-text *:last-child,
.category-content-text *:last-child {
    margin-bottom: 0;
}

.product-content-text a,
.category-content-text a {
    color: #E2AF10;
}

.title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
    width: 100%;
    min-width: 100%;
    display: flex;
}

@media (max-width: 1199px) {
    .title {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

.product-content-list {
    max-width: 1182px;
    margin: 0 auto;
}

.item-product::after {
    content: '';
    position: absolute;
    top: -8px;
    right: -240px;
    width: 695px;
    height: 660px;
}

@media (max-width: 1199px) {
    .item-product::after {
        display: none;
    }
}

.item-product img {
    position: relative;
    z-index: 22;
}

.item-product {
    max-width: 418px;
    margin: auto;
    position: relative;
}

.epitide.item-product::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.1) 0%, rgba(240, 214, 133, 0.07) 23.33%, rgba(249, 241, 217, 0) 96.88%);
}

.natura-sanat-women.item-product::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(239, 190, 195, 0.4) 0%, rgba(235, 199, 191, 0.2) 39.19%, rgba(235, 199, 191, 0) 71.21%);
}

.natura-sanat-vision.item-product::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(75, 146, 194, 0.2) 0%, rgba(176, 185, 200, 0.2) 36.4%, rgba(249, 241, 217, 0) 96.88%);
}

.certificates-list--large {
    position: relative;
    top: 0;
    left: 0;
    max-width: 700px;
}

.certificates-list--large .certificates-item span {
    opacity: 1;
    left: 0;
    top: 0;
    position: relative;
    transform: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    color: #000000;
    white-space: normal;
    display: block !important;
}

.certificates-list--large .certificates-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
}

.certificates-list--large .certificates-item img {
    width: 100px;
    height: 110px;
}

@media (max-width: 1199px) {
    .certificates-list--large .certificates-item img {
        width: 90px;
        height: 98px;
    }
}

.certificates-list--large {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
}

@media (max-width: 1199px) {
    .wrap-item .item-product {
        max-width: 150px;
        max-height: 150px;
        margin: 0 36px 16px 0;
        float: left;
    }

    .certificates-list--large {
        gap: 40px 0;
    }

    .wrap-item {
        width: 100% !important;
    }
}

/* .catalog .product-price {
    margin-bottom: 0;
} */

.catalog .product-price-wrap,
.products .swiper-slide  .product-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .catalog .product-price-wrap,
    .products .swiper-slide  .product-price-wrap {
        margin: 0;
        margin-bottom: 10px !important;
    }
}

.catalog .product-price.product-price--old,
.products .swiper-slide  .product-price.product-price--old{
    color: #999999 !important;
    font-weight: 400 !important;
    text-decoration: line-through !important;
}

.wrap-item {
    flex-wrap: wrap;
    width: 58.33333333%;
}

@media (min-width: 1200px) {
    .wrap-item {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-top: var(--bs-gutter-y);
        flex-wrap: wrap;
    }

    .wrap-item .item-product {
        flex: 0 0 auto;
        width: 41.66666667%;
        display: flex;
        align-items: center;
        height: fit-content;
        justify-content: center;
    }

    .wrap-item .product-content-text {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
}

.categories-wrapper {
    background: #F0F0F066;
    backdrop-filter: blur(40px);
    padding: 24px;
    border-radius: 20px;
}

@media (min-width: 1200px) {
    .categories-wrapper {
        position: sticky;
        top: 140px;
        z-index: 111;
        width: 100%;
    }
}

.categories-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #E2AF10;
    text-transform: uppercase;
}

.categories-top-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E2AF1033;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 1199px) {
    .categories-top-wrap {
        display: none;
    }
}

.categories-list-wrap {
    margin: 48px 0;
}

.categories-list li {
    width: 100%;
}

.categories-list {
    display: flex;
    flex-wrap: wrap;
    gap: 36px;
    transition: all 0.3s ease-in-out;
}

.categories-item span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    white-space: nowrap;
    transition: all 0.3s ease-in-out!important;
}

.categories-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}

a.categories-item {
    cursor: pointer;
}

.categories-item:hover span,
.categories-item.active span {
    color: #E2AF10;
}

.categories-item:hover img,
.categories-item.active img {
    filter: none;
}

.categories-item img {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
    filter: brightness(0%);
}

.categories-link span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
    text-transform: uppercase;
    color: #E2AF10;
    transition: all 0.3s ease-in-out;
}

.categories-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

@media (max-width: 1199px) {
    .categories-link {
        display: none;
    }

    .categories-wrapper {
        background: none;
        padding: 0;
        margin-bottom: 48px;
    }

    .categories-list-wrap {
        margin: 0;
    }

    .categories-item {
        width: fit-content;
        flex-direction: column;
        max-width: 57px;
    }

    .categories-wrapper .categories-item span {
        white-space: normal;
        font-size: 12px;
        /*text-align: center;*/
        text-align: left;
    }

    .categories-list {
        gap: 36px;
        width: auto;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 10px;
    }

    .categories-list::-webkit-scrollbar {
        width: 4px;
        height: 4px;
    }

    .categories-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .categories-list::-webkit-scrollbar-thumb {
        background: #E2AF10;
        border-radius: 4px;
        border: 1px solid transparent;
        background-clip: content-box;
    }

    .categories-list::-webkit-scrollbar-thumb:horizontal {
        background: #E2AF10;
        border-radius: 4px;
    }

    .categories-icon {
        background: #0000000D;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .categories-item .categories-icon:hover,
    .categories-item .categories-icon.active {
        background: #E2AF10;
    }

    .categories-item .categories-icon:hover img,
    .categories-item .categories-icon.active img {
        filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
    }
}

.categories-button {
    width: 36px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-link img {
    width: 36px;
    transition: all 0.3s ease-in-out;
}

.small .categories-wrapper .categories-top-wrap,
.small .categories-wrapper .categories-link,
.small .categories-wrapper .categories-item {
    gap: 0;
    transition: all 0.5s ease-in-out;
}

.small .categories-wrapper .categories-link span,
.small .categories-wrapper .categories-item span,
.small .categories-wrapper .categories-title {
    max-width: 0;
    overflow: hidden;
    opacity: 0;
}

.categories-wrapper .categories-link span,
.categories-wrapper .categories-item span,
.categories-wrapper .categories-title {
    max-width: 200px;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.col-menu.small {
    width: 84px;
    padding: 0;
}

.col-menu {
    transition: all 0.5s ease-in-out;
}

.col-content {
    max-width: calc(75% - 30px);
    transition: max-width 0.5s ease-in-out;
}

.small.col-content {
    max-width: calc(100% - 100px);
    transition: max-width 0.5s ease-in-out;
}

@media (max-width: 1199px) {
    .col-content {
        max-width: 100%;
    }

    .col-content.small {
        max-width: 100%;
    }
}

.catalog-row {
    justify-content: space-between;
}

.catalog .product-card {
    position: relative;
    margin-bottom: 48px;
}

@media (max-width: 1199px) {
    .catalog .product-card {
        margin-bottom: 24px;
    }
}

.catalog.section {
    padding-bottom: 16px !important;
}

@media (max-width: 1199px) {
    .catalog.section {
        padding-bottom: 40px !important;
    }
}

.gallery-thumbs {
    overflow: auto;
}

/* banner */

.home .main,
.full-bg .main {
    padding-top: 0;
    margin: 0;
}

.full-bg .bg-blur {
    padding-top: 160px;
}

.banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100vh;
    max-height: 973px;
    padding-top: 112px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1280px) {

    .banner,
    .full-bg .bg-blur {
        padding-top: 140px;
    }
}

.banner:after {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.3) 0%, rgba(240, 214, 133, 0.21) 62.4%, rgba(249, 241, 217, 0) 96.88%);
    left: -20%;
    bottom: -45%;
    width: 913px;
    height: 913px;
    z-index: 11;
}

@media (max-width: 1200px) {
    .banner:after {
        display: none;
    }
}

.banner:before {
    position: absolute;
    content: "";
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.3) 0%, rgba(240, 214, 133, 0.21) 62.4%, rgba(249, 241, 217, 0) 96.88%);
    right: -30%;
    top: -25%;
    width: 913px;
    height: 913px;
    z-index: 11;
}

@media (max-width: 1200px) {
    .banner:before {
        right: -40%;
        top: auto;
        bottom: -5%;
    }
}

@media (max-width: 768px) {
    .banner {
        max-width: 930px;
    }
}

.banner-img-wrap:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #FFFFFFCC;
    content: '';
}

.banner-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-img-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .container {
    z-index: 22;
}

.banner-content {
    margin-top: auto;
    margin-bottom: 170px;
    height: fit-content;
    width: fit-content;
    max-width: 700px;
}

@media (max-width: 768px) {
    .banner-content {
        margin-bottom: 120px;
    }
}

.banner-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .banner-title {
        font-size: 24px;
    }
}

.banner-title strong {
    font-weight: 700;
}

.banner-link-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    position: relative;
    transition: all 0.3s ease-in-out;
    width: fit-content;
}

.banner-link-text {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .banner-link-text {
        font-size: 16px;
    }
}

.banner-link {
    height: 42px;
    border-radius: 30px;
    padding: 15px;
    min-width: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E2AF10;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.banner-link:hover {
    background: #000000;
}

.banner-link img {
    height: 12px;
    width: auto;
}

/* info card */

.info-cards-list {
    position: relative;
}

.info-cards-list:after {
    position: absolute;
    width: 600px;
    height: 600px;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.7) 0%, rgba(240, 214, 133, 0.49) 45.4%, rgba(249, 241, 217, 0) 96.88%);
}

.info-card-col {
    z-index: 99;
    position: relative;
    min-height: 300px;
    margin: 2px 0;
}

.info-card {
    background: #FBF6E880;
    backdrop-filter: blur(50px);
    padding: 24px;
    height: 100%;
    margin: 0 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .info-card-col {
        margin: 0 0 16px;
    }

    .info-card-col:last-child {
        margin-bottom: 0;
    }

    .info-cards-list:after {
        display: none;
    }
}

@media (min-width: 1200px) {

    .info-card-col:first-child .info-card {
        border-radius: 30px 0 30px 0;
    }

    .info-card-col:nth-child(2) .info-card {
        border-radius: 0 30px 0 30px;
    }

    .info-card-col:nth-child(3) .info-card {
        border-radius: 0 30px 0 30px;
    }

    .info-card-col:last-child .info-card {
        border-radius: 30px 0 30px 0;
    }
}

@media (max-width: 1200px) {
    .info-card-col:nth-child(even) .info-card {
        border-radius: 0 30px 0 30px;
    }

    .info-card-col:nth-child(odd) .info-card {
        border-radius: 30px 0 30px 0;
    }
}

.info-card-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    z-index: 55;
    position: relative;
    width: 100%;
    height: 100%;
}

.info-card::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 33;
    background: #E2AF10CC;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.info-card:hover::after {
    opacity: 1;
}

.info-card-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.info-card-link-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: fit-content;
    position: relative;
}

.info-card-subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #E2AF10;
    height: fit-content;
    width: fit-content;
    margin-top: auto;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .info-card-subtitle {
        font-size: 30px;
    }
}

.info-card-wrap-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.info-card:hover .info-card-wrap-img {
    opacity: 1;
}

.info-card-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-card:hover .info-card-subtitle {
    color: #fff;
    font-size: 50px;
}

.info-card:hover .info-card-link {
    color: #fff;
}

.info-card:hover .info-card-link-text {
    max-width: 100%;
    justify-content: space-between;
}

.info-card .info-card-link-text img {
    margin-left: 16px;
}

.info-card:hover .info-card-link-text img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg);
}

.info-card--black {
    background: #000;
}

.info-card--black .info-card-wrap-img {
    opacity: 1;
    right: 0;
    left: auto;
    width: fit-content;
}

.info-card--black .info-card-wrap-img img {
    width: auto;
    height: 100%;
    margin-bottom: 0;
}

.info-card--black .info-card-subtitle {
    color: #ffffff;
}

.info-card-text {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: #ffffff;
    max-width: 335px;
    margin-bottom: 16px;
}

.info-card--black .info-card-link {
    color: #E2AF10;
}

.info-card--black:hover .info-card-link {
    color: #E2AF10;
}

.info-card--black .info-card-link img {
    filter: none;
    margin-left: 6px;
}

.info-card--black:hover::after {
    display: none;
}

.info-card--black:hover .info-card-subtitle {
    font-size: 40px;
}

/* news */

.news-title-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
    margin-bottom: 70px;
}

.news-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #E2AF10;
    text-transform: uppercase;
}

@media (max-width: 1200px) {
    .news-title {
        font-size: 34px;
    }
}

.news-desc {
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    text-align: left;
    text-transform: capitalize;
    max-width: 415px;
}

@media (max-width: 1200px) {
    .news-desc {
        font-size: 16px;
        width: 100%;
    }

    .news-title-wrap {
        flex-direction: column;
        gap: 5px;
        margin-bottom: 36px;
        align-items: flex-start;
    }
}


@media (min-width: 1200px) {
    .news-card-small-content {
        padding-right: 40px;
    }

    .news-card-small-title {
        padding-right: 40px;
    }
}

.news-card-small-desc {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 575px;
}

.news-card-small-title {
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 768px) {
    .news-card-small-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .news-card-small-desc {
        font-size: 6px;
    }
}

@media (max-width: 1200px) {
    .news-card-small-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


.news-card-small-img {
    border-radius: 10px;
    width: 218px;
    height: 132px;
    min-width: 218px;
    min-height: 132px;
}

@media (max-width: 1200px) {
    .news-card-small-img {
        border-radius: 5px;
        width: 142px;
        height: 87px;
        min-width: 142px;
        min-height: 87px;
    }
}

.news-card-small-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card-small {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .news-card-small {
        gap: 10px;
        padding-right: 10px;
    }
}

.news-card-desc span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #444444;
}

@media (max-width: 1200px) {
    .news-card-desc span {
        font-size: 13px;
    }
}

.news-card-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1201px) {
    .news-card-title {
        min-height: 180px;
    }
}

@media (max-width: 1200px) {
    .news-card-title {
        font-size: 20px;
    }

    .slider-row {
        gap: 24px;
    }
}

.news-card-link {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.news-card-link:hover {
    color: #E2AF10;
}

.news-card-logo {
    margin-bottom: 32px;
    height: 13px;
}

.news-card-logo img {
    height: 100%;
    width: auto;
}

.news-card-desc-wrap {
    width: 535px;
    height: fit-content;
    border-radius: 20px 0 20px 20px;
    overflow: hidden;
    background: #F0F0F0CC;
    padding: 28px;
    backdrop-filter: blur(20px);
}

@media (max-width: 1200px) {
    .news-card-desc-wrap {
        width: 340px;
    }
}

.news-card-date {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #00000066;
}

.news-swiper-wrapper--small {
    width: 100%;
    flex-direction: column;
    gap: 24px;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.news-swiper-wrapper--small::-webkit-scrollbar {
    width: 11px;
    height: 4px;
}

.news-swiper-wrapper--small::-webkit-scrollbar-track {
    background: #D9D9D966;
    border-radius: 10px;
}

.news-swiper-wrapper--small::-webkit-scrollbar-thumb {
    background: #E2AF10;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.news-swiper-wrapper--small::-webkit-scrollbar-thumb:horizontal {
    background: #E2AF10;
    border-radius: 10px;
}

@media (max-width: 1200px) {
    .news-swiper-wrapper--small {
        width: 100%;
        flex-direction: column;
        gap: 24px;
        max-height: 440px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}

.news-swiper-wrapper--small .swiper-slide {
    width: 100% !important;
}

.news-swiper-wrapper--small .swiper-slide {
    opacity: 0.5;
}

.news-swiper-wrapper--small .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.news-card-img {
    max-width: 925px;
    margin-left: auto;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .news-card-img {
        height: 498px;
        max-width: calc(100% - 30px);
    }
}

.news-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card {
    position: relative;
}

.news-card-desc-wrap {
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 111;
}

.news-card-desc {
    margin-bottom: 32px;
}

.gallery-top--news {
    position: relative;
}

.news-card-desc-bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.news-card-btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

.news-card-desc-wrap .swiper-button-prev.swiper-button-disabled img,
.news-card-desc-wrap .swiper-button-next.swiper-button-disabled img {
    filter: brightness(0.2);
    opacity: 0.3;
}

.news-card-desc-wrap .swiper-button-prev,
.news-card-desc-wrap .swiper-button-next {
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
}

.news-card-desc-wrap .swiper-button-prev:hover,
.news-card-desc-wrap .swiper-button-next:hover {
    background: none;
    transform: none;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    width: fit-content;
    height: fit-content;
}

.news-card-desc-wrap .swiper-button-prev img,
.news-card-desc-wrap .swiper-button-next img {
    transition: all 0.3s ease-in-out;
}

.news-card-desc-wrap .swiper-button-prev:hover img,
.news-card-desc-wrap .swiper-button-next:hover img {
    filter: brightness(0);
}

.news-card-small-date,
.news-card-small-link {
    display: none !important;
}

/* content */

@media (min-width: 1200px) {
    .content-card-wrapper {
        position: sticky;
        top: 140px;
        z-index: 111;
        width: 100%;
    }
}

.content-card {
    background: #FFFFFF80;
    border-radius: 30px;
    padding: 45px;
    max-width: 630px;
    backdrop-filter: blur(20px);
}

@media (max-width: 1200px) {
    .content-card {
        background: none;
        border-radius: 0;
        padding: 0;
    }
}

.content-card-title {
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 56px;
}

@media (max-width: 1200px) {
    .content-card-title {
        font-size: 24px;
        margin-bottom: 36px;
    }
}

.content-card-text p {
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    margin-bottom: 20px;
}

.content-card-text p:last-child {
    margin-bottom: 0;
}

.content-card-text {
    margin-bottom: 64px;
}

.content-card-img-wrap {
    width: 100%;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
}

.content-card-img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.content-container p {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    margin-bottom: 36px;
}

.content-container *:last-child {
    margin-bottom: 0;
}

.content-container div,
.content-container h2 {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    color: #000000;
    margin-bottom: 36px;
    text-transform: uppercase;
}

.content-container div.wrap {
    margin-bottom: 80px;
}

@media (max-width: 1200px) {
    .content-container div.wrap {
        margin-bottom: 24px;
    }
}

.content-container .wrap:last-child {
    margin-bottom: 0;
}

.content-container ul li,
.content-container ol li {
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 24px;
    text-transform: none;
}

.content-container ul li {
    list-style: none;
}

.content-container ol li {
    list-style: auto;
}

.content-container ul,
.content-container ol {
    margin-bottom: 36px;
}

.content-container ul li:last-child {
    margin-bottom: 6px;
}

.content-container ul li:before {
    background: #000000;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.content-container h1,
.content-container .content-title {
    margin-bottom: 64px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 1200px) {

    .content-container h1,
    .content-container .content-title {
        margin-bottom: 36px;
        font-size: 24px;
    }
}

.content .content-container {
    max-width: 955px;
    margin-left: auto;
    padding-top: 140px;
}

@media (max-width: 1200px) {
    .content .content-container {
        padding-top: 24px;
    }
}

.content-container .certificates-list--large {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
}

.content-container .certificates-item span {
    white-space: nowrap;
}

@media (max-width: 1200px) {
    .content-container .certificates-item span {
        white-space: normal;
    }
}

.content-container .certificates-item img {
    width: 132px;
    height: auto;
    max-height: 143px;
}

@media (max-width: 1200px) {
    .content-container .certificates-item img {
        width: 90px;
    }
}

.content-container table {
    border-radius: 10px;
    overflow: hidden;
    border: none;
}

.content-container table td {
    text-align: left;
    text-transform: none;
    font-size: 15px;
}

@media (max-width: 1200px) {
    .content-container table th {
        font-size: 18px;
    }
}

/* blog */

.blog-img-wrap {
    width: 100%;
    height: 308px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 26px;
}


@media (max-width: 768px) {
    .blog-img-wrap {
        height: 227px;
    }
}

.blog-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blog-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    text-align: left;
    color: #000000;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .blog-card-title {
        font-size: 20px;
    }
}

.blog-card-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    color: #444444;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .blog-card-desc {
        font-size: 15px;
    }
}

.blog-card-link {
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 30px;
    height: 47px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: auto;
}

.blog-card-link:hover {
    background: #E2AF10;
    border-color: transparent;
    color: white;
}

@media (max-width: 768px) {
    .blog-card-link {
        width: 100%;
    }
}

.blog-card-author-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #444444;
    z-index: 12;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.blog-card-author-name:hover {
    color: #E2AF10;
}

@media (max-width: 768px) {
    .blog-card-author-name {
        font-size: 15px;
    }
}

.blog-card-date {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #00000066;
}

@media (max-width: 768px) {
    .blog-card-date {
        font-size: 13px;
    }
}

.blog-card-author-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-card-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.blog-button {
    color: white;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background: #E2AF10;
    border-radius: 30px;
    height: 48px;
    min-width: 228px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    width: fit-content;
    text-transform: uppercase;
    margin: 128px auto 0;
    transition: all 0.3s ease-in-out;
}

.blog-button:hover {
    background: #000000;
}

@media (max-width: 768px) {
    .blog-button {
        margin-top: 48px;
    }
}

.blog-row {
    gap: 48px 0;
}

/* author */

.author-info-img-wrap {
    width: 128px;
    height: 128px;
    min-width: 128px;
    min-height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.author-info-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.author-info-name {
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .author-info-name {
        font-size: 40px;
    }
}

.author-info-position {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #999999;
}

.author-info-top {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 44px;
}

.author-info-desc {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    margin-top: 64px;
}

.author-item {
    width: 100%;
}

@media (max-width: 1200px) {
    .author-item {
        max-width: 100%;
        margin-bottom: 64px;
    }

    .author-info-top {
        margin-bottom: 0;
        flex-direction: column;
    }

    .author-info-desc {
        margin-top: 24px;
    }

    .author-item {
        margin-bottom: 0;
    }

    .author {
        padding-bottom: 0;
    }
}

.author-item--cards {
    max-width: 540px;
    margin-left: auto;
}

@media (max-width: 1200px) {
    .author-item--cards {
        max-width: 100%;
        margin-left: 0;
    }
}

.author-item-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #999999;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .author-item-title {
        font-size: 40px;
        color: #000000;
    }
}

.author-item-link {
    text-transform: capitalize;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    color: #E2AF10;
    text-decoration: underline;
}

.author-item-link:hover {
    color: #000000;
}

.author-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 10px;
}

.wrapper-blog {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.author-row {
    max-width: 1160px;
    margin: 0 auto;
}

/* distributor */

.distributor .breadcrumb,
.bg-blur .breadcrumb {
    padding-bottom: 64px;
    padding-top: 0;
}

@media (max-width: 992px) {

    .distributor .breadcrumb,
    .bg-blur .breadcrumb {
        padding-bottom: 36px;
    }
}

.distributor,
.bg-blur {
    position: relative;
}

.distributor .container,
.bg-blur .container {
    z-index: 3;
    position: relative;
}

.bg-blur-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.bg-blur-img-wrap {
    position: absolute;
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1;
    overflow: hidden;
}

.bg-blur-img-wrap:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 570px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 73.02%);
}

@media (max-width: 992px) {
    .bg-blur--small .bg-blur-img-wrap:after {
        height: 131px;
    }

    .bg-blur--small .bg-blur-img-wrap {
        height: 255px;
    }
}

.distributor-wrapper,
.bg-blur-wrapper {
    border-radius: 30px;
    background: #FFFFFFCC;
    backdrop-filter: blur(50px);
    padding: 48px 128px 128px;
    z-index: 2;
    position: relative;
    max-width: 1326px;
    margin: 0 auto;
}

.bg-blur--small .bg-blur-wrapper {
    padding: 48px;
}

@media (max-width: 992px) {

    .distributor-wrapper,
    .bg-blur-wrapper {
        padding: 48px 24px;
        background: #FFFFFF80;
    }

    .bg-blur-img-wrap {
        position: absolute;
        width: 100%;
        height: 100%;
        max-height: 1200px;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .bg-blur-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.subtitle {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: left;
    color: #000000;
}

@media (max-width: 992px) {
    .subtitle {
        font-size: 24px;
    }
}

.distributor-title {
    margin-bottom: 64px;
}

@media (max-width: 992px) {
    .subtitle {
        margin-bottom: 36px;
    }
}


.distributor-desc {
    color: #000000;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .distributor-desc {
        margin-bottom: 36px;
    }
}

.form-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    /*text-align: left;*/
    color: #000000;
    margin-bottom: 48px;
}

@media (max-width: 992px) {
    .form-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
}

.distributor-form-wrapper .form-wrap {
    margin-bottom: 0;
}

.distributor-form-wrapper .form-wrap input,
.distributor-form-wrapper .form-wrap textarea {
    background: transparent;
}

.distributor-form-wrapper .form-wrap--full {
    width: 100%;
}

.distributor-form-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    gap: 36px 0;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

@media (max-width: 1200px) {
    .distributor-form-wrapper {
        gap: 24px;
    }
}

.distributor-button {
    color: white;
    background: #E2AF10;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 20px;
    height: 46px;
    padding: 11px;
    min-width: 190px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

@media (max-width: 768px) {
    .distributor-button {
        width: 100%;
    }
}

.distributor-button:hover {
    background: #000000;
}

.single-post-author-img {
    margin-bottom: 0;
}

.single-post-date {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    text-align: left;
    color: #00000066 !important;
    margin-left: 8px;
}

@media (max-width: 768px) {
    .single-post-date {
        font-size: 13px !important;
    }
}

.single-post-author-name {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
    color: #444444;
    z-index: 12;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.single-post-author-name:hover {
    color: #E2AF10;
}

@media (max-width: 768px) {
    .single-post-author-name {
        font-size: 15px;
    }
}

.single-post-author-img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.single-post-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-bottom: 48px;
    margin-top: 48px;
}

.content-container a {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.content-container a:hover {
    color: #E2AF10;
}

.single-wrap {
    margin-bottom: 48px;
}

.single-wrap .single-img {
    width: 500px;
    height: 360px;
    margin: 0 40px 24px 0;
    float: left;
    border-radius: 20px;
    display: block;
    overflow: hidden;
}


@media (max-width: 992px) {
    .single-wrap .single-img {
        float: none !important;
        margin-bottom: 24px !important;
        margin-right: auto;
        margin-left: 0;
        max-height: 360px;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .single-wrap .single-img {
        max-height: 250px;
        margin-bottom: 24px !important;
    }
}

.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content-container ol li {
    list-style: auto;
    padding-left: 8px;
    margin-left: 24px;
}

.comment-inputs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.comment-input input {
    border: 1px solid #999999;
    height: 44px;
    padding: 12px 15px;
    border-radius: 30px;
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    width: 100%;
}

.comment-input {
    max-width: 212px;
}

textarea.comment-message {
    border: 1px solid #999999;
    padding: 12px 15px;
    border-radius: 10px;
    color: #444444;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.comment-input input::placeholder,
textarea.comment-message::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #999999;
}

.comment-input input::placeholder {
    color: #444444;
}

.comment-img {
    width: 40px;
    height: 40px;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 12px;
}

.comment-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-btn {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: white;
    text-transform: uppercase;
    height: 44px;
    min-width: 195px;
    border-radius: 30px;
    background: #E2AF10;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-btn:hover {
    background: #000000;
}

.comment-form-wrap-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
}

.comment-form-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.comment-message {
    width: 100%;
}

.comment-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
    /* margin-top: 64px; */
}

.comment-wrapper form {
    width: 100%;
}

@media (max-width: 992px) {
    .comment-wrapper {
        flex-wrap: wrap;
    }

    .comment-inputs {
        width: 100%;
    }

    .comment-btn {
        min-width: 100%;
    }

    .comment-form-wrap-bottom {
        flex-wrap: wrap;
    }

    .comment-input {
        flex: auto;
        max-width: 100%;
    }
}

.pagination-item a,
.pagination-item span {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid #444444;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    color: #444444;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.pagination-item a:hover,
.pagination-item .current,
.pagination-item .dots:hover {
    background: #E2AF10;
    color: white;
    border-color: #E2AF10;
}

.pagination-item .current {
    cursor: default;
}

.pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.pagination {
    margin-top: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}


.pagination-arrow a {
    width: 90px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    border: 1px solid #444444;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

.pagination-arrow a.disabled,
.pagination-arrow a:disabled {
    opacity: 0.4;
    cursor: default;
}

.pagination-arrow a:not(:disabled):hover,
a:not(:disabled).page-numbers:hover {
    background: #E2AF10;
    border-color: #E2AF10;
}

.pagination-arrow img,
.page-numbers img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0);
}

.pagination-arrow a:not(:disabled):hover img,
a:not(:disabled).page-numbers:hover img {
    filter: brightness(0) invert(1) sepia(1) saturate(1) hue-rotate(0deg) !important;
}

.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .page-numbers img {
        max-width: 22px;
    }

    .pagination-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .pagination-item a,
    .pagination-item span {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .pagination-arrow a {
        width: 50px;
        height: 30px;
    }

    .pagination-arrow img {
        width: 22px;
    }
}

/* cart */

@media (max-width: 992px) {
    .bg-blur--small .bg-blur-wrapper {
        background: none;
        backdrop-filter: none;
        padding: 0 !important;
    }
}

.cart-full-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 36px;
    padding-bottom: 36px;
    position: relative;
    width: 100%;
    text-transform: uppercase;
}

.cart-full-title:before {
    position: absolute;
    content: '';
    top: 48px;
    left: 0;
    width: 100%;
    height: 18px;
    z-index: 11;
    display: block;
    background: url(../img/icon/cart-title-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-full-list {
    margin-top: 84px;
}

.cart-full .cart-order-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid rgba(217, 217, 217, 1);
    padding-bottom: 36px;
    margin-bottom: 36px;
    width: 100%;
}

.cart-full .cart-order-item:last-child {
    border-bottom: none;
}

.cart-full .cart-order-wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    width: 200px;
    height: 200px;
    min-width: 200px;
    min-height: 200px;
    position: relative;
    overflow: hidden;
    padding: 8px;
    background: rgba(193, 193, 193, 0.5);
    box-shadow: -12px -5px 34.9px 0px #0000000D;
}

@media (max-width: 992px) {
    .cart-full .cart-order-wrap-img {
        width: 144px;
        height: 144px;
        min-width: 144px;
        min-height: 144px;
    }

    .cart-full .cart-order-item {
        gap: 24px;
    }
}

.cart-full .cart-order-wrap-img::before {
    position: absolute;
    left: -110px;
    top: -120px;
    width: 740px;
    height: 740px;
    content: '';
}

.cart-full .cart-order-wrap-img img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    z-index: 11;
}

.cart-full .cart-order-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 16px;
    font-weight: 700;
    white-space: normal;
    padding-right: 30px;
}

@media (max-width: 768px) {
    .cart-full .cart-order-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.cart-full .cart-order-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: #444444;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 6px;
}

@media (max-width: 768px) {
    .cart-full .cart-order-desc {
        font-size: 13px;
    }
}

.cart-full .cart-order-price {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: #000000;
    text-transform: uppercase;
    margin-top: 0;
}

@media (max-width: 768px) {
    .cart-full .cart-order-price {
        font-size: 20px;
        color: #E2AF10;
    }
}

.cart-full .cart-order-price--old,
.cart-order-price--old {
    color: #999999;
    font-weight: 400;
    text-decoration: line-through;
}

.cart-full .cart-order-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.cart-full .cart-order-price--count {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #E2AF10;
    text-transform: none;
}

.cart-full .cart-order-close {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
}

.cart-full .cart-order-close img {
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .cart-full .cart-order-close {
        width: 18px;
        height: 18px;
    }

    .cart-full .cart-order-close img {
        width: 18px;
        height: 18px;
    }

    .cart-order-content .cart-order-title {
        order: 1;
    }

    .cart-order-content .cart-order-price-wrap {
        order: 2;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .cart-order-content .cart-order-desc {
        order: 3;
    }
}

.cart-full .cart-order-content {
    display: flex;
    flex-direction: column;
    height: 200px;
}

@media (max-width: 992px) {
    .cart-full .cart-order-content {
        height: fit-content;
        padding-right: 20px;
    }
}

.cart-full .cart-product-input-wrapper {
    height: 32px;
    border: 1px solid rgba(153, 153, 153, 1);
    margin-top: auto;
    margin-left: auto;
    min-width: 114px;
}

.cart-full .input-button {
    min-height: 32px;
    width: 38px;
    min-width: 38px;
}

.cart-full .cart-product-input {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
    color: #000000;
    height: 32px;
    width: 38px;
    min-width: 38px;
    background: transparent;
    border: 1px solid rgba(153, 153, 153, 1);
}

.cart-full .cart-product-input-wrapper .icon {
    color: rgba(153, 153, 153, 1);
}

.cart-full-total-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    white-space: normal;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(68, 68, 68, 0.6);
}

@media (max-width: 992px) {
    .cart-full-total-title {
        font-size: 20px;
        margin-bottom: 36px;
    }
}

.cart-full-total .accordion-button:not(.collapsed)::after,
.cart-full-total .accordion-button::after {
    display: none;
}

.cart-full-total .accordion-button {
    width: 100%;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
}

.cart-full-total .accordion-button span {
    transition: all 0.3s ease-in-out;
}

.cart-full-total .accordion-button img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.cart-full-total .accordion-button:not(.collapsed) img {
    transform: rotate(180deg);
    filter: none;
}

.cart-full-total .accordion-button:hover img {
    filter: none;
}

.cart-full-total .accordion-button {
    padding: 0;
}

.cart-full-total .accordion-body {
    padding-right: 0;
    padding-left: 0;
}

.cart-full-total .accordion {
    margin-bottom: 24px;
}

.cart-full-total-desc,
.cart-full-total .accordion-button,
.accordion-total-order .accordion-button {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(68, 68, 68, 1);
}

.cart-full-total-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 16px;
}

.cart-full-total-row:last-child {
    margin-bottom: 0;
}

.cart-full-total-num {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 1);
}

.cart-full-total-summa {
    position: relative;
}

.cart-full-total-summa:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 11;
    display: block;
    background: url(../img/icon/cart-full-total-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-full-total-summa:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 11;
    display: block;
    background: url(../img/icon/cart-full-total-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-full-total-summa-item {
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.cart-full-total-summa {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 48px 0;
    margin: 48px 0;
}

.cart-full-total-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.cart-full-total-btn {
    height: 54px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.cart-full-total-btn--fill:hover {
    background: #000;
}

.cart-full-total-btn--fill {
    background: rgba(226, 175, 16, 1);
}

.cart-full-total-btn--border {
    border: 1px solid rgba(68, 68, 68, 1)
}

.cart-full-total-btn--border:hover {
    border-color: rgba(226, 175, 16, 1);
}

.cart-full-total-btn--border img {
    height: 24px;
    width: auto;
}

.cart-order-wrap-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .cart-order-wrap-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .cart-full .cart-product-input-wrapper {
        margin-left: 0;
        height: 27px;
    }

    .cart-full .cart-product-input {
        height: 27px;
    }

    .cart-full .input-button {
        min-height: 27px;
        height: 27px;
    }
}

/* order */

.order-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .order-title {
        font-size: 24px;
    }
}

.order-title-desc {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 24px;
}

.order-form-wrap {
    margin-bottom: 48px;
}

.order-form-wrap input {
    background: transparent;
    height: 48px;
    padding: 16px 24px;
    border-color: rgba(0, 0, 0, 0.15);
}

.order-form-wrap input::placeholder,
.order-form-wrap textarea::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(68, 68, 68, 1);
}

.order-form-wrap textarea {
    padding: 16px 24px !important;
    background: transparent;
}

.order-form-wrap .form-wrap {
    margin-bottom: 16px;
}

.accordion-order .accordion-button:not(.collapsed)::after,
.accordion-order .accordion-button::after {
    display: none;
}

.accordion-order .accordion-body {
    padding-left: 0;
    padding-right: 0;
}

.order-form-btn--fill {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    color: white;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    height: 54px;
    border-radius: 30px;
    background: rgba(226, 175, 16, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    flex: auto;
}

.order-form-btn--fill:hover {
    background: #000;
}

@media (max-width: 992px) {
    .order-form-btn--fill {
        font-size: 20px;
    }
}

.order-form-btn--arrow {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(68, 68, 68, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    .order-form-btn--arrow {
        font-size: 20px;
    }
}

@media (max-width: 420px) {
    .order-form-btn--arrow {
        font-size: 18px;
    }

    .order-form-btn--fill {
        font-size: 18px;
    }
}

.order-form-wrap-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-top: 48px;
    position: relative;
}

@media (max-width: 992px) {
    .order-form-wrap-btn {
        gap: 16px;
    }
}


.order-form-wrap-btn:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 18px;
    z-index: 11;
    display: block;
    background: url(../img/icon/cart-title-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 24px;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    border: 1px solid #000;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    position: relative;
    padding: 0;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: #000;
}

.custom-checkbox label {
    margin-left: 10px;
    font-size: 16px;
    cursor: pointer;
}

.cart-full-order--small {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.cart-full-order--small .cart-order-wrap-img {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    position: relative;
    overflow: hidden;
    padding: 8px;
    background: rgba(193, 193, 193, 0.5);
    box-shadow: -12px -5px 34.9px 0px #0000000D;
}

@media (max-width: 768px) {
    .cart-full-order--small .cart-order-wrap-img {
        width: 144px;
        height: 144px;
        min-width: 144px;
        min-height: 144px;
    }

    .cart-full-order--small .cart-order-item {
        gap: 24px;
    }
}

.cart-full-order--small .cart-order-price-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto;
}

.cart-full-order--small .cart-order-price {
    margin-top: 8px;
}

.cart-full-order--small .cart-order-close img,
.cart-full-order--small .cart-order-close {
    width: 18px;
    height: 18px;
    filter: none;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    display: none;
}

.order-total .accordion-body {
    padding-right: 0;
    padding-left: 0;
}

.order-total .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.cart-full-order {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    /*gap: 36px;*/
    flex: 0 0 auto;
    overflow-y: auto;
    max-height: 550px;
    padding-right: 10px;
    margin-right: 10px;
    min-height: 40px;
}

.cart--empty {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .cart--empty {
        font-size: 20px;
    }
}

.cart-bg .bg-blur-img-wrap {
    display: none;
}

@media (min-width: 1200px) {
    .accordion-total-order.accordion .accordion-header {
        display: none;
    }

    .accordion-total-order.accordion .accordion-body .accordion .accordion-header {
        display: flex;
    }

    .cart-bg .bg-blur-img-wrap {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1440px) {
    .cart-full-order-wrap {
        max-height: 300px !important;
    }

    .cart-order-title {
        font-size: 16px;
    }
}

.cart-full-order::-webkit-scrollbar {
    width: 10px;
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-full-order::-webkit-scrollbar-track {
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-full-order::-webkit-scrollbar-thumb {
    background-color: #E2AF10;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

@media (max-width: 992px) {
    .cart-full-order {
        max-height: 460px;
    }

    .cart-full-total-title {
        margin-top: 36px;
        padding-top: 48px;
        position: relative;
    }

    .cart-full-total-title:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        z-index: 11;
        display: block;
        background: url(../img/icon/cart-full-total-line.svg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .cart-full-total-summa:after {
        display: none;
    }
}

.cart-full-order--small .cart-order-item {
    width: 100%;
    margin-bottom: 36px;
}

.cart-full-order--small .cart-order-item:last-child {
    margin-bottom: 0;
}

.cart-full-order-wrapper:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 11;
    display: block;
    background: url(../img/icon/cart-full-total-line.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.cart-full-order-wrapper {
    position: relative;
    margin-bottom: 48px;
    padding-bottom: 48px;
    flex: 0 0 auto;
    height: fit-content;
}

.cart-full-order-wrap {
    max-height: 238px;
    height: fit-content;
    position: relative;
    overflow-y: auto;
    padding-right: 10px;
    margin-right: -10px;
}

@media (max-width: 992px) {
    .cart-full-order-wrap {
        max-height: 330px;
    }
}

.cart-full-order-wrap::-webkit-scrollbar {
    width: 11px;
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-full-order-wrap::-webkit-scrollbar-track {
    background-color: #D9D9D966;
    border-radius: 10px;
    padding: 2px;
}

.cart-full-order-wrap::-webkit-scrollbar-thumb {
    background-color: #E2AF10;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.accordion-total-order .accordion-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}

.accordion-total-order .accordion-button {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    justify-content: space-between;
    font-size: 18px;
}

@media (min-width: 1200px) {
    /* .accordion-total-order .accordion-button {
        display: none;
    } */
    .accordion-body {
        padding-left: 0;
        padding-right: 0;
    }

    /* .accordion-total-order .accordion-collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
    } */
}

@media (min-width: 992px) and (max-width: 1200px) {
    .accordion-total-order .accordion-button {
        padding-left: 48px;
        margin-right: 48px;
    }
}

.accordion-total-order.accordion {
    margin-bottom: 16px;
}

.order-total .accordion {
    margin-bottom: 24px;
}

.accordion-total-order.accordion .accordion-button img,
.order-total .accordion .accordion-button img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
}

.accordion-total-order.accordion .accordion-button:not(.collapsed) img,
.order-total .accordion .accordion-button:not(.collapsed) img {
    transform: rotate(180deg);
    filter: none;
}

.accordion-total-order.accordion .accordion-button:hover img,
.order-total .accordion .accordion-button:not(.collapsed) img {
    filter: none;
}

.cart-thank-title {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px;
    color: rgba(0, 0, 0, 1);
}

.cart-thank-desc * {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 24px;
    text-align: center;
}

.cart-thank-desc *:last-child {
    margin-bottom: 0;
}

.cart-thank-desc {
    width: fit-content;
    margin: 0 auto 36px;
    display: block;
}

.cart-thank-desc a {
    color: rgba(226, 175, 16, 1);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

.cart-thank-desc a:hover {
    color: #000;
}

.cart-thank-btn {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    transition: all 0.3s ease-in-out;
    color: #fff;
    height: 54px;
    padding: 15px;
    min-width: 370px;
    background: rgba(226, 175, 16, 1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
}

@media (max-width: 768px) {
    .cart-thank-btn {
        min-width: 100%;
    }
}

@media (max-width: 1200px) {
    .order-row {
        flex-direction: column-reverse;
    }
}

.cart-thank-btn:hover {
    background: #000;
}

.accordion-total-order .cart-product-input-wrapper {
    margin-left: 0;
    height: 27px;
}

.accordion-total-order .cart-product-input {
    height: 27px;
    width: 38px;
    background: transparent;
    font-size: 18px;
}

.accordion-total-order .input-button {
    min-height: 27px;
    height: 27px;
}

.accordion-total-order .cart-order-wrap-container {
    flex-direction: column;
}

.accordion-total-order .input-button {
    width: 38px;
}

.form-wrap--coupon {
    margin-bottom: 0;
}

.form-wrap--coupon input {
    background: transparent;
    height: 48px;
    padding: 16px 24px;
    border-color: rgba(0, 0, 0, 0.15);
    color: #000000;
}

.form-wrap--coupon input::placeholder {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    color: rgba(68, 68, 68, 1);
}

@media (max-width: 992px) {
    .full-bg--small .bg-blur-img-wrap {
        height: 155px;
    }
}

.content-card {
    position: relative;
}

.content-card * {
    position: relative;
    z-index: 11;
}

.content-card::before {
    position: absolute;
    left: -250px;
    top: 0;
    width: 690px;
    height: 690px;
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.3) 0%, rgba(240, 214, 133, 0.21) 45.4%, rgba(249, 241, 217, 0) 96.88%);
}

.content-card::after {
    background: radial-gradient(50% 50% at 50% 50%, rgba(226, 175, 16, 0.3) 0%, rgba(240, 214, 133, 0.21) 45.4%, rgba(249, 241, 217, 0) 96.88%);
    position: absolute;
    right: -200px;
    bottom: -200px;
    width: 744px;
    height: 744px;
    content: '';
}

@media (max-width: 1200px) {

    .content-card::after,
    .content-card::before {
        display: none;
    }
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

#comments {
    width: 100%;
}

#wpdcom {
    max-width: 100%;
}

.form-wrap--coupon {
    display: flex;
    gap: 0;
    flex-direction: row;
    gap: 5px;
    position: relative;
}

.form-wrap--coupon .form-btn {
    margin: 0;
    font-size: 16px;
    width: fit-content;
    min-width: fit-content;
    padding: 11px 24px;
}

#coupon-status {
    color: #E2AF10;
    font-size: 14px;
    position: absolute;
    bottom: -20px;
    left: 0;
}

#coupon-status.error {
    color: #a00;
}

#coupon-status.success {
    color: #198754;
}

.coupon-success {
    display: flex;
    gap: 5px;
    align-items: center;
}

.coupon-success-title {
    font-size: 18px;
    line-height: 1.2;
    color: #E2AF10;
    font-weight: 500;
    letter-spacing: 0.6px;
}

.coupon-success button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
}

.coupon-success button img {
    filter: brightness(0);
    transition: all 0.3s ease-in-out;
    opacity: 0.7;
}

.coupon-success button:hover img {
    filter: none;
}

@media (max-width: 992px) {
    .cart-product .cart-product-input-wrapper {
        margin-top: 0 !important;
    }
}

/* lang ar */

html[lang="ar"] .info-card.info-card--black .info-card-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

html[lang="ar"] .info-card.info-card--black .info-card-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}

html[lang="ar"] .info-card--black .info-card-link img {
    margin-left: 0;
    margin-right: 6px;
}

html[lang="ar"] .info-card .info-card-link-text img {
    margin-left: 0;
    margin-right: 16px;
    transform: rotate(180deg);
}

html[lang="ar"] .info-card:hover .info-card-link-text {
    min-width: 100%;
}

@media (min-width: 1200px) {
    html[lang="ar"] .info-card-col:first-child .info-card {
        border-radius: 0 30px 0 30px;
    }

    html[lang="ar"] .info-card-col:nth-child(2) .info-card {
        border-radius: 30px 0 30px 0;
    }

    html[lang="ar"] .info-card-col:nth-child(3) .info-card {
        border-radius: 30px 0 30px 0;
    }

    html[lang="ar"] .info-card-col:nth-child(4) .info-card {
        border-radius: 0 30px 0 30px;
    }
}

html[lang="ar"] .info-card-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

html[lang="ar"] .content .content-container {
    margin-left: 0;
    margin-right: auto;
}

html[lang="ar"] .header-button-icon span {
    margin-left: 0;
    margin-right: 10px;
}

html[lang="ar"] .header-button.header-button--large {
    margin-left: 36px;
    margin-right: 0;
}

html[lang="ar"] #ajaxsearchlite1 .probox .proinput input::placeholder,
html[lang="ar"] div.asl_w .probox .proinput input::placeholder {
    text-align: right;
}

html[lang="ar"] #ajaxsearchlite1 .probox .proinput input,
html[lang="ar"] div.asl_w .probox .proinput input {
    width: fit-content;
    text-align: right;
}

html[lang="ar"] .header-search-wrap img {
    margin-right: 0;
    margin-left: 10px;
}

html[lang="ar"] .dropdown-menu {
    transform: translateX(30%);
}

html[lang="ar"] .header-button-icon {
    margin-left: 33px;
    margin-right: auto;
}

html[lang="ar"] .header-search-wrap {
    margin-left: auto;
    margin-right: 36px;
}

html[lang="ar"] .tabs-content .nav-link {
    margin-right: 0;
    margin-left: 20px;
}

@media (min-width: 1600px) {
    html[lang="ar"] .tabs-content .nav-link {
        margin-right: 0;
        margin-left: 64px;
    }
}

html[lang="ar"] .form-container {
    margin-left: 0;
    margin-right: auto;
}

html[lang="ar"] .form-btn {
    margin-left: auto;
    margin-right: 0;
}

html[lang="ar"] .social-list {
    margin-left: 0;
    margin-right: 16px;
}

html[lang="ar"] h2,
html[lang="ar"] .h2,
html[lang="ar"] h1,
html[lang="ar"] .h1,
html[lang="ar"] .cart-product-list-item,
html[lang="ar"] .cart-product-subtitle,
html[lang="ar"] .content-text .content-wrap div,
html[lang="ar"] .content-text p,
html[lang="ar"] .content-text ul li,
html[lang="ar"] .content-text ol li,
html[lang="ar"] .banner-title,
html[lang="ar"] .news-desc,
html[lang="ar"] .news-card-small-title,
html[lang="ar"] .news-card-title,
html[lang="ar"] .content-card-title,
html[lang="ar"] .content-card-text p,
html[lang="ar"] .content-container p,
html[lang="ar"] .content-container div,
html[lang="ar"] .content-container h2,
html[lang="ar"] .content-container ul li,
html[lang="ar"] .content-container ol li,
html[lang="ar"] .footer-col-title,
html[lang="ar"] .content-container table td,
html[lang="ar"] .content-container table th,
html[lang="ar"] .accordion-faq .accordion-body,
html[lang="ar"] .text-wrap p,
html[lang="ar"] .form-wrap input,
html[lang="ar"] .form-wrap input::placeholder,
html[lang="ar"] .articles-item-content p,
html[lang="ar"] #wpdcom .ql-editor > *,
html[lang="ar"] .product-content-menu li,
html[lang="ar"] #wpdcom .ql-editor::before,
html[lang="ar"] .distributor-desc,
html[lang="ar"] .distributor-title,
html[lang="ar"] .cart-full-title,
html[lang="ar"] .order-title,
html[lang="ar"] .order-title-desc,
html[lang="ar"] .form-wrap textarea::placeholder,
html[lang="ar"] .content-container h1,
html[lang="ar"] .content-container .content-title {
    text-align: right;
}

html[lang="ar"] .content-text ul li,
html[lang="ar"] .content-text ol li {
    padding-left: 0;
    padding-right: 25px;
}

html[lang="ar"] .cart-order-title {
    padding-left: 25px;
    padding-right: 0;
    text-align: right;
}

html[lang="ar"] .product-content-menu li a {
    padding-left: 0;
    padding-right: 25px;
}

html[lang="ar"] .content-container ul li,
html[lang="ar"] .content-container ol li {
    padding-left: 0;
    padding-right: 25px;
}

html[lang="ar"] .single-post-info {
    flex-direction: row-reverse;
}

html[lang="ar"] .content-text ul li:before,
html[lang="ar"] .product-content-menu li a:before {
    left: auto;
    right: 0;
}

html[lang="ar"] .content-container ul li:before {
    left: auto;
    right: 0;
}

html[lang="ar"] .content-wrap::before {
    left: auto;
    right: 0;
}

html[lang="ar"] .products-btns {
    flex-direction: row-reverse;
}

html[lang="ar"] .tabs-content:after {
    left: auto;
    right: -466px;
}

html[lang="ar"] .content-text-wrapper {
    margin-left: auto;
    margin-right: 0;
}

html[lang="ar"] .header-logo-wrap {
    margin-left: 64px;
    margin-right: 0;
}

@media (max-width: 1200px) {
    html[lang="ar"] .sidebar-item {
        padding-right: 20px;
        padding-left: 0;
        text-align: right;
    }

    html[lang="ar"] .sidebar-item:before {
        right: 0;
        left: auto;
    }
}

@media (max-width: 1280px) {
    html[lang="ar"] .header-search-wrap {
        margin: 0;
    }

    html[lang="ar"] .header-menu-wrap {
        margin-right: 0;
        margin-left: 24px;
    }

    html[lang="ar"] .header-search-wrap img {
        margin: 0;
    }

    html[lang="ar"] .header-button-icon {
        margin: 0;
    }
}

html[lang="ar"] .news-card-btns {
    flex-direction: row-reverse;
}

html[lang="ar"] .cart-order-close {
    right: auto;
    left: 0;
}

html[lang="ar"] .cart-order-list {
    padding-right: 0;
    padding-left: 24px;
}

html[lang="ar"] .modal-right .btn-close {
    margin-right: 0;
    margin-left: 0;
}

html[lang="ar"] .modal-right .modal-header {
    flex-direction: row-reverse;
    justify-content: space-between;
}

html[lang="ar"] .cart-order-price--count {
    display: inline-flex;
}

@media (min-width: 1200px) {
    html[lang="ar"] .img-wrap {
        margin-left: 0;
        margin-right: auto;
    }
}

html[lang="ar"] .cart-product .gallery-thumbs .swiper-slide {
    margin-right: 0 !important;
}

html[lang="ar"] .breadcrumb span,
html[lang="ar"] .breadcrumb .active {
    margin-right: 13px;
}

html[lang="ar"] .cart-product-input-wrapper {
    margin-top: 0 !important;
}

html[lang="ar"] .cart-full .cart-product-input-wrapper {
    margin-top: auto !important;
    margin-left: 0;
    margin-right: auto;
}

.loader {
    font-size: 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

@media (max-width: 992px) {
    .loader {
        font-size: 10px;
        width: 10px;
        height: 10px;
    }
}

@-webkit-keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 1), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.5), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.7), 1.8em -1.8em 0 0em rgba(226, 175, 16, 1), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.5), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.7), 2.5em 0em 0 0em rgba(226, 175, 16, 1), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.5), 2.5em 0em 0 0em rgba(226, 175, 16, 0.7), 1.75em 1.75em 0 0em rgba(226, 175, 16, 1), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.5), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.7), 0em 2.5em 0 0em rgba(226, 175, 16, 1), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.5), 0em 2.5em 0 0em rgba(226, 175, 16, 0.7), -1.8em 1.8em 0 0em rgba(226, 175, 16, 1), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.5), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.7), -2.6em 0em 0 0em rgba(226, 175, 16, 1), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.5), -2.6em 0em 0 0em rgba(226, 175, 16, 0.7), -1.8em -1.8em 0 0em rgba(226, 175, 16, 1);
    }
}

@keyframes load5 {

    0%,
    100% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 1), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.5), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.7);
    }

    12.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.7), 1.8em -1.8em 0 0em rgba(226, 175, 16, 1), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.5);
    }

    25% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.5), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.7), 2.5em 0em 0 0em rgba(226, 175, 16, 1), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    37.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.5), 2.5em 0em 0 0em rgba(226, 175, 16, 0.7), 1.75em 1.75em 0 0em rgba(226, 175, 16, 1), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    50% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.5), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.7), 0em 2.5em 0 0em rgba(226, 175, 16, 1), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.2), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    62.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.5), 0em 2.5em 0 0em rgba(226, 175, 16, 0.7), -1.8em 1.8em 0 0em rgba(226, 175, 16, 1), -2.6em 0em 0 0em rgba(226, 175, 16, 0.2), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    75% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.5), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.7), -2.6em 0em 0 0em rgba(226, 175, 16, 1), -1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2);
    }

    87.5% {
        box-shadow: 0em -2.6em 0em 0em rgba(226, 175, 16, 0.2), 1.8em -1.8em 0 0em rgba(226, 175, 16, 0.2), 2.5em 0em 0 0em rgba(226, 175, 16, 0.2), 1.75em 1.75em 0 0em rgba(226, 175, 16, 0.2), 0em 2.5em 0 0em rgba(226, 175, 16, 0.2), -1.8em 1.8em 0 0em rgba(226, 175, 16, 0.5), -2.6em 0em 0 0em rgba(226, 175, 16, 0.7), -1.8em -1.8em 0 0em rgba(226, 175, 16, 1);
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9998;
    backdrop-filter: blur(2px);
}

.form-wrap--select {
    position: relative;
}

.select2-container {
    top: 0 !important;
}

.country-select {
    width: 100%;
}

.select2-container--default .select2-selection--single {
    background: transparent;
    height: 48px;
    padding: 16px 24px;
    border-radius: 30px;
    width: 100%;
    color: #000000;
    line-height: 1.2;
    font-size: 13px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

.select2-selection__placeholder,
.select2-selection__rendered {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px !important;
    font-weight: 4001 !important;
    line-height: 1 !important;
    text-align: left !important;
    color: rgba(68, 68, 68, 1) !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 24px;
}

.select2-results__option {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgba(68, 68, 68, 1);
    margin-bottom: 6px;
}

.select2-dropdown.select2-dropdown--below {
    border-radius: 30px;
    background: #FFFFFFCC;
    backdrop-filter: blur(50px);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 16px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgba(68, 68, 68, 1);
    border-color: #E2AF10 !important;
    /* border: 1px solid #D9D9D9!important;
    border-radius: 4px!important; */
}

.select2-results__option {
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted {
    transition: all 0.3s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background: none;
    color: #E2AF10;
    transition: all 0.3s ease-in-out;
}

.select2-container--default:focus {
    border: none;
    box-shadow: none;
    outline: none;
}

.select2-container--default,
.select2-results__option {
    border: none;
    box-shadow: none;
    outline: none;
}

.select2-results__options.select2-results__options--nested .select2-results__option {
    padding: 6px 24px;
}

.select2-results__option.select2-results__message {
    padding: 16px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: rgba(68, 68, 68, 1);
}

strong.select2-results__group {
    padding: 6px 10px !important;
}

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background: none;
    color: #E2AF10;
    transition: all 0.3s ease-in-out;
}

.select2-selection__rendered {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.select2-selection__rendered {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #E2AF10;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(68, 68, 68) transparent transparent transparent;
    border-width: 7px 6px 0 6px;
}

.select2-dropdown.select2-dropdown--below {
    overflow: hidden;
}

.select2-container.error .select2-selection--single {
    border-color: rgb(170, 0, 0);
}

/* .select2-dropdown.select2-dropdown--below {
    margin-top: 48px;
    border-radius: 0 0 30px 30px;
    border: 1px solid #D9D9D9!important;
}

.select2-container--open .select2-selection--single {
    border-color: #E2AF10;
} */


.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: transparent;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    background-color: transparent;
    width: 4px;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #E2AF10;
    border-radius: 2px;
    border: 1px solid transparent;
    background-clip: content-box;
    width: 4px;
}

.select2-results {
    padding-right: 4px;
}

.select2-selection__arrow svg {
    filter: brightness(0);
    opacity: 0.7;
    transition: all 0.3s ease-in-out;
}

.select2-selection--single:hover .select2-selection__arrow svg {
    opacity: 1;
    filter: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: white;
}

.hint-out {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    color: #dc3545;
    display: flex;
    white-space: normal;
    min-width: max-content;
    opacity: 0.8;
    border: 1px solid #dc3545;
    padding: 2px 6px;
    border-radius: 20px;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
    height: 30px;
    text-transform: uppercase;
    opacity: 1;
    backdrop-filter: blur(40px);
    padding: 6px 10px;
}

.hint-out--large {
    font-size: 18px;
    border: none;
}

.out-of-stock {
    flex-direction: column;
    align-items: flex-start;
}

.shipping-time {
    font-size: 13px;
    font-weight: 600;
}

.select2-selection__clear {
    display: none !important;
}

.select2-selection__placeholder,
.select2-selection__rendered {
    line-height: 1.4 !important;
}

.cart-product-list-item.cart-product-list-item--top {
    margin-top: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 14px;
}

.cart-product-list-item.cart-product-list-item--top span {
    text-transform: uppercase;
    font-weight: 400 !important;
    font-size: 14px;
}

@media (min-width: 992px) {
    .cart-product-list-item.cart-product-list-item--top {
        font-size: 18px;
        margin-bottom: 48px;
    }

    .cart-product-list-item.cart-product-list-item--top span {
        font-size: 18px;
    }
}

.news-desc {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .cart-product-price-wrap {
        margin-top: 8px;
    }

    .cart-product-title-wrap {
        flex-wrap: wrap;
    }
}

@media (max-width: 992px) {
    .cart-product-list-item.cart-product-list-item--top {
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.cart-product-price-wrap + .cart-product-list-item--top {
    margin-top: -36px;
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .cart-product-list-item.cart-product-list-item--top {
        margin-top: 10px;
    }
}

.error-title {
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.error-btn {
    color: white;
    background: #E2AF10;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 20px;
    height: 48px;
    padding: 15px 30px;
    max-width: 100%;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto;
}

.error-btn:hover {
    color: #ffffff;
    border: 1px solid #000000;
    background: #000000;
}

.error-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: cover;
}

.error-section {
    position: relative;
    max-height: calc(100vh - 150px);
    min-height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1680px) {
    .error-section {
        max-height: calc(80vh - 150px);
        min-height: 650px;
    }
}

@media (max-width: 1440px) {
    .error-section {
        max-height: calc(70vh - 150px);
        min-height: 550px;
    }
}

@media (max-width: 1280px) {
    .error-section {
        min-height: 450px;
        max-height: calc(60vh - 150px);
    }
}

@media (max-width: 992px) {
    .error-section {
        min-height: 650px;
        max-height: calc(90vh - 70px);
    }

    .error-title {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .error-btn {
        font-size: 16px;
    }
}

.error-content {
    position: relative;
    z-index: 11;
}

div.asl_m .probox .proclose {
    display: none !important;
}

.content-text-wrapper table {
    width: 100% !important;
    margin-bottom: 24px;
    table-layout: fixed;
}

.content-text-wrapper table td,
.content-text-wrapper table th {
    width: auto!important;
}

.content-wrap table th {
    font-size: 18px!important;
}

@media (max-width: 991px) {
    .content-wrap table th {
        font-size: 13px!important;
        padding: 12px 10px!important;
        width: auto !important;
    }

    .content-wrap table td {
        width: auto!important;
        padding: 10px!important;
    }
}

.wpd-cf-rating .wpd-cf-label {
    display: none;
}

.wpd-cf-rating .wpd-cf-value {
    padding: 1px 0 !important;
}