

/* Start:/local/components/optimalgroup/top.catalog.url/templates/.default/style.css?16995128182528*/
ul.n-catalog-top-sections {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    transition: 0.5s ease max-height;
    max-height: 400px;
}

ul.n-catalog-top-sections.hide_menu {
    max-height: 70px;
    overflow: hidden;
}

ul.n-catalog-top-sections::after {
    position: absolute;
    bottom: 0px;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(255, 255, 255, 0.2) 100%);
    height: 17px;
}
ul.n-catalog-top-sections.-open::after {
    display: none;
}
ul.n-catalog-top-sections.-open {
    max-height: 400px;
}
ul.n-catalog-top-sections li {
    margin-right: 6px;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections li {
        margin-bottom: 16px;
        margin-right: 14px;
    }
}
ul.n-catalog-top-sections a {
    display: block;
    background-color: #F0F3F3;
    border-radius: 25px;
    padding: 10px 14px;
    font-size: 14px;
    color: #231F20;
    transition: 0.3s;
}

ul.n-catalog-top-sections a.active, ul.n-catalog-top-sections a.active:hover {
    background-color: #00b6bd;
    color: #FFF;
}

@media screen and (max-width: 768px) {
    ul.n-catalog-top-sections a {
        font-size: 10px;
        padding: 4px 8px;
    }
}
ul.n-catalog-top-sections a:hover {
    background-color: #D8DBDB;
}

.n-catalog-mobile-show-sections {
    margin: 0 auto;
    width: 24px;
    height: 24px;
    border: 1px solid #00B6BD;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: block;
}

.n-catalog-mobile-show-sections::before {
    content: "";
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHk9IjUuODMyOTUiIHdpZHRoPSI3LjA3MTA1IiBoZWlnaHQ9IjEuNTcxMzQiIHJ4PSIwLjc4NTY3MiIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDAgNS44MzI5NSkiIGZpbGw9IiMwMEI2QkQiLz4KPHJlY3QgeD0iOC44ODg5MiIgeT0iNi45NDQwNiIgd2lkdGg9IjcuMDcxMDUiIGhlaWdodD0iMS41NzEzNCIgcng9IjAuNzg1NjcyIiB0cmFuc2Zvcm09InJvdGF0ZSgtMTM1IDguODg4OTIgNi45NDQwNikiIGZpbGw9IiMwMEI2QkQiLz4KPC9zdmc+Cg==");
    width: 10px;
    height: 7px;
    background-size: contain;
    position: absolute;
    top: 9px;
    left: 7px;
    transform: rotate(180deg);
    transition: 0.3s;
}
.n-catalog-mobile-show-sections.-open::before {
    transform: rotate(0deg);
    top: 8px;
}

/* End */


/* Start:/local/css/nice-select.css?16577303684007*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* End */


