

/* Start:/local/components/an/catalog/templates/redesign/style.css?17869881047319*/
.catalog .container {
	position: relative;
	max-width: calc(100% - 96px);
}
.catalog-wrapper {
	width: 100%;
	display: flex;
	gap: 24px;
	padding-top: 24px;
}
.catalog_action {
	flex: 0 0 290px;
	position: relative;
	margin-bottom: 100px;
}

.catalog_action .catalog_action_wrapper {
	position: sticky;
	top: calc(88px);
	padding-top: var(--offset-y, 0px);
}

#bx-panel ~ main .search .catalog_action .catalog_action_wrapper,
#bx-panel ~ main .catalog .catalog_action .catalog_action_wrapper  {
	top: calc(235px);
}

#bx-panel.bx-panel-folded ~ main .search .catalog_action .catalog_action_wrapper,
#bx-panel.bx-panel-folded ~ main .catalog .catalog_action .catalog_action_wrapper  {
	top: calc(127px);
}

.categories_tools[data-scrollbar] {
	max-height: calc(100dvh - calc(112px + var(--offset-y, 0px)));
	padding-right: 8px;
}
#bx-panel~ main .search .catalog_action .categories_tools[data-scrollbar],
#bx-panel~ main .catalog .catalog_action .categories_tools[data-scrollbar] {
	max-height: calc(100dvh - calc(259px + var(--offset-y, 0px)));
}
#bx-panel.bx-panel-folded ~ main .search .catalog_action .categories_tools[data-scrollbar],
#bx-panel.bx-panel-folded ~ main .catalog .catalog_action .categories_tools[data-scrollbar] {
	max-height: calc(100dvh - calc(151px + var(--offset-y, 0px)));
}
.categories_tools[data-scrollbar] .scrollbar-track-y,
.categories_tools[data-scrollbar] .scrollbar-thumb-y {
	width: 4px;
}
.categories_tools[data-scrollbar] .scrollbar-thumb-y {
	border-radius: 2px;
}
.categories_tools > div {
	margin-bottom: 24px;
}

.categories_tools .catalog__catalog__search_action {
	display: flex;
	height: 40px;
	align-items: center;
}

.catalog-list-wrapper {
	flex: 1;
	margin-bottom: 48px;
	margin-top: 64px;
}

.catalog-list-wrapper.search-page {
	margin-top: 64px;
}

/* grid flow */
.gallery-display .products-group {
	display: grid;
	grid-template-rows: repeat(6, auto);
	grid-template-columns: repeat(12, 1fr);
	gap: 16px 4px;
}
.gallery-display .products-group .products-item {
	max-width: 100%;
}

.gallery-display .products-group .products-item .products-item_img {
	height: 0;
	padding-bottom: 150%;
}

.gallery-display .products-group .products-item .products-item_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.gallery-display .products-group .products-item:nth-child(1) {
	grid-column: 1/4;
	grid-row: 1/2;
}

.gallery-display .products-group .products-item:nth-child(2) {
	grid-column: 4/7;
	grid-row: 1/2;
}

.gallery-display .products-group .products-item:nth-child(3) {
	grid-column: 1/4;
	grid-row: 2/3;
}

.gallery-display .products-group .products-item:nth-child(4) {
	grid-column: 4/7;
	grid-row: 2/3;
}

.gallery-display .products-group .products-item:nth-child(5) {
	grid-column: 7/13;
	grid-row: 1/3;
}

.gallery-display .products-group .products-item:nth-child(6) {
	grid-column: 1/4;
	grid-row: 3/4;
}

.gallery-display .products-group .products-item:nth-child(7) {
	grid-column: 4/7;
	grid-row: 3/4;
}

.gallery-display .products-group .products-item:nth-child(8) {
	grid-column: 7/10;
	grid-row: 3/4;
}

.gallery-display .products-group .products-item:nth-child(9) {
	grid-column: 10/13;
	grid-row: 3/4;
}

.gallery-display .products-group .products-item:nth-child(10) {
	grid-column: 1/5;
	grid-row: 4/6;
}
.gallery-display .products-group .products-item:nth-child(11) {
	grid-column: 5/9;
	grid-row: 4/6;
}

.gallery-display .products-group .products-item:nth-child(12) {
	grid-column: 9/13;
	grid-row: 4/6;
}

.gallery-display .products-group .products-item:nth-child(10) .products-item_img,
.gallery-display .products-group .products-item:nth-child(11) .products-item_img,
.gallery-display .products-group .products-item:nth-child(12) .products-item_img {
	padding-bottom: 200%;
}
.gallery-display .products-group .products-item:nth-child(13) {
	grid-column: 1/4;
	grid-row: 6/7;
}

.gallery-display .products-group .products-item:nth-child(14) {
	grid-column: 4/7;
	grid-row: 6/7;
}

.gallery-display .products-group .products-item:nth-child(15) {
	grid-column: 7/10;
	grid-row: 6/7;
}

.gallery-display .products-group .products-item:nth-child(16) {
	grid-column: 10/13;
	grid-row: 6/7;
}
.gallery-display .products-group .products-item:nth-child(13),
.gallery-display .products-group .products-item:nth-child(14),
.gallery-display .products-group .products-item:nth-child(15),
.gallery-display .products-group .products-item:nth-child(16) {
	padding-bottom: 16px;
}


.gallery-display .products-group .products-item {
	display: flex;
	flex-direction: column;
}
.gallery-display .products-group .products-item .products-item_img{
	flex: 1;
}

.catalog-display {
	display: grid;
	gap: 16px 4px;
	grid-template-columns: repeat(4, 1fr);
}

.catalog-display .products-item .products-item_img {
	height: 0;
	padding-bottom: 160%;
}

.catalog-display .products-item .products-item_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 1280px) {
	.catalog_action {
		z-index: 11;
	}
}

@media (max-width: 1680px) {
	.catalog_header {
		height: 250px;
		padding: 110px 35px 10px;
		margin-bottom: 70px;
	}
	.catalog_header h1 {
		font-size: 72px;
	}
}
@media (max-width: 1280px) {
	.catalog_header {
		height: 240px;
		margin-bottom: 60px;
	}
	.catalog_header h1 {
		font-size: 48px;
	}
}
@media (max-width: 1000px) {
	.catalog_action {
		flex-wrap: wrap;
	}
}
@media (max-width: 991px) {
	.catalog .container {
		max-width: calc(100% - 48px);
	}
	.catalog_action.catalog_categories {
		display: none;
	}
	.catalog-list-wrapper.search-page,
	.catalog-list-wrapper {
		margin-top: 0;
	}
	.gallery-display .products-group {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: auto;
	}
	.gallery-display .products-group .products-item {
		grid-column: auto!important;
		grid-row: auto!important;
	}
	.catalog-wrapper {
		padding-top: 48px;
	}
	.catalog-list {
		padding-top: 24px;
	}
	.catalog_action.catalog_filter {
		position: fixed;
		top: 64px;
		left: 0;
		right: 0;
		margin: 0;
		z-index: 1;
		background: #fff;
	}
	.catalog_action.catalog_filter.opened {
		z-index: 2147483001;
		bottom: 0;
	}
	.catalog_action.catalog_filter .catalog_action_wrapper {
		position: static;
		height: 100%;
		display: block
	}

	#bx-panel ~ main .catalog .catalog_action.catalog_filter  {
		top: 210px;
	}

	#bx-panel.bx-panel-folded ~ main .catalog .catalog_action.catalog_filter  {
		top: 102px;
	}
}

