* {
    margin: 0px;
    padding: 0px;
}

html,
body {
    width: 100%;
    height: auto;
}

body::-webkit-scrollbar {
    width: 0px;
}

body {
    
    /* font-family: "Ubuntu", "Arial"; */
    font-family: "Tahoma", "Arial";
    /* font-family: "OpenSans", "Arial"; */
    /* font-family: "BaskervilleAZPSNormal", "Arial";*/
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    /* color: #cdb392; */
    color: #98846c;
    /* color: #25120e; */
    overflow-y: scroll;
    background-color: #fff;
    font-weight: normal;
}

.main {
    position: relative;
    width: 100%;
}

.mobileMenu {
    display: none;
}

#openFiltersMobile {
    display: none;
}
#closeFiltersMobile {
    display: none;
}

a {
    color: inherit;
    text-decoration: inherit;
    transition: opacity 0.2s;
    cursor: pointer !important;
}

p {
    line-height: 24px;
    margin-bottom: 24px;
}

p:last-child {
    margin-bottom: 0px;
}

ul,
li {
    list-style: none;
    display: inline-block;
}

.menu-mobile {
    display: none;
}

button,
select,
input {
    background: none;
    border: none;
    font-family: inherit;
    text-transform: inherit;
    box-sizing: border-box;
    transition: all 0.2s;
    cursor: pointer;
    appearance: none !important;
    color: inherit;
    font-weight: initial;
}

button:disabled {
    pointer-events: none;
    opacity: 0.6;
}

button:active,
select:active,
input:active,
button:focus,
select:focus,
input:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}
input:focus:-moz-placeholder {
    color: transparent !important;
} /* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent !important;
} /* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent !important;
} /* IE 10+ */

.page {
    text-align: center;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: rgba(205, 179, 146, 0.05);
}

.cart-to-print {
    padding-top: 50px !important;
}

.margin-bottom-150 {
    margin-bottom: 150px;
}

.margin-bottom-120 {
    margin-bottom: 120px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

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

.main-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(205, 179, 146, 0.05);
}

.slider-header {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 110px 0px 110px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    /* color: #25120e; */
    color: #f9f7f4;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 100;
}

.slider-logo {
    text-align: center;
}

.slider-logo a {
    display: inline-block;
    content: url(../img/logoW.png);
    height: 100px;
    object-fit: contain;
}

.slider-menu {
    text-align: right;
}

.slider-menu a:hover {
    /* color: #cdb392; */
    color: #98846c;
}

.menu-item {
    display: inline-block;
}

.menu-item:not(:first-child) {
    margin-left: 16px;
}

.slider-content {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 110px;
}

.slider-images {
    display: inline-flex;
    width: 65%;
    max-width: 100vh;
    height: 35vh;
    justify-content: space-between;
    align-items: center;
}

.slider-image img {
    height: 100%;
    transition: all 0.3s;
}

.slider-image {
    transition: all 0.3s;
}

.slider-image:not(.current),
.slider-images:hover .slider-image {
    height: 60%;
}

.slider-image:not(.current) img,
.slider-images:hover .slider-image img {
    filter: sepia(100%) contrast(70%);
    opacity: 0.25;
}

.slider-image.current {
    height: 100%;
}

.slider-images:hover .slider-image:hover {
    height: 100%;
}

.slider-images:hover .slider-image:hover img {
    filter: none;
    opacity: 1;
}

.slider-text {
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.slider-text > p {
    font-family: "BaskervilleAZPSNormal", "Arial";
    color: #25120e;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: initial;
}

.slider-video-link {
    position: absolute;
    display: inline-block;
    right: 0px;
    top: 0px;
    padding-right: 30px;
    transition: transform 0.2s;
}

.slider-video-link:hover {
    transform: translateX(7px);
}

.slider-video-link::after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0px;
    bottom: -3px;
    background-image: url(../img/play-button.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.slider-footer {
    height: 90px;
    background-color: #25120e;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slider-shop-link {
    position: relative;
    padding-left: 110px;
}

.slider-shop-link::before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 8px;
    transition: width 0.2s;
}

.slider-shop-link:hover::before {
    width: 0px;
}

.slider-stocks-link {
    position: relative;
    padding-right: 110px;
    text-align: right;
}

.slider-stocks-link::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 8px;
    margin-left: 30px;
    transition: width 0.2s;
}

.slider-stocks-link:hover::after {
    width: 0px;
}

.slider-adress {
    padding-left: 30px;
    position: relative;
}

