/* fonts.css */
@font-face {
    font-family: 'Noto Serif';
    src:  local('Noto Serif'), local('NotoSerif-Regular'), url('../fonts/noto-serif/NotoSerifDisplay-Regular.ttf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
a {
    color: inherit;
}
a:hover {
    color: inherit;
}
body {
    font-family: 'Jost';
}
a.link-gold {
    color: #9c702d;
}
/* card */
.product__offer-block {
    padding: 11px 16px 0;
	 gap: 9px;
}
.product__price {
    color: #28282C;
}
/* main.css  */
.main-fh {
    min-height: calc(100vh - 410px);
}
.video-loaded .main-teaser__video {
    opacity: 1;
    transition: .2s all;
}
.main-teaser__video-section {
    max-height: 1024px;
    min-height: 720px;
    overflow: hidden;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}
.main-teaser__video {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: .2s all;
}
.main-teaser__video-wrapper {
    position: absolute;
    bottom: 10%;
    left: 10%;
}
.main-teaser__video-text {
    padding: 18px 32px;
    color: #FFFFFF;
    font-size: 40px;
    border: 2px solid;
    width: fit-content;
    border-image: linear-gradient(203deg, rgba(255, 255, 255, 62%) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 50%) 100%) 1;  
    max-width: 589px;
    font-family: 'Noto Serif', serif;
}
.main-teaser__video-text h1 {
    margin-bottom: 0;
    line-height: 54px;
}
.main-block__catalogs {
    display: flex;
    color: #fff;
}
/* decode start */

.main-block__catalogs--item:not(.item-new) {
    flex: 33.3%;
    display: flex;
    background: #222;
}
.main-block__catalogs--image:not(.item-new) {
    flex: 50%;
}




.main-block__catalogs--item.item-new {
    flex: 50%;
    display: flex;
    position: relative;
    overflow: hidden;
}
.main-block__catalogs--item.item-new .main-block__catalogs--image {
    flex: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main-block__catalogs--item.item-new .main-block__catalogs--image img {
    min-width: 100%;
}

.main-block__catalogs--item.item-new .main-block__catalogs--links {
    position: relative;
    z-index: 2;
}

.main-block__catalogs--item.item-new.catalog-preview__forhe {
    justify-content: flex-end;
}

.main-block__catalogs--item.item-new.catalog-preview__forhe .main-block__catalogs--links {
    margin-right: 15%;
}

.main-block__catalogs--item.item-new.catalog-preview__forher .main-block__catalogs--links {
    margin-left: 15%;
}

.main-block__catalogs--item.item-new.catalog-preview__forhe ul {
    text-align: right;
}

/* decode end */


.main-block__catalogs--image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}
.main-block__catalogs--links {
    padding: 55px 0 46px;
}
.main-block__catalogs--links h2 {
    font-size: 34px;
    padding: 0 12px;
    margin-bottom: 35px;
    text-align: unset;
    color: #fff;
}
.main-block__catalogs--links ul {
    max-width: 230px;
    padding: 0 12px;
}

.main-block__catalogs--links li>a {
    color: #fff;
    line-height: 239%;
    font-size: 16px;
}
.main-block__catalogs--links li>a:hover,.main-block__catalogs--links li>a:active {
    opacity: .8;
}
.catalog-preview__forhome:hover {
    opacity: .9;
}
/* .catalog-preview__forher, .catalog-preview__forhe, .catalog-preview__forhome {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 44px;
    padding-left: 74px;
}
.catalog-preview__forher ul, .catalog-preview__forhe ul {
    padding: 0;
}
.catalog-preview__forher a, .catalog-preview__forhe a {
    color: #fff;
    padding: 8px 0;
    display: block;
}
.catalog-preview__forher a:hover, .catalog-preview__forhe a:hover {
    color: rgba(255, 255, 255, 70%);
}
.catalog-preview__forher a:first-child, .catalog-preview__forhe a:first-child {
    padding-bottom: 8px;
    padding-top: 5px;
} */
.main-block__instock a:hover {
    opacity: .9;
    color: #545454;
}
.main-block__instock a:hover .main-block__instock-name {
    color: #855858;
}
.main-block__instock-price {
    font-weight: bold;
    white-space: nowrap;
    padding: 0px 46px;
}
.main-block__instock-name {
    padding: 11px 46px;
}
.main-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
}
.main-block__instock,.main-block__instock a,.main-block {
    color: #545454;
}
.main-block__newArrival-wrapper {
    display: flex;
    margin-bottom: 28px;
    gap: 48px;
    padding: 0 67px;
}
.main-block__newArrival-special {
    display: block;
    position: relative;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
}
.main-block__newArrival-special:hover {
    opacity: .9;
}
.main-block__newArrival-specialBox {
    padding-top: 33px;
}
.main-block__newArrival-specialBox .specialBox-content {
    margin: auto;
}
.main-block__newArrival-special img {
    width: fit-content;
}
.main-block__newArrival-list {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 37px;
    row-gap: 37px;
}
.swiper-main-block__instock-prev,.swiper-main-block__instock-next {
    position: absolute;
    top: 0;
    height: 380px;
    width: 70px;
    z-index: 1;
}
.swiper-main-block__instock-next {
    right: 0;
}
.swiper-main-block__instock-prev {
    left: 0;
}
.swiper-main-block_slide-img {
    position: relative;
    height: 380px;
    transition: .3s all;
}
.swiper-main-block_slide-img:hover {
    opacity: .7;
    transition: .3s all;
}
.swiper-main-block_slide-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: inherit;
    width: auto;
}
.swiper-slide.swiper-main-block_slide {
    width: 380px;
}
.swiper-main-block__instock-prev::before {
    transform: rotate(315deg);
    left: 20px;
}
.swiper-main-block__instock-next::before {
    transform: rotate(135deg);
    right: 20px;
}
.swiper-main-block__instock-prev::before, .swiper-main-block__instock-next::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    bottom: 0;
    top: 0;
    margin: auto;
}
/* footer */
.footer-main {
    color: #828080;
}
.footer-main a {
    color: #828080;
}
.footer-main__phone {
    color: #545454;
}
.footer-main__wrapper {
    background-color: #f6f6f6;
    font-size: 12px;
}
.footer-main__credits {
    background-color: #f1f1f1;
    font-size: 14px;
}
.footer-main__subscribe {

}
.footer-main a.footer-a-orange {
    color: #BC7432;
}
.footer-main a.footer-a-orange:hover {
    color: #855858;
}
.footer-main__subscribe input {
    border-bottom: 1px solid #c4c4c4;
    padding-top: 4px;
    padding-bottom: 4px;
    min-width: 50%;
    font-size: 18px;
    color: #28282c;
}
.footer-main__subscribe input:focus {
    border-color: #28282c;
}
.footer-main__subscribe input::placeholder {
    font-size: 18px;
    color: #c4c4c4;
}
.footer-before__items {

}
a.footer-before__item:hover {
    color:rgba(255, 255, 255, 70%);
}
.footer-before__item {
    background-color: rgba(40, 40, 44, 100%);
    color: #fff;
    margin-bottom: -26px;
    padding-bottom: 140px;
    padding-top: 140px;
    position: relative;
}
.footer-before__item::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}