@media (max-width: 720px) {
	.catalog_header {
		padding-left: 20px;
		/*padding: 140px 20px 0;*/
	}
	.catalog_header h1 {
		font-size: 32px;
	}
}
@media (max-width: 650px) {
	.catalog_header {
		height: 230px;
		margin-bottom: 40px;
	}
	.catalog_header .breadcrumbs {
		margin-left: 0;
	}
	header._min + main .catalog_header {
		padding-top: 85px;
		height: 200px;
	}
	.catalog-display {
		grid-template-columns: repeat(2, 1fr);
	}
	.catalog-display .products-item:nth-child(5n) {
		grid-column: 1/3;
	}
}

.section__slider {
	height: 350px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 40px;
}

.section__slider-item {
	width: 100%;
}

.section__slider-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mb40 {
	margin-bottom: 40px;
}
@media (max-width: 520px) {
	.mb40, .section__slider {
		margin-bottom: 25px;
	}
}
/* End */


/* Start:/local/components/an/catalog.element/templates/redesign-v2/style.css?178700344624867*/
:root {
  --app-height: 100%;
}
.product {
  padding-top: 24px;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.product_info h1,
.new-section__title {
  text-transform: none;
}
header._min + main .product {
  padding-top: 60px;
}
.product .product__container {
  position: relative;
  max-width: var(--section-max-width-with-padding);
  margin-left: auto;
  margin-right: auto;
  padding: 0 48px;
  align-items: unset;
  gap: 16px 48px;
}

.product .product__container * {
  font-family: Mulish !important;
}

.product_photo,
.product_info {
  flex: 1;
  width: 100%;
}
.product_photo {
  max-height: 900px;
}
.product_info {
  padding: 0 1px;
}
div.product_bottom-info {
  display: none;
  flex: 100%;
}
.product__detail-control {
  width: 100%;
  gap: 16px 24px;
  margin-bottom: 24px;
}
.product__detail-control .btn {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.product__detail-info {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  text-align: end;
  overflow: hidden;
  gap: 24px 0;
  height: 100%;
  width: 100%;
  padding: 0 1px;
}
.product__detail-info_child {
  display: grid;
  place-items: end;
  gap: 24px 0;
  width: 100%;
}
.product__detail-prop,
.product__info-detail-prop {
  display: flex;
  flex-direction: column;
}
.product__info-detail-prop {
  margin-bottom: 24px;
}
.product__detail-prop.__overflow-hidden,
.product__info-detail-prop.__overflow-hidden {
  overflow: hidden;
}
.product__detail-prop__label,
.product__info-detail-prop__label {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.5);
}
.product__info-detail-prop__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
}
.product__info-detail-prop_toggle .product__info-detail-prop__label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.product__info-detail-prop_toggle .product__info-detail-prop__label:after {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  content: "";
  transition:
    opacity var(--transition-cond),
    transform var(--transition-cond);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0008 16.7498C11.8018 16.7508 11.6107 16.6715 11.4708 16.5298L3.47082 8.52985C3.19546 8.23434 3.20359 7.77384 3.4892 7.48823C3.77481 7.20261 4.23531 7.19449 4.53082 7.46985L12.0008 14.9398L19.4708 7.46985C19.7663 7.19449 20.2268 7.20261 20.5124 7.48823C20.7981 7.77384 20.8062 8.23434 20.5308 8.52985L12.5308 16.5298C12.3909 16.6715 12.1999 16.7508 12.0008 16.7498Z' fill='rgba(0,0,0,0.5)'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
}
.product__detail-prop__desc,
.product__info-detail-prop__desc {
  transition: max-height 0.5s ease-in-out;
  max-height: 5rem;
  overflow: hidden;
}
.product__info-detail-prop_toggle._shown .product__info-detail-prop__label {
  margin-bottom: 10px;
}
.product__info-detail-prop_toggle .product__info-detail-prop__desc {
  display: none;
}
.product__info-detail-prop_toggle._shown .product__info-detail-prop__desc {
  display: block;
}
.product__detail-prop__show-more,
.product__detail-prop__desc {
  text-align: left;
}
.product__detail-prop__desc.__custom-scroll,
.product__info-detail-prop__desc.__custom-scroll {
  overflow-y: auto;
  height: 100%;
}
.product__detail-prop__desc.__custom-scroll::-webkit-scrollbar-thumb,
.product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000;
}
.product__detail-prop__desc.__custom-scroll::-webkit-scrollbar,
.product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: -4px;
}
.product__detail-prop__desc,
.product__info-detail-prop__desc {
  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  line-height: 20px;
}

.product__detail-prop__desc._text-limited,
.product__info-detail-prop__desc._text-limited {
  max-height: 60px;
  line-clamp: 3;
  -webkit-line-clamp: 3;
}
.product__info-detail-prop_toggle .product__detail-prop__desc._text-limited,
.product__info-detail-prop_toggle
  .product__info-detail-prop__desc._text-limited {
  display: none;
}
.product__info-detail-prop_toggle._shown
  .product__detail-prop__desc._text-limited,