.slider-adress::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background-image: url(../img/locationW.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.before-header,
.after-header {
    height: 10px;
    background-color: rgba(250, 247, 244, 0.9);
}

.header {
    height: 70px;
    background-color: rgba(250, 247, 244, 0.9);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-left: 110px;
    padding-right: 110px;
    position: sticky;
    top: -1px;

    transition: all 0.4s;
}

.header__menu,
.menu,
.menu-item {
    transition: all 0.4s;
}

.header__logo {
    width: 200px;
    height: 46px;
    background-image: url(../img/logo-long.png?1);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

.header-to-print {
    display: inline-flex !important;
    justify-content: space-between;
    margin-bottom: 50px;
}

.cart-to-print .header__logo {
    content: url(../img/logo-long.png?1);
    background: none;
    object-fit: contain;
    width: auto;
}

.cart-to-print .cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-to-print .checkout-title {
    margin: 0px;
    width: auto;
}

.cart-to-print .checkout-sum > div {
    padding: 20px 20px;
}
.cart-to-print .checkout-sum-title {
    margin-bottom: 20px;
}
.cart-to-print .checkout-sum-line p:first-child {
    margin-bottom: 0px;
}

.cart-to-print button {
    border: 1px solid #25120e;
}



.cart-to-print button:hover {
    border: 1px solid rgba(205, 179, 146, 0.05);
}

.cart-to-print-button {
    width: 100%;
    margin-top: 6px;
}

@media print {
    .cart-to-print button {
        display: none;
    }
}

.header__menu a {
    position: relative;
}

.header__menu a:hover,
.header__menu .current {
    color: #25120e;
}

.header__menu a::before {
    content: "";
    height: 1px;
    width: 0px;
    left: 0px;
    top: -37px;
    position: absolute;
    background-color: #25120e;
    transition: width 0.2s;
}

.miniHeader .header__menu a::before {
    top: -26px;
}

.header__menu a:hover::before,
.header__menu .current a::before {
    width: calc(100% - 2px);
}

.text-block {
    text-align: center;
}

.title {
    font-family: "BaskervilleAZPSNormal", "Arial";
    color: #25120e;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: initial;
}

.page-title {
    text-transform: uppercase;
}

.text {
    max-width: 760px;
    width: 70%;
    display: inline-block;
}

.text p {
    text-transform: initial;
}
.home-collections {
    display: inline-flex;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home-collection {
    display: grid;
    grid-row-gap: 10px;
    justify-content: center;
}

.home-collection img {
    height: 10vw;
    transition: transform 0.2s;
}

.home-collection:hover img {
    transform: scale(0.95);
}

.home-stocks {
    width: 70%;
    display: inline-block;
}

.home-stocks > div {
    position: relative;
}

.home-stock {
    text-align: left;
    height: 100%;
    display: flex;
}

.home-stock:hover {
    cursor: initial !important;
}

.stock-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.stock-image::after {
    content: "";
    /* background-color: #cdb392; */
    background-color: #98846c;
    position: absolute;
    bottom: -30px;
    z-index: -1;
}

.stock-about {
    margin: 5vw 30px 0px 30px;
    box-sizing: border-box;
}

.stock-title {
    font-family: "BaskervilleAZPSNormal", "Arial";
    font-size: 24px;
    text-transform: initial;
    letter-spacing: initial;
    margin-bottom: 15px;
    position: relative;
}

.stock-line {
    position: absolute;
    bottom: -3px;
    width: calc(100% + 15vw + 30px);
    height: 1px;
    /* background-color: #cdb392; */
    background-color: #98846c;
    transition: width 2s;
}

.stock-about:hover {
    cursor: pointer;
}

.stock-about:hover .stock-line {
    width: 0px;
}

.stock-text {
    max-width: 280px;
    display: inline-block;
}

.stock-title span {
    color: #25120e;
}

.stock-text p {
    line-height: 18px;
}

.stock-text p:not(:last-child) {
    margin-bottom: 18px;
}

.home-stocks > div:nth-child(4n + 1) .stock-image {
    width: 22vw;
    height: 35vw;
}

.home-stocks > div:nth-child(4n + 1) .stock-about {
    width: calc(100% - 22vw);
}

.home-stocks > div:nth-child(4n + 1) .stock-image::after {
    width: 60%;
    height: 60%;
    right: -30px;
}

.home-stocks > div:nth-child(4n + 1) .stock-line {
    right: calc(0px - 15vw - 30px);
}

.home-stocks > div:nth-child(2n) {
    height: 26vw;
}

.home-stocks > div:nth-child(2n) .home-stock {
    position: absolute;
    text-align: right;
    right: 0px;
    top: -7vw;
    flex-direction: row-reverse;
}

.home-stocks > div:nth-child(2n) .stock-image {
    width: 25vw;
    height: 36vw;
}

.home-stocks > div:nth-child(2n) .stock-about {
    width: calc(70vw - 25vw);
    margin-top: 13vw;
}

.home-stocks > div:nth-child(2n) .stock-image::after {
    width: 70%;
    height: 40%;
    left: -30px;
}

.home-stocks > div:nth-child(2n) .stock-line {
    left: calc(0px - 15vw - 30px);
}

.home-stocks > div:nth-child(4n - 1) .stock-image {
    margin-left: 5vw;
    width: 25vw;
    height: 36vw;
}

.home-stocks > div:nth-child(4n - 1) .stock-about {
    width: calc(100% - 30vw);
    margin-top: 17vw;
}

.home-stocks > div:nth-child(4n - 1) .stock-image::after {
    width: 60%;
    height: 60%;
    left: -30px;
}

.home-stocks > div:nth-child(4n - 1) .stock-line {
    right: calc(0px - 15vw - 30px);
}

.image-banner {
    width: 70%;
    height: 28vw;
    display: inline-block;
    box-sizing: border-box;
    /* border: 30px solid #cdb392;
  background-color: #cdb392; */

    border: 30px solid #98846c;
    background-color: #98846c;
}

.two-banners img {
    height: 30vw !important;
}

.image-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.9;
}

.image-banner-gallery {
    width: 70%;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    /* border: 1px solid #cdb392;
  background-color: #cdb392; */
    border: 1px solid #98846c;
    background-color: #98846c;

    overflow: hidden;
    white-space: nowrap;
    font-size: 0px;
    line-height: 0px;
    letter-spacing: 0px;
}

.image-banner-gallery-photo {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.image-banner-gallery-photo img {
    width: 100%;
}

.instagram {
    width: 100%;
}

.instagram-title {
    height: 90px;
    width: 100%;
    display: flex;
    align-items: center;
}

.instagram-link {
    position: relative;
    padding-left: 110px;
}

.instagram-link::before {
    content: "";
    width: 80px;
    height: 1px;
    /* background-color: #cdb392; */
    background-color: #98846c;
    position: absolute;
    left: 0px;
    top: 7px;
    transition: width 0.2s;
}

.instagram-link:hover::before {
    width: 0px;
}

.instagram-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 1px;
    height: 16.6vw;
}

.instagram-grid a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.instagram-image-link {
    background-color: rgba(205, 179, 146, 0.1);
    color: #25120e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer {
    background-color: #25120e;
    color: #fff;
    line-height: 24px;
    padding: 30px 110px 30px 110px;
    display: grid;
    grid-template-columns: auto auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
}

.footer-menu-tech ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-menu-tech-2 {
    text-align: right;
}

/* .footer-social ul{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-menu-tech{
  text-align: right;
}*/

.social-menu {
    width: 260px;
    display: inline-flex;
    justify-content: space-between;
}

.map {
    width: 70%;
    height: 30vw;
    display: inline-block;
    box-sizing: border-box;
    /* border: 1px solid #cdb392; */
    border: 1px solid #98846c;
}

.textPage a:hover {
    color: #25120e;
}

.textPageWithDownloadLink a {
    /* border-bottom: 1px solid #cdb392; */
    border-bottom: 1px solid #98846c;
}
.textPageWithDownloadLink a:hover {
    border-bottom: 1px solid #25120e;
}

.filters-line:last-child {
    border-bottom: none;
}

.filters-line .hide {
    display: none;
}
.filters-line .hide + label ~ div {
    display: none;
    opacity: 0;
}

.filters-line .hide + label {
    /* color: #cdb392; */
    color: #98846c;
    position: relative;
}

.filters-line .hide + label a:hover {
    color: #25120e;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.filters-line .hide + label::after {
    content: "";
    /* background-color: #cdb392; */
    background-color: #98846c;
    width: 0px;
    margin-left: 20px;
    height: 1px;
    position: absolute;
    display: inline-block;
    top: 9px;
    transition: transform 0.4s;
}

.filters-line .hide:checked + label {
    color: #25120e;
}
.filters-line .hide:checked:hover + label::after {
    transform: translateX(150px);
}

.filters-line .hide:checked + label::after {
    background-color: #25120e;
    width: 150px;
}

.filters-line .hide:checked + label + div {
    display: grid;
    opacity: 1;
}

.filters-line input[type="text"] {
    width: 100%;
    /* color: #cdb392; */
    color: #98846c;
    font-size: 12px;
}
.filters-line input[type="text"]::placeholder {
    /* color: #cdb392; */
    color: #98846c94;
}

.filters-line .checkbox__text {
    height: initial;
}

.filters-line .checkbox__text::first-letter {
    text-transform: uppercase;
}

.radio {
    width: 100%;
    text-align: left;
}

.radio input:not(#adress-input) {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.radio__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
}

.radio__text span {
    font-size: 10px;
    opacity: 0.5;
}

.radio__text:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    /* border: 1px solid #cdb392; */
    border: 1px solid #98846c;
    box-sizing: border-box;
    border-radius: 50%;
}

.radio__text:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 6px;
    /* background: #cdb392; */
    background: #98846c;
    opacity: 0;
    transition: 0.2s;
    border-radius: 50%;
}