.footer-before__item:nth-child(1)::before {
    background-image: url(../images/main-for-her.jpg);
}
.footer-before__item:nth-child(1):hover {
    background-color: rgba(40, 40, 44, 90%);
}
.footer-before__item:nth-child(2) {
    background-color: #39393d;
}
.footer-before__item:nth-child(2)::before {
    background-image: url(../images/main-for-he.jpg);
}
.footer-before__item:nth-child(2):hover {
    background-color: rgba(57, 57, 61, 90%);
}
.footer-before__item:nth-child(3) {
    background-color: #34343c;
}
.footer-before__item:nth-child(3)::before {
    background-image: url(../images/main-for-home.jpg);
}
.footer-before__item:nth-child(3):hover {
    background-color: rgba(52, 52, 60, 90%);
}
.footer-before__item:nth-child(4) {
    background-color: #2e2e33;
}
.footer-before__item:nth-child(4)::before {
    background-image: url(../images/before-footer/watches.jpg);
}
.footer-before__item:nth-child(4):hover {
    background-color: rgba(46, 46, 51, 90%);
}
.footer-before__item:nth-child(5) {
    background-color: #39393f;
}
.footer-before__item:nth-child(5)::before {
    background-image: url(../images/before-footer/gold.jpeg);
}
.footer-before__item:nth-child(5):hover {
    background-color: rgba(57, 57, 63, 90%);
}
.footer-before__item:nth-child(6)::before {
    background-image: url(../images/before-footer/hermes.jpg);
}
.footer-before__item:nth-child(6):hover {
    background-color: rgba(40, 40, 44, 90%);
}
.footer-before__item span {
    opacity: 0;
    display: flex;
    color: #0094ff;
    gap: 18px;
    align-items: center;
    justify-content: center;
    margin-top: 34px;
    transition: .2s all;
}
.footer-before__item:hover {
    margin-top: -26px;
}
.footer-before__item:hover span {
    opacity: 1;
    transition: .2s all;
}
.btn-footer {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding: 10px 28px;
}
.btn-footer:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
/* catalog */
.catalog-nav {
    margin-top: 62px;
}
.catalog-nav a {
    color: #828080;
}
.catalog-nav__item {
    font-size: 14px;
    display: inline-flex;
    color: #828080;
    line-height: 17px;
}
.catalog-nav__item:not(:last-child)::after {
    content: "/";
	margin: 0 9px 0 10px;
    color: #E6E6E6;
}
.btn-addtocart {
    background-color: rgba(188, 116, 50, 8%);
    border-radius: 0;
    color: #bc7432;
    padding: 16px 36px;
}
.btn-addtocart:hover {
    background-color: rgba(188, 116, 50, 20%);
    color: #000;
    border-color: transparent;
}
.catalog-section {

}
.product-params {
    /* max-width: 130px; */
}
.product-recommended .product-recommended--item {
    /* max-width: 300px; */
    margin: auto;
}
.product-item-detail-info-container .item-card__offer-sizes-list {
    display: grid;
    grid-template-columns: repeat(6, auto);
    gap: 7px;
}
.product-section h1, .catalog-section h1 {
    font-size: 40px;
    margin-top: 54px;
    margin-bottom: 58px;
    color: #545454;
}
.catalog-section.main-block h2 {
    text-align: unset;
}
.product-section__title-new {
    position: relative;
}
.product-section__title-new::before {
    content: "НОВИНКА";
    position: absolute;
    left: -70.73px;
    top: 6px;
    font-size: 10px;
    letter-spacing: 0.185em;
    color: #000;
    padding: 1px 3px;
    background-color: #FFCED7;
}
.catalog-product__logo {
    min-width: 180px;
    max-width: 180px;
}
.catalog-product__cost {
    font-size: 32px;
    color: #545454;
}
.catalog-product__size, .catalog-product__color {
    color: rgba(0, 0, 0, 0.33);
}
.catalog-product__size span, .catalog-product__color span {
    color: #545454; 
}
.catalog-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    position: relative;
}
.catalog-items .js-loader {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.catalog-items .js-loader svg {
    animation: .5s spin linear infinite;
    position: fixed;
    margin-left: 20%;
    margin-top: 2rem;
}
@keyframes spin {
    from {
        rotate: 0deg;
    }
    to {
        rotate: 360deg;
    }
}
.catalog-items.loaded .js-loader {
    display: none;
}
.catalog-product__favorites {
    background-image: url(../images/main/favorites-brown.svg);
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.catalog-product__favorites.active {
    background-image: url(../images/main/favorites-brown-active.svg);
}
/* filter */
.filter-color__wrapper {
    user-select: none;
    display: flex;
    gap: 13px;
    flex-wrap: wrap;
}
.filter-color__input {
    display: none;
}
.filter-catalog__label.label--color.selected .filter-color__item, .filter-catalog__label.label--color + .filter-color__item {
    box-shadow: inset rgba(0, 0, 0, 10%) 0px 0px 0px 3px;
    transition: .2s all;
}
.filter-catalog__label.label--color:hover .filter-color__item::before {
    box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.04);
    transition: .2s all;
}
.filter-catalog__label.label--color:active .filter-color__item::before,.filter-catalog__label.label--color:focus .filter-color__item::before {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    color: rgba(255, 255, 255, 0.9);
    transition: .2s all;
}
.filter-catalog__partitions {
    padding: 0;
}
.filter-catalog__partitions li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-catalog__partition-nested a.filter-catalog__link {
    font-size: 16px;
}
.filter-catalog__partition-nested li {
    padding-top: 8px;
    padding-bottom: 8px;
}
.filter-catalog__partition-nested.active {
    display: block;
    padding-top: 16px;
}
.filter-catalog__partition-nested {
    padding-left: 1rem;
    display: none;
}
.nested-item>.filter-catalog__link::after {
    display: inline-block;
    margin-left: 0.3em;
    vertical-align: 0.15em;
    content: "";
    border-top: 0.25em solid;
    border-right: 0.25em solid transparent;
    border-bottom: 0;
    border-left: 0.25em solid transparent;
    color: rgba(84 84 84 / 30%);
    transition: .3s all;
}
.nested-item.active>.filter-catalog__link::after {
    transform: rotate(90deg);
    transition: .2s all;
}
.filter-color__item {
    background-color: #fff;
    background-size: cover;
    width: 47px;
    height: 47px;
    border-radius: 0;
    transition: .2s all;
    display: block;
	 background-position: center;
	 border: 1px solid #e3e3e3;
}
.filter-color__item::before {
    content: "";
    width: 47px;
    height: 47px;
    transition: .2s all;
    display: block;
}
.filter-catalog__input {
    display: none;
}
.filter-color__text {
    font-size: 16px;
}
.filter-checkbox__box {
    width: 26px;
    height: 26px;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    display: block;
    position: relative;
}
.filter-checkbox__mark {
    position: absolute;
    width: 11px;
    height: 6px;
    top: 7px;
    left: 6px;
    border-width: 3px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    border-color: #fff;
    border-style: solid;
    transition: .3s all;
}
.catalog-product__description {
    color: #545454;
}
.filter-catalog__form {
    color: #545454;
    gap: 26px;
}
.filter-catalog__form .filter-catalog__expand {
    margin-top: 8px;
}
.filter-catalog__label {
    width: 100%;
    font-size: 18px;
    transition: .2s all;
    text-transform: capitalize;
	 white-space: nowrap;
}
.filter-catalog__label.label--color {
    width: auto;
}
.product-item-detail-info-container  .item-card__offer-sizes-item {
    width: auto;
    margin: 0;
}
.filter-catalog__label:hover {
    transition: .2s all;
    color: rgba(0,0,0,0.5);
    /* transform: scale(0.98); */
}
.filter-catalog__label:focus, .filter-catalog__label:active {
    transition: .2s all;
    /* transform: scale(0.96); */
    
}
.filter-catalog__expand {
    font-size: 16px;
    color: #BC7432;
}
.filter-catalog__title {
    font-size: 18px;
    color: #828080;
    margin-bottom: 0;
}
.filter-catalog__input:checked + .filter-checkbox__box .filter-checkbox__mark {
    border-color: #545454;
    transition: .2s all;
}
a.filter-catalog__link {
    color: #545454;
    font-size: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.filter-catalog__link:hover {
    color: #855858;
}
.filter-catalog__mobile-opened {
    overflow: hidden auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
}
.filter-catalog__mobile-openbtn {
    width: 1.25rem;
}
.filter-catalog__mobile-closebtn {
    display: block;
    padding: 8px;
    width: 24px;
    height: 24px;
    transition: 0.2s all;
    margin-left: auto;
}
.filter-catalog__mobile-closebtn div {
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #545454;
}
.filter-catalog__mobile-closebtn div:first-child {
    transform: rotate(45deg);
}
.filter-catalog__mobile-closebtn div:last-child {
    transform: rotate(-45deg);
}
.filter-catalog__mobile-openbtn div {
    border-color: #545454;
    border-style: solid;
    position: relative;
    border-width: 1px;
}
.filter-catalog__mobile-openbtn div:before {
    width: 8px;
    height: 8px;
    position: absolute;
    background-color: #545454;
    border-radius: 50%;
}
.filter-catalog__mobile-openbtn div:first-child {
    margin-bottom: 0.5rem;
}
.filter-catalog__mobile-openbtn div:first-child:before {
    content: "";
    top: -4px;
    left: 3px;
}
.filter-catalog__mobile-openbtn div:last-child {

}
.filter-catalog__mobile-openbtn div:last-child:before {
    content: "";
    top: -4px;
    right: 2px;
}
/* pagination */
.catalog-pagination {
    margin-top: 97px;
    list-style: none;
}
.catalog-pagination_list {
    user-select: none;
}
a.catalog-pagination_prev, a.catalog-pagination_next {
    color: #BC7432;
    text-decoration: none;
    user-select: none;
}
a.catalog-pagination_prev:hover, a.catalog-pagination_next:hover, a.filter-catalog__expand:hover {
    color: #855858;
}
a.pagination--unactive {
    color: #545454;
}
.catalog-pagination_next--text {
    margin-right: 8px;
}
.catalog-pagination_prev--text {
    margin-left: 8px;
}
a.catalog-pagination_item {
    color: #545454;
    padding: 10px 16px;
    text-decoration: none;
    transition: .2s all;
}
a.catalog-pagination_item:hover {
    color: #BC7432;
    padding: 10px 16px;
    background-color: #F7F7F7;
    transition: .2s all;
}
a.catalog-pagination_item.catalog-pagination_item--active {
    background-color: #F7F7F7;
    color: #BC7432;
    margin-left: 8px;
    margin-right: 8px;
    padding: 10px 16px;
    transition: .2s all;
}
a.catalog-pagination_item.catalog-pagination_item--active:hover {
    color: #545454;
}
/* product slider */
#slider-nav {
    font-size: 0;
    overflow: auto;
    height: 500px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex; 
    gap: 21px;
    margin-top: 10px;
}
#slider-nav::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
}
#slider-nav button {
    flex: 0; 
}
#slider-nav .swiper-pagination-bullet {
    aspect-ratio: 50/66;
    max-width: 146px;
    height: 146px;
    width: auto;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block;
    cursor: pointer; 
    border-radius: 0;
    z-index: 10;
    opacity: 1;
    margin: 0;
}
#slider-nav .swiper-pagination-bullet:first-child {
    
}
#slider-nav .swiper-pagination-bullet img {
    height: inherit;
    object-fit: contain;
    margin: auto; 
}
#slider-nav .swiper-pagination-bullet .dots_product-blur {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; 
}
#slider-nav .swiper-pagination-bullet .dots_product-blur img {
    object-fit: cover;
    width: 100%;
    filter: blur(4px); 
}
#slider-nav .swiper-pagination-bullet-active {
    outline: #000 solid 6px;
    outline-offset: -6px; 
}
.js-slider-product_nav {
    height: fit-content;
}
.product-slider-nav_prev,.product-slider-nav_next {
    position: absolute;
    height: fit-content;
    width: 100%;
    z-index: 11;
}
.product-slider-nav_prev {
    padding-top: 13px;
    top: -1px;
}
.product-slider-nav_next {
    padding-bottom: 13px;
    bottom: 9px;
}
.product-slider-nav_prev::before,.product-slider-nav_next::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    margin: auto;
}
.product-slider-nav_prev::before {
    border-left: 1px solid #000000;
    border-top: 1px solid #000000;
    transform: rotate(45deg);
    margin-bottom: -7px;
}
.product-slider-nav_next::before {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    margin-top: -7px;
}
.slider-nav-button {
    background: rgba(255, 255, 255, 0.65);
    transition: .2s all;
}
.slider-nav-button:hover {
    background: rgba(255, 255, 255, 0.75);
    transition: .2s all;
}
.slider-nav-button:active {
    background: rgba(255, 255, 255, 0.85);
    transition: .2s all;
}
h1.brand-title {
    padding-top: 5rem;
    padding-bottom: 4.5rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: calc(100% - 200px);
}
.brand-description p {
    margin-bottom: 1rem;
}
.brand-description ul, ul li {
    list-style: unset;
}
.brand-list .catalog-items {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 1rem;
}
.brand-list .catalog-items>div {
    width: inherit;
}
.brand-description {
    margin-left: 4rem;
    max-width: 754px;
    color: #545454;
}
.brand-title-wrapper {
    display: flex;
    justify-content: space-between;
}
.brand-logo {
    max-width: 200px;
}
.attention {
    padding: 23px 16px;
    background: #FFEBE7;
    position: fixed;
    z-index: 10001;
    width: 100%;
    text-align: center;
    color: #333
}
.attention span {
    color: #A20000
}
.attention a {
    color: #0094FF
}