.product__info-detail-prop_toggle._shown
  .product__info-detail-prop__desc._text-limited {
  display: inline-block;
  display: -webkit-inline-box;
}
.product__detail-prop__desc p,
.product_info-prop__body p,
.product__info-detail-prop__desc p,
.product_info-prop__label-value {
  margin: 0;
  display: inline;
  width: 100%;
  font-size: 16px;
  color: #000;
  line-height: 20px;
  font-weight: 400;
}
.product__detail-prop__show-more,
.product__info-detail-prop__show-more {
  margin-top: 4px;
  text-decoration: underline;
  font-family: Mulish;
  font-size: 14px;
  line-height: 18px;
  transition: var(--transition-cond);
}
.product__flex-control {
  gap: 8px;
  width: 100%;
}
.product__flex-control .btn {
  flex: 1 1 220px;
  max-width: 100%;
  text-wrap: nowrap;
}
.product__flex-control .btn:first-of-type:last-of-type {
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.product__detail-info-control .btn {
  padding: 7px 22px;
}
.btn[data-type="askQuestion"],
.btn[data-type="addBasket"],
.btn[data-type="fitting"],
.returns .btn {
  padding: 20px 24px;
  line-height: 16px;
}
.btn[data-type="fitting"] {
  flex: 100%;
  width: 100%;
}
.returns a.btn {
  text-decoration: underline;
}
.product_photo {
  position: relative;
  align-items: flex-start;
}
.product_photo-thumbnails {
  display: grid;
  margin-right: 16px;
  overflow: hidden;
  max-height: 300px;
  width: 100%;
  max-width: 60px;
}

.product_photo-thumbnails._hidden {
  display: none;
}

.product_photo-thumbnails[data-scrollbar="true"] {
  margin-right: 8px;
  padding-right: 8px;
  max-width: 68px;
  height: 100%;
}

.product_photo-thumbnails .scrollbar-track.scrollbar-track-y,
.product_photo-thumbnails .scrollbar-thumb.scrollbar-thumb-y {
  width: 4px;
}

.product_photo-thumbnails[data-scrollbar="true"] a {
  display: block;
}
.product_photo-thumbnails a {
  height: 96px;
  width: 58px;
  position: relative;
  margin-bottom: 4px;
}
.product_photo-thumbnails a:last-child {
  margin-bottom: 0;
}
.product_photo-thumbnails a img,
.product_photo-thumbnails a video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_photo-detail {
  width: 100%;
  height: 100%;
}
.product_photo-detail img,
.product_photo-detail video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_photo-detail._scroll {
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 12px;
  font-size: 0;
  scroll-behavior: smooth;
  position: relative;
}
.product_photo-detail._scroll .product_photo-detail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 12px;
  bottom: 0;
  cursor: pointer;
}
@-moz-document url-prefix() {
  .product_photo-detail._scroll {
    scrollbar-width: none;
  }
  .__custom-scroll {
    scrollbar-width: none;
  }
}
.product_photo-detail._scroll::-webkit-scrollbar-thumb {
  background-color: #000;
}
.product_photo-detail._scroll::-webkit-scrollbar {
  width: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: -4px;
}

.product_another-articles {
  position: absolute;
  bottom: 20px;
  right: 32px;
}

.product_another-articles .btn {
  padding: 12px 24px 12px 20px;
}

.product_info-sf {
  display: flex;
}
.product_info-tags {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
  gap: 4px;
}
.product_info-tags span {
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  padding: 7px;
  user-select: none;
}
.product_info-tags span:first-child {
  background-color: #000;
  color: #fff;
}
.product_info-prop.product_info-article,
.product_info-article {
  cursor: pointer;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.product_info-article-code {
  margin-right: 8px;
  font-size: 14px;
  line-height: 16px;
}
.product_info-article-code span {
  margin-left: 4px;
  transition: 0.3s color ease;
}
.product_info-article[data-target="productArticle"] svg path {
  transition: var(--transition-cond);
}
.product_info h1 {
  font-family: Mulish;
  font-size: 32px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 0 24px 0;

  text-overflow: ellipsis;
  display: inline-block;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -moz-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}
.product_info-footer {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 8px;
}
.product_info-prop {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 24px;
}
.product_info-prop__label {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin-bottom: 12px;
}
.product_info-prop__body,
.product_info-prop__list {
  display: flex;
}
.product_info-prop__price ._base {
  color: #000;
  font-size: 24px;
  font-weight: 200;
  line-height: 24px;
}
.product_info-prop__price ._discount {
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  text-decoration: line-through;
  margin-left: 10px;
}
.product_info-prop__color {
  max-width: 520px;
}
.product_info-prop__color .product_info-prop__label span {
  color: #000;
}
.product_info-prop__color-i {
  width: 58px;
  height: 96px;
  transition: var(--transition-cond);
  border: 1px solid transparent;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}
.product_info-prop__color-i._current {
  border: 1px solid #000;
  pointer-events: none;
}
.product_info-prop__color-i a {
  -webkit-user-drag: none;
}
.product_info-prop__color-i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
}
.product_info-extra {
  margin-bottom: 24px;
}
.product_detail-bf-group {
  width: 100%;
}
.product__info-detail-control {
  margin-bottom: 16px;
  width: 100%;
  text-wrap: nowrap;
}
.product_info-prop__size .product_info-prop__body,
.product_info-prop__size .product_info-prop__body .product_info-prop__list {
  gap: 12px 4px;
}
.product_info-prop__store .btn,
.product_info-prop__size .btn {
  max-width: 210px;
  flex: 1;
  height: 40px;
  text-wrap: nowrap;
}
.product_info-prop__store .product_info-prop__body,
.product_info-prop__size .product_info-prop__body {
  justify-content: space-between;
  color: #000;
}
.product_info-prop__color .product_info-prop__body {
  position: relative;
  width: 100%;
  gap: 4px;
}