#adress-input {
    max-height: 0px;
    overflow: hidden;
    position: absolute;
    width: 500px;
    bottom: 0px;
    right: 0px;
    transition: max-height 0.2s;
}

#adress-open {
    text-align: right;
}

#adress-open .radio__text {
    transition: padding-bottom 0.2s;
    padding-bottom: 0px;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}

.radio#adress-open input:checked + .radio__text {
    padding-bottom: 50px;
}

.radio#adress-open input:checked + .radio__text #adress-input {
    max-height: 50px;
}

.checkbox {
    width: 100%;
}

.checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.checkbox__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
}

.checkbox__text:before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    /* border: 1px solid #cdb392; */
    border: 1px solid #98846c;
    box-sizing: border-box;
}

.checkbox__text:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 6px;
    /* background: #cdb392; */
    background: #98846c;
    opacity: 0;
    transition: 0.2s;
}

.checkbox input:checked + .checkbox__text:after {
    opacity: 1;
}

.filter-line__hide {
    margin-top: 30px;
    padding-left: 10px;
}

.filter-line__hide ul {
    display: flex;
    flex-direction: column;
}

.filter-line__hide ul li.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.filter-line__hide ul li {
    height: 25px;
}

.shop {
    display: grid;
    grid-template-columns: 280px auto;
    grid-column-gap: 60px;
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 100px;
}

.shop-filters {
    position: relative;
}

#shop-filters-apply, #shop-brand-filters-apply {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 11px;
    padding: 0px 15px;
    transform: translateX(-100%);
    opacity: 0;
    transition: opacity 0.4s, top 0.4s;
    background: #f9f7f4;
    z-index: 100;
}


.shop-filters > div {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 135px);
    background-color: rgba(205, 179, 146, 0.05);
    padding: 35px 20px 35px 20px;
    overflow: hidden;
    overflow-y: scroll;
    display: grid;
    grid-row-gap: 12px;
    box-sizing: border-box;
}

.shop-filters > div::-webkit-scrollbar {
    width: 0px;
}


.filters-title {
    margin-bottom: 10px;
}

.filters-line {
    text-align: left;
    overflow: hidden;

    border-bottom: 1px dotted #c5b39c;
    padding-bottom: 12px;
    text-transform: initial;
}

.price-line {
    width: 100%;
    height: 1px;
    /* background-color: #cdb392; */
    background-color: #98846c;
}

.price-title {
    margin-bottom: 35px;
}

.shop-items {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    grid-template-columns: repeat(4, calc((100% - 41px) / 4));
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

.shop-item {
    display: block;
}

.shop-item-price {
    line-height: 18px;
    grid-column: 1/3;
}

.shop-item-price span {
    /* color: #cdb392; */
    color: #98846c;
}

.item-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.item-image > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.07);
    transition: transform 0.2s;
}

.textPage.page.brandItem .item-image > div {
    background-position: center top;
}

.shop-item:hover .item-image > div {
    transform: scale(1);
}

.item-title {
    font-family: "BaskervilleAZPSNormal", "Arial";
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    /* color: #cdb392; */
    color: #98846c;
    text-transform: initial;
}

.item-material {
    font-size: 0.75em;
    opacity: 0.75;
}

.item-about {
    padding: 20px 20px 0px 20px;
}

.item-price {
    margin-top: 10px;
    color: #25120e;
    text-transform: initial;
}

.old-price {
    /* color: #da6172 !important;*/
    text-decoration: line-through;
    background-color: #da6172;
    border-radius: 3px;
    padding: 2px 5px;
    margin-right: 4px;
    display: inline-block;
    color: #fff !important;
}

.price-button-line .old-price {
    margin: 5px 0px 10px;
    text-decoration: none;
}

.item-default-price {
    margin-top: 7px;
    text-transform: initial;
    color: #da6172;
}

.item-default-price span {
    text-decoration: line-through;
}

.item-price::after,
.cart-sum-price::after,
.shop-item-price::after,
.checkout-sum-line p:last-child::after {
    content: "₽";
}

.without-currency::after {
    content: "" !important;
}

.shop-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
}

b {
    font-weight: normal;
    color: #25120e;
}

.option-sort select {
    margin-left: 20px;
}

select,
button {
    padding-left: 40px;
    padding-right: 40px;
    height: 37px;
    /* background-color: rgba(205, 179, 146, 0.05); */
    background-color: rgb(101 87 68 / 5%);
    border: 1px solid rgba(205, 179, 146, 0.05);
    text-align: center;
    box-sizing: border-box;
}

.all-shop-button, .discount-btn {
    display: inline-flex;
    border: 1px solid #25120e;
    background-color: rgb(101 87 68 / 5%);
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    font-size: 11px;
    padding: 0px 15px;
    margin-top: 12px;
    width: auto;
    opacity: 1;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: border 0.4s;


    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #98846c;
    background-color: rgba(37, 18, 14, 0.8);
    backdrop-filter: blur(5px);
    color: white;
}
.all-shop-button:hover, .discount-btn:hover {
    border: 1px solid rgba(205, 179, 146, 0.05);
    background-color: #fff;
    color: #25120e;
}

