/*** colors ***/
/*** fonts ***/
@font-face {
  font-family: "Tilda Sans";
  src: url("fonts/font/TildaSans-Light.eot");
  src: local("Tilda Sans Light"), local("TildaSans-Light"), url("fonts/font/TildaSans-Medium.eot") format("embedded-opentype"), url("fonts/font/TildaSans-Light.woff2") format("woff2"), url("fonts/font/TildaSans-Light.woff") format("woff"), url("fonts/font/TildaSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: Kalnia;
  src: url("../fonts/Kalnia-Regular.ttf"); }
/*** mixins ***/
.accordion {
  color: #0f0e0e; }
  .accordion h3 {
    opacity: 1;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase; }
  .accordion-item {
    border-top: 1px solid rgba(12, 12, 12, 0.1); }
    .accordion-item:last-child {
      border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    .accordion-item.is--active .accordion-button span:last-child {
      opacity: 0; }
  .accordion.accordion--white {
    color: white; }
    .accordion.accordion--white .accordion-item {
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
      .accordion.accordion--white .accordion-item:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 20px 16px; }
  .accordion-button {
    width: 24px;
    height: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .accordion-button--white span {
      background-color: white; }
    .accordion-button--gray span {
      background-color: #858585; }
    .accordion-button span {
      display: block; }
      .accordion-button span:first-child {
        width: 10px;
        height: 1px;
        position: absolute;
        top: calc(50% - 0.5px); }
      .accordion-button span:last-child {
        width: 1px;
        height: 10px;
        transition: opacity 0.3s ease; }
  .accordion-description {
    height: 0;
    overflow-y: hidden;
    transition: height 0.3s ease; }
    .accordion-description__body {
      padding: 0 16px 20px 16px; }

.footer {
  background: #0c0c0c;
  color: white;
  position: relative; }
  .footer .footer-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 24px; }
  .footer-info {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 20px 80px; }
    .footer-info__mobile {
      display: none; }
    .footer-info__desktop {
      position: relative; }
      .footer-info__desktop .footer-info__items {
        display: flex;
        list-style: none;
        justify-content: space-between;
        text-transform: uppercase; }
      .footer-info__desktop .footer-info__item {
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px; }
        .footer-info__desktop .footer-info__item .button-plus {
          width: 24px;
          height: 24px;
          position: relative;
          display: flex;
          justify-content: center;
          align-items: center; }
          .footer-info__desktop .footer-info__item .button-plus span {
            background-color: white;
            display: block; }
            .footer-info__desktop .footer-info__item .button-plus span:first-child {
              width: 10px;
              height: 1px;
              position: absolute;
              top: calc(50% - 0.5px); }
            .footer-info__desktop .footer-info__item .button-plus span:last-child {
              width: 1px;
              height: 10px;
              transition: opacity 0.3s ease; }
        .footer-info__desktop .footer-info__item.is--active .button-plus span:last-child {
          opacity: 0; }
      .footer-info__desktop .footer-info__body--items {
        position: absolute;
        list-style: none;
        top: 45px;
        width: calc(100% + 160px);
        left: -80px;
        z-index: 100; }
      .footer-info__desktop .footer-info__body--item {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 0;
        overflow: hidden;
        background-color: #0c0c0c; }
        .footer-info__desktop .footer-info__body--item p {
          max-width: 547px;
          font-size: 14px; }
        .footer-info__desktop .footer-info__body--item.is--active {
          height: 259px; }
  .footer-logo__container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 230px; }
    .footer-logo__container .logo {
      width: 306px; }
    .footer-logo__container .arrow-up {
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }
  .footer-subscription {
    width: 100%; }
    .footer-subscription--mobile {
      display: none;
      padding: 120px 80px; }
    .footer-subscription__form {
      position: relative;
      margin-bottom: 18px; }
      .footer-subscription__form input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        width: 100%;
        padding: 8px 0;
        color: white;
        outline: none; }
        .footer-subscription__form input::placeholder {
          color: white; }
      .footer-subscription__form button {
        background-color: transparent;
        border: none;
        padding: 0;
        position: absolute;
        right: 0;
        cursor: pointer; }
    .footer-subscription__text {
      font-size: 12px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.5); }
      .footer-subscription__text a {
        text-decoration: underline; }
  .footer-description {
    padding: 88px 80px 44px 80px;
    display: flex;
    justify-content: space-between; }
    .footer-description .footer-subscription {
      width: 357px; }
    .footer-description .footer-contacts {
      text-align: right; }
      .footer-description .footer-contacts__list {
        display: flex;
        gap: 12px;
        margin-bottom: 12px; }
        .footer-description .footer-contacts__list a {
          text-transform: uppercase;
          text-decoration: underline; }
          .footer-description .footer-contacts__list a:hover {
            color: rgba(255, 255, 255, 0.5); }
        .footer-description .footer-contacts__list .email {
          text-transform: lowercase;
          text-decoration: none; }
  .footer-bottom {
    display: flex;
    padding: 24px 80px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
    .footer-bottom .seryonse-link {
      text-transform: uppercase;
      text-decoration: underline; }
    .footer-bottom .copyright {
      display: flex;
      gap: 24px;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.5); }
  @media (max-width: 960px) {
    .footer-info {
      border: none;
      padding: 0 80px; }
      .footer-info__desktop {
        display: none; }
      .footer-info__mobile {
        display: block; }
        .footer-info__mobile .accordion-header {
          padding: 20px 0; }
          .footer-info__mobile .accordion-header h3 {
            font-size: 16px; }
        .footer-info__mobile .accordion-description__body {
          padding: 0 0 20px 0; }
    .footer-logo__container {
      height: auto;
      padding-top: 120px; }
    .footer-subscription--mobile {
      display: block; }
    .footer-description {
      justify-content: center;
      padding: 120px 80px; }
      .footer-description .footer-subscription {
        display: none; }
      .footer-description .footer-contacts {
        text-align: center; }
        .footer-description .footer-contacts h3 {
          display: none; }
        .footer-description .footer-contacts__list {
          flex-wrap: wrap;
          justify-content: center;
          gap: 12px 24px; }
          .footer-description .footer-contacts__list .email {
            flex-basis: 100%; }
    .footer-bottom .seryonse .seryonse-link {
      display: block; }
    .footer-bottom .copyright {
      flex-direction: column;
      gap: 8px; } }
  @media (max-width: 800px) {
    .footer-info {
      padding: 0 24px; }
    .footer-subscription--mobile {
      padding: 120px 24px; }
    .footer-description {
      padding: 120px 24px; }
    .footer-bottom {
      padding: 16px 24px; } }

.main-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  color: #0f0e0e;
  transition: color 1s, background-color 1s ease;
  border-bottom: 1px solid #ffffff00; }
  .main-header.animated {
    transition: transform 1s ease;
    transform: translateY(-100%); }
    .main-header.animated.is--active {
      transform: translateY(0); }
  .main-header__wrapper {
    margin: auto;
    text-align: center;
    padding: 16px 80px;
    color: inherit; }
  .main-header .main-nav {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    color: inherit;
    position: relative; }
    .main-header .main-nav__items {
      display: flex;
      gap: 40px;
      color: inherit;
      list-style: none;
      padding: 0;
      margin: 0; }
      .main-header .main-nav__items a {
        color: inherit;
        text-decoration: none; }
      .main-header .main-nav__items:last-child {
        justify-content: flex-end;
        gap: 16px; }
    .main-header .main-nav__item a,
    .main-header .main-nav__item span {
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      cursor: pointer; }
      .main-header .main-nav__item a:hover,
      .main-header .main-nav__item span:hover {
        color: #ce9b57; }
    .main-header .main-nav__item--icon {
      position: relative;
      width: 24px;
      height: 24px; }
      .main-header .main-nav__item--icon .icon {
        position: absolute;
        left: 0;
        transition: opacity 0.3s ease; }
        .main-header .main-nav__item--icon .icon--white {
          opacity: 0; }
        .main-header .main-nav__item--icon .icon--gold {
          transition: opacity 0.3s ease !important;
          opacity: 0; }
          .main-header .main-nav__item--icon .icon--gold .icon-text {
            color: #deb38b;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            text-transform: none;
            position: absolute;
            bottom: -8px;
            left: 50%;
            transform: translateX(-50%);
            white-space: nowrap; }
      .main-header .main-nav__item--icon:hover {
        color: #deb38b; }
        .main-header .main-nav__item--icon:hover .icon--black {
          opacity: 0; }
        .main-header .main-nav__item--icon:hover .icon--white {
          opacity: 0; }
        .main-header .main-nav__item--icon:hover .icon--gold {
          opacity: 1; }
      .main-header .main-nav__item--icon.icon-bag .icon--black .icon--active {
        display: none; }
      .main-header .main-nav__item--icon.icon-bag .icon--white .icon--active {
        display: none; }
      .main-header .main-nav__item--icon.icon-bag .quantity {
        position: absolute;
        bottom: 0;
        font-size: 8px;
        font-weight: 400;
        right: -3px;
        display: none; }
      .main-header .main-nav__item--icon.icon-bag.is--active .quantity {
        display: block; }
      .main-header .main-nav__item--icon.icon-bag.is--active .icon--black .icon--default,
      .main-header .main-nav__item--icon.icon-bag.is--active .icon--white .icon--default {
        display: none; }
      .main-header .main-nav__item--icon.icon-bag.is--active .icon--black .icon--active,
      .main-header .main-nav__item--icon.icon-bag.is--active .icon--white .icon--active {
        display: block; }
    .main-header .main-nav__item--mobile {
      display: none; }
    .main-header .main-nav .logo-container {
      align-self: flex-start;
      justify-content: center;
      width: 177px;
      position: relative;
      transition: all 1s ease; }
      .main-header .main-nav .logo-container .logo-white {
        width: 100%;
        opacity: 0; }
      .main-header .main-nav .logo-container .logo-black {
        position: absolute;
        width: 100%;
        max-width: 955px;
        margin: 0 auto;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        transition: all 1s ease; }
  .main-header .submenu {
    position: fixed;
    width: 100%;
    height: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 54px;
    margin: 0 auto;
    padding-top: 20px;
    transition: height 0.5s ease; }
    .main-header .submenu-wrapper {
      width: 100%;
      height: 100%;
      background-color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      padding: 40px 24px; }
    .main-header .submenu.is--active {
      height: 508px; }
    .main-header .submenu-button {
      background-color: transparent;
      border: 1px solid #0f0e0e;
      display: flex;
      align-items: center;
      transition: all 0.3s ease; }
      .main-header .submenu-button:hover {
        border: 1px solid #deb38b;
        color: #deb38b; }
        .main-header .submenu-button:hover .arrow img.black {
          opacity: 0; }
        .main-header .submenu-button:hover .arrow img.gold {
          opacity: 1; }
      .main-header .submenu-button .arrow {
        display: block;
        position: relative;
        width: 16px;
        height: 16px; }
        .main-header .submenu-button .arrow img {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          transition: opacity 0.3s ease; }
          .main-header .submenu-button .arrow img.black {
            opacity: 1;
            width: 16px;
            height: 16px; }
          .main-header .submenu-button .arrow img.gold {
            opacity: 0; }
    .main-header .submenu .collections-list {
      display: flex;
      gap: 8px;
      justify-content: center; }
      .main-header .submenu .collections-list__item img {
        width: 156px;
        height: 225px;
        object-fit: cover;
        transition: all 0.8s ease; }
      .main-header .submenu .collections-list__item h3 {
        font-size: 13px;
        font-weight: 500;
        color: #0f0e0e;
        text-transform: uppercase; }
  .main-header.home {
    color: white; }
    .main-header.home .main-nav__items {
      transition: transform 2.5s ease; }
      .main-header.home .main-nav__items:first-child {
        transform: translateY(-72px); }
    .main-header.home .main-nav .logo-container {
      position: static; }
      .main-header.home .main-nav .logo-container .logo-black {
        width: 88.8%;
        top: 80px; }
    .main-header.home.is--active .main-nav__items {
      transform: translateY(0); }
    .main-header.home.is--active .main-nav .logo-container .logo-white {
      opacity: 1; }
    .main-header.home.is--active .main-nav .logo-container .logo-black {
      opacity: 0;
      width: 177px;
      top: 0; }
    .main-header.home.is--active .main-nav__item--icon .icon {
      transition: opacity 1s ease; }
      .main-header.home.is--active .main-nav__item--icon .icon--white {
        opacity: 1; }
      .main-header.home.is--active .main-nav__item--icon .icon--black {
        opacity: 0; }
    .main-header.home.is--active .main-nav__item--icon:hover .icon--white {
      opacity: 0; }
    .main-header.home.is--active .main-nav__item--icon:hover .icon--black {
      opacity: 0; }
  .main-header .mobile-menu {
    height: 0;
    overflow: hidden; }
    .main-header .mobile-menu .mobile-nav {
      display: flex;
      flex-direction: column;
      height: 100%;
      padding: 16px 16px 64px 16px; }
      .main-header .mobile-menu .mobile-nav .search-container {
        margin-bottom: 70px;
        position: relative; }
        .main-header .mobile-menu .mobile-nav .search-container input {
          border: none;
          border-bottom: 1px solid rgba(12, 12, 12, 0.3);
          width: 100%;
          padding: 12px 8px 12px 48px;
          outline: none; }
        .main-header .mobile-menu .mobile-nav .search-container img {
          position: absolute;
          left: 8px;
          width: 24px;
          height: 24px;
          bottom: 8px; }
      .main-header .mobile-menu .mobile-nav__items {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 32px; }
        .main-header .mobile-menu .mobile-nav__items .mobile-nav__item a,
        .main-header .mobile-menu .mobile-nav__items .mobile-nav__item span {
          font-size: 16px;
          font-weight: 600;
          text-transform: uppercase;
          cursor: pointer; }
          .main-header .mobile-menu .mobile-nav__items .mobile-nav__item a:hover,
          .main-header .mobile-menu .mobile-nav__items .mobile-nav__item span:hover {
            color: #ce9b57; }
        .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--collection {
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--collection span {
            display: flex;
            align-items: center;
            gap: 8px; }
            .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--collection span img {
              display: block; }
        .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--submenu {
          height: 0;
          overflow: hidden;
          transition: height 0.3s ease; }
          .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--submenu .collections-list {
            padding: 10px 16px 0 16px;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px; }
            .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--submenu .collections-list__item a {
              font-size: 16px;
              font-weight: 400;
              text-transform: none;
              color: rgba(15, 14, 14, 0.6); }
              .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--submenu .collections-list__item a:hover {
                color: #ce9b57; }
          .main-header .mobile-menu .mobile-nav__items .mobile-nav__item--submenu.is--active {
            height: 175px; }
      .main-header .mobile-menu .mobile-nav__items--bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px; }
        .main-header .mobile-menu .mobile-nav__items--bottom .mobile-nav__item {
          display: flex;
          align-items: center; }
          .main-header .mobile-menu .mobile-nav__items--bottom .mobile-nav__item img {
            display: block; }
          .main-header .mobile-menu .mobile-nav__items--bottom .mobile-nav__item a {
            font-size: 16px;
            font-weight: 400; }
            .main-header .mobile-menu .mobile-nav__items--bottom .mobile-nav__item a:hover {
              color: #ce9b57; }
  .main-header .flex-child {
    flex-grow: 1;
    flex-basis: 0; }
  .main-header .hamburger {
    width: 24px;
    height: 24px;
    padding: 6px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer; }
    .main-header .hamburger span {
      display: block;
      width: 15px;
      height: 1.5px;
      background-color: #0f0e0e;
      transition: all 0.5s ease; }
    .main-header .hamburger.is--active span {
      background-color: #0f0e0e !important; }
      .main-header .hamburger.is--active span:first-child {
        transform: rotate(45deg) translate(4px, 3.5px); }
      .main-header .hamburger.is--active span:nth-child(2) {
        display: none; }
      .main-header .hamburger.is--active span:last-child {
        transform: rotate(-45deg) translate(4px, -3.5px); }
  .main-header.black--v {
    color: #0f0e0e; }
  .main-header.white--v {
    color: white; }
    .main-header.white--v .main-nav .logo-container .logo-white {
      opacity: 1 !important; }
    .main-header.white--v .main-nav .logo-container .logo-black {
      opacity: 0 !important; }
    .main-header.white--v .main-nav__item--icon .icon--white {
      opacity: 1 !important; }
    .main-header.white--v .main-nav__item--icon .icon--black {
      opacity: 0 !important; }
    .main-header.white--v .main-nav__item--icon:hover .icon--white {
      opacity: 0 !important; }
    .main-header.white--v .main-nav__item--icon:hover .icon--black {
      opacity: 0 !important; }
    .main-header.white--v .hamburger span {
      background-color: white !important; }
  .main-header.white-bg--v {
    background-color: white !important;
    color: #0f0e0e;
    border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
    .main-header.white-bg--v .main-nav .logo-container .logo-white {
      opacity: 0 !important; }
    .main-header.white-bg--v .main-nav .logo-container .logo-black {
      opacity: 1 !important; }
    .main-header.white-bg--v .main-nav__item--icon .icon--white {
      opacity: 0 !important; }
    .main-header.white-bg--v .main-nav__item--icon .icon--black {
      opacity: 1 !important; }
    .main-header.white-bg--v .main-nav__item--icon:hover .icon--white {
      opacity: 0 !important; }
    .main-header.white-bg--v .main-nav__item--icon:hover .icon--black {
      opacity: 0 !important; }
    .main-header.white-bg--v .hamburger span {
      background-color: #0f0e0e !important; }
  .main-header.black-bg--v {
    background-color: #0f0e0e !important;
    color: white; }
    .main-header.black-bg--v .main-nav .logo-container .logo-white {
      opacity: 1 !important; }
    .main-header.black-bg--v .main-nav .logo-container .logo-black {
      opacity: 0 !important; }
    .main-header.black-bg--v .main-nav__item--icon .icon--white {
      opacity: 1 !important; }
    .main-header.black-bg--v .main-nav__item--icon .icon--black {
      opacity: 0 !important; }
    .main-header.black-bg--v .main-nav__item--icon:hover .icon--white {
      opacity: 0 !important; }
    .main-header.black-bg--v .main-nav__item--icon:hover .icon--black {
      opacity: 0 !important; }
    .main-header.black-bg--v .hamburger span {
      background-color: white !important; }
  @media (min-width: 790px) {
    .main-header.menu-active--submenu {
      background-color: white !important;
      color: #0f0e0e; }
      .main-header.menu-active--submenu .main-nav .logo-container .logo-white {
        opacity: 0 !important; }
      .main-header.menu-active--submenu .main-nav .logo-container .logo-black {
        opacity: 1 !important; }
      .main-header.menu-active--submenu .main-nav__item--collections span {
        color: #ce9b57; }
      .main-header.menu-active--submenu .main-nav__item--icon .icon--white {
        opacity: 0 !important; }
      .main-header.menu-active--submenu .main-nav__item--icon .icon--black {
        opacity: 1 !important; }
      .main-header.menu-active--submenu .main-nav__item--icon:hover .icon--white {
        opacity: 0 !important; }
      .main-header.menu-active--submenu .main-nav__item--icon:hover .icon--black {
        opacity: 0 !important; } }
  @media (max-width: 1024px) {
    .main-header__wrapper {
      padding: 16px 24px; }
    .main-header .main-nav__items {
      gap: 24px; }
    .main-header .main-nav__item a {
      font-size: 14px; }
    .main-header .main-nav__item--icon img {
      width: 24px;
      height: 24px; }
    .main-header .main-nav .logo-container {
      width: 142px; }
    .main-header .submenu {
      top: 47px; }
      .main-header .submenu .collections-list {
        width: 113px; }
        .main-header .submenu .collections-list__item img {
          width: 113px;
          height: 160px; }
      .main-header .submenu.is--active {
        height: 436px; }
    .main-header.home.is--active .main-nav .logo-container .logo-black {
      width: 142px; } }
  @media (max-width: 790px) {
    .main-header .submenu .collections-list__item img {
      width: 100px;
      height: 140px; }
    .main-header .submenu.is--active {
      height: 380px; } }
  @media (max-width: 720px) {
    .main-header__wrapper {
      padding: 16px; }
    .main-header .submenu {
      display: none; }
    .main-header .main-nav__items:first-child {
      display: none; }
    .main-header .main-nav__item a {
      font-size: 14px; }
    .main-header .main-nav__item--icon img {
      width: 24px;
      height: 24px; }
    .main-header .main-nav__item.icon-search, .main-header .main-nav__item.icon-favor {
      display: none; }
    .main-header .main-nav__item--mobile {
      display: block;
      color: #0f0e0e;
      z-index: 1000; }
    .main-header .main-nav .logo-container {
      width: 142px; }
      .main-header .main-nav .logo-container .logo-black {
        margin: 0; }
    .main-header.home .main-nav .logo-container .logo-black {
      left: 16px; }
    .main-header.home.is--active .main-nav .logo-container {
      width: 142px; }
      .main-header.home.is--active .main-nav .logo-container .logo-black {
        width: 142px;
        top: 0 !important;
        left: 0; }
    .main-header.home.is--active .hamburger span {
      background-color: white; }
    .main-header .mobile-menu {
      background: white;
      position: fixed;
      width: 100%;
      left: 0;
      top: 67px;
      color: #0f0e0e;
      overflow: hidden;
      height: 0;
      transition: height 0.3s ease; }
    .main-header.menu-active {
      background-color: white; }
      .main-header.menu-active .main-nav .logo-container .logo-white {
        opacity: 0 !important; }
      .main-header.menu-active .main-nav .logo-container .logo-black {
        opacity: 1 !important; }
      .main-header.menu-active .main-nav__item.icon-bag {
        display: none; }
      .main-header.menu-active .mobile-menu {
        height: calc(100vh - 67px); }
      .main-header.menu-active .hamburger span {
        background-color: #0f0e0e !important; } }

.cart__wrapper {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.cart__item {
  border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
.cart__item, .cart__total-container {
  padding: 24px;
  display: flex;
  gap: 16px;
  justify-content: space-between; }
.cart__total-container {
  border-top: 1px solid rgba(12, 12, 12, 0.1); }
.cart__product-photo {
  width: 90px;
  height: 133px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7; }
  .cart__product-photo img {
    width: 74%; }
.cart__product-details {
  color: rgba(15, 14, 14, 0.6);
  display: flex;
  align-items: center;
  gap: 8px; }
  .cart__product-details-dott {
    width: 4px;
    height: 4px;
    background: rgba(12, 12, 12, 0.5);
    border-radius: 50%; }
.cart__product-control {
  display: flex;
  justify-content: flex-end; }
.cart__product-add-to-favorite {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .cart__product-add-to-favorite:hover {
    opacity: 0.6; }
.cart__product-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 32px;
  height: 32px;
  padding: 6px;
  cursor: pointer; }
  .cart__product-delete:hover {
    opacity: 0.6; }
  .cart__product-delete span {
    display: block;
    position: absolute;
    right: 2px;
    top: 15px;
    width: 20px;
    height: 1px;
    background: rgba(12, 12, 12, 0.5); }
  .cart__product-delete span:nth-child(1) {
    transform: rotate(45deg); }
  .cart__product-delete span:nth-child(2) {
    transform: rotate(-45deg); }
.cart__product-price-input {
  border: none;
  font: inherit;
  width: 100px;
  text-align: right; }
.cart__characteristics {
  display: flex;
  height: 94px;
  justify-content: space-between;
  width: 78.5%; }
  .cart__characteristics-scarve {
    text-align: left; }
  .cart__characteristics-right {
    text-align: right; }
  .cart__characteristics-right, .cart__characteristics-scarve {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
.cart__total {
  text-align: left; }
  .cart__total-price--discount {
    color: #ce9b57; }
  .cart__total--discount {
    padding-bottom: 12px;
    border-bottom: solid 0.5px rgba(12, 12, 12, 0.1);
    color: rgba(15, 14, 14, 0.6); }
  .cart__total--result {
    padding-top: 12px; }
  .cart__total-line {
    width: 100%;
    height: 0.5px;
    background: rgba(12, 12, 12, 0.1);
    margin: 12px 0; }
  .cart__total-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase; }
  .cart__total-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(15, 14, 14, 0.6);
    margin-top: 4px; }
    .cart__total-subtitle--discount {
      font-size: 16px; }

.counter {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-weight: 300; }
  .counter__button {
    flex: 0 0 20px;
    display: flex;
    justify-content: center;
    height: 20px;
    background: #f7f7f7;
    cursor: pointer; }
    .counter__button:active {
      opacity: 0.4; }
    .counter__button--minus {
      -webkit-border-bottom-left-radius: 4px;
      -webkit-border-top-left-radius: 4px; }
    .counter__button--plus {
      -webkit-border-bottom-right-radius: 4px;
      -webkit-border-top-right-radius: 4px; }
  .counter__input {
    display: inline-flex; }
    .counter__input input {
      width: 24px;
      height: 20px;
      background: #f7f7f7;
      border: none;
      text-align: center;
      color: #0f0e0e; }

@media screen and (max-width: 528px) {
  .cart__item {
    padding: 16px; }
  .cart__product-photo {
    width: 64px;
    height: 94px; }
    .cart__product-photo img {
      width: 81%; } }
.modal {
	
  position: fixed;
  top: 0;
  right: 0;
  background-color: white;
  height: 100%;
  width: 552px;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  transform: translateX(120%);
  transition: transform 0.6s ease-in-out; }
  .modal.is--active {
    transform: translateX(0); }
  .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    border-bottom: 0.5px solid rgba(12, 12, 12, 0.1); }
    .modal-header__button {
      display: flex;
      position: relative;
      margin-left: auto;
      width: 32px;
      height: 32px;
      padding: 6px;
      cursor: pointer; }
      .modal-header__button span {
        display: block;
        position: absolute;
        right: 2px;
        top: 15px;
        width: 27px;
        height: 1px;
        background: #0c0c0c; }
      .modal-header__button span:nth-child(1) {
        transform: rotate(45deg); }
      .modal-header__button span:nth-child(2) {
        transform: rotate(-45deg); }
      .modal-header__button:hover {
        opacity: 0.6; }
    .modal-header__title {
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: left; }
  .modal-content {
    flex-grow: 1;
    text-align: left;
    overflow-y: scroll;
    /* Hide scrollbar for Chrome, Safari and Opera */
    /* Hide scrollbar for IE, Edge and Firefox */ }
    .modal-content::-webkit-scrollbar {
      display: none; }
    .modal-content {
      -ms-overflow-style: none;
      /* IE and Edge */
      scrollbar-width: none;
      /* Firefox */ }
    .modal-content__empty {
      display: none; }
      .modal-content__empty.is--active {
        display: block; }
    .modal-content__filled {
      display: none; }
      .modal-content__filled.is--active {
        display: block; }
  .modal-bottom {
    padding: 24px 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 16px; }
    .modal-bottom .button--white {
      background-color: white;
      border: 1px solid #0c0c0c; }
      .modal-bottom .button--white:hover {
        border: #deb38b 1px solid;
        color: #ce9b57; }
      .modal-bottom .button--white:active {
        border: #deb38b 1px solid;
        background: #deb38b;
        color: white; }
      .modal-bottom .button--white:disabled {
        border: rgba(12, 12, 12, 0.5) 1px solid;
        color: rgba(15, 14, 14, 0.6); }
    .modal-bottom button {
      margin-top: 0; }

.modal.modal-cart .modal__view-height,
.modal.modal-favorites .modal__view-height {
  height: 100%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding: 80px 24px 40px; }
  .modal.modal-cart .modal__view-height .flex-wrapper,
  .modal.modal-favorites .modal__view-height .flex-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 400px;
    justify-content: center;
    margin: 0 auto; }
.modal.modal-cart .modal__heading,
.modal.modal-favorites .modal__heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
  padding: 38px 0 12px;
  max-width: 365px;
  margin: 0 auto; }

.modal.modal-filter .modal-content .accordion-item .accordion-title {
  display: flex;
  align-items: center;
  gap: 4px; }
  .modal.modal-filter .modal-content .accordion-item .accordion-title span {
    color: #ce9b57;
    display: none;
    font-size: 16px; }
  .modal.modal-filter .modal-content .accordion-item .accordion-title.is--active span {
    display: block; }
.modal.modal-filter .modal-content .accordion-item .accordion-description__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px; }
  .modal.modal-filter .modal-content .accordion-item .accordion-description__body .option {
    cursor: pointer; }
    .modal.modal-filter .modal-content .accordion-item .accordion-description__body .option:hover {
      color: #ce9b57; }
    .modal.modal-filter .modal-content .accordion-item .accordion-description__body .option.is--active {
      color: #ce9b57; }
.modal.modal-filter .modal-content .accordion-item.size .accordion-description__body {
  grid-template-columns: 1fr; }
.modal.modal-filter .modal-content .accordion-item.color .accordion-description__body .option {
  display: flex;
  align-items: center;
  gap: 8px; }
  .modal.modal-filter .modal-content .accordion-item.color .accordion-description__body .option span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%; }
.modal.modal-filter .modal-content .accordion-item.sort .accordion-description__body {
  grid-template-columns: 1fr; }
.modal.modal-filter .modal-content .accordion-item.sort .sort-items {
  list-style: inside; }
  .modal.modal-filter .modal-content .accordion-item.sort .sort-items .sort-item {
    margin-bottom: 8px;
    cursor: pointer; }
    .modal.modal-filter .modal-content .accordion-item.sort .sort-items .sort-item:hover {
      color: #ce9b57; }
    .modal.modal-filter .modal-content .accordion-item.sort .sort-items .sort-item.is--active {
      color: #ce9b57; }

.modal.modal-search .modal-content__wrapper {
  padding: 40px 24px; }
.modal.modal-search .modal-search__container {
  font-size: 16px;
  position: relative; }
.modal.modal-search .modal-search__input {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #0c0c0c;
  width: 100%;
  outline: none; }
.modal.modal-search .modal-search__reset {
  position: absolute;
  top: 8px;
  right: 0;
  color: rgba(15, 14, 14, 0.6);
  border: none;
  outline: none;
  width: 70px;
  text-align: right;
  padding: 0; }
.modal.modal-search .modal-search__button {
  width: 160px; }
  .modal.modal-search .modal-search__button.is--active {
    display: block; }
  .modal.modal-search .modal-search__button-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 40px 0 0 0; }
.modal.modal-search .modal-search__result {
  display: flex;
  margin-top: 40px; }
  .modal.modal-search .modal-search__result .category-flex {
    flex-wrap: wrap; }
  .modal.modal-search .modal-search__result .category__product {
    width: 48%; }
.modal.modal-search .modal-search__not-found .modal__heading {
  margin-top: 40px; }
.modal.modal-search .last-results {
  margin: 16px 0; }
  .modal.modal-search .last-results__title {
    font-weight: bold; }
  .modal.modal-search .last-results__item {
    color: rgba(15, 14, 14, 0.6);
    display: flex;
    gap: 7px;
    align-items: center;
    position: relative; }

.modal.modal-favorites .modal__category-wrapper {
  padding: 40px 24px 0;
  width: 100%; }
  .modal.modal-favorites .modal__category-wrapper .category-flex {
    flex-wrap: wrap; }
    .modal.modal-favorites .modal__category-wrapper .category-flex .category__product {
      width: 48%; }
    .modal.modal-favorites .modal__category-wrapper .category-flex .category__photo-container .favorite-icon-wrap img:nth-child(1) {
      display: none; }
    .modal.modal-favorites .modal__category-wrapper .category-flex .category__photo-container .favorite-icon-wrap img:nth-child(2) {
      display: block; }
    .modal.modal-favorites .modal__category-wrapper .category-flex .category__photo-container .favorite-icon-wrap.is--active img:nth-child(1) {
      display: block; }
    .modal.modal-favorites .modal__category-wrapper .category-flex .category__photo-container .favorite-icon-wrap.is--active img:nth-child(2) {
      display: none; }

.modal.modal-cart .modal-bottom .button--white {
  display: none; }
  .modal.modal-cart .modal-bottom .button--white.is--active {
    display: block; }
.modal.modal-cart .modal-bottom .button--black.is--active {
  display: block; }
.modal.modal-cart .modal-bottom .cart__total {
  display: flex;
  justify-content: space-between; }

.modal.modal-color .modal-content__wrapper {
  padding: 48px 24px; }
.modal.modal-color .modal-content__flex {
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap; }
.modal.modal-color .modal-color__product-container {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  padding: 10px 10px 16px;
  border: 1px solid rgba(12, 12, 12, 0.1);
  border-radius: 2px;
  cursor: pointer; }
  .modal.modal-color .modal-color__product-container.is--active {
    border: 1px solid #deb38b; }
  .modal.modal-color .modal-color__product-container .color-dott {
    width: 6px;
    height: 6px;
    border-radius: 50%; }
    .modal.modal-color .modal-color__product-container .color-dott--blue {
      background: #1353d0; }
    .modal.modal-color .modal-color__product-container .color-dott--beige {
      background: #f9c481; }
  .modal.modal-color .modal-color__product-container-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
.modal.modal-color .modal-color__product-photo-container {
  display: flex;
  background: #f7f7f7;
  justify-content: center;
  align-items: center;
  height: 240px; }
  .modal.modal-color .modal-color__product-photo-container img {
    width: 62.5%; }
.modal.modal-color .modal-color__product-subtitle {
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #0c0c0c; }

.modal.modal-size .modal__item,
.modal.modal-material .modal__item {
  height: 61px;
  border-bottom: 1px solid rgba(12, 12, 12, 0.1);
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer; }
  .modal.modal-size .modal__item.is--active,
  .modal.modal-material .modal__item.is--active {
    color: #ce9b57; }
  .modal.modal-size .modal__item.deactivate,
  .modal.modal-material .modal__item.deactivate {
    color: rgba(15, 14, 14, 0.6); }
  .modal.modal-size .modal__item-state,
  .modal.modal-material .modal__item-state {
    text-transform: uppercase; }

.modal.modal-sdek {
  width: 100%; }
  .modal.modal-sdek .modal-content {
    overflow: hidden; }
  .modal.modal-sdek .modal-content__wrapper {
    display: flex;
    height: 100%; }
    .modal.modal-sdek .modal-content__wrapper > .sdek-description-search {
      display: none; }
  .modal.modal-sdek .sdek-card {
    flex-grow: 1; }
  .modal.modal-sdek .sdek-description {
    width: 536px;
    margin: 0 16px; }
    .modal.modal-sdek .sdek-description-search {
      display: flex;
      gap: 16px;
      align-items: center;
      padding: 8px 16px;
      margin: 8px 0;
      border-bottom: 1px solid #0c0c0c; }
      .modal.modal-sdek .sdek-description-search input {
        border: none;
        outline: none;
        width: 100%; }
    .modal.modal-sdek .sdek-description .points {
      padding: 32px 24px 0;
      max-height: calc(100% - 57px);
      height: calc(100% - 57px);
      overflow: hidden;
      overflow-y: scroll;
      position: relative;
      /* Hide scrollbar for Chrome, Safari and Opera */
      /* Hide scrollbar for IE, Edge and Firefox */ }
      .modal.modal-sdek .sdek-description .points::-webkit-scrollbar {
        display: none; }
      .modal.modal-sdek .sdek-description .points {
        -ms-overflow-style: none;
        /* IE and Edge */
        scrollbar-width: none;
        /* Firefox */ }
      .modal.modal-sdek .sdek-description .points.selected {
        overflow: visible;
        padding: 0; }
        .modal.modal-sdek .sdek-description .points.selected .list-block {
          display: none;
          padding: 0; }
        .modal.modal-sdek .sdek-description .points.selected .selected-point {
          display: block; }
      .modal.modal-sdek .sdek-description .points .list-block__header img {
        display: none; }
      .modal.modal-sdek .sdek-description .points-title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 500; }
      .modal.modal-sdek .sdek-description .points-list {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 16px;
        height: 100%; }
        .modal.modal-sdek .sdek-description .points-list__item {
          padding: 24px;
          border: 0.5px solid rgba(12, 12, 12, 0.1); }
          .modal.modal-sdek .sdek-description .points-list__item.is--active .accordion-button span:last-child {
            opacity: 0; }
      .modal.modal-sdek .sdek-description .points .point-circle {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #0c0c0c;
        display: block; }
      .modal.modal-sdek .sdek-description .points .point-top {
        display: flex;
        gap: 16px;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
        .modal.modal-sdek .sdek-description .points .point-top__description {
          display: flex;
          flex-direction: column;
          gap: 16px; }
          .modal.modal-sdek .sdek-description .points .point-top__description p {
            color: rgba(12, 12, 12, 0.5); }
            .modal.modal-sdek .sdek-description .points .point-top__description p.date {
              text-transform: uppercase; }
      .modal.modal-sdek .sdek-description .points .point-bottom .accordion-header {
        padding: 16px 0 0; }
        .modal.modal-sdek .sdek-description .points .point-bottom .accordion-header h3 {
          font-size: 16px;
          color: rgba(12, 12, 12, 0.5); }
      .modal.modal-sdek .sdek-description .points .point-bottom__description {
        padding: 16px 0 0; }
        .modal.modal-sdek .sdek-description .points .point-bottom__description button {
          width: 100%;
          margin-bottom: 16px; }
        .modal.modal-sdek .sdek-description .points .point-bottom__description .restrictions {
          padding: 16px 0;
          border-bottom: 1px solid rgba(12, 12, 12, 0.1); }
          .modal.modal-sdek .sdek-description .points .point-bottom__description .restrictions .block-name {
            color: rgba(15, 14, 14, 0.6); }
          .modal.modal-sdek .sdek-description .points .point-bottom__description .restrictions .block-value {
            color: #0f0e0e; }
        .modal.modal-sdek .sdek-description .points .point-bottom__description .schedule {
          margin-top: 16px;
          display: flex;
          flex-direction: column;
          gap: 10px; }
          .modal.modal-sdek .sdek-description .points .point-bottom__description .schedule .list-item {
            display: flex;
            justify-content: space-between; }
            .modal.modal-sdek .sdek-description .points .point-bottom__description .schedule .list-item .day {
              color: rgba(15, 14, 14, 0.6); }
    .modal.modal-sdek .sdek-description .selected-point {
      width: 100%;
      height: calc(100% - 20px);
      background-color: white;
      padding: 32px 16px;
      box-shadow: 0px 0px 4px 0px #b2aaaa40;
      display: none; }
      .modal.modal-sdek .sdek-description .selected-point .point-top__name {
        text-transform: uppercase;
        font-weight: 500; }
      .modal.modal-sdek .sdek-description .selected-point .point-top .address {
        color: #0f0e0e; }
      .modal.modal-sdek .sdek-description .selected-point .point-bottom {
        height: calc(100% - 75px); }
        .modal.modal-sdek .sdek-description .selected-point .point-bottom__description {
          display: flex;
          flex-direction: column;
          height: 100%; }
          .modal.modal-sdek .sdek-description .selected-point .point-bottom__description .restrictions .block-value {
            margin-bottom: 12px; }
            .modal.modal-sdek .sdek-description .selected-point .point-bottom__description .restrictions .block-value:last-child {
              margin-bottom: 0; }
          .modal.modal-sdek .sdek-description .selected-point .point-bottom__description .schedule {
            flex-grow: 1; }
          .modal.modal-sdek .sdek-description .selected-point .point-bottom__description button {
            margin-bottom: 0; }

.modal.modal-return .modal-content__wrapper,
.modal.modal-ship-and-pay .modal-content__wrapper,
.modal.modal-product-care .modal-content__wrapper {
  padding: 40px 24px; }

.modal.modal-faq .modal-content__wrapper {
  padding: 0 24px; }
.modal.modal-faq .modal__question {
  margin: 40px 0 12px;
  font-weight: bold; }

.modal.modal-contacts .modal-contacts-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 70px auto; }
.modal.modal-contacts .messengers {
  display: flex;
  gap: 12px;
  text-decoration: underline;
  text-transform: uppercase; }

.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(12, 12, 12, 0.5);
  z-index: 1001;
  display: none;
  opacity: 0;
  transition: opacity 1s ease-in; }
  .backdrop.is--active {
    display: block;
    opacity: 1; }

@media (max-width: 720px) {
  .modal {
    width: 100%; }
    .modal-header {
      padding: 20px 16px; }

  .modal__view-height {
    justify-content: space-between; }

  .modal.modal-filter .modal-content .accordion-item .accordion-title {
    font-size: 16px; }

  .modal.modal-color .modal-color__product-container {
    width: 47%; }

  .modal.modal-sdek .modal-content__wrapper {
    flex-direction: column;
    position: relative;
    padding-bottom: 78px; }
    .modal.modal-sdek .modal-content__wrapper > .sdek-description-search {
      display: flex; }
  .modal.modal-sdek .sdek-description {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 78px;
    margin: 0;
    background-color: white;
    transition: height 0.6s ease; }
    .modal.modal-sdek .sdek-description-search {
      display: none; }
    .modal.modal-sdek .sdek-description .points {
      max-height: 100%;
      height: 100%; }
      .modal.modal-sdek .sdek-description .points .list-block__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .modal.modal-sdek .sdek-description .points .list-block__header:hover {
          opacity: 0.8; }
        .modal.modal-sdek .sdek-description .points .list-block__header img {
          transition: transform 0.4s ease;
          display: block; }
      .modal.modal-sdek .sdek-description .points-list {
        display: none; }
    .modal.modal-sdek .sdek-description .selected-point {
      position: fixed;
      bottom: 0;
      height: auto; }
      .modal.modal-sdek .sdek-description .selected-point .button {
        margin-top: 40px; }
    .modal.modal-sdek .sdek-description.is--active {
      height: 100%; }
      .modal.modal-sdek .sdek-description.is--active .points-list {
        display: flex; }
      .modal.modal-sdek .sdek-description.is--active .points .list-block__header img {
        transform: rotate(180deg); } }
.home-page .home-video,
.page .home-video {
  margin-bottom: 64px;
  height: 100vh;
  position: relative; }
  .home-page .home-video__container,
  .page .home-video__container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .home-page .home-video__container .video,
    .page .home-video__container .video {
      background-position: center;
      background-size: cover;
      width: 88.8%;
      height: 55%;
      margin: 0 auto;
      transition: 1s;
      object-fit: cover; }
      @media screen and (max-width: 528px) {
        .home-page .home-video__container .video,
        .page .home-video__container .video {
          display: none; } }
      .home-page .home-video__container .video--mob,
      .page .home-video__container .video--mob {
        display: none; }
        @media screen and (max-width: 528px) {
          .home-page .home-video__container .video--mob,
          .page .home-video__container .video--mob {
            display: block; } }
  .home-page .home-video__description,
  .page .home-video__description {
    position: absolute;
    bottom: 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 56px;
    width: 100%;
    transition: 1s; }
    .home-page .home-video__description .title,
    .page .home-video__description .title {
      font-size: 64px;
      font-weight: 300;
      text-align: center;
      color: white;
      text-transform: uppercase; }
    .home-page .home-video__description .button,
    .page .home-video__description .button {
      padding: 12px 36px !important;
      background-color: white; }
  .home-page .home-video.is--active .home-video__container .video,
  .page .home-video.is--active .home-video__container .video {
    height: 100%;
    width: 100%; }
  .home-page .home-video.is--active .home-video__description,
  .page .home-video.is--active .home-video__description {
    bottom: 104px; }
.home-page .transform-text__animated,
.page .transform-text__animated {
  opacity: 0;
  transform: translateY(120%);
  transition: all 0.6s ease; }
  .home-page .transform-text__animated.is--active,
  .page .transform-text__animated.is--active {
    opacity: 1;
    transform: translateY(0); }
.home-page .favorite-shawls .sections-title,
.page .favorite-shawls .sections-title {
  text-align: center; }
.home-page .favorite-shawls__list .swiper,
.page .favorite-shawls__list .swiper {
  padding: 80px 0; }
  .home-page .favorite-shawls__list .swiper-slide,
  .page .favorite-shawls__list .swiper-slide {
    width: 354px;
    transition: transform 0.3s ease; }
    .home-page .favorite-shawls__list .swiper-slide:hover,
    .page .favorite-shawls__list .swiper-slide:hover {
      position: relative;
      z-index: 1000;
      transform: scale(1.1); }
  .home-page .favorite-shawls__list .swiper-pagination,
  .page .favorite-shawls__list .swiper-pagination {
    display: none; }
.home-page .favorite-shawls__list .favorite-shawls__item,
.page .favorite-shawls__list .favorite-shawls__item {
  width: 100%; }
  .home-page .favorite-shawls__list .favorite-shawls__item img,
  .page .favorite-shawls__list .favorite-shawls__item img {
    width: 100%;
	max-width:354px;
    height: 488px;
    object-fit: cover; }
  .home-page .favorite-shawls__list .favorite-shawls__item .description,
  .page .favorite-shawls__list .favorite-shawls__item .description {
    margin-top: 16px;
    text-align: center; 
	line-height:200%;
	}
    .home-page .favorite-shawls__list .favorite-shawls__item .description p,
    .page .favorite-shawls__list .favorite-shawls__item .description p {
      font-size: 24px; }
    .home-page .favorite-shawls__list .favorite-shawls__item .description .border-animation,
    .page .favorite-shawls__list .favorite-shawls__item .description .border-animation {
      display: none; }
.home-page .amat-history,
.page .amat-history {
  padding: 40px 0; }
  .home-page .amat-history__wrapper,
  .page .amat-history__wrapper {
    display: flex;
    justify-content: center;
    padding: 0 80px;
    gap: 64px; }
  .home-page .amat-history__photo,
  .page .amat-history__photo {
    width: calc(50% - 32px); }
    .home-page .amat-history__photo img,
    .page .amat-history__photo img {
      width: 100%;
      height: 791px;
      object-fit: cover; }
      .home-page .amat-history__photo img.block__animated,
      .page .amat-history__photo img.block__animated {
        transform: scale(0.8);
        transition: transform 0.8s ease; }
        .home-page .amat-history__photo img.block__animated.is--active,
        .page .amat-history__photo img.block__animated.is--active {
          transform: scale(1); }
  .home-page .amat-history__description,
  .page .amat-history__description {
    width: calc(50% - 32px);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 174px; }
  .home-page .amat-history .sections-title,
  .page .amat-history .sections-title {
    letter-spacing: -1.6px;
    margin: 40px 0 24px 0;
    color: #cc4958;
    max-width: 550px; }
  .home-page .amat-history__info,
  .page .amat-history__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    padding: 0 24px;
    max-width: 500px; }
  .home-page .amat-history__link,
  .page .amat-history__link {
    margin-top: 64px;
    text-transform: uppercase;
    max-width: 500px; }
.home-page .collections,
.page .collections {
  background-color: #0f0e0e;
  color: white; }
  .home-page .collections-header .main-header,
  .page .collections-header .main-header {
    position: static;
    border-bottom: 1px solid white; }
  .home-page .collections-wrapper,
  .page .collections-wrapper {
    padding: 40px 80px; }
  .home-page .collections-list,
  .page .collections-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 600px));
    justify-content: center;
    gap: 80px; }
    .home-page .collections-list__item,
    .page .collections-list__item {
      overflow: hidden;
      position: relative;
      transition: transform 0.8s ease; }
      .home-page .collections-list__item:hover,
      .page .collections-list__item:hover {
        transform: scale(0.8); }
      .home-page .collections-list__item .collections-img,
      .page .collections-list__item .collections-img {
        width: 100%;
        height: 826px;
        object-fit: cover; }
        .home-page .collections-list__item .collections-img.block__animated,
        .page .collections-list__item .collections-img.block__animated {
          transform: scale(0.8);
          transition: transform 0.8s ease; }
          .home-page .collections-list__item .collections-img.block__animated.is--active,
          .page .collections-list__item .collections-img.block__animated.is--active {
            transform: scale(1); }
      .home-page .collections-list__item .sections-title,
      .page .collections-list__item .sections-title {
        color: white;
        position: absolute;
        bottom: 64px;
        width: 100%;
        padding: 0 42px;
        text-align: center;
        font-size: 48px;
        transition: all 1.8s ease; }
  .home-page .collections .ticker,
  .page .collections .ticker {
    position: relative;
    overflow: hidden;
    padding: 40px 0 80px; }
    .home-page .collections .ticker__wrapper,
    .page .collections .ticker__wrapper {
      display: flex; }
    .home-page .collections .ticker__item,
    .page .collections .ticker__item {
      font-family: sans-serif;
      font-size: 32px;
      text-transform: uppercase;
      font-weight: 400;
      white-space: nowrap;
      flex-shrink: 0;
      animation: ticker 8s linear infinite;
      display: flex; }
      .home-page .collections .ticker__item span,
      .page .collections .ticker__item span {
        display: block;
        padding: 0 48px;
        position: relative; }
        .home-page .collections .ticker__item span::after,
        .page .collections .ticker__item span::after {
          content: "";
          position: absolute;
          border-radius: 50%;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          bottom: 0;
          width: 12px;
          height: 12px;
          background: #f0485b; }
  .home-page .collections .collections-ticker .ticker__item,
  .page .collections .collections-ticker .ticker__item {
    animation: ticker 12s linear infinite; }
@keyframes ticker {
  0% {
    transform: translateZ(0); }
  to {
    transform: translate3d(-100%, 0, 0); } }
.home-page .about-amat,
.page .about-amat {
  padding: 80px; }
  .home-page .about-amat__header,
  .page .about-amat__header {
    display: none; }
  .home-page .about-amat__media > img,
  .page .about-amat__media > img {
    object-fit: cover; }
  .home-page .about-amat__description,
  .page .about-amat__description {
    text-align: center;
    margin-top: 40px; }
    .home-page .about-amat__description .sections-title,
    .page .about-amat__description .sections-title {
      margin-bottom: 24px; }
    .home-page .about-amat__description .about-amat__info,
    .page .about-amat__description .about-amat__info {
      margin: 0 auto;
      font-size: 24px; }
    .home-page .about-amat__description .about-amat__link,
    .page .about-amat__description .about-amat__link {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 500; }
.home-page .amat-video .about-amat__media,
.page .amat-video .about-amat__media {
  display: flex;
  gap: 80px;
  height: 900px; }
  .home-page .amat-video .about-amat__media > .video,
  .page .amat-video .about-amat__media > .video {
    width: calc(100% - 311px - 80px); }
    .home-page .amat-video .about-amat__media > .video video,
    .page .amat-video .about-amat__media > .video video {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .home-page .amat-video .about-amat__media .swiper,
  .page .amat-video .about-amat__media .swiper {
    width: 311px; }
    .home-page .amat-video .about-amat__media .swiper-slide,
    .page .amat-video .about-amat__media .swiper-slide {
      width: 311px;
      height: 463px; }
.home-page .amat-video .about-amat__description,
.page .amat-video .about-amat__description {
  text-align: left;
  margin: 0 0 64px; }
  .home-page .amat-video .about-amat__description .about-amat__info,
  .page .amat-video .about-amat__description .about-amat__info {
    max-width: 500px;
    margin: 0; }
.home-page .amat-gifts .about-amat__media > iframe,
.page .amat-gifts .about-amat__media > iframe {
  height: 680px;
  width: 100%;
  display: block;
  margin: 0 auto; }
.home-page .amat-gifts .about-amat__description .about-amat__info,
.page .amat-gifts .about-amat__description .about-amat__info {
  max-width: 660px; }
.home-page .amat-gifts .about-amat__description .about-amat__link,
.page .amat-gifts .about-amat__description .about-amat__link {
  margin: 64px auto 0; }
.home-page .amat-contacts,
.page .amat-contacts {
  display: flex;
  gap: 64px;
  background-color: #f7f7f7; }
  .home-page .amat-contacts .about-amat__media,
  .page .amat-contacts .about-amat__media {
    width: calc(50% - 32px); }
    .home-page .amat-contacts .about-amat__media > img,
    .page .amat-contacts .about-amat__media > img {
      width: 100%;
      height: 743px;
      object-fit: cover; }
  .home-page .amat-contacts .about-amat__description,
  .page .amat-contacts .about-amat__description {
    width: calc(50% - 32px);
    text-align: left;
    margin-top: 0;
    display: flex;
    flex-direction: column; }
    .home-page .amat-contacts .about-amat__description .about-amat__info,
    .page .amat-contacts .about-amat__description .about-amat__info {
      margin: 0;
      font-size: 16px;
      margin-bottom: 64px; }
      .home-page .amat-contacts .about-amat__description .about-amat__info span,
      .page .amat-contacts .about-amat__description .about-amat__info span {
        font-style: normal;
        font-weight: 600;
        display: block;
        margin-bottom: 8px; }
    .home-page .amat-contacts .about-amat__description .about-amat__link,
    .page .amat-contacts .about-amat__description .about-amat__link {
      cursor: pointer; }
      .home-page .amat-contacts .about-amat__description .about-amat__link.map--active,
      .page .amat-contacts .about-amat__description .about-amat__link.map--active {
        display: none; }
    .home-page .amat-contacts .about-amat__description .about-amat__map,
    .page .amat-contacts .about-amat__description .about-amat__map {
      flex-grow: 1;
      display: none; }
      .home-page .amat-contacts .about-amat__description .about-amat__map.is--active,
      .page .amat-contacts .about-amat__description .about-amat__map.is--active {
        display: block; }
@media screen and (max-width: 1220px) {
  .home-page .amat-history__wrapper,
  .page .amat-history__wrapper {
    flex-direction: column;
    align-items: center;
    padding: 0; }
  .home-page .amat-history__photo,
  .page .amat-history__photo {
    width: 100%;
    max-width: none; }
    .home-page .amat-history__photo img,
    .page .amat-history__photo img {
      height: 364px; }
  .home-page .amat-history__description,
  .page .amat-history__description {
    margin: 0 80px 80px; }
  .home-page .collections-wrapper,
  .page .collections-wrapper {
    padding: 24px; }
  .home-page .collections-list,
  .page .collections-list {
    grid-template-columns: repeat(2, minmax(0, 350px));
    gap: 20px; }
    .home-page .collections-list__item .collections-img,
    .page .collections-list__item .collections-img {
      height: 520px; }
    .home-page .collections-list__item .sections-title,
    .page .collections-list__item .sections-title {
      font-size: 40px;
      padding: 0 12px; }
  .home-page .collections .ticker,
  .page .collections .ticker {
    padding: 16px 0 40px; }
    .home-page .collections .ticker__item,
    .page .collections .ticker__item {
      font-size: 24px; }
      .home-page .collections .ticker__item span::after,
      .page .collections .ticker__item span::after {
        width: 8px;
        height: 8px; }
  .home-page .about-amat,
  .page .about-amat {
    padding: 80px 24px; }
    .home-page .about-amat__description .about-amat__link,
    .page .about-amat__description .about-amat__link {
      margin-top: 24px; }
  .home-page .amat-video .about-amat__media,
  .page .amat-video .about-amat__media {
    height: auto;
    flex-direction: column;
    gap: 40px; }
    .home-page .amat-video .about-amat__media > .video,
    .page .amat-video .about-amat__media > .video {
      width: 100%; }
    .home-page .amat-video .about-amat__media .swiper,
    .page .amat-video .about-amat__media .swiper {
      width: 100%; }
      .home-page .amat-video .about-amat__media .swiper .category__photo-container,
      .page .amat-video .about-amat__media .swiper .category__photo-container {
        padding: 75px 31px; }
  .home-page .amat-video .about-amat__description,
  .page .amat-video .about-amat__description {
    text-align: center;
    margin-bottom: 40px; }
    .home-page .amat-video .about-amat__description .about-amat__info,
    .page .amat-video .about-amat__description .about-amat__info {
      margin: 0 auto; }
  .home-page .amat-video .about-amat__media > img, .home-page .amat-video .about-amat__media > iframe, .home-page .amat-video .about-amat__media > .video,
  .home-page .amat-gifts .about-amat__media > img,
  .home-page .amat-gifts .about-amat__media > iframe,
  .home-page .amat-gifts .about-amat__media > .video,
  .page .amat-video .about-amat__media > img,
  .page .amat-video .about-amat__media > iframe,
  .page .amat-video .about-amat__media > .video,
  .page .amat-gifts .about-amat__media > img,
  .page .amat-gifts .about-amat__media > iframe,
  .page .amat-gifts .about-amat__media > .video {
    max-width: none; }
  .home-page .amat-video .about-amat__description .about-amat__link,
  .home-page .amat-gifts .about-amat__description .about-amat__link,
  .page .amat-video .about-amat__description .about-amat__link,
  .page .amat-gifts .about-amat__description .about-amat__link {
    margin: 24px auto 0; }
  .home-page .amat-contacts,
  .page .amat-contacts {
    flex-direction: column;
    gap: 36px;
    background: transparent; }
    .home-page .amat-contacts .sections-title,
    .page .amat-contacts .sections-title {
      padding: 0; }
    .home-page .amat-contacts .about-amat__media,
    .page .amat-contacts .about-amat__media {
      width: 100%; }
      .home-page .amat-contacts .about-amat__media > img,
      .page .amat-contacts .about-amat__media > img {
        height: 492px; }
    .home-page .amat-contacts .about-amat__description,
    .page .amat-contacts .about-amat__description {
      width: 100%;
      align-items: center;
      text-align: center; }
      .home-page .amat-contacts .about-amat__description .about-amat__map,
      .page .amat-contacts .about-amat__description .about-amat__map {
        width: 100%;
        height: 492px; } }
@media screen and (max-width: 768px) {
  .home-page .home-video,
  .page .home-video {
    display: flex;
    flex-direction: column; }
    .home-page .home-video__container .video,
    .page .home-video__container .video {
      width: 100%;
      height: 70%;
      position: absolute;
      bottom: 0;
      transition: 1.6s; }
    .home-page .home-video__description,
    .page .home-video__description {
      position: relative;
      width: 100%;
      bottom: 0;
      gap: 16px;
      padding: 40px 25px;
      margin-bottom: 56px; }
      .home-page .home-video__description .title,
      .page .home-video__description .title {
        font-size: 40px;
        transition: 1.6s; }
      .home-page .home-video__description .button,
      .page .home-video__description .button {
        padding: 12px 24px !important;
        transition: 1.6s; }
    .home-page .home-video.is--active .home-video__description,
    .page .home-video.is--active .home-video__description {
      bottom: 0;
      margin-bottom: 0; }
      .home-page .home-video.is--active .home-video__description .title,
      .page .home-video.is--active .home-video__description .title {
        color: #0f0e0e; }
      .home-page .home-video.is--active .home-video__description .button,
      .page .home-video.is--active .home-video__description .button {
        color: white;
        background-color: #0f0e0e; }
  .home-page .favorite-shawls,
  .page .favorite-shawls {
    margin: 0 24px; }
    .home-page .favorite-shawls__list .swiper,
    .page .favorite-shawls__list .swiper {
      padding: 64px 0; }
      .home-page .favorite-shawls__list .swiper-slide,
      .page .favorite-shawls__list .swiper-slide {
        width: 418px; }
        .home-page .favorite-shawls__list .swiper-slide:hover,
        .page .favorite-shawls__list .swiper-slide:hover {
          transform: none; }
        .home-page .favorite-shawls__list .swiper-slide-next .description, .home-page .favorite-shawls__list .swiper-slide-prev .description,
        .page .favorite-shawls__list .swiper-slide-next .description,
        .page .favorite-shawls__list .swiper-slide-prev .description {
          transition: opacity 0.3s ease;
          opacity: 0; }
      .home-page .favorite-shawls__list .swiper-pagination,
      .page .favorite-shawls__list .swiper-pagination {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px; }
        .home-page .favorite-shawls__list .swiper-pagination-bullet,
        .page .favorite-shawls__list .swiper-pagination-bullet {
          width: 4px;
          height: 4px;
          background: #0c0c0c; }
          .home-page .favorite-shawls__list .swiper-pagination-bullet-active,
          .page .favorite-shawls__list .swiper-pagination-bullet-active {
            width: 6px;
            height: 6px;
            background: #f0485b; }
    .home-page .favorite-shawls__list .favorite-shawls__item img,
    .page .favorite-shawls__list .favorite-shawls__item img {
      width: 100%;
      height: 598px; }
    .home-page .favorite-shawls__list .favorite-shawls__item .description,
    .page .favorite-shawls__list .favorite-shawls__item .description {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 24px; }
      .home-page .favorite-shawls__list .favorite-shawls__item .description p,
      .page .favorite-shawls__list .favorite-shawls__item .description p {
        font-size: 24px; }
      .home-page .favorite-shawls__list .favorite-shawls__item .description .border-animation,
      .page .favorite-shawls__list .favorite-shawls__item .description .border-animation {
        display: block;
        font-size: 16px;
        font-weight: 500;
        text-transform: uppercase; }
  .home-page .amat-history__photo img,
  .page .amat-history__photo img {
    height: 364px; }
  .home-page .amat-history__description,
  .page .amat-history__description {
    margin: 0 0 80px;
    width: 100%; }
  .home-page .amat-history__info,
  .page .amat-history__info {
    text-align: left; }
  .home-page .collections-list,
  .page .collections-list {
    grid-template-columns: repeat(auto-fit, minmax(0, 295px)); }
    .home-page .collections-list__item .collections-img,
    .page .collections-list__item .collections-img {
      height: 426px; }
    .home-page .collections-list__item .sections-title,
    .page .collections-list__item .sections-title {
      font-size: 24px; }
  .home-page .collections .ticker__item,
  .page .collections .ticker__item {
    font-size: 18px; }
    .home-page .collections .ticker__item span::after,
    .page .collections .ticker__item span::after {
      width: 6px;
      height: 6px; }
  .home-page .about-amat,
  .page .about-amat {
    padding: 60px 0;
    position: relative; }
    .home-page .about-amat__header,
    .page .about-amat__header {
      padding: 30px 16px;
      display: block; }
    .home-page .about-amat__description,
    .page .about-amat__description {
      text-align: left;
      margin-top: 24px; }
      .home-page .about-amat__description .sections-title,
      .page .about-amat__description .sections-title {
        display: none; }
      .home-page .about-amat__description .about-amat__info,
      .page .about-amat__description .about-amat__info {
        margin: 0;
        padding: 0 16px;
        font-size: 16px; }
  .home-page .amat-video .about-amat__media,
  .home-page .amat-gifts .about-amat__media,
  .page .amat-video .about-amat__media,
  .page .amat-gifts .about-amat__media {
    padding: 0 16px; }
    .home-page .amat-video .about-amat__media > iframe,
    .home-page .amat-gifts .about-amat__media > iframe,
    .page .amat-video .about-amat__media > iframe,
    .page .amat-gifts .about-amat__media > iframe {
      height: 315px; }
  .home-page .amat-video .about-amat__description .about-amat__link,
  .home-page .amat-gifts .about-amat__description .about-amat__link,
  .page .amat-video .about-amat__description .about-amat__link,
  .page .amat-gifts .about-amat__description .about-amat__link {
    margin: 24px 16px 0; }
  .home-page .amat-video .about-amat__description .sections-title,
  .page .amat-video .about-amat__description .sections-title {
    padding: 0 16px;
    display: block; }
  .home-page .amat-video .about-amat__media,
  .page .amat-video .about-amat__media {
    padding: 0; }
    .home-page .amat-video .about-amat__media > .video,
    .page .amat-video .about-amat__media > .video {
      padding: 0 16px; }
      .home-page .amat-video .about-amat__media > .video img,
      .page .amat-video .about-amat__media > .video img {
        width: 100%; }
    .home-page .amat-video .about-amat__media .swiper,
    .page .amat-video .about-amat__media .swiper {
      padding-left: 16px; }
      .home-page .amat-video .about-amat__media .swiper-slide,
      .page .amat-video .about-amat__media .swiper-slide {
        width: 182px;
        height: 295px; }
      .home-page .amat-video .about-amat__media .swiper .category__photo-container,
      .page .amat-video .about-amat__media .swiper .category__photo-container {
        padding: 40px 16px; }
      .home-page .amat-video .about-amat__media .swiper .category__product-price,
      .page .amat-video .about-amat__media .swiper .category__product-price {
        font-size: 14px; }
  .home-page .amat-contacts .about-amat__media,
  .page .amat-contacts .about-amat__media {
    padding: 0 16px; }
  .home-page .amat-contacts .about-amat__header,
  .page .amat-contacts .about-amat__header {
    padding-top: 0; }
  .home-page .amat-contacts .about-amat__description,
  .page .amat-contacts .about-amat__description {
    align-items: flex-start;
    text-align: left; }
    .home-page .amat-contacts .about-amat__description .about-amat__link,
    .page .amat-contacts .about-amat__description .about-amat__link {
      margin: 0 16px; } }
@media screen and (max-width: 528px) {
  .home-page .sections-title,
  .page .sections-title {
    font-size: 20px; }
  .home-page .favorite-shawls,
  .page .favorite-shawls {
    margin: 0; }
    .home-page .favorite-shawls__list .swiper-slide,
    .page .favorite-shawls__list .swiper-slide {
      width: 295px; }
    .home-page .favorite-shawls__list .favorite-shawls__item img,
    .page .favorite-shawls__list .favorite-shawls__item img {
      height: 422px; } }

.search-results .modal-search__container {
  max-width: 640px;
  margin: 0 auto;
  font-size: 16px;
  position: relative; }
.search-results .modal-search__input {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #0c0c0c;
  width: 100%;
  outline: none; }
.search-results .modal-search__reset {
  position: absolute;
  top: 8px;
  right: 0;
  color: rgba(15, 14, 14, 0.6);
  border: none;
  outline: none;
  width: 70px;
  text-align: right;
  padding: 0; }
.search-results .modal-search__button {
  width: 160px;
  display: none; }
  .search-results .modal-search__button.is--active {
    display: block; }
  .search-results .modal-search__button-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    padding: 40px 0 0 0; }

.product-page .product {
  display: flex; }
  .product-page .product-photos {
    width: 50%;
    background-color: rgba(12, 12, 12, 0.1); }
    .product-page .product-photos__list {
      display: flex;
      flex-direction: column;
      cursor: url("../images/svg/slider-zoom-plus.svg"), auto; }
    .product-page .product-photos__item img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .product-page .product-photos__pagination {
      position: sticky;
      position: -webkit-sticky;
      height: 100vh;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .product-page .product-photos__pagination .pagination-dots {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
        position: absolute;
        left: 13px; }
      .product-page .product-photos__pagination .pagination-dot {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: rgba(12, 12, 12, 0.3); }
        .product-page .product-photos__pagination .pagination-dot__active {
          width: 6px;
          height: 6px;
          background-color: #deb38b; }
  .product-page .product-properties {
    width: 50%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
    .product-page .product-properties__wrapper {
      width: 375px; }
      .product-page .product-properties__wrapper .product-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 8px; }
      .product-page .product-properties__wrapper .product-name {
        font-size: 32px;
		line-height:40px;
        font-weight: 400;
        letter-spacing: -0.32px;
        text-transform: uppercase; }
      .product-page .product-properties__wrapper .product-favorite {
        cursor: pointer; }
      .product-page .product-properties__wrapper .product-price {
        color: rgba(15, 14, 14, 0.6);
        font-size: 16px;
        font-weight: 400; }
      .product-page .product-properties__wrapper .properties {
        width: 100%;
        margin: 40px 0; }
      .product-page .product-properties__wrapper .message {
        font-size: 14px;
        font-weight: 400;
        padding: 12px 16px;
        background-color: rgba(222, 179, 139, 0.25);
        margin-bottom: 16px;
        display: none; }
        .product-page .product-properties__wrapper .message.is--active {
          display: block; }
      .product-page .product-properties__wrapper button {
        margin-top: 0;
        background-color: #0f0e0e;
        color: white;
        width: 100%; }
        .product-page .product-properties__wrapper button:hover {
          background-color: rgba(15, 14, 14, 0.6); }
      .product-page .product-properties__wrapper ul {
        margin: 0; }
    .product-page .product-properties .property-item {
      display: flex;
      justify-content: space-between;
      padding: 12px;
      border-bottom: 0.5px solid rgba(12, 12, 12, 0.1); }
      .product-page .product-properties .property-item:last-child {
        border-bottom: none; }
.product-page .property-item__value {
  display: flex;
  align-items: center;
  cursor: pointer; }
.product-page .product-description {
  width: 50%;
  padding: 48px 0 48px 80px; }
  .product-page .product-description__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 40px; }
  .product-page .product-description ul {
    list-style: disc;
    text-indent: -8px;
    padding-left: 20px; }
  .product-page .product-description p {
    margin-bottom: 16px;
    max-width: 519px; }
  .product-page .product-description__more {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #0c0c0c;
    display: inline-block;
    margin-right: auto;
    padding: 2px 0;
    cursor: pointer; }
    .product-page .product-description__more:hover {
      opacity: 0.8; }
  .product-page .product-description img {
    display: block;
    margin: 20px auto; }
  .product-page .product-description .product-picture img {
    width: 100%;
    max-width: 320px;
    margin: 0 auto; }
  .product-page .product-description .product-fitting p {
    margin-top: 8px; }
  .product-page .product-description .product-package img {
    width: 100%; }
.product-page .recommendations {
  padding: 48px 80px; }
  .product-page .recommendations .sections-title {
    margin-bottom: 40px; }
  .product-page .recommendations .swiper-slide {
    width: 311px; }
  .product-page .recommendations .category__product {
    width: 100%; }
.product-page .added-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 24px;
  display: flex;
  justify-content: center;
  gap: 80px;
  text-transform: uppercase;
  background-color: #0c0c0c;
  color: white;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out; }
  .product-page .added-message.is--active {
    transform: translateY(0); }
  .product-page .added-message p {
    font-size: 18px; }
  .product-page .added-message a {
    font-size: 18px;
    color: white; }
    .product-page .added-message a::after, .product-page .added-message a::before {
      background: white; }
.product-page .photos-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  display: none; }
  .product-page .photos-preview.is--active {
    display: flex; }
  .product-page .photos-preview__header {
    padding: 16px 24px;
    background-color: white;
    display: flex;
    justify-content: flex-end;
    height: 52px; }
    .product-page .photos-preview__header .close-button {
      cursor: pointer;
      transition: transform 0.3s ease; }
      .product-page .photos-preview__header .close-button:hover {
        transform: scale(0.9);
        opacity: 0.6; }
  .product-page .photos-preview__bottom {
    padding: 16px 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 73px; }
    .product-page .photos-preview__bottom .product-name {
      text-transform: uppercase; }
    .product-page .photos-preview__bottom .button-wrapper {
      display: flex;
      align-items: center;
      gap: 24px; }
    .product-page .photos-preview__bottom .property-items {
      display: flex;
      gap: 40px; }
  .product-page .photos-preview .preview-photo {
    height: calc(100% - 73px - 52px);
    width: 100%;
    background-color: #c9c9c9;
    position: relative; }
    .product-page .photos-preview .preview-photo__wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .product-page .photos-preview .preview-photo__wrapper img {
        width: auto;
        height: 100%;
        transition: transform 0.3s ease-in-out;
        cursor: url("../images/svg/slider-zoom-plus.svg"), auto; }
      .product-page .photos-preview .preview-photo__wrapper.zoomed img {
        transform: scale(2);
        position: relative;
        top: 0;
        left: 0;
        cursor: url("../images/svg/slider-zoom-minus.svg"), auto; }
  .product-page .photos-preview .photos-list {
    position: absolute;
    display: flex;
    gap: 8px;
    right: 24px;
    bottom: 24px; }
    .product-page .photos-preview .photos-list__item {
      width: 90px;
      height: 100px;
      cursor: pointer;
      position: relative; }
      .product-page .photos-preview .photos-list__item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .product-page .photos-preview .photos-list__item .shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5); }
      .product-page .photos-preview .photos-list__item.is--active .shadow {
        opacity: 0; }
  .product-page .photos-preview .navigation-buttons .prev-button,
  .product-page .photos-preview .navigation-buttons .next-button {
    cursor: pointer; }
  .product-page .photos-preview .navigation-buttons span img:last-child {
    display: none; }
  .product-page .photos-preview .navigation-buttons .prev-button {
    position: absolute;
    top: calc(50%);
    left: 24px;
    transform: translateY(-50%); }
  .product-page .photos-preview .navigation-buttons .next-button {
    position: absolute;
    top: calc(50%);
    right: 24px;
    transform: translateY(-50%); }
@media (max-width: 1024px) {
  .product-page .product {
    flex-direction: column; }
    .product-page .product-photos {
      width: 100%;
      height: calc(100vh - 40px);
      position: relative; }
      .product-page .product-photos__list {
        transition: transform 0.3s ease;
        flex-direction: row;
        height: 100%;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        scroll-behavior: smooth; }
        .product-page .product-photos__list.dragging {
          cursor: grab;
          scroll-behavior: auto; }
        .product-page .product-photos__list.dragging .product-photos__item {
          pointer-events: none; }
      .product-page .product-photos__item {
        width: 100%;
        min-width: 100%;
        user-select: none; }
      .product-page .product-photos__pagination {
        height: auto;
        position: static;
        padding: 16px 0 0; }
        .product-page .product-photos__pagination .pagination-dots {
          position: static;
          flex-direction: row;
          height: auto; }
    .product-page .product-properties {
      width: 100%;
      height: auto;
      padding: 40px 24px; }
      .product-page .product-properties__wrapper {
        width: 100%; }
      .product-page .product-properties .property-item {
        padding: 12px 0; }
  .product-page .product-description {
    width: 100%;
    padding: 20px 24px; }
  .product-page .recommendations {
    padding: 120px 24px; }
    .product-page .recommendations .sections-title {
      font-size: 32px; }
    .product-page .recommendations .swiper-slide {
      margin-bottom: 16px; }
  .product-page .photos-preview .photos-list__item {
    width: 42px;
    height: 54px; }
  .product-page .photos-preview__bottom {
    padding: 16px 24px; }
    .product-page .photos-preview__bottom .product-name,
    .product-page .photos-preview__bottom .property-items {
      display: none; }
    .product-page .photos-preview__bottom .button-wrapper {
      width: 100%; }
      .product-page .photos-preview__bottom .button-wrapper .product-price {
        display: none; }
      .product-page .photos-preview__bottom .button-wrapper .button {
        width: 100%; } }
@media (max-width: 720px) {
  .product-page .product-photos {
    height: 594px; }
  .product-page .product-description {
    padding: 20px 16px; }
  .product-page .recommendations {
    padding: 80px 16px; }
    .product-page .recommendations .sections-title {
      font-size: 20px; }
    .product-page .recommendations .swiper-slide {
      margin-bottom: 0;
      width: 182px; }
    .product-page .recommendations .category__photo-container {
      padding: 42px 16px; }
  .product-page .added-message {
    padding: 12px 16px;
    gap: 0;
    justify-content: space-between; }
    .product-page .added-message p,
    .product-page .added-message a {
      font-size: 14px; }
  .product-page .photos-preview .navigation-buttons span img:last-child {
    display: block; }
  .product-page .photos-preview .navigation-buttons span img:first-child {
    display: none; }
  .product-page .photos-preview .navigation-buttons .prev-button {
    left: 0; }
  .product-page .photos-preview .navigation-buttons .next-button {
    right: 0; }
  .product-page .photos-preview__bottom {
    padding: 16px; } }

body {
  overflow-x: hidden; }

.category-main {
  padding: 55px 0; }
.category__collections {
  padding-bottom: 80px; }
.category__subheader {
  margin-bottom: 19px;
  display: flex;
  color: rgba(15, 14, 14, 0.6);
  justify-content: space-between;
  font-size: 12px; }
  .category__subheader .links {
    color: #0f0e0e; }
    .category__subheader .links a {
      font-size: 12px; }
.category__main-flex, .category-flex {
  display: flex;
  gap: 12px; }
.category__photo-container {
  position: relative; 
  
  }
.category__collection-title .category__photo-container{
	max-height:430px;
	overflow:hidden;
}
  .category__photo-container .favorite-icon-wrap {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    cursor: pointer; }
    .category__photo-container .favorite-icon-wrap img:nth-child(1) {
      display: block; }
    .category__photo-container .favorite-icon-wrap img:nth-child(2) {
      display: none; }
    .category__photo-container .favorite-icon-wrap.is--active img:nth-child(1) {
      display: none; }
    .category__photo-container .favorite-icon-wrap.is--active img:nth-child(2) {
      display: block; }
    .category__photo-container .favorite-icon-wrap img {
      position: absolute;
      top: 0;
      right: 0; }
  .category__photo-container img {
    max-width: 100%; }
  .category__photo-container .swiper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0; }
    .category__photo-container .swiper-slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .category__photo-container .swiper:hover {
      opacity: 1; }
    .category__photo-container .swiper-button-prev::after, .category__photo-container .swiper-button-next::after {
      display: none; }
    .category__photo-container .swiper-button-prev {
      left: 2px; }
    .category__photo-container .swiper-button-next {
      right: 2px; }
.category__product {
  width: 49%; }
  .category__product .category__photo-container {
    width: 100%;
    background: #f7f7f7;
    padding: 25px 31px 25px 31px; }
    .category__product .category__photo-container img {
      max-width: 100%; }
  .category__product-title {
    text-align: left; }
  .category__product-price {
    color: rgba(15, 14, 14, 0.6);
    margin: 0;
    text-align: left; }
  .category__product-quantity {
    font-size: 14px; }
.category__collection-title {
  padding-bottom: 40px;
  width: 50%; }
.category__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
  margin: 40px auto 16px; }
.category__description {
  margin: auto; }
.category__product-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  margin: 16px 0 4px; }
.category__button {
  width: 311px;
  background: white;
  border: 1px solid black;
  padding: 13px 0;
  text-transform: uppercase;
  font-size: 14px;
  margin: 50px auto 100px auto;
  cursor: pointer;
  transition: 0.3s; }
.category__button:hover {
  border: #deb38b 1px solid;
  color: #ce9b57; }
.category__button:active {
  border: #deb38b 1px solid;
  background: #deb38b;
  color: white; }
.category__button:disabled {
  border: rgba(12, 12, 12, 0.5) 1px solid;
  color: rgba(15, 14, 14, 0.6); }

@media screen and (max-width: 1200px) {
  .category__product .category__photo-container {
    padding: 75px 9%; }
    .category__product .category__photo-container img {
      max-width: 100%; } }
@media screen and (max-width: 800px) {
  .section-wrapper {
    max-width: 100%; }

  .category-main {
    padding: 24px 0; }
  .category__main-flex {
    display: block; }
  .category__collections {
    padding-bottom: 120px; }
  .category__subheader {
    margin-bottom: 24px; }
  .category__photo {
    width: 100%; }
  .category-flex {
    margin-bottom: 40px;
    flex-wrap: wrap;
    column-count: 2; }
  .category__photo-container {
    position: relative; }
    .category__photo-container img {
      max-width: 100%; }
  .category__product {
    width: 48%; }
    .category__product .category__photo-container {
      max-width: 100%;
      padding: 84px 36px; }
  .category__collection-title {
    width: 47%; }

  .flex-for-title-one {
    width: 100%; }

  .flex-for-title-two {
    width: 48%; } }
@media screen and (max-width: 528px) {
  .category__links {
    display: none; }
  .category-main {
    padding: 0; }
    .category-main .section-wrapper {
      width: 100%;
      padding: 80px 0; }
  .category__subheader {
    padding: 20px 16px 0; }
  .category__collections {
    padding-bottom: 80px; }
  .category-flex {
    gap: 10px; }
  .category__main-flex {
    display: block; }
  .category__collection-title {
    margin-bottom: 64px;
    width: 100%; }
  .category__product {
    width: 48%; }
    .category__product .category__photo-container {
      padding: 42px 16px; }
    .category__product-quantity {
      font-size: 16px; }
    .category__product-title {
      padding-left: 16px;
      font-size: 16px;
      font-weight: 500;
      line-height: 21px; }
    .category__product-price {
      padding-left: 16px; }
  .category__button {
    width: 343px; } }
.flex-for-title-two,
.flex-for-title-one {
  width: 100%; }

a {
  color: inherit; }

.fall {
  padding: 110px 0 0; }
  .fall__container {
    display: flex;
    justify-content: center;
    margin: 0 auto; }
  .fall__element {
    margin: -23px; }
    .fall__element img {
      width: 100%; }
  .fall__title {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
    margin: 80px auto 26px; }
  .fall__text {
    width: 350px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto; }
  .fall .button {
    margin: 40px auto 80px;
    width: 305px; }
  .fall .modal__contacts {
    margin: 12px 0; }
  .fall .flex-box {
    display: flex;
    gap: 24px;
    justify-content: center; }
    .fall .flex-box a {
      text-decoration: underline; }

@media screen and (max-width: 800px) {
  .section-wrapper {
    width: 100%; } }
@media screen and (max-width: 528px) {
  .section-wrapper {
    width: 100%;
    height: 100%; }

  .fall__title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em; }
  .fall__container {
    width: 213px; }
  .fall__text {
    width: 90%; }
  .fall .modal__button {
    max-width: 275px; } }
a {
  color: inherit; }

.thanks {
  position: fixed;
  z-index: 100;
  width: 500px;
  height: 400px;
  background: white;
  left: 50%;
  top: 40%;
  transform: translateX(-50%) translateY(-50%);
  border: 1px solid #ce9b57;
  display: none;
  z-index: 1002; }
  .thanks.is--active {
    display: block; }
  .thanks .modal-header {
    border-bottom: none; }
  .thanks-wrapper {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .thanks-wrapper .photo__container {
      margin-bottom: 38px; }
  .thanks__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 14px; }
  .thanks__text {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    max-width: 350px;
    margin: 0 auto; }

@media screen and (max-width: 800px) {
  .thanks {
    position: static;
    left: 0;
    transform: translate(0);
    width: 100%;
    height: 100vh; } }
@media screen and (max-width: 528px) {
  .thanks {
    height: 100vh; }
    .thanks__title {
      font-size: 24px;
      font-weight: 400;
      line-height: 29px;
      letter-spacing: -0.02em;
      text-align: center; } }
.about-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  color: #f0485b;
  text-align: left; }

.block__animated {
  transform: scale(0.7);
  transition: 0.5s; }
  .block__animated.is--active {
    transform: scale(1); }

.transform-text__animated {
  transform: translateY(-120%);
  transition: 0.5s; }
  .transform-text__animated.is--active {
    transform: translateY(0); }

.page .collections .ticker {
  padding: 40px 0; }
.page .favorite-shawls__list .swiper-pagination {
  display: flex; }

.brand-history {
  display: flex;
  height: 100vh;
  padding-top: 76px; }
  .brand-history .section-title {
    font-size: 64px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.04em; }
    .brand-history .section-title--mobile {
      display: none; }
  .brand-history .photo-block {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .brand-history .photo-block .photo {
      background-image: url("../images/png/title1.png");
      background-position: center;
      background-size: cover;
      width: 80%;
      height: 80%;
      transition: all 0.6s ease-in-out; }
  .brand-history .description-block {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 48px;
    padding: 120px 120px 120px 67px;
    opacity: 0;
    transform: translateY(120%);
    transition: all 0.6s ease; }
    .brand-history .description-block .section-description {
      font-size: 24px;
      font-weight: 400; }
    .brand-history .description-block .ornament {
      display: none; }
  .brand-history.is--active .photo-block .photo {
    width: 100%;
    height: 100%; }
  .brand-history.is--active .description-block {
    opacity: 1;
    transform: translateY(0); }

.mission {
  background: #f7f7f7; }
  .mission .section-wrapper {
    padding-top: 120px;
    padding-bottom: 120px; }
  .mission-animation {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin-bottom: 120px; }
    .mission-animation__ornament {
      width: 167px; }
      .mission-animation__ornament img {
        width: 100%; }
    .mission-animation__load {
      position: relative;
      width: 2px;
      height: 120px;
      overflow: hidden; }
    .mission-animation__line {
      width: 2px;
      height: 120px;
      position: absolute;
      top: 0; }
      .mission-animation__line--bright {
        background: #f0485b;
        transform: translateY(-100px);
        transition: 1.5s; }
      .mission-animation__line--opacity {
        background: #f0485b30; }
    .mission-animation__title {
      font-size: 40px;
      font-weight: 300;
      line-height: 48px;
      letter-spacing: -0.04em;
      text-transform: uppercase;
      color: #f0485b; }
    .mission-animation__text {
      max-width: 710px;
      margin: 0 auto;
      font-size: 24px;
      font-weight: 400;
      line-height: 31px;
      letter-spacing: -0.01em;
      text-align: center; }
  .mission .founder {
    display: flex;
    gap: 12px; }
    .mission .founder__photo {
      width: 49%; }
      .mission .founder__photo img {
        width: 100%; }
    .mission .founder__words {
      width: 49%; }
      .mission .founder__words-photo img {
        width: 100%; }
      .mission .founder__words-wrap {
        padding: 48px 0 0 32px;
        position: relative; }
      .mission .founder__words-text {
        max-width: 600px;
        font-size: 24px;
        font-weight: 400;
        line-height: 31px;
        letter-spacing: -0.01em;
        text-align: left;
        position: relative; }
        .mission .founder__words-text .quote-top {
          position: absolute;
          top: 0;
          left: -32px; }
        .mission .founder__words-text .quote-bottom {
          position: absolute;
          bottom: 0;
          right: 0; }
      .mission .founder__words-signature {
        margin: 41px 0 12px 90px;
        max-width: 278px;
        right: 20px; }
        .mission .founder__words-signature img {
          width: 100%; }
      .mission .founder__words-ps {
        font-size: 13px;
        font-weight: 500;
        line-height: 16px;
        text-align: right;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-end; }

.events .section-wrapper {
  padding-right: 0; }
.events .swiper-slide {
  width: 500px;
  height: 520px; }
.events__title {
  margin-bottom: 40px; }
.events .event {
  width: 500px;
  height: 520px;
  border: 1px solid rgba(12, 12, 12, 0.3);
  background: white;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px; }
  .events .event__title {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left; }
    .events .event__title-place {
      font-size: 13px;
      font-weight: 500;
      line-height: 16px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: rgba(15, 14, 14, 0.6); }
    .events .event__title-heading {
      font-size: 18px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: 0; }
    .events .event__title-date {
      color: rgba(15, 14, 14, 0.6);
      font-size: 14px;
      line-height: 20px; }
  .events .event__photos {
    display: flex;
    gap: 24px; }
    .events .event__photos-big-photo, .events .event__photos-small-photo {
      width: 49%;
      overflow: hidden; }
      .events .event__photos-big-photo img, .events .event__photos-small-photo img {
        width: 100%; }
  .events .event__line {
    width: 100%;
    height: 1px;
    background: rgba(12, 12, 12, 0.3); }
  .events .event__about-event {
    display: flex;
    justify-content: space-between; }
    .events .event__about-event-text {
      font-size: 16px;
      font-weight: 600;
      line-height: 21px;
      text-align: left;
      color: rgba(15, 14, 14, 0.6); }

.articles {
  background: #f7f7f7; }
  .articles .section-wrapper {
    padding-left: 0;
    padding-right: 0;
    max-width: 1592px; }
  .articles__title {
    text-align: center;
    margin-bottom: 64px; }
  .articles .swiper-slide {
    width: 524px; }
  .articles .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px; }
    .articles .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      background: #0c0c0c; }
      .articles .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #f0485b; }
  .articles .article {
    width: 524px;
    height: 754px;
    border: 1px solid rgba(12, 12, 12, 0.3);
    background: #f7f7f7;
    padding: 48px 60px 40px;
    text-align: center;
    margin-bottom: 64px; }
    .articles .article__title {
      font-family: Kalnia;
      font-size: 56px;
      font-weight: 400;
      line-height: 67px;
      letter-spacing: 0;
      text-transform: uppercase; }
    .articles .article__date {
      font-size: 13px;
      font-weight: 500;
      line-height: 16px;
      text-transform: uppercase;
      color: rgba(15, 14, 14, 0.6);
      margin: 20px 0 16px; }
    .articles .article__subtitle {
      font-size: 24px;
      font-weight: 400;
      line-height: 31px;
      letter-spacing: -0.01em; }
    .articles .article__link {
      font-size: 14px;
      font-weight: 500;
      line-height: 14px;
      letter-spacing: -0.01em;
      display: block;
      border-bottom: 1px solid #0c0c0c;
      border-top: 1px solid #0c0c0c;
      padding: 8px 0;
      margin: 40px 0 64px; }
    .articles .article__photos {
      display: flex;
      gap: 48px; }
    .articles .article__photo img {
      width: 100%; }

.create__cont {
  display: flex; }
.create__description {
  width: 45%;
  margin-left: 50px; }
.create__title--mobile {
  display: none; }
.create__subtitle {
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  margin: 80px 0 8px; }
.create__text {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.01em; }
.create__design {
  display: flex;
  gap: 80px;
  height: 100%;
  width: 95%; }
.create .swiper {
  height: 743px;
  width: 50%;
  /*max-width: 582px;*/
  margin: 0; }
  .create .swiper-pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .create .swiper-pagination-bullet {
      width: 4px;
      height: 4px;
      background: #0c0c0c;
      opacity: 1; }
      .create .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
        background: #f0485b; }
.create__swiper-text-block {
  display: none; }
  .create__swiper-text-block.is--active {
    display: block; }
.create__photo-container {
  max-height: 743px;
  width: 582px; }
  .create__photo-container img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }
.create .description {
  text-align: left; }

@media screen and (max-width: 1024px) {
  .brand-history {
    flex-direction: column;
    position: relative;
    padding-top: 0; }
    .brand-history .section-title--mobile {
      display: block;
      text-align: center;
      font-size: 64px;
      position: absolute;
      width: 100%;
      transition: all 0.6s ease-in-out;
      top: 90px;
      padding: 0 24px; }
    .brand-history .photo-block {
      width: 100%;
      align-items: flex-end; }
      .brand-history .photo-block .photo {
        height: 70%; }
    .brand-history .description-block {
      width: 100%;
      padding: 24px 120px;
      height: fit-content;
      text-align: center;
      gap: 40px; }
      .brand-history .description-block .section-title {
        display: none; }
      .brand-history .description-block .section-description {
        font-size: 24px; }
      .brand-history .description-block .ornament {
        display: block; }
    .brand-history.is--active .section-title--mobile {
      top: 160px;
      color: white; } }
@media screen and (max-width: 800px) {
  .brand-history .section-title--mobile {
    font-size: 48px;
    top: 65px; }
  .brand-history .photo-block .photo {
    height: 60%; }
  .brand-history .description-block {
    padding: 24px 24px;
    gap: 24px; }
    .brand-history .description-block .section-description {
      font-size: 16px; }
    .brand-history .description-block .ornament img {
      width: 79px; }

  .mission {
    background: #f7f7f7; }
    .mission .section-wrapper {
      padding-top: 120px;
      padding-bottom: 80px; }
    .mission-animation {
      margin-bottom: 80px; }
    .mission .founder {
      flex-direction: column; }
      .mission .founder__photo, .mission .founder__words {
        width: 100%; }
      .mission .founder__words {
        display: flex;
        flex-direction: column; }
        .mission .founder__words-wrap {
          order: -1;
          padding-bottom: 80px; }

  .events {
    padding-bottom: 80px; }
    .events .swiper-slide {
      width: 100%;
      height: auto; }
    .events .swiper-wrapper {
      flex-direction: column;
      gap: 20px; }
    .events .section-wrapper {
      padding-right: 24px;
      width: 100%;
      margin-right: 0;
      overflow-x: hidden; }
    .events__content {
      flex-direction: column;
      width: 100%; }
    .events .event {
      width: 100%;
      height: auto; }
      .events .event__photos-big-photo {
        max-height: 254px; }

  .articles {
    padding-bottom: 100px; }
    .articles .article__photos {
      display: flex;
      gap: 48px; }
    .articles .article__photo img {
      width: 100%; }

  .create {
    /*   &__swiper-text-block {
           display: none;

           &.is--active {
               display: block;
           }
       }*/ }
    .create__design {
      display: block;
      gap: 80px;
      width: 100%;
      height: 90%; }
    .create__title--mobile {
      display: block;
      margin-bottom: 40px; }
    .create__title--desctop {
      display: none; }
    .create .swiper-wrapper {
      flex-direction: row; }
    .create__cont {
      display: flex;
      flex-direction: column; }
    .create__description {
      width: 100%;
      margin-left: 0; }
    .create__subtitle {
      font-size: 18px;
      font-weight: 600;
      line-height: 22px;
      margin: 40px 0 8px; }
    .create__text {
      font-size: 16px;
      font-weight: 400;
      line-height: 21px;
      letter-spacing: 0em; }
    .create .swiper {
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 60px; }
      .create .swiper-pagination {
        display: flex;
        flex-direction: row;
        left: 50%; }
    .create__photo-container {
      height: 598px;
      width: 100%; }
      .create__photo-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .create .description {
      text-align: left;
      height: 75px; } }
@media screen and (max-width: 520px) {
  .about-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em; }

  .mission {
    background: #f7f7f7; }
    .mission .section-wrapper {
      padding-top: 80px; }
    .mission-animation {
      margin-bottom: 120px; }
      .mission-animation__ornament {
        width: 140px; }
      .mission-animation__text {
        font-size: 16px;
        font-weight: 400;
        line-height: 21px; }
    .mission .founder__words-text {
      font-size: 16px;
      font-weight: 400;
      line-height: 21px; }
    .mission .founder__words-title {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.01em; }

  .events .event__photos {
    width: 50%; }

  .articles .swiper-slide {
    width: 312px; }
  .articles .article {
    width: 312px;
    height: 502px;
    padding: 32px 12px; }
    .articles .article__title {
      font-size: 32px;
      font-weight: 400;
      line-height: 38px; }
    .articles .article__date {
      margin: 16px 0 8px; }
    .articles .article__subtitle {
      font-size: 16px;
      font-weight: 600;
      line-height: 21px; }
    .articles .article__link {
      margin: 24px 0 32px; }
    .articles .article__photos {
      display: flex;
      gap: 40px; }
    .articles .article__photo img {
      width: 100%; }

  .create {
    /*.swiper {
        padding: 90px;
    }*/ }
    .create__photo-container {
      height: 416px;
      width: 100%; }
      .create__photo-container img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; } }
.checkout-page {
  padding: 75px 0;
  max-width: 1278px;
  margin: 0 auto; }
  .checkout-page__subheader {
    padding: 40px 0; }
    .checkout-page__subheader--mobile {
      display: none; }
      .checkout-page__subheader--mobile .breadcrumbs {
        display: flex;
        justify-content: space-between; }
        .checkout-page__subheader--mobile .breadcrumbs__text {
          opacity: 0; }
        .checkout-page__subheader--mobile .breadcrumbs__title {
          font-size: 18px;
          font-weight: 500;
          line-height: 25px;
          color: #0c0c0c;
          text-transform: uppercase; }
  .checkout-page__body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
    gap: 174px; }
  .checkout-page .checkout-forms {
    width: 100%; }
    .checkout-page .checkout-forms form {
      width: 100%; }
      .checkout-page .checkout-forms form .button {
        width: 100%;
        border: 1px solid #0c0c0c;
        background-color: white;
        margin-top: 40px;
        border-radius: 2px; }
        .checkout-page .checkout-forms form .button:hover {
          opacity: 0.6;
          border: 1px solid rgba(15, 14, 14, 0.6); }
    .checkout-page .checkout-forms .stage {
      display: none; }
      .checkout-page .checkout-forms .stage .filled-v {
        display: none;
        font-size: 14px;
        color: rgba(12, 12, 12, 0.5);
        margin-bottom: 64px; }
      .checkout-page .checkout-forms .stage.is--active {
        display: block; }
      .checkout-page .checkout-forms .stage.filled .filled-v {
        display: block; }
      .checkout-page .checkout-forms .stage.filled .filling-v {
        display: none; }
      .checkout-page .checkout-forms .stage.filled .stage-header .change-button {
        display: block; }
      .checkout-page .checkout-forms .stage-header {
        margin-bottom: 40px;
        display: flex;
        justify-content: space-between; }
        .checkout-page .checkout-forms .stage-header .change-button {
          text-transform: uppercase;
          color: rgba(15, 14, 14, 0.6);
          cursor: pointer;
          display: none; }
          .checkout-page .checkout-forms .stage-header .change-button::after, .checkout-page .checkout-forms .stage-header .change-button::before {
            background-color: rgba(15, 14, 14, 0.6); }
        .checkout-page .checkout-forms .stage-header h3 {
          font-size: 18px;
          font-weight: 500;
          text-transform: uppercase;
          display: flex; }
          .checkout-page .checkout-forms .stage-header h3 span {
            display: inline-block;
            margin-right: 16px;
            font-size: 14px;
            color: rgba(15, 14, 14, 0.5); }
            .checkout-page .checkout-forms .stage-header h3 span::first-letter {
              color: #0f0e0e; }
      .checkout-page .checkout-forms .stage-one .phone-select .select-preview {
        cursor: default;
        display: flex;
        gap: 3px; }
        .checkout-page .checkout-forms .stage-one .phone-select .select-preview__value {
          cursor: pointer;
          display: flex;
          align-items: center;
          gap: 2px; }
          .checkout-page .checkout-forms .stage-one .phone-select .select-preview__value img {
            width: 16px;
            height: 16px; }
        .checkout-page .checkout-forms .stage-one .phone-select .select-preview input {
          border: none;
          outline: none;
          width: 100%; }
      .checkout-page .checkout-forms .stage-two .home-inputs {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px; }
      .checkout-page .checkout-forms .stage-three .delivery-bottom {
        margin: 18px 0 40px 0; }
        .checkout-page .checkout-forms .stage-three .delivery-bottom .address-top {
          display: flex;
          justify-content: space-between; }
          .checkout-page .checkout-forms .stage-three .delivery-bottom .address-top p {
            font-size: 16px;
            font-weight: 600; }
          .checkout-page .checkout-forms .stage-three .delivery-bottom .address-top span {
            text-transform: uppercase;
            color: rgba(12, 12, 12, 0.5);
            cursor: pointer; }
            .checkout-page .checkout-forms .stage-three .delivery-bottom .address-top span::after, .checkout-page .checkout-forms .stage-three .delivery-bottom .address-top span::before {
              background-color: rgba(12, 12, 12, 0.5); }
        .checkout-page .checkout-forms .stage-three .delivery-bottom .address-description {
          color: rgba(15, 14, 14, 0.6);
          margin-top: 8px; }
        .checkout-page .checkout-forms .stage-three .delivery-bottom .courier {
          padding: 12px 16px;
          background-color: rgba(206, 155, 87, 0.25);
          font-size: 14px; }
        .checkout-page .checkout-forms .stage-three .delivery-bottom .delivery-item__selected {
          display: none; }
          .checkout-page .checkout-forms .stage-three .delivery-bottom .delivery-item__selected.is--active {
            display: block; }
    .checkout-page .checkout-forms .selections {
      display: flex;
      flex-direction: column;
      gap: 12px; }
      .checkout-page .checkout-forms .selections-item {
        padding: 16px;
        display: flex;
        align-items: center;
        gap: 11px;
        border: 1px solid rgba(12, 12, 12, 0.5);
        font-size: 14px;
        cursor: pointer; }
        .checkout-page .checkout-forms .selections-item span {
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background-color: #0f0e0e; }
        .checkout-page .checkout-forms .selections-item.is--active {
          gap: 8px;
          border: 1px solid #ce9b57;
          color: #ce9b57; }
          .checkout-page .checkout-forms .selections-item.is--active span {
            width: 12px;
            height: 12px;
            background-color: #ce9b57; }
        .checkout-page .checkout-forms .selections-item:hover {
          border: 1px solid #ce9b57; }
  .checkout-page .checkout-products {
    background-color: #f7f7f7;
    position: sticky;
    top: 92px; }
    .checkout-page .checkout-products__header {
      padding: 18px;
      border-top: 1px solid rgba(12, 12, 12, 0.1);
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 472px;
      color: #0c0c0c; }
      .checkout-page .checkout-products__header-cont {
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer; }
      .checkout-page .checkout-products__header p {
        font-size: 14px; }
      .checkout-page .checkout-products__header span {
        font-size: 16px; }
    .checkout-page .checkout-products__list .product-item {
      padding: 24px 20px;
      border-top: 1px solid rgba(12, 12, 12, 0.1);
      display: flex;
      align-items: center;
      gap: 16px; }
      .checkout-page .checkout-products__list .product-item__photo {
        position: relative; }
        .checkout-page .checkout-products__list .product-item__photo img {
          width: 52px;
          height: 52px; }
        .checkout-page .checkout-products__list .product-item__photo .quantity {
          position: absolute;
          top: -7px;
          right: -7px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 14px;
          height: 14px;
          background-color: #ce9b57;
          color: white;
          border-radius: 50%;
          font-size: 12px; }
      .checkout-page .checkout-products__list .product-item__description {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .checkout-page .checkout-products__list .product-item__description .product-info {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          gap: 16px; }
          .checkout-page .checkout-products__list .product-item__description .product-info__name {
            font-size: 14px;
            color: #0c0c0c; }
          .checkout-page .checkout-products__list .product-item__description .product-info__properties {
            font-size: 14px;
            color: rgba(12, 12, 12, 0.5); }
        .checkout-page .checkout-products__list .product-item__description .product-price {
          font-size: 14px; }
    .checkout-page .checkout-products__bottom {
      padding: 16px;
      border-top: 1px solid rgba(12, 12, 12, 0.1); }
      .checkout-page .checkout-products__bottom .price-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: rgba(15, 14, 14, 0.6);
        padding: 6px 0; }
        .checkout-page .checkout-products__bottom .price-item.sale span {
          color: #ce9b57; }
      .checkout-page .checkout-products__bottom .total {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 16px 0; }

.breadcrumbs {
  font-size: 14px;
  color: rgba(15, 14, 14, 0.6);
  text-align: center; }
  .breadcrumbs-cont {
    display: flex;
    align-items: center; }

.input-container {
  position: relative;
  margin-bottom: 40px; }
  .input-container.disabled {
    opacity: 0.5; }
  .input-container .input-tips {
    position: absolute;
    left: 0;
    width: 100%; }
  .input-container > input {
    width: 100%;
    padding: 13px 0;
    border: none;
    border-bottom: 1px solid rgba(15, 14, 14, 0.6);
    outline: none;
    font-size: 16px;
    margin: 12px 0 0;
    border-radius: 0; }
    .input-container > input + label {
      position: absolute;
      bottom: 13px;
      left: 0;
      color: #0f0e0e;
      font-size: 16px;
      pointer-events: none;
      transition: bottom 0.3s, font-size 0.3s, color 0.3s; }
    .input-container > input:focus + label, .input-container > input:not(:placeholder-shown) + label {
      bottom: 44px;
      font-size: 14px;
      color: rgba(15, 14, 14, 0.6); }
  .input-container .input-description {
    position: absolute;
    font-size: 12px;
    color: rgba(15, 14, 14, 0.6);
    top: 64px; }
  .input-container.is--error .error-message {
    display: flex; }

.display-none {
  display: none; }

.error-message {
  position: absolute;
  align-items: center;
  gap: 8px;
  bottom: -28px;
  display: none; }
  .error-message span {
    font-size: 12px;
    color: #dd5060; }

.select {
  position: relative;
  margin-bottom: 40px; }
  .select-preview {
    padding: 13px 0;
    border-bottom: 1px solid rgba(15, 14, 14, 0.6);
    cursor: pointer; }
  .select-items {
    position: absolute;
    top: 56px;
    z-index: 100;
    background-color: white;
    box-shadow: 0px 0px 4px 0px #b2aaaa40;
    width: 100%;
    padding: 4px;
    border-radius: 2px;
    display: none; }
    .select-items.is--active {
      display: block; }
    .select-items .select-item {
      padding: 6px 8px;
      cursor: pointer;
      border-radius: 1px;
      font-size: 14px; }
      .select-items .select-item.is--active, .select-items .select-item:hover {
        background-color: #0f0e0e;
        color: white; }
  .select.is--error .error-message {
    display: flex; }

@media screen and (max-width: 1440px) {
  .checkout-page {
    padding: 75px 24px; }
    .checkout-page__body {
      gap: 74px; } }
@media screen and (max-width: 1024px) {
  .checkout-page {
    padding: 75px 24px;
    max-width: 1278px;
    margin: 0 auto; }
    .checkout-page__subheader {
      display: none; }
      .checkout-page__subheader--mobile {
        display: block; }
    .checkout-page__body {
      flex-direction: column;
      gap: 64px; }
    .checkout-page .checkout-products {
      width: 100%;
      order: -1;
      position: static; }
      .checkout-page .checkout-products__header {
        width: 100%; }
      .checkout-page .checkout-products__header-cont {
        cursor: pointer; } }
@media screen and (max-width: 528px) {
  .checkout-page__subheader--mobile .breadcrumbs {
    flex-direction: column;
    gap: 32px; }
    .checkout-page__subheader--mobile .breadcrumbs__text {
      display: none; }
    .checkout-page__subheader--mobile .breadcrumbs__title {
      font-size: 20px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: -0.01em; }
  .checkout-page .checkout-products {
    position: static; } }
.main-article {
  padding-top: 70px; }
  .main-article__date {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left; }
  .main-article__title {
    font-size: 48px;
    font-weight: 400;
    line-height: 53px;
    letter-spacing: -0.02em;
    margin: 32px 0;
    text-align: left;
    text-transform: uppercase; }
  .main-article__subtitle {
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    padding: 12px;
    text-transform: uppercase;
    border-right: 1px solid #0c0c0c;
    border-left: 1px solid #0c0c0c;
    width: 280px;
    margin-bottom: 67px; }
  .main-article .text-block {
    max-width: 635px;
    margin: 0 auto; }
  .main-article__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    margin: 80px 0; }
  .main-article__photos {
    display: flex;
    gap: 30px;
    max-width: 100%; }
    .main-article__photos .photo-container {
      max-width: 100%; }
      .main-article__photos .photo-container img {
        width: 100%; }
    .main-article__photos--margin {
      margin: 0 -80px; }
  .main-article__photo-container {
    max-width: 100%; }
    .main-article__photo-container img {
      width: 100%; }
    .main-article__photo-container--cover {
      max-width: 100%; }
    .main-article__photo-container--padding {
      padding: 0 120px; }
  .main-article__signature-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    text-align: left;
    color: #cc4958; }
  .main-article__signature-prof {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: rgba(15, 14, 14, 0.6);
    text-transform: uppercase;
    margin-top: 8px; }

.oferta .text-block,
.policy .text-block {
  margin: 25px 0;
  text-align: left; }
.oferta ul,
.policy ul {
  padding-left: 30px;
  text-align: left; }
.oferta .paragraph,
.policy .paragraph {
  list-style: disc; }
.oferta p,
.policy p {
  text-align: left; }

@media screen and (max-width: 800px) {
  .main-article .section-wrapper {
    padding-bottom: 120px;
    padding-top: 60px; }
  .main-article__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.01em;
    text-align: center; }
  .main-article__subtitle {
    margin-bottom: 30px;
    width: 100%;
    border-right: none; }
  .main-article .text-block {
    max-width: 536px; }
  .main-article__photos {
    flex-direction: column; }
    .main-article__photos--margin {
      margin: 0; }
  .main-article__photo-container--padding {
    padding: 0 50px; } }
@media screen and (max-width: 538px) {
  .main-article .section-wrapper {
    padding-bottom: 120px; }
  .main-article__title {
    font-size: 20px;
    line-height: 24px; } }
* {
  box-sizing: border-box;
  font-family: "Tilda Sans", sans-serif; }

body {
  background: white;
  padding: 0;
  margin: 0;
  color: #0f0e0e;
  background: #fff; }

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0;
  text-transform: uppercase; }

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

.bold {
  font-weight: 600; }

.section-wrapper {
  margin: auto;
  text-align: center;
  padding: 80px 80px;
  max-width: 1440px; }

.button {
  padding: 12px 24px;
  border-radius: 2px;
  gap: 8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
  cursor: pointer;
  border: none; }
  .button:hover {
    background: rgba(255, 255, 255, 0.5); }
  .button:active {
    background: rgba(255, 255, 255, 0.3); }
  .button:disabled {
    opacity: 0.6;
    pointer-events: none; }
  .button--black {
    color: white;
    background-color: #0f0e0e; }
    .button--black:hover {
      background-color: rgba(12, 12, 12, 0.5); }

@media screen and (max-width: 800px) {
  .section-wrapper {
    padding: 80px 24px 0px 24px; } }
@media screen and (max-width: 528px) {
  .section-wrapper {
    padding: 120px 16px 0 16px; } }
.border-animation {
  position: relative;
  text-decoration: none;
  color: #0f0e0e;
  overflow: hidden;
  display: block;
  width: fit-content;
  padding-bottom: 3px; }
  .border-animation:before, .border-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 2px;
    background: #0f0e0e; }
  .border-animation:before {
    left: 0;
    transition: left 0.3s ease-out; }
  .border-animation:after {
    left: -200%;
    transition: left 0.6s ease-in; }
  .border-animation:hover:before {
    left: 100%; }
  .border-animation:hover:after {
    left: 0; }

.overflow-hidden {
  overflow: hidden; }

.sections-title {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #0f0e0e; }

@media (max-width: 528px) {
  .sections-title {
    font-size: 20px; } }

/*# sourceMappingURL=style.css.map */

.swiper-button-next:before,.swiper-button-prev:before{
	display:none;
}