.product_info-prop__color-slider {
  display: flex;
  padding: 0 2px;
  gap: 4px;
}
.product_info-prop__size-i {
  min-width: 40px;
  width: auto;
  padding: 0 4px;
  height: 40px;
  display: grid;
  place-items: center;
  line-height: 18px;
  font-size: 14px;
  border: 1px solid #c4c4c4;
  color: #000;
  cursor: pointer;
  transition: var(--transition-cond);
}
.product_info-prop__size-i._disabled {
  pointer-events: none;
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.product_info-prop__size-i._selected {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.push-notification__body {
  position: fixed;
  top: 76px;
  right: 12px;
  max-width: calc(100dvw - 24px);
  padding: 12px 24px;
  /* border-radius: 12px; */
  opacity: 0;
  visibility: hidden;
  animation: fade-in-out 5s forwards;
  color: #000;
  z-index: 11;
}
.push-notification_info {
  background: #dbdbdb;
}
.push-notification_error {
  background-color: #f8cccc;
  color: #dc0000;
}
.push-notification_warning {
  background-color: #f9eacc;
  color: #e39600;
}
.push-notification_success {
  background-color: #cce6d3;
  color: #008322;
}

@keyframes fade-in-out {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  5% {
    opacity: 1;
    visibility: visible;
  }
  95% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.allow-horizontal-scroll {
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.allow-horizontal-scroll ::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  width: 0;
  height: 0;
}
.product .custom.products-slider {
  margin: 68px auto 80px;
}
.show-more-btn {
  display: none;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  transition: var(--transition-cond, 0.3s ease);
  transition-property: opacity;
}

@media (min-width: 1441px) {
  .product_photo-detail {
    min-height: 100%;
    /* height: calc(100dvh - 100px); */
    height: calc(100dvh + 100px);
    max-height: 900px;
  }
  .product_photo-thumbnails {
    max-height: 900px !important;
  }
}
@media (min-width: 767px) and (max-width: 1080px) {
  .product_photo {
    max-height: 600px;
  }
  .product_info-footer,
  .product_info-extra {
    display: none;
  }
  div.product_bottom-info {
    display: flex;
  }
  .btn.tableSizes {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1660px) {
  .product .product__container {
    gap: 24px 32px;
  }
}
@media (max-width: 1440px) {
  .product .product__container {
    flex-wrap: wrap;
  }
  .product__detail-info {
    text-align: start;
    align-items: start;
  }
  .product__detail-info_child {
    place-items: start;
  }
}

@media (min-width: 641px) and (max-width: 1440px) {
  .product_photo {
    max-width: 640px;
  }
}
@media (max-width: 1260px) {
  .product__detail-prop__desc.__custom-scroll::-webkit-scrollbar,
  .product__info-detail-prop__desc.__custom-scroll::-webkit-scrollbar,
  .product_photo-detail._scroll::-webkit-scrollbar {
    width: 1px;
  }
}
@media (max-width: 1199px) {
  .product .product__container {
    padding: 0 24px;
  }
}
@media (max-width: 991px) {
  .product .product__container {
    gap: 16px 28px;
  }
  .product__detail-info {
    gap: 16px 0;
  }
  .product_info-tags,
  .product_info-article,
  .product__detail-control,
  .product_info-prop,
  .product_info-extra,
  .product__info-detail-prop {
    margin-bottom: 16px;
  }
  .product_photo-detail._scroll {
    scroll-behavior: smooth;
  }
  .product_photo-thumbnails {
    width: 100%;
    max-width: 38px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    max-width: 46px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] a,
  .product_photo-thumbnails a {
    max-height: 62px;
    max-width: 38px;
  }
  /* .product_photo-detail {
		height: 450px;
	} */
}
@media (max-width: 767px) {
  .product {
    line-height: 16px;
  }
  .product .product__container {
    padding: 0 12px;
  }
  .product_photo,
  .product_info {
    flex: auto;
    max-width: 100%;
    max-height: none;
  }
  .product_photo-thumbnails {
    width: 100%;
    max-width: 28px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    max-width: 36px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] a,
  .product_photo-thumbnails a {
    max-height: 48px;
    max-width: 28px;
  }
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 680px;
  }
  .product_another-articles {
    bottom: 10px;
    right: 22px;
  }
  .product_another-articles .btn {
    padding: 4px 8px 4px 4px;
  }
  .product .custom.products-slider {
    margin: 48px auto 48px !important;
  }
  .product_info-prop__label {
    line-height: 14px;
  }

  .product__detail-prop__desc,
  .product__info-detail-prop__desc,
  .product_info-prop__body p,
  .product__detail-prop__desc p,
  .product__info-detail-prop__desc p,
  .product_info-prop__label-value {
    line-height: 16px;
    font-weight: 300;
  }
  .product_info-prop {
    font-weight: 300;
  }
  .product__info-detail-prop_toggle .product__info-detail-prop__desc p {
    line-height: 20px;
  }
  .product_info-prop__price ._base {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
  }
  .product_info-prop__price ._discount {
    font-size: 14px;
    line-height: 14px;
  }
  .full-screen__close {
    top: 13px;
    right: 8px;
    width: 8px;
    height: 7px;
    padding: 0px;
  }

  .main__slider-nav {
    padding: 0px 5px;
  }

  .full-screen__close::after,
  .full-screen__close::before {
    width: 24px;
  }
  .product__another-products {
    margin-top: 0px;
    margin-bottom: 16px;
  }
  .product__detail-prop__desc._text-limited,
  .product__info-detail-prop__desc._text-limited {
    max-height: 128px;
  }
  .product__flex-control .btn:first-of-type:last-of-type {
    flex: 100%;
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .product_photo-thumbnails {
    margin-right: 8px;
  }
  .product_photo-thumbnails[data-scrollbar="true"] {
    margin-right: 4px;
    padding-right: 6px;
    max-width: 34px;
  }
  .product_photo-detail._scroll {
    padding-right: 8px;
  }
  .product_photo-detail._scroll .product_photo-detail-wrapper {
    right: 8px;
  }
  .product_another-articles {
    right: 18px;
  }
  .product__container {
    flex-direction: column;
    gap: 16px 24px;
  }
  .product_photo,
  .product_info {
    flex: auto;
    max-width: 100%;
    max-height: none;
  }
  .product_info-footer .btn,
  .product_info-extra .btn {
    max-width: 100%;
    width: 100%;
    flex: 100%;
  }
  .btn.tableSizes {
    flex: 100%;
    max-width: 100%;
  }
  .product__info-detail-control:has(+ .product__info-detail-prop__btn),
  .product__info-detail-prop__btn:has(+ .product_info-extra),
  .product_info-extra:has(+ .product_info-footer) {
    margin-bottom: 8px;
  }
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 650px;
  }
  .product_photo-thumbnails {
    max-height: 450px;
  }

  /* .product_info .btn[data-type='addBasket'] {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 99;
	} */
}
@media (max-width: 560px) {
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 550px;
  }
  .product_another-articles .btn {
    font-size: 10px;
    line-height: 12px;
  }
  .product_another-articles .btn._loading {
    background-size: auto 6px;
  }
}
@media (max-width: 460px) {
  .product_photo-thumbnails[data-scrollbar="true"],
  .product_photo-detail {
    height: 450px;
  }
}
@media (max-width: 360px) {
  .product_photo-detail._scroll {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 320px) {
  .product__info-detail-control {
    text-wrap: wrap;
  }
}

/* full screen slider */

body.no-scroll {
  overflow: hidden;
}

.full-screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  height: var(--app-height);
  z-index: 700;
  background-color: var(--fade-wrapper-bg);
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 2147483001;
}

.full-screen.visible {
  display: flex;
}

.full-screen__close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.full-screen__close::after,
.full-screen__close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  background-color: #000;
}

.full-screen__close::after {
  transform: rotate(45deg);
}

.full-screen__close::before {
  transform: rotate(-45deg);
}

.full-screen__inner {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.full-screen__main-slider {
  max-width: 671px;
  /* max-width: calc(1920px / 671px *); */
  width: 100%;
}

.main__slider {
  min-width: 0;
}

.main__slide {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 100%;
  padding-bottom: 100vh;
  padding-bottom: calc(var(--app-height));
}

.main__slide > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1000;
}

.main__slider-prev,
.main__slider-next {
  position: absolute;
  z-index: 702;
  top: 50%;
  transform: translate(0px, -50%);
  border: none;
  outline: none;
  width: 32px;
  height: 32px;
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.main__slider-next {
  right: 24px;
  background: url("/local/templates/an/img/icons/fs_slider_arrow_r.svg") center
    center no-repeat;
}

.main__slider-prev {
  left: 24px;
  background: url("/local/templates/an/img/icons/fs_slider_arrow_l.svg") center
    center no-repeat;
}

/* small slider */
.full-screen__nav-slider {
  position: absolute;
  left: 24px;
  top: 0;
  height: 100vh;
  width: 116px;
  z-index: 880;
  min-width: 0;
  display: flex;
  align-items: center;
}

.nav__slider {
  min-width: 0;
  min-height: 0;
}

.nav__slide {
  height: auto !important;
  width: 58px !important;
  padding-bottom: 96px;
  position: relative;
}

.nav__slide:last-child {
  margin: 0 !important;
}

.nav__slide > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
}

.nav__slide.swiper-slide-thumb-active {
  width: 116px !important;
  padding-bottom: 192px;
}
@media (max-width: 1000px) {
  .full-screen__inner {
    padding: 0 24px;
    align-items: flex-start;
  }

  .main__slider {
    max-height: calc(var(--app-height) - 120px);
  }

  .main__slide {
    padding-bottom: calc(var(--app-height) - 120px);
  }

  .nav__wrapper {
    display: flex;
    align-items: flex-end;
  }

  .full-screen__nav-slider {
    bottom: 5px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
    max-height: 108px;
    height: 100%;
    padding: 0px 20px;
  }

  .nav__slide {
    vertical-align: bottom;
    position: relative;
    width: 52px !important;
    padding-bottom: 72px !important;
    transition: none;
  }

  .nav__slide.swiper-slide-thumb-active {
    width: 52px !important;
    padding-bottom: 108px !important;
  }

  .main__slider-next,
  .main__slider-prev {
    width: 24px;
    height: 24px;
    padding: 15px;
    border-radius: 50%;
    background-color: #ffffff;
  }
  .main__slider-next {
    right: 14px;
    background: url("/local/templates/an/img/icons/fs_slider_arrow_r.svg")
      center center no-repeat;
  }

  .main__slider-prev {
    left: 14px;
    background: url("/local/templates/an/img/icons/fs_slider_arrow_l.svg")
      center center no-repeat;
  }
}

@media (max-height: 1000px) {
  .full-screen__main-slider {
    max-width: calc(250px + 421 * (100vh - 500px) / 500);
  }

  .main__slider-next,
  .main__slider-prev {
    width: 24px;
    height: 24px;
    padding: 15px;
    border-radius: 50%;
  }

  .main__slider-next {
    right: 14px;
  }

  .main__slider-prev {
    left: 14px;
  }
}

/* .another-products Block */
.product__another-products {
  margin-bottom: 24px;
}
.product__another-products:last-child {
  margin-bottom: 0;
}

.another-products__title {
  font-family: Mulish;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 12px;
}

.another-products__inner {
  width: 100%;
}

.another-products__link {
  display: inline-block;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
  width: 58px;
  height: 96px;
  transition: all 0.3s ease 0s;
}

.another-products__link:not(:last-child) {
  margin-right: 4px;
}

.another-products__link > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .product a:hover {
    text-decoration: none;
  }
  .product__detail-prop__show-more:hover,
  .show-more-btn:hover,
  .product__info-detail-prop__show-more:hover {
    text-decoration: underline !important;
    opacity: 0.5;
  }
  .product_info-prop__color-i:hover {
    border: 1px solid #000;
  }
  .product_info-prop__size-i:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
  }
  .product_info-article:hover span {
    color: black;
  }
  .product_info-article[data-target="productArticle"]:hover svg path {
    fill-opacity: 1;
  }
  .full-screen__close:hover {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    transform: rotate(90deg);
  }
  .main__slider-next:hover,
  .main__slider-prev:hover {
    opacity: 0.7;
    background-color: #ffffff;
    transition: all 0.3s ease 0s;
  }
  .returns a.btn:hover {
    text-decoration: underline;
  }
  .another-products__link:hover {
    border: 1px solid #000;
    transition: all 0.3s ease 0s;
  }
}

