:root {
    --main-margin: 16px;
    --container-space: calc((100vw - 100%) / 2);
    --product-card-width: 308px;
}
body * {
    font-family: 'RobotoCondensed' !important;
}
section {
    overflow-x: hidden;
}
.container {
    max-width: 100%;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.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;
    border: 1px solid #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: #fff;
}
.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 {
    max-height: 90vh;
    aspect-ratio: 16 / 7;
}
.main-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.main-slider__content {
    height: 100%;
    padding: 40px 0 40px 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.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;
}
.main-slider__content--btn {
    min-width: 296px;
}
.new-collection-section {
    margin: 60px 0;
    overflow: hidden;
    position: relative;
}
.new-collection__inner {
    display: flex;
    align-items: stretch;
    overflow: visible;
}
.new-collection__left-col {
    flex-shrink: 0;
    z-index: 2;
    background: #fff;
}
.new-collection__right-col >.swiper {
    margin-left: 0;
}
.new-collection__right-col .card-item {
    padding-bottom: 5px;
}
.new-collection__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.new-collection__content {
    display: flex;
    flex-direction: column;
    height: calc(100% - 84px);
}
.new-collection__small-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: auto;
}
.new-collection__big-title {
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 5px;
}
.new-collection__text {
    margin-bottom: 16px;
}
.hits-slider {
    overflow: visible;
}
.hits__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.categories-section {
    margin: 60px 0 0;
}
.categories-section__list {
    margin: 0;
    padding: 0;
}
.categories-section__item {
    min-height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}