.brown-btn {
    /* background-color: #98846C;
    color: #fff; */

    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #98846c;
    background-color: rgba(37, 18, 14, 0.8);
    backdrop-filter: blur(5px);
    color: white;
}

.discount-btn{
    margin-top: 0px;
}

#select-city {
    padding-left: 20px;
    padding-right: 20px;
    margin-right: 20px;
}

button:hover {
    border: 1px solid #25120e;
}

.shopItem {
    display: grid;
    padding-left: 110px;
    padding-right: 110px;
    grid-template-columns: 50% auto;
    grid-column-gap: 60px;
    grid-row-gap: 100px;
    padding-top: 100px;
}

.shopItem-other {
    grid-column: 1/3;

    display: grid;
    grid-template-columns: 22vw 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

.shopItem-other-title {
    height: 250px;
    background-color: rgba(205, 179, 146, 0.1);
    color: #25120e;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
}

.shopItem-photo {
    overflow: hidden;
}

.shopItem-photo > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1.1);
    transition: transform 0.2s;
}

.shopItem-photo:hover > div {
    transform: scale(1);
}

.shopItem-photos {
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: auto 75px;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.shopItem-photos .bigPhoto {
    grid-row: 1/7;
}

.shopItem-about {
    text-align: left;
    line-height: 30px;
    padding-right: 60px;
}

.shopItem-title {
    font-family: "BaskervilleAZPSNormal", "Arial";
    text-transform: initial;
    font-size: 24px;
    letter-spacing: 0em;
    margin-bottom: 24px;
}

.shopItem-block {
    padding-bottom: 5px;
    margin-bottom: 8px;
    border-bottom: 1px dotted #c5b39c;
    padding-right: 80px;
    text-transform: initial;
}


.shopItem-block span {
    color: #ad987d;
}

.sizes {
    display: inline-block;
    /* margin-left: 10px; */
}

.sizes-radio {
    width: 100%;
}

.sizes-radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 0px;
}
.sizes-radio-text {
    display: block;
    position: relative;
    cursor: pointer;
    margin: 0 2px 4px 0px;
    padding: 2px 7px;
}

/* .sizes-radio-text:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: rgba(205, 179, 146, 0.12);
    opacity: 0;
    transition: all 0.2s;
} */


.sizes-radio input:checked + .sizes-radio-text {
    color: #25120e;
    background: rgba(205, 179, 146, 0.12);
}

.price-button-line {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    color: #25120e;
}

.price-button-line button {
    height: 45px;
}

.cart {
    position: fixed;
    background-color: #fff;
    width: 500px;
    height: calc(100vh - 90px);
    top: 90px;
    right: -500px;
    box-sizing: border-box;
    padding: 30px;
    transition: transform 0.4s, top 0.4s;
    overflow-y: scroll;
    padding-bottom: 100px;
}

.cart::-webkit-scrollbar {
    width: 0px;
}

.cart.openCart {
    transform: translateX(-100%);
    -webkit-box-shadow: -15px 14px 24px -19px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -15px 14px 24px -19px rgba(0, 0, 0, 0.47);
    box-shadow: -15px 14px 24px -19px rgba(0, 0, 0, 0.47);
}

.cart.diffTop {
    top: 69px;
    height: calc(100vh - 69px);
}

.cart-items {
    display: grid;
    grid-row-gap: 30px;
}

.cart-item {
    display: grid;
    grid-template-columns: 130px auto;
    height: 130px;
    grid-column-gap: 20px;
}

.cart-item .item-title {
    max-height: 40px;
    overflow: hidden;
}

.cart-item-image {
    height: 100%;
    overflow: hidden;
    border-radius: 6px;
}

.cart-item-image > div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.2s;
    transform: scale(1.1);

}

.cart-item-image:hover > div {
    transform: scale(1);
}

.cart-item-about {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
}

.cart-item-about .item-title {
    color: #25120e;
}

.delete {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.cart-item-count a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #cdb392; */
    /* border: 1px solid #98846c; */
    box-sizing: border-box;
}

.cart-item-count {
    border-radius: 3px;
    border: 1px solid #98836c38;
}

.minus {
    margin-right: 5px;
}

.plus {
    margin-left: 5px;
}

.minus:hover,
.plus:hover {
    border: 1px solid #25120e;
}

.cart-sum {
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 130px auto;
    grid-column-gap: 20px;
}

.cart-sum-title {
    text-align: right;
}

.cart-sum-price {
    color: #25120e;
}

.goToBuy {
    width: 100%;
}
.closeCart {
    margin-top: 6px;
    width: 100%;
}

.checkout {
    padding-top: 100px;
    overflow-x: hidden;
}

.checkout > div {
    width: 70%;
    display: inline-block;
}

.grid-3-col {
    display: inline-grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
    width: 100%;
}

.big-input-3-col {
    grid-column: 2/4;
}

.grid-2-col {
    display: inline-grid !important;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 15px;
    grid-row-gap: 13px;
    margin-bottom: 24px;
    width: 100%;
}

.checkout-text {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #25120e;
}

.checkout-title {
    margin-bottom: 50px;
}

.checkout input {
    /* background-color: rgba(205, 179, 146, 0.05); */ 
    background-color: rgb(250 248 246);
    /* color: #cdb392; */
    color: #98846c;
    height: 45px;
    text-align: center;
    border: 1px solid #98836c38;
    width: 100%;
    border-radius: 3px;
    letter-spacing: 0.06em;
}

.checkout input::placeholder {
    /* color: #cdb392; */
    color: #98846c;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.checkout-item:not(:last-child) {
    margin-bottom: 24px;
}

.checkout-item {
    display: grid;
    grid-template-columns: 80px auto;
    height: 100px;
    grid-column-gap: 20px;
    padding: 20px;
    border-radius: 6px;
    background-color: #fff;
}

.checkout-item .item-title {
    max-height: 40px;
    overflow: hidden;
}

.checkout-item .item-price {
    margin-top: 0px;
}

.checkout-item .item-default-price {
    margin-top: 0px;
    margin-bottom: 7px;
}

.checkout-sum-block {
    transform: translateY(-40px);
}

.checkout-sum-block > div {
    position: sticky;
    top: 100px;
    background-color: rgba(205, 179, 146, 0.05);
    padding: 40px;
    color: #25120e;
    border-radius: 6px;
}

.checkout-sum-line {
    display: flex;
    justify-content: space-between;
}

.checkout-sum-line p{
    margin-bottom: 0px;
}