@media (max-width: 1199px) {
  .full-screen__indent {
    margin-top: 68px;
  }
}
@media (max-width: 767px) {
  .full-screen__indent {
    margin-top: 48px;
  }
}

/* End */


/* Start:/local/templates/an/css/tableSize.css?17869881043871*/
div.popup_table-size,
.popup.closed div.popup_table-size {
	transition: unset;
	position: relative;
	right: unset;
	transform: unset;
	animation: unset;
	max-width: 1075px;
	max-height: 485px;
}

.table-size_b_image {
	margin-right: 32px;
}

.popup.closed div.popup_table-size {
	display: none;
}

.popup_table-size-b{
	align-items: center;
}

.popup_table-size .popup_header {
	align-items: center;
}

.popup_table-size .popup_header .popup_close {
	position: relative;
	top: unset;
}

.popup_table-size h5.popup_title {
	font-weight: 300;
	font-size: 32px;
	line-height: 28px;
}

.table-size {

}
.table-size_name {
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.table-size_table-link {
	color: #c2a79d;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 15px;
}
.table-size_table-link._right {
	text-align: right;
	margin-top: -17px;
}
.table-size_b {
	max-width: calc(100vw - 165px);
	overflow-x: auto;
	position: relative;
}
.table-size_table-link._right + .table-size_b {
	margin-top: 30px;
}
.table-size_btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: -35px;
	right: 10px;
	background: url(/local/templates/an/img/icons/table_scroll.svg) center center no-repeat;
	cursor: pointer;
	transition: transform 0.2s linear;
	opacity: 0.5;
	display: none;
}
.table-size_btn._invert {
	transform: rotate(180deg);
}
.table-size_b table {
	width: 100%;
	text-align: left;
	border-collapse: separate;
	border-spacing: 4px 8px;
}
.table-size_b table tr th,
.table-size_b table tr td {
	padding: 0 !important;
	font-weight: 400;
	white-space: nowrap;
	width: 48px;
	min-width: 48px;
	max-width: 48px;
	height: 48px;
	text-align: center;
}

.table-size_b thead th {
	color: rgba(0,0,0,0.5);
}

.table-size_b table tr td._number span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: white;
	background-color: black;
	line-height: 20px;
	text-align: center;
	font-weight: normal;
}

.table-size_b table tr td {
	background-color: #F3F3F3;
}

.table-size_b table tr ._title {
	text-align: left;
	max-width: 90px;
	white-space: normal;
}

.table-size_b table tr td._title,
.table-size_b table tr td._number {
	background-color: unset;
}

.table-size_text {
	margin-top: 30px;
	font-size: 12px;
	line-height: 16px;
	color: rgba(0,0,0,0.25);
}
@media screen and (max-width: 767px) {
	.popup_table-size h5.popup_title {
		font-size: 24px;
		line-height: 24px;
	}
}
@media screen and (max-width: 728px){
	div.popup_table-size,
	.popup.closed div.popup_table-size {
		height: 100%;
		width: 100%;
		max-width: unset;
		max-height: unset;
	}
	#bx-panel~.popup .popup_block.popup_table-size {
		height: 100%;
	}
	#bx-panel.bx-panel-folded~.popup .popup_block.popup_table-size {
		height: 100%;
	}
}

