

/* Start:/local/templates/.default/components/bitrix/catalog/lexmer/style.css?16934752784677*/
.grid {}

.grid .bx_content_section {
	margin-bottom: 15px;
}

.grid .bx_sidebar {
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1 {}

.grid2x1 .bx_content_section {
	float: left;
	width: 66%;
	margin-bottom: 15px;
}

.grid2x1 .bx_sidebar {
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	box-sizing: border-box;
}

@media (max-width: 960px) {
	.grid2x1 .bx_sidebar {
		padding-left: 4%;
	}
}

@media (max-width: 640px) {

	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar {
		padding-left: 3%;
	}
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar {
		padding-left: 1%;
	}
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}


#watched .viewed-products .product-card .product-card-top .product-card-top-img {
	width: 100%;
	height: initial;
}

.subcats--mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.subcats--mobile {
		display: flex;
	}
}

@media screen and (max-width: 480px) {
	.page-top .page-top__title {
		flex-basis: 100%;
	}

	.subcats--mobile {
		/* display: flex; */
		/* flex-basis: 40%; */
		position: relative;
	}

	.subcats--mobile.opened .subcategori-block-clothes {
		left: -5px;
	}
}

#pagetitle {
	margin-bottom: 0;
	margin-top: 20px;
	text-align: left;
	font-size: 50px;
	display: none;
}

#navigation {
	margin: 50px 0 !important;
}

@media screen and (max-width: 768px) {
	#navigation {
		display: none;
	}

	.page-top .page-top__title {
		margin-top: 36px;
		margin-bottom: 0px;
	}

	.page-top .page-top__wrapper {
		margin-top: 66px;
	}


}



@media screen and (max-width: 480px) {
	.container {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
}


.section__title:hover {
	border-bottom: none;
	margin-bottom: none;
}


@media screen and (min-width: 1750px) {
	.bx-wrapper .container-catalog.container {
		padding-left: 50px;
		padding-right: 50px;
	}
}


.info-text-box h2 {
	margin: 40px 0;
}

.info-text-box>ul li {
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 140%;
	color: #666666;
}



.row-main {
	padding-top: 30px;
}

.page-top__subcategories-list.main {
	padding-top: 20px;
}

@media screen and (max-width: 768px) {
	.info-text-box>ul li {
		font-size: 18px;
	}

	.row-main {
		padding-top: 0;
	}
}

@media screen and (max-width: 576px) {
	.info-text-box h2 {
		margin: 30px 0;
	}

	@media screen and (max-width: 768px) {
		.info-text-box>ul li {
			font-size: 16px;
		}
	}
}

.row-main .subcats--mobile .page-top__subcategories-list-item {
	width: 100%;
}

.page-top__subcategories-list-item a.active {
	width: fit-content;
}

.row-main .opened .subcategori-block-clothes {
	z-index: 150;
}

.selection__row {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}

.selection__wrapper {
	display: inline-flex;
	gap: 10px;
	align-items: stretch;
	flex-wrap: wrap;
	max-height: 47px;
	width: calc(100% - 150px);
	transition: all 0.6s ease-in;
}

.selection__item {
	background: #F7F7F7;
	padding: 10px 15px;
	border: 1px solid transparent;
	transition: border-color 0.3s ease-out;
	text-decoration: none;
	flex-shrink: 0;
}

.selection__item:hover {
	border-color: #000;
}

.selection__text {
	color: #000;
	font-family: 'Golos';
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
	vertical-align: middle;
}

.selection__more {
	position: absolute;
	top: 10px;
	right: 0;
	min-width: 150px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	cursor: pointer;
	display: none;
	font-size: 18px;
}

.selection__more::after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-image: url("/local/templates/.default/components/bitrix/catalog/lexmer/images/angle-down.svg");
	margin-left: 2px;
	transition: all 0.6s;
}

.selection__more.active::after {
	transform: rotate(-180deg);
}

