.look__carousel .swiper-slide/*Fonts*/


/*Vars*/
:root {
  --main-font: 'Inter Tight', Arial, Helvetica, sans-serif;
  --transition-all: all 0.3s ease-in-out;
}

/*GlobalStyles*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

.wrapper {
  padding-top: 123px !important;
}
.mobile .wrapper {
  padding-top: 87px !important;
}
body.locked {
  overflow: hidden;
}
/*===*/
.product__slide_bestseller {
  margin: 0;
  width: 100%;
  height: 100%;
}
.product__slide:not(.product__slide_bestseller) {
  width: 1760px;
  height: 720px;
  margin-bottom: 100px;
}
.product__slide .container_fluid {
  display: flex;
  height: 100%;
}
.product__slide .container_fluid > div:first-child {
  margin-right: 20px;
}
.product__banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30%;
}
.product__banner_img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.product__title {
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 33px;
  padding-right: 41px;
  color: #d6cfcf;
  font-family: 'Gilroy', sans-serif;
  font-weight: 400;
  font-size: 80px;
  line-height: 130%;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 1;
}
.product__slide.latest .product__title {
  position: absolute;
  top: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  width: 620px;
  padding: 26px 30px;
  background: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #1e1e1e;
}
.product__slide.latest .product__title b {
  color: #000000;
  margin: 0 8px;
  font-weight: 700;
}
.product__slide.special .product__title {
  position: absolute;
  top: 35px;
  right: 42px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 104px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #d6cfcf;
}
.product__slide.special .product__link_action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__slide.special .product__link_action span {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 300;
  line-height: 20.8px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #1e1e1e;
  transition: var(--transition-all);
  margin-right: 16px;
}
.mobile .product__slide.special .product__link_action span {
  font-size: 12px;
}
.product__slide.special .product__link_action svg {
  transition: var(--transition-all);
}
.product__slide.special .product__link_action svg path {
  stroke: #1e1e1e;
  text-decoration: none;
  transition: var(--transition-all);
}
.product__slide.special .product__link_action:hover span {
  color: #918c8c;
}
.product__slide.special .product__link_action:hover svg {
  transform: rotate(-135deg);
}
.product__slide.special .product__link_action:hover svg path {
  stroke: #918c8c;
}
.product__group {
  display: flex;
  flex-direction: column;
  width: calc(70% - 20px);
}
.product__group > div:first-child {
  margin-bottom: 15px;
}
.product__group_nav {
  display: flex;
  align-items: center;
}
.product__group_nav > div:first-child {
  margin-right: 48px;
}
.product__group_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  height: 145px;
}
.product__slide_pagination {
  display: flex;
  align-items: center;
}
.product__slide_pagination > span {
  margin: 0 !important;
  margin-right: 8px !important;
}
.product__slide_pagination > span:last-child {
  margin-right: 0;
}
.product__slide_navigation {
  display: flex;
  align-items: center;
}
.product__slide_navigation > div {
  margin-right: 40px;
}
.product__slide_navigation > div:last-child {
  margin-right: 0;
}
.product__slide--buttons {
  display: flex;
  align-items: center;
}
.product__slide--buttons > div:first-child {
  margin-right: 48px;
}
/*===*/
.mini-product__item {
  display: flex !important;
  flex-direction: column;
  transition: var(--transition-all);
}
.mini-product__item_view {
  position: relative;
  /*
    height: 480px;
    */
  overflow: hidden;
}
.mini-product__sticker {
  position: absolute;
  top: 24px;
  left: 12px;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 8;
}

body.mobile .mini-product__sticker {
  top: 12px;
}

.mini-product__sticker .sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 25px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.mini-product__sticker .sticker:last-child {
  margin-bottom: 0;
}
.mini-product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /*
    height: 101%;
    */
}
.mini-product__image img {
  display: block;
  /*
    width: 100%;
    height: 100%;
    object-fit: cover;
    */
}
.mini-product__wishlist {
  position: absolute;
  top: 24px;
  right: 12px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-all);
}
.mobile .mini-product__wishlist {
  position: absolute;
  top: 12px;
  right: 12px;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: var(--transition-all);
}