/* Start:/local/components/redsoft/catalog.smart.filter.seo/templates/rs/style.css?16577303683032*/
.n-catalog-filter {
	margin-top: 40px;
	border-radius: 8px;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter {
		position: fixed;
		width: 100%;
		left: 0;
		z-index: 999999;
		box-sizing: border-box;
		top: 0;
		height: 100vh;
		border-radius: 0;
		overflow-y: scroll;
		display: none;
		padding: 60px 20px 70px;
		background-color: #fff;
		margin-top: 0;
	}
}
.n-catalog-filter__close {
	position: absolute;
	content: "";
	background-image: url("/local/components/redsoft/catalog.smart.filter.seo/templates/rs/images/close.svg");
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 15px;
	right: 20px;
	cursor: pointer;
	display: none;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter__close {
		display: block;
	}
}
.n-catalog-filter__selects {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.n-catalog-filter .nice-select {
	width: calc(33.33% - 36px);
	margin-bottom: 20px;
	border-radius: 8px;
	border: none;
	background-color: #F0F3F3;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	color: #231F20;
	padding-left: 30px;
	padding-right: 40px;
	height: 50px;
	line-height: 50px;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter .nice-select {
		width: 100%;
		margin-bottom: 8px;
	}
}
.n-catalog-filter .nice-select::after {
	border-bottom: 1px solid #231F20;
	border-right: 1px solid #231F20;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	right: 25px;
}
.n-catalog-filter .nice-select .list {
	width: 100%;
	max-height: 500px;
	overflow-y: scroll;
}
.n-catalog-filter__buttons {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-top: 15px;
	flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter__buttons {
		margin-top: 10px;
		justify-content: center;
	}
}
.n-catalog-filter__clear {
	font-size: 14px;
	color: #8E918E;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #fff;
	border: none;
	position: relative;
	transition: 0.3s;
	padding: 10px 15px;
	margin-right: 63px;
	outline: 0;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter__clear {
		order: 2;
		margin-right: 0;
		margin-top: 10px;
	}
}
.n-catalog-filter__clear:hover {
	color: #231F20;
}
.n-catalog-filter__clear::after {
	width: 0;
	position: absolute;
	height: 1px;
	background-color: #8E918E;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	bottom: 3px;
	transition: 0.2s;
}
.n-catalog-filter__clear:hover::after {
	width: calc(100% - 30px);
	background-color: #231F20;
}
.n-catalog-filter__apply {
	border: 1px solid #00B6BD;
	border-radius: 8px;
	background-color: #fff;
	font-size: 14px;
	font-weight: 600;
	color: #00B6BD;
	text-transform: uppercase;
	width: 172px;
	text-align: center;
	height: 42px;
	line-height: 40px;
	padding: 0;
	transition: 0.3s;
	outline: 0;
}
@media screen and (max-width: 1023px) {
	.n-catalog-filter__apply {
		order: 1;
		width: 100%;
	}
}
.n-catalog-filter__apply:hover {
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	background-color: #00B6BD;
	color: #fff;
}
/* End */


/* Start:/local/components/redsoft/catalog.section/templates/.default/style.css?174997900511490*/
.n-catalog-products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	column-gap: 28px;
	row-gap: 30px;
}
.category-tags_bottom {
	border-bottom: none !important;
}
.swiper-wrapper, .swiper-button-next, .swiper-button-prev, .swiper-container, .product__sticker1{
	display: none1 !important;
}
.n-catalog-products.empty_catalog {
	grid-template-columns: none;
}
@media screen and (max-width: 1023px) {
	.n-catalog-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		column-gap: 14px;
		row-gap: 20px;
	}
}
.n-catalog-item {
	box-shadow: 0 16px 32px -4px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	background-color: #FFFFFF;
		padding-bottom: 185px;
	position: relative;
}

.n-catalog-item__price_round {
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
	color: #5f5f5f;
}

.n-catalog-item__photo {
	height: 184px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 8px 8px 0 0;
	display: block;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__photo {
		height: 141px;
	}
}

.n-catalog-item__title-wrap {
	height: 120px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__title-wrap {
		height: 95px;
	}
}

.n-catalog-item__title {
	padding-top: 24px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 18px;
	color: #231F20;
	line-height: 24px;
	font-weight: 600;
	display: block;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__title {
		padding-top: 14px;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 13px;
		line-height: 16px;
	}
}

.n-catalog-item__wrap {
	padding-left: 18px;
	padding-right: 18px;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__wrap {
		padding-left: 13px;
		padding-right: 13px;
	}
}

.n-catalog-item__available,
.n-catalog-item__not_available {
	padding-left: 9px;
	margin-top: 13px;
	color: #00B6BD;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}
.n-catalog-item__not_available {
	color: #8e918e;
}
.n-catalog-item__not_available:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #8e918e;
}
@media screen and (max-width: 600px) {

	.n-catalog-item__available,
	.n-catalog-item__not_available {
		font-size: 12px;
	}
}

.n-catalog-item__available::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #00B6BD;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__available::before {
		top: 4px;
	}
}

.n-catalog-item__desc {
	font-size: 14px;
	line-height: 19px;
	color: #231F20;
	margin-top: 12px;
	height: 78px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__desc {
		font-size: 12px;
		line-height: 13px;
	}
}

.n-catalog-item__specs {
	color: #8E918E;
	font-size: 14px;
	line-height: 19px;
	margin-top: 12px;
	min-height: 90px;
	padding-bottom: 5px;
	overflow: hidden;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__specs {
		font-size: 12px;
		line-height: 13px;
		min-height: 45px;
	}
}