.checkout-sum-line p:first-child {
    text-align: left;
}
.checkout-sum-line p:last-child {
    text-align: right;
    white-space: nowrap;
}

.checkout-sum-title {
    margin-bottom: 50px;
}

.checkout-sum-all {
}

.clear {
    margin-top: 30px;
    border-bottom: 1px solid #25120e;
}

.questions {
    text-align: right;
    margin-top: 50px;
    line-height: 30px;
}


.checkout-buttons {
    margin: 20px 0px 16px;
}

.checkout-promocode {
    margin-top: 0px;
    position: relative;
}
.checkout-promocode input {
    width: 100%;
}

.checkout-buttons button, .goToBuy, .closeCart, .cart-to-print-button {
    height: 45px;

    padding-left: 40px;
    padding-right: 40px;
    
    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #98846c;
    background-color: rgba(37, 18, 14, 0.8);
    backdrop-filter: blur(5px);
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;

    color: #fff;

    width: 100%;
}

.closeCart, .cart-to-print-button {
    background-color: rgba(205, 179, 146, 0.05);
    color: #25120e;
}

.grid-2-col .grid-2-col {
    margin-bottom: 0px;
}

.margin-top-50 {
    margin-top: 50px;
}

.checkout .sizes-radio-text:after {
    top: 4px;
}

.text#psb-logo a:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 20px;
    width: 65px;
    margin-top: -3px;
    background-image: url(../img/PSB_logo.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.text#psb-logo span {
    margin-left: 30px;
    display: inline-block;
    color: #25120e;
}

.text#psb-logo select {
    direction: rtl;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-menu-footer, .mobile-menu {
    display: none;
}

.info-logos {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-logos img {
    width: 200px;
    display: inline-block;
}

#popupSelection {
    display: none;
}

.popup-bg, .popup-selection-overlay {
    background-color: rgba(17, 17, 17, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 201;
    display: none;
}

.popup-sendForm {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 202;
    transform: translateY(100%);
    transition: transform 0.5s;
}

.popup-sendForm form {
    background-color: #fff;
    width: 580px;
    position: relative;
}

.popup-selection-overlay {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#popupSelection.active {
    display: flex;
}
.popup-selection-content {
    background-color: #fff;
    width: 680px;
    max-width: calc(100% - 20px);
    padding: 50px 70px;
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 70px;
}

.popup-selection-content p {
    line-height: 18px;
}

.popup-selection-content>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    text-transform: none;
    letter-spacing: 0;
}

.popup-selection-content img {
    width: 100%;
    border-radius: 5px;
    vertical-align: bottom;
}

.expert-card {
    border: 1px solid #98846c;
    border-radius: 5px;
    color: #98846c;
    text-align: center;
    padding: 20px;
}

.expert-card strong {
    color: #25120e;
    /* text-transform: uppercase;
    letter-spacing: 0.06em; */
}

.popup-selection-content svg {
    width: 24px;
    height: 24px;
}

.selection-grid {
    display: flex;
    gap: 20px;
}

.contact-methods {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.method {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all 0.2s;
}

/* .method:hover {
    border-color: #3498db;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.15);
} */

.popup-selection-content input[type="tel"] {
    width: 100%;
    /* color: #cdb392; */
    color: #98846c;
    font-size: 12px;
    height: 45px;
    border-bottom: 1px solid #98846c;
}
.popup-selection-content input[type="tel"]::placeholder {
    /* color: #cdb392; */
    color: #98846c94;
}

.order-btn {
    width: 100%;
}

.popup-selection-content input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #25120e;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

.popup-selection-content input[type="checkbox"]:checked {
    border-color: #3498db;
    background-color: #3498db;
}

.popup-selection-content input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-selection-content h2 {
    font-weight: normal;
}

.method-content {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #98846c;
    /* background-color: rgba(37, 18, 14, 0.8); */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    opacity: 0.7;
    transition: opacity 0.3s;
}

.method input[type="checkbox"]:checked ~ .method-content {
    opacity: 1;
}

.method-name {
    font-weight: bold;
    color: #2c3e50;
    transition: color 0.3s;
}

.method input[type="checkbox"]:checked ~ .method-content .method-name {
    color: #3498db;
}

/* .phone-input {
    width: 100%;
    padding: 15px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    margin-bottom: 20px;
    transition: border-color 0.3s;
}

.phone-input:focus {
    outline: none;
    border-color: #4CAF50;
} */

/* .order-btn {
    width: 100%;
    padding: 15px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
    margin-bottom: 15px;
} */

/* .order-btn:hover {
    background: #45a049;
} */

/* .order-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
} */

.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.checkbox-container input {
    margin-right: 10px;
}

.online-status {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #25120e;
}
.popup-selection-title {
    color: #25120e;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.popup-selection-title span {
    opacity: 0.7;
    text-transform: initial;
    letter-spacing: 0;
}
.blinking-dot {
    width: 10px;
    height: 10px;
    background: #4CAF50;
    border-radius: 50%;
    margin-right: 10px;
    animation: blink 2s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.social-link {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #4CAF50;
    color: #4CAF50;
    /* background-color: rgba(37, 18, 14, 0.8); */
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    opacity: 1;
    transition: opacity 0.3s;
}

.social-link svg {
    fill: #4CAF50;
}

.social-link:hover {
    opacity: 0.6;
}

.popup-sendForm .cart-card__body {
    padding-bottom: 35px;
}

.close-popup-button, #popupSelectionClose {
    position: absolute;
    right: -10px;
    top: -13px;
    width: 9px;
    height: 9px;
    background-image: url("../img/CLOSE.svg");
    background-position: center center;
    background-size: 9px;
    background-repeat: no-repeat;
    padding: 20px;
    cursor: pointer;
}

.popup-thank-you-block {
    height: 100%;
    text-align: center;
}

.popup-thank-you-block .button {
    width: 220px;
    display: inline-block;
}

.popup-thank-you {
    max-width: 500px;
    font-size: 14px;
}

.popupForm-block {
    padding: 40px;
    text-align: center;
}

.popupForm__header {
    margin-bottom: 40px;
}

.popupForm__inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.popupForm__inputs input {
    background-color: rgba(205, 179, 146, 0.05);
    /* color: #cdb392; */
    color: #98846c;
    height: 45px;
    text-align: center;
    font-size: 12px;
}

.popupForm__inputs input::placeholder {
    /* color: #cdb392; */
    color: #98846c;
}

.certificate {
    text-align: center;
}

.certificate img {
    width: 100px;
}

.brands {
    padding-left: 110px;
    padding-right: 110px;
    padding-top: 100px;
}

.brands-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
}

