:root {
    --main-margin: 16px;
    --container-space: calc((100vw - 100%) / 2);
    --product-card-width: 308px;
    --section-margin: 60px;
    --header-height: 78px;
}
body * {
    font-family: 'RobotoCondensed' !important;
}
section {
    overflow-x: hidden;
}
.container {
    max-width: 100%;
    padding: 0;
}
.px-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.text-center {
    text-align: center;
}
.home-page-title {
    margin-bottom: 30px;
}
.section-description {
    line-height: 1.4;
}
.primary-btn {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    padding: 18px;
    background: #000;
    display: inline-block;
    position: relative;
}
.hover-btn-white::before, .primary-btn-animate::before, .primary-btn-animate::before, .primary-btn-animate::after {
    content: '';
    width: 0;
    height: 100%;
    transition: width 300ms ease;
    position: absolute;
    left: 0;
    top: 0;
}
.primary-btn-animate {
    border: 1px solid transparent;
}
.primary-btn-animate:hover {
    color: #000;
}
.primary-btn-animate::before {
    width: 100%;
    background-color: #000;
    z-index: -2;
}
.primary-btn-animate::after {
    background-color: #fff;
    z-index: -1;
}
.hover-btn-white, .hover-btn-underline, .primary-btn-animate {
    z-index: 1;
    position: relative;
}
.hover-btn-white:hover {
    color: #000;
}
.hover-btn-white::before {
    background-color: #fff;
    z-index: -1;
}
.hover-btn-white:hover::before, .primary-btn-animate:hover::after {
    width: 100%;
}
.hover-btn-underline {
    line-height: 1 !important;
    text-decoration: none !important;
}
.hover-btn-underline::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 100%;
    left: 0;
}
.hover-btn-underline:hover::before {
    animation-name: btnUnderline;
    animation-duration: 300ms;
    animation-iteration-count: 1;
}
.delivery-section {
    background: #000;;
}
.delivery__text {
    font-size: 12px;
    text-align: center;
    padding: 3px;
    color: #fff;
}
.sticky .header {
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}
.sticky .main-slider-section {
    padding-top: 54px;
}
.header-inner {
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(3px);
}
.header__logo {
    line-height: 1;
    display: flex;
}
.header__wish.header-default-main__wish, .header__cart.header-default-main__cart {
    width: unset;
    height: unset;
    margin: 0;
}
.header__search, .header__search .icon {
    width: 20px;
    height: 20px;
}
.header__wish.header-default-main__wish .icon {
    width: 20px;
    height: 18px;
}
.header__cart.header-default-main__cart .icon {
    width: 24px;
    height: 24px;
}
.home-page-title + .section-description {
    margin-top: 12px;
    margin-bottom: 30px;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-default-main__menu {
    margin: unset;
}
.header__menu--item {
    font-size: 14px;
    font-weight: 400;
    transition: opacity 300ms ease;
}
.header__menu, .header__items {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header__items button {
    transition: opacity 300ms ease;
}
.modal-menu__nav ul >li >a {
    transition: all 300ms ease;
}
.main-slider__inner {
    position: relative;
}
.main-slider__image {
    height: calc(100vh - var(--header-height));
}
.main-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider__content {
    width: 100%;
    height: 100%;
    padding: 0 30px 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 64.52%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.main-slider__content--top {
    text-align: center;
    color: #fff;
}
.main-slider__content--top h1, .home-page-title {
    font-weight: 400;
    font-size: 35px;
    line-height: 110%;
    text-transform: uppercase;
}
.main-slider__content--top p {
    font-size: 14px;
    line-height: 110%;
    margin-top: 10px;
    text-transform: uppercase;
}
.new-collection-section {
    margin-bottom: var(--section-margin);
}
.new-collection__row {
    width: 100%;
    display: flex;
}
.new-collection__left-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.new-collection__right-col {
    position: relative;
}
.new-collection__content {
    max-width: 532px;
    height: calc(100 * var(--fixed_vh, 1vh));
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.new-collection__small-title {
    width: 100%;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: auto;
    position: absolute;
    top: 60px;
}
.new-collection__big-title {
    line-height: 1.1;
    margin-bottom: 5px;
}
.new-collection__link a {
    text-decoration: underline;
}
.hits-section {
    margin-bottom: var(--section-margin);
}
.hits-slider {
    overflow: visible;
}
.hits__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.categories-section {
    margin: var(--section-margin) 0;
}
.categories-section .home-page-title {
    text-align: center;
}
.categories-section__item a {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.categories-section__item--image {
    padding-top: 120%;
    overflow: hidden;
    position: relative;
}
.categories-section__item--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
    position: absolute;
    top: 0;
}
.categories-section__item--title {
    font-size: 16px;
    text-transform: uppercase;
}

.objects-section {
    margin: var(--section-margin) 0;
    overflow: hidden;
}
.objects__slider {
    overflow: visible;
    padding-bottom: 40px;
}
.objects__slider .swiper-scrollbar {
    width: 100%;
    height: 1px;
    left: 0;
}
.objects__slider .swiper-scrollbar-drag {
    background: #000;
}
.objects__slide {
    width: calc(50% - var(--main-margin) / 2);
    max-height: 80vh;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}
.objects__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}
.objects__slide--btn {
    width: 185px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, .13);
    backdrop-filter: blur(3px);
    padding: 12px 30px;
    margin: auto;
    opacity: 0;
    transition: opacity 300ms ease;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    display: inline-block;
}
.about-section {
    margin: var(--section-margin) 0;
}
.about-section__inner {
    position: relative;
}
.about-section__slider {
    height: 825px;
}
.about-section__slider .swiper-scrollbar {
    width: 100%;
    max-width: 300px;
    height: 1.5px;
    margin: auto;
    background: rgba(255, 255, 255, 34%);
    left: 0;
    right: 0;
    bottom: 60px;
}
.about-section__slider .swiper-scrollbar-drag {
    background: #fff;
}
.about-section-button-prev, .about-section-button-next {
    width: 126px;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: opacity 300ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.about-section-button-prev {
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.0692734) 82.11%, rgba(0, 0, 0, 0) 100%);
}
.about-section-button-next {
    right: 0;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 51.72%, rgba(0, 0, 0, 0.0692734) 82.11%, rgba(0, 0, 0, 0) 100%);
}
.about-section-button-prev span, .about-section-button-next span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
}
.about-section__image {
    width: 100%;
    height: 100%;
}
.about-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section__content {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px 0 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    left: 0;
    top: 0;
}
.about-section__content--title {
    color: #fff;
    margin-bottom: 10px;
}
.about-section__content--text {
    color: #fff;
}
.about-section__content--text .home-page-title {
    margin-bottom: 15px;
}
.shops-section {
    margin: var(--section-margin) 0;
}
.shops-section__slider {
    overflow: visible;
}
.shops-section__slide {
    width: calc(33.33% - var(--main-margin) + var(--main-margin) / 3);
    text-align: left;
}
.shops-section__image {
    overflow: hidden;
}
.shops-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 300ms ease;
}
.shops-section__content {
    margin-top: 16px;
}
.shops-section__title, .shops-section__desc {
    font-size: 14px;
    line-height: 1.3;
}
.shops-section__desc {
    opacity: 0.3;
    margin-top: 10px;
}
.footer {
    background: #000;
}
.footer__inner {
    color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.footer-contacts__item {
    font-size: 24px;
    line-height: 1.1;
}
.footer-contacts__social {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footer-contacts__social a {
    transition: opacity 300ms ease;
}
.footer-contacts__social--text {
    opacity: 0.5;
}
.footer-contacts__social--text, .footer-contacts__social--groups a {
    font-size: 14px;
    line-height: 1;
}
.footer-contacts__social--groups {
    display: flex;
    align-items: center;
    gap: 20px;
}
.footer-contacts__social--groups a {
    transition: opacity 300ms ease;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    gap: 180px;
}
.footer-nav__title {
    opacity: 0.5;
    margin-bottom: 12px;
    font-size: 14px;
}
.footer-nav__list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer-nav__item {
    font-size: 14px;
    transition: opacity 300ms ease;
}
.footer .form-subscribe__row {
    flex-direction: column;
    gap: 10px;
}
.footer .form-subscribe {
    margin: 0;
}
.footer .form-subscribe label, .footer .form-subscribe input {
    width: 100%;
    margin: 0;
}
.footer .form-subscribe button {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.footer .form-subscribe__caption {
    margin-top: 10px;
}
.footer-subscribe__text {
    opacity: .5;
    margin-bottom: 12px;
    font-size: 16px;
}
.footer-copyright {
    margin-top: 30px;
}
.footer-copyright__text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.footer-copyright__make {
    opacity: .7;
    font-size: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}
.footer-subscribe__btn {
    font-size: 14px;
    border: 1px solid #fff;
    padding-left: 60px;
    padding-right: 60px;
}
@keyframes btnUnderline {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@media (hover: hover) {
    .objects__slide:hover .objects__slide--btn {
        opacity: 1;
    }
    .about-section-button-prev:not(.swiper-button-disabled):hover, .about-section-button-next:not(.swiper-button-disabled):hover {
        cursor: pointer;
        opacity: 1;
    }
    .shops-section__image img:hover, .categories-section__item--image img:hover, .objects__slide:hover img {
        transform: scale(1.1);
    }
    .footer-nav__list:hover li:not(:hover), 
    .footer-contacts__social:hover a:not(:hover), 
    .footer-contacts__social--groups:hover a:not(:hover), 
    .header__menu:hover a:not(:hover), 
    .header__items:hover button:not(:hover),
    .modal-menu__nav ul:hover >li:not(:hover) >a {
        opacity: .5;
    }
    .modal-menu__nav ul >li >a:hover {
        color: #000;
    }
}
@media (min-width: 992px) {
    .only-mobile {
        display: none;
    }
    .header-default-main__menu {
        width: unset;
        height: unset;
    }
    .header__items {
        width: 166px;
    }
    .new-collection__content {
        height: 100vh;
    }
    .new-collection__row {
        position: relative;
    }
    .new-collection__row--1 {
        z-index: 1;
    }
    .new-collection__row--2 {
        z-index: 2;
    }
    .new-collection__left-col {
        height: 100vh;
    }
    .new-collection__left-col, .new-collection__right-col {
        width: 50%;
    }
    .new-collection__right-col {
        -ms-overflow-style: none;
        scrollbar-width: none;
        overscroll-behavior-y: auto;
        background: #fff;
    }
    .new-collection__right-col::-webkit-scrollbar {
        display: none;
    }
    .new-collection__overflow.only-pc {
        height: 100vh;
    }
    .new-collection__overflow.only-pc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .new-collection__text {
        margin-bottom: 30px;
    }
    .categories-section__list .swiper-wrapper {
        display: flex;
        gap: var(--main-margin);
    }
    .categories-section__item {
        width: 25%;
        flex-shrink: unset;
    }
    .about-section__content--title {
        width: 100%;
        text-align: center;
        z-index: 3;
        position: absolute;
        top: 60px;
    }
    .about-section__slider {
        max-height: 100vh;
    }
    .about-section__content--text {
        max-width: 580px;
    }
    .footer-subscribe {
        max-width: 310px;
        text-align: right;
    }
    .footer .form-subscribe label, .footer .form-subscribe input {
        text-align: right;
    }
}
@media (min-width: 1440px) {
    .about-section__slider {
        height: 1100px;
    }
}
@media (max-width: 1349px) {
    .footer-nav {
        gap: 90px;
    }
}
@media (max-width: 991px) {
    :root {
        --product-card-width: 146px;
        --main-margin: 8px;
        --section-margin: 30px;
    }
    .px-60 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .only-pc {
        display: none;
    }
    .primary-btn {
        width: 100%;
        font-size: 14px;
    }
    .header-default-main__items {
        width: unset;
    }
    .header__search, .header__search .icon, .header__wish.header-default-main__wish .icon, .header__cart.header-default-main__cart .icon {
        width: 16px;
        height: 16px;
    }
    .header__cart.header-default-main__cart .icon--cart-active {
        width: 20px;
    }
    .card-item__badges {
        right: 0;
        top: 0;
    }
    .card-item__badge .icon {
        width: 13px;
        height: 13px;
    }
    .main-slider__content {
        gap: 16px;
        padding: 0 15px 15px;
    }
    .main-slider__content--top h1, .home-page-title {
        font-size: 24px;
    }
    .main-slider__image {
        height: calc((100 * var(--fixed_vh, 1dvh)) - var(--header-height));
    }
    .new-collection__row {
        position: relative;
    }
    .new-collection__left-col {
        width: 100%;
        height: calc(100 * var(--fixed_vh, 1dvh));
    }
    .new-collection__right-col {
        width: 100%;
        height: 100%;
        color: #fff;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 56.86%, rgba(0, 0, 0, 0.7) 100%);
        position: absolute;
        left: 0;
        top: 0;
    }
    .new-collection__left-col--bg {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .new-collection__row--1 .new-collection__left-col--bg {
        /* background-size: 140%; */
        background-position: 10% bottom;
    }
    .new-collection__row--2 .new-collection__left-col--bg {
        background-position: 40% center;
    }
    .new-collection__overflow.only-mobile {
        height: calc(var(--fixed_vh, 1vh) * 100);
        position: relative;
    }
    .new-collection__overflow.only-mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .new-collection__overflow.only-mobile .new-collection__link {
        text-align: center;
        width: 100%;
        z-index: 1;
        position: absolute;
        bottom: 30px;
    }
    .new-collection__overflow.only-mobile .new-collection__link a {
        color: #fff;
        font-size: 14px;
    }
    .new-collection__content {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 30px;
        justify-content: flex-end;
    }
    .new-collection__small-title {
        margin-bottom: 30px;
    }
    .new-collection__text {
        font-size: 14px;
    }
    .categories-section__list {
        overflow: visible;
    }
    .categories-section__item {
        width: calc(50% - var(--main-margin));
    }
    .categories-section__item a {
        font-size: 20px;
        line-height: 50px;
    }
    .objects__slider {
        padding-bottom: 20px;
    }
    .objects__slide {
        width: calc(100% - var(--main-margin));
        max-height: 90vh;
    }
    .objects__slide--btn {
        opacity: 1;
    }
    .about-section__slider {
        height: calc(var(--fixed_vh, 1dvh) * 100);
    }
    .about-section__content {
        width: 100%;
        padding: 0 10px 60px;
        top: auto;
        bottom: 0;
    }
    .about-section__slider .swiper-scrollbar {
        bottom: 30px;
    }
    .about-section__content--text >*:not(.home-page-title) {
        font-size: 14px;
    }
    .about-section-button-prev, .about-section-button-next {
        display: none;
    }
    .shops-section__slide {
        width: var(--product-card-width);
    }
    .shops-section__title, .shops-section__desc {
        font-size: 10px;
    }
    .shops-section__desc {
        margin-top: 5px;
    }
    .footer__inner {
        padding-top: 40px;
        padding-bottom: 40px;
        gap: 40px;
    }
    .footer__inner, .footer-nav {
        flex-direction: column;
    }
    .footer-contacts {
        order: 3;
        align-items: center;
    }
    .footer-contacts__item {
        font-size: 20px;
    }
    .footer-contacts__social {
        margin-bottom: 0;
    }
    .footer-contacts__social--text {
        margin-top: 30px;
        margin-bottom: 16px;
    }
    .footer-nav {
        order: 2;
        gap: 20px;
    }
    .footer-nav__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .footer-nav__title {
        width: 100px;
    }
    .footer-nav__title span::after {
        content: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M14.5664%200.424096L7.49536%207.49516L0.424293%200.424094%22%20stroke%3D%22white%22%20stroke-width%3D%221.2%22%2F%3E%0A%3C%2Fsvg%3E');
        margin-left: 10px;
        transition: transform 0.3s ease;
        display: inline-block;
    }
    .footer-nav__title.is-show span::after {
        transform: rotate(-180deg);
    }
    .footer-nav__col {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-subscribe {
        order: 1;
    }
    .footer-subscribe__text {
        text-align: center;
    }
    .footer-copyright {
        text-align: center;
        margin-top: 0;
        order: 4;
    }
}