.n-catalog-item__footer {
	padding-left: 18px;
	padding-right: 18px;
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__footer {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.n-catalog-item__price {
	color: #231F20;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.n-catalog-item__old_price {
	color: #8e918e;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	width: 100%;
	text-decoration: line-through;
	padding-bottom: 3px;
}
.n-catalog-item__cart {
	text-align: center;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	border: 1px solid #00B6BD;
	border-radius: 8px;
	margin-top: 14px;
	display: block;
	transition: 0.3s;
	width: auto;
	flex-grow: 1;
	margin-right: 35px;
	margin-left: 35px;
	background-color: #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	color: #fff;
	cursor: pointer;
	user-select: none;
}

.n-catalog-item__cart:hover {
	background-color: #04c5cc;
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
	border-color: #04c5cc;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__cart {
		margin-left: 0;
		margin-right: 0;
	}
}

.n-catalog-item__cart.-added {
	width: 174px;
	flex-grow: unset;
	margin-left: 0;
	margin-right: 0;
	background-color: #fff;
	box-shadow: unset;
	color: #00B6BD;
}

@media screen and (max-width: 600px) {
	.n-catalog-item__cart.-added {
		font-size: 10px;
		text-align: left;
		padding-left: 10px;
	}
}

.n-catalog-item__add {
	height: 42px;
	background: #00B6BD;
	border: 1px solid #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	width: 42px;
	color: #fff;
	cursor: pointer;
	position: absolute;
	bottom: 0;
	right: 18px;
	display: none;
	transition: 0.3s;
}
.n-catalog-item__add:hover {
	background-color: #04c5cc;
	box-shadow: 0 9px 20px 0 rgba(13, 5, 2, 0.18);
	border-color: #04c5cc;
}
.n-catalog-item__add.show {
	display: block;
}
.loading {
	color: transparent !important;
	border-color: transparent !important;
	background: url(/local/templates/.default/assets/stylesheets/../images/loader.gif) center center no-repeat !important;
	box-shadow: none !important;
	-o-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
@media screen and (max-width: 600px) {
	.n-catalog-item__add {
		font-size: 10px;
		width: 38px;
		right: 11px;
	}
}
.n-catalog-more {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 214px;
	border: 1px solid #00B6BD;
	border-radius: 8px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	color: #00B6BD;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	cursor: pointer;
	transition: 0.3s;
}

@media screen and (max-width: 600px) {
	.n-catalog-more {
		margin-top: 30px;
	}
}

.n-catalog-more:hover {
	background-color: #00B6BD;
	box-shadow: 0 16px 26px rgba(0, 182, 189, 0.2);
	color: #fff;
}
.n-catalog-pagination {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}

@media screen and (max-width: 600px) {
	.n-catalog-pagination {
		justify-content: center;
		margin-top: 30px;
		border-top: 1px solid #EEEEEE;
		padding-top: 30px;
	}
}

.n-catalog-pagination a,
.n-catalog-pagination span {
	display: block;
	height: 34px;
	width: 28px;
	text-align: center;
	border-top: 1px solid #E8E6E6;
	border-bottom: 1px solid #E8E6E6;
	border-right: 1px solid #E8E6E6;
	line-height: 34px;
	font-size: 15px;
	letter-spacing: 0.375px;
	color: #231F20;
	transition: 0.3s;
}

.n-catalog-pagination a:first-child,
.n-catalog-pagination span:first-child {
	border-left: 1px solid #E8E6E6;
	border-radius: 8px 0 0 8px;
}

.n-catalog-pagination a:last-child,
.n-catalog-pagination span:last-child {
	border-radius: 0 8px 8px 0;
}

.n-catalog-pagination span {
	cursor: default;
}

.n-catalog-pagination span.-active {
	color: #FFFFFF;
	background-color: #8E918E;
}

.n-catalog-pagination a:hover {
	color: #FFFFFF;
	background-color: #8E918E;
}
.n-catalog-section-desc {
	margin-top: 40px;
	padding: 20px 50px 50px;
	line-height: 18px;
	background-color: #F5F4EF;
	border-radius: 8px;
	color: #231F20;
	font-size: 15px;
	margin-bottom: 40px;
}

@media screen and (max-width: 600px) {
	.n-catalog-section-desc {
		padding: 1px 20px 30px;
		font-size: 12px;
		line-height: 18px;
	}
}

.n-catalog-section-desc p,
.n-catalog-section-desc ul,
.n-catalog-section-desc ol {
	margin-top: 20px;
}

@media screen and (max-width: 600px) {

	.n-catalog-section-desc p,
	.n-catalog-section-desc ul,
	.n-catalog-section-desc ol {
		margin-top: 10px;
	}
}

.n-catalog-section-desc ul,
.n-catalog-section-desc ol {
	margin-left: 17px;
}

.n-catalog-section-desc ol {
	list-style: decimal;
}

.n-catalog-section-desc ol li::marker {
	color: #00B6BD;
	font-weight: 600;
}

.n-catalog-section-desc ul {
	list-style: disc;
}

.n-catalog-section-desc ul li::marker {
	color: #231F20;
	font-size: 11px;
}

.n-catalog-section-desc b {
	font-weight: 600;
}

.n-catalog-section-desc ul ul,
.n-catalog-section-desc ol ol,
.n-catalog-section-desc ol ul,
.n-catalog-section-desc ul ol {
	margin-top: 10px;
}

.n-catalog-section-desc a {
	color: #00B9BF;
}

.n-catalog-section-desc a:hover {
	text-decoration: underline;
}
.n-catalog-item__quantity {
	font-size: 13px;
	line-height: 22px;
	color: #8e918e;
	text-transform: uppercase;
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 14px;
}
@media screen and (max-width: 900px) {
	.category-tags_bottom a {
		margin-right: 20px;
	}
    .category-tags {
        overflow-x: hidden;
    }
	.category-tags::-webkit-scrollbar {
		display: none;
	}
}
.product__sticker {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00B6BD;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	color: #FFF;
	padding: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	min-width: 40%;
	z-index: 100;
}

:root {
	--swiper-navigation-size: 18px
}

.swiper-list-wrapper {
	position: relative;
	height: auto;
	overflow: hidden;
}

.category-tags {
	width: calc(100% - 50px);
	margin-left: auto;
	margin-right: auto;
	overflow-x: initial;
}

.mySwiper .swiper-wrapper {
	align-items: center;
}

.mySwiper {
	width: 100%;
}
.product_missing {
    border: 1px solid #D4D5D4;
    background-color: #D4D5D4;
    box-shadow: 0 16px 26px rgba(212, 213, 212, 0.2);
}

:root {
    --swiper-navigation-size: 18px
}
.swiper-list-wrapper {
    position: relative;
    height: auto;
    overflow: hidden;
}
.category-tags {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    overflow-x: initial;
}
.mySwiper .swiper-wrapper {
    align-items: center;
}
.mySwiper {
    width: 100%;
}

.photo-slider .swiper-pagination {
    width: auto!important;
    height: 36px;
    bottom: 0!important;
    border-radius: 8px 8px 0 0;
    background: rgba(255, 255, 255, 0.11);
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 35px;
    left: 50%!important;
    transform: translateX(-50%);
}
.photo-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
    background: #231F20;
    opacity: 0.2;
    transition: 0.2s;
}
.photo-slider .swiper-pagination-bullet-active {
    opacity: 0.5;
}
.photo-slider .pagination-prev, .photo-slider .pagination-next {
    width: 9px;
    height: 18px;
    background-image: url("/local/components/redsoft/catalog.section/templates/.default/img/arrow_pagination.svg");
    background-size: contain;
    opacity: 0.5;
    position: absolute;
    cursor: pointer;
    transition: 0.2s;
}
.photo-slider .pagination-prev:hover, .photo-slider .pagination-next:hover {
    opacity: 1;
}
.photo-slider .pagination-prev {
    left: 10px;
    transform: rotate(180deg);
}
.photo-slider .pagination-next {
    right: 10px;
}
a.n-catalog-item__cart.product_missing {
    background-color: #d4d5d4;
    border: 1px solid #d4d5d4;
    box-shadow: 0 16px 26px rgb(212 213 212 / 0%);
}


/* End */
/* /local/components/optimalgroup/top.catalog.url/templates/.default/style.css?16995128182528 */
/* /local/css/nice-select.css?16577303684007 */
/* /local/components/redsoft/catalog.smart.filter.seo/templates/rs/style.css?16577303683032 */
/* /local/components/redsoft/catalog.section/templates/.default/style.css?174997900511490 */