.brands-item .item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(205, 179, 146, 0.2);
    transition: background-color 0.2s;
}

.brands-item-logo {
    width: 100%;
    height: auto;
}
.brands-item-logo img {
    width: 80%;
    max-height: 70%;
    transition: width 0.2s;
}
.brands-item-logo:hover img {
    width: 85%;
}

.brands-item:hover .item-image {
    background-color: rgba(205, 179, 146, 0);
}

.brands-item .item-image img {
    opacity: 0.9;
}

.brandItem img {
    object-fit: contain;
    width: 100%;
}

.brandItem .image-banner {
    background-color: rgba(205, 179, 146, 0.2);
    border: 30px solid rgba(205, 179, 146, 0);
}

.small-images {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.small-images a {
    width: 100px;
    vertical-align: middle;
    display: inline-block;
}

.small-images a:not(:last-child) {
    margin-right: 50px;
}

.letter-from {
    display: inline-grid;
    width: 300px;
    grid-template-rows: auto auto;
    grid-row-gap: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.letter-from:not(:last-child) {
    margin-right: 40px;
}

.cart-checks {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
    grid-column-gap: 15px;
    grid-row-gap: 13px;
}

.cart-checks label {
    /* color: #98846c; */
    letter-spacing: 0.06em;
}

.cart-checks label .radio__text {
    text-align: left;
    border: 1px solid #98836c38;
    border-radius: 3px;
    padding: 10px;
    padding-left: 35px;
    box-sizing: border-box;
    background-color: rgb(250 248 246);
    width: 100%;
    height: initial;
    letter-spacing: 0.06em;
}

.cart-checks .radio .radio__text:before {
    top: 8px;
    left: 10px;
}

.cart-checks .radio .radio__text:after {
    top: 15px;
    left: 17px;
}

.checkout-page-all-items {
    width: 100% !important;
    display: block;

    box-sizing: border-box;

    grid-column-gap: 60px;
    padding-left: 110px;
    padding-right: 110px;

    grid-template-columns: 1fr 480px;
}

.checkout-page-all-items.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* .checkout-page-all-items > div {
    width: 70%;
    display: inline-block;
} */

/* button#removeFilters {
    position: fixed;
    left: 9px;
    bottom: 0px;
    width: 101px;
    opacity: 1;
    text-align: center;
    padding: 0px;
    font-size: 11px;
} */
button#removeFilters {
    width: auto;
    opacity: 1;
    text-align: center;
    /* font-size: 11px; */
    vertical-align: middle;
    margin-left: 40px;
}

.pager {
    text-align: left;

    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.pager:nth-of-type(2) {
    margin-top: 40px;
}

.pager span {
    color: #25120e;
}

.pager a {
}

.pager a:hover,
.pager .active {
    color: #25120e;
}

.event-links a {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;
}

.event-links a:first-child {
    margin-bottom: 10px;
}


.home-slider {
    width: 100%;
    height: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
}

.home-slider-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.isNewLabel {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #4ea04e;
    color: #fff;
    display: inline-block;
}

.isDiscountLabel {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 7px;
    border-radius: 3px;
    background-color: #4ea04e;
    color: #fff;
    display: inline-block;
}

.blog.page {
    padding-top: 50px;
}

.blog-main {
    display: grid;

    grid-template-columns: 3fr 2fr;
    grid-column-gap: 150px;
    text-align: center;
    align-items: center;

    min-height: 400px;

    padding-left: 150px;
    padding-right: 100px;
}

.blog-image img {
    width: 100%;
}

.blog-items {
    padding-left: 100px;
    padding-right: 100px;

    position: relative;
    /* min-height: 20vw; */
    padding-top: 60px;

    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 150px;
    grid-row-gap: 100px;
}

.blogItem {
    padding-left: 200px;
    padding-right: 200px;

    max-width: 80%;
    box-sizing: border-box;

    position: relative;
    padding-top: 60px;
}

.blog-items::before,
.blogItem::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0px;
    background-color: #98846c;
    z-index: -1;

    width: 80%;
    height: 100%;

    opacity: 0.1;
}

.blogItem::before {
    width: 100%;
    height: calc(100% + 120px);
}

.blog-item {
    display: grid;
    grid-template-columns: 1fr 2fr;

    box-shadow: 0px 0px 20px -12px #25120e;
    border: 1px solid rgba(152, 132, 108, 0.2);
}

.blog-item:hover {
    border: 1px solid rgb(152, 132, 108);
}

.blog-item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.blog-item-about {
    padding: 24px 34px;
    text-align: left;
    background-color: #fcfbf9;
}

.item-text {
    font-size: 13px;
    margin-top: 18px;
    letter-spacing: normal;
    text-transform: initial;
    line-height: 1.6;
}

.blogItem .item-text {
    text-align: left;
}

.blog-title {
    position: relative;
    /* font-size: 60px;
  line-height: 68px; */
    font-size: 4vw;
    line-height: 4.2vw;
}

.blog-title > a {
    position: absolute;
    left: 0px;
    transform: translateX(-100%);
    padding-right: 30px;
    transition: transform 0.2s;
}

.blog-title > a:hover {
    transform: translateX(-105%);
}

.sdek-map {
    width: 100%;
    height: 600px;
    margin: 0px auto;
    margin-bottom: 20px;
}

@media print {
}

@media all and (max-width: 1350px) {
    .shopItem-other {
        /* grid-template-columns: 150px auto; */
    }
}

@media all and (max-width: 1180px) {
    .header,
    .shopItem,
    .shop,
    .brands,
    .slider-header,
    .slider-content,
    .footer,
    .checkout-page-all-items {
        padding-left: 40px;
        padding-right: 40px;
    }
    .instagram-link,
    .slider-shop-link {
        padding-left: 40px;
    }
    .slider-stocks-link {
        padding-right: 40px;
    }
}


.cdek-hidden {
    font-size: 10px;
    color:#da6172;
    grid-column: 1/3;
}


.social-popup {
    position: fixed;
    background-color: rgba(37, 18, 14, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    width: 100vw;
    height: 100vh;
}

.social-popup>div {
    display: inline-block;
    width: calc(100% - 40px);
    max-width: 500px;
    box-sizing: border-box;
    padding: 40px 50px 40px 50px;
    background-color: #f9f7f4;
    border: 1px solid #98846c;
    position: relative;
    border-radius: 5px;
}

.social-popup a {
    color: #25120e;
}

.close-social-popup {
    position: absolute;
    right: -10px;
    top: -13px;
    width: 9px;
    height: 9px;
    background-image: url("../img/CLOSE.svg");
    background-position: center center;
    background-size: 9px;
    background-repeat: no-repeat;
    padding: 20px;
    cursor: pointer;
}


.tg-1 {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.tg-2 {
    height: 24px;
    width: 90px;
}

.popup-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
    width: 400px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 24px;
    max-width: 100%;
}

.popup-images img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    /* border: 1px solid #25120e; */
}


.arrow-down {
    position: absolute;
    bottom : 30px;
    left: 50%;
}

.arrow-down {
    margin: 10px;
}
.arrow-down span {
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin: -6px;
    animation: arrow-down 2s infinite;
}
.arrow-down span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow-down span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(-7px,-7px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(7px,7px);
    }
}