.categories-section__item a {
    font-size: 24px;
    height: 100%;
    line-height: 60px;
    text-transform: uppercase;
    transition: all 200ms linear;
    display: block;
}
.categories-section__item--all a {
    font-size: 16px;
    text-decoration: none;
    text-transform: none;
}
.categories-section__images {
    --section-height: 320px;
    overflow: hidden;
    max-height: 0;
    margin-top: -60px;
    transition: max-height 1s ease;
}
.categories-section__images--inner {
    background: #000;
    padding-top: 60px;
    display: flex;
}
.categories-section__image {
    width: 20%;
    /* height: var(--section-height); */
    aspect-ratio: 3 / 4;
}
.categories-section__image:not(:last-of-type) {
    border-right: 1px solid #000;
}
.categories-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section__inner {
    position: relative;
}
.about-section__image {
    height: 608px;
}
.about-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-section__content {
    position: absolute;
    padding: 40px 0 40px 40px;
}
.about-section__content--title {
    color: #fff;
    margin-bottom: 10px;
}
.about-section__content--text {
    color: #fff;
}
.shops-section {
    margin: 60px 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: 60px 0;
    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;
}
.objects__left-col {
    position: relative;
    height: 100%;
}
.objects__right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.objects-section {
    margin: 60px 0;
    overflow: hidden;
}
.objects__slide {
    width: 146px;
    flex: 0 0 auto;
}
.objects__slide img:hover {
    cursor: pointer;
}
.object-products__slide {
    width: var(--product-card-width);
    flex: 0 0 auto;
    text-align: left;
}
.objects__wrapper {
    display: flex;
    gap: var(--main-margin);
}
.objects__big-image-slide {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.objects__big-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@keyframes btnUnderline {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}
@media (hover: hover) {
    .categories-section__item:hover .categories-section__images {
        max-height: 700px;
    }
    .categories-section__item:not(.categories-section__item--all):hover a {
        color: #fff;
        padding-left: 16px;
    }
    .shops-section__image img:hover {
        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;
    }
    .main-slider__content {
        max-width: 510px;
    }
    .new-collection__left-col {
        width: var(--product-card-width);
        margin-right: var(--main-margin);
    }
    .new-collection__right-col {
        width: calc(100vw - var(--product-card-width) - var(--main-margin) - var(--container-space));
    }
    .objects__big-image-slider {
        height: 745px;
    }
    .objects__left-col, .objects__right-col {
        width: 50%;
    }
    .objects__big-image--btn {
        width: calc(100% - 60px);
        position: absolute;
        left: 30px;
        bottom: 30px;
        z-index: 1;
    }
    .objects__slider, .object__products-slider {
        width: calc(50vw - var(--main-margin));
        overflow: hidden;
    }
    .about-section__content--text {
        max-width: 380px;
    }
    .footer-subscribe {
        max-width: 310px;
        text-align: right;
    }
    .footer .form-subscribe label, .footer .form-subscribe input {
        text-align: right;
    }
}
@media (max-width: 1349px) {
    .footer-nav {
        gap: 90px;
    }
}
@media (max-width: 991px) {
    :root {
        --product-card-width: 146px;
        --main-margin: 8px;
    }
    .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 {
        width: 100%;
        justify-content: flex-end;
        gap: 16px;
        padding: 0;
    }
    .main-slider__content--top {
        width: 290px;
    }
    .main-slider__content--top h1, .home-page-title {
        font-size: 24px;
    }
    .main-slider__content--top h1 {
        line-height: 130%;
    }
    .main-slider__content--top {
        padding: 0 12px;
    }
    .main-slider__image {
        aspect-ratio: 3 / 4;
    }
    .hits__slide {
        width: calc(50% - var(--main-margin));
    }
    .new-collection__inner {
        flex-direction: column;
    }
    .new-collection__right-col >.swiper {
        overflow: visible;
    }
    .new-collection__small-title {
        margin-bottom: 30px;
    }
    .new-collection__text, .categories-section__item--all a {
        font-size: 14px;
    }
    .new-collection__slider {
        margin-bottom: 30px;
    }
    .new-collection__slide {
        width: calc(100% - var(--main-margin));
    }
    .categories-section__item {
        min-height: 50px;
    }
    .categories-section__item a {
        font-size: 20px;
        line-height: 50px;
    }
    .categories-section__item--all a {
        font-size: 14px;
    }
    .objects-section__desc {
        display: none;
    }
    .objects__wrapper {
        margin-top: 30px;
        flex-direction: column;
    }
    .objects__big-image--btn {
        margin-top: var(--main-margin);
    }
    .objects__big-image-slider {
        overflow: visible;
    }
    .objects__big-image-slide {
        width: calc(100% - var(--main-margin));
    }
    .object__products-slider:not(.swiper-initialized) {
        margin-left: calc(-1 * var(--main-margin) / 2);
        margin-right: calc(-1 * var(--main-margin) / 2);
        margin-bottom: calc(-1 * var(--main-margin));;
    }
    .object__products-slider:not(.swiper-initialized) >.swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    .object__products-slider:not(.swiper-initialized) .object-products__slide {
        width: 50%;
        padding-left: calc(var(--main-margin) / 2);
        padding-right: calc(var(--main-margin) / 2);
        margin-bottom: var(--main-margin);
    }
    .object__products-slider.swiper-initialized .object-products__slide {
        width: calc(50% - var(--main-margin));
    }
    .object__products-slider .card-item__footer {
        display: none;
    }
    .about-section__image {
        height: 596px;
    }
    .about-section__content {
        width: 100%;
        padding: 0 12px 12px;
        top: auto;
        bottom: 0;
    }
    .about-section__content--text >* {
        font-size: 14px;
    }
    .shops-section__slide {
        width: calc(50% - var(--main-margin));
    }
    .shops-section__title, .shops-section__desc {
        font-size: 10px;
    }
    .shops-section__desc {
        margin-top: 5px;
    }
    .footer__inner, .footer-nav {
        flex-direction: column;
        gap: 40px;
    }
    .footer-nav__col {
        display: flex;
        align-items: flex-start;
    }
    .footer-contacts__item {
        font-size: 20px;
    }
    .footer-contacts__social {
        margin-bottom: 0;
    }
    .footer-nav__title {
        width: 100px;
        text-align: left;
    }
    .footer-contacts__social--text {
        margin-bottom: 16px;
    }
    .footer-copyright {
        margin-top: 40px;
    }
    .footer-nav__list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }
    .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);
    }
}
@media (max-width: 565px) {
    .main-slider__image {
        height: calc(100vh - 160px);
        aspect-ratio: unset;
    }
}