.catalog-product__notification-block{
    position: relative;
    display: inline-block;
}
.catalog-product__notification-icon{
    position: absolute;
    content: " ";
    width: 24px;
    height: 24px;
    border-radius: 42px;
    background: rgba(188, 116, 50, 0.08);
    top: 50%;
    margin-top: -12px;
    right: -31px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='13' viewBox='0 0 9 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.22 4.5C6.22 4.19067 6.15067 3.92933 6.012 3.716C5.87333 3.492 5.66533 3.32667 5.388 3.22C5.12133 3.10267 4.80133 3.044 4.428 3.044C3.93733 3.044 3.468 3.16133 3.02 3.396C2.572 3.63067 2.19867 3.972 1.9 4.42L0.268 3.076C0.641333 2.63867 1.04133 2.26533 1.468 1.956C1.89467 1.64667 2.364 1.412 2.876 1.252C3.388 1.08133 3.95867 0.995999 4.588 0.995999C5.11067 0.995999 5.612 1.076 6.092 1.236C6.58267 1.38533 7.02 1.61467 7.404 1.924C7.788 2.22267 8.092 2.59067 8.316 3.028C8.55067 3.45467 8.668 3.94533 8.668 4.5C8.668 5.15067 8.49733 5.716 8.156 6.196C7.82533 6.676 7.39867 7.06533 6.876 7.364C6.35333 7.652 5.804 7.844 5.228 7.94L5.164 9.284H3.212L2.892 6.436H3.404C4.044 6.436 4.572 6.33467 4.988 6.132C5.404 5.91867 5.71333 5.66267 5.916 5.364C6.11867 5.06533 6.22 4.77733 6.22 4.5ZM2.684 11.556C2.684 11.204 2.828 10.8947 3.116 10.628C3.404 10.3613 3.76667 10.228 4.204 10.228C4.64133 10.228 4.99867 10.3613 5.276 10.628C5.564 10.8947 5.708 11.204 5.708 11.556C5.708 11.9187 5.564 12.2333 5.276 12.5C4.99867 12.756 4.64133 12.884 4.204 12.884C3.76667 12.884 3.404 12.756 3.116 12.5C2.828 12.2333 2.684 11.9187 2.684 11.556Z' fill='%23BC7432'/%3E%3C/svg%3E");
    background-position: center 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.catalog-product__notification{
    display: none;
    position: absolute;
    z-index: 99;
    top:50%;
    left: 100%;
    max-width: 225px;
    min-width: 225px;
    width: 100%;
    background: #FAF4EF;
    box-shadow: 0 23px 27px 0 rgba(116, 5, 5, 0.14);
    padding: 14px 15px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    box-sizing: border-box;
    margin-left: 42px;
}
@media (max-width: 490px){
    .catalog-product__notification{
        right: 0;
        left: 0;
        margin-left: 0;
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin-top: 30px !important;
    }
    .main-block__catalogs--item {
        flex-direction: column-reverse;
    }
    .main-block__catalogs--image img {
        width: 100%;
        height: 160px;
    }
    .main-block__catalogs--links ul {
        margin: auto;
    }
    .main-block__catalogs--links {
        display: flex;
        width: 100%
    }
    .main-block__catalogs--links h2 {
        margin: 0;
    }
    .product-recommended div[data-entity=image-wrapper] {
        height: 100%;
        aspect-ratio: 1 / 1;
    }
}
.catalog-product__notification.active{
    display: block;
}

.catalog-items .product-item-detail-info-container-title .zakaz,
.catalog-items .product-item-detail-info-container-title .vnal,
.main-block__newArrival-wrapper .product-item-detail-info-container-title .zakaz,
.main-block__newArrival-wrapper .product-item-detail-info-container-title .vnal {
   position: absolute;
    z-index: 10;
    right: 0;
    font-size: 10px;
    letter-spacing: 1.3px;
    color: #000;
    padding: 4px 6px;
    text-transform: uppercase;
    text-align: center;
	 line-height: 14px;
}
.catalog-items .product-item-detail-info-container-title .zakaz,
.main-block__newArrival-wrapper .product-item-detail-info-container-title .zakaz {
    background-color: #FFCED7;
}
.catalog-items .product-item-detail-info-container-title .vnal,
.main-block__newArrival-wrapper .product-item-detail-info-container-title .vnal {
    background-color: #aaedb5;
}

.header-logo-block {
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    display: flex;
}
.header__logo a,
.header__logo {
    max-width: 200px;
}

.catalog-product-item .product__offer-block {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.product__title {
	font-weight: 400;
	font-size: 16px;
	line-height: normal;
	grid-column: 1 / -1;
	color: #28282c;
}

.product-color-list__item {
	padding: 4px;
	position: relative;
}

.product-color-list__item.product-color-list__item--active:after {
	content: '';
	display: block;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0;
	height: 1px;
	background: #000;
}

.product-color-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin-bottom: 0;
	margin-top: auto;
}

.product-color-list__icon {
	width: 10px;
	height: 10px;
	border: 1px solid #ccc;
	box-sizing: content-box;
	border-radius: 10px;
}

.justify-center {
	align-content: center;
	align-items: center;
	justify-content: center;
	margin: auto;
}

#sectionChina .row .section-data hr {
	width: 83%;
	background: #fff;
	color: #fff;
	height: 2px;
	opacity: 1;
	border-radius: 10px;
}
#sectionChina1 {
	position: relative;
	overflow: hidden;
}

