

/* Start:/local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1783415427921*/
.crumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
  line-height: 15px;
  position: relative;
  z-index: 2;
  clear: both;
}
.crumbs__item {
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  color: #c4c4c4;
  font-size: 14px;
}

.crumbs__item--active {
  color: #356BCD;
}

.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?17834154275180*/
.catalog-page__empty {
  text-align: center;
}
.catalog-page__sections {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}

.catalog-page__content {
  margin-bottom: 100px;
}
.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: 30px;
}

.cf-tag {
  background: #2F3540;
  border-radius: 10px;
  color: #ffffff;
  display: inline-block;
  padding: 4px 10px 7px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
}

.cf-tags__clear {
  padding: 8px 10px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  background: white;
  border-radius: 10px;
  text-decoration: none;
}

.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-search .form__field {
  height: 42px;
}
.catalog-filter__param-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  padding: 20px 0;
  padding-right: 30px;
  position: relative;
  cursor: pointer;
}
.catalog-filter__param-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px; /* центрируем по вертикали */
  width: 8px;
  height: 8px;
  border-right: 2px solid #2F3540;
  border-bottom: 2px solid #2F3540;
  transform: rotate(45deg);
}

.catalog-filter__param-title:first-child {
  padding-top: 0;
}

.catalog-filter__param-title:last-child {
  padding-bottom: 0;
}

.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;
  }
}

@media (max-width: 767.9px) {
  .cf-tags {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .cf-tags {
    margin-bottom: 0px;
  }
}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog/optika/bitrix/catalog.element/.default/style.css?178516294716694*/
.counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counter__field {
  border: 1px solid #aaa;
  border-radius: 8px;
  outline: 0;
  padding: 0 10px;
  width: 70px;
  height: 40px;
  color: #656168;
  margin: 0 8px;
  text-align: center;
}
.counter__minus, .counter__plus {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
}

.optic-tabs {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
.optic-tabs__nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.optic-tabs__tab {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 13px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #b1b1b1;
  color: #838383;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 12px;
}
.optic-tabs__tab:not(:last-child) {
  margin-right: 10px;
}
.optic-tabs__tab.active {
  background-color: #00aafa;
  border-color: #00aafa;
  color: #fff;
}
.optic-tabs__item {
  display: none;
}
.optic-tabs__item.active {
  display: block;
}
.optic-tabs__content {
  margin-top: 20px;
}

.product-gallery {
  position: relative;
  background-color: #ffffff;
  height: 600px;
}
.product-gallery__item, .product-gallery__item.swiper-slide {
  height: 600px;
  width: 100%;
  padding: 20px;
  border: 1px solid #DEDFE0;
  border-radius: 20px;
  margin-right: 20px;
}
.product-gallery__item a, .product-gallery__item.swiper-slide a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.product-gallery__item img, .product-gallery__item.swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.product-gallery__prev.swiper-button-prev, .product-gallery__next.swiper-button-next {
  top: 0 !important;
  bottom: 0;
  width: 100px;
  height: auto;
  margin-top: 0;
  background-color: transparent;
}
.product-gallery__prev.swiper-button-prev {
  left: 0;
}
.product-gallery__next.swiper-button-next {
  right: 0;
}

.swiper-slide.reviews-images__item {
  border-radius: 16px;
  border: 1px solid #DEDFE0;
  overflow: hidden;
}
.product-gallery__360 {
  cursor: pointer;
  position: absolute;
  z-index: 12;
  bottom: 30px;
  right: 30px;
  width: 90px;
  height: 80px;
  background-image: url("/local/templates/optika/components/bitrix/catalog/optika/bitrix/catalog.element/.default/./images/360.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px;
  background-color: #ffffff;
}
.product-gallery__360:hover {
  opacity: 0.8;
}

.product-360 {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  background-color: #ffffff;
  display: none;
}
.product-360__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-360__rotate {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-360__notification {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  color: #8c8c8c;
  height: 40px;
}
.product-360__close {
  cursor: pointer;
  position: absolute;
  right: 20px;
  color: #C4C4C4;
  width: 40px;
  height: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.product-360__close svg {
  width: 20px;
  height: 19px;
}
.product-360 .zoom {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #ccc;
  z-index: 15;
  display: none !important;
}
.product-360 .zoomload_bg {
  display: none !important;
}
.product-360 .loading_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
}
.product-360 .loading_bg .loading {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}
.product-360 .round {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.product-360 .ts_holder {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}
.product-360 img {
  max-width: 100%;
  max-height: 100%;
}

.product-gallery-preview {
  position: relative;
  margin-top: 16px;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.product-gallery-preview__preview {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.product-gallery-preview__preview .swiper-container {
  display: flex;
}
.product-gallery-preview__preview .swiper-wrapper {
  margin: 0 auto;
  width: auto;
}
.product-gallery-preview__prev.swiper-button-prev {
  left: -70px;
}
.product-gallery-preview__next.swiper-button-next {
  right: -70px;
}
.product-gallery-preview__item.swiper-slide {
  width: 116px;
  height: 116px;
  background-color: #ffffff;
  margin-right: 30px;
  border: 1px solid #DEDFE0;
  border-radius: 16px;
}

.product-gallery-preview__item.swiper-slide-thumb-active {
  border: 1px solid #356BCD;
}

.product-gallery-preview__item.swiper-slide:last-child {
  margin-right: 0 !important;
}
.product-gallery-preview__item.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-right: 30px;
}

.product-actions {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  font-size: 18px;
  border-bottom: 1px solid #DEDFE0;
}


.product-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  font-size: 18px;
  color: white;
  letter-spacing: 0.05em;
  border-radius: 12px;
  text-transform: uppercase;
  padding: 4px 6px;
  height: 34px;
  min-width: 50px;

}

.product-label--discount {
  background-color: #E78829;
  margin-right: 7px;
  
}

.product-title-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.product-title {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.05em;
}

.product-price {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  margin-bottom: 25px;
}
.product-price__old {
  font-weight: normal;
  font-size: 24px;
  line-height: 30px;
  color: #82868C;
  text-decoration: line-through;
  margin-right: 15px;
}
.product-price__current {
  font-weight: bold;
  font-size: 44px;
  line-height: 1;
  margin-right: 15px;
  margin-bottom: 10px;
}
.product-price__bonus {
  font-weight: normal;
  font-size: 18px;
  background-color: #D6E1F5;
  padding: 9px 12px;
  border-radius: 999px;
  color: #356BCD;
}

.product-variant__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  border: 1px solid #C4C4C4;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.product-variant__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 10px;
}
.product-variant__name {
  margin-right: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  display: inline-block;
}
.product-variant__value {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px;
}
.product-variant__item--active {
  margin-left: 3px;
  margin-right: 23px;
}
.product-variant__item--active::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 1px solid #000000;
}
.product-variant__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.product-variant__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.product-features {
  margin-bottom: 30px;
}
.product-feature__title {
  font-size: 18px;
  color: #82868C;
}
.product-feature__text {
  font-size: 18px;
}
.product-features__item {
  
  display: grid;
  grid-template-columns: 60% 40%;
  padding-bottom: 10px;
  border-bottom: 1px solid #DEDFE0;


  margin-bottom: 10px;
}
.product-features__item:last-child {
  margin-bottom: 0;
}

.product-faq {
  margin-bottom: 30px;
}

.product-lenses-type {
  margin-bottom: 40px;
}
.product-lenses-type__title {
  font-size: 14px;
  line-height: 18px;
  color: #333333;
  margin-bottom: 10px;
}
.product-lenses-type select, .product-lenses-type select + .select2 {
  max-width: 260px;
  min-width: 260px;
}

.product-lenses {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.product-lenses__item {
  margin-bottom: 10px;
}
.product-lenses__title {
  font-size: 18px;
  margin-bottom: 20px;
}
.product-lenses__label {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #333333;
}
.product-lenses__row {
  display: flex;
  margin-bottom: 10px;
  margin: 0 -5px;
}
.product-lenses__col {
  width: 50%;
  padding: 0 5px;
}
.product-lenses__counter {
  margin-top: 40px;
}
.product-lenses__detail {
  margin-top: 20px;
}
.product-lenses__detail-title {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
}
.product-lenses__detail-price {
  font-weight: bold;
  font-size: 20px;
  color: #3caafa;
}

.product-detail__content {
  background-color: white;
  border-radius: 24px;
  padding: 20px;
}

.product-lenses__total {
  margin-top: 30px;
  font-size: 28px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .product-lenses__detail-price {
    font-size: 24px;
  }
  .product-lenses__total {
    font-size: 40px;
    margin-top: 40px;
  }
}

.product-buttons-inner {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
}

.product-buttons {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn.btn-to-cart {
  margin-right: 30px;
  background-color: #356BCD;
  height: 64px;
  border-radius: 16px;
  min-width: clamp(200px, 17.71vw, 340px);
  color: white;
  font-size: 24px;
}

.btn.btn-to-cart:disabled {
  background-color: rgba(214, 225, 245, 1);
  color: rgba(147, 180, 233, 1);
  border: none;
}

.product-detail__labels {
  margin-bottom: 20px;
}

.product-tabs {
  margin-bottom: 120px;
}

.product-reviews__inner, .catalog-item-wrap {
  margin-bottom: 30px;
}

.product-reviews__inner {
  display: flex;
  flex-direction: column;
}

.reviews-empty {
  margin-bottom: 20px;
}

.product-reviews__add {
  margin-top: auto;
}

.product-detail__gallery {
  margin-bottom: 0px;
}

.product-detail__info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.catalog-item-wrap {
  padding: 28px;
  border-radius: 24px;
  background-color: white;
}

.catalog-item-wrap__title {
  font-size: 24px;
  margin-bottom: 20px;

}

.tip-icon {
  position: relative;
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
  background: #FFFFFF;
  cursor: pointer;
  top: -1px;
}
.tip-icon:hover {
  background: #E5E5E5;
}

.tip {
  padding: 15px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  max-width: 276px;
  position: absolute;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  margin-left: -14px;
  font-weight: normal;
}

.tip--open {
  opacity: 1;
  visibility: visible;
}

.tip-content {
  display: none;
}

@media (max-width: 1440px) {
  .product-gallery-preview {
    width: 470px;
  }
  .product-gallery-preview__item.swiper-slide {
    width: 110px;
    height: 110px;
  }
  .product-label {
    font-size: 18px;
    line-height: 23px;
  }
  .product-gallery {
    height: 528px;
  }
  .product-gallery__item.swiper-slide {
    height: 528px;
  }
  .product-gallery__next.swiper-button-next, .product-gallery__prev.swiper-button-prev {
    width: 80px;
  }
  .product-gallery__360 {
    bottom: 20px;
    right: 20px;
  }
  .product-title {
    font-size: 36px;
  }
  .btn-to-cart {
    margin-right: 20px;
  }
}
@media (max-width: 1199.9px) {
  .product-lenses-type {
    margin-bottom: 20px;
  }
  .product-lenses-type__title {
    margin-bottom: 5px;
  }
  .product-lenses-type select, .product-lenses-type select + .select2 {
    max-width: 100%;
    min-width: auto;
  }
  .product-gallery-preview {
    width: 340px;
    margin-top: 10px;
  }
  .product-gallery-preview__item.swiper-slide {
    width: 80px;
    height: 80px;
    margin-right: 10px;
  }
  .product-gallery-preview__prev.swiper-button-prev, .product-gallery-preview__next.swiper-button-next {
    display: none;
  }
  .product-gallery-preview__prev.swiper-button-prev {
    left: -50px;
  }
  .product-gallery-preview__next.swiper-button-next {
    right: -50px;
  }
  .product-gallery {
    height: 323px;
  }
  .product-gallery__item.swiper-slide {
    height: 323px;
  }
  .product-gallery__next.swiper-button-next, .product-gallery__prev.swiper-button-prev {
    width: 40px;
  }
  .product-gallery__360 {
    width: 60px;
    height: 60px;
    bottom: 7px;
    background-size: 50px;
  }
  .product-title {
    font-size: 24px;
  }
  .product-detail__labels {
    margin-bottom: 0;
  }
  .product-detail__gallery, .product-detail__info {
    
  }
  .product-title-inner {
    flex-direction: column-reverse;
    align-items: start;

  }
  .product-detail__order {
    justify-content: center;
  }
  .product-tabs {
    margin-bottom: 50px;
  }
  .product-features__title {
    font-size: 18px;
  }
  .product-features__item {
    font-size: 14px;
    line-height: 24px;
  }
  .product-price {
    margin-bottom: 10px;
  }
  .product-price__current {
    font-size: 21px;
    margin-bottom: 0;
  }
  .product-price__old {
    font-size: 16px;
  }
  .product-variant__item {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .product-variant__header {
    margin-bottom: 5px;
  }
  .product-buttons {
    justify-content: center;
    margin-bottom: 0;
  }
  .btn.btn-to-cart {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 0px !important;
    height: 48px;
  }
}

@media (max-width: 767.9px) {
  .product-actions {
    position: absolute;
    z-index: 3;
    top: 20px;
    left: 0;
    right: 0;
    padding-inline: 20px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }

  .product-feature__title, .product-feature__text {
    font-size: 14px;
  }

  .product-detail__content {
    padding: 12px;
  }

  .product-gallery {
    height: auto;
  }

  .product-detail__gallery {
    margin-bottom: 40px;
  }

  .product-gallery__item.swiper-slide {
    height: clamp(288px, 59.24vw, 455px);
    border-radius: 16px;
  }

  .product-title-inner {
    align-items: end;
    flex-direction: row;
    
  }

  .product-title {
    font-size: clamp(24px, 3.13vw, 18px);
  }

  .product-detail__info {
    padding: 0px 16px 16px 16px;
  }

  .product-price {
    margin-bottom: 0;
  }

  .product-price__current {
    font-size:clamp(28px, 5.73vw, 44px);
  }

  .product-price__old {
    font-size: clamp(18px, 3.13vw, 24px);
  }

  .product-price__bonus {
    font-size: clamp(14px, 2.34vw , 18px);
  }

  .btn.product-reviews__btn {
    max-width: 100%;
    height: 48px !important;
    border-radius: 16px;
    font-size: 16px;

  }
}

@media (max-width: 575.9px) {
  .product-gallery__360 {
    width: 60px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    background-size: 40px;
  }
  .product-gallery-preview {
    width: 100%;
  }

  .product-title-inner {
    flex-direction: column-reverse;
    align-items: start;
  }
}

@media (max-width: 480px) {
  .product-gallery-preview {
    display: none;
  }

  .product-buttons-inner {
    flex-direction: column;
  }
  .btn.btn-to-cart {
    max-width: 100%;
    height: 52px;
    border-radius: 16px;
    font-size: 16px;
    margin-top: 10px;
  }

  .product-label {
    font-size: 11px;
    border-radius: 6px;
    height: 20px;
    min-width: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .product-detail__content {
    border-radius: 20px;
    padding: 4px;

  }

  .product-actions {
    top: 8px;
    padding-inline: 8px;

  }

  .catalog-item-wrap, .reviews {
    padding: 16px;
    border-radius: 16px;
  }

  .product-reviews__inner, .catalog-item-wrap {
    margin-bottom: 8px;
  }

  .counter__field {
    width: 40px;
  }

}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog.section/slider/style.css?178341452594*/
.products-recomended .swiper-slide {
  width: 408px;
}

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

/* End */


/* Start:/local/templates/optika/components/bitrix/catalog.products.viewed/optika/style.css?178341452590*/
.products-viewed .swiper-slide {
  width: 408px;
}

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

/* End */
/* /local/templates/optika/components/bitrix/breadcrumb/optika/style.css?1783415427921 */
/* /local/templates/optika/components/bitrix/catalog/optika/style.css?17834154275180 */
/* /local/templates/optika/components/bitrix/catalog/optika/bitrix/catalog.element/.default/style.css?178516294716694 */
/* /local/templates/optika/components/bitrix/catalog.section/slider/style.css?178341452594 */
/* /local/templates/optika/components/bitrix/catalog.products.viewed/optika/style.css?178341452590 */