.mini-product__wishlist button {
  background: transparent;
}
.mini-product__sizes {
  position: absolute;
  bottom: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  background: linear-gradient(to bottom, #00000066 30%, #8e8e8e66 100%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  color: #ffffff;
  transition: var(--transition-all);
}
.mini-product__sizes_list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
}
.mini-product__sizes_list a {
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #ffffff;
  margin-right: 24px;
}
.mini-product__sizes_list a:last-child {
  margin-right: 0;
}
.mini-product__sizes_list a:hover {
  color: #cdcdcd;
}
.mini-product__item_info {
  position: relative;
  margin-top: 12px;
  text-align: center;
  height: 100%;
  max-height: 130px;
}
.name_manufacturer {
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1c1c1b;
  letter-spacing: 0.12em;
  transition: color 0.3s;
  cursor: default;
}
.name_manufacturer:hover {
  color: #f75c1e;
}
.mini-product__name {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #585858;
}
.mini-product__name a {
  color: #585858;
  height: 38px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.mini-product__name a:hover {
  color: #000000;
}
.mini-product__price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mini-product__price > div {
  margin-bottom: 2px;
}
.mini-product__price > div:last-child {
  margin-bottom: 0;
}
.mini-product__price .price-old {
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 600;
  line-height: 15.6px;
  text-align: left;
  text-decoration-line: line-through;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #7a7a7a;
}
.mini-product__price .current-price,
.mini-product__price .price-new {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.mini-product__price .current-price {
  color: #1e1e1e;
}
.mini-product__price .price-new {
  color: #de6060;
}
.mini-product__colors {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-all);
}
.mini-product__colors_wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: absolute;
  left: 0;
  padding: 0 5px;
  width: 100%;
  justify-content: center;
}
.section-good .mini-product__colors_wrapper {
  justify-content: flex-start;
}
/* .mini-product__colors_wrapper > a {
    margin-right: 10px;
} */
/* .mini-product__colors_wrapper > a:last-child {
    margin-right: 0;
} */
.mini-product__color,
.mini-product__color:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 2px;
  border-radius: 100%;
  outline: 1px solid #9b9595;
}
.mini-product__color_item {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.mini-product__color_item.color__black {
  background: #000;
}
.mini-product__color_item.color__gray {
  background: #7a7a7a;
}
.mini-product__color_item.color__dark {
  background: #34302b;
}
.mini-product__item:hover .mini-product__wishlist {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.mini-product__item:hover .mini-product__sizes {
  bottom: 0;
}
.mini-product__item:hover .mini-product__colors {
  opacity: 1;
  visibility: visible;
  position: relative;
}

/*Header*/
header {
  /* height: 100px; */
  /*border-bottom: 1px solid #EAE4E0;*/
}
header .container {
  height: 100%;
}
.header__wrap {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  place-content: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.header__nav {
  align-self: center;
}
.header__logo {
  max-width: 80px;
  place-self: center;
}
.header__bar {
  align-self: center;
  justify-self: end;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
/*===*/
#headerCatalogToggleBtn {
  position: relative;
  color: #202020;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}
#headerCatalogToggleBtn:hover {
  color: #585858;
  transition: var(--transition-all);
}
#headerCatalogToggleBtn.active {
  font-weight: 600;
}
.header__menu {
  /* position: absolute; */
  position: relative;
  z-index: 111;
  /* top: 100px; */
  /* left: 0; */
  display: flex;
  align-items: center;
  justify-content: end;
  /* width: 490px; */
  background: #ffffff;
  /* box-shadow: 0 6px 14px 0 #0000001A, 0 26px 26px 0 #00000017, 0 58px 35px 0 #0000000D, 0 104px 41px 0 #00000003, 0 162px 45px 0 #00000000; */
}

.header__menu_wrapper {
  position: relative;
  display: flex;
  gap: 24px;
  /* flex-direction: column; */
  /* width: 330px; */
  /* padding: 16px 0; */
}
.header__menu_wrapper li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
  /* height: 50px; */
  color: #1e1e1e;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  /* padding-left: 38px; */
  /* padding-right: 70px; */
  transition: var(--transition-all);
}
.header__submenu a {
  padding-left: 38px;
  padding-right: 70px;
}
.header__submenu li a:hover {
  background: #f5f5f5;
}
.header__submenu_toggle {
  position: relative;
}
.header__submenu_toggle:hover .header__submenu {
  width: 300px;
  /*height: 100%;*/
  height: auto;
  max-height: 60vh;
  opacity: 1;
  visibility: visible;
}
.header__submenu {
  position: absolute;
  display: flex;
  flex-direction: column;
  /* left: 100%;
    top: 0; */
  left: 0;
  top: 100%;
  width: 0px;
  background: #ffffff;
  padding: 16px 0;
  box-shadow:
    0 6px 14px 0 #0000001a,
    0 26px 26px 0 #00000017,
    0 58px 35px 0 #0000000d,
    0 104px 41px 0 #00000003,
    0 162px 45px 0 #00000000;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition-all);
}
.header__submenu li a {
  text-transform: unset;
}
/*===*/
.mobile__menu {
  position: fixed;
  top: 85px;
  left: 0;
  width: 100%;
  height: calc(100vh - 135px);
  background: #ffffff;
}
.content-mobile-menu {
  overflow-y: auto;
  height: calc(100vh - 250px);
  padding-bottom: 40px;
}
.mobile__menu_list {
  padding-bottom: 40px;
  border-bottom: 1px solid #f4f4f4;
}
.mobile__menu_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0;
  padding: 0 32px;
}
.mobile__menu_text {
  padding-left: 40px;
  font-weight: 600;
  text-transform: uppercase;
}
.mobile__menu_close > button {
  background: transparent;
  margin-right: 37px;
}
.mobile__menu_wrapper {
  padding: 0 32px;
}
.mobile__menu_catalog li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  padding: 8px 30px 8px 40px;
  transition: var(--transition-all);
}
.mobile__menu_catalog li a > button svg {
  transition: var(--transition-all);
}
.mobile__menu_catalog li a > button {
  background: transparent;
  padding: 8px;
}
.mobile__menu_catalog li a:focus {
  background: #f5f5f5;
}
.mobile__menu_catalog li a.active {
  background: #f5f5f5;
}
.mobile__menu_catalog li a.active > button svg {
  transform: rotate(90deg);
}
.mobile__submenu li a {
  text-transform: unset;
  padding: 6px 40px;
}
.mobile__menu_nav {
  padding: 50px 70px;
}
.mobile__menu_nav ul li {
  margin-bottom: 20px;
}
.mobile__menu_nav ul li:last-child {
  margin-bottom: 0;
}
.mobile__menu_nav ul li a {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #404040;
}
/*===*/
.header__nav_wrapper ul {
  display: flex;
  align-items: center;
}
.header__nav_wrapper ul li {
  margin-right: 24px;
}
.header__nav_wrapper ul li:last-child {
  margin-right: 0;
}
.header__nav_wrapper ul li a {
  text-transform: uppercase;
  text-wrap: nowrap;
  transition: var(--transition-all);
  padding: 0;
}
.header__nav_wrapper ul li a:hover {
  color: #585858;
}
.header__bar {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header__search .input-main-search {
  font-family: var(--main-font);
  padding-right: 30px;
  margin-right: 0;
  border-bottom: 1px solid #eae4e0;
}
.header__search .input-search {
  position: absolute;
  right: 0;
}
.header__account {
  display: flex;
  align-items: center;
  gap: 38px;
}
.header__callback button {
  background: transparent;
}
.header__account_btn {
  cursor: pointer;
}
.header__account .head-ico {
  margin: 0;
}

/*HeaderMobile*/
.header__mobile {
  /* height: 60px; */
  border-bottom: 0;
  background: #ffffff;
}
.header__mobile_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0;
}
.header__mobile_logo {
  width: 40px;
}
.header__mobile_cart .head-ico svg path {
  fill: #292d32;
}
.header__mobile_cart .head-ico #cart-total {
  top: -7px;
  right: -3px;
  background: #1e1e1e;
  color: #ffffff;
  font-family: var(--main-font);
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 5px;
}
.header__mobile_menu > button {
  background: transparent;
}

