

/* Start:/local/templates/2019/components/bitrix/catalog/.default/style.css?173735797014870*/
.content .section-space .h1 {
  margin-bottom: 24px;
}

.content h1.h1-custom, .content .h1-custom {
  padding: 2px 0 1px;
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.no-available {
  display: flex;
  align-items: center;
  padding: 17px 24px;
  background-color: #ec8213;
  color: #ffffff;
}
@media only screen and (max-width: 549px) {
  .no-available {
    padding: 15px;
  }
}
.no-available .icon {
  flex-shrink: 0;
  margin-right: 15px;
  font-size: 20px;
}
@media only screen and (max-width: 549px) {
  .no-available .icon {
    display: none;
  }
}
.no-available span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.43;
}
.no-available span a {
  font-weight: 400;
  color: #ffffff;
}

.shop-info {
  padding: 34px 48px 48px 48px;
}
@media only screen and (max-width: 549px) {
  .shop-info {
    padding: 38px 16px 32px 16px;
  }
}
.shop-info__rrc {
  text-transform: none;
  display: block;
  color: #6f6f6e;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}
.shop-info__head {
  padding-bottom: 24px;
  border-bottom: 2px solid #2e3d8c;
  margin-bottom: 24px;
}
@media only screen and (max-width: 549px) {
  .shop-info__head {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.shop-info__detail {
  text-decoration: none;
  font-size: 12px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  .shop-info__detail {
    padding-top: 10px;
  }
}
.shop-info__image {
  margin-right: 16px;
}
@media only screen and (max-width: 1023px) {
  .shop-info__image {
    min-width: 65px;
  }
}
.shop-info__desc {
  font-size: 14px;
  color: #565655;
  line-height: 1.3;
  margin-top: 16px;
}
@media only screen and (max-width: 549px) {
  .shop-info__desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.17;
  }
  .shop-info__desc + .btn {
    margin-top: 16px;
  }
}
.shop-info__name {
  color: #565655;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.22;
  text-transform: uppercase;
}
@media only screen and (max-width: 549px) {
  .shop-info__name {
    font-size: 15px;
    line-height: 1.27;
  }
}
.shop-info__shop-image {
  width: 128px;
  text-align: center;
}
.shop-info__shop-image a, .shop-info__shop-image picture {
  display: block;
  height: 48px;
  width: 100%;
}
@media only screen and (max-width: 549px) {
  .shop-info__shop-image {
    width: 100%;
    text-align: left;
  }
}
.shop-info__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 549px) {
  .shop-info__link {
    flex-direction: column;
  }
}
.shop-info__item {
  padding: 12px 0 16px 0;
  border-bottom: 1px solid #f7f7f7;
}
.shop-info__item:first-child {
  padding: 0 0 16px 0;
}
.shop-info__item:last-child {
  padding: 12px 0 0 0;
  border-bottom: none;
}
.shop-info__item .btn--orange {
  padding: 13px 16px 10px;
  max-height: 39px;
}
@media only screen and (max-width: 549px) {
  .shop-info__item .btn--orange {
    width: 100%;
    max-height: 33px;
    padding: 12px 0 10px 0;
    font-size: 13px;
  }
}
.shop-info__tags-cloud {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media only screen and (max-width: 549px) {
  .shop-info__tags-cloud + .btn {
    margin-top: 10px;
  }
}
.shop-info__tag {
  padding: 4px 8px;
  margin: 0 6px 6px 0;
  background-color: #f7f7f7;
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.17;
  color: #565655;
}
@media only screen and (max-width: 549px) {
  .shop-info__tag {
    line-height: 1.2;
    font-size: 11px;
  }
}
.shop-info .modal-store-list {
  display: flex;
  padding-top: 12px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list {
    padding-top: 0;
  }
}
.shop-info .modal-store-list .btn--big .icon {
  top: -3px;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .btn--big .icon {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list p {
    font-size: 11px;
  }
}
.shop-info .modal-store-list .modal-store-element {
  border: 1px solid #f3f3f3;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element {
    padding: 20px 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__heading {
    gap: 15px;
  }
}
.shop-info .modal-store-list .modal-store-element__heading img {
  border-radius: 12px;
}
.shop-info .modal-store-list .modal-store-element__heading-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}
.shop-info .modal-store-list .modal-store-element__heading-info span {
  display: block;
  font-weight: 400;
  line-height: 1.4;
}
.shop-info .modal-store-list .modal-store-element__heading-info span:first-of-type {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
}
.shop-info .modal-store-list .modal-store-element__heading-info span:last-of-type {
  font-size: 12px;
  color: #878687;
}
.shop-info .modal-store-list .modal-store-element__chips {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  gap: 4px;
  align-self: stretch;
  flex-wrap: wrap;
}
.shop-info .modal-store-list .modal-store-element__chips span {
  display: flex;
  padding: 2px 8px 4px 8px;
  align-items: flex-start;
  border-radius: 16px;
  background: #f7f7f7;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #878687;
}
.shop-info .modal-store-list .modal-store-element__offer {
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  background: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer {
    padding: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-heading {
    gap: 8px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-title {
    font-size: 14px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge {
  display: flex;
  height: 22px;
  padding: 0 4px 1px 4px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: white;
  background: #ec8213;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge {
    padding: 2px 4px 3px 4px;
    font-size: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge--promocode .icon {
  font-size: 13px !important;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge--promocode .icon {
    font-size: 11px !important;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge span {
  line-height: 1;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge span {
    padding-top: 0;
  }
}
.shop-info .modal-store-list .modal-store-element__offer-badge .icon {
  font-size: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__offer-badge .icon {
    font-size: 12px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode {
  display: flex;
  height: 56px;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode {
    height: 40px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode-wrapper {
  display: flex;
  padding: 1px 16px 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1 0 0;
  align-self: stretch;
  background: white;
  color: rgba(0, 0, 0, 0.7);
  font-family: Consolas;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode-wrapper {
    font-size: 14px;
    letter-spacing: 0.42px;
  }
}
.shop-info .modal-store-list .modal-store-element__promocode-copy {
  display: flex;
  padding: 0 16px;
  align-items: center;
  align-self: stretch;
  background: white;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .shop-info .modal-store-list .modal-store-element__promocode-copy {
    padding: 0 10px;
  }
}
html:not(.bx-touch) .shop-info .modal-store-list .modal-store-element__promocode-copy:hover .icon, .bx-touch .shop-info .modal-store-list .modal-store-element__promocode-copy:active .icon {
  color: #000356;
}
.shop-info .modal-store-list .modal-store-element__promocode-copy .icon {
  color: #2e3d8c;
  font-size: 20px;
  flex-shrink: 0;
}

.other-collection-section .header-block {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 24px;
}
@media only screen and (max-width: 767px) {
  .other-collection-section .header-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.other-collection-section .header-block .btn-light {
  color: #2e3d8c;
}
.other-collection-section .header-block .btn-light .icon {
  background-color: #2e3d8c;
}

.files-section .files {
  display: flex;
  gap: 20px 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .files-section .files {
    flex-direction: column;
    gap: 20px;
  }
}
.files-section .files a {
  text-decoration: none;
}
.files-section .files__element {
  display: flex;
  height: 88px;
  padding: 20px;
  width: calc(50% - 20px);
  align-items: center;
  gap: 80px;
  justify-content: space-between;
  border: 1px solid #f3f3f3;
}
@media only screen and (max-width: 1439px) {
  .files-section .files__element {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .files-section .files__element {
    width: 100%;
  }
}
html:not(.bx-touch) .files-section .files__element:hover, .bx-touch .files-section .files__element:active {
  border: 1px solid #c5c6c6;
}
html:not(.bx-touch) .files-section .files__element:hover .icon, .bx-touch .files-section .files__element:active .icon {
  background: #2e3d8c !important;
}
html:not(.bx-touch) .files-section .files__element:hover .files__button-text, .bx-touch .files-section .files__element:active .files__button-text {
  color: #2e3d8c !important;
}
.files-section .files__name {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .files-section .files__name {
    font-size: 14px;
  }
}
.files-section .files__button {
  flex-shrink: 0;
  width: 140px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .files-section .files__button {
    width: 28px;
  }
}
.files-section .files__button .icon {
  width: 28px;
  height: 28px;
  background: #9c9c9c;
  padding: 8px;
  color: #ffffff;
}
.files-section .files__button-text {
  color: #6f6f6e;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .files-section .files__button-text {
    display: none;
  }
}
@media only screen and (max-width: 1439px) {
  .files-section .files__format {
    display: none;
  }
}

.block-seo-text {
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .block-seo-text {
    font-size: 10px;
  }
}

.content .catalog-tabs-section .tabs, .catalog-tabs-section .tabs {
  margin-bottom: 24px;
}
.content .catalog-tabs-section .tabs__head, .catalog-tabs-section .tabs__head {
  border-bottom: 0;
  height: 38px;
}
@media only screen and (max-width: 549px) {
  .content .catalog-tabs-section .tabs__head, .catalog-tabs-section .tabs__head {
    height: 39px;
  }
}
.content .catalog-tabs-section .tabs__head-scroll, .catalog-tabs-section .tabs__head-scroll {
  gap: 32px;
}
@media only screen and (max-width: 1439px) {
  .content .catalog-tabs-section .tabs__head-scroll, .catalog-tabs-section .tabs__head-scroll {
    gap: 20px;
  }
}
.content .catalog-tabs-section .tabs__link, .catalog-tabs-section .tabs__link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #878687;
  border-bottom: 2px solid #878687;
  padding: 0 0 12px;
  font-size: 24px;
  font-family: Lato, sans-serif;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.content .catalog-tabs-section .tabs__link.active, .catalog-tabs-section .tabs__link.active {
  color: #2e3d8c;
  background: none;
  border-bottom: 2px solid #2e3d8c;
}

.product-detail-order {
  display: flex;
  flex-direction: column;
  gap: 64px 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-order {
    gap: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-order {
    gap: 40px 0;
  }
}
.product-detail-order .section-space {
  margin: 0;
}
.product-detail-order .carousel-grid.product-slider {
  margin-bottom: 0 !important;
}
.product-detail-order.is2d .files-section {
  order: 2;
}
.product-detail-order.is2d .blog-section {
  order: 3;
}
.product-detail-order.is2d .catalog-tabs-section {
  order: 1;
}
.product-detail-order.is3d .files-section {
  order: 1;
}
.product-detail-order.is3d .blog-section {
  order: 2;
}
.product-detail-order.is3d .catalog-tabs-section {
  order: 3;
}

.header-section-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .header-section-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
.header-section-block .btn-light {
  color: #2e3d8c;
}
.header-section-block .btn-light .icon {
  background-color: #2e3d8c;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/catalog.smart.filter/.default/style.css?173735797011398*/
.filter-preload {
  position: relative;
}
.filter-preload::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: linear-gradient(290deg, #f6f6f6, #f3f3f3, #f7f7f7, #ffffff);
  background-size: 400% 400%;
  animation: gradientPreload 2s ease infinite;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes gradientPreload {
  0% {
    background-position: 50%;
  }
  50% {
    background-position: 50% 100%;
  }
  100% {
    background-position: 50%;
  }
}
.catalog-filter {
  background: #f7f7f7;
  padding: 24px 20px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter {
    padding: 0;
  }
}
.catalog-filter__variants {
  padding-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter__variants {
    margin: 0;
    height: 0;
    opacity: 0;
    padding-top: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease-out;
  }
}
.catalog-filter__variants .column-props:not(:first-child) .toogle-filter {
  margin-top: 32px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .catalog-filter__variants {
    height: auto;
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .catalog-filter__variants .form-control {
    max-width: 100%;
  }
}
.catalog-filter > .btn {
  padding: 8px 12px 6px;
  font-size: 16px;
  line-height: 26px;
}
.catalog-filter .icon--arr-y {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotateZ(-180deg);
  font-size: 7px;
  fill: #b1b2b3;
  transition: transform 0.1s ease-out;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin-top: -2px;
}
.content .catalog-filter .h3 {
  position: relative;
  margin: 0;
  padding: 0 0 20px 0;
}
@media only screen and (max-width: 1023px) {
  .content .catalog-filter .h3 {
    padding: 15px 15px 13px;
    font-size: 14px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1023px) {
  .content .catalog-filter .h3 .icon {
    right: 17px;
    margin-top: 1px;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .h3 .icon {
    transform: translateY(-50%) rotateZ(0deg);
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-filter .filter-shops-vals {
    display: none;
  }
}
.catalog-filter .filter-shops-vals + .catalog-filter__variants {
  margin-top: 14px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter .filter-shops-vals + .catalog-filter__variants {
    margin-top: 0;
  }
}
.catalog-filter .filter-shops-vals .form-control, .catalog-filter .filter-shops-vals .select2 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter.open .filter-shops-vals {
    display: block;
    padding: 0 20px;
    margin-bottom: 14px;
  }
}
@media only screen and (max-width: 549px) {
  .catalog-filter.open .filter-shops-vals {
    padding: 0 15px;
  }
}
.catalog-filter .jspHorizontalBar {
  display: none;
}
.catalog-filter .hidden-props ~ .toogle-filter {
  display: none;
}
.catalog-filter--popup {
  padding: 44px 48px 20px 40px;
  position: relative;
  background-color: #ffffff;
}
.catalog-filter--popup .h3 {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 16px;
}
.catalog-filter--popup .toogle-filter, .catalog-filter--popup .hidden-props ~ .toogle-filter {
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  page-break-inside: avoid;
  width: 100%;
  margin-top: 0;
}
.catalog-filter--popup .catalog-filter__variants {
  display: flex;
  margin-top: -18px;
  margin-left: -30px;
  margin-right: -30px;
}
.catalog-filter--popup .toogle-filter + .toogle-filter {
  margin-top: 0;
}
.catalog-filter--popup .column-props:not(:first-child) .toogle-filter {
  margin-top: 0;
}
.catalog-filter--popup .column-props {
  width: 50%;
}
.catalog-filter--popup .catalog-filter {
  background: #ffffff;
  padding: 0;
}
.catalog-filter--popup .toogle-filter.open .toogle-filter__variants {
  margin-bottom: 15px;
}
.catalog-filter + .btn {
  margin-top: 12px;
}
@media only screen and (max-width: 1023px) {
  .catalog-filter + .btn {
    margin-top: -20px;
  }
}
html:not(.bx-touch) .catalog-filter .ckeck-custom:hover input[type=checkbox]:not(:disabled) + .filter-link span, .bx-touch .catalog-filter .ckeck-custom:active input[type=checkbox]:not(:disabled) + .filter-link span {
  color: rgba(0, 0, 0, 0.7);
}
html:not(.bx-touch) .catalog-filter .ckeck-custom:hover input[type=checkbox]:not(:checked) + .filter-link span:before, .bx-touch .catalog-filter .ckeck-custom:active input[type=checkbox]:not(:checked) + .filter-link span:before {
  border-color: #9c9c9c;
}
.catalog-filter .ckeck-custom.disabled .filter-link, .catalog-filter .ckeck-custom.disabled .filter-link span, .catalog-filter .ckeck-custom.disabled .filter-link span:before {
  cursor: default;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span {
  padding-left: 28px;
  line-height: 20px;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span::first-letter {
  text-transform: uppercase;
}
.catalog-filter .ckeck-custom input[type=checkbox] + .filter-link span:before {
  border-radius: 1px;
  border-color: #c5c6c6;
  width: 20px;
  height: 20px;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:before {
  background-color: #2e3d8c;
  border: 2px solid #2e3d8c;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .filter-link span:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZpZXdCb3g9IjAgMCAxMi40NDUgOS4yNjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7ICAgICAgICBmaWxsOiAjZmZmOyAgICAgIH08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iY2xzLTEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00Ljc3NyAtNi4xODIpIiBkPSJNOS4yMjIsMTUuNDQ0LDQuNzc4LDExLDYuMDMxLDkuNzQ3bDMuMTkxLDMuMTgyLDYuNzQ3LTYuNzQ3LDEuMjUzLDEuMjYyWiIvPjwvc3ZnPg==");
  position: absolute;
  top: 5px;
  left: 4px;
  font-size: 0;
  width: 12px;
  height: 9px;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round {
  border: none;
  cursor: not-allowed;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  z-index: 3;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .color-round .icon--check {
  display: none;
}
.catalog-filter .ckeck-custom input[type=checkbox]:checked + .color-round .icon--check {
  display: inline-block;
}
.catalog-filter .ckeck-custom input[type=checkbox], .catalog-filter .ckeck-custom input[type=radio] {
  display: none;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span {
  color: #c5c6c6;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:before, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:before, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span:before, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span:before {
  background-color: rgba(197, 198, 198, 0.6);
  border: none;
  opacity: 0.6;
}
.catalog-filter .ckeck-custom input[type=checkbox]:disabled + .filter-link span:after, .catalog-filter .ckeck-custom input[type=checkbox]:disabled:checked + .filter-link span:after, .catalog-filter .ckeck-custom input[type=radio]:disabled + .filter-link span:after, .catalog-filter .ckeck-custom input[type=radio]:disabled:checked + .filter-link span:after {
  content: none;
}

.filter-popup .modal-popup {
  max-width: 588px;
}
.filter-popup .mfp-inline-holder .mfp-content .mfp-close {
  padding: 20px;
}

@media only screen and (max-width: 1023px) {
  .toogle-filter {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 549px) {
  .toogle-filter {
    padding: 0 15px;
  }
}
.toogle-filter + .toogle-filter {
  margin-top: 32px;
}
.toogle-filter__variants {
  display: none;
  max-height: 148px;
  overflow: hidden;
}
@media only screen and (max-width: 549px) {
  .toogle-filter__variants {
    display: none;
  }
}
.toogle-filter__variants:not(.toogle-filter__variants--colors) {
  width: 100% !important;
}
.toogle-filter__variants .jspContainer, .toogle-filter__variants .jspPane {
  width: 100% !important;
  padding-bottom: 0 !important;
}
.toogle-filter__variants .jspDrag {
  background: #9c9c9c;
  border-radius: 4px;
  width: 4px;
}
.toogle-filter__variants .jspTrack {
  width: 4px;
  border-radius: 4px;
  background: #f3f3f3;
}
.toogle-filter__variants .jspVerticalBar {
  right: 2px;
}
.toogle-filter__variants--colors {
  max-height: 100%;
  margin: -8px;
}
.toogle-filter__variants--colors .toogle-filter__item {
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
}
.toogle-filter__item:not(.d-none) ~ .toogle-filter__item:not(.d-none) {
  margin-top: 12px;
}
.toogle-filter__variants--colors .toogle-filter__item:not(.d-none) ~ .toogle-filter__item:not(.d-none) {
  margin-top: 8px;
}
.toogle-filter__title {
  display: flex;
  align-items: center;
  padding-right: 25px;
  margin: 17px 0 15px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
@media only screen and (max-width: 549px) {
  .toogle-filter__title {
    cursor: pointer;
    position: relative;
    margin-top: 15px;
  }
}
.toogle-filter__title + .form-control {
  display: none;
  margin-bottom: 16px;
  max-width: 220px;
}
.toogle-filter__title span {
  font-size: 14px;
  font-weight: 500;
}
.toogle-filter__subtitle {
  margin-bottom: 8px;
}
.toogle-filter__subtitle + .form-control {
  margin-bottom: 16px;
  max-width: 210px;
}
.toogle-filter__delim {
  color: #b1b2b3;
}
.toogle-filter--price {
  margin: 32px 0 0;
}
.toogle-filter--price__range {
  height: 2px;
  margin: 0 4px;
}
.toogle-filter--price .toogle-filter__variants {
  max-height: 100%;
}
.toogle-filter.open .toogle-filter__title + .form-control {
  display: block;
}
.toogle-filter.open .icon {
  transform: translateY(-50%) rotateZ(0deg);
}
.toogle-filter.open .toogle-filter__variants {
  display: block;
  -webkit-overflow-scrolling: touch;
}
.toogle-filter .jspScrollable .ckeck-custom {
  padding-right: 10px;
}

.filter-link, .content .filter-link {
  color: #565655;
}

.color-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  overflow: hidden;
  user-select: none;
}
.color-round .color-round__check {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}
.color-round .color-round__check:before {
  content: none;
}
.color-round .color-round__check .icon {
  display: none;
  font-size: 14px;
  transform: none;
  z-index: 4;
}
.color-round .img-fluid {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984*/
.pager {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 549px) {
  .pager {
    margin-top: 30px;
  }
}
.pager__next {
  margin-bottom: 50px;
}
@media only screen and (max-width: 549px) {
  .pager__next {
    margin-bottom: 40px;
  }
}
.pager .preloader:before {
  filter: brightness(0) saturate(100%) invert(18%) sepia(79%) saturate(1693%) hue-rotate(216deg) brightness(92%) contrast(87%);
}
.pager .loader--active {
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 0;
}

.content .paging {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  margin: 0 -4px;
}
.content .paging__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 35px;
  padding-top: 1px;
  border-right: none;
  font-size: 16px;
  line-height: 35px;
  color: #565655;
  text-align: center;
  transition: all 0.1s ease-out;
  text-decoration: none;
  margin: 0 4px;
}
@media only screen and (max-width: 549px) {
  .content .paging__item {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
html:not(.bx-touch) .content .paging__item:hover, .bx-touch .content .paging__item:active {
  text-decoration: underline;
  color: #2e3d8c;
}
.content .paging__item .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
}
.content .paging__item--arr {
  color: #b1b2b3;
  border: 1px solid #b1b2b3;
}
@media only screen and (max-width: 549px) {
  .content .paging__item--arr {
    display: none;
  }
}
html:not(.bx-touch) .content .paging__item--arr:hover, .bx-touch .content .paging__item--arr:active {
  color: #2e3d8c;
  border-color: #2e3d8c;
}
.content .paging__item--active {
  background-color: #f7f7f7;
}
html:not(.bx-touch) .content .paging__item--active:hover, .bx-touch .content .paging__item--active:active {
  text-decoration: none;
  pointer-events: none;
  color: #565655;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/collections/style.css?17373579706783*/
.carousel-grid.collection-slider.product-slider .swiper-button-next.swiper-button-area .icon, .carousel-grid.collection-slider.product-slider .swiper-button-prev.swiper-button-area .icon {
  top: 42%;
}
@media only screen and (max-width: 1439px) {
  .carousel-grid.collection-slider.product-slider .swiper-button-next.swiper-button-area .icon, .carousel-grid.collection-slider.product-slider .swiper-button-prev.swiper-button-area .icon {
    top: 45%;
  }
}
.carousel-grid.collection-slider.product-slider .hint--360 .icon {
  font-size: 35px;
}
.carousel-grid.collection-slider.product-slider .img-fluid {
  max-width: max-content;
  height: 100%;
}

.catalog-list-collection {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-list-collection:hover .catalog-list-collection__title, .bx-touch .catalog-list-collection:active .catalog-list-collection__title {
  text-decoration: underline;
}
.catalog-list-collection--slider .no-photo {
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-list-collection__pic {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .catalog-list-collection__pic {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-list-collection__pic {
    height: auto;
  }
}
@media only screen and (max-width: 549px) {
  .catalog-list-collection__pic {
    width: unset;
    height: inherit;
  }
}
.catalog-list-collection__pic-nophoto {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.catalog-list-collection__pic-slider {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 81%;
  width: 100%;
  box-sizing: content-box;
}
.catalog-list-collection .hints {
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  align-items: center;
}
.catalog-list-collection .hint--360 {
  position: absolute;
  top: 8px;
  right: 14px;
  left: auto;
}
.catalog-list-collection .hint--promo {
  color: #ec8213;
}
.catalog-list-collection__hover {
  margin-top: 15px;
  display: block;
  text-align: center;
}
.catalog-list-collection__title {
  display: block;
  font-size: 17px;
  line-height: 1.41;
  font-weight: 500;
  color: #565655;
  text-transform: uppercase;
}
.catalog-list-collection .catalog-item-slider {
  position: absolute;
  left: 0;
  top: 0;
}
.catalog-list-collection .catalog-item-slider_area {
  align-items: start;
}
.catalog-list-collection .catalog-item-slider_dots {
  bottom: -6px;
}
.catalog-list-collection .catalog-item-slider_area .img-fluid {
  max-height: none;
}

.set-slider-item .catalog-list-collection--slider {
  height: 180px;
}
.set-slider-item .catalog-list-collection__hover {
  max-width: 100%;
  width: 85%;
}

.other-collections .other-collections__dots {
  display: flex !important;
  gap: 5px;
  z-index: 30;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}
.other-collections .other-collections__dot {
  width: 5px;
  height: 5px;
  background-color: #c5c6c6;
}
.other-collections .other-collections__dot.active {
  background-color: #2e3d8c;
}
.other-collections .other-collections-slider {
  overflow: hidden;
  position: relative;
}
.other-collections .other-collections-slider__360 {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 50;
}
.other-collections .other-collections-slider__360 .icon {
  font-size: 30px;
  color: #ffffff;
}
.other-collections .other-collections-slider a {
  text-decoration: none;
}
.other-collections .other-collections-slider:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  gap: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .other-collections .other-collections-slider:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 0 20px;
  }
}
.other-collections .other-collections-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}
.other-collections .other-collections-slider__nav.swiper-button-disabled {
  display: none;
}
.other-collections .other-collections-slider__nav .icon {
  width: 22px;
  height: 40px;
  color: #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .other-collections .other-collections-slider__nav .icon {
    width: 18px;
    height: 36px;
  }
}
.other-collections .other-collections-slider__nav--prev {
  left: 0;
  margin-left: 28px;
}
@media only screen and (max-width: 1023px) {
  .other-collections .other-collections-slider__nav--prev {
    margin-left: 14px;
  }
}
.other-collections .other-collections-slider__nav--next {
  right: 0;
  margin-right: 28px;
}
@media only screen and (max-width: 1023px) {
  .other-collections .other-collections-slider__nav--next {
    margin-right: 14px;
  }
}
.other-collections .other-collections-slider__nav--next .icon {
  transform: rotate(180deg);
}
.other-collections .other-collections-slider .swiper-slide {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .other-collections .other-collections-slider .swiper-slide {
    width: 100%;
  }
}
html:not(.bx-touch) .other-collections .other-collections-slider .swiper-slide:hover .design-collection-name, .bx-touch .other-collections .other-collections-slider .swiper-slide:active .design-collection-name {
  opacity: 1;
}
.other-collections .other-collections-slider .swiper-slide:not(:has(img.lazyloaded)) img {
  background: #f3f3f3;
}
.other-collections .other-collections-slider .swiper-slide img {
  aspect-ratio: 4/3;
  width: 100%;
  object-position: 50% 0;
  object-fit: cover;
}
.other-collections .other-collections-slider .single-slide-collection {
  width: 100%;
}
.other-collections .slide-hover-container {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 35;
  display: flex;
}
@media only screen and (max-width: 1023px) {
  .other-collections .slide-hover-container {
    display: none;
  }
}
.other-collections .slide-hover-wrapper {
  position: relative;
  height: 100%;
  flex-shrink: 0;
}
.other-collections .design-collection-hints {
  position: absolute;
  z-index: 30;
  top: 8px;
  left: 8px;
}
.other-collections .design-collection-hints .hint-promo {
  display: inline-flex;
  padding: 1px 5px 2px 5px;
  justify-content: center;
  align-items: center;
  line-height: 24px;
  height: 24px;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.toogle-filter__item.disabled {
  display: none !important;
}

.collection-detail .tags {
  display: none !important;
}

/* End */


/* Start:/local/components/teamprofi/banners/templates/.default/style.css?17346938191484*/
.catalog-list__filter .banners {
  margin-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .catalog-list__filter .banners {
    margin-top: 30px;
  }
}
.map-wr ~ .banners {
  margin-top: 32px;
}
.map-text + .banners {
  margin-top: 12px;
}
.banners + .blog-wrap, .banners + .catalog-list-wrap, .banners + .catalog-list-head {
  margin-top: 30px;
}
.catalog-list-wrap .banners {
  margin-bottom: 40px;
}
.banners:not(.swiper-wrapper) {
  display: flex;
  justify-content: center;
}

.banners-gallery .banners__item {
  min-height: 85px;
}
.map-wr ~ .banners-gallery {
  margin-top: 32px;
}
.map-text + .banners-gallery {
  margin-top: 12px;
}
.banners-gallery.carousel-grid .swiper-container {
  margin: 0;
  width: 100%;
}
.banners-gallery.carousel-grid .swiper-container:after, .banners-gallery.carousel-grid .swiper-container:before {
  content: none;
}
.banners-gallery .swiper-button-next.swiper-button-area, .banners-gallery .swiper-button-prev.swiper-button-area {
  height: calc(100% - 30px);
}
.banners-gallery .swiper-button-next.swiper-button-area {
  right: -75px;
}
.banners-gallery .swiper-button-prev.swiper-button-area {
  left: -75px;
}
.banners-gallery.carousel-grid .swiper-button-next .icon, .banners-gallery.carousel-grid .swiper-button-prev .icon {
  font-size: 26px;
}
.banners-gallery .swiper-pagination {
  height: 30px;
  text-align: center;
  padding-top: 15px;
}
.banners-gallery .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

/* End */
/* /local/templates/2019/components/bitrix/catalog/.default/style.css?173735797014870 */
/* /local/templates/2019/components/bitrix/catalog.smart.filter/.default/style.css?173735797011398 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/bitrix/news.list/collections/style.css?17373579706783 */
/* /local/components/teamprofi/banners/templates/.default/style.css?17346938191484 */