.home.page .text a:hover {
    color: #25120e;
}

.brands-slider {
    margin-bottom: 100px;
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.brands-slider-item {
    width: 30vw;
    border: 10px solid #98846c;
    background-color: #98846c;
}

.brands-slider-item:hover {
    opacity: 0.7;
}

.brands-slider-item img {
    width: 100%;
    vertical-align: bottom;
}

.pwa-install {
    display: none;
}


.cart-notification {
    background-color: rgb(250 248 246);
    color: #98846c;
    height: auto;
    padding: 20px;
    text-align: center;
    border: 1px solid #98836c38;
    width: 100%;
    border-radius: 3px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}



.home-slider-text {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0px;
    bottom: 81px;
    color: #25120e;
    font-size: 24px;
    padding: 20px;
    text-transform: uppercase;
    font-family: "BaskervilleAZPSNormal", "Arial";
    /* text-shadow: #fcfbf9 0px 0 5px; */
    background-color: rgba(250, 247, 244, 0.4);
}

.home-slider-text img {
    width: 100px;
}

.fpp-block {
    position: absolute;
    left: 25px;
    bottom: 100px;
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
}

.fpp-block img{
    width: 40px;
}

.fpp-block span{
    width: 250px;
}


/* Стили для попапа */
.gallery-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gallery-popup.active {
    display: flex;
}

.gallery-popup-content {
    position: relative;
    width: 90%;
    max-width: 800px;
    height: 70vh;
    display: flex;
    flex-direction: column;
}

.gallery-main-image {
    flex-grow: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
    cursor: zoom-in;
    transition: transform 0.3s;
}

.gallery-main-image.zoomed {
    cursor: zoom-out;
    transform: scale(1.5);
}

.gallery-thumbnails {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 0;
    justify-content: center;
    scrollbar-width: thin;
    scrollbar-color: #666 #222;
}

/* Стили для скроллбара в Chrome */
.gallery-thumbnails::-webkit-scrollbar {
    height: 6px;
}

.gallery-thumbnails::-webkit-scrollbar-track {
    background: #222;
}

.gallery-thumbnails::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 6px;
}

.gallery-thumbnail {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    border: 2px solid transparent;
    opacity: 0.7;
    transition: all 0.3s;
    flex-shrink: 0;
}

.gallery-thumbnail.active {
    border-color: #fff;
    opacity: 1;
}

.gallery-thumbnail:hover {
    opacity: 1;
}

.gallery-close {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.shop-items-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 100px;
}

.shop-items-slider {
    overflow: hidden;
    width: 100%;
}

.shop-items-container .shop-items {
    display: flex;
    transition: transform 0.5s ease;
    gap: 15px;
    padding: 10px 0;
}

.shop-items-container .shop-item {
    flex: 0 0 calc(25% - 12px);
    min-width: 0;
    box-sizing: border-box;
}

.shop-items-container .slider-arrow,
.shop-items2-container .slider-arrow {
    position: absolute;
    /* top: 50%; */
    bottom: 200px;
    /* transform: translateY(-50%); */
    width: 100px;
    height: 60px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
}

.slider-arrow svg {
    width: 20px;
}

.shop-items-container .slider-arrow:hover, 
.shop-items2-container .slider-arrow:hover {
    background: #f5f5f5;
}

.shop-items-container .slider-arrow-left, 
.shop-items2-container .slider-arrow-left {
    left: 20px;
}

.shop-items-container .slider-arrow-right,
.shop-items2-container .slider-arrow-right {
    right: 20px;
}

.desctop-mes-links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;

    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}

.desctop-mes-links a {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.04), 0px -1px 2px rgba(0, 0, 0, 0.03);
    border: 1px solid #98846c;
    background-color: rgba(37, 18, 14, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 8px;
    position: relative;
    color: white;
}

.desctop-mes-links svg {
    width: 24px;
    height: 24px;
    fill: white;
}




/* Shop Items Slider Styles */
.shop-items2-container {
    position: relative;
    padding: 0;
    margin: 50px 0;
}

.shop-items2-slider {
    width: 100%;
    overflow: hidden;
    padding: 100px 0px;
}

.shop-items2 {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
    margin-left: 7%;
    width: 80%;
}

.shop-item2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    flex: 0 0 33.333%;
    padding: 0 15px;
    position: relative;
    will-change: transform, opacity;
    min-width: 33.333%;
}

.shop-item2.active {
    transform: scale(1.15);
    z-index: 2;
}

.shop-item2.left {
    transform: translateX(-10%) scale(0.85);
    opacity: 0.6;
}

.shop-item2.right {
    transform: translateX(10%) scale(0.85);
    opacity: 0.6;
}

.shop-item2.hidden {
    opacity: 0;
    pointer-events: none;
}

.shop-item2 .item-info {
    text-align: center;
    margin-top: 15px;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
}

.shop-item2.active .item-info {
    opacity: 1;
}

.shop-item2-image {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    background: #f9f7f4;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-item2-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.shop-item2.active .shop-item2-image img {
    transform: scale(1.1);
}

.shop-item2-category {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #da6172;
    margin-bottom: 5px;
    font-family: "Tahoma", "Arial";
}

.shop-item2 .item-name {
    font-size: 18px;
    margin-bottom: 5px;
    font-family: "BaskervilleAZPSNormal", "Arial";
    color: #25120e;
    text-transform: none;
    letter-spacing: normal;
}

.shop-item2 .item-price {
    font-size: 16px;
    color: #25120e;
    font-family: "Tahoma", "Arial";
}