@media screen and (max-width: 576px){
	.popup_table-size-b {
		flex-direction: column;
		align-items: center;
	}

	.table-size_b_image {
		margin-right: 0;
		height: 300px;
	}

	.table-size {
		height: 100%;
		width: 100%;
		overflow-y: auto;
	}

	.table-size_b {
		width: 100%;
		max-width: unset;
	}

	.table-size_text {
		font-size: 11px;
	}
}


/*@media (max-width: 1660px) {*/
/*	.table-size_b table tr th,*/
/*	.table-size_b table tr td {*/
/*		padding: 9px 15px;*/
/*		font-size: 12px;*/
/*	}*/
/*}*/
/*@media (max-width: 1260px) {*/
/*	.table-size_text {*/
/*		font-size: 11px;*/
/*	}*/
/*	.table-size_b table tr th,*/
/*	.table-size_b table tr td {*/
/*		padding: 7px 17px;*/
/*	}*/
/*}*/
/*@media (max-width: 510px) {*/
/*	!*.table-size_b-scroll {*/
/*		overflow-x: auto;*/
/*	}*!*/
/*	.table-size_b table tr th,*/
/*	.table-size_b table tr td {*/
/*		padding: 7px 10px;*/
/*	}*/
/*}*/
/* End */


/* Start:/local/templates/an/css/ModalProductsSlider.min.css?17869881043919*/
.products-slider_modal.products-slider{width:100%;max-width:1920px;position:relative}.products-slider_modal.products-slider .slick-list{width:100%}.products-slider_modal.products-slider .slick-arrow.slick-disabled{opacity:0;pointer-events:none}.products-slider_modal.products-slider .slick-arrow{width:23px;height:23px;top:50%;transform:translateY(calc(-50% - 23px));z-index:7;border-radius:50%;transition:var(--transition-cond)}.products-slider_modal.products-slider .slick-next{background-image:url(/local/templates/an/img/redesign/arrow_right.svg);right:22px}.products-slider_modal.products-slider .slick-prev{background-image:url(/local/templates/an/img/redesign/arrow_left.svg);left:22px}.products-slider_modal .onHover{display:none}.products-slider_modal .products-slider_items{width:100%;height:100%;overflow:hidden;display:flex}.products-slider_modal .products-slider_items .products-item{flex:0 0 33.33%;max-width:unset}.products-item_name{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:capitalize!important}.products-slider_modal .products-item{margin:0 2px}.products-slider_modal.products-slider .products-item_name{font-size:16px;line-height:20px;margin-top:16px}.products-slider_modal.products-slider .products-item_price{font-size:16px;line-height:20px}.products-slider_modal .products-item_price ._base{display:inline-block;font-weight:400}.allow-hor-scroll .slick-list{-ms-overflow-style:none;scrollbar-width:none;overflow-x:scroll}.allow-hor-scroll .slick-list::-webkit-scrollbar{display:none}.popup.closed div.popup_product-slider,div.popup_product-slider{transition:unset;position:relative;right:unset;transform:unset;animation:unset;height:auto;max-width:1034px;max-height:600px;padding:32px 48px}.popup_product-slider.popup_block>div{margin-bottom:32px}.popup_product-slider.popup_block>div:last-child{margin-bottom:0}.popup.closed div.popup_product-slider{display:none}.popup_product-slider-b{align-items:center}.popup_product-slider .popup_header{align-items:center}.popup_product-slider .popup_header .popup_close{position:relative;top:unset}.popup_product-slider h5.popup_title{font-weight:300;font-size:32px;line-height:28px}@media (max-width:1101px){.products-slider_items .products-item_img img{height:auto!important}}@media (max-width:1074px){.popup.closed div.popup_product-slider,div.popup_product-slider{margin:auto;max-width:calc(100% - 40px)}}@media (max-width:767px){.products-slider_modal .products-slider_items{overflow:visible}.products-slider_modal.products-slider .products-item_name{font-size:14px;line-height:14px}.products-slider_modal.products-slider .products-item_price{line-height:16px}.products-slider_modal.products-slider .slick-arrow{display:none!important}.popup.closed div.popup_product-slider,div.popup_product-slider{height:auto;width:100%;margin:auto;max-width:calc(100% - 40px);max-height:calc(100% - 40px)}.popup.closed div.popup_product-slider,div.popup_product-slider{padding:24px 0 24px 0}.popup.closed div.popup_product-slider .popup_header,div.popup_product-slider .popup_header{padding:0 20px}.popup_product-slider h5.popup_title{font-size:24px;line-height:24px}#bx-panel~.popup .popup_block.popup_product-slider{height:auto}#bx-panel.bx-panel-folded~.popup .popup_block.popup_product-slider{height:auto}.products-slider_modal .slick-list{padding:0 20px 0 20px}.products-slider_modal .slick-track{margin-left:0}}@media (max-width:580px){.products-slider_modal .products-slider_items{overflow:hidden}.products-slider_modal .products-slider_items .products-item{flex:0 0 calc(50% - 12px);max-width:unset}}@media (hover:hover){.products-slider_modal .products-item_name:hover{text-decoration:none}.products-slider_modal .products-item:hover .onHover{display:block}.products-slider_modal.products-slider .slick-arrow:hover{opacity:.5}.products-slider_modal.products-slider .slick-arrow.slick-disabled:hover{opacity:0}}
/* End */


/* Start:/local/components/an/home.row/templates/new/style.css?17869881044845*/
.custom.products-slider {
	width: 100%;
	max-width: var(--section-max-width-with-padding); 
	position: relative;
	margin: 48px auto 80px;
    padding: 0 48px;
}

._below-fixed-banner .custom.products-slider {
	margin: 0 auto;
    padding: 48px 48px;
 }

.custom .new-section__top {
    display: flex;
    align-items: center;
	justify-content: center;
    margin-bottom: 20px;
    /* padding: 0 40px; */
}
.custom .new-section__title {
	font-family: Mulish;
    font-size: clamp(24px, 3.8vw, 48px);
    font-weight: 300;
    line-height: 40px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.new-section__link {
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #DA7049;
}

.custom.products-slider .slick-list {
	width: 100%;
}

.custom.products-slider .slick-arrow.slick-disabled {
	opacity: 0;
	pointer-events: none;
}
.custom.products-slider .slick-arrow {
	width: 23px;
	height: 23px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
	border-radius: 50%;
	transition: var(--transition-cond);
}
.custom.products-slider .slick-next {
    background-image: url(/local/templates/an/img/redesign/arrow_right.svg);
    right: 13px;
}
.custom.products-slider .slick-prev {
    background-image: url(/local/templates/an/img/redesign/arrow_left.svg);
    left: 13px;
}
.custom .onHover {
	display: none;
}
.custom .products-slider_items {
	width: 100%;
	height: 100%;
	overflow: hidden;
    /* padding: 0 40px; */
	display: flex;
}
.custom .products-slider_items .products-item {
	flex: 0 0 25%;
    max-width: unset;
}

.products-item_name {
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize !important;
}
.custom .products-item {
	margin: 0 2px;
}
.custom.products-slider .products-item_name {
	font-size: 16px;
	line-height: 20px;
	margin-top: 16px;
}
.custom.products-slider .products-item_price {
	font-size: 16px;
	line-height: 20px;
}
.custom .products-item_price ._base {
	display: inline-block;
	font-weight: 400;
}
.allow-hor-scroll .slick-list {
	-ms-overflow-style: none; 
  	scrollbar-width: none;
	overflow-x: scroll;
}
.allow-hor-scroll .slick-list::-webkit-scrollbar {
	display: none;
} 
@media (max-width: 1199px) {
	.custom.products-slider {
		padding: 0 24px;
	}

	._below-fixed-banner .custom.products-slider {
		margin: 0;
		padding: 24px 24px;
	}
	._below-fixed-banner .custom.products-slider .slick-arrow {
		top: 50%;
	}
	.custom.products-slider .slick-arrow {
		top: 20px;
	}
	.custom.products-slider .slick-arrow.slick-next {
		right: 24px;
	}
	.custom.products-slider .slick-arrow.slick-prev {
		left: 24px;
	}
}
@media (max-width: 1101px){
	.products-slider_items .products-item_img img {
		height: auto !important;
	}
}
@media (max-width: 767px) {
	.custom.products-slider {
		margin: 24px auto 48px !important;
		padding: 0 12px;
	}

	._below-fixed-banner .custom.products-slider {
		margin: 0 !important;
		padding: 24px 24px;
	}

	.custom .products-slider_items {
		overflow: visible;
	}

	.custom.products-slider .products-item_name {
		font-size: 14px;
		line-height: 14px;
	}

	.custom.products-slider .products-item_price {
		line-height: 16px;
	}

	.custom .new-section__title{
		line-height: 24px;
	}

	.custom .new-section__top{
		padding: 0px 35px;
		margin-bottom: 24px;
	}
	.custom.products-slider .slick-arrow {
		width: 23px;
	}
	._below-fixed-banner .custom.products-slider .slick-arrow {
		top: 38px;
	}
	.custom.products-slider.top .slick-arrow{
		top: 14px;
	}

	.custom.products-slider .slick-arrow {
		top: 12px;
	}

	.custom.products-slider .slick-next {
		right: 12px;
	}
	
	.custom.products-slider .slick-prev {
		left: 12px;
	}
}

@media (max-width: 580px) {
	.custom.products-slider {
		padding: 0 0 0 12px;
	}
	._below-fixed-banner .custom.products-slider {
		margin: 0;
		padding: 24px 0 24px 12px;
	}
	.custom .products-slider_items { 
		overflow: hidden;
	}
	.custom .products-slider_items .products-item {
		flex: 0 0 calc(50% - 12px);
		max-width: unset;
	}
	.custom .slick-list {
		padding: 0 10px 0 12px;
	}
	.custom .new-section__title {
		max-width: 250px;
		text-align: center;
	}
	.custom .slick-track {
		margin-left: -12px;
	}
}
@media (max-width: 414px) {
	.custom.products-slider .slick-arrow {
		width: 18px;
	}
}

@media (hover: hover) {
	.custom .products-item:hover .onHover {
		display: block;
	}
	.custom.products-slider .slick-arrow:hover {
		opacity: .5;
	}
	.custom.products-slider .slick-arrow.slick-disabled:hover {
		opacity: 0;
	}
	.custom .products-item_name:hover {
		text-decoration: none;
	}
}
/* End */


/* Start:/local/templates/an/css/productListItem.css?17869881045340*/
.products-item {
	max-width: 336px;
	/*margin: 30px 20px;*/
	height: 100%;
	margin: 0 7px;
	position: relative;
	outline:none;
	width: 100%;
	cursor: default;
}
/*.products-item:nth-last-child(1) {
	margin-right: auto !important;
}*/
.products-item_favorite {
	display: none;
	position: absolute;
	width: 18px;
	height: 25px;
	background: url(/local/templates/an/img/icons/favorite_item.svg) center center no-repeat;
	background-size: cover;
	z-index: 4;
	top: 9px;
	right: 10px;
	cursor: pointer;
}
.products-item:hover .products-item_favorite {
	display: block;
}
.products-item .products-item_favorite._selected {
	background-image: url(/local/templates/an/img/icons/favorite_item_sel.svg);
}
/*.products-item_img {*/
	/*width: 100%;*/
	/*position: relative;*/
/*}*/
.products-item_img img {
	width: 100%;
}
.products-item_img {
	display: flex;
	position: relative;

}

.custom.products-slider .products-item .products-item_img,
.products-item.slick-slide .products-item_img {
	padding-bottom: 134%;
	height: 0;
}
.custom.products-slider .products-item .products-item_img img{
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.products-item.slick-slide .products-item_img img,
.products-item_img img.onHover {
	width: 100%;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.products-item_img img{
	object-fit: cover;
}

.products-item_img-gallery {
	position: absolute;
	top: 0;
	z-index: 3;
	height: 100%;
}
.catalog-view-mode-4.catalog-list div.products-item .products-item_img-gallery {
	width: 22.8vw;
}
.catalog-view-mode-2.catalog-list div.products-item .products-item_img-gallery {
	width: 46.3vw;
}
.products-item_img-gallery > div {
	position: relative;
	height: 100% !important;
}
.products-item img {
	max-width: 100%;
}
.products-item_img-sizes {
	display: none !important;
	position: absolute;
	top: 8px;
	right: 8px;
	background: transparent;
	flex-direction: column;
	z-index: 1;
}
@media (min-width: 991px) {
.products-item:hover .products-item_img-sizes,
.products-item._hover .products-item_img-sizes {
	display: flex !important;
}
}
.products-item:hover a {
	text-decoration: none;
}
.products-item .products-item_img-sizes a:hover {
	opacity: .5;
}
.products-item:hover .products-item_name,
.products-item:hover .products-item_price,
.products-item:hover ._discount {
	color: rgba(0, 0, 0, .5);
}
.products-item_img-sizes a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 3px;
	margin-bottom: 4px;
	margin: 0 7px;
}
.products-item_img-sizes a.not-available {
	pointer-events: none;
	opacity: .25;
}
.products-item_img-sizes a:last-child {
	margin: 0;
}
.products-item_img-gallery > div:hover:after {
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	background-color: #e9693d;
	bottom: 0;
}
.products-item_prop {
	margin-top: 10px;
	font-size: 12px;
}
.products-item_prop span {
	margin-right: 8px;
	color: #e9693d;
}
.products-item_prop span:nth-child(2n) {
	color: #9f766f;
}
.products-item_prop ._code {
	margin-left: auto;
	margin-right: 0;
	color: #c2a79d !important;
}
.products-item_name {
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 16px 0 4px;
}
.products-item_price {
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.05em;
}
.products-item_price ._discount {
	font-weight: 400;
	color: var(--color-accent, #DC0000);
	text-decoration-line: line-through;
	margin-left: 10px;
}

.catalog-list .products-item {
	max-width: 336px;
	padding: 0 5px;
	margin: 25px 0;
	/*margin: 25px 5px;*/
}

.catalog-redesign-list .products-item {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

@media (max-width: 1680px) {
	.products-item {
		width: 238px;
	}
	.products-item img {
		height: 316px;
	}
	.products-item_prop {
		font-size: 11px;
	}
	.catalog-redesign-list .products-item {
		width: 100%;
	}
	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 1000px) {
	.products-item {
		width: 225px;
	}
	.products-item:hover .products-item_favorite {
		display: none;
	}
	.products-item img {
		height: 299px;
	}
	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 740px) {
	.products-item {
		width: 188px;
	}
	.products-item img {
		height: 250px;
	}

	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 579px) {
	.custom.products-slider .products-item .products-item_img,
	.products-item.slick-slide .products-item_img {
		padding-bottom: 150.29%;
	}
}
@media (max-width: 440px) {
	.products-item {
		width: 158px;
		margin: 0 5px;
	}
	.products-item img {
		height: 210px;
	}
	.catalog-list .products-item {
		margin: 15px 0;
	}
	
	.catalog-redesign-list .products-item {
		width: 100%;
		margin: 0;
	}
	
	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}
@media (max-width: 360px) {
	.products-item {
		width: 133px;
	}
	.products-item img {
		height: 177px;
	}
	
	.catalog-redesign-list .products-item {
		width: 100%;
	}

	.catalog-redesign-list .products-item img {
		height: 100%;
	}
}

/* End */


/* Start:/local/components/an/home.section-new/templates/type_1/style.css?17869881044998*/
.v-section {
    display: flex;
	max-width: var(--section-max-width); 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    max-height: 496px;
    box-sizing: content-box;
    gap: 0 4px;
    padding: 42px 0;
}

.curtain-modal .v-section {
    margin-bottom: 0;
}

._below-fixed-banner .v-section {
    margin: 0 auto;
}

.v-section_reverse {
    flex-direction: row-reverse;
}

.v-section>div {
    flex: calc(50% - 2px);
}

.v-section__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.v-section__image_top img {
    object-position: top;
}

.v-section__image_center img {
    object-position: center;
}

.v-section__image_bottom img {
    object-position: bottom;
}

.v-section__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 24px;
    padding: 48px;
    transition: var(--transition-cond);
}

.v-section__title,
.v-section__foorm-footer,
.v-section__link {
    text-align: left;
}

.v-section__title h2 {
    font-family: Mulish;
    font-size: 48px ;
    font-weight: 400;
    line-height: 1em;
    margin: 0;
}

.v-section__title h2 .accent {
    color: #DC0000;
}

.v-section__foorm-footer {
    max-width: 400px;
}

.v-section__foorm-footer span {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.5);
    /* text-transform: uppercase; */
    opacity: .5;
    font-weight: 300;
}

.v-section__foorm-footer a {
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 1);
    /* text-transform: uppercase; */
    transition: opacity 300ms ease-in-out;
    font-weight: 300;
}

.v-section__foorm-footer a:hover {
    opacity: .8;
}

.v-section__foorm-footer a,
.v-section__link a {
    /* text-transform: uppercase; */
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: var(--transition-cond);
}

.v-section__link a {
    font-size: 14px;
    line-height: 18px;
}

.v-section__form,
.v-section__form form {
    width: 100%;
}

.v-section__form form {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

.v-section__form .form-group {
    flex: 1 1 180px;
}

.v-section__form .form-group.error {
    margin-bottom: 20px;
}

.v-section__form .form-group input[type="text"] {
    text-transform: unset;
}

.v-section__form .form-group input[type="text"]::placeholder {
	color: rgba(0,0,0,.5);
}

.v-section__form .form-group input[type=text],
.v-section__form button.btn {
    height: 48px;
}

.v-section__form button {
    font-family: Mulish;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.v-section__form button.btn._trsnp._animated {
    flex: 1 1 150px;
    max-width: 200px;
    cursor: pointer;
}

@media (max-width: 1576px) {
    .v-section {
        max-width: 100%;
        padding: 0 48px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 42px 48px;
    }
}

@media (max-width: 1199px) {
    .v-section {
        padding: 0 25px;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 24px;
    }
    .v-section__form button {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    
    .v-section {
        padding: 0;
        flex-direction: column;
        margin-bottom: 24px !important;
        max-height: 100%;
    }
    .v-section__title h2{
        font-size: 24px !important;
        line-height: 24px !important;
    }
    ._below-fixed-banner .v-section {
        margin: 0;
        padding: 24px 0;
    }

    .v-section_reverse {
        flex-direction: column-reverse;
    }

    .v-section__body {
        padding: 24px 12px 0 12px;
        gap: 16px;
        align-items: center;
    }

    .v-section_reverse .v-section__body {
        padding: 0 12px 24px 12px;
    }

    .v-section__title,
    .v-section__foorm-footer,
    .v-section__link {
        text-align: center;
    }
    
    .v-section__form button.btn {
        max-width: 100%;
    }
    .v-section__image,
    .v-section__image img {
        max-height: 420px;
    }
}
@media (max-width: 640px) {
    .v-section__image,
    .v-section__image img {
        max-height: 320px;
    }
}
@media (max-width: 414px) {
    .v-section__form button {
        flex: 1;
        min-width: 0;
    }
    
    .v-section__image,
    .v-section__image img {
        max-height: 220px;
        object-position: center;
    }
}

@media (hover:hover) {
    .v-section__link a:hover {
        opacity: .5;
    }

    .v-section__foorm-footer a:hover {
        opacity: 1;
    }
}

.v-section__image {
    flex: 1 0 45% !important;
}

.v-section__body {
    flex: 1 0 55% !important;
}

.v-section__form form {
    flex-wrap: nowrap !important;
}
/* End */
/* /local/components/an/catalog/templates/redesign/style.css?17869881047319 */
/* /local/components/an/catalog.element/templates/redesign-v2/style.css?178700344624867 */
/* /local/templates/an/css/tableSize.css?17869881043871 */
/* /local/templates/an/css/ModalProductsSlider.min.css?17869881043919 */
/* /local/components/an/home.row/templates/new/style.css?17869881044845 */
/* /local/templates/an/css/productListItem.css?17869881045340 */
/* /local/components/an/home.section-new/templates/type_1/style.css?17869881044998 */