/*IndexPage*/
.showcase {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 780px;
}
.showcase__video {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.showcase__video video {
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  object-fit: cover;
}
.showcase__preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.showcase__preview h1 {
  font-family: var(--second-font);
  font-size: 65px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 400;
  margin: 0 0 32px 0;
}
.showcase__preview p {
  font-family: var(--second-font);
  font-size: 32px;
  line-height: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #b8b8b8;
  padding: 0;
  margin: 0;
}
/*===*/
.bestseller__header {
  padding: 18px 0;
  border-bottom: 1px solid #eae4e0;
}
.bestseller__header_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bestseller__label {
  flex: 1;
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  margin: 0;
  color: #1e1e1e;
}
.bestseller__nav {
  display: flex;
  align-items: center;
}
.bestseller__nav > div:first-child {
  margin-right: 40px;
}
.bestseller__content {
  padding: 20px 0;
}
.mobile .bestseller__content {
  padding-bottom: 20px;
}
/*===*/
.collection__runline {
  flex-wrap: nowrap;
  border-top: 1px solid #eae4e0;
  padding-top: 10px;
  margin-bottom: 10px;
}
.collection__runline_text {
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  white-space: nowrap;
  word-spacing: 24px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #d6cfcf;
}
.mobile .collection__runline_text {
  font-size: 14px;
  letter-spacing: 0;
}
/*===*/
.favorite__wrapper {
  display: flex;
}
.favorite__wrapper > div:first-child {
  display: flex;
  flex-direction: column;
  width: calc(57% - 20px);
  margin-right: 20px;
}
.favorite__wrapper > div:last-child {
  width: 43%;
}
.favorite__library {
  display: flex;
  justify-content: end;
}
.favorite__library_wrapper {
  display: flex;
  flex-direction: column;
  width: 85%;
  flex-shrink: 0;
}
.favorite__slider {
  display: flex;
}
.favorite__slider > div:first-child {
  margin-right: 20px;
}
.favorite__item {
  display: flex;
  flex-direction: column;
}
.favorite__item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 440px;
}
.favorite__item_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.favorite__alone {
  flex-shrink: 0;
  width: calc(43% - 20px);
}
.favorite__item_alone {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.favorite__item_alone-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 655px;
}
.favorite__item_alone-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.favorite__item_info {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  text-wrap: nowrap;
}
.favorite__item_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  text-transform: uppercase;
}
.favorite__item_link:hover {
  color: #918c8c;
}
.favorite__item_desc {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #918c8c;
}
.favorite__slider_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 57%;
}
.favorite__description {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.favorite__description > div:first-child {
  width: calc(50% - 20px);
  margin-right: 20px;
}
.favorite__description_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.favorite__description_text {
  display: flex;
  justify-content: center;
  width: 50%;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #918c8c;
}
.favorite__description_text p:first-child {
  width: 78%;
}
.favorite__description_text p:last-child {
  display: none;
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 26.88px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: rgba(30, 30, 30, 1);
  margin-bottom: 0;
}
.favorite__swiper .swiper-slide {
  width: 250px !important;
}
/*
.favorite__swiper .swiper-slide:first-child {
  display: none;
}
*/
.favorite__options {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 60px 0;
}
.favorite__options > div:first-child {
  margin-right: 40px;
}
.favorite__swiper_buttons {
  display: flex;
  align-items: center;
}
.favorite__swiper_buttons > div:first-child {
  margin-right: 40px;
}
.favorite__action {
  display: flex;
  flex: 1;
  justify-content: end;
  flex-shrink: 0;
  border-top: 1px solid #eae4e0;
}
.favorite__action_wrapper {
  display: flex;
  width: 84%;
  flex-shrink: 0;
}
.favorite__action_wrapper > div {
  display: flex;
  align-items: start;
  justify-content: center;
  width: 50%;
}
.favorite__action_wrapper > div:first-child {
  border-right: 1px solid #eae4e0;
}
.favorite__action_info {
  display: flex;
  flex-direction: column;
}
.favorite__action_info > div:first-child {
  width: 100%;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.favorite__action_info > div:first-child h1 {
  font-family: var(--main-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  margin: 0;
}
.favorite__action_info > div:first-child p {
  font-family: var(--main-font);
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  margin: 0;
}
.favorite__action_info > div:last-child {
  width: 82%;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.9px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #918c8c;
}
.favorite__action_button {
  align-self: center;
}
.favorite__action_button a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
  height: 62px;
  background: #1e1e1e;
  padding: 20px 30px;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #ffffff;
}
.favorite__action_button a svg {
  transition: var(--transition-all);
}
.favorite__action_button a svg path {
  transition: var(--transition-all);
}
.favorite__action_button a:hover {
  color: #918c8c;
}
.favorite__action_button a:hover svg {
  transform: rotate(45deg);
}
.favorite__action_button a:hover svg path {
  stroke: #918c8c;
}
.favorite__video_title {
  display: flex;
  align-items: start;
  padding-top: 40px;
  height: 216px;
}
.favorite__video_title div {
  border-left: 2px solid black;
  font-family: var(--main-font);
  font-size: 40px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: -2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  padding-left: 28px;
}
.favorite__video_title div b {
  font-weight: 800;
}
.favorite__video_item {
  /*
    display: flex;
    align-items: center;
    justify-content: center;
    */
  height: 950px;
}
.favorite__video_item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*===*/
.sales__runline {
  background: #1e1e1e;
  padding: 15px;
  margin: 50px 0;
}
.sales__runline_text {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.8px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-wrap: nowrap;
  white-space: nowrap;
  word-spacing: 24px;
  color: #ffffff;
}
button.btn-wishlist {
  background: none;
}
/*===*/
.brand {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  place-items: center;
  place-content: center;
  min-height: 790px;
  padding-bottom: 170px;
}
.brand__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.brand__action_link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: 1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #111111;
  padding: 19px;
  width: 385px;
  border: 1px solid #eae4e0;
}
.brand__action_link:hover {
  color: inherit;
}
.brand__image {
  margin-right: 30%;
}
.brand__background {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/*ContactPage*/
.contact__section {
  display: flex;
  border-top: 1px solid #eae4e0;
}
.contact__column {
  flex-shrink: 0;
  width: 50%;
}
.contact__column_wrapper {
  display: flex;
  flex-direction: column;
}
.contact__column_image {
  display: flex;
  align-items: center;
  max-height: 690px;
  overflow: hidden;
}
.contact__column_image img {
  display: block;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
  object-fit: cover;
}
.contact__title {
  padding: 25px 0;
  border-bottom: 1px solid #eae4e0;
}
.contact__title_wrap h2 {
  font-family: var(--main-font);
  color: #1e1e1e;
  font-size: 48px;
  font-weight: 600;
  line-height: 62.4px;
  letter-spacing: -1px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  margin: 0;
}
.contact__data {
  display: flex;
  flex: 1;
}
.contact__data_column {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 24px;
  width: 50%;
  padding: 40px 24px;
}
.contact__data_column:first-child {
  border-right: 1px solid #eae4e0;
  padding-left: 0;
}
.contact__phone {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__phone_title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__phone_title h2 {
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}
.contact__phone_title p {
  width: 70%;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0;
}
.contact__phone_list {
  display: flex;
  flex-direction: column;
}
.contact__phone_item {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  transition: var(--transition-all);
}
.contact__phone_item:hover {
  color: #928d8a;
}
/* ----- */
.contact__socials {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact__socials_title {
  font-family: var(--main-font), serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #000000;
}
.contact__socials p {
  width: 70%;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 0;
}
.contact .socials {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.contact .socials li {
  margin-bottom: 10px;
}

.contact .socials li:not(:last-child) {
  margin-right: 20px;
}

.contact .socials li a img {
  max-width: 32px;
}
/* ----- */
.contact__address {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__address_title {
  font-family: var(--main-font), serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #000000;
}
.contact__address_list {
  font-family: var(--main-font), serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.contact__address_list p {
  margin: 0 0 4px 0;
}
.contact__email {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}
.contact__email > a {
  transition: var(--transition-all);
}
.contact__email > a:hover {
  color: #928d8a;
}
.contact__working {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contact__working_title {
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #000000;
}
.contact__working_list {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
}

/*ProductPage*/
#product-product .product__wrapper {
  display: flex;
  margin-bottom: 32px;
}
#product-product .product__wrapper > div:first-child {
  margin-right: 68px;
}
#product-product .product__view {
  display: flex;
  flex-direction: column;
  width: 65%;
}
.productSwiper {
  display: flex !important;
  /*
    width: 100%;
    height: 100%;
    */
}
.productSwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.productSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-height: 490px; */
}
.productSwiper .product__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.productSwiper .product__image picture {
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/*
.productSwiper .product__image picture img {
    object-fit: cover;
}
*/
.productSwiper .swiper-pagination {
  display: none;
}
#product-product .product__action {
  width: calc(35% - 68px);
}
#product-product .product__action_wrapper {
  position: sticky;
  top: 150px;
}
#product-product .product__action_wrapper > div:first-child {
  margin-bottom: 33px;
}
#product-product .product__image_main {
  position: relative;
}
#product-product .product__image_main .d-flex {
  position: absolute;
  top: 14px;
  left: 14px;
}
#product-product .sticker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 32px;
}
#product-product .product__details_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-product .product__details_info .model {
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a3a0a0;
}
#product-product .product__manufacturer_info {
  margin-top: 15px;
  padding: 0;
  font-family: var(--second-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  color: #1c1c1b;
  letter-spacing: 0.12em;
}
#product-product .product__details_info .stock {
  font-family: var(--main-font);
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#product-product .product__details_info .stock.green {
  color: #8ca630;
}
#product-product .product__details_title {
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 8px;
}
#product-product .product__details_price {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-family: var(--main-font);
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
#product-product .product__details_price > div:first-child {
  margin-right: 10px;
}
#product-product .product__details_price .new-price {
  color: #1e1e1e;
}
#product-product .product__details_price .new-price .autocalc-product-special {
  color: #de6060;
}
#product-product .product__details_price .old-price {
  font-size: 16px;
  color: #7a7a7a;
  text-decoration: line-through;
}
#product-product .product__settings {
  margin-top: 24px;
}
#product-product .product__sizes {
  margin-bottom: 0;
}
#product-product .product__sizes > label,
.section-good > label {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  margin-bottom: 8px;
}
#product-product .product__sizes_line {
  display: flex;
  align-items: center;
}
#product-product .product__sizes_line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 5px;
}
#product-product .product__sizes_buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#product-product .product__sizes_buttons .radio.disabled .product__size_item {
  color: #a8a8a8;
  background-color: #fff;
  border: 0 !important;
}
#product-product .product__sizes_buttons > div {
  margin: 0 10px 0 0;
}
#product-product .product__sizes_buttons > div:last-child {
  margin-right: 0;
}
#product-product .product__size_item {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  min-width: 38px;
  line-height: 1.3;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  padding: 9px;
  border: 1px solid transparent;
  transition: var(--transition-all);
  display: flex;
  justify-content: center;
  align-items: center;
}
#product-product .product__size_item:hover {
  border: 1px solid #333232;
  color: #fff;
  background-color: #333232;
}
#product-product .product__size_item.checked {
  color: #fff;
}
#product-product .product__size_item:hover,
label.product__size_item.checked {
  border: 1px solid #333232;
  color: #fff;
  background-color: #333232;
}
#product-product .product__size_item.active {
  border: 1px solid #333232;
  color: #fff;
  background-color: #333232;
}
#product-product .product__size_item.active {
  border: 1px solid #333232;
  color: #fff;
  background-color: #333232;
}
#product-product .product__size_item > input {
  display: none;
}
#product-product .toggle__sizes_table {
  min-height: 20px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  margin-bottom: 12px;
  margin-top: 20px;
}
#product-product .product__buy {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
#product-product .product__buy > button:first-child {
  margin-bottom: 20px;
}
#product-product .btn__cart {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #333232;
  padding: 21px;
}
#product-product .btn__oneclick {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 500;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #333232;
  border: 1px solid #eae4e0;
  background: transparent;
  padding: 21px;
}
#product-product .product__accordion,
.product__accordion_item {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
#product-product .accordion__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #eae4e0;
  cursor: pointer;
}
#product-product .accordion__title_label {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 18.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #333232;
  text-transform: uppercase;
}
#product-product .accordion__content {
  display: none;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000000;
  margin: 18px 0 0 0;
}
#product-product .product__accordion_item .accordion__title_arrow {
  transition: all 0.5s ease-in-out;
}
#product-product .product__accordion_item.active .accordion__title_arrow {
  transform: translate3d(-3px, 0, 0) rotate(180deg);
}
#product-product .product__carousel_header {
  border-bottom: 1px solid #eae4e0;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