/* Адаптивность */
@media (max-width: 768px) {
    .shop-items2-container {
        padding: 0 40px;
    }
    
    .shop-item2 {
        flex: 0 0 50%;
    }
    
    .shop-item2.active {
        transform: scale(1.1);
    }
    
    .shop-item2.left {
        transform: translateX(-20%) scale(0.9);
    }
    
    .shop-item2.right {
        transform: translateX(20%) scale(0.9);
    }
    
    .shop-item2-image {
        height: 250px;
    }

}

@media (max-width: 576px) {

    .shop-items2-container {
        padding: 0 20px;
    }
    
    .shop-item2 {
        flex: 0 0 100%;
    }
    
    .shop-item2:not(.active) {
        display: none;
    }
    
    .shop-item2.left {
        transform: translateX(-100%) scale(0.8);
    }
    
    .shop-item2.right {
        transform: translateX(100%) scale(0.8);
    }


}


.globalClass__VwIxm {

}



/* ========== СТИЛИ ДЛЯ КОРЗИНЫ (НОВЫЕ ЭЛЕМЕНТЫ) ========== */

/* Секции персональных данных и доставки */
.personal-data-section,
.delivery-method-section {
    margin-bottom: 40px;
}

.personal-data-section input[type='email'] {
    grid-column: 1/3;
}

input:required {
    border-bottom: 2px solid #98836c99;
}

/* Поля ввода только для чтения */
.readonly-field {
    background-color: rgba(205, 179, 146, 0.03) !important;
    color: #98846c !important;
    cursor: not-allowed;
    border-bottom: 1px solid #c5b39c !important;
}

/* Автодополнение адреса */
.address-autocomplete {
    position: relative;
    width: 100%;
}


.address-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    border: 1px solid #98846c;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(37, 18, 14, 0.1);
}

.address-suggestions::-webkit-scrollbar {
    width: 6px;
}

.address-suggestions::-webkit-scrollbar-track {
    background: rgba(205, 179, 146, 0.05);
}

.address-suggestions::-webkit-scrollbar-thumb {
    background-color: #98846c;
    border-radius: 3px;
}

.suggestion-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: all 0.2s;
    border-bottom: 1px solid rgba(152, 132, 108, 0.1);
    text-align: left;
    font-size: 13px;
    color: #25120e;
    text-transform: none;
}

.suggestion-item:hover {
    background-color: rgba(205, 179, 146, 0.1);
    color: #25120e;
}

.suggestion-item:last-child {
    border-bottom: none;
}

/* Индикатор загрузки поиска адреса */
.address-autocomplete::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top-color: #98846c;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    opacity: 0;
    transition: opacity 0.3s;
}

.address-autocomplete.loading::after {
    opacity: 1;
}

@keyframes spin {
    0% { transform: translateY(-50%) rotate(0deg); }
    100% { transform: translateY(-50%) rotate(360deg); }
}

/* Поля с маской телефона */
input[v-mask] {
    letter-spacing: 1px;
}

/* Стили для маленького текста в кнопках */
small {
    font-size: 10px;
    opacity: 0.8;
    display: block;
    margin-top: 3px;
}

/* Кнопка удалить в корзине */
.delete {
    padding: 0px 15px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    border: 1px solid #98836c38;
    border-radius: 3px;
    background-color: transparent;
    transition: all 0.2s;
    color: #98836c;
    letter-spacing: 0.06em;
}

.delete:hover {
    border-color: #da6172;
    color: #da6172;
}

/* Поля для паспортных данных */
.passport-data-section {
    background-color: rgba(205, 179, 146, 0.03);
    padding: 30px;
    border-radius: 5px;
    margin: 30px 0;
    border: 1px solid rgba(152, 132, 108, 0.1);
}

/* Стили для проверки товаров */
.checkout-items {
    display: grid;
    grid-row-gap: 10px;

    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid rgba(152, 132, 108, 0.1);
}

/* Кнопки в checkout-buttons */
.checkout-buttons button {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.checkout-buttons button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 18, 14, 0.15);
}

/* Индикатор обязательных полей */
input[required]::placeholder {
    position: relative;
}

input[required]::after {
    content: '*';
    color: #da6172;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

/* Стили для сообщения о пустой корзине */
.cart-empty-message {
    padding: 60px 20px;
    text-align: center;
}

.cart-empty-message .title {
    margin-bottom: 30px;
}

.cart-empty-message a {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    border: 1px solid #25120e;
    transition: all 0.3s;
}

.cart-empty-message a:hover {
    background-color: #25120e;
    color: #fff;
}

/* Адаптивные стили */
@media all and (max-width: 1000px) {
    .checkout-items {
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid rgba(152, 132, 108, 0.1);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
    
    .address-suggestions {
        position: fixed;
        top: auto;
        bottom: 0;
        max-height: 50vh;
        border: 1px solid #98846c;
        border-radius: 10px 10px 0 0;
    }
    
    .suggestion-item {
        padding: 15px 20px;
        font-size: 14px;
    }
    
    .passport-data-section {
        padding: 20px;
        margin: 20px 0;
    }
}

@media all and (max-width: 768px) {
    .cart-empty-message {
        padding: 40px 20px;
    }
    
    .cart-empty-message .title {
        font-size: 20px;
    }
}

/* Стили для состояния загрузки */
button[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

button[disabled]:hover {
    transform: none !important;
    box-shadow: none !important;
}

/* Стили для промокода */
.checkout-promocode input {
    text-transform: uppercase;
    letter-spacing: 2px;
}

.checkout-promocode span {
    position: absolute;
    right: 10px;
    top: 15px;

    font-size: 10px;
    color: #98836c;
}

.checkout-promocode input:focus {
    border-bottom-color: #25120e;
}

/* Стили для выбранных элементов радио-кнопок */
.radio input:checked + .radio__text {
    color: #25120e;
    border-color: #98836c99;
}


.radio input:checked + .radio__text span {
    opacity: 0.5;
}

/* Границы разделов */
.checkout-title.title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

/* .checkout-title.title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 1px;
    background-color: #98846c;
} */

/* Итоговая сумма - акцент */
.checkout-sum-all {
    border-top: 1px solid rgba(152, 132, 108, 0.1);
    padding-top: 20px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase !important;
    margin-bottom: 20px;
}

.checkout-sum-all p:first-child {
    font-weight: bold;
}

.checkout-sum-all p:last-child {
    font-size: 18px;
    color: #25120e;
}

/* Вопросы внизу формы */
.questions {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px dotted #c5b39c;
    font-size: 12px;
    line-height: 1.6;
}

.questions br {
    margin-bottom: 5px;
    display: block;
}