

/* Start:/local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1718711107836*/
.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  z-index: 2;
  clear: both;
}
.crumbs__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #c4c4c4;
}
.crumbs__link {
  color: #333333;
  text-decoration: none;
}
.crumbs__link:hover, .crumbs__link:focus {
  outline: none;
  text-decoration: underline;
}
.crumbs__link::after {
  content: "/";
  display: inline-block;
  vertical-align: baseline;
  width: 6px;
  height: 8px;
  margin-left: 12px;
}

@media (max-width: 1440px) {
  .crumbs__link::after {
    margin-left: 11px;
  }
  .crumbs__item {
    margin-right: 5px;
  }
}
@media (max-width: 1199.9px) {
  .crumbs {
    padding: 20px 0;
  }
}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog/optika/style.css?17211368854777*/
.catalog-page__empty {
  text-align: center;
}
.catalog-page__sections {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.catalog-page__sections .btn {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.product-cards .col > div[id*=bx_] {
  display: flex;
  width: 100%;
}

.product-cards-pager {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.cf-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 20px;
}

.cf-tag {
  background: #333333;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  padding: 8px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

.cf-tags__clear {
  padding: 8px 10px;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  background: #E5E5E5;
  border-radius: 5px;
  text-decoration: none;
}
.cf-tags__clear:hover {
  background-color: #333333;
  color: #ffffff;
}

.cf-tag__remove {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.833008 9.16732L9.16634 0.833984M0.833008 0.833984L9.16634 9.16732L0.833008 0.833984Z' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.cf-tag__remove:hover {
  opacity: 0.8;
}

.catalog-filter {
  position: relative;
  background-color: #ffffff;
  padding: 30px;
}
.catalog-filter__form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-filter__header {
  display: none;
}
.catalog-filter__close {
  display: none;
  width: 17px;
  height: 17px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}
.catalog-filter__close svg {
  width: 17px;
  height: 17px;
}
.catalog-filter__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
}
.catalog-filter.opened {
  padding: 30px 15px 0;
  display: flex !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  flex-direction: column;
}
.catalog-filter.opened .catalog-filter__header {
  display: block;
}
.catalog-filter.opened .catalog-filter__btns {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-top: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.catalog-filter.opened .catalog-filter__btns > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.catalog-filter.opened .catalog-filter__btns > .row > * {
  padding-left: 5px;
  padding-right: 5px;
}
.catalog-filter.opened .catalog-filter__close {
  display: block;
}
.catalog-filter.opened .catalog-filter__body {
  overflow-y: auto;
  overflow-x: hidden;
}
.catalog-filter__price {
  display: flex;
  align-items: center;
}
.catalog-filter__price span {
  margin-left: 10px;
}
.catalog-filter__param {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 5px;
}
.catalog-filter__param:last-child {
  border-bottom: 0;
}
.catalog-filter__param-search {
  margin-bottom: 20px;
}
.catalog-filter__param-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding: 15px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.catalog-filter__param-title::after {
  content: "";
  position: absolute;
  right: 0;
  border: 6px solid transparent;
  border-top: 8px solid #C4C4C4;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
.catalog-filter__param-content {
  padding-bottom: 20px;
  overflow-x: hidden;
  max-height: 133px;
  min-height: 1px;
}
.catalog-filter__btns {
  display: none;
}
.catalog-filter .checkbox {
  margin-bottom: 10px;
}
.catalog-filter .checkbox:last-child {
  margin-bottom: 0;
}
.catalog-filter .checkbox.disabled {
  display: none;
}
.catalog-filter .custom-checkbox {
  display: flex;
}

.catalog-stocks {
  margin-bottom: 50px;
}

@media (max-width: 1440px) {
  .catalog-page__sections {
    margin-bottom: 20px;
  }
  .catalog-page__sections .btn {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .catalog-filter {
    padding: 20px;
  }
  .catalog-filter__param-title {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 0;
  }
  .cf-tag, .cf-tags__clear {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199.9px) {
  .catalog-filter {
    display: none;
  }
  .catalog-page__sections {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-y: auto;
  }
  .catalog-page__sections .btn {
    margin-bottom: 0;
  }
}

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

/* End */


/* Start:/local/components/bokus/catalog.banner/templates/desktop/style.css?17187111062540*/
.banner-brand {
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  min-height: 419px;
  margin-bottom: 50px;
  position: relative;
}
.banner-brand__container {
  display: flex;
}
.banner-brand__content {
  width: 50%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #333333 !important;
  position: relative;
  background-color: #fff;
}
.banner-brand__title-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 40px;
}
.banner-brand__title {
  font-weight: bold;
  font-size: 40px;
  line-height: 51px;
  margin: 0;
  margin-right: 20px;
}
.banner-brand__amount {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
}
.banner-brand__description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.banner-brand__logo img {
  max-height: 80px;
  width: auto;
  display: block;
}
.banner-brand__image {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-color: #fff;
}
.banner-brand__image img {
  max-height: 110px;
}
.banner-brand__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1440px) {
  .banner-brand {
    min-height: 292px;
    margin-bottom: 30px;
  }
  .banner-brand__content {
    padding: 30px;
  }
  .banner-brand__title-wrapper {
    margin-top: 20px;
  }
  .banner-brand__title {
    font-size: 36px;
    line-height: 41px;
  }
  .banner-brand__amount {
    font-size: 14px;
    line-height: 18px;
  }
  .banner-brand__description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .banner-brand {
    min-height: 243px;
  }
  .banner-brand__content {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .banner-brand__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
  .banner-brand__logo {
    z-index: 2;
  }
  .banner-brand__title-wrapper {
    z-index: 2;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
  }
  .banner-brand__title {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .banner-brand__image {
    width: 100%;
  }
}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog/optika/bitrix/catalog.section.list/.default/style.css?1678974408267*/
.bx_sitemap_ul {
	display: flex;
}
.bx_sitemap_ul li {
	border: 1px solid #212121;
	padding: 10px;
	padding: 0px 10px;
	margin: 20px;
}
.bx_sitemap_ul li h2 {
	padding: 0;
	margin: 0;
}
.bx_sitemap_ul li h2 a{
	font-size: 14px;
	line-height: 18px;
	color: #212121;
}

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog.smart.filter/.default/style.css?173832158811942*/
.bx-filter .bx-filter-button-box {
  clear: both;
}

.bx-filter .bx-ui-slider-track-container {
  padding-top: 30px;
  padding-bottom: 10px;
}

.bx-filter .bx-ui-slider-track {
  position: relative;
  height: 2px;
  background: #333333;
}

.bx-filter .bx-ui-slider-part {
  position: absolute;
  top: -6px;
  width: 1px;
  height: 17px;
  background: #a2bfc7;
}

.bx-filter .bx-ui-slider-part.p1 {
  left: -1px;
}

.bx-filter .bx-ui-slider-part.p2 {
  left: 25%;
}

.bx-filter .bx-ui-slider-part.p3 {
  left: 50%;
}

.bx-filter .bx-ui-slider-part.p4 {
  left: 75%;
}

.bx-filter .bx-ui-slider-part.p5 {
  right: -1px;
}

.bx-filter .bx-ui-slider-part span {
  font-size: 11px;
  /*font-weight: bold;*/
  position: absolute;
  top: -16px;
  left: 50%;
  display: block;
  width: 100px;
  margin-left: -50px;
  text-align: center;
  color: #000;
}

.bx-filter .bx-ui-slider-part.p2 span,
.bx-filter .bx-ui-slider-part.p3 span,
.bx-filter .bx-ui-slider-part.p4 span {
  color: #6b8086;
}

.bx-filter .bx-ui-slider-range,
.bx-filter .bx-ui-slider-pricebar,
.bx-filter .bx-ui-slider-pricebar-vd,
.bx-filter .bx-ui-slider-pricebar-vn,
.bx-filter .bx-ui-slider-pricebar-v {
  position: absolute;
  top: 0;
  bottom: 0;
}

.bx-filter .bx-ui-slider-range {
  z-index: 50;
}

.bx-filter .bx-ui-slider-pricebar {
  z-index: 100;
}

.bx-filter .bx-ui-slider-pricebar-vd {
  z-index: 60;
  /*background: #849da4;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-vn {
  z-index: 70;
  /*background: #a8dff3;/* COLOR */
}

.bx-filter .bx-ui-slider-pricebar-v {
  z-index: 80;
  /*background: #499fd8;/* COLOR */
}

.bx-filter .bx-ui-slider-handle {
  position: absolute;
  top: 100%;
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 50%;
  top: -7px;
  background: #ffffff;
}

.bx-filter .bx-ui-slider-handle:hover {
  -webkit-cursor: grab;
  -ms-cursor: grab;
  -o-cursor: grab;
  cursor: grab;
}

.bx-filter .bx-ui-slider-handle:active {
  -webkit-cursor: grabbing;
  -ms-cursor: grabbing;
  -o-cursor: grabbing;
  cursor: grabbing;
}

.bx-filter .bx-ui-slider-handle.left {
  left: 0;
}

.bx-filter .bx-ui-slider-handle.right {
  right: 0;
}

/*
*	Select popup
*
*/
.bx-filter-select-popup {
  background: #fff;
  padding: 0;
  min-width: 173px;
}

.bx-filter-select-popup ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bx-filter-select-popup ul li {
  display: block;
  text-align: left;
  vertical-align: middle;
}

.bx-filter-select-popup ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.bx-filter-select-popup ul li label {
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: left !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 26px;
  padding: 0 5px;
  cursor: pointer;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  color: #575757;
}

.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
  color: #000;
  background: #f3f8fa;
}

.bx-filter-select-popup ul li label.disabled {
  color: #b8b8b8;
  background: transparent;
}

.bx-filter-select-popup ul li .bx-filter-param-text {
  line-height: 34px !important;
}

/*
* TAGS
*
*/
.bx-filter .bx-filter-tag {
  padding: 18px;
  /*border-top: 1px solid #d7eaf7;/* COLOR */
  /*border-bottom: 1px solid #d7eaf7;/* COLOR */
}

.bx-filter .bx-tag-link {
  font-size: 12px;
  text-decoration: none;
  /*color: #68939e;/* COLOR */
  text-shadow: none;
}

.bx-filter .bx-tag-link.bx-active,
.bx-filter .bx-tag-link:hover {
  color: #1d3d46;
}

/*
*	LABEL
*
*/
.bx-filter .bx-filter-param-label {
  min-height: 20px;
  font-weight: normal;
  cursor: pointer;
}

.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label {
  float: left;
  display: block;
  margin-right: 5px;
}

.bx-filter .bx-filter-param-btn-block .bx-filter-param-label {
  display: block;
}

.bx-filter .bx-filter-param-label {
  /*font-size: 13px;*/
}

.bx-filter .bx-filter-param-label.dib {
  display: inline-block;
}

.bx-filter .bx-filter-param-text {
  font-weight: normal;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text {
  color: #6c6c6c;
}

.bx-filter-select-popup .bx-filter-param-label.bx-active {
  background: #f3f8fa;
}

/*
*	Checkbox / Radio 
*
*/
.bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
  display: block;
  text-align: left;
}

/*
* 	BTN 
*
*/
.bx-filter .bx-filter-param-btn {
  font-weight: normal;
  display: inline-block;
  width: 38px;
  height: 38px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  color: #000;
  vertical-align: middle;
  border: 1px solid #ccd5db;
  border-radius: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -moz-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -ms-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  -o-transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  transition: border 0.3s ease, box-shadow 0.1s ease, color 0.3s ease;
  cursor: pointer;
}

.bx-retina .bx-filter .bx-filter-param-btn {
  border-style: solid;
  border-width: 1px;
  -webkit-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
  -moz-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
  -o-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
  border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter .bx-filter-param-btn:hover,
.bx-filter .bx-filter-param-btn:active,
.bx-filter .bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter .bx-filter-param-btn:hover,
.bx-retina .bx-filter .bx-filter-param-btn:active,
.bx-retina .bx-filter .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  background: transparent;
  box-shadow: none;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
  position: relative;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: " ";
  display: block;
  z-index: 100;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
  opacity: 0.7;
}

.bx-filter .bx-filter-param-btn .bx-filter-param-text {
  line-height: 26px;
}

/*
* BTN P/M
*
*/
.bx-filter .bx-filter-param-btn.bx-spm {
  width: 23px;
  min-width: 23px;
  height: 23px;
  line-height: 23px;
  font-weight: normal;
  padding: 0;
  font-size: 17px;
  color: #767b7e;
  vertical-align: top;
  border-radius: 50%;
  background-color: transparent;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-plus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm.bx-minus {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}

.bx-filter .bx-filter-param-btn.bx-spm:active {
  outline: none !important;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.12);
}

.bx-filter span.bx-spm {
  font-size: 18px;
  /*font-weight:bold;*/
  line-height: 23px;
  display: inline-block;
  height: 23px;
  margin: 0 10px;
  vertical-align: middle;
  color: #000;
}

/*
*	icon
*
*/
.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter .bx-filter-select-text-icon {
  line-height: 33px;
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-top: -4px;
  margin-right: 2px;
  vertical-align: middle;
  border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter .bx-filter-btn-color-icon {
  line-height: 24px;
  /*position:relative;*/
  /*top:4px;*/
  border-radius: 2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  -webkit-background-size: cover;
  background-size: cover;
}

.bx-filter-select-popup .bx-filter-btn-color-icon {
  width: 20px;
  height: 20px;
  margin: 2px 0;
  top: 0 !important;
}

.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon {
  top: -1px !important;
}

.bx-filter-btn-color-icon.all {
  position: relative;
  border: none;
  box-shadow: none;
}

.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
  position: absolute;
  width: 60%;
  height: 60%;
  background: #fff;
  content: " ";
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.bx-filter-btn-color-icon.all:after {
  right: 0;
  bottom: 0;
}

.bx-filter-btn-color-icon.all:before {
  top: 0;
  left: 0;
}

.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon {
  opacity: 0.2;
}

/*
* 	BIZ
*
*/
.bx-filter .bx-filter-parameter-biz {
  font-size: 14px;
  line-height: 15px;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #1485ce;
  border-bottom: 1px dashed;
}

.bx-filter .bx-filter-parameter-biz:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}

.bx-filter .bx-filter-parameter-biz.bx-active {
  position: relative;
  /*padding-left:20px;*/
  color: #000;
  border-color: transparent;
}

/*
*	BTN result and reset 
*
*/
.btn-themes {
  /*background-color: #1485CE;/* COLOR */
  /*border-color: #1485CE;/* COLOR */
  color: #FFF;
}

.btn-themes.bx-active,
.btn-themes.focus,
.btn-themes:active,
.btn-themes:focus,
.btn-themes:hover {
  /*background-color: #53A4D8;/* COLOR */
  /*border-color: #53A4D8;/* COLOR */
  color: #FFF;
}

/*
* 	Result Popup
*
*/
.bx-filter-horizontal .bx-filter-popup-result {
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: -7px;
}

.bx-filter .bx-filter-popup-result-close {
  display: none;
}

@media (max-width: 767px) {
  .bx-touch .bx-filter .bx-filter-popup-result {
    font-size: 12px;
    line-height: 14px;
    position: fixed !important;
    z-index: 1001;
    top: auto !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin-top: 0;
    margin-left: 0;
    width: auto;
    height: auto;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #c6dae7;
    background: rgba(255, 255, 255, 0.9);
  }
  .bx-touch .bx-filter .bx-filter-popup-result br {
    display: none;
  }
  .bx-filter .bx-filter-popup-result .arrow {
    display: none;
  }
}
.cf-popup {
  position: absolute;
  padding: 10px;
  z-index: 100;
  width: 172px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.cf-popup::before {
  content: "";
  position: absolute;
  border: 8px solid transparent;
  border-right: 9px solid #ffffff;
  top: 50%;
  margin-top: -9px;
}
.cf-popup.left {
  left: -180px;
}
.cf-popup.right {
  right: -180px;
}
.cf-popup.right::before {
  left: -17px;
}

.cf-popup__text {
  margin-bottom: 10px;
}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/colors.min.css?16789744084373*/
.bx-filter.bx-blue .bx-filter-section{background:#edf6fc}.bx-filter.bx-blue .bx-filter-input-container input:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-input-container input:focus{-webkit-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-ui-slider-track{background:#e7e7e7}.bx-filter.bx-blue .bx-ui-slider-pricebar-vd{background:#849da4}.bx-filter.bx-blue .bx-ui-slider-pricebar-vn{background:#a8dff3}.bx-filter.bx-blue .bx-ui-slider-pricebar-v{background:#499fd8}.bx-filter.bx-blue .bx-ui-slider-handle.left{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM2RUFBN0ExNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM2RUFBN0IxNjg1MTFFNUIzOUM4MzM0QUEzQkQxRDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2QzZFQUE3ODE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo2QzZFQUE3OTE2ODUxMUU1QjM5QzgzMzRBQTNCRDFENCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ppps1VcAAAEWSURBVHjabFPRFcIwCIS8/nWGdh+3sYu4gmu5il8niUAuaN6zJoQD7iB6e76kL8h3qX+RlrnU/TR3sje+DHMFq4cN8Pded/veG8gNWUEEVALMQPbd7e9uv3MLOABRXQutQD8PsFnOfmjJRkMHsHOCu8X2mTn8NnYRAmEAWF4xzhhgptUgyANIa3UV3JaZ1+AWYOYGtScyYMnMftGRxq0CNdArcMH0rFTVg21FYa6mZ77s9lgFxaJMk1kqTeJo1QAX+5yEoIDfadttf8nILDRckyKYQolrmfWyi4MZz878vohGbqPsAK/vAYXotGxemnPWIzRRAqCMs9K5D1JyFuox6IVKmVTe9za+LchD/q4iXyo6q/kIMAAflYlW4QRU6wAAAABJRU5ErkJggg==) no-repeat right top}.bx-filter.bx-blue .bx-ui-slider-handle.right{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top}.bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-filter.bx-blue .bx-filter-select-container:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-select-container.bx-active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .bx-filter-tag{border-top:1px solid #d7eaf7;border-bottom:1px solid #d7eaf7}.bx-filter.bx-blue .bx-tag-link{color:#68939e}.bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-filter.bx-blue .bx-filter-param-btn:active,.bx-filter.bx-blue .bx-filter-param-btn:focus{border-color:#499fd8}.bx-retina .bx-filter.bx-blue .bx-filter-param-label.bx-active .bx-filter-param-btn,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:hover,.bx-retina .bx-filter.bx-blue .bx-filter-param-btn:active,.bx-retina .bx-filter.bx-blue .bx-filter-select-container:focus{-webkit-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-moz-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;-o-border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat;border-image:url(/local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/images/active.png) 2 repeat}.bx-filter.bx-blue .btn-themes{background-color:#1485ce;border-color:#1485ce;color:#FFF}.bx-filter.bx-blue .btn-themes.bx-active,.bx-filter.bx-blue .btn-themes.focus,.bx-filter.bx-blue .btn-themes:active,.bx-filter.bx-blue .btn-themes:focus,.bx-filter.bx-blue .btn-themes:hover{background-color:#53a4d8;border-color:#53a4d8;color:#FFF}
/* End */


/* Start:/local/templates/optika/components/bitrix/catalog.section/optika/style.css?17383215882113*/
.product-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-cards {
  margin-top: 20px;
}

.product-cards-pager {
  margin-top: 10px;
  text-align: right;
}

.product-filters {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-filters select[name=sort], .product-filters select[name=sort] + .select2 {
  min-width: 260px;
}
.product-filters .pager__line {
  margin-top: 0;
}

.catalog-page__description {
  margin-top: 120px;
}
.catalog-page__description h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 20px;
}
.catalog-page .spoiler {
  max-height: 300px;
}

@media (max-width: 1199.9px) {
  .product-filters__nav {
    display: none;
  }
  .product-filters {
    align-items: center;
    margin-bottom: 20px;
  }
  .product-filters select[name=sort], .product-filters select[name=sort] + .select2 {
    min-width: auto;
  }
  .product-filters .select2-container--default .select2-selection--single {
    background: transparent;
    border: 0;
  }
  .product-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 20px;
  }
  .product-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-left: 0;
  }
  .product-filters .select2-container--default .select2-container--open .select2-dropdown--below {
    border: 1px solid #C4C4C4;
  }
  .product-cards .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .product-cards .row > * {
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 991.9px) {
  .product-cards-pager {
    justify-content: center;
  }
}
@media (max-width: 460px) {
  .product-cards .row > * {
    width: 100%;
  }
  .product-cards .product-card__image img {
    max-width: 400px;
    height: auto;
  }
  .product-filters select[name=sort], .product-filters select[name=sort] + .select2 {
    min-width: auto;
  }
  .product-card-image {
    min-height: 240px;
    width: 100%;
  }
}

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

/* End */


/* Start:/local/components/bokus/mainpage.stock/templates/catalog/style.css?172113688540*/


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

/* End */


/* Start:/local/components/bokus/catalog.item/templates/.default/style.css?171871110640*/


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

/* End */


/* Start:/local/components/bokus/advantages/templates/mainpage/style.css?17187111061677*/
.advantages-main {
  display: flex;
  justify-content: space-between;
}
.advantages-main__item {
  padding-right: 50px;
  flex: 1;
}
.advantages-main__item:last-child {
  padding-right: 0;
}
.advantages-main__image {
  margin-bottom: 20px;
}
.advantages-main__image img, .advantages-main__image svg {
  height: 40px;
  width: auto;
}
.advantages-main__title {
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1440px) {
  .advantages-main__title {
    font-size: 16px;
    line-height: 20px;
  }
  .advantages-main__image img {
    height: 36px;
  }
}
@media (max-width: 1199.9px) {
  .advantages-main {
    justify-content: center;
    flex-wrap: wrap;
  }
  .advantages-main__item {
    padding: 0 10px;
    flex: none;
    width: 243px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  .advantages-main__title {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }
  .advantages-main__image {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.9px) {
  .advantages-main__item {
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
  }
  .advantages-main__item:last-child {
    margin-bottom: 0;
  }
  .advantages-main__title {
    text-align: left;
  }
  .advantages-main__image {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    margin-right: 10px;
    flex: 0 0 auto;
  }
  .advantages-main__image img {
    width: 40px;
  }
}

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

/* End */


/* Start:/local/components/bokus/shoplist/templates/mainpage/style.css?17187111073062*/
@charset "UTF-8";
/* Адреса салонов */
.section-salons {
  padding: 80px 0;
}

.salons__city {
  margin-bottom: 35px;
  position: relative;
}
.salons__city__content {
  overflow: hidden;
}
.salons__city .swiper-slide {
  width: auto;
}
.salons__city .swiper-button-prev {
  left: 0;
}
.salons__city .swiper-button-next {
  right: 0;
}
.salons__city-item {
  margin-right: 60px;
  font-weight: bold;
  font-size: 24px;
  line-height: 31px;
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
}
.salons__city-item:last-child {
  margin-right: 0;
}
.salons__city-item--active {
  color: #333333;
}
.salons__content {
  display: flex;
  overflow: hidden;
  height: 734px;
}
.salons__map {
  width: 991px;
}
.salons__address {
  position: relative;
  flex: 1;
  min-width: 0;
}
.salons__address::after {
  content: "";
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
  background: linear-gradient(180deg, rgba(246, 246, 246, 0) 0, rgba(246, 246, 246, 0.86) 62.22%, #F6F6F6 100%);
}
.salons__address:hover::after {
  opacity: 0;
  visibility: hidden;
}
.salons__address-item {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 23px;
  padding: 15px 30px;
}
.salons__address-item a {
  text-decoration: none;
}
.salons__address-item a:hover {
  text-decoration: underline;
}
.salons__address-item > div {
  margin-bottom: 10px;
}
.salons__address-item:hover::before, .salons__address-item.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: -1;
}

@media (max-width: 1440px) {
  .section-salons {
    padding: 50px 0;
  }
  .salons__content {
    height: 509px;
  }
  .salons__map {
    width: 688px;
  }
  .salons__city {
    margin-bottom: 30px;
  }
  .salons__city__item {
    font-size: 18px;
    line-height: 23px;
  }
  .salons__city-item {
    font-size: 18px;
    line-height: 23px;
  }
  .salons__address-item {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1199.9px) {
  .salons__content {
    height: 261px;
  }
  .salons__map {
    width: 50%;
  }
  .salons__city {
    margin-bottom: 30px;
  }
  .salons__city-item {
    margin-right: 30px;
  }
  .salons__address {
    width: 50%;
  }
  .salons__address-item {
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
  }
  .salons__city-prev, .salons__city-next {
    display: none !important;
  }
}
@media (max-width: 991.9px) {
  .salons__city {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .salons__city-item {
    margin-right: 60px;
  }
}
@media (max-width: 575.9px) {
  .section-salons {
    padding: 25px 0;
  }
  .salons__city {
    margin-bottom: 20px;
  }
  .salons__city-item {
    margin-right: 20px;
    font-size: 16px;
    line-height: 21px;
  }
  .salons__content {
    height: 300px;
  }
  .salons__map {
    width: 100%;
  }
  .salons__address {
    display: none;
  }
}

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

/* End */


/* Start:/local/components/bokus/mainpage.about/templates/.default/style.css?171871110640*/


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

/* End */
/* /local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1718711107836 */
/* /local/templates/optika/components/bitrix/catalog/optika/style.css?17211368854777 */
/* /local/components/bokus/catalog.banner/templates/desktop/style.css?17187111062540 */
/* /local/templates/optika/components/bitrix/catalog/optika/bitrix/catalog.section.list/.default/style.css?1678974408267 */
/* /local/templates/optika/components/bitrix/catalog.smart.filter/.default/style.css?173832158811942 */
/* /local/templates/optika/components/bitrix/catalog.smart.filter/.default/themes/blue/colors.min.css?16789744084373 */
/* /local/templates/optika/components/bitrix/catalog.section/optika/style.css?17383215882113 */
/* /local/components/bokus/mainpage.stock/templates/catalog/style.css?172113688540 */
/* /local/components/bokus/catalog.item/templates/.default/style.css?171871110640 */
/* /local/components/bokus/advantages/templates/mainpage/style.css?17187111061677 */
/* /local/components/bokus/shoplist/templates/mainpage/style.css?17187111073062 */
/* /local/components/bokus/mainpage.about/templates/.default/style.css?171871110640 */