#product-product .product__carousel_header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product-product .product__carousel_header h2 {
  display: flex;
  flex: 1;
  margin: 0;
  font-family: var(--main-font);
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-left: 3px;
}
#product-product .product__carousel_header h2 span {
  margin-right: 3px;
  font-weight: 400;
}
.mobile #product-product .product__carousel_header h2 span {
  display: none;
}
#product-product .product__carousel_nav {
  display: flex;
  align-items: center;
}
#product-product .product__carousel_nav .product_slide--buttons {
  margin-right: 0;
  margin-left: 40px;
}
#product-product .product__carousel_body {
  margin-bottom: 120px;
  overflow: hidden;
}
#product-product .product__carousel_body .swiper-wrapper .mini-product__item {
  width: 385px;
  height: 543px;
  margin-right: 20px;
}
#product-product .product__carousel_body .swiper-wrapper .mini-product__item:last-child {
  margin-right: 0;
}

/*Footer*/
footer {
  margin-top: 30px;
  background: #151515;
  color: #ffffff;
  padding: 85px 0;
}
.information-contact footer {
  margin-top: 0;
}
.footer__row {
  display: flex;
}
.footer__column {
  flex-shrink: 0;
  width: 50%;
}
.footer__column_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 44px;
}
.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
.footer__logo {
  width: 156px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.footer__logo img {
  display: block;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.footer__socials {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer__socials_items_messenger {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}
.footer__socials_items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__socials_items li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
}
.footer__socials_items li a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer__socials_text {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 19.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer__icons_list {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__icons_mobile {
  display: none;
}
.footer__icons_mobile .footer__icons_list {
  justify-content: space-between;
}
.footer__column_right {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.footer__title {
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 33.6px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
  margin-bottom: 65px;
}
.footer__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 18px;
}
.footer__copyright {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: 24px;
}
.footer__categories_title,
.footer__menu_text,
.footer__contacts_title {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer__categories_list li a,
.footer__menu_list li a {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #c8c8c8;
  transition: var(--transition-all);
}
.footer__categories_list li a:hover,
.footer__menu_list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer__contacts_list a {
  color: #ffffff;
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  transition: var(--transition-all);
}
.footer__contacts_list a:hover {
  color: #c8c8c8;
  text-decoration: underline;
}
.footer__copyright_label {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #ffffff;
}
.footer__copyright_delivery a,
.footer__copyright_terms a {
  font-family: var(--main-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 20.16px;
  letter-spacing: -0.03em;
  text-align: left;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(255, 255, 255, 0.4);
}
.footer__copyright_delivery a:hover,
.footer__copyright_terms a:hover {
  color: #ffffff;
}
.oneclick__radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.oneclick__radio .radio input {
  display: none;
}
.oneclick__radio .radio {
  margin: 0 !important;
}
.oneclick__radio .radio label {
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 400;
  min-width: 38px;
  line-height: 1.3;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #1e1e1e;
  padding: 9px;
  border: 1px solid transparent;
  transition: var(--transition-all);
  display: flex;
  justify-content: center;
  align-items: center;
}
.oneclick__radio .radio.checked label {
  color: #fff;
  background-color: #333232;
}
.look__carousel {
  width: 100%;
  max-width: 775px;
}
.look__carousel--title {
  display: flex;
  align-items: center;
  gap: 56px;
}
.look__carousel--title img {
  width: 89px;
}
.look__carousel--title h2 {
  font-family: var(--main-font);
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 8px;
}
.look__carousel--title > div > span {
  font-family: var(--main-font);
  /* font-weight: 300; */
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.look__carousel--title h2 span {
  font-weight: 600;
}
.look__carousel-- {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-left: auto;
}
.look__carousel--item {
  display: flex;
  width: 100%;
  max-width: calc(50% - 5px);
  max-height: calc(50% - 5px);
  height: 100%;
  position: relative;
}
.look__carousel--item svg {
  position: absolute;
  right: 19px;
  bottom: 20px;
}
.look__carousel .container {
  max-width: 100%;
}
.look__carousel .product_slide--buttons {
  margin-right: 0;
}
.look__carousel .swiper-slide {
  width: 520px;
  height: 620px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
/* .look__carousel .swiper-slide:first-child{
    width: 520px;
} */
.look__carousel--slider .swiper-container {
  overflow: hidden;
}
.look__carousel--heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}
.look__carousel--title > div {
  max-width: 275px;
}
.look__carousel {
  margin-top: 100px;
  margin-bottom: 124px;
}
.look__options-close {
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  right: 8px;
}
.look__options-close svg {
  position: unset;
  right: unset;
  bottom: unset;
}
.look__options-title {
  color: #333232;
  font-size: 14px;
  font-weight: 600;
}
.look__option-name {
  color: #333232;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .look__carousel .swiper-slide {
    width: calc(50% - 5px);
  }
  .look__carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.look__carousel--slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .look__carousel {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .bestseller__nav > div:first-child,
  .product__group_nav > div:first-child {
    margin-right: 0;
  }
  .product__group_nav > div:first-child {
    margin-left: auto;
  }
  .product__slide--pagination,
  .product__slide_pagination {
    position: relative;
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
  .productSwiper {
    width: 100%;
    height: 100%;
  }
  .productSwiper .swiper-slide {
    height: 460px;
  }
  .video-container {
    width: 100%;
    height: 100%;
  }
  .product__image a {
    width: 100%;
    height: 100%;
    display: block;
  }
  .product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .call-box {
    width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    padding: 24px 10px !important;
  }
  .line-contact > a {
    margin: 0 !important;
    width: calc(50% - 5px);
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #1e1e1e;
    height: 40px !important;
    padding: 0 10px !important;
  }
  .line-contact {
    margin: 0 !important;
    gap: 10px;
  }
  .title_wraper .call-center > p {
    margin-bottom: 0;
  }
  .title_wraper * {
    line-height: 1;
  }
  .title_wraper {
    align-items: center;
  }
  .look__carousel--heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    margin-bottom: 20px;
  }
  .look__carousel-- {
    gap: 46px;
  }
  .look__carousel--title img {
    width: 66px;
  }
  .look__carousel--title h2 {
    font-size: 18px;
    margin-bottom: 7px;
  }
  .look__carousel--title {
    gap: 30px;
  }
  .look__carousel--title svg {
    width: 66px;
    height: 62px;
  }
}
@media (max-width: 480px) {
  .look__carousel .swiper-slide {
    height: 420px;
    width: 66%;
  }
}
/* пошив */
.poshyv{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    gap: 10px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #333232;
    margin-top: 20px;
    background: #f9f9f9;
}
#sewing_popup{
    background: #fff;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    padding: 30px 25px;
    position: relative;
}
#sewing_popup .popup-heading{
font-family: var(--font-family);
font-weight: 600;
font-size: 20px;
line-height: 130%;
text-transform: uppercase;
color: #1e1e1e;
margin-bottom: 30px;
}
#sewing_popup .popup-subheading{
    margin-bottom: 30px;
}
#sewing_popupbutton{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    background: #1e1e1e;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    color: #fff;
    cursor: pointer;
}
#sewing_popup label{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #1e1e1e;
    margin-bottom: 11px;
    display: block;
}
#sewing_popup input{
    display: block;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #a3a0a0;
}
#sewing_popup textarea{
    display: block;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #ddd;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #a3a0a0;
    height: 80px;
    resize: none;
}
#sewing_popup .payment-info>div{
    margin-bottom: 30px;
}
.mfp-close-btn-in #sewing_popup .mfp-close{
    color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 15.5L8.00002 8.00004M8.00002 8.00004L15.5 0.5M8.00002 8.00004L0.5 0.5M8.00002 8.00004L15.5 15.5' stroke='black' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    top: 20px;
    right: 15px;
    opacity: 1;
}
@media (max-width: 650px) {
    #sewing_popup .popup-heading {
        padding-right: 0;
    }
}
/*
@media(max-width: 845px){
    .favorite__swiper .swiper-slide:nth-child(2) {
        display: none;
    }
}
*/