@media screen and (max-width: 640px) {

	.selection__wrapper {
		overflow-x: auto;
		padding-bottom: 10px;
		width: 100%;
		flex-wrap: nowrap;
		max-height: 70px;
	}

	.selection__item {
		flex-shrink: 0;
		display: flex;
    align-items: center;
		padding: 15px 20px;
	}

	.selection__text {
		line-height: 1;
	}

	.selection__more {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/lexmer/style.css?173824693094160*/
@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/.default/components/bitrix/catalog.element/lexmer/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("/local/templates/.default/components/bitrix/catalog.element/lexmer/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: 400;
}

.pp-sku-block:not(:first-child) {
  /* display: none; */
}

.underline {
  text-decoration: underline;
}

.primary-color {
  color: var(--primary-red);
}

.container {
  position: relative;
}

.tablet {
  display: none;
}

.card-review__list.loading {
  background: #fff url("/local/templates/eshop_bootstrap_v4/components-template/search/./images/ajax-loader.gif") top center no-repeat;
}

.product-description.delivery-item {
  cursor: pointer;
}

.modal p {
  margin-bottom: 0;
  padding: 0;
}

.icon-share,
.icon-favore {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer;
}

.icon-share {
  right: 65px;
}

.container-custom {
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.no-load {
  display: none;
}

.no-reviews__text {
  font: normal 400 15px/135% "Golos";
  color: #000000;
}

.product-share.delivery-item {
  cursor: pointer;
}

.review {
  margin-bottom: 30px;
}

.not-active-shop-button.disabled {
  background: #BFBFBF;
}

.form-group {
  position: relative;
}

.counter-chars {
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.form-group.error .errors {
  bottom: 20px;
  left: 20px;
  top: initial;
}

.hidden {
  display: none !important;
}

.product-images-item {
  position: relative;
}

.product-images-item:nth-child(n+5) {
  display: none;
}

.foto-slider-wrapper.active .product-images-item:nth-child(n+5) {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

.load-more-pictures {
  font: normal 400 15px/135% "Golos";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  bottom: 0;
  margin: 0 1px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  cursor: pointer;
}

.product-images__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1px;
}

.product-images__wrapper.two-rows {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1px;
}

#page-container {
  overflow: hidden;
  padding: 0 100px;
  position: relative;
}

.temp-alert {
  position: fixed;
  top: 10vh;
  left: 50%;
  background: #333;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%) translateY(-100%);
  transition: all 0.5s;
  z-index: 0;
}

.temp-alert.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  z-index: 200;
}

.temp-alert__wrapper {
  position: relative;
  padding: 10px 15px;
}

.temp-alert__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background: #fff;
}

.temp-alert.show .temp-alert__progress {
  animation: alert-progress 3.2s 0.5s;
}

@keyframes alert-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.temp-alert__body {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #FFF;
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.description__wrapper {
  margin-top: 80px;
}

.button-for-hidden svg {
  transition: all 0.3s ease-in;
}

.button-for-hidden.active svg {
  transform: rotate(180deg);
}

.foto-slider-wrapper {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.foto-slider-wrapper img {
  margin-left: 1px;
  margin-bottom: 1px;
}

.info-card-item {
  margin: 25px 20px;
}

.product-img {
  width: 100%;
  height: auto;
}

.info-card-breadcrumb {
  display: flex;
  margin-bottom: 50px;
}

.info-card-item p {
  font: normal 400 15px/135% "Golos";
  display: flex;
  align-items: center;
  margin-right: 5px;
  color: #808080;
}

.info-card-label {
  display: flex;
  margin-right: 20px;
}

.card-label-item {
  font: normal 400 18px/130% "Golos";
  margin-right: 5px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  text-transform: uppercase;
}

.percent-item {
  padding: 5px 10px;
  background: #E13B3F;
}

.relevance-item {
  padding: 5px 15px;
  background: #22232D;
}

.size-item.card-label-item {
  padding: 5px 15px;
  color: #22232D;
  background: #F2F2F2;
}

.info-card-name {
  color: rgba(0, 0, 0, 0.80);
  font-family: "Akrobat", sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.42px;
  margin: 20px 0 14px;
}

.info-card-top {
  display: flex;
  align-items: center;
  margin-top: 45px;
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.info-card-available {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-card-article {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.info-card-article__text {
  color: #999999;
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.info-card-article__clipboard {
  cursor: pointer;
  background: transparent;
  border: none;
}

.info-card-article__clipboard svg path {
  transition: all .1s;
}

.info-card-article__clipboard:hover svg path {
  fill-opacity: 0.8;
}

.info-card-rating {
  display: flex;
  margin-top: 20px;
  align-items: center;
}

.rating-block {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.rating-star-block {
  display: flex;
  justify-content: space-between;
  width: 100px;
  align-items: center;
}

.rating-star-block .active path {
  fill: #000;
}

.rating-estimate-block {
  font: normal 400 15px/135% "Golos";
  margin-left: 10px;
  color: #000000;
}

.info-rating-rewiew {
  font: normal 400 15px/135% "Golos";
  display: flex;
  gap: 20px;
  color: #4D4D4D;
}

.info-rewiew-quantity,
.info-questions-quantity {
  margin-left: 5px;
}

.info-rewiew-block,
.info-questions-block {
  display: flex;
}

.info-card-price {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.card-price-new {
  font-family: 'Golos UI', sans-serif;
  color: #292525;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.card-price-new.sale {
  color: #292525
}

.card-price-old {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  text-decoration: line-through;
  color: #999999;
  display: none;
}

.size-card-name,
.growth-card-name {
  font: normal 400 15px/135% "Golos";
  margin-top: 20px;
  /* or 20px */
  /* neutral/12 */
  color: #000000;
}

.smart-filter-input-container span {
  font: normal 400 18px/130% "Golos";
  padding: 5px 15px;
  border: 1px solid #D9D9D9;
  letter-spacing: -0.01em;
  background: #F2F2F2;
  /* neutral/1 */
  color: #000;
}

.smart-filter-input-container label input[type=checkbox]:checked+span {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}

.smart-filter-input-container {
  margin-top: 10px;
}

.smart-filter-input-container label {
  margin-right: 10px;
  margin-bottom: 20px;
}

.info-card-table {
  display: flex;
  align-items: center;
  gap: 5px;
}

.info-card-table__text {
  font-family: 'Golos', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #323232;
}

.info-card-shop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  flex-wrap: wrap;
  gap: 10px;
}

.info-card-error {
  color: #980900;
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(130%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.info-card-error.show {
  opacity: 1;
  visibility: visible;
}

.info-card-shop__btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.not-active-shop-button {
  font-family: 'Golos', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #191919;
  height: 45px;
  padding: 10px 25px;
  width: 255px;
}

.fixed-add2cart {
  background: #fff;
  display: none;
  position: fixed;
  bottom: 56px;
  width: 100%;
  overflow: hidden;
  z-index: 500;
  margin-left: -5px;
}

.fixed-add2cart__wrapper {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-add2cart__wrapper>.info-card-shop>div {
  width: 100%;
}

.fixed-add2cart .info-card-shop {
  margin-top: 0px;
  width: 100%;
}

.not-active-shop-button .text-for-button {
  margin-left: 10px;
}

.to-favorite {
  margin-top: 30px;
  margin-left: 20px;
}

.register-btn {
  background: #FFFFFF;
  border: 1px solid #999999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  gap: 10px;
  height: 45px;
  transition: all .3s;
}

.register-btn:hover {
  border-color: #111111;
}

.register-btn__icon path {
  transition: all .3s;
}

.register-btn:hover .add-to-favourite__icon path {
  fill: #111111;
}

.register-btn__text {
  color: #666666;
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  transition: all .3s;
}

.register-btn:hover .register-btn__text {
  color: #111111;
}

.login-btn {
  font-family: 'Golos', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #191919;
  height: 45px;
  padding: 10px 25px;
}

.login-btn__text {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}

.add-to-favourite {
  background: #FFFFFF;
  border: 1px solid #999999;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 25px;
  gap: 10px;
  height: 45px;
  transition: all .3s;
}

.add-to-favourite:hover {
  border-color: #111111;
}

.add-to-favourite__icon path {
  transition: all .3s;
}

.add-to-favourite:hover .add-to-favourite__icon path {
  fill: #111111;
}

.add-to-favourite__text {
  color: #666666;
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  transition: all .3s;
}

.add-to-favourite:hover .add-to-favourite__text {
  color: #111111;
}

.active.to-favorite path {
  fill: #000;
}

.info-card-delivery {
  margin-top: 40px;
}

.title-delivery {
  font-family: 'Golos', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 15px;
  color: #999999;
}

.delivery-on-home,
.delivery-point,
.point-in-shop,
.product-description,
.product-share {
  display: flex;
  justify-content: space-between;
}

.left-block {
  display: flex;
  align-items: center;
}

.info-card-delivery .icon {
  margin-right: 10px;
}

.info-card-delivery .text {
  color: rgba(0, 0, 0, 0.70);
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.info-card-delivery .text a {
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  text-decoration: underline;
  color: #000000;
}

.info-card-delivery .text .attention {
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #610F37;
  text-decoration: none;
}

.delivery-item {
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}

.product-description {
  margin-top: 30px;
}

.text-wrapper {
  max-height: 160px;
  overflow-y: hidden;
  position: relative;
}

.q {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 60px;
}

.grad {
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8509803922), #ffffff);
}

.text-wrapper.collapsed {
  max-height: 160px;
  overflow-y: hidden;
  position: relative;
}

.text-wrapper.active {
  max-height: 100%;
}

.active .grad.q {
  display: none;
}

.button-for-hidden {
  font: normal 400 15px/140% "Golos";
  text-transform: uppercase;
  color: #000000;
  cursor: pointer;
}

.button-for-hidden.not-active {
  display: none;
}

.button-for-hidden i {
  font-size: 15px;
}

.active+.button-for-hidden {
  margin-top: 20px !important;
}

.text-wrapper.active+.button-for-hidden i {
  transform: rotate(180deg);
}

.description-title {
  font: normal 400 42px/90% "BebasNeue";
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.text-descriptions {
  font: normal 400 18px/130% "Golos";
  letter-spacing: -0.01em;
  color: #666666;
}

.col-6.descriptions {
  padding-right: 50px;
}

.composition-performance-block .performance-item-text {
  white-space: normal;
  word-break: break-word;
}

.composition-performance-title {
  font-family: 'Akrobat', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  color: #323232;
}

.composition-performance-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 100%;
}

.performance-item-title {
  color: rgba(0, 0, 0, 0.60);
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.18px;
}

.stars {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.performance-item-text {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
  letter-spacing: 0.18px;
  color: #323232;
  flex-basis: 50%;
}

.performance-item-line {
  flex: 1 0 auto;
  height: 1px;
  background-color: #eaeaea;
  margin-top: auto;
  margin-bottom: 4px;
}

.average-rate {
  font: normal 400 15px/135% "Golos";
  color: #000000;
  margin-left: 10px;
  line-height: 24px;
}

.composition-performance-block .performance-block-item {
  padding-left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.composition-performance {
  margin-bottom: 80px;
}

.composition-performance.second-block {
  margin-top: 0;
}

.second-block .composition-performance-block .performance-block-item {
  display: flex;
  align-items: center;
}

.second-block .performance-item-text {
  margin-top: 0;
}

.performance-item-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.performance-block-item.col-6 {
  margin-bottom: 20px;
}

.review {
  margin-top: 110px;
}

.review-title {
  display: flex;
}

.review-title .review-title-name {
  font: normal 400 60px/90% "BebasNeue";
  letter-spacing: -0.01em;
  color: #000000;
  cursor: pointer;
}

.review-title.active .review-title-name {
  color: #000000;
}

.review-title .review-title-name:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #999999;
}

.review-title.active .review-title-name:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #000;
}

.review-title.active .review-title-number {
  font: normal 400 21px/110% "Golos";
  color: #000000;
}

.review-title .review-title-name {
  font: normal 400 60px/90% "BebasNeue";
  letter-spacing: -0.01em;
  max-width: 177px;
  margin-bottom: 40px;
  color: #999999;
}

.review-title .review-title-number {
  font: normal 400 21px/110% "Golos";
  color: #999999;
  margin-left: 5px;
}

.review-questions-heading {
  display: flex;
}

.review-questions-item {
  font: normal 400 18px/130% "Golos";
  letter-spacing: -0.01em;
  color: #333333;
  margin-left: 15px;
}

.review-questions-item.active:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #000;
}

.review-questions-text {
  font: normal 400 18px/130% "Golos";
  letter-spacing: -0.01em;
  margin-right: 7px;
  color: #999999;
  white-space: nowrap;
}

.review-foto-title {
  font: normal 400 60px/90% "BebasNeue";
  /* identical to box height, or 54px */
  letter-spacing: -0.01em;
  margin-top: 110px;
  /* neutral/12 */
  margin-bottom: 25px;
  color: #000000;
}

.review-foto-items {
  /*display: flex;
  max-width:100%;*/
  display: grid;
  max-width: 100%;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 5px;
}

.review-foto-items .review-foto-item {
  position: relative;
  /*margin-right: 5px;*/
}

.heading-info-userinfo {
  display: flex;
}

.review-foto-items .review-foto-item.load-more {
  background: rgb(0, 0, 0);
  cursor: pointer;
  margin-right: 0;
}

.review-foto-items .review-foto-item.load-more img {
  background: #000;
  opacity: 0.5;
}

.review-foto-items .review-foto-item.load-more .review-foto-item-text {
  display: flex;
}

.review-foto-items .review-foto-item:not(.load-more) .review-foto-item-text {
  display: none;
}

.review-foto-item-text {
  font: normal 400 15px/135% "Golos";
  top: calc(50% - 10px);
  position: absolute;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  left: calc(50% - 40px);
}

.card-review__list.loading .card-review {
  opacity: 0;
}

.card-review {
  padding-top: 20px;
  margin-top: 25px;
  border-top: 1px solid #EBEBEB;
  max-width: 808px;
  display: flex;
}

.account-info {
  margin-left: 15px;
}

.heading-info-name {
  font: normal 400 15px/135% "Golos";
  /* or 20px */
  /* neutral/9 */
  color: #4D4D4D;
}

.heading-info-city,
.heading-info-date {
  font: normal 400 15px/135% "Golos";
  /* or 20px */
  margin-left: 10px;
  /* neutral/6 */
  color: #999999;
}

.heading-info {
  display: flex;
}

.foto-info img {
  max-width: 120px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.rating-info img {
  margin-right: 8px;
}

.review-title-info {
  font: normal 700 18px/130% "Golos";
  /* or 23px */
  margin-top: 10px;
  letter-spacing: -0.01em;
  /* neutral/12 */
  color: #000000;
}

.review-text-info {
  font: normal 400 18px/130% "Golos";
  /* or 23px */
  letter-spacing: -0.01em;
  /* neutral/9 */
  margin-top: 2px;
  color: #4D4D4D;
  word-break: break-word;
}

.overall-rating {
  background: #F7F7F7;
  padding: 50px;
}

.overall-rating-block {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.overall-rating-block.overall-rateing-text {
  justify-content: space-between;
}

.overall-rating-block img {
  margin-right: 10px;
}

.overall-rating-title-number {
  font: normal 400 60px/90% "BebasNeue";
  margin-right: 20px;
  letter-spacing: -0.01em;
  color: #000000;
}

.overall-rateing-text {
  font: normal 400 15px/135% "Golos";
  /* or 20px */
  color: #000000;
}

.ask-question {
  padding-right: 15px;
}

.overall-rating-postheader {
  margin-top: 10px;
  margin-bottom: 16px;
}

.overall-rating-block {
  display: flex;
  position: relative;
  justify-content: flex-start;
}

.overall-rating {
  max-width: 426px;
}

.quantity-rating-star {
  font: normal 400 15px/135% "Golos";
  width: 25%;
  text-align: left;
  white-space: nowrap;
  color: #4D4D4D;
}

.quantity-rating-people {
  font: normal 400 15px/135% "Golos";
  width: 15%;
  white-space: nowrap;
  text-align: right;
  color: #4D4D4D;
}

.review-button {
  font: normal 400 18px/130% "Golos";
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding: 10px 32px 12px;
  letter-spacing: -0.01em;
  color: #000000;
  max-width: 426px;
  border: 1px solid #000000;
  white-space: nowrap;
  cursor: pointer;
}

.overall-rating-title-rating {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.review-questions-items {
  display: flex;
}

.card-review-button {
  font: normal 400 18px/130% "Golos";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 32px 12px;
  background: #000000;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  max-width: 292px;
  margin-left: 50px;
  margin-top: 40px;
}

.sort-faq {
  display: none;
}

.sort-faq .form-select {
  border: none;
  border-bottom: 1px solid #333333;
  color: #333333;
}

.sort-faq .form-select:focus {
  outline: none;
}

.form-select option {
  color: #333333;
}

.review-head__wrapper {
  display: flex;
}

.foto-slider-wrapper img {
  width: 519px;
  height: 779px;
}

.product-slider {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  /* padding: 0 50px; */
  height: fit-content;
}

.product-slider .swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.product-slider .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.product-slider .swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.product-slider .swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  max-width: 600px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider .swiper-slide {
  cursor: pointer;
}

/* .product-slider-thumbs .swiper-slide-container {
  height: auto;
  max-width: 100%;
} */

.product-slider-thumbs .swiper-slide {
  position: relative;
  transition-property: transform;
  flex-shrink: 0;
  width: 93px;
  opacity: 1;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.product-slider-thumbs .swiper-slide-active .swiper-slide-container img {
  opacity: 1;
  border: 2px solid #191919;
  margin-right: 1px;
}

.product-slider-thumbs .swiper-slide img,
.product-slider-photos .swiper-slide img {
  width: 100%;
  height: auto;
}

.product-slider-navigation {
  width: 93px;
}

.product-slider-main {
  width: inherit;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}

.product-slider .product-slider-thumbs {
  position: absolute;
  left: 0px;
  top: 22px;
  height: 140px;
  box-sizing: border-box;
  padding: 0;
}

.product-slider .product-slider-photos {
  height: 100%;
  width: 100%;
}

.delivery-on-home,
.delivery-point,
.point-in-shop,
.product-description,
.product-share {
  justify-content: space-between;
  align-items: center;
}

.delivery-item .right-block {
  margin-left: 5px;
}

.delivery-item .right-block .time {
  /* display: none; */
}

.review-foto-item img {
  width: 100%;
}

.overall-rating {
  padding: 35px;
}

.quantity-rating-progres-black {
  width: 144px;
}

.foto-slider-wrapper img {
  width: 100%;
  height: 100%;
}

.col-8.foto-slider-wrapper {
  padding-right: 0;
}

.review-head {
  display: flex;
}

.review-title .review-title-name {
  max-width: 100%;
}

.review-head .review-title:nth-child(2) {
  margin-left: 25px;
}

.review-foto-item img {
  width: 100%;
  height: auto;
}

.review-questions-items {
  flex-wrap: wrap;
}

.review-questions-item:nth-last-child(1) {
  margin-top: 5px;
}

.review-questions-text {
  width: 165px;
}

.quantity-rating-progres-black {
  width: 112px;
}

.composition {
  /*margin-top: 90px;*/
}

.text-wrapper {
  min-height: 260px;
}

.review-title .review-title-name {
  max-width: 177px;
}

.review-head__wrapper {
  flex-direction: column;
}

.review-head .review-title:nth-child(2) {
  margin-left: 0px;
}

.review-questions-item:nth-last-child(1) {
  margin-top: 0px;
}

.info-rewiew-block,
.info-questions-block {
  cursor: pointer;
}

#reviews-tab {
  padding: 0px;
  width: 75.555555555%;
}

.answers__list {
  margin-top: 20px;
}

.answer__list-item {
  border-top: 1px solid #EBEBEB;
  padding: 20px 0;
}

.answer__list-item-head {
  display: flex;
  align-items: flex-start;
}

.answer__list-item-body {
  margin-left: 50px;
}

.answer__list-item-head__wrapper {
  display: flex;
  align-items: center;
}

.answer__list-item-head-userinfo {
  display: flex;
  align-items: center;
}

.answer__list-item-head-username {
  font: normal 400 15px/135% "Golos";
  margin-right: 10px;
  margin-left: 14px;
  color: #4D4D4D;
}

.answer__list-item-head-userinfo-city,
.answer__list-item-head-userinfo-date {
  font: normal 400 15px/135% "Golos";
  margin-right: 10px;
  color: #4D4D4D;
}

.answer__list-item-comment-text {
  font: normal 400 18px/130% "Golos";
  /* or 23px */
  letter-spacing: -0.01em;
  color: #1F1A17;
}

.answer__list-item-reply-btn {
  font: normal 400 15px/140% "Golos";
  background: transparent;
  /* identical to box height, or 21px */
  text-transform: uppercase;
  color: #343434;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

#reviews-tab,
#answer-tab {
  display: none;
}

.review .container-custom .row {
  flex-wrap: nowrap;
}

#reviews-tab.active,
#answer-tab.active {
  display: flex;
}

.answer__list-item-sub {
  margin-top: 20px;
}

.answer__list-item-sub__wrapper {
  display: flex;
  align-items: flex-start;
}

.answer__list-item__wrapper {
  margin-left: 14px;
}

.ask-question__wrapper {
  display: flex;
  flex-direction: column;
}

.ask-question__title {
  font: normal 400 21px/110% "Golos";
  color: #000000;
  margin-bottom: 7px;
}

.ask-question__comment {
  background: #F2F2F2;
  min-height: 140px;
  padding-top: 14px;
  padding-left: 20px;
  padding-bottom: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  width: 100%;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
  margin-bottom: 10px;
}

.ask-question__comment::-moz-placeholder {
  opacity: 1;
  visibility: visible;
}

.ask-question__comment::placeholder {
  opacity: 1;
  visibility: visible;
}

.ask-question__btn {
  font: normal 400 18px/130% "Golos";
  background: #000000;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  width: 157px;
  height: 45px;
  text-align: center;
}

.card-review-button.ask {
  font: normal 400 18px/130% "Golos";
  width: 303px;
  /* or 23px */
  letter-spacing: -0.01em;
  /* neutral/1 */
  white-space: nowrap;
  color: #FFFFFF;
}

.heading-info__wrapper {
  display: flex;
}

.heading-info-name {
  margin-left: 14px;
}

.card-review-body {
  margin-left: 54px;
}

.answer-form-block {
  position: relative;
}

.answer-form-block__comment {
  background: #F2F2F2;
  background: #FFFFFF;
  border: 1px solid #454545;
  border-radius: 3px;
  min-height: 140px;
  width: 100%;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #4D4D4D;
  border: 1px solid #D9D9D9;
  margin-bottom: 10px;
}

.answer-form-block__btn {
  font: normal 400 18px/130% "Golos";
  position: relative;
  width: 146px;
  height: 48px;
  background: #1F1A17;
  border-radius: 3px;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.product-item-scu-item-text {
  font: normal 400 18px/130% "Golos";
  padding: 5px 15px;
  border: 1px solid #D9D9D9;
  letter-spacing: -0.01em;
  background: #F2F2F2;
  color: #000;
  transition: all 0.3 ease-in;
}

.pp-sku-top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  color: #323232;
}

.pp-sku-title {
  font-family: 'Akrobat', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
}

.product-item-scu-item-list {
  row-gap: 10px;
}

.product-item-scu-item-text-container {
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 0px;
}

.product-slider .custom-button {
  width: 50px;
  height: 100%;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text {
  background: #000;
  color: #fff;
}

.info-card-size .product-item-scu-item-table {
  max-height: 413px;
  overflow: auto;
  padding-right: 5px;
  margin-right: -25px;
}

.product-item-scu-item-table-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 10px 20px;
  position: sticky;
  top: 0;
  background: #fff;
}

.product-item-scu-item-table-header .product-item-scu-item-table-col {
  color: rgba(0, 0, 0, 0.40);
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.product-item-scu-item-table-props {
  display: flex;
  align-items: center;
}

.product-item-scu-item-table-price {
  width: 140px;
}

.product-item-scu-item-table-quantity {
  width: 180px;
}

.product-item-scu-item-table-props .product-item-scu-item-table-col {
  width: 90px;
}

.product-item-scu-item-table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
  border: 1px solid #eaeaea;
  border-top: none;
}

.product-item-scu-item-table-row:first-child {
  border-top: 1px solid #eaeaea;
}

.product-item-scu-item-table-col-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-item-scu-item-table-body .product-item-scu-item-table-col {
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: rgba(0, 0, 0, 0.80);
}

.product-item-scu-item-table-new-price {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #292525;
}

.product-item-scu-item-table-hidden-price {
  color: rgba(0, 0, 0, 0.60);
  font-family: "Golos UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.18px;
}

.product-item-scu-item-table-old-price {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.18px;
  text-decoration: line-through;
  color: #999999;
  margin-left: 10px;
}

.product-item-scu-item-table-selector {
  display: flex;
  align-items: center;
  flex-basis: 90%;
  max-width: 130px;
  gap: 3px;
}

.product-item-scu-item-table-selector-btn {
  background: #FFFFFF;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border: 1px solid #999999;
  transition: all 0.3s;
}

.product-item-scu-item-table-selector-btn:hover {
  border-color: #000000;
}

.product-item-scu-item-table-selector-btn.block {
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0.40);
}

.product-item-scu-item-table-selector-btn svg path {
  transition: all 0.3s;
}

.product-item-scu-item-table-selector-btn.block svg path {
  fill: rgba(0, 0, 0, 0.40);
}

.product-item-scu-item-table-selector-input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid #D2D2D2;
  height: 32px;
}

.product-item-scu-item-table-selector-input:disabled {
  color: rgba(0, 0, 0, 0.25);
  border-color: #e9e9e9;
}

.product-item-scu-item-table-max {
  margin-left: 10px;
  font-family: 'Golos UI', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #999999;
  max-width: 38px;
}

.product-item-scu-item-table-footer .product-item-scu-item-table-row {
  border-top: none;
  background: #f7f7f7;
}

.product-item-scu-item-table-footer .product-item-scu-item-table-price .product-item-scu-item-table-col-wrapper {
  width: max-content;
}

.info-card-size {
  margin-top: 50px;
}

.info-card-table {
  cursor: pointer;
}

.add-active {
  display: none;
}

.text-for-button.active {
  display: none;
}

.add2cart__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.add2cart__wrapper .no-active {
  display: flex;
}

.add2cart__wrapper .active {
  display: none;
}

.add2cart__wrapper.active .no-active {
  display: none;
}

.add2cart__wrapper.active .active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.add2cart__text {
  font-family: 'Golos UI', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.18px;
  color: #FFFFFF;
}

/* .add2cart__icon {
  margin: 0 0px 0 10px;
} */

/* .no-active .add2cart__icon {
  margin: 0 10px;
} */

.progressbar {
  background: #D9D9D9;
  width: 40%;
  height: 4px;
  display: flex;
  border-radius: 1px;
}

.progressbar .progress-chunk {
  width: 100%;
}

.progressbar .progress-chunk.passed {
  background: #000;
}

.review-button.tablet {
  display: none;
}

.review-questions-item {
  cursor: pointer;
}

.review-notAuth {
  background: #F6F8F9;
  width: 100%;
  padding: 19px 35px;
}

.review-notAuth__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.review-notAuth__left-text {
  font: 600 25px/120% "BebasNeue";
  color: #1A1A1A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  max-width: 250px;
}

.review-notAuth__right__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-notAuth__right-login-btn {
  font: 15px/120% "Golos";
  background: #1F1A17;
  border-radius: 3px;
  text-align: center;
  padding: 16px 30px;
  color: #FFFFFF;
}

.review-notAuth__right-register-btn {
  font: 400 15px/20px "Golos";
  text-decoration-line: underline;
  color: #343434;
  margin-left: 10px;
}

.card-review-button {
  cursor: pointer;
}

.modal-body .pp-sku-title {
  font: normal 400 30px/90% "BebasNeue";
  color: #000000;
  margin-bottom: 10px;
}

.choose-size .modal-header {
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
}

.choose-size.modal {
  z-index: 1050;
}

#size.modal {
  z-index: 1060;
}

.choose-size .modal-body .mb-4.pp-sku {
  margin-bottom: 0px !important;
}

.choose-size .modal-body .info-card-table {
  margin-bottom: 30px;
}

.choose-size .modal-body .not-active-shop-button {
  width: 100%;
}

.addToCart.modal .modal-dialog {
  max-width: 600px;
}

.addToCart.modal .close {
  background: transparent;
}

.addToCart.modal .modal-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 40px 40px 40px;
}

.addToCart.modal .modal-body .modal-body__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__title .icon-success {
  margin-right: 14px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__title .modal-body__text {
  font-family: "Akrobat", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 105%;
  text-align: center;
  color: var(--black-main);
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-cancel,
.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-ok {
  font-family: 'Golos UI', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.18px;
  padding: 10px 32px 12px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-ok {
  background: #000;
  color: #FFFFFF;
  border: 1px solid #000000;
  transition: all 0.3s ease-in;
  margin-left: 20px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-ok:hover {
  text-decoration: underline;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-cancel:hover {
  background: #000;
  color: #fff;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-cancel {
  background: #fff;
  color: #000000;
  border: 1px solid #000000;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider {
  width: 100%;
  display: none;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-complete__slider:not(.swiper-initialized) {
  opacity: 0 !important;
  visibility: 0 !important;
  display: none;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .modal-body__slider-title {
  font: normal 400 42px/90% "BebasNeue";
  text-align: center;
  letter-spacing: -0.01em;
  color: var(--black-main);
  margin-bottom: 18px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .additional-photo img,
.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .product-card-top .product-card-top-img {
  height: auto;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card:not(.searched):hover .product-card-footer-wrapper {
  flex-direction: column;
  flex-flow: column-reverse;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .product-card-footer-wrapper {
  align-items: flex-start;
  height: 70px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .button-detail {
  padding: 11px 32px;
  margin-top: 10px;
  margin-right: 0;
  width: 100%;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button {
  width: 50px;
}

.addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card {
  margin-bottom: 0;
}

.gallery-product.modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.swiper-gallery-thumb {
  max-width: 650px;
}

.swiper.swiper-gallery {
  max-width: 550px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.gallery-product .modal-header {
  position: absolute;
  right: 0;
  z-index: 50;
}

.swiper.swiper-gallery .swiper-slide {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.gallery-product.modal .modal-body {
  margin: 0;
  padding: 0;
  max-height: calc(100vh - 0.5vh);
  overflow: hidden;
}

.gallery-product.modal .modal-body__wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

.swiper-gallery-thumb .swiper-slide {
  flex-shrink: 0;
  max-width: 650px;
  width: 100%;
}

.gallery-product.modal .modal-header .close {
  background: transparent;
}

.swiper.swiper-gallery .swiper-slide-active img {
  border: 3px solid #173E63;
}

.swiper-container {
  width: 100%;
  height: 300px;
  margin: 20px auto;
}

.swiper-slide-container {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100%;
  max-width: 600px;
  margin: auto;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-top {
  height: 100%;
  width: 100%;
}

.gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 1;
}

.gallery-thumbs .swiper-slide-container img {
  opacity: 1;
  border: 3px solid #fff;
}

.gallery-thumbs .swiper-slide-active .swiper-slide-container img {
  opacity: 1;
  border: 3px solid #173E63;
}

.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev {
  color: #000;
}

.gallery-top .swiper-button-prev {
  left: 350px;
}

.gallery-top .swiper-button-next {
  right: 350px;
}

.gallery-thumbs {
  position: absolute;
  left: 0px;
  top: 20px;
}

.gallery-thumbs .swiper-slide-container {
  height: 100%;
  max-width: initial;
}

.gallery-thumbs .swiper-slide {
  overflow: hidden;
}

.gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
}

.basket__wrapper {
  position: relative;
}

.errors__basket {
  font: normal 400 14px/120% "Golos";
  position: absolute;
  color: #E05263;
  top: calc(100% + 5px);
}

.product-item-scu-item-text-block {
  border: 2px solid transparent;
  transition: all 0.3s ease-in;
}

.add-to-favourite {
  position: relative;
}

.add-to-favourite svg:nth-child(1) {
  visibility: visible;
  opacity: 1;
}

.add-to-favourite svg:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.add-to-favourite.active svg:nth-child(1) {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.add-to-favourite.active svg:nth-child(2) {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.gallery-thumbs .swiper-button-prev,
.gallery-thumbs .swiper-button-next {
  color: #fff;
}

.swiper-gallery-thumb .swiper-button-prev,
.swiper-gallery-thumb .swiper-button-next {
  color: #000;
}

/*modals region*/

.modal.share .modal-header .close {
  background: transparent;
}

.modal.share .modal-body__title {
  margin-bottom: 10px;
}

.modal.share .modal-content {
  padding: 40px;
  position: relative;
}

.modal.share .modal-header {
  position: absolute;
  right: 0;
  top: 0;
}

.modal.share .modal-body,
.modal.share .modal-footer {
  position: relative;
  padding: 0;
  margin: 0;
}

.modal.share .modal-footer {
  margin-top: 30px;
}

.modal.share .modal-body__title {
  font: normal 400 30px/90% "BebasNeue";
  color: #000000;
}

.modal.share .modal-body__input {
  font: normal 400 18px/130% "Golos";
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: #4D4D4D;
  padding: 13px 15px;
  text-overflow: ellipsis;
  cursor: pointer;
}

.modal.share .modal-body__helper {
  font: normal 400 18px/130% "Golos";
  display: flex;
  align-items: center;
  letter-spacing: -0.01em;
  color: grey;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  position: absolute;
  left: 0px;
}

.modal.share .modal-body__helper.active {
  opacity: 1;
  visibility: visible;
}

.modal.share .modal-footer {
  border: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.modal.share .modal-footer__title {
  font: normal 400 30px/90% "BebasNeue";
  color: #000000;
}

.modal.share .modal-footer__socials-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.modal.share .modal-footer__socials-list .modal-footer__socials-list-item {
  cursor: pointer;
}

/* --- modals size gid --- */

.modal-sizes .modal-content {
  overflow: hidden;
}

.modal-sizes .modal-body {
  padding: 0;
}

.modal-sizes .modal-body__inner {
  display: flex;
  justify-content: flex-start;
}

.modal-sizes .modal-dialog {
  max-width: 1200px;
}

.modal-sizes .size__object {
  background: #F6F6F6;
}

.size__card-part-inner {
  background: #fff;
  position: relative;
  width: 100%;
}

.size__card-part .close-modal {
  background: #F6F6F6;
  position: absolute;
  top: -5px;
  right: 0;
  border: none;
  width: 50px;
  height: 50px;
}

.size__card-part-top {
  background: #fff;
  height: 100px;
  overflow: hidden;
  z-index: 20;
  border-bottom: 1px solid #D8D8D8;
}

.size__card-part .close-modal:focus {
  outline: none;
}

.size__card-part .size__card-part-title {
  font: normal bold 36px/36px "BebasNeue" !important;
  font-stretch: normal;
  letter-spacing: normal;
  color: #22232D;
  text-transform: uppercase;
  margin: 40px 0 23px 35px;
}

.size__card-part-table {
  /*border-top: 1px solid #D8D8D8;*/
}

.size__card-part-table .size__card-part-table-row {
  display: flex;
  margin-bottom: 17px;
  align-items: center;
  height: 58px;
}

.size__card-part-table .size__card-part-table-row:first-child {
  overflow: hidden;
}

.size__card-part-table .size__card-part-table-row.hover {
  background: rgba(23, 62, 99, 0.1);
}

.size__card-part-table .size__card-part-table-row .size__card-part-table-item:nth-child(even) {
  background: #F6F6F6;
  position: relative;
  height: 160%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.size__card-part-table-row:last-child .size__card-part-table-item:nth-child(even)::after {
  background: #F6F6F6;
  content: "";
  position: absolute;
  position: absolute;
  width: 100%;
  height: 160px;
  margin-bottom: -250px;
}

.size__card-part-table .size__card-part-table-row.hover .size__card-part-table-item:nth-child(even) {
  background: rgba(246, 246, 246, 0.8);
  height: 160%;
}

.size__card-part-table .size__card-part-table-row .size__card-part-table-item:first-child {
  margin-left: 60px;
}

.size__card-part-table-item.hover {
  background: rgba(23, 62, 99, 0.1);
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.size__card-part-table .size__card-part-table-row .size__card-part-table-item {
  font: normal 400 16px/120% "Proxima Nova";
  text-align: center;
  width: 100%;
  white-space: nowrap;
}

/* --- modal cols --- */

.size__card-part-table .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 160%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-11 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 240%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-10 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 220%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-9 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 195%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-8 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 190%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-7 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 180%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-6 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 150%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table.cols-5 .size__card-part-table-row .size__card-part-table-item.table-column-name {
  font: normal 400 21px/25px "BebasNeue";
  color: #22232D;
  width: 130%;
  white-space: nowrap;
  text-align: left;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table-row {
  position: relative;
}

.size__card-part-table.rows-6 .size__card-part-table-row {
  margin-bottom: 0px;
}

.size__card-part-table.cols-5 .size__card-part-table-row {
  margin-bottom: 7px;
}

/* rost row */

.size__card-part-table .size__card-part-table-row-rost {
  height: 120px;
  width: 100%;
  display: flex;
  margin-top: 17px;
  border-top: 1px solid #D8D8D8;
}

.size__card-part-table .size__card-part-table-row-rost .size__card-part-table-item.table-column-name {
  font: normal 400 21px/220% "BebasNeue";
  color: #22232D;
  width: 145px;
  white-space: nowrap;
  text-align: left;
  justify-content: flex-start;
  margin-right: 10px;
  margin-left: 35px;
}

.size__card-part-table .size__card-part-table-row-rost .size__card-part-table-item {
  font: normal 400 16px/220% "Proxima Nova";
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  width: 330px;
  text-align: center;
  white-space: nowrap;
}

.size__card-part-table .size__card-part-table-row-rost .size__card-part-table-item:nth-child(even) {
  background: #F6F6F6;
}

.notation.rows-6 {
  top: inherit;
  bottom: 20px;
}

.notation.rows-4 {
  top: inherit;
  bottom: 20px;
}

.notation {
  font: normal 400 14px/100% "Proxima Nova";
  position: absolute;
  top: 420px;
  left: 32px;
  max-width: 155px;
  letter-spacing: 0.01em;
  color: #999999;
}

.notation-row {
  font: normal 400 14px/100% "Proxima Nova";
  position: absolute;
  max-width: 100px;
  width: 100%;
  letter-spacing: 0.01em;
  color: #999999;
  left: 35px;
}

.size__object svg path.hover {
  stroke: #173E63;
}

.size__card-part-top-mobile {
  display: none;
  position: relative;
}

.notation-mobile {
  display: none;
  position: absolute;
}

body.modal-open .consultant-widget-wrap {
  display: none;
}

#pagetitle {
  display: none;
}

.product-item-detail-slider-container {
  display: none;
}

.product-item-detail-slider-container.popup {
  display: block;
}

/*region Slider Controls*/

.product-item-detail-slider-controls-block {
  order: 1;
  display: grid;
  padding: 0;
  height: 100%;
  margin-right: 50px;
}

.product-item-detail-slider-controls-image {
  background: #fff;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 65px;
  height: 65px;
  outline: 1px solid #c0cfda;
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.product-item-detail-slider-controls-image:last-child {
  margin-bottom: 0;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
  outline: #ef754e;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
  outline: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
  outline: 0.5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
  outline: 1px;
}

.product-item-detail-slider-controls-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 65px;
  max-height: 65px;
  width: auto;
  height: auto;
  transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 111;
  display: block;
  width: 10%;
  background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.57;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-left {
  left: 0;
}

.product-item-detail-slider-right {
  right: 0;
  transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
  background: rgba(255, 255, 255, 0.4);
  opacity: 0.8;
}

.product-item-detail-slider-close {
  display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
  position: absolute;
  top: 4px;
  right: 110px;
  bottom: 0;
  z-index: 150;
  display: block;
  width: 50px;
  height: 50px;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  opacity: 0.27;
  cursor: pointer;
  transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
  opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
  right: 105px;
}

/*endregion*/

/*	>>>	popup*/

.product-item-detail-slider-container.popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  animation-name: imgPopupShow;
  animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
  right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
  padding-top: 0;
  height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  width: calc(100% - 150px);
  transform: translateY(-50%) translateX(-50%);
}

@keyframes imgPopupShow {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 20px;
  border-left: 1px solid #d3d3d3;
  margin-right: 0;
  display: block;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
  display: block;
  margin-bottom: 20px;
}

/*endregion*/

/*region  Slider Mobile*/

/*endregion*/

/*review modal*/

.review-product.modal .modal-dialog {
  max-width: 100%;
  width: -moz-fit-content;
  width: fit-content;
}

.review-product.modal .modal-header {
  position: absolute;
  right: 0;
  z-index: 100;
}

.review-product.modal .modal-header .close {
  background: transparent;
}

.review-product.modal .modal-body {
  padding: 50px 40px;
}

.review-product.modal .modal-body__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.review-product.modal .modal-body__title {
  font: normal 400 42px/90% "BebasNeue";
  text-align: center;
  letter-spacing: -0.01em;
  color: #000000;
  margin-bottom: 20px;
}

.review-product.modal .form-group-loading {
  background: #F2F2F2;
  border: 1px dashed #4D4D4D;
  padding: 20px 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.review-product.modal .form-group-loading p {
  font: normal 400 18px/130% "Golos";
  margin: 0;
  padding: 0;
  text-align: center;
  letter-spacing: -0.01em;
  color: #4D4D4D;
}

.review-product.modal .form-group-images .init {
  display: block;
}

.review-product.modal .form-group-images.active .init {
  display: none;
}

.review-product.modal .form-group-images .load {
  display: none;
}

.review-product.modal .form-group-images.active .load {
  display: block;
}

.review-product.modal .form-group-images .helper-span {
  font: normal 400 15px/135% "Golos";
  color: #999999;
}

.review-product.modal .form-group.rating {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.review-product.modal .form-group-text {
  font: normal 400 18px/130% "Golos";
  text-align: left;
  letter-spacing: -0.01em;
  color: #4D4D4D;
}

.review-product.modal .form-group-stars {
  margin-left: 12px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}

.review-product.modal .form-group-stars label {
  padding-right: 8px;
  width: 100%;
}

.review-product.modal .form-group-stars label svg path {
  transition: all 0.2s ease-in;
}

.review-product.modal .form-group-stars input:hover~label svg path {
  fill: #000;
}

.review-product.modal .form-group-stars input:checked~label svg path {
  fill: #000;
}

.review-product.modal .form-group {
  position: relative;
  margin-bottom: 20px;
}

.review-product.modal .form-group textarea {
  font: normal 400 18px/130% "Golos";
  background: #F2F2F2;
  border: 1px solid #D9D9D9;
  width: 100%;
  letter-spacing: -0.01em;
  color: #4D4D4D;
  height: 150px;
  padding-left: 20px;
  padding-top: 14px;
  transition: all 0.3s ease-in;
  min-height: 150px;
  padding-bottom: 65px;
}

.review-product.modal .form-group textarea::-moz-placeholder {
  font: normal 400 18px/130% "Golos";
  display: block;
  letter-spacing: -0.01em;
  color: #4D4D4D;
}

.review-product.modal .form-group textarea::placeholder {
  font: normal 400 18px/130% "Golos";
  display: block;
  letter-spacing: -0.01em;
  color: #4D4D4D;
}

.review-product.modal .form-group .counter-chars {
  bottom: 35px;
  color: #999999;
  font-size: 15px;
}

.review-product.modal .form-group.error textarea {
  border: 1px solid #F42C2C;
}

.review-product.modal .form-group .errors {
  bottom: 10px;
  top: initial;
  left: 20px;
}

.review-product.modal .modal-body__form-btn {
  font: normal 400 18px/130% "Golos";
  background: #173E63;
  width: 100%;
  height: 50px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.review-product.modal .modal-body__form-btn.disabled {
  background: #BFBFBF;
  pointer-events: none;
}

/*endregion*/

.no-auth.modal .modal-header {
  position: absolute;
  z-index: 100;
  right: 0;
}

.no-auth.modal .modal-header .close {
  background: transparent;
}

.no-auth.modal .modal-dialog {
  max-width: 320px;
}

.no-auth.modal .modal-body__wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-self: center;
  padding: 50px 20px;
}

.no-auth.modal .modal-body__text {
  font: normal 400 24px/90% "BebasNeue";
  text-align: center;
  color: #000000;
}

.no-auth.modal .modal-body__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 33px;
}

.no-auth.modal .modal-body__btns-btn-auth {
  font: normal 400 16px/130% "Golos";
  background: #173E63;
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  letter-spacing: -0.01em;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.no-auth.modal .modal-body__btns-btn-reg {
  font: normal 400 15px/135% "Golos";
  text-align: center;
  text-decoration-line: underline;
  color: #173E63;
}

.choose-size.modal .errors__basket {
  font: normal 400 14px/120% "Golos";
  position: relative;
  color: #E05263;
  top: initial;
  margin-bottom: 10px;
}

.text-wrapper.short {
  min-height: 100%;
  height: -moz-fit-content;
  height: fit-content;
}

#navigation {
  margin: 20px !important;
}

.gallery-product .swiper-slide img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.bx-wrapper {
  /*overflow: hidden;*/
}

.container.container-catalog.is-product-page {
  padding-left: 0;
  padding-right: 0;
}

.container.nf-container.is-product-page {
  padding-left: 0;
  padding-right: 0;
}

.button-for-hidden {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.button-hidden-text-active {
  display: none;
}

.button-for-hidden.active .button-hidden-text-active {
  display: block;
}

.button-for-hidden.active .button-hidden-text {
  display: none;
}

.text-wrapper p {
  margin-bottom: 0;
}

.viewed-section {
  margin-right: -100px;
}

.section__like {
  margin-top: 110px;
}

.section__like .container {
  padding: 0;
}

.section__like .section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.section__like .section__title:hover {
  margin-bottom: 40px;
}

.section__like .section__title-text {
  font-family: 'Akrobat';
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  color: #323232;
  width: auto;
  margin: 0;
  display: block;
}

.section__like .section__title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid #999999;
}

.section__like .section__title-link .section__title-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__like .section__title-link .section__title-arrow path {
  transition: all .2s;
}

.section__like .section__title-link:hover .section__title-arrow path {
  fill-opacity: 0.8;
}

.gallery-product.modal .modal-body__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 0 50px;
  height: 100%;
}

.fullscreen-slider-navigation {
  width: 10%;
}

.fullscreen-slider {
  width: 70%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-top .swiper-button-next {
  right: 0px;
}

.gallery-top .swiper-button-prev {
  left: 0px;
}

.choose-size .info-card-table {
  margin-top: 30px;
}

.product-images-item {
  cursor: zoom-in;
}

.swiper-zoom-container.swiper-slide-container>img {
  cursor: zoom-in;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.swiper-slide-zoomed .swiper-zoom-container.swiper-slide-container>img {
  cursor: zoom-out;
}

.info-card-delivery .point-in-shop.delivery-item {
  align-items: center;
}

.info-card-delivery .point-in-shop.delivery-item .right-block .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info-card-delivery .point-in-shop.delivery-item {
  flex-direction: column;
  align-items: flex-start;
}

.info-card-delivery .point-in-shop.delivery-item .right-block .text {
  margin-left: 30px;
}

.info-card-delivery .point-in-shop.delivery-item .right-block .text .primary-color {
  margin-right: 5px;
}

.product-images__wrapper .product-images-item img {
  width: 100%;
  height: auto;
}

.gallery-product.modal .modal-content {
  max-width: 1720px;
}

.gallery-product.modal .modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-top .swiper-button-prev::after,
.gallery-top .swiper-button-next:after {
  font-size: 25px;
  font-weight: bold;
}

.overall-rating-block.overall-rateing-text {
  margin-bottom: 10px;
}

.overall-rating-block.overall-rateing-text:last-child {
  margin-bottom: 0;
}

.review-questions-item {
  margin-left: 0;
  margin-right: 15px;
}

.review-questions-text {
  width: -moz-fit-content;
  width: fit-content;
}

#reviews-tab {
  margin-bottom: 110px;
}

.section_complect {
  margin-top: 111px;
}

/* siluets */

.info-card-siluets {
  margin-top: 35px;
}

.info-card-siluets__title {
  font: normal 400 15px/135% "Golos";
  color: #000000;
}

.info-card-siluets__list {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.info-card-siluets__list-item {
  font: normal 400 18px/130% "Golos";
  background: #F2F2F2;
  margin-right: 10px;
  padding: 5px 15px;
  letter-spacing: -0.01em;
  border: 1px solid #D9D9D9;
  transition: all 0.2s ease-in;
  color: #000000;
  cursor: pointer;
}

.info-card-siluets__list-item:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.info-card-siluets__list-item.true {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.info-card-siluets__list-item:last-child {
  margin-right: 0;
}

.description__wrapper.active .text-wrapper {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

/* long size modal */

.modal.long-size .modal-content {
  max-width: 400px;
}

.modal.long-size .modal-header .close {
  background: transparent;
}

.modal.long-size .modal-body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 40px 40px 40px;
}

.modal.long-size .modal-body .modal-body__text {
  font: normal 400 42px/90% "BebasNeue";
  text-align: center;
  color: var(--black-main);
  text-align: center;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}

.modal.long-size .modal-body .modal-body__text-note {
  font: normal 400 15px/135% "Golos";
  text-align: center;
  color: var(--gray-black-main);
}

.modal.long-size .modal-body .modal-body__btns {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-ok,
.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-cancel {
  font: normal 400 18px/130% "Golos";
  padding: 12px 32px;
  text-align: center;
  letter-spacing: -0.01em;
  border: 1px solid var(--black-main);
  cursor: pointer;
}

.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-ok:hover,
.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-cancel:hover {
  background: var(--white-main);
  border: 1px solid var(--black-main);
  color: var(--black-main);
}

.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-ok {
  background: var(--primary-blue);
  color: var(--white-main);
  border: 1px solid var(--primary-blue);
}

.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-cancel {
  margin-left: 20px;
  color: var(--black-main);
}

.modal.long-size .modal-body .modal-body__btns .modal-body__btns-btn-cancel:hover {
  background: var(--black-main);
  color: var(--white-main);
}

/* */
@media screen and (min-width: 768px) {
  .bx-wrapper #product-page #page-container {
    /* padding-left: 0 !important; */
  }

  [scroll-link],
  .product-item-scu-item-text,
  .info-card-table,
  .not-active-shop-button,
  .login-btn,
  .product-description.delivery-item .left-block .icon svg path,
  .product-description.delivery-item .left-block .text .product-share.delivery-item .left-block .icon svg path,
  .product-share.delivery-item .left-block .text {
    transition: all 0.2s ease-in;
  }

  [scroll-link]:hover>div {
    color: #6181A0;
  }

  .product-item-scu-item-text:hover {
    border: 1px solid #000000;
  }

  .info-card-table:hover {
    color: #6181A0;
  }

  .not-active-shop-button,
  .login-btn {
    border: 1px solid #000;
  }

  .not-active-shop-button:hover,
  .login-btn:hover {
    background-color: #fff;
    color: #000;
  }

  .not-active-shop-button:hover .add2cart__wrapper span,
  .login-btn:hover span {
    color: #000;
  }

  .not-active-shop-button:hover .add2cart__wrapper i svg path,
  .login-btn:hover i svg path {
    fill: #000;
  }

  .product-description.delivery-item:hover .left-block .icon svg path,
  .product-share.delivery-item:hover .left-block .icon svg path {
    fill: #6181A0;
  }

  .product-description.delivery-item:hover .left-block .text,
  .product-share.delivery-item:hover .left-block .text {
    color: #6181A0;
  }

  .review-head .review-title>div,
  .review-button {
    transition: all 0.2s ease-in;
  }

  .review-head .review-title:not(.active):hover>div {
    color: #6181A0;
  }

  .button-for-hidden>span,
  .button-for-hidden>span i svg path {
    transition: all 0.1s ease-in;
  }

  .button-for-hidden:hover>span,
  .button-for-hidden:hover>span i svg path {
    color: #6181A0;
    fill: #6181A0;
  }

  .review-button:hover {
    border: 1px solid transparent;
    color: #000;
    box-shadow: inset -3px -3px 0px #000000, inset 3px 3px 0px #000000;
  }
}

@media (min-width: 769px) {
  .swiper-slider-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .swiper.swiper-gallery .swiper-button-prev {
    top: 20px;
    transform: rotate(90deg);
    left: 50px;
  }

  .swiper.swiper-gallery .swiper-button-next {
    top: 90%;
    transform: rotate(90deg);
    left: 50px;
  }

  .modal-sizes .modal-content {
    width: 1200px;
    height: 520px;
  }

  .modal-sizes .size__card {
    width: 850px;
  }

  .modal-sizes .modal-body__inner .size__object {
    width: 350px;
    height: 520px;
  }

  .modal-sizes .modal-body__inner .size__object img {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .gallery-thumbs .swiper-button-next {
    transform: rotate(90deg);
    right: 0;
    left: 150px;
    top: 450%;
    color: #fff;
  }

  .gallery-thumbs .swiper-button-prev {
    transform: rotate(90deg);
    left: 150px;
    top: 40px;
    left: 150px;
    color: #fff;
  }
}

@media screen and (min-width: 1650px) {
  .is-product-page .container-custom {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1680px) {

  .gallery-thumbs .swiper-button-prev,
  .gallery-thumbs .swiper-button-next {
    left: 155px;
  }
}

@media screen and (max-width: 1650px) {
  .viewed-section {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1440px) {
  #page-container {
    padding: 0 15px;
  }
  .container-custom {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .review-questions-item:nth-last-child(1) {
    margin-top: 5px;
  }

  .product-images__wrapper.two-rows {
    grid-template-columns: 1fr;
  }

  .gallery-top .swiper-button-prev {
    left: 250px;
  }

  .gallery-top .swiper-button-next {
    right: 250px;
  }
}

@media screen and (max-width: 1280px) {
  .product-item-scu-item-table-col-wrapper {
    flex-wrap: wrap;
  }

  .product-item-scu-item-table-price {
    width: 80px;
  }

  .product-item-scu-item-table-new-price,
  .product-item-scu-item-table-old-price {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 1200px) {
  .info-card-item {
    margin: 25px 10px;
  }

  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button-next i,
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button-prev i {
    width: 50px;
    height: 50px;
  }

  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .additional-photo,
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .additional-photo img,
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .product-card .product-card-top .product-card-top-img {
    height: auto;
  }

  #reviews-tab {
    padding-left: 25px;
    padding-right: 0;
    width: 100%;
  }

  .product-images__wrapper {
    display: flex;
    flex-direction: column;
  }

  .review-head__wrapper {
    flex-direction: row;
  }

  .review-title .review-title-name {
    max-width: 100%;
  }

  .review-head .review-title:nth-child(2) {
    margin-left: 25px;
  }

  .review .container-custom .row {
    flex-wrap: wrap;
  }

  #answer-tab {
    padding: 0 15px;
  }

  .ask-question {
    padding-right: 0px;
  }

  .composition {
    /* margin-top: 90px; */
  }

  .gallery-product.modal .modal-body__wrapper {
    flex-direction: column;
    position: relative;
  }

  .swiper.swiper-gallery {
    position: relative;
    left: initial;
    right: initial;
    margin-top: 20px;
  }

  .swiper-gallery-thumb .swiper-slide {
    flex-shrink: 0;
    max-width: 500px;
    width: 100%;
  }

  .swiper-gallery-thumb {
    max-width: 50%;
  }

  .swiper-gallery-thumb .swiper-slide {
    max-width: 100%;
  }

  .gallery-product.modal .modal-body {
    padding-top: 50px;
  }

  .gallery-product.modal {
    padding: 0 !important;
  }

  .gallery-product.modal .modal-body {
    overflow-x: hidden;
    overflow-y: auto;
  }

  .gallery-top .swiper-button-prev {
    left: 50px;
  }

  .gallery-top .swiper-button-next {
    right: 50px;
  }

  .modal.fade.modal-sizes.show {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .size__card-part-top-mobile {
    display: block;
  }

  .size__card-part-top {
    display: none;
  }

  .modal-body__inner {
    flex-direction: column;
  }

  .size__object-inner {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .modal-sizes .size__object {
    background-color: transparent;
  }

  .size__object svg rect {
    fill: #fff;
  }

  .size__card-part-inner {
    border-top: 1px solid #D8D8D8;
  }

  .size__card-part-top-mobile .close-modal {
    position: absolute;
    top: -5px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #F6F6F6;
    border: none;
  }

  .size__card-part-inner .notation {
    display: none;
  }

  .notation-mobile {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 30px;
    font-family: "Proxima Nova";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #999999;
    max-width: 155px;
  }

  .size__card-part-top-mobile .size__card-part-title {
    font-family: "BebasNeue" !important;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    color: #22232D;
    margin-top: 25px;
    margin-left: 30px;
  }

  .gallery-product.modal .modal-body__wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .fullscreen-slider {
    width: 100%;
    max-width: 480px;
  }

  .fullscreen-slider-navigation {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  #page-container .foto-slider-wrapper,
  #page-container .product-desc {
    max-width: 100%;
    flex-basis: 100%;
  }

  .info-card-top {
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .info-card-article {
    margin: 0;
  }

  .product-item-scu-item-table-price {
    width: 140px;
  }

  .product-item-scu-item-table-col-wrapper {
    flex-wrap: nowrap;
  }
}

@media screen and (max-width: 990px) {
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button {
    height: calc(100% - 154px);
  }

  .info-card-item {
    margin: 0;
    padding: 0 20px;
  }

  .performance-block-item.col-6 {
    max-width: 100%;
    flex-basis: 100%;
  }

  .review-quest {
    order: 1;
    margin-top: 25px;
  }

  .review-rate {
    order: 0;
  }

  .overall-rating {
    padding: 40px 35px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .overall-rating-block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }

  .overall-rating-stars__wrapper {
    width: 50%;
  }

  .quantity-rating-progres {
    position: initial;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px;
  }

  .quantity-rating-star {
    width: 75px;
    white-space: nowrap;
  }

  .overall-rating-block.overall-rateing-text {
    flex-direction: row;
    align-items: center;
  }

  .quantity-rating-progres-black {
    width: 188px;
    height: 4px;
    background: #D9D9D9;
    border-radius: 30px;
    position: relative;
    top: 4px;
  }

  .review-questions-item:nth-last-child(1) {
    margin-top: 0px;
  }

  .product-images__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
  }

  .ask-question {
    margin-bottom: 30px;
  }

  .ask-quest {
    order: 0;
  }

  .ask-content {
    order: 1;
  }

  .review-button {
    /*display: none;*/
  }

  .overall-rating .review-button {
    display: none;
  }

  .overall-rating_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .review-foto {
    display: none;
  }

  .swiper-slider-wrapper,
  .foto-slider-wrapper {
    margin-bottom: 25px;
  }

  .review-button.tablet {
    display: none;
  }

  .tablet {
    display: block;
  }

  .size__card-part-table.cols-9 .size__card-part-table-row .size__card-part-table-item.table-column-name {
    width: 205%;
  }

  .size__card-part-table .size__card-part-table-row-rost .size__card-part-table-item.table-column-name {
    width: 150px;
  }

  #reviews-tab {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 790px) {
  .size__card-part-table {
    min-width: 800px;
    overflow-y: hidden;
  }

  .size__card-part {
    overflow-x: scroll;
  }

  .size__card-part-table .size__card-part-table-item.table-column-name {
    font-size: 20px !important;
  }

  .size__card-part-table .size__card-part-table-row-rost .size__card-part-table-item.table-column-name {
    font-size: 20px;
  }

  .size__card-part-table .size__card-part-table-row .size__card-part-table-item:nth-child(even) {
    height: 160%;
    z-index: 200;
  }

  .size__card-part-table .size__card-part-table-row.hover .size__card-part-table-item:nth-child(even) {
    background-color: rgba(246, 246, 246, 0.8);
    height: 160%;
    z-index: 200;
  }

  .size__card-part-table-row:last-child .size__card-part-table-item:nth-child(even)::after {
    z-index: -1;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .foto-slider-wrapper {
    display: none;
  }

  .review-questions-item {
    font-size: 16px;
  }

  .info-card-shop {
    flex-wrap: wrap;
  }

  .info-card-price {
    flex-basis: 100%;
    margin-top: 20px;
  }

  .composition {
    margin-top: 60px;
  }

  .review-notAuth__left-text {
    font-size: 20px;
  }

  .icon-share,
  .icon-favore {
    display: block;
  }

  .icon-favore .favActive {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  .icon-favore .notFav {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .icon-favore.active .notFav {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }

  .icon-favore.active .favActive {
    opacity: 1;
    visibility: visible;
    position: relative;
  }

  .bx-wrapper .widget-contacts {
    bottom: 170px;
  }

  .not-active-shop-button.mobile {
    width: 100%;
  }

  .gallery-top .swiper-slide-container {
    width: 100%;
  }

  .gallery-top .swiper-button-prev {
    left: 20px;
  }

  .gallery-top .swiper-button-next {
    right: 20px;
  }

  .gallery-top .swiper-button-next::after,
  .gallery-top .swiper-button-prev::after {
    font-size: 25px;
  }

  .gallery-thumbs .swiper-button-next::after,
  .gallery-thumbs .swiper-button-prev::after {
    font-size: 25px;
  }

  .product-description {
    display: none;
  }

  .description__wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-ok {
    margin-left: 0;
  }

  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__btns .modal-body__btns-btn-cancel {
    margin-bottom: 10px;
  }

  .review-foto {
    display: none;
  }

  .product-desc {
    order: 1;
  }

  .product-slider {
    order: 0;
  }

  .card-price-new {
    font-size: 25px;
  }

  #navigation {
    position: absolute;
  }

  #product-page {
    margin-top: 66px;
  }

  .section__like {
    margin-top: 65px;
  }

  .info-card-top {
    margin-top: 20px;
  }

  .info-rating-rewiew {
    margin-top: 12px;
  }

  .info-card-item .info-card-table {
    margin-bottom: 15px;
  }

  .section_complect {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: calc(100vh - 111px);
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image {
    width: 90%;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: calc(100vh - 115px);
    width: auto;
    cursor: default;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: auto;
    max-height: 111px;
    border-top: 1px solid #d3d3d3;
    border-left: none;
    white-space: nowrap;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: inline-block;
    margin-bottom: 0;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-close {
    right: 10px;
    z-index: 200;
  }

  .product-item-detail-slider-left,
  .product-item-detail-slider-right {
    max-width: 75px;
  }

  .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 0;
  }
}

@media screen and (max-width: 660px) {
  .product-item-scu-item-table-header .product-item-scu-item-table-col {
    font-size: 12px;
    line-height: 110%;
  }

  .product-item-scu-item-table-price {
    width: 75px;
  }

  .product-item-scu-item-table-quantity {
    width: 180px;
  }

  .product-item-scu-item-table-props .product-item-scu-item-table-col {
    width: 70px;
  }

  .product-item-scu-item-table-col-wrapper {
    flex-wrap: wrap;
  }

  .product-item-scu-item-table-new-price {
    width: 100%;
  }

  .product-item-scu-item-table-old-price {
    margin: 0;
    width: 100%;
  }

  .overall-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-title .review-title-name {
    font-size: 31px;
  }

  .review-title-number {
    font-size: 19px;
  }

  .review-button {
    max-width: 100%;
  }

  .review-questions {
    display: none;
  }

  .sort-faq {
    display: block;
  }
}

@media screen and (max-width: 576px) {

  .product-item-scu-item-table-quantity {
    width: 100%;
  }

  .product-item-scu-item-table-col-wrapper {
    justify-content: flex-start;
  }

  .product-item-scu-item-table-selector {
    max-width: fit-content;
  }

  .product-item-scu-item-table-header .product-item-scu-item-table-price,
  .product-item-scu-item-table-header .product-item-scu-item-table-quantity {
    display: none;
  }

  .product-item-scu-item-table-row {
    flex-wrap: wrap;
  }

  .info-card-shop__btns {
    flex-wrap: wrap;
  }

  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button-next i,
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .custom-button-prev i {
    display: none;
  }

  .quantity-rating-progres-black {
    width: 65px;
  }

  .quantity-rating-progres-gray {
    width: 40px;
  }

  .composition-performance-block {
    flex-direction: column;
  }

  .review-title-info {
    font-size: 16px;
  }

  .review-text-info {
    font-size: 16px;
  }

  .card-review-button {
    width: 100%;
    padding: 0;
    text-align: center;
    height: 43px;
    max-width: 100%;
    margin: 30px 0;
  }

  .answer__list-item-body {
    margin-left: 0;
    margin-top: 10px;
  }

  .ask-question {
    padding-right: 20px;
  }

  .card-review-button.ask {
    width: 100%;
    max-width: 100%;
  }

  .not-active-shop-button {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .text-for-button {
    white-space: nowrap;
  }

  .card-review-body {
    margin-left: 0;
  }

  .heading-info__wrapper {
    flex-direction: row;
    margin-left: 14px;
  }

  .heading-info {
    display: flex;
  }

  .account-info {
    margin-left: 0;
    max-width: 100%;
  }

  .foto-info {
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .foto-info img {
    margin-right: 5px;
  }

  .heading-info-userinfo {
    display: flex;
    flex-direction: column;
  }

  .overall-rating_wrapper {
    flex-direction: column;
  }

  .overall-rating-stars__wrapper {
    width: 100%;
  }

  .overall-rating-title-number {
    font-size: 31px;
  }

  .overall-rating-title-number {
    margin-right: 0;
  }

  .overall-rating-title-rating {
    width: 60%;
    margin-left: 10px;
  }

  .overall-rating-block {
    flex-direction: row;
    justify-content: flex-start;
  }

  .overall-rating {
    padding: 35px 25px;
  }

  .review-notAuth__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-notAuth__right__wrapper {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .info-card-name {
    font-size: 30px;
  }

  .swiper-gallery-thumb {
    max-width: 100%;
  }

  .gallery-top .swiper-slide-container {
    width: 100%;
  }

  .gallery-top .swiper-button-next,
  .gallery-top .swiper-button-prev {
    color: #fff;
  }

  .gallery-top .swiper-button-prev {
    left: 5px;
    top: calc(50% - 100px);
  }

  .gallery-top .swiper-button-next {
    right: 5px;
    top: calc(50% - 100px);
  }

  .size__card-part-top-mobile .size__card-part-title {
    font-size: 30px;
    max-width: 225px;
  }

  .info-card-table {
    margin-bottom: 20px;
  }

  .is-product-page .container-custom {
    padding-left: 15px;
    padding-right: 15px;
  }

  #reviews-tab {
    padding-left: 15px;
  }

  .info-card-item {
    padding: 0 15px;
  }

  .review {
    margin-top: 0;
  }

  .viewed-section {
    margin-top: 10px;
  }

  .section__title-text {
    z-index: 2;
    padding-top: 5px;
  }

  .gallery-product.modal .modal-body__wrapper {
    padding: 0;
  }

  .gallery-product.modal .modal-body__wrapper .swiper-zoom-container>img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    -o-object-position: top;
    object-position: top;
  }

  .gallery-top .swiper-button-next,
  .gallery-top .swiper-button-prev {
    top: 50%;
  }

  .gallery-thumbs {
    height: auto;
  }

  .gallery-product.modal .modal-dialog {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .gallery-product.modal .modal-body {
    padding-top: 0;
  }

  .gallery-product.modal .modal-content {
    height: 100vh;
  }

  .gallery-product.modal .fullscreen-slider {
    padding: 20px;
  }

  .gallery-product.modal .modal-body__wrapper {
    justify-content: flex-end;
  }

  .gallery-product.modal .modal-body__wrapper .gallery-top {
    margin: 0;
  }

  .gallery-product.modal .modal-header .close {
    background-color: #fff;
    border-radius: 50%;
    top: 20px;
    right: 20px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  }

  .gallery-product.modal .modal-header .close svg path {
    fill: #000;
  }

  .fullscreen-slider-navigation {
    /*padding: 0 20px;*/
  }

  #reviews-tab {
    margin-bottom: 60px;
  }

  .performance-block-item.col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media screen and (max-width: 575px) {
  .addToCart.modal .modal-body .modal-body__wrapper .modal-body__slider .modal-body__slider-title {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .container-custom {
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .composition-performance-block .performance-item-text {
    /* white-space: nowrap; */
  }

  .info-card-item {
    margin: 0;
    padding: 0px;
  }

  .description__wrapper {
    margin-top: 0;
  }

  #care-block .composition-performance-block .performance-item-text {
    white-space: normal;
  }
}

@media screen and (max-width: 479px) {
  .addToCart.modal .modal-body {
    padding: 0 20px 0px 20px;
  }

  .review-head__wrapper {
    display: flex;
    flex-direction: column;
  }

  .review-head .review-title:nth-child(2) {
    margin-left: 0px;
  }

  .review-title .review-title-name {
    margin-bottom: 15px;
  }

  .heading-info-city,
  .heading-info-date {
    margin-left: 0;
  }

  .answer__list-item-head__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .answer__list-item-head-userinfo {
    margin-left: 14px;
  }

  .info-card-delivery .text {
    font-size: 14px;
  }

  .info-card-delivery .text a {
    font-size: 14px;
  }

  .delivery-point.delivery-item,
  .right-block .text,
  .left-block .text {
    white-space: nowrap;
  }

  .ask-question {
    padding-right: 0px;
  }

  .info-card-rating {
    flex-direction: column;
    align-items: flex-start;
  }

  .quantity-rating-star {
    width: 45%;
  }

  .heading-info__wrapper {
    flex-direction: column;
  }

  .composition {
    margin-top: 40px;
  }

  .composition-performance-title {
    font-size: 24px;
  }

  .description-title {
    font-size: 24px;
  }

  .performance-item-text {
    font-size: 19px;
  }

  .composition-performance.second-block {
    margin-top: 40px;
  }

  .review-notAuth__right-login-btn {
    padding: 8px 15px;
  }

  .modal-sizes .size__object {
    width: 100%;
    padding-bottom: 50px;
  }

  .modal-sizes .size__object svg {
    width: 100%;
  }
}

@media screen and (max-width: 440px) and (max-height: 890px) {
  .gallery-product.modal .modal-content {
    height: 100%;
  }
}

@media screen and (max-width: 440px) and (max-height: 700px) {
  .gallery-product.modal .modal-content {
    height: 100vh;
  }
}

@media screen and (max-width: 340px) {
  .answer__list-item-head-userinfo {
    margin-left: 12px;
  }

  .info-card-delivery .text {
    font-size: 12px;
  }

  .info-card-delivery .text a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .gallery-thumbs .swiper-button-next {
    transform: rotate(90deg);
    right: 0;
    left: 100px;
    top: 450%;
    color: #fff;
  }

  .gallery-thumbs .swiper-button-prev {
    transform: rotate(90deg);
    left: 150px;
    top: 40px;
    left: 100px;
    color: #fff;
  }
}

@media (width <= 900px) {
    .gallery-thumbs {
        display: none;
    }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670*/
.section__title {
  text-align: center;
  font-family: "Akrobat", sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
  color: #323232;
}

.product__list {
  display: grid;
  grid-template-columns: calc(25% - 5px) calc(25% - 5px) calc(25% - 5px) calc(25% - 5px);
  grid-template-rows: 1fr;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 25px;
}

.product__list .product-card .product-card-top .product-card-top-img {
  /*height: 700px;*/
}

.product-card {
  margin-bottom: 20px;
}

.recently_views .swiper .product-card .product-card-top .product-card-top-img,
.recently_views .swiper .product-card .product-card-top .additional-photo img,
.recently_views .swiper .product-card .product-card-top .additional-photo {
  height: 550px;
  width: auto;
}

.recently_views .swiper .product-card .product-card-footer-prices-price,
.recently_views .swiper .product-card .product-card-footer-prices-price-old {
  font-size: 18px;
  white-space: nowrap;
}

.recently_views .swiper .custom-button {
  height: 550px;
}

.swiper.product-hits__slider .custom-button {
  height: 700px;
}

.recently_views .swiper .button-detail {
  width: 103px;
  height: 45px;
  font-size: 16px;
}

.container {
  overflow: hidden;
}

.section__title {
  width: 100% !important;
  text-align: center;
}

.wrapper {
  margin-top: 90px;
}
.wrapper-optovikam {
max-width: 1200px;
margin: 0 auto;
margin-top: 90px;
}
@media screen and (min-width: 800px) {
  .section__title:hover {
    border-bottom: none !important;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1680px) {

  .recently_views,
  .product-hits {
    margin-right: -150px;
    overflow-y: hidden;
  }
}

@media screen and (min-width: 1950px) {
  .product__list {
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2450px) {
  .product__list {
    display: grid;
    grid-template-columns: 16.6% 16.6% 16.6% 16.6% 16.6% 16.6%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 2900px) {
  .product__list {
    display: grid;
    grid-template-columns: 14.2% 14.2% 14.2% 14.2% 14.2% 14.2% 14.2%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (min-width: 3400px) {
  .product__list {
    display: grid;
    grid-template-columns: 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5% 12.5%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
    row-gap: 25px;
  }
}

@media screen and (max-width: 1610px) {

  .recently_views,
  .product-hits {
    margin-right: -20px;
  }
}

@media screen and (max-width: 1440px) {
  .product__list {
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 450px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
}

@media screen and (max-width: 990px) {

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 550px;
    width: auto;
  }

  .recently_views .swiper .custom-button {
    height: 550px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 600px;
  }
}

@media screen and (max-width: 767px) {
  .product__list {
    display: grid;
    /*grid-template-columns: 1fr 1fr;*/
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .page-top__title {
    font-size: 40px;
    text-align: left;
  }

  .recently_views .swiper .product-card .product-card-top .product-card-top-img,
  .recently_views .swiper .product-card .product-card-top .additional-photo img,
  .recently_views .swiper .product-card .product-card-top .additional-photo {
    height: 353px;
    width: 353px;
  }

  .recently_views .swiper .custom-button {
    height: 353px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 540px;
  }

  .section__title {
    font-size: 35px !important;
    margin-top: 96px;
    margin-bottom: 0;
    text-align: left !important;
  }
}

@media screen and (max-width: 576px) {
  .product__list {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 1fr;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

  .swiper.product-hits__slider .custom-button {
    height: 470px;
  }

  .recently_views,
  .product-hits {
    margin-right: -10px;
  }
}

@media screen and (max-width: 480px) {
  .swiper.product-hits__slider .custom-button {
    height: 283px;
  }

  .bx-wrapper .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* End */


/* Start:/local/templates/eshop_bootstrap_v4/components-template/section/style.css?17091855925911*/
.our-brands {
  margin-top: 75px;
  padding: 0 10px;
}

.our-brands .brands-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 60px;
  row-gap: 30px;
}

.our-brands .brand-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #eaeaea;
  height: 140px;
}

.section__top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.section__title {
  font-family: 'Akrobat';
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  color: #323232;
  width: auto;
  margin: 0;
  display: block;
}

.section__title:hover {
  /* border-bottom: 4px solid #000; */
  /* margin-bottom: -4px; */
}

.section__title-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid #999999;
}

.section__title-link .section__title-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section__title-link .section__title-arrow path {
  transition: all .2s;
}

.section__title-link:hover .section__title-arrow path {
  fill-opacity: 0.8;
}


.section__link-block {
  display: block;
  width: fit-content;
}

.section__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 9999px;
  border: 1px solid #999999;
}

.section__like .section__title-link:hover .section__title-arrow path {
  fill-opacity: 0.8;
}

.section__like .section__title-link .section__title-arrow path {
  transition: all .2s;
}

.section__title-text {
  font-family: 'Akrobat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 105%;
  display: flex;
  align-items: flex-end;
  text-align: center;
  letter-spacing: -0.6px;
  color: #000000;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section__title {
  font-family: Akrobat;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 105%;
  letter-spacing: -0.6px;
  color: #323232;
}

@media screen and (min-width:1660px) {
  .section__link {
    margin-right: 125px;
  }
}

@media screen and (max-width:1200px) {
  .section__title-text {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}

.section__link::before {
  content: "";
  background: url("/local/templates/eshop_bootstrap_v4/components-template/section/../../images/link-icon-arrow.svg") no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -18px;
}

.section__link:hover::before {
  background: url("/local/templates/eshop_bootstrap_v4/components-template/section/../../images/link-icon-arrow-hover.svg") no-repeat;
}

.section__link:hover {
  color: #6181A0;
}

@media screen and (max-width:480px) {
  .section__link {
    margin-right: 0px;
  }

  .section__link::before {
    right: -15px;
  }
}

/* --- Хиты продаж --- */

.product-hits {
  margin-top: 110px;
}

.product-hits__slider {
  margin-top: 20px;
}

/* --- Новинки --- */

.product-new {
  margin-top: 121px;
}

.products-new__slider {
  margin-top: 20px;
}



.subcats--mobile {
  display: none;
}

.recently_views .section__top-catalog {
  margin-bottom: 40px;
}

section.recently_views .product-card .product-card-top .product-card-top-img {
  height: 700px;
}

.subcats--mobile svg {
  transition: all .3s ease-in;
}

.subcats--mobile.opened svg {
  transform: rotate(180deg);
}

.filter-sort-adaptive .arrow-down svg {
  transition: all .3s ease-in;
}

.filter-sort-adaptive.opened .arrow-down svg {
  transform: rotate(180deg);
}


@media screen and (max-width: 480px) {
  .subcats--mobile {
    display: flex;
    position: relative;
    margin-top: 36px;
  }

  .page-top__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 10px 0;
  }

  .subcats--mobile .page-top__subcategories-list-item {
    margin-right: 0;
    white-space: nowrap;
    width: fit-content;
  }

  .opened .subcategori-block-clothes {
    display: flex;
    z-index: 100;
  }

  .subcats--mobile.opened .page-top__subcategories-list {
    display: flex;
  }
}

@media screen and (max-width: 576px) {
  .section__title-text {
    font-size: 31px;
    margin-bottom: 20px;
  }
}


.section__description {
  font-family: 'Golos';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: -0.01em;

  /* neutral/10 */
  margin: 15px auto 30px auto;
  color: #333333;
  max-width: 800px;
}

@media screen and (max-width: 990px) {
  .section__description {
    max-width: 650px;
    margin: 10px auto 20px auto;
  }
}

@media screen and (max-width: 576px) {
  .section__description {
    max-width: 100%;
    margin: 10px auto 15px auto;
    font-size: 14px;
    text-align: left;
  }
}


@media only screen and (max-width: 950px) and (min-width: 767px) and (orientation: landscape) {
  .no-product .section__title {
    margin-top: 80px;
  }
}


.swiper-section .swiper {
  margin-right: -100px;
}

.swiper-section .section__title-text {
  margin-right: -100px;
}

@media screen and (max-width: 1650px) {
  .swiper-section .swiper {
    margin-right: -20px;
  }

  .swiper-section .section__title-text {
    margin-right: -20px;
  }
}

@media screen and (max-width:576px) {
  .section__title-text {
    font-size: 24px;
  }

  .swiper-section {
    margin-top: 60px;
  }

  .swiper-section .section__title-text {
    padding-top: 10px;
  }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/product-complect/style.css?169347527724238*/
.product-item .product-item-scu-block-title {
	font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #343434;
    margin-bottom: 10px;
}
.product-item .product-item-scu-item-list {
	margin: 0 -4px;
}
.product-item .product-item-scu-item-text-container {
	border: 2px solid #f2f6f9;
    cursor: pointer;
    padding: 6px 10px;
	margin: 4px;
	font-size: 14px;
    line-height: normal;
    font-weight: 400;
	color: #1c1a1a;
}
.product-item .product-item-scu-item-text-container.selected {
	border-color: #acc6d9;
}



.product-item-container { position: relative; }

.product-item-container.hover { z-index: 17; }

.product-item {
	display: block;
	box-sizing: border-box;
	padding-top: 15px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	background: #fff;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .19);
}

.product-item-big-card .product-item,
.product-item-small-card .product-item { }

.product-item-line-card .product-item { border-bottom: 1px solid #dadada; }

.bx-no-touch .product-item-container.hover .product-item {
	position: absolute;
	right: -15px;
	left: -15px;
	padding: 15px 15px 0;
	width: auto;
	border-color: transparent;
	box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
}

.bx-touch .product-item {
	padding: 15px 0 0;
	width: auto;
	background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
	-webkit-animation: product-item-hover 300ms 1 ease;
	animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left:0;
		padding-right:0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left:15px;
		padding-right:15px;
	}
}

@keyframes product-item-hover {
	0% {
		position: absolute;
		left: 0;
		right: 0;
		border: 1px solid transparent;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
		padding-left:0;
		padding-right:0;
	}
	100% {
		border: 1px solid transparent;
		box-shadow: 0 7px 15px 0 rgba(0, 0, 0, .19);
		left: -15px;
		right: -15px;
		padding-left:15px;
		padding-right:15px;
	}
}

/*Image*/
.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
	transition: all 300ms ease;
}

.product-item-image-wrapper:hover { }

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper { padding-top: 54%; }

.product-item-image-original,
.product-item-image-alternative {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: opacity 300ms linear;
}

.product-item-image-original { z-index: 11; }

.product-item-image-alternative {
	z-index: 13;
	opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original { opacity: 0; }

.bx-no-touch .product-item-container.hover .product-item-image-alternative { opacity: 1; }

.product-item-big-card .product-item-image-wrapper { margin-bottom: 25px; }

/*Image Slider*/
.product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: opacity 300ms ease;
}

.product-item-image-slide {
	position: relative;
	display: none;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.product-item-image-slide {
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.product-item-image-slide.next,
	.product-item-image-slide.active.right {
		left: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	.product-item-image-slide.prev,
	.product-item-image-slide.active.left {
		left: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	.product-item-image-slide.next.left,
	.product-item-image-slide.prev.right,
	.product-item-image-slide.active {
		left: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.product-item-image-slider-slide-container > .active,
.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev { display: block; }

.product-item-image-slider-slide-container > .active { left: 0; }

.product-item-image-slider-slide-container > .next,
.product-item-image-slider-slide-container > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.product-item-image-slider-slide-container > .next { left: 100%; }

.product-item-image-slider-slide-container > .prev { left: -100%; }

.product-item-image-slider-slide-container > .next.left,
.product-item-image-slider-slide-container > .prev.right { left: 0; }

.product-item-image-slider-progress-bar-container {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
}

.product-item-image-slider-progress-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 1px;
	background-color: var(--theme-color-primary);
	opacity: .8;
}

.product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 15;
	display: block;
	padding: 0;
	text-align: center;
	opacity: 0;
	transition: opacity 300ms ease;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container { opacity: 1; }

.product-item-image-slider-control,
.product-item-image-slider-control.active {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: rgba(128, 128, 128, .8);
	opacity: .6;
	cursor: pointer;
	transition: all 300ms ease;
}

.product-item-image-slider-control:hover,
.product-item-image-slider-control.active:hover { cursor: pointer; }

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover { background-color: var(--primary); }

/*Label*/
.product-item-label-text,
.product-item-label-ring {
	position: absolute;
	z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
	display: inline-block;
	clear: both;
	margin-bottom: 2px;
	background: #f42c2c;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring { background-color: #fba90c; }

.product-item-label-text > div,
.product-item-label-ring > div { line-height: 0; }

/* TEXT */
.product-item-label-text span {
	padding: 2px 5px;
	vertical-align: middle;
	font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
	margin-bottom: 1px;
	padding: 2px 7px;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
	padding: 5px 12px;
	font-size: 16px;
	line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
	padding: 4px 10px;
	font-size: 13px;
	line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
	padding: 5px 17px;
	font-size: 22px;
	line-height: 33px;
}

@media (max-width: 767px) {
	.product-item-label-text > div { line-height: 0; }

	.product-item-label-text.product-item-label-small span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
		margin-bottom: 1px;
		padding: 2px 7px;
		font-size: 10px;
		line-height: 14px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-small span,
	.product-item-label-text.product-item-label-big span,
	.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
		margin-bottom: 1px;
		padding: 3px 12px;
		font-size: 14px;
		line-height: 16px;
	}

	.product-item-big-card .product-item-label-text.product-item-label-big span {
		padding: 3px 12px;
		font-size: 20px;
		line-height: 25px;
	}
}

/*RING*/
.product-item-label-ring {
	box-sizing: border-box;
	border-radius: 50%;
	font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
	width: 40px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
	width: 100px;
	height: 100px;
	font-size: 30px;
	line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
	width: 120px;
	height: 120px;
	font-size: 42px;
	line-height: 120px;
}

@media (max-width: 767px) {
	.product-item-label-ring.product-item-label-small,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-small,
	.product-item-label-ring.product-item-label-big,
	.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
		width: 35px;
		height: 35px;
		font-size: 12px;
		line-height: 35px;
	}

	.product-item-big-card .product-item-label-ring.product-item-label-big {
		width: 70px;
		height: 70px;
		font-size: 24px;
		line-height: 70px;
	}
}

.product-item-label-top { top: -5px; }

.product-item-label-center {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.product-item-label-center > div { text-align: center; }

.product-item-label-left { left: -5px; }

.product-item-label-left > div { text-align: left; }

.product-item-label-bottom { bottom: -5px; }

.product-item-label-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product-item-label-right { right: -5px; }

.product-item-label-right > div { text-align: right; }

.product-item-label-center.product-item-label-middle {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
	overflow: hidden;
	margin: 0;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	font-size: 14px;
	text-align: center;
}

.product-item-title a {
	color: #3f3f3f;
	text-decoration: none;
	transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
	white-space: normal;
	text-align: left;
}

.product-item-big-card .product-item-title a { font-size: 21px; }

.product-item-line-card .product-item-title a { font-size: 20px; }

@media (max-width: 1199px) {
	.product-item-big-card .product-item-title a { font-size: 18px; }
}

@media (max-width: 991px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

@media (max-width: 767px) {
	.product-item-big-card .product-item-title a { font-size: 14px; }
}

@media (max-width: 575px) {
	.product-item-big-card .product-item-title a { font-size: 16px; }
}

/*Price*/
.product-item-price-container {
	text-align: center;
	line-height: 1;
}

.product-item-price-current {
	color: #3f3f3f;
	white-space: nowrap;
	font-weight: bold;
	font-size: 13px;
}

.product-item-price-old {
	color: #a5a5a5;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
	vertical-align: middle;
	line-height: 20px;
}

.product-item-big-card .product-item-price-container { margin: 0 0 10px; }

.product-item-big-card .product-item-price-current { font-size: 18px; }

.product-item-big-card .product-item-price-old { font-size: 15px; }

/*Info*/
.product-item-info-container {
	clear: both;
	margin-bottom: 8px;
}

.product-item-info-container-title { font-size: 12px; }

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
	display: none;
	opacity: 0;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden { display: none !important }

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
	display: block;
	opacity: 1;
}

.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden[data-entity="quantity-block"] {
	display: none;
}

/*Amount*/
.product-item-amount {
	padding: 0 0 2px;
	text-align: center;
}

.product-item-amount-field-container { }

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
	position: relative;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	background-color: #f2f2f2;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	transition: background 300ms ease, opacity 300ms ease;
}

.bx-retina .product-item-amount-field-btn-plus,
.bx-retina .product-item-amount-field-btn-minus { border-width: .5px; }

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover { background: #d3d3d3; }

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
	opacity: .3 !important;
	cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
	background-color: #f2f2f2;
}

.product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.product-item-amount-field {
	display: inline-block;
	padding: 0;
	max-width: 50px;
	width: auto;
	height: 22px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: transparent !important;
	color: #000;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
	line-height: 22px;
	transition: border 300ms ease;
}

.bx-retina .product-item-amount-field { border-width: .5px; }

.product-item-amount-field:focus { outline: none !important; }

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
	appearance: none
}

.product-item-amount-description-container {
	display: block;
	color: #a5a5a5;
	white-space: nowrap;
	font-size: 12px;
}

.product-item-big-card .product-item-amount-field-container { text-align: left; }

.product-item-amount-description-container strong {
	color: #333;
	white-space: nowrap;
}

.product-item-amount-label-container {
	margin: 5px 0;
	color: #a5a5a5;
	font-weight: bold;
	font-size: 12px;
}

/**/
.product-item-quantity { font-size: 12px; }

/*region Properties */
.product-item-properties {
	display: block;
	margin: 0;
}

.product-item-properties dl { clear: both; }

.product-item-properties dt {
	float: left;
	clear: both;
	font-weight: normal;
	font-size: 12px;
}

.product-item-properties dd {
	float: right;
	margin-bottom: 3px;
	margin-left: 5px;
	font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
	position: relative;
	display: none;
	margin: 0 -15px;
	padding: 4px 15px;
	min-height: 30px;
	border-top: 1px solid #e6e6e6;
	background: #f3f3f3;
	box-shadow: inset 0 1px 1px 0 #eee;
	vertical-align: middle;
	font-size: 12px;
	line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
	margin: 0;
	border: none;
	background-color: transparent;
	box-shadow: none;
	text-align: center;
}

.bx-touch .product-item-compare-container { display: none; }

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container { display: block; }

.product-item-compare .checkbox {
	margin: 0;
	padding: 0;
}

/*Description*/
.product-item-description-container { }

.product-item-description-container p {
	color: #575757;
	font-size: 13px;
}

/*Buttons*/
.product-item-button-container { text-align: center; }

.product-item-button-container .btn { margin-bottom: 2px; }

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round { display: none; }

/*More*/
.product-item-more-container {
	position: relative;
	display: block;
	box-sizing: border-box;
	padding: 15px 15px 5px;
	width: 100%;
	border: 1px solid transparent;
	border-radius: 2px;
	transition: all 300ms ease;
}

.product-item-more-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 116%;
	width: 100%;
}

.product-item-more {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
	background-size: 50%;
	opacity: .7;
	transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more { opacity: 1; }

.product-item-more-title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type='number'] { -moz-appearance: textfield; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }
/* End */


/* Start:/local/templates/.default/components/bitrix/main.file.input/lexmer/style.css?169347527810005*/
.file-placeholder {
	margin-bottom: 20px;
}
.file-placeholder .loading-wrap {
    display:inline-block;
    margin-left:15px;
    vertical-align:middle;
    position:relative;
    width:50%;
}
.file-placeholder .loading {
    background:#e3ebed;
    display:block;
    border:1px solid;
    border-top:1px solid #bcc2c4;
    border-left-color:#cfd7d9;
    border-right-color:#cfd7d9;
    border-bottom:1px solid #dde5e6;
    border-radius:2px;
    height:17px;
    -webkit-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    -moz-box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
    box-shadow:inset 0 1px 2px rgba(188,194,196,0.7);
}
.file-placeholder .loading .del-but {
    background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat 7px -20px;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .load-indicator {
	background:#40c0e9;
    background:linear-gradient(top, #40c0e9, #2698db);
    background:-moz-linear-gradient(top, #40c0e9, #2698db);
    background:-o-linear-gradient(top, #40c0e9, #2698db);
    background:-ms-linear-gradient(top, #40c0e9, #2698db);
    background:-webkit-gradient(linear, left top, left bottom, from(#40c0e9), to(#2698db));
    border-radius:2px;
    color:#fff;
    font-size:12px;
    height:19px;
    text-align:center;
    text-shadow:0 1px 0 rgba(56, 124, 162, 1);
    left:0;
    top:0;
    position:absolute;
}
.file-placeholder .load-number {
	display:inline-block; box-sizing:border-box; padding-top:2px;
}
.file-placeholder .files-title {
	background:url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat;
	color:#5c6470;
	font-size:12px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
	left:13px;
	top:12px;
	width:54px;
	padding-left:20px;
	position:absolute;
}
.file-placeholder .files-list-wrap {
	margin-left:56px;
}
html* .file-placeholder .files-list {
	width: auto !important;
}
.file-placeholder .files-list {
	table-layout:fixed;
	width:100%;
	position:relative;
}
.file-placeholder .files-list td {
	
}
.file-placeholder .file-edit,
.file-placeholder .file-section {
	display: none;
}
.file-placeholder .files-name {
	width:30%
}
.file-placeholder .files-size {
	width:12%
}
.file-placeholder .files-storage {
	width:20%
}
.file-placeholder .files-storage .files-storage-text{
	display: inline-block;
	width:80px;
	color:#5C6470;
}
.file-placeholder .files-storage-block {
	position:relative;
}
.file-placeholder .files-text {
	
}
.file-placeholder .error-load .files-text {
	color:#bb0000;
}
.file-placeholder .f-wrap {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	word-wrap: break-word;
	zoom:1;
}
.file-placeholder .del-but {
	background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat 0 0;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.file-placeholder .files-text .del-but {
	background-position:6px -19px;
	display:inline-block;
	margin-top:-2px;
	position:static;
	vertical-align:top;
}
.file-placeholder .loading .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .files-storage-block .del-but {
    background-position: 7px -20px;
    top: 0;
}
.file-placeholder .info-icon {
	background:url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat -112px -60px;
	display:inline-block;
	height:16px;
	margin-right:10px;
	vertical-align:middle;
	width:17px;
}
.file-placeholder .stor-place {
	display:inline-block;
	margin-left:10px;
	vertical-align:top;
}
.file-placeholder .stor-text {
	display:inline-block;
	border-bottom:1px solid #5c6470;
}
.file-placeholder .stor-pl-arrow {
	background:url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat -130px -23px;
	display:inline-block;
	margin-left:10px;
	height:5px;
	vertical-align:middle;
	width:3px;
}
.file-placeholder .edit-stor {
	background:url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat 4px -64px;
	/*cursor:pointer;*/
	/*display:inline-block;*/
	display: none;
	height:15px;
	margin-left:0px;
	vertical-align:middle;
	width:15px;
}
.file-placeholder .files-path,
.file-placeholder .files-path:visited,
.file-placeholder .files-path:active,
.file-placeholder .files-path:link,
.file-placeholder .files-path:hover {
	border-bottom:1px dashed #5C6470;
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-placeholder .files-placement,
.file-placeholder .files-placement:visited,
.file-placeholder .files-placement:active,
.file-placeholder .files-placement:link,
.file-placeholder .files-placement:hover {
	display:inline-block;
	color:#5C6470;
	/*margin-left:10px;*/
	text-decoration:none;
}
.file-selectdialog {
	max-width: 320px;
}
.file-selectdialog .file-placeholder{
	
}
.file-selectdialog .file-simple .file-placeholder {
	margin-top: 0px;
	margin-left: 90px;
}
.file-selectdialog .file-label {
    background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat -146px -186px;
    color: #5C6470;
    font-size: 12px;
    left: 13px;
    padding-left: 20px;
    position: absolute;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    top: 12px;
    width: 54px;
	line-height: 20px;
}
/*.file-selectdialog .file-extended .file-selector {
    
}
*/
.file-selectdialog .file-selector-active ~ .file-extended   {
	background-position:57px -88px;
	border:3px dashed #d4dde1;
	padding:21px 0 40px 190px;
}

.file-selectdialog .file-extended:hover {
	border:2px dashed #000000;
}
.file-selectdialog .file-extended .file-load-img {background:url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/loading-place-img.gif") no-repeat 0 0;
	height:79px;
	left:58px;
	top:20px;
	position:absolute;
	width:90px;
}
.file-selectdialog .file-extended .file-selector:hover .file-load-img  {
	background-position:0 -104px;
	left:55px;
	top:17px;
}
.file-selectdialog .file-extended .file-uploader {
    color: #2067B0;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
}
.file-selectdialog .file-extended .file-uploader .file-but-text {
	cursor: pointer;
	display: block;
	width:100%;
	height:100%;
}
.file-selectdialog .file-simple .file-uploader .file-fileUploader {
	/*font-size: 12px;*/
}
.file-selectdialog .file-uploader .file-fileUploader {
	font-size:120px;
	height:85px;
	opacity:0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 0;
	top: -20px;
	cursor: pointer;
}
.file-selectdialog .file-uploader .file-filemacos {
	left:0 !important;
}
.file-selectdialog .file-label2 {
	color: #5C6470;
    font-size: 12px;
    margin-left: 58px;
    padding-bottom: 11px;
}
.file-selectdialog .file-simple,
.file-selectdialog .file-extended {
	display: none;
}
.file-selectdialog .file-simple .file-label2 {
	margin-top:20px;
}
.file-selectdialog .file-simple .file-selector{
	color:#5c6470;
	overflow: hidden;
	height: 30px;
	/*font-size:12px;*/
	font-weight:bold;
	margin:6px 0 6px 90px;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);
}
.file-selectdialog .file-simple .file-uploader{
	overflow: hidden;
    position: relative;
	display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: middle;
	cursor:pointer;
}
.file-selectdialog .file-simple .file-uploader-left{
    background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat 0px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-uploader-right{
    background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") no-repeat -7px -240px;
    display: inline-block;
    height: 25px;
    vertical-align: top;
    width: 4px;
}
.file-selectdialog .file-simple .file-but-text{
    background: url("/local/templates/.default/components/bitrix/main.file.input/lexmer/images/live_feed_sprite.png") repeat-x 0 -267px;
    color: #7A808C;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    padding: 2px 10px 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    vertical-align: top;
}

.file-extended {
    background: #F2F2F2;
	border: 2px dashed #D9D9D9;
	padding:20px 22px;
	height: 109px;
	transition: all .3s ease-in;
	cursor: pointer;
}

.file-extended.disabled {
	opacity: .5;
	pointer-events: none;
}

.file-selectdialog.disabled {
	opacity: .5;
	pointer-events: none;
}

.file-placeholder {
	margin-top: 10px;
}

.file-placeholder-tbody {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:5px;	
}

.file-placeholder-tbody tr {
	width: 60px;
	height: 80px;
}

.file-placeholder-tbody tr .files-name {
	width: 60px;
	height: 80px;
}

.file-placeholder-tbody tr .files-name .f-wrap {
	width: 60px;
	height: 80px;
}

.files-size {
	display: none;
}

.feed-add-img-wrap {
	position: relative;
}

.files-list {
	display: grid;
	grid-template-columns: 60px 60px 60px;
	gap:5px;
	margin-top: 10px;
}

.feed-add-photo-block {
	height: 100%;
	position: relative;
}

.feed-add-post-del-but {
	right: 1px;
    position: absolute;
	cursor: pointer;
}

.helper-span.load {
	display: none;
}

.placeholder {
	display: block;
}

.placeholder-mobile {
	display: none;
}

@media screen and (max-width: 767px){
	.placeholder {
		display: none;
	}
	
	.placeholder-mobile {
		display: block;
	}
	.file-extended {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.file-selector {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
	}
	
}

.help-block {
	position: absolute;
	top: 30px;
	color: #ff2828;
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.errors {
	font-family: 'Golos';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
}

.form-group.images .help-block {
	top:initial;
	bottom:20px;
	white-space: normal;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/lexmer/style.css?1693475276932*/
#navigation {
	margin: 30px 0;
}
.breadcrumbs {
	display: flex;
	align-items: center;
	flex-wrap:wrap;
}
.breadcrumb-item {
	font-size: 12px;
	line-height: 1.17;
	color: #2c3c3a;
}
.separator {
	margin: 0 10px;
}
.separator:after {
	content: '/';
	font-size: 12px;
	line-height: 1.17;
	color: #2c3c3a;
}

.breadcrumb-item-text {
	font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 135%;
    display: flex;
    align-items: center;
    margin-right: 5px;
    color: #808080;
}


@media (max-width: 767.98px) {
	#product-page .breadcrumbs {
		flex-wrap: wrap;
		justify-content: flex-start;
		margin-top: 0px;
	}
}


.arrow-bread {
	margin-left: 0px;
    top: 1px;
    margin-right: 5px;
    position: relative;
}

.breadcrumb-item a span{
	transition: all .2s ease-in;
}

.breadcrumb-item:hover a span{
	color:#6181A0;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16916577632802*/
div.catalog-detail { position: static; border: 1px solid; zoom:1;}
div.catalog-detail-hover div.catalog-admin-links  { display: block; }
div.catalog-detail-hover { position: relative;}

div.catalog-detail-line
{
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:12px 0;
    overflow:hidden;
    padding:0;
    background: url(/bitrix/components/bitrix/catalog.store.amount/templates/.default/images/title-line.gif) no-repeat;
}
div.catalog-detail-properties { clear: both; padding: 1em 0 0;  overflow: hidden; width: 80%; }
div.catalog-detail-property { margin: 0 0 1em; border-bottom:1px dotted; float: left; width: 100%;}
div.catalog-detail-property b { float: right; position: relative; padding-left: 3px;  font-weight:normal; }
div.catalog-detail-property grey { color:grey;  font-weight:lighter; }
div.catalog-detail-property span { float: left; position: relative; padding-right: 3px; zoom: 1;}
div.catalog-detail-properties-title { font-size: 1em; font-weight: bold; margin: 2em 0 1em; }


.bx_storege {}
.bx_storege h4{
    margin-bottom: 0;
}
.bx_storege hr{
    background: #e5e5e5;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #e5e5e5 0%, #e5e5e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#e5e5e5), color-stop(50%,#e5e5e5), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -o-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: -ms-linear-gradient(left, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    background: linear-gradient(to right, #e5e5e5 0%,#e5e5e5 50%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=1 );
    border: none;
    height: 1px;
}
.bx_storege ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.bx_storege ul li{
    padding: 5px 0 20px;
    font-size: 12px;
    line-height: 17px;
}
.bx_storege ul li a{
    text-decoration: none;
    color: #2a65ae;
}
.bx_storege ul li a:hover{
    text-decoration: underline;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog/lexmer/style.css?16934752784677 */
/* /local/templates/.default/components/bitrix/catalog.element/lexmer/style.css?173824693094160 */
/* /local/templates/eshop_bootstrap_v4/components-template/custom-page/style.css?17071219875670 */
/* /local/templates/eshop_bootstrap_v4/components-template/section/style.css?17091855925911 */
/* /local/templates/.default/components/bitrix/catalog.item/product-complect/style.css?169347527724238 */
/* /local/templates/.default/components/bitrix/main.file.input/lexmer/style.css?169347527810005 */
/* /local/templates/.default/components/bitrix/breadcrumb/lexmer/style.css?1693475276932 */
/* /bitrix/components/bitrix/catalog.store.amount/templates/.default/style.css?16916577632802 */