#sectionChina1 .section-preview__bg-image {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}

#sectionChina1 .section-preview__bg-image img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
}

#sectionChina1 .row {
	width: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	z-index: 2;
	align-items: stretch;
}

#sectionChina1 .row .bg-left,
#sectionChina1 .row .bg-right {
	width: 25%;
}

#sectionChina1 .row .section-data {
	width: 50%;
	padding-left: 120px;
}

#sectionChina1 .row .bg-left {
	padding: 30px 40px 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: relative;
}

#sectionChina1 .row .bg-left img {
	object-fit: cover;
	max-width: 100%;
}

#sectionChina1 .row .bg-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 40px;
	position: relative;
}

#sectionChina1 .row .bg-right img {
	object-fit: cover;
	max-width: 100%;
}

#sectionChina1 .row .section-data {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	margin-bottom: -2%;
}

#sectionChina1 .row .section-data .data-title {
	font-family: "Tenor Sans", sans-serif;
	font-size: 78px;
	color: white;
	line-height: 1.1;
}

#sectionChina1 .row .section-btns {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	margin-top: 50px;
	margin-bottom: 70px;
}

#sectionChina1 .row .section-btns .section-link {
	border: 1px solid white;
	color: white;
	width: fit-content;
	font-size: 26px;
	text-align: center;
	line-height: 1.2;
	padding: 10px 40px;
	font-family: serif;
	transition: all .5s;
	background: rgba(255, 255, 255, 0.21);
	margin-right: 20px;
}

#sectionChina1 .row .section-btns .section-link:hover {
	background: rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
}

.delivery-card__pay .section-btns {
	margin: 30px auto;
	border: 1px solid #000;
	width: 260px;
	font-size: 1.5em;
	text-align: center;
	line-height: 1;
	padding: 10px 40px;
	font-family: serif;
	transition: all .5s;
	background: rgba(255, 255, 255, 0.21);
}

.delivery-card__pay .section-btns:hover {
	background: rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
}
/* Media */

@media screen and (max-width: 3500px) {
    .product-section__title-new::before {
        left: -0px;
        top: -26px;
    }
}
@media screen and (max-width: 1500px) {
    .product-section__title-new::before {
        left: -0px;
        top: -26px;
    }

	.catalog-items {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media (min-width:1440px) {
    .main-block__catalogs--links h2 {
        font-size: 40px;
    }
}
@media screen and (min-width:1280px) {
    .brand-list .catalog-items {
        grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
    }
}
@media (max-width:1280px) {
	 .main-block__catalogs--links {
        height: 100%;
        flex: auto;
    }

    .main-block__catalogs--links h2 {
        font-size: 24px;
        margin: 0;
        margin-bottom: 3px;
        padding: 0 18px;
    }

	.main-block__catalogs--links ul {
        margin: 0;
        padding: 0 18px;
    }

	.main-block__newArrival-list {
        grid-template-columns: repeat(2,1fr);
   }
}
@media screen and (min-width: 1024px) {
	.breadcrumbs.large-padding {
		margin: 20px 0;
	}

	.brands-list {
		margin-top: 75px;
		position: relative;
		margin-bottom: 120px;
		text-align: center;
		max-width: 1200px;
		margin: auto;
	}

	.brands-list--section {
		margin-top: 70px;
		margin-bottom: 4rem;
	}

	#sectionChina .data-title2 {
		font-size: 4em;
		margin-bottom: 0;
		font-family: "Tenor Sans", sans-serif;
		color: white;
		line-height: 1.1;
	}

	#sectionChina {
		position: relative;
		overflow: hidden;
	}

	#sectionChina .section-preview__bg-image.bg-desktop {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		overflow: hidden;
	}

	#sectionChina .section-preview__bg-image.bg-mobile {
		display: none;
	}

	#sectionChina .section-preview__bg-image img {
		min-width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#sectionChina .row {
		width: 100%;
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		z-index: 2;
		align-items: stretch;
	}

	#sectionChina .row .section-data {
		width: 80%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		align-items: center;
	}

	#sectionChina .row .section-data .section-btns {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	#sectionChina .row .section-data .section-btns .section-link {
		border: 1px solid white;
		color: white;
		width: fit-content;
		font-size: 26px;
		text-align: center;
		line-height: 1.2;
		padding: 10px 40px;
		font-family: serif;
		transition: all .5s;
		background: rgba(255, 255, 255, 0.21);
		margin-right: 20px;
		cursor: pointer;
	}

	#sectionChina .row .section-data .section-btns .section-link:hover {
		background: rgba(0, 0, 0, 0.21);
		-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	}

	#sectionChina .row .section-data .data-title {
		font-family: "Tenor Sans", sans-serif;
		font-size: 2em;
		color: white;
		line-height: 1.1;
	}

	#sectionChina .row .section-link {
		margin-top: 50px;
		margin-bottom: 70px;
		border: 1px solid #000;
		width: 70%;
		font-size: 26px;
		text-align: center;
		line-height: 1.2;
		padding: 5px 20px;
		font-family: serif;
		transition: all .5s;
		background: rgba(255, 255, 255, 0.21);
	}

	#sectionChina .row .section-link:hover {
		background: white;
		-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	}
}
@media (max-width:1024px) {
    .main-block__newArrival-wrapper {
        padding: 0 16px;
        gap: 16px;
    }
    .main-block__newArrival-list {
        gap: 16px;
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 1023px) {
	.filter-catalog__mobile-opened {
		top: 50px;
	}
	.bx-soa-sidebar .bx-soa-cart-total {
		display:none;
	}
	#sectionChina {
				position: relative;
				overflow: hidden;
	}

	#sectionChina .section-preview__bg-image {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		overflow: hidden;
	}

	#sectionChina .section-preview__bg-image.bg-desktop {
		display: none;
	}

	#sectionChina .section-preview__bg-image.bg-mobile {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		overflow: hidden;
	}

	#sectionChina .section-preview__bg-image img {
		min-width: 100%;
		height: 100%;
		object-fit: cover;
	}

	#sectionChina .row {
		width: 100%;
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		z-index: 2;
		align-items: center;
	}

	#sectionChina .row .section-data {
		width: 100%;
		padding-left: 40px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	#sectionChina .data-title2 {
		font-size: 33px;
		margin-bottom: 0;
		margin-bottom: 0;
		font-family: "Tenor Sans", sans-serif;
		color: white;
		line-height: 1.1;
	}

	#sectionChina .row .section-data .section-btns {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
	}

	#sectionChina .row .section-data .section-btns .section-link {
		margin-top: 50px;
		border: 1px solid white;
		color: white;
		width: fit-content;
		font-size: 18px;
		text-align: center;
		line-height: 1.2;
		padding: 10px 40px;
		font-family: serif;
		transition: all .5s;
		background: rgba(255, 255, 255, 0.21);
		margin-right: 20px;
	}

	#sectionChina .row .section-data .section-btns .section-link:hover {
		background: rgba(0, 0, 0, 0.21);
		-webkit-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		-moz-box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
		box-shadow: 7px 7px 19px 3px rgba(34, 60, 80, 0.21);
	}

	#sectionChina .row .section-data .data-title {
		font-family: "Tenor Sans", sans-serif;
		font-size: 60px;
		color: white;
		line-height: 1.1;
	}
}
@media screen and (min-width:991px) and (max-width: 1280px) {
    .brand-list .catalog-items {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media screen and (min-width:521px) and (max-width: 991px) {
    .brand-list .catalog-items {
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    }
}
@media screen and (max-width: 900px) {
    .main-block__catalogs {
        display: flex;
        flex-direction: column;
    }
    .main-block__catalogs--links {
        width: fit-content;
        min-width: 240px;
    }
    .main-block__catalogs--links h2, .main-block__catalogs--links ul {
        margin: auto;
    }
    .brand-description {
        margin-left: 0;
        max-width: unset;
    }
    .brand-title-wrapper {
        flex-direction: column;
        margin-bottom: 1rem;
    }
    h1.brand-title {
        padding-top: 2rem;
        padding-bottom: 1rem;
        max-width: unset;
    }
	.catalog-items {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (min-width: 768px) {
    #slider-nav {
        flex-direction: column;
    }
	 .product-params--wrapper,.product-slider--wrapper {
        flex-basis: 50%;
    }
}
@media (max-width:768px) {
	    .catalog-items .js-loader {
        justify-content: center;
    }
    .catalog-items .js-loader svg {
        margin: auto;
    }
    .main-block__newArrival-wrapper {
        flex-direction: column;
    }
    .main-block__newArrival-special {
        align-items: center;
    }
	.catalog-items {
		grid-template-columns: repeat(3, 1fr);
	}
	.hidden-sm {
		display: none;
	}
}
@media screen and (max-width: 767px) {
    .main-teaser__video-wrapper {
      bottom: 1rem;
      left: 1rem;
      right: 1rem;
      top: 1rem;
      display: flex;
      align-items: flex-end;
    }
    .main-teaser__video-section {
        min-height: 320px;
    }
    .main-teaser__video-text {
      padding: 9px 16px;
      font-size: 36px;
      width: fit-content;
    }
    .swiper-main-block__instock-prev,.swiper-main-block__instock-next  {
        display: none;
    }
    .main-block__instock-price {
        padding: 0px 12px;
    }
    .main-block__instock-name {
        padding: 11px 12px;
    }
    .catalog-items {
        gap: 8px;
    }
    .product-section h1, .catalog-section h1 {
        font-size: 24px;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
    }
    .footer-before__item {
        margin-bottom: 0;
        aspect-ratio: 1/1;
        padding-bottom: 0;
        padding-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .footer-before__item:hover {
        padding-bottom: 26px;
        margin-top: 0;
    }
    .footer-before__item span {
        margin-top: 0;
    }
    .catalog-pagination {
        justify-content: center;
    }
    .main-block__newArrival-list {
        grid-template-columns: repeat(2,1fr);
    }
    .footer-main {
        margin-bottom: 56px;
    }
    .main-block__newArrival-specialBox .specialBox-content {
        max-width: unset;
        margin: 0 auto;
    }
    .main-block__newArrival-specialBox {
        padding: 1em;
    }
    h1.brand-title {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 0;
    }
    .brand-logo {
        align-self: center;
    }
}
@media screen and (max-width: 600px) {
	#sectionChina .data-title {
		font-size: 14px;
		margin-bottom: 0;
	}

	#sectionChina .section-btns {
		flex-direction: column !important;
	}

	#sectionChina .section-link {
		font-size: 11px !important;
		margin-top: 10px !important;
		padding: 3px 10px !important;
		text-align: center;
		margin-bottom: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}

	#sectionChina .section-data {
		padding-right: 0 !important;
	}
}
@media (max-width: 575px){
    .catalog-product__logo {
        margin-top: 20px;
        min-width: 90px;
        max-width: 90px;
    }
	 .catalog-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-product-item .product__title {
		font-size: 14px;
	}
	.catalog-product-item .product__offer-block {
		gap: 12px;
	}
	.product__price {
		font-size: 13px;
	}
}
@media (max-width:340px) {
    .main-block__newArrival-list {
        grid-template-columns: repeat(1,1fr);
    }
}
@media screen and (max-width: 540px) {
    .catalog-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5em;
    }
    .main-teaser__video-text {
        font-size: 24px;
    }
    .main-teaser__video-text h1 {
        line-height: 38px;
    }
}
@media screen and (min-width:0) and (max-width: 521px) {
    .brand-list .catalog-items {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}
