

/* 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/teamprofi/empty/video/style.css?173469381915656*/
.products-video {
  padding-top: 120px;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1439px) {
  .products-video {
    padding-top: 125px;
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video {
    overflow: visible;
    padding-top: 0;
    margin-bottom: 60px;
  }
}
.products-video .video-block {
  padding-top: 55.2%;
}
.products-video__main {
  width: 600px;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1250px) and (max-width: 1439px) {
  .products-video__main {
    width: 526px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .products-video__main {
    width: 526px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video__main {
    position: relative;
    width: 100%;
  }
}
.products-video__main .video-block {
  padding-top: 56.3%;
}
.products-video__wrap {
  background: rgba(246, 246, 246, 0.85);
  padding: 65px 68px 65px 0;
  margin-left: 350px;
  height: 218px;
}
@media only screen and (max-width: 1439px) {
  .products-video__wrap {
    height: 200px;
    padding: 30px 56px 56px 235px;
  }
}
@media only screen and (max-width: 1023px) {
  .products-video__wrap {
    height: auto;
    margin: -25px -25px 0;
    padding: 56px 48px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video__wrap {
    margin: -32px -20px 0;
    padding: 56px 25px 38px;
  }
}
@media only screen and (max-width: 549px) {
  .products-video__wrap {
    margin: -32px -15px 0;
    padding: 56px 19px 38px;
  }
}
.products-video .carousel-grid .swiper-container:after,
.products-video .carousel-grid .swiper-container:before {
  background: transparent;
}
.products-video .swiper-button-area.swiper-button-next,
.products-video .swiper-button-area.swiper-button-prev {
  right: auto;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #9c9c9c;
  border-radius: 0;
}
html:not(.bx-touch) .products-video .swiper-button-area.swiper-button-next:hover, .bx-touch .products-video .swiper-button-area.swiper-button-next:active,
html:not(.bx-touch) .products-video .swiper-button-area.swiper-button-prev:hover,
.bx-touch .products-video .swiper-button-area.swiper-button-prev:active {
  background: #2e3d8c;
}
.products-video .swiper-button-area.swiper-button-next .icon,
.products-video .swiper-button-area.swiper-button-prev .icon {
  color: #ffffff;
  font-size: 12px;
}
.products-video .swiper-button-area.swiper-button-prev {
  right: 100%;
  left: auto;
  margin-right: 6px;
}
.products-video .swiper-button-area.swiper-button-prev .icon {
  left: 13px;
}
.products-video .swiper-button-area.swiper-button-next {
  right: auto;
  left: 100%;
  margin-left: 6px;
}
.products-video .swiper-button-area.swiper-button-next .icon {
  right: 13px;
}
.products-video .video-list {
  margin: 0;
}
.products-video .video-list__item {
  padding: 0 2px;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid {
    margin: 0 -6px;
    padding-bottom: 30px;
  }
}
.products-video .carousel-grid .swiper-container {
  margin: 0;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid .swiper-pagination {
    padding-top: 16px;
    margin: 0 -9px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video .carousel-grid .swiper-pagination {
    margin: 0 -7px;
  }
}
.products-video .carousel-grid .swiper-button-area {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .products-video .carousel-grid .swiper-button-area {
    display: none;
  }
}
.products-video .carousel-grid .swiper-button-area.swiper-button-disabled {
  display: none;
}
.products-video__center {
  max-width: 2010px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .products-video__center {
    max-width: 1608px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video__center {
    max-width: 1130px;
  }
}
.products-video--centered {
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered {
    margin-bottom: 90px;
  }
}
.products-video--centered .video-block__preview {
  border: none;
}
.products-video--centered .carousel-grid {
  max-width: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .carousel-grid .swiper-container {
    margin: 0;
  }
}
.products-video--centered .products-video__main {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: auto;
}
.products-video--centered .products-video__main .video-block {
  padding-top: 0;
  font-size: 0;
  width: 100%;
}
.products-video--centered .products-video__main .video-block .img-fluid, .products-video--centered .products-video__main .video-block .icon, .products-video--centered .products-video__main .video-block .video-block__preview {
  display: none;
}
.products-video--centered .products-video__main .video-block iframe {
  display: block;
  width: 670px;
  height: 390px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .products-video__main .video-block iframe {
    width: 536px;
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .products-video__main .video-block iframe {
    width: 260px;
    height: 160px;
  }
}
.products-video--centered .products-video__wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 390px;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .products-video__wrap {
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .products-video__wrap {
    display: block;
    justify-content: start;
    height: 200px;
    padding: 0 5px;
  }
}
.products-video--centered .video-block {
  width: 670px;
  padding-top: 390px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-block {
    width: 536px;
    padding-top: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-block {
    width: 260px;
    padding-top: 160px;
  }
}
.products-video--centered .video-block .img-fluid {
  width: 670px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-block .img-fluid {
    width: 536px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-block .img-fluid {
    width: 260px;
  }
}
.products-video--centered .video-list {
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  box-sizing: content-box;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list {
    justify-content: start;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list:not(.swiper-wrapper) {
    justify-content: center;
  }
}
.products-video--centered .video-list__item {
  display: none;
  padding: 0;
  transform: scale(0.426) translateX(60%);
  transition-property: transform;
  transition-duration: 300ms;
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .video-list__item {
    transform: scale(0.516) translateX(41%);
    top: 68px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item {
    transform: none;
    max-width: 280px;
    padding: 0 10px;
    top: 0;
  }
}
.products-video--centered .video-list__item iframe {
  display: none;
}
.products-video--centered .video-list__item .icon--play {
  transform: scale(3.9) translate(-18%, -18%);
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item .icon--play {
    transform: scale(1) translate(-50%, -50%);
  }
}
.products-video--centered .video-list__item .icon--no-photo {
  font-size: 150px;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item .icon--no-photo {
    width: 60px;
    height: 50px;
  }
}
.products-video--centered .swiper-button-area.swiper-button-prev,
.products-video--centered .swiper-button-area.swiper-button-next {
  opacity: 0;
}
.products-video--centered .video-list__item.swiper-slide-active,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item,
.products-video--centered .video-list__item.swiper-slide-duplicate-active {
  transform: translateX(0%) scale(1);
  z-index: 30;
  display: flex;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .products-video--centered .video-list__item.swiper-slide-active,
  .products-video--centered .video-list:not(.swiper-wrapper) .video-list__item,
  .products-video--centered .video-list__item.swiper-slide-duplicate-active {
    transform: none;
  }
}
.products-video--centered .video-list__item.swiper-slide-active iframe,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item iframe,
.products-video--centered .video-list__item.swiper-slide-duplicate-active iframe {
  display: block;
}
.products-video--centered .video-list__item.swiper-slide-active .video-block__preview,
.products-video--centered .video-list:not(.swiper-wrapper) .video-list__item .video-block__preview,
.products-video--centered .video-list__item.swiper-slide-duplicate-active .video-block__preview {
  display: none;
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item {
  display: flex;
}
@media only screen and (max-width: 549px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item {
    display: block;
  }
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
  transform: scale(0.426) translateX(-60%);
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
    transform: scale(0.516) translateX(-41%);
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-duplicate-next, .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item--no-preview.swiper-slide-next {
    transform: none;
  }
}
.products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
  transform: translateX(0%) scale(1) !important;
}
@media only screen and (max-width: 1023px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
    transform: translateX(0%) scale(1) !important;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--centered .swiper-container-initialized .video-list.swiper-wrapper .video-list__item.swiper-slide-active ~ .swiper-slide-duplicate-active {
    transform: none;
  }
}
.products-video--centered .swiper-container-initialized ~ .swiper-button-area.swiper-button-prev {
  right: 82.1%;
  opacity: 1;
  top: auto;
  bottom: 65px;
}
.products-video--centered .swiper-container-initialized ~ .swiper-button-area.swiper-button-next {
  left: 82.1%;
  opacity: 1;
  top: auto;
  bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .video-gallery .products-video--rutube.products-video--centered.products-video {
    padding-top: 65px;
  }
}
.products-video--rutube.products-video--centered .products-video__wrap {
  display: flex;
  align-items: end;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 390px;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .products-video--rutube.products-video--centered .products-video__wrap {
    height: 322px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--rutube.products-video--centered .products-video__wrap {
    justify-content: start;
    height: 147px;
    padding: 0 15px;
  }
}
.products-video--rutube.products-video--centered .video-block {
  width: 670px;
  padding-top: 377px;
}
@media only screen and (max-width: 1023px) {
  .products-video--rutube.products-video--centered .video-block {
    width: 536px;
    padding-top: 302px;
  }
}
@media only screen and (max-width: 767px) {
  .products-video--rutube.products-video--centered .video-block {
    width: 260px;
    padding-top: 147px;
  }
}
.video-gallery .products-video {
  padding-top: 38px;
}
@media only screen and (max-width: 1023px) {
  .video-gallery .products-video {
    padding-top: 60px;
  }
}

.video-block {
  cursor: pointer;
  position: relative;
}
html:not(.bx-touch) .video-block:hover .icon:not(.icon--no-photo), .bx-touch .video-block:active .icon:not(.icon--no-photo) {
  color: #f00;
}
html:not(.bx-touch) .video-block:hover .icon--play-circle, .bx-touch .video-block:active .icon--play-circle {
  color: #1eabe9 !important;
}
.video-block.active {
  cursor: default;
}
.video-block.active .video-block__preview {
  border-color: rgba(46, 61, 140, 0.85);
  background: #ffffff;
}
.video-block.active .img-fluid {
  border-color: transparent;
}
.video-block__preview {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: solid 2px transparent;
  overflow: hidden;
}
.video-block .no-photo {
  border: 2px solid #c5c6c6;
  z-index: 1;
}
.video-block .icon {
  font-size: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  transition: fill 0.1s cubic-bezier(0.4, 0, 1, 1), fill-opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  color: rgba(33, 33, 33, 0.8);
  z-index: 2;
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.detail/collections/style.css?174116601419264*/
.content .collection-detail h1 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1439px) {
  .content .collection-detail h1 {
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .content .collection-detail h1 {
    margin-bottom: 12px;
  }
}

.content .collection-detail .h1 {
  margin-bottom: 24px;
}

.collection-detail .section-space {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .section-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .collection-detail .section-space {
    margin-bottom: 40px;
  }
}
.collection-detail .preview-section-wrapper {
  position: relative;
}
.collection-detail .catalog-switch {
  display: none;
}
.collection-detail .hints {
  display: flex;
  gap: 0 5px;
  margin-bottom: 24px;
  position: absolute;
  top: 8px;
  left: 108px;
  z-index: 25;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .hints {
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .collection-detail .hints {
    position: relative;
    top: 0;
    left: 0;
  }
}
.collection-detail .hints span {
  font-size: 14px;
  display: flex;
  height: 32px;
  padding: 0 10px;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .collection-detail .hints span {
    font-size: 12px;
    display: flex;
    height: 18px;
    padding: 1px 5px 2px 5px;
    justify-content: center;
    align-items: center;
  }
}
.collection-detail .hints .hint-promo + .hint {
  margin: 0;
}
.collection-detail .hints span.hint--promo {
  padding: 0;
}
.collection-detail .hints span.hint--promo .icon {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .collection-detail .hints span.hint--promo .icon {
    font-size: 18px;
  }
}
.collection-detail .collection-media-mobile {
  display: none;
  gap: 0 8px;
  position: absolute;
  margin-top: 8px;
  right: 8px;
  z-index: 25;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .collection-media-mobile {
    display: flex;
  }
}
.collection-detail .collection-media-mobile__element {
  width: 40px;
  height: 40px;
  background: rgba(111, 111, 110, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .collection-detail .collection-media-mobile__element {
    width: 32px;
    height: 32px;
  }
}
.collection-detail .collection-media-mobile__element .icon {
  width: 20px;
  height: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .collection-detail .collection-media-mobile__element .icon {
    width: 14px;
    height: 14px;
  }
}
.collection-detail .collection-media-mobile__element .icon--i-360 {
  width: 28px;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .collection-detail .collection-media-mobile__element .icon--i-360 {
    width: 20px;
    height: 20px;
  }
}
.collection-detail .preview-section {
  width: 100%;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .preview-section {
    flex-direction: column;
    gap: 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .collection-detail .preview-section {
    margin-bottom: 40px;
  }
}
.collection-detail .preview-section .swiper:not(.swiper-container-initialized):nth-of-type(1) .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .preview-section .swiper:not(.swiper-container-initialized):nth-of-type(1) .swiper-wrapper {
    gap: 0 20px;
    flex-direction: row;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .collection-detail .preview-section .swiper:not(.swiper-container-initialized):nth-of-type(1) .swiper-wrapper {
    gap: 0 16px;
  }
}
.collection-detail .preview-section .swiper:not(.swiper-container-initialized):nth-of-type(1) .swiper-slide:first-of-type {
  border: 1px solid #b1b2b3;
}
.collection-detail .preview-section .swiper:not(.swiper-container-initialized):nth-of-type(1) .swiper-slide:first-of-type img {
  opacity: 1;
}
.collection-detail .preview-section .swiper {
  overflow: hidden;
}
.collection-detail .preview-section .swiper:nth-of-type(1) {
  flex-shrink: 0;
  width: 80px;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .preview-section .swiper:nth-of-type(1) {
    position: unset;
    width: 100%;
    height: 60px;
    order: 2;
  }
}
.collection-detail .preview-section .swiper:nth-of-type(1) .swiper-slide {
  width: 80px;
  height: 60px;
  padding: 4px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  cursor: pointer;
}
.collection-detail .preview-section .swiper:nth-of-type(1) .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #b1b2b3;
}
.collection-detail .preview-section .swiper:nth-of-type(1) .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.collection-detail .preview-section .swiper:nth-of-type(1) .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
.collection-detail .preview-section .swiper:nth-of-type(1) .swiper-slide img:not(.lazyloaded) {
  background: #f3f3f3;
  opacity: 1;
}
.collection-detail .preview-section .swiper:nth-of-type(2) {
  aspect-ratio: 4/3;
  flex: 1;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .preview-section .swiper:nth-of-type(2) {
    order: 1;
  }
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide {
  display: flex;
  justify-content: center;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .points-list-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .points-list {
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: rgba(111, 111, 110, 0.85);
  transform: translate(50%, 50%);
  border-radius: 50%;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label {
    transform: unset;
  }
}
html:not(.bx-touch) .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:hover, .bx-touch .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:active {
  transform: translate(50%, 50%) scale(1.1);
}
@media only screen and (max-width: 767px) {
  html:not(.bx-touch) .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:hover, .bx-touch .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:active {
    transform: scale(1.1);
  }
}
html:not(.bx-touch) .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:hover:before, .bx-touch .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:active:before {
  border-color: transparent;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label .icon {
  font-size: 12px;
  color: #ffffff;
}
@media only screen and (max-width: 549px) {
  .collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label .icon {
    font-size: 10px;
  }
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide .point-label:before {
  transition: 0.3s;
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide img {
  height: 100%;
  object-fit: contain;
  object-position: 50% 0;
}
.collection-detail .preview-section .swiper:nth-of-type(2) .swiper-slide:not(:has(img.lazyloaded)) {
  background: #f3f3f3;
}
.collection-detail .preview-section .collection-media__element.no-hover .collection-media__element-background {
  transform: unset !important;
}
.collection-detail .preview-section .collection-media__element.no-hover .collection-media__element-background:not(:has(img.lazyloaded)) {
  background: #f3f3f3;
}
.collection-detail .preview-section .collection-media {
  width: 280px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 1439px) {
  .collection-detail .preview-section .collection-media {
    width: 240px;
  }
}
@media only screen and (max-width: 1023px) {
  .collection-detail .preview-section .collection-media {
    display: none;
  }
}
.collection-detail .preview-section .collection-media__element {
  height: calc(50% - 10px);
  position: relative;
  overflow: hidden;
}
.collection-detail .preview-section .collection-media__element--link {
  cursor: pointer;
}
html:not(.bx-touch) .collection-detail .preview-section .collection-media__element:hover .collection-media__element-background, .bx-touch .collection-detail .preview-section .collection-media__element:active .collection-media__element-background {
  transform: scale(1.1);
}
.collection-detail .preview-section .collection-media__element-background, .collection-detail .preview-section .collection-media__element-blackout, .collection-detail .preview-section .collection-media__element-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.collection-detail .preview-section .collection-media__element-background {
  z-index: 10;
  transition: 0.3s ease;
}
.collection-detail .preview-section .collection-media__element-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.collection-detail .preview-section .collection-media__element-blackout {
  z-index: 20;
  background: rgba(0, 0, 0, 0.3);
}
.collection-detail .preview-section .collection-media__element-content {
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
}
.collection-detail .preview-section .collection-media__element-content .icon {
  color: white;
  width: 32px;
  height: 32px;
}
.collection-detail .preview-section .collection-media__element-content .icon--play-default {
  margin-right: 2px;
}
.collection-detail .preview-section .collection-media__element-content .icon--i-360 {
  margin-right: 5px;
  width: 46px;
  height: 46px;
  margin-bottom: -8px;
}
.collection-detail .preview-section .collection-media__element-content span {
  color: white;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}
.collection-detail .description-section__text {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .description-section__text {
    font-size: 14px;
  }
}
.collection-detail .collection-specs {
  display: flex;
  gap: 0 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .collection-specs {
    gap: 0;
  }
}
.collection-detail .collection-specs__element {
  display: flex;
  padding: 12px 0;
  width: calc(50% - 20px);
  flex-shrink: 0;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  gap: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .collection-specs__element {
    width: 100%;
  }
}
.collection-detail .collection-specs__element:nth-child(1), .collection-detail .collection-specs__element:nth-child(2) {
  border-top: 1px solid #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .collection-specs__element:nth-child(2) {
    border-top: 0;
  }
}
.collection-detail .collection-specs__title, .collection-detail .collection-specs__value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.collection-detail .collection-specs__title {
  color: #878687;
  flex-shrink: 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .collection-detail .collection-specs__title {
    width: 120px;
  }
}
.collection-detail .collection-specs__value {
  color: #565655;
  text-align: right;
}
.collection-detail .collection-specs__value a {
  text-decoration: none;
}
html:not(.bx-touch) .collection-detail .collection-specs__value a:hover, .bx-touch .collection-detail .collection-specs__value a:active {
  text-decoration: underline;
}
.collection-detail .design-collection-slider {
  overflow: hidden;
  position: relative;
}
.collection-detail .design-collection-slider:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  gap: 0 40px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .design-collection-slider:not(.swiper-container-initialized) .swiper-wrapper {
    gap: 0 20px;
  }
}
.collection-detail .design-collection-slider__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  cursor: pointer;
}
.collection-detail .design-collection-slider__nav.swiper-button-disabled {
  display: none;
}
.collection-detail .design-collection-slider__nav .icon {
  width: 22px;
  height: 40px;
  color: #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .design-collection-slider__nav .icon {
    width: 18px;
    height: 36px;
  }
}
.collection-detail .design-collection-slider__nav--prev {
  left: 0;
  margin-left: 28px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .design-collection-slider__nav--prev {
    margin-left: 14px;
  }
}
.collection-detail .design-collection-slider__nav--next {
  right: 0;
  margin-right: 28px;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .design-collection-slider__nav--next {
    margin-right: 14px;
  }
}
.collection-detail .design-collection-slider__nav--next .icon {
  transform: rotate(180deg);
}
.collection-detail .design-collection-slider .swiper-slide {
  width: calc(50% - 20px);
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .collection-detail .design-collection-slider .swiper-slide {
    width: 100%;
  }
}
html:not(.bx-touch) .collection-detail .design-collection-slider .swiper-slide:hover .design-collection-name, .bx-touch .collection-detail .design-collection-slider .swiper-slide:active .design-collection-name {
  opacity: 1;
}
.collection-detail .design-collection-slider .swiper-slide:not(:has(img.lazyloaded)) img {
  background: #f3f3f3;
}
.collection-detail .design-collection-slider .swiper-slide img {
  aspect-ratio: 4/3;
  width: 100%;
  object-position: 50% 0;
  object-fit: contain;
}
.collection-detail .design-collection-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;
}
html:not(.bx-touch) .collection-detail .design-collection-slider__360:hover, .bx-touch .collection-detail .design-collection-slider__360:active {
  transform: scale(1.1);
}
.collection-detail .design-collection-slider__360 .icon {
  font-size: 30px;
  color: #ffffff;
}
.collection-detail .design-collection-name {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  display: block;
  padding: 10px 16px;
  overflow: hidden;
  color: #565655;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.8);
  transition: 0.3s ease;
  cursor: pointer;
  z-index: 30;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .design-collection-name {
    padding: 0;
    transform: unset;
    position: relative;
    top: unset;
    left: unset;
    opacity: 1;
    margin-top: 5px;
    background: unset;
    font-size: 14px;
    line-height: 1.3;
  }
}
.collection-detail .main-slider-thumb-wrapper {
  width: 80px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .collection-detail .main-slider-thumb-wrapper {
    order: 2;
    width: unset;
    flex-shrink: unset;
    position: unset;
  }
}

.collection-video-popup .mfp-iframe-scaler {
  height: auto;
  aspect-ratio: 16/9;
  padding-top: 0;
}
.collection-video-popup .mfp-iframe-scaler iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.toogle-filter .js-show-popup-filter, .toogle-filter .blocked-js-show-popup-filter {
  display: none !important;
}

.catalog-list .catalog-filter__variants {
  padding-top: 0;
}

.catalog-list .toogle-filter__title {
  margin-top: 0;
}

.main-collection-slider {
  position: relative;
}
html:not(.bx-touch) .main-collection-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .main-collection-slider:hover .main-screen-slider-next, .bx-touch .main-collection-slider:active .main-screen-slider-prev, .bx-touch .main-collection-slider:active .main-screen-slider-next {
  display: block;
}
@media only screen and (max-width: 1023px) {
  html:not(.bx-touch) .main-collection-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .main-collection-slider:hover .main-screen-slider-next, .bx-touch .main-collection-slider:active .main-screen-slider-prev, .bx-touch .main-collection-slider:active .main-screen-slider-next {
    display: none;
  }
}
.main-collection-slider .main-screen-slider-prev, .main-collection-slider .main-screen-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .main-collection-slider .main-screen-slider-prev, .main-collection-slider .main-screen-slider-next {
    display: none;
  }
}
.main-collection-slider .main-screen-slider-prev.swiper-button-disabled, .main-collection-slider .main-screen-slider-next.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
}
.main-collection-slider .main-screen-slider-prev .icon, .main-collection-slider .main-screen-slider-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
}
html:not(.bx-touch) .main-collection-slider .main-screen-slider-prev:hover .icon, .bx-touch .main-collection-slider .main-screen-slider-prev:active .icon, html:not(.bx-touch) .main-collection-slider .main-screen-slider-next:hover .icon, .bx-touch .main-collection-slider .main-screen-slider-next:active .icon {
  color: #b1b2b3;
}
.main-collection-slider .main-screen-slider-prev {
  left: 28px;
}
.main-collection-slider .main-screen-slider-next {
  right: 28px;
  transform: translateY(-50%) rotate(-180deg);
}

.content .main-thumb-detail-page-slider__arrow-prev:before, .content .main-thumb-detail-page-slider__arrow-next:before {
  left: -34px;
  width: 80px;
}
@media only screen and (max-width: 1023px) {
  .content .main-thumb-detail-page-slider__arrow-prev, .content .main-thumb-detail-page-slider__arrow-next {
    top: unset;
    bottom: 5px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.detail/products/style.css?174549988452134*/
.section-space {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1023px) {
  .section-space {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-space {
    margin-bottom: 40px;
  }
}

.product-detail-info .aplaut-inline-informer {
  position: relative;
  top: -1px;
  height: 20px;
}
.product-detail-info .aplaut-inline-informer .aplaut-widget-instance .aplaut-text-text_primary, .product-detail-info .aplaut-inline-informer .aplaut-widget-instance .aplaut-text-text_tertiary {
  position: relative;
  top: 1px;
}

.modal-popup-reviews {
  max-width: 780px !important;
  width: 100%;
  padding: 30px;
}
.modal-popup-reviews .sticky {
  top: 15px !important;
}
.modal-popup-reviews .mfp-close {
  height: 100%;
  pointer-events: none;
}
.modal-popup-reviews .mfp-close .icon {
  position: sticky;
  top: 14px;
  pointer-events: all;
  background-color: #c5c6c6;
  border-radius: 50%;
  box-sizing: content-box;
  color: #ffffff !important;
  border: 10px solid #c5c6c6;
}

.product-detail-page h1 {
  margin-bottom: 12px !important;
}
.product-detail-page .h1 {
  margin-bottom: 24px !important;
}
.product-detail-page .product-detail-info {
  display: flex;
  gap: 0 20px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-info {
    margin-bottom: 12px;
  }
}
.product-detail-page .product-detail-info__text {
  color: #6f6f6e;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .product-detail-info__element--sort {
  display: flex;
  align-items: center;
  gap: 0 4px;
}
.product-detail-page .product-detail-info__element--sort .icon {
  font-size: 18px;
  color: #b1b2b3;
  position: relative;
  top: -1px;
  transform: rotate(180deg);
}
.product-detail-page .price-description {
  color: #9c9c9c;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-top: -14px;
}
.product-detail-page .visibility-slider {
  max-width: 100%;
  overflow: hidden;
  margin-top: 56px;
  position: relative;
  padding: 0 30px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider {
    margin-top: 50px;
    padding: 0;
    min-width: calc(100% + 40px);
    left: -20px;
    right: -20px;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail-page .visibility-slider {
    margin-top: 40px;
    min-width: calc(100% + 30px);
    left: -15px;
    right: -15px;
  }
}
.product-detail-page .visibility-slider .swiper-button-disabled {
  opacity: 0.4;
  cursor: default !important;
}
.product-detail-page .visibility-slider .visibility-slider-prev, .product-detail-page .visibility-slider .visibility-slider-next {
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  width: 22px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider .visibility-slider-prev, .product-detail-page .visibility-slider .visibility-slider-next {
    display: none;
  }
}
.product-detail-page .visibility-slider .visibility-slider-prev .icon, .product-detail-page .visibility-slider .visibility-slider-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
  opacity: 0.8;
}
.product-detail-page .visibility-slider .visibility-slider-prev {
  left: 0;
}
.product-detail-page .visibility-slider .visibility-slider-next {
  right: 0;
  transform: translateY(-50%) rotate(-180deg);
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized):before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background: #ffffff;
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized) .swiper-wrapper {
  justify-content: center;
  display: flex;
  gap: 0 40px;
}
.product-detail-page .visibility-slider:not(.swiper-container-initialized) .visibility-slider-prev, .product-detail-page .visibility-slider:not(.swiper-container-initialized) .visibility-slider-next {
  display: none;
}
.product-detail-page .visibility-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .visibility-slider .swiper-slide {
    width: 88px !important;
  }
  .product-detail-page .visibility-slider .swiper-slide:first-child {
    margin-left: 15px;
  }
  .product-detail-page .visibility-slider .swiper-slide:last-child {
    margin-right: 15px;
  }
}
.product-detail-page .visibility-slider .swiper-slide .content-slide-wrapper {
  width: 88px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  align-items: center;
}
.product-detail-page .visibility-slider__icon {
  width: 88px;
  height: 88px;
}
.product-detail-page .visibility-slider__icon svg {
  width: 100%;
  height: 100%;
}
.product-detail-page .visibility-slider__name {
  display: block;
  max-width: 100%;
  height: 22px;
  overflow: hidden;
  color: #6f6f6e;
  text-align: center;
  text-overflow: ellipsis;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.product-detail-page .preview-main-text {
  display: flex;
  padding: 12px;
  gap: 8px;
  background: #f7f7f7;
  align-self: stretch;
  margin-top: 12px;
}
.product-detail-page .preview-main-text.has-thumbs {
  margin-left: 84px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .preview-main-text.has-thumbs {
    margin-left: 0;
  }
}
.product-detail-page .preview-main-text .icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  color: #878687;
}
.product-detail-page .preview-main-text span {
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .preview-main-text span a .icon {
  width: 10px;
  height: 10px;
  color: #2e3d8c;
  margin-left: 4px;
  position: relative;
  top: -1px;
}
.product-detail-page .product-detail-main-wrapper {
  display: flex;
  gap: 0 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper {
    flex-direction: column;
    gap: 40px 0;
  }
}
.product-detail-page .product-detail-main-wrapper .left-section-main {
  width: 100%;
  flex: 0;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .left-section-main {
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider.has-hints {
    padding-top: 46px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider {
  display: flex;
  gap: 0 20px;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider {
    flex-direction: column;
    gap: 20px 0;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .hints {
  top: 8px;
  left: 92px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints {
    top: 8px;
    left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints {
    top: 0;
    left: 0;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .hints span {
  text-transform: uppercase;
  font-size: 14px;
  padding: 8px 10px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .hints span {
    font-size: 12px;
    padding: 2px 5px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper {
  width: 64px;
  flex-shrink: 0;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper {
    width: 100%;
    height: 64px;
    order: 2;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper {
  position: absolute;
  width: 64px;
  height: calc(100% - 84px);
  overflow: hidden;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper {
    width: 100%;
    height: 64px;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide {
  width: 64px;
  height: 64px;
  padding: 4px;
  flex-shrink: 0;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:active {
  border: 1px solid #b1b2b3;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide:last-child {
  margin-bottom: 16px;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.7;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper .swiper-slide img:not(.lazyloaded) {
  background: #f3f3f3;
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper:not(.swiper-container-initialized) .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .swiper:not(.swiper-container-initialized) .swiper-wrapper {
    flex-direction: row;
    gap: 0 20px;
    justify-content: center;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
  position: relative;
  overflow: hidden;
  width: 520px;
  height: 520px;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 480px;
    height: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 100%;
    height: 480px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider {
    width: 100%;
    height: 100%;
  }
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-next, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-prev, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-next {
  display: block;
}
@media only screen and (max-width: 1023px) {
  html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-prev, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:hover .main-screen-slider-next, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-prev, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider:active .main-screen-slider-next {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider.swiper-container-initialized .video-slide {
  background: transparent !important;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide img {
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .swiper-slide:not(:has(img.lazyloaded)) {
  background: #f3f3f3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 40px;
  z-index: 20;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev.swiper-button-disabled, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next.swiper-button-disabled {
  opacity: 0.8;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev .icon, .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev:active .icon, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next:active .icon {
  color: #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-prev {
  left: 28px;
}
.product-detail-page .product-detail-main-wrapper .main-slider .main-screen-slider .main-screen-slider-next {
  right: 28px;
  transform: translateY(-50%) rotate(-180deg);
}
.product-detail-page .product-detail-main-wrapper .section-main-info {
  flex: 1;
  height: 100%;
  min-width: 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info {
    width: 100%;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper {
    flex-direction: column;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 32px;
  min-width: 0;
  width: 100%;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
    gap: 40px;
    order: 2;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper {
    order: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .left-info-wrapper .specs-main-section {
    display: none;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper {
  width: 338px;
  display: flex;
  padding: 20px;
  flex-direction: column;
  gap: 16px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  position: sticky;
  top: 100px;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper {
    padding: 0;
    order: 1;
    width: 100%;
    border: none;
    position: unset;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value {
  display: flex;
  gap: 0 8px;
  align-items: flex-end;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new span {
  font-weight: 400;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-new.product-price-text {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-old {
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  top: -4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-price__value-old span {
  font-weight: 400;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior {
  margin-top: -4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn {
  background: #f7f7f7;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:active {
  background: #f3f3f3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns--interior .btn:first-child {
  margin-top: 0 !important;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .btn {
  height: 48px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .btn:first-child {
  margin-top: 12px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .product-buy-btns .icon {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar {
  display: flex;
  justify-content: space-between;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block {
  position: relative;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open {
  cursor: pointer;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:active {
  color: #2e3d8c;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:hover .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open:active .icon {
  color: #2e3d8c;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .share-open .icon {
  color: #b1b2b3;
  margin-right: 3px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block li:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block li:before, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ul:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ul:before, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ol:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block ol:before {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2 {
  position: absolute;
  top: 0;
  right: 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2__list {
  margin: 0;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .share-block .ya-share2 .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a {
  text-decoration: none;
  color: #6f6f6e;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover .icon, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover span, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:hover .pseudo-link, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active .icon, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active span, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a:active .pseudo-link {
  color: #2e3d8c;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .icon {
  color: #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .pseudo-link, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a span {
  color: #6f6f6e;
  margin-left: 1px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a .pseudo-link:after, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .right-info-wrapper .price-top-bar .compare-btn a span:after {
  display: none;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a {
  display: block;
  text-decoration: none;
  flex-shrink: 0;
  padding: 10px 12px;
  color: #565655;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  max-width: 100%;
  line-height: 1;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active:active, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes a:active {
  border: 1px solid #b1b2b3;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-sizes .active {
  border: 1px solid #b1b2b3;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors__list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a {
  text-decoration: none;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  padding: 4px;
  border: 1px solid #f3f3f3;
  cursor: pointer;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:active, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:hover, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:active {
  border: 1px solid #b1b2b3;
}
html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active:active img, html:not(.bx-touch) .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:hover img, .bx-touch .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a:active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img, .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a img {
  opacity: 0.7;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img:not(.lazyloaded), .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors a img:not(.lazyloaded) {
  background: #f3f3f3;
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active {
  border: 1px solid #b1b2b3;
  cursor: default;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .other-colors .active img {
  opacity: 1;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section {
  flex: 1;
}
@media only screen and (max-width: 1439px) {
  .product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section {
    order: 10;
  }
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs {
  margin-top: 16px;
  font-size: 12px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .more-specs .icon {
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  padding: 4px;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .specs__element {
  width: 100%;
}
.product-detail-page .product-detail-main-wrapper .section-main-info .specs-price-wrapper .specs-main-section .specs__element:nth-child(2) {
  border-top: none;
}
.product-detail-page .product-detail-main-wrapper .small-title {
  display: block;
  margin-bottom: 16px;
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
}
.product-detail-page .specs {
  display: flex;
  gap: 0 40px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs {
    gap: 0;
  }
}
.product-detail-page .specs__desc {
  margin-top: 24px;
  color: #878687;
  font-family: Lato, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .specs__element {
  display: flex;
  padding: 12px 0;
  width: calc(50% - 20px);
  flex-shrink: 0;
  justify-content: space-between;
  border-bottom: 1px solid #f3f3f3;
  gap: 0 20px;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs__element {
    width: 100%;
  }
}
.product-detail-page .specs__element:nth-child(1), .product-detail-page .specs__element:nth-child(2) {
  border-top: 1px solid #f3f3f3;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .specs__element:nth-child(2) {
    border-top: 0;
  }
}
.product-detail-page .specs__title, .product-detail-page .specs__value {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
.product-detail-page .specs__title {
  color: #878687;
  flex-shrink: 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .product-detail-page .specs__title {
    width: 120px;
  }
}
.product-detail-page .specs__value {
  color: #565655;
  text-align: right;
  overflow: hidden;
}
.product-detail-page .specs__value a {
  text-decoration: none;
}
html:not(.bx-touch) .product-detail-page .specs__value a:hover, .bx-touch .product-detail-page .specs__value a:active {
  text-decoration: underline;
}
.product-detail-page .description-section__text {
  color: #565655;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
@media only screen and (max-width: 1023px) {
  .product-detail-page .description-section__text {
    font-size: 14px;
  }
}

.old-articles span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.video-popup .mfp-iframe-scaler {
  height: auto;
  aspect-ratio: 16/9;
  padding-top: 0;
}
.video-popup .mfp-iframe-scaler iframe {
  aspect-ratio: 16/9;
  height: auto;
}

.product-detail__right {
  min-height: 570px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__right {
    min-height: auto;
  }
}
.product-detail__slider {
  position: relative;
  max-width: 552px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .product-detail__slider--thumb {
    max-width: 662px;
  }
}
@media only screen and (min-width: 550px) and (max-width: 767px) {
  .product-detail__slider--thumb {
    max-width: 662px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-big.carousel-grid .swiper-container {
    margin: 0 auto;
    width: 100%;
  }
}
.product-detail__slider-big.carousel-grid .swiper-button-prev .icon,
.product-detail__slider-big.carousel-grid .swiper-button-next .icon {
  font-size: 36px;
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area,
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area {
  width: 80px;
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area .icon,
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area .icon {
  color: #ffffff;
  stroke-width: 0.4px;
  stroke: #c5c6c6;
  font-size: 45px;
  height: 45px;
  width: 21px;
  -webkit-filter: drop-shadow(0 0 3px #c5c6c6);
  filter: drop-shadow(0 0 3px #c5c6c6);
}
.product-detail__slider-big.carousel-grid .swiper-button-next.swiper-button-area {
  right: -10px;
}
.product-detail__slider-big.carousel-grid .swiper-button-prev.swiper-button-area {
  left: -10px;
}
.product-detail__slider-big.carousel-grid .swiper-button-disabled {
  display: none;
}
.product-detail__slider-thumb {
  margin: 20px 2px 0 0;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider-thumb {
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb {
    max-width: 290px;
    margin: 40px auto 0;
    padding-right: 10px;
  }
}
.product-detail__slider-thumb .swiper-button-disabled {
  display: none !important;
}
.product-detail__slider-thumb .swiper-container {
  width: 100% !important;
}
@media only screen and (max-width: 1023px) {
  .product-detail__slider-thumb .swiper-container {
    width: calc(100% + 20px) !important;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-prev .icon,
.product-detail__slider-thumb.carousel-grid .swiper-button-next .icon {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-prev .icon {
    left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-next .icon {
    right: 20px;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area,
.product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
  width: 50px;
}
.product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 30%, #ffffff 100%);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-next.swiper-button-area {
    right: -15px;
  }
}
.product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
  background: linear-gradient(to right, #ffffff 0, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .product-detail__slider-thumb.carousel-grid .swiper-button-prev.swiper-button-area {
    left: -15px;
  }
}
.product-detail__collection {
  font-size: 16px;
  text-transform: uppercase;
}
.product-detail__collection .link-revert + .link-revert {
  margin-left: 16px;
}
.product-detail__collection .link-revert {
  position: relative;
}
.product-detail__collection .link-revert:before {
  content: "";
  position: absolute;
  left: -8px;
  top: -1px;
  width: 1px;
  height: 16px;
  display: block;
  background: #c5c6c6;
}
.product-detail__collection .link-revert:first-child:before {
  content: none;
}
.product-detail__buy {
  display: flex;
  margin-top: 25px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__buy {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail__buy {
    flex-direction: column;
  }
}
.product-detail__buy .btn ~ .btn {
  margin-left: 16px;
}
@media only screen and (max-width: 549px) {
  .product-detail__buy .btn ~ .btn {
    margin-top: 16px;
    margin-left: 0;
  }
}
.product-detail__desc {
  font-weight: 300;
}
.product-detail .tabs {
  margin-top: 25px;
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .product-detail__btn-block {
    display: none;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .hide-info {
    max-height: 100% !important;
  }
}
@media only screen and (max-width: 549px) {
  .product-detail .tabs .hide-info:after {
    content: none;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
  .product-detail .tabs__title {
    padding: 12px 14px;
  }
}
.product-detail__sizes {
  margin-top: 30px;
}
.product-detail__colors {
  margin-top: 20px;
}
@media only screen and (max-width: 1023px) {
  .product-detail__colors {
    margin-top: 25px;
  }
}
.product-detail__desc-other {
  margin-top: 30px;
}
.product-detail__btn-block {
  text-align: center;
}
.product-detail .product-rating {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .product-detail .product-rating {
    margin-top: 24px;
  }
}
.product-detail .product-price {
  margin: 24px 0 0;
}

.hints {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 20;
}
@media only screen and (max-width: 767px) {
  .hints {
    top: 5px;
    left: 5px;
  }
}
.hints .hint-promo + .hint-promo, .hints .hint-new + .hint-promo {
  margin-left: 5px;
}
.hints .hint-promo {
  padding: 1px 5px 0;
  line-height: 21px;
}

.product-detail-slider {
  border: solid 1px #f7f7f7;
}

.product-slide {
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.product-slide__area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-slide__area .img-fluid {
  max-height: 100%;
}
.product-slide__area picture {
  display: flex;
  align-items: center;
  height: 100%;
}

.product-thumbs {
  margin: -10px;
}
.product-thumbs__item {
  padding: 10px;
  width: 110px !important;
  height: 110px !important;
  cursor: pointer;
}
@media only screen and (max-width: 1023px) {
  .product-thumbs__item {
    width: 77.25px !important;
    height: 77.25px !important;
  }
}
@media only screen and (max-width: 549px) {
  .product-thumbs__item {
    width: 75px !important;
    height: 75px !important;
  }
}
.product-thumbs__item.swiper-slide-thumb-active .product-thumbs__area {
  opacity: 1;
}
.product-thumbs__area {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: solid 1px #f7f7f7;
  opacity: 0.5;
  transition: opacity 0.1s ease-out;
}

.product-price__left, .product-price__right {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  height: 100%;
}
.product-price__left {
  background-color: #2e3d8c;
  color: #ffffff;
}
.product-price__right {
  background-color: #f7f7f7;
}
.product-price__right .product-price__value {
  color: #2e3d8c;
}
.product-price__title {
  margin-right: 10px;
  font-size: 12px;
  line-height: 1.67;
  text-transform: uppercase;
}
.product-price__value {
  display: flex;
  align-items: center;
}
.product-price__value-new {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}
.product-price__value-old {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  color: #9c9c9c;
  text-decoration: line-through;
  margin-left: 14px;
}
.product-price__desc {
  padding: 0 15px;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #878687;
  height: 14px;
}
@media only screen and (max-width: 549px) {
  .product-price__desc {
    padding: 0;
  }
}
.product-price__characters-desc {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
  color: #878687;
}
.product-price__new-article {
  margin-right: 8px;
  text-decoration: none;
  color: #ffffff;
}
.product-price__new-article a {
  text-decoration: none;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .product-price__new-article {
    margin-right: 0;
  }
}
.product-price__article-block {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .product-price__article-block {
    width: 100%;
    justify-content: space-between;
  }
}
.product-price__article-block .icon {
  font-size: 14px;
  display: flex;
  position: relative;
  bottom: 1px;
}
@media only screen and (max-width: 767px) {
  .product-price__article-block .icon {
    margin-left: 0;
    font-size: 20px;
  }
}

.product-compare {
  display: flex;
  flex-wrap: nowrap;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .product-compare {
    display: block;
  }
}
.product-compare__left {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.product-compare__right {
  padding-left: 20px;
  flex: 0 0 170px;
  max-width: 170px;
  box-sizing: content-box;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .product-compare__right {
    margin-top: 12px;
    text-align: left;
    padding-left: 0;
  }
}
.product-compare__right--noleft {
  padding-left: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-compare .pseudo-link:after {
  content: none;
}
.product-compare .link-icon, .content .product-compare .link-icon {
  color: #9c9c9c;
  font-size: 0;
  line-height: 20px;
}
html:not(.bx-touch) .product-compare .link-icon:hover, .bx-touch .product-compare .link-icon:active, html:not(.bx-touch) .content .product-compare .link-icon:hover, .bx-touch .content .product-compare .link-icon:active {
  color: #2e3d8c;
}
html:not(.bx-touch) .product-compare .link-icon:hover span, .bx-touch .product-compare .link-icon:active span, html:not(.bx-touch) .content .product-compare .link-icon:hover span, .bx-touch .content .product-compare .link-icon:active span {
  color: #2e3d8c;
}
.product-compare .link-icon .icon, .content .product-compare .link-icon .icon {
  font-size: 16px;
}
.product-compare .link-icon .icon + span, .content .product-compare .link-icon .icon + span {
  margin-left: 8px;
  padding-top: 2px;
}
.product-compare .link-icon span, .content .product-compare .link-icon span {
  color: #9c9c9c;
  font-size: 13px;
}

.interior-link {
  position: absolute;
  bottom: -24px;
  z-index: 100;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  background: #f7f7f7;
  padding: 10px 20px;
}
.interior-link .icon {
  transform: rotateZ(90deg);
}
@media only screen and (max-width: 549px) {
  .interior-link {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.other-size {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  color: #565655;
  text-transform: uppercase;
  padding: 7px 8px 6px;
  white-space: nowrap;
  background-color: #ffffff;
  border: 2px solid #f7f7f7;
}
@media only screen and (max-width: 549px) {
  .other-size {
    white-space: normal;
  }
}
html:not(.bx-touch) .other-size:hover, .bx-touch .other-size:active {
  border-color: #2e3d8c;
  color: #2e3d8c;
}

.other-size-list {
  margin: -4px;
  padding: 2px 6px;
}
.other-size-list .other-size-list__item {
  padding: 4px;
}
.other-size-list .other-size-list__item span {
  border-color: #2e3d8c;
}

.other-color {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 2px solid #c5c6c6;
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 1023px) {
  .other-color {
    width: 30px;
    height: 30px;
  }
}
html:not(.bx-touch) .other-color:not(span):hover, .bx-touch .other-color:not(span):active {
  border-color: #2e3d8c;
}
.other-color--gradient {
  background: linear-gradient(119deg, rgba(255, 255, 255, 0.9) 9%, rgba(255, 255, 255, 0) 29%, rgba(255, 255, 255, 0.3) 32%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 255, 255, 0) 73%, rgba(255, 255, 255, 0) 93%, rgba(255, 255, 255, 0) 93%);
}

.other-color-list {
  margin: -7px;
  padding: 2px 3px;
}
.other-color-list .other-color-list__item {
  padding: 7px;
}
.other-color-list .other-color-list__item span {
  border-color: #2e3d8c;
}

.old-article {
  font-size: 12px;
  color: #565655;
}
.old-article__name {
  font-weight: 300;
}
.old-article__value {
  font-weight: normal;
}

.visibility {
  margin-top: 40px;
  padding: 0 40px;
  width: 100%;
  min-height: 130px;
}
@media only screen and (max-width: 1439px) {
  .visibility {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .visibility {
    margin-top: 30px;
    padding: 0 0 30px;
  }
}
.visibility__icon {
  margin-bottom: 12px;
  width: 100%;
}
.visibility__icon svg {
  width: 88px;
  height: 88px;
}
@media only screen and (max-width: 549px) {
  .visibility__icon svg {
    width: 64px;
    height: 64px;
  }
}
.visibility__desc {
  display: flex;
  color: #878687;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.17;
}
.visibility__name {
  line-height: 1.22;
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 600;
  color: #2e3d8c;
  text-align: center;
}
.visibility.carousel-grid .swiper-button-next, .visibility.carousel-grid .swiper-button-prev {
  top: -23px;
  width: 46px;
}
.visibility.carousel-grid .swiper-button-next .icon, .visibility.carousel-grid .swiper-button-prev .icon {
  font-size: 17px;
}
.visibility.carousel-grid .swiper-button-next {
  right: 0;
}
.visibility.carousel-grid .swiper-button-prev {
  left: 0;
}
.visibility.carousel-grid .swiper-button-disabled {
  display: none !important;
}

.product-rating {
  display: flex;
  align-items: center;
  text-decoration: none;
}
html:not(.bx-touch) .product-rating:hover .product-rating__title, .bx-touch .product-rating:active .product-rating__title {
  color: #878687;
}
.product-rating__title {
  font-size: 14px;
  color: #9c9c9c;
  line-height: 1;
  margin-left: 8px;
  padding-top: 3px;
}
.product-rating__stars {
  font-size: 0;
  margin: 0 -1px;
}
.product-rating .star {
  padding: 0 1px;
}
.product-rating .star .icon {
  font-size: 15px;
}

.catalog-tabs-section .tags {
  display: none !important;
}
.catalog-tabs-section .toogle-filter__item.disabled {
  display: none !important;
}
.catalog-tabs-section .catalog-switch {
  display: none;
}
.catalog-tabs-section .pager__nav {
  display: none !important;
}

.toogle-filter .js-show-popup-filter, .toogle-filter .blocked-js-show-popup-filter {
  display: none !important;
}

.catalog-list .catalog-filter__variants {
  padding-top: 0;
}

.catalog-list .toogle-filter__title {
  margin-top: 0;
}

.catalog-list .toogle-filter--price:first-of-type {
  margin-top: 0;
}

.main-thumb-detail-page-slider {
  position: relative;
}
.main-thumb-detail-page-slider__arrow-prev, .main-thumb-detail-page-slider__arrow-next {
  position: absolute;
  width: 12px;
  height: 24px;
  z-index: 20;
  cursor: pointer;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev, .main-thumb-detail-page-slider__arrow-next {
    top: 50%;
    transform: translateY(-50%);
  }
}
.main-thumb-detail-page-slider__arrow-prev.swiper-button-disabled, .main-thumb-detail-page-slider__arrow-next.swiper-button-disabled {
  opacity: 0;
}
.main-thumb-detail-page-slider__arrow-prev .icon, .main-thumb-detail-page-slider__arrow-next .icon {
  width: 100%;
  height: 100%;
  color: #c5c6c6;
}
html:not(.bx-touch) .main-thumb-detail-page-slider__arrow-prev:hover .icon, .bx-touch .main-thumb-detail-page-slider__arrow-prev:active .icon, html:not(.bx-touch) .main-thumb-detail-page-slider__arrow-next:hover .icon, .bx-touch .main-thumb-detail-page-slider__arrow-next:active .icon {
  color: #b1b2b3;
}
.main-thumb-detail-page-slider__arrow-prev {
  top: 8px;
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev {
    top: 50%;
    left: 4px;
  }
}
.main-thumb-detail-page-slider__arrow-prev:before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 4px;
  left: -26px;
  width: 64px;
  height: 24px;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev:before {
    transform: translateY(-50%);
    left: -5px;
    top: 50%;
    width: 22px;
    height: 64px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  }
}
.main-thumb-detail-page-slider__arrow-prev .icon {
  transform: rotate(90deg);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-prev .icon {
    transform: rotate(0deg);
  }
}
.main-thumb-detail-page-slider__arrow-next {
  bottom: -18px;
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next {
    left: unset;
    bottom: 0;
    right: 4px;
  }
}
.main-thumb-detail-page-slider__arrow-next:before {
  content: "";
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: -26px;
  width: 64px;
  height: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next:before {
    transform: translateY(-50%);
    left: -5px;
    top: 50%;
    width: 22px;
    height: 64px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 40%);
  }
}
.main-thumb-detail-page-slider__arrow-next .icon {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 1023px) {
  .main-thumb-detail-page-slider__arrow-next .icon {
    transform: rotate(180deg);
  }
}

.detail-video-block {
  display: flex;
  width: fit-content;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}
html:not(.bx-touch) .detail-video-block:hover .icon, .bx-touch .detail-video-block:active .icon {
  transform: translate(-50%, -50%) scale(1.1);
}
@media only screen and (max-width: 1023px) {
  .detail-video-block {
    position: absolute;
  }
}
.detail-video-block__cnt, .detail-video-block .icon {
  position: absolute;
}
.detail-video-block .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 20px;
  transition: transform 0.2s ease-out;
}
.detail-video-block__cnt {
  font-size: 12px;
  top: 0;
  right: -4px;
  transform: translateY(-50%);
  display: flex;
  height: 16px;
  padding: 0 4px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 16px;
  background: #ec8213;
}
.detail-video-block__image:after {
  content: "";
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
}
.detail-video-block__image img {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

@media only screen and (max-width: 1023px) {
  .product-detail-page .product-detail-main-wrapper .main-slider .thumb-wrapper .main-thumb-detail-page-slider--video {
    width: calc(100% - 84px);
    margin-left: 84px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.detail/products.map/style.css?16643577864075*/
.product-short {
  display: flex;
  align-items: start;
  padding: 40px 30px 25px;
}
@media only screen and (max-width: 767px) {
  .product-short {
    padding: 20px 0 25px;
    flex-direction: column;
  }
}
.product-short ~ .map-products-wr {
  margin-top: -25px;
}
.product-short__pic {
  display: flex;
  align-items: start;
  margin-right: 25px;
}
@media only screen and (max-width: 767px) {
  .product-short__pic {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.product-short__pic .catalog-list-item {
  width: 117px;
}
@media only screen and (max-width: 549px) {
  .product-short__pic .catalog-list-item {
    width: 62px;
  }
}
.product-short__pic .no-photo .icon {
  width: 40px;
  height: 40px;
}
.product-short__pic .catalog-list-item__pic-area {
  padding-top: 100%;
  border: 1px solid #f7f7f7;
}
@media only screen and (max-width: 549px) {
  .product-short__pic .catalog-list-item__pic-area {
    padding-top: 96.8%;
    min-height: 60px;
  }
}
.product-short__pic .product-short__name {
  margin-left: 10px;
}
.product-short__content {
  width: 100%;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .product-short__content {
    padding-right: 0;
    margin-bottom: 24px;
  }
}
.product-short .product-short__name {
  display: block;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.29;
  color: #565655;
  margin-bottom: 8px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .product-short .product-short__name {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }
}
html:not(.bx-touch) .product-short .product-short__name:hover, .bx-touch .product-short .product-short__name:active {
  color: #2e3d8c;
}
.product-short__artnumber {
  font-size: 12px;
  line-height: 1.17;
  color: #878687;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .product-short__artnumber {
    margin-bottom: 12px;
  }
}
.product-short__hints {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .product-short__hints {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .product-short__hints .hint .icon {
    font-size: 20px;
  }
}
.product-short__rating {
  margin-bottom: 16px;
}
.product-short__rating .product-rating__title {
  font-size: 12px;
}
.product-short__sizes {
  margin-bottom: 16px;
}
.product-short__sizes .h4 {
  font-size: 12px;
}
.product-short__sizes .other-size-list {
  margin-top: -10px;
  margin-bottom: -10px;
}
.product-short__sizes .other-size {
  font-size: 12px;
}
.product-short__colors .h4 {
  font-size: 12px;
}
.product-short__btn {
  min-width: 190px;
  max-width: 190px;
}
@media only screen and (max-width: 549px) {
  .product-short__btn {
    min-width: 100%;
    max-width: 100%;
  }
}
.product-short__btn .icon--arr-x {
  display: none;
}
.product-short__btn .btn {
  width: 100%;
  text-align: center;
}
.product-short__btn .btn ~ .btn {
  margin-top: 8px;
}
.product-short .product-compare {
  justify-content: center;
  margin-top: 20px;
}
.product-short .catalog-list-item__pic-area {
  margin-bottom: 0;
}
.product-short .catalog-item-slider__dots {
  bottom: -12px;
}
.product-short .product-price__value {
  align-items: baseline;
}
.product-short .product-price__value-new {
  color: #2e3d8c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.product-short .product-price__value-old {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.67;
  margin-left: 8px;
}
.product-short .product-price__desc {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .product-short .product-price__desc {
    height: auto;
  }
}
.product-short .other-color-list {
  margin-left: -8px;
  margin-right: -8px;
}
@media only screen and (max-width: 767px) {
  .product-short .other-color-list {
    margin-top: -10px;
  }
}
.product-short .other-color-list .other-color-list__item {
  padding: 7px 4px;
}
@media only screen and (max-width: 767px) {
  .product-short .other-color-list .other-color {
    width: 25px;
    height: 25px;
  }
}

/* End */


/* Start:/local/templates/2019/components/bitrix/news.list/map.products/style.css?17346938193923*/
.map-products-wr {
  padding: 0 30px 35px;
}
@media only screen and (max-width: 767px) {
  .map-products-wr {
    padding: 0;
  }
}

.map-products {
  border-top: 1px solid #f7f7f7;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .map-products {
    padding: 0;
  }
}
.map-products__item {
  display: table;
  width: 100%;
  padding: 8px 0;
}
@media only screen and (max-width: 767px) {
  .map-products__item {
    padding: 16px 0;
    border-top: 1px solid #f7f7f7;
  }
}
@media only screen and (max-width: 767px) {
  .map-products__item:first-child {
    border-top: none;
  }
}
.map-products__left {
  width: 1%;
}
.map-products__right {
  width: 100%;
}
.map-products__left, .map-products__right {
  display: table-cell;
  vertical-align: top;
}
.map-products .product-price, .map-products__btn {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price, .map-products__btn {
    display: block;
  }
}
.map-products__pic {
  display: flex;
  align-items: start;
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .map-products__pic {
    margin-right: 16px;
  }
}
.map-products__pic .catalog-list-item {
  width: 80px;
}
@media only screen and (max-width: 767px) {
  .map-products__pic .catalog-list-item {
    width: 64px;
  }
}
.map-products__pic .catalog-list-item__pic-area {
  padding-top: 100%;
  border: 1px solid #f7f7f7;
  margin-bottom: 0;
}
@media only screen and (max-width: 549px) {
  .map-products__pic .catalog-list-item__pic-area {
    min-height: 64px;
    padding-top: 96.8%;
  }
}
.map-products__pic .catalog-item-slider__dots {
  display: none;
}
.map-products__pic .no-photo .icon {
  width: 40px;
  height: 40px;
}
.map-products__name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #565655;
  max-width: 242px;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .map-products__name {
    max-width: 100%;
    font-size: 14px;
    line-height: 16px;
  }
}
html:not(.bx-touch) .map-products__name:hover, .bx-touch .map-products__name:active {
  color: #2e3d8c;
}
.map-products .product-price {
  white-space: nowrap;
  min-width: 100px;
}
.map-products .product-price--empty {
  min-width: 180px;
}
.map-products .product-price--empty .product-price__value {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price--empty .product-price__value {
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.map-products .product-price--empty .product-price__value-new--small {
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
}
.map-products .product-price--empty .product-price__value-new--small span {
  display: none;
}
.map-products .product-price__value {
  flex-direction: column-reverse;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price__value {
    align-items: flex-start;
    margin-bottom: 24px;
  }
}
.map-products .product-price__value-new {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.41;
  color: #2e3d8c;
}
.map-products .product-price__value-new--small {
  font-size: 12px;
  white-space: normal;
  min-width: 100px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .map-products .product-price__value-old {
    margin-left: 0;
  }
}
.map-products .btn {
  width: 180px;
  text-align: center;
}
.map-products .btn .icon {
  display: none;
}
.map-products__artnumber {
  padding-top: 4px;
  font-size: 12px;
  color: #878687;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .map-products__artnumber {
    margin-bottom: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .map-products__hints {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .map-products .hint .icon {
    font-size: 20px;
  }
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/block.wide.background/style.css?17649351777970*/
.content .wide-block {
  position: relative;
  width: 100vw;
  min-height: calc(100svh - 80px);
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 1439px) {
  .content .wide-block {
    min-height: calc(100svh - 72px);
  }
}
@media only screen and (max-width: 1023px) {
  .content .wide-block {
    min-height: calc(100svh - 56px - 56px);
  }
}
.content .wide-block__video-wrapper, .content .wide-block__image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .wide-block__video-wrapper {
  z-index: 3;
}
.content .wide-block__image-bg {
  z-index: 2;
}
.content .wide-block__video-wrapper video {
  object-fit: cover;
}
.content .wide-block .video-js {
  background-color: inherit;
}
.content .wide-block__image-bg-img {
  object-fit: cover;
}
.content .wide-block__content {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 40px 15px;
  max-width: 1920px;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content {
    max-width: 1440px;
  }
}
.content .wide-block__content p {
  margin-top: 0;
  margin-bottom: 0;
}
.content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
  line-height: 130%;
  font-weight: 700;
  color: inherit;
  font-size: 45px;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
    font-size: clamp(
		35px,
		calc(35px + (45 - 35) * ((100vw - 1440px) / (1920 - 1440))),
		45px
	);
  }
}
@media only screen and (max-width: 1439px) {
  .content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
    font-size: clamp(
		30px,
		calc(30px + (35 - 30) * ((100vw - 1024px) / (1440 - 1024))),
		35px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
    font-size: clamp(
		35px,
		calc(35px + (30 - 35) * ((100vw - 768px) / (1024 - 768))),
		30px
	);
  }
}
@media only screen and (max-width: 767px) {
  .content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
    font-size: clamp(
		25px,
		calc(25px + (35 - 25) * ((100vw - 550px) / (768 - 550))),
		35px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .wide-block__content h1, .content .wide-block__content h2, .content .wide-block__content h3, .content .wide-block__content h4, .content .wide-block__content h5 {
    font-size: 25px;
  }
}
.content .wide-block__content * {
  line-height: 140%;
  font-size: 20px;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content * {
    font-size: clamp(
		18px,
		calc(18px + (20 - 18) * ((100vw - 1440px) / (1920 - 1440))),
		20px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .content .wide-block__content * {
    font-size: clamp(
		16px,
		calc(16px + (18 - 16) * ((100vw - 550px) / (768 - 550))),
		18px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .wide-block__content * {
    font-size: 16px;
  }
}
.content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
  font-size: 52px;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
    font-size: clamp(
		45px,
		calc(45px + (52 - 45) * ((100vw - 1440px) / (1920 - 1440))),
		52px
	);
  }
}
@media only screen and (max-width: 1439px) {
  .content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
    font-size: clamp(
		40px,
		calc(40px + (45 - 40) * ((100vw - 1024px) / (1440 - 1024))),
		45px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
    font-size: clamp(
		35px,
		calc(35px + (40 - 35) * ((100vw - 768px) / (1024 - 768))),
		40px
	);
  }
}
@media only screen and (max-width: 767px) {
  .content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
    font-size: clamp(
		25px,
		calc(25px + (35 - 25) * ((100vw - 550px) / (768 - 550))),
		35px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .wide-block__content .block-wide-text-large h1, .content .wide-block__content .block-wide-text-large h2, .content .wide-block__content .block-wide-text-large h3, .content .wide-block__content .block-wide-text-large h4, .content .wide-block__content .block-wide-text-large h5 {
    font-size: 25px;
  }
}
.content .wide-block__content .block-wide-text-large * {
  font-size: 25px;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content .block-wide-text-large * {
    font-size: clamp(
		20px,
		calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024))),
		25px
	);
  }
}
@media only screen and (max-width: 767px) {
  .content .wide-block__content .block-wide-text-large * {
    font-size: clamp(
		16px,
		calc(16px + (20 - 16) * ((100vw - 550px) / (768 - 550))),
		20px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .wide-block__content .block-wide-text-large * {
    font-size: 16px;
  }
}
.content .wide-block__content img {
  font-size: initial;
}
.content .wide-block__content .btn {
  font-size: 20px;
  width: fit-content;
  align-self: center;
  transition: filter 0.3s ease;
}
@media only screen and (max-width: 1919px) {
  .content .wide-block__content .btn {
    font-size: initial;
  }
}
html:not(.bx-touch) .content .wide-block__content .btn:hover, .bx-touch .content .wide-block__content .btn:active {
  filter: brightness(0.95);
}
.content .wide-block__scroll-arrow {
  position: absolute;
  bottom: 55px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  cursor: pointer;
  color: inherit;
}
@media only screen and (max-width: 1439px) {
  .content .wide-block__scroll-arrow {
    bottom: 45px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .wide-block__scroll-arrow {
    bottom: 30px;
  }
}
.content .wide-block__scroll-arrow svg {
  width: 40px;
  height: 25px;
  stroke: currentColor;
}
@media only screen and (max-width: 1439px) {
  .content .wide-block__scroll-arrow svg {
    width: 32px;
    height: 20px;
  }
}
@media only screen and (max-width: 1439px) {
  .content .wide-block__scroll-arrow svg {
    width: 28px;
    height: 18px;
  }
}
.content .wide-block:has(+ .wide-block) {
  margin-bottom: -64px;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/block.wide.icon.text/style.css?17649351774144*/
.block-wide-icon-text {
  display: flex;
  flex-direction: column;
  gap: 100px;
  width: 100%;
  max-width: 1360px;
}
@media only screen and (max-width: 1919px) {
  .block-wide-icon-text {
    gap: 80px;
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-icon-text {
    gap: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text {
    gap: 40px;
  }
}
@media only screen and (max-width: 549px) {
  .block-wide-icon-text {
    gap: 24px;
  }
}
.block-wide-icon-text--large {
  gap: 60px;
}
@media only screen and (max-width: 1919px) {
  .block-wide-icon-text--large {
    gap: 40px;
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-icon-text--large {
    gap: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text--large {
    gap: 24px;
  }
}
.block-wide-icon-text--large .block-wide-icon-text__content {
  max-width: 880px;
}
@media only screen and (max-width: 1439px) {
  .block-wide-icon-text--large .block-wide-icon-text__content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 767px) {
  .block-wide-icon-text--large .block-wide-icon-text__content {
    max-width: 100%;
  }
}
.block-wide-icon-text__icon-wrapper {
  height: 82px;
}
@media only screen and (max-width: 1919px) {
  .block-wide-icon-text__icon-wrapper {
    height: clamp(
		66px,
		calc(66px + (82 - 66) * ((100vw - 1440px) / (1920 - 1440))),
		82px
	);
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-icon-text__icon-wrapper {
    height: clamp(
		60px,
		calc(60px + (66 - 60) * ((100vw - 1024px) / (1440 - 1024))),
		66px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text__icon-wrapper {
    height: clamp(
		54px,
		calc(54px + (60 - 54) * ((100vw - 768px) / (1024 - 768))),
		60px
	);
  }
}
@media only screen and (max-width: 767px) {
  .block-wide-icon-text__icon-wrapper {
    height: clamp(
		48px,
		calc(48px + (54 - 48) * ((100vw - 550px) / (768 - 550))),
		54px
	);
  }
}
@media only screen and (max-width: 549px) {
  .block-wide-icon-text__icon-wrapper {
    height: 48px;
  }
}
.block-wide-icon-text__icon-wrapper img {
  height: 100%;
}
.block-wide-icon-text__content-wrapper {
  display: flex;
  justify-content: center;
}
.block-wide-icon-text__content-wrapper--right {
  justify-content: end;
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text__content-wrapper--right {
    justify-content: center;
  }
}
.block-wide-icon-text__content-wrapper--left {
  justify-content: start;
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text__content-wrapper--left {
    justify-content: center;
  }
}
.block-wide-icon-text__content {
  max-width: 640px;
  text-align: center;
}
@media only screen and (max-width: 1919px) {
  .block-wide-icon-text__content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-icon-text__content {
    max-width: 452px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-icon-text__content {
    max-width: 100%;
  }
}

.block-wide-text-large .block-wide-icon-text__icon-wrapper {
  height: 160px;
}
@media only screen and (max-width: 1919px) {
  .block-wide-text-large .block-wide-icon-text__icon-wrapper {
    height: clamp(
		120px,
		calc(120px + (160 - 120) * ((100vw - 1440px) / (1920 - 1440))),
		160px
	);
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-text-large .block-wide-icon-text__icon-wrapper {
    height: clamp(
		104px,
		calc(104px + (120 - 104) * ((100vw - 1024px) / (1440 - 1024))),
		120px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-text-large .block-wide-icon-text__icon-wrapper {
    height: clamp(
		96px,
		calc(96px + (104 - 96) * ((100vw - 768px) / (1024 - 768))),
		104px
	);
  }
}
@media only screen and (max-width: 767px) {
  .block-wide-text-large .block-wide-icon-text__icon-wrapper {
    height: clamp(
		88px,
		calc(88px + (96 - 88) * ((100vw - 550px) / (768 - 550))),
		96px
	);
  }
}
@media only screen and (max-width: 549px) {
  .block-wide-text-large .block-wide-icon-text__icon-wrapper {
    height: 88px;
  }
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/block.wide.slider/style.css?17649351774310*/
.content .block-wide-slider {
  display: flex;
  gap: 60px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1919px) {
  .content .block-wide-slider {
    gap: 40px;
  }
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-slider {
    gap: 32px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-slider {
    gap: 24px;
  }
}
.content .block-wide-slider__wrapper {
  width: 100%;
  max-width: 1660px;
}
@media only screen and (max-width: 1919px) {
  .content .block-wide-slider__wrapper {
    max-width: 1180px;
  }
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-slider .carousel-grid .swiper-wrapper {
    margin-bottom: 46px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-slider .carousel-grid .swiper-wrapper {
    margin-bottom: 44px;
  }
}
.content .block-wide-slider__text {
  display: flex;
  max-width: 1360px;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1919px) {
  .content .block-wide-slider__text {
    gap: 0;
  }
}
.content .block-wide-slider .carousel-grid .swiper-container:before, .content .block-wide-slider .carousel-grid .swiper-container:after {
  background-color: transparent;
}
.content .block-wide-slider .carousel-grid .swiper-button-next, .content .block-wide-slider .carousel-grid .swiper-button-prev {
  color: #ffffff;
}
.content .block-wide-slider .swiper-button-prev.swiper-button-area {
  left: -104px;
}
.content .block-wide-slider .swiper-button-next.swiper-button-area {
  right: -104px;
}
.content .block-wide-slider a {
  color: inherit;
  text-decoration: none;
}
.content .block-wide-slider .swiper-pagination-bullet {
  border: 2px solid #ffffff;
  background: transparent;
}
.content .block-wide-slider .swiper-pagination-bullet-active {
  background: #ffffff;
}
.content .block-wide-slider .swiper-button-next, .content .block-wide-slider .swiper-button-prev {
  display: none;
}
.content .block-wide-slider .swiper-container-initialized ~ .swiper-button-next:not(.swiper-button-disabled), .content .block-wide-slider .swiper-container-initialized ~ .swiper-button-prev:not(.swiper-button-disabled) {
  display: block;
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-slider .swiper-container-initialized ~ .swiper-button-next:not(.swiper-button-disabled), .content .block-wide-slider .swiper-container-initialized ~ .swiper-button-prev:not(.swiper-button-disabled) {
    display: none;
  }
}
.content .block-wide-slider .swiper-container-initialized picture {
  display: block;
}

.content .block-wide-slider-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  min-height: 466px;
  padding: 0 15px;
}
@media only screen and (max-width: 1919px) {
  .content .block-wide-slider-item {
    min-height: 346px;
  }
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-slider-item {
    min-height: 297px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-slider-item {
    min-height: 294px;
  }
}
@media only screen and (max-width: 549px) {
  .content .block-wide-slider-item {
    padding: 0 10px;
    min-height: 195px;
  }
}
html:not(.bx-touch) .content .block-wide-slider-item[href]:hover, .bx-touch .content .block-wide-slider-item[href]:active {
  text-decoration: underline;
}
.content .block-wide-slider-item * {
  font-size: 20px;
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-slider-item * {
    font-size: clamp(
		15px,
		calc(15px + (20 - 15) * ((100vw - 768px) / (1024 - 768))),
		20px
	);
  }
}
@media only screen and (max-width: 767px) {
  .content .block-wide-slider-item * {
    font-size: clamp(
		14px,
		calc(14px + (15 - 14) * ((100vw - 550px) / (768 - 550))),
		15px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .block-wide-slider-item * {
    font-size: 14px;
  }
}
.content .block-wide-slider-item picture {
  display: none;
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.content .block-wide-slider-item img {
  width: 100%;
  height: 100%;
}
.content .block-wide-slider-item__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/block.wide.text.image/style.css?17649351774099*/
.block-wide-text-image {
  display: flex;
  max-width: 1360px;
  width: 100%;
}
.block-wide-text-image__wrapper {
  display: flex;
  gap: 80px;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: stretch;
}
@media only screen and (max-width: 1439px) {
  .block-wide-text-image__wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-text-image__wrapper {
    justify-content: center;
  }
}
.block-wide-text-image__desc {
  display: flex;
  max-width: 640px;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  text-align: left;
  padding: 40px 0;
}
@media only screen and (max-width: 1919px) {
  .block-wide-text-image__desc {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1439px) {
  .block-wide-text-image__desc {
    max-width: 452px;
  }
}
@media only screen and (max-width: 1023px) {
  .block-wide-text-image__desc {
    padding: 0;
    max-width: 100%;
    gap: 24px;
    text-align: center;
  }
}
.block-wide-text-image__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}
@media only screen and (max-width: 1023px) {
  .block-wide-text-image__items {
    display: flex;
    align-self: center;
    max-width: 680px;
  }
}
@media only screen and (max-width: 767px) {
  .block-wide-text-image__items {
    max-width: 100%;
  }
}
.block-wide-text-image__image-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 1919px) {
  .block-wide-text-image__image-wrapper {
    max-width: 600px;
  }
}
.block-wide-text-image__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-wide-text-image__image picture {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 100%;
}
.block-wide-text-image__image img {
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 16px rgba(0, 0, 0, 0.2));
}

.content .block-wide-text-image-item {
  display: flex;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-text-image-item {
    gap: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-text-image-item {
    gap: 16px;
    flex-direction: column;
  }
}
.content .block-wide-text-image-item__icon img {
  aspect-ratio: 1/1;
  width: 72px;
  height: 72px;
}
@media only screen and (max-width: 549px) {
  .content .block-wide-text-image-item__icon img {
    width: 64px;
    height: 64px;
  }
}
.content .block-wide-text-image-item__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-text-image-item__text {
    align-items: center;
  }
}
.content .block-wide-text-image-item__text b, .content .block-wide-text-image-item__text strong {
  font-weight: 700;
}
.content .block-wide-text-image-item__text * {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
@media only screen and (max-width: 1919px) {
  .content .block-wide-text-image-item__text * {
    font-size: clamp(
		17px,
		calc(17px + (18 - 17) * ((100vw - 1440px) / (1920 - 1440))),
		18px
	);
  }
}
@media only screen and (max-width: 1439px) {
  .content .block-wide-text-image-item__text * {
    font-size: clamp(
		16px,
		calc(16px + (17 - 16) * ((100vw - 1024px) / (1440 - 1024))),
		17px
	);
  }
}
@media only screen and (max-width: 1023px) {
  .content .block-wide-text-image-item__text * {
    font-size: clamp(
		15px,
		calc(15px + (16 - 15) * ((100vw - 768px) / (1024 - 768))),
		16px
	);
  }
}
@media only screen and (max-width: 767px) {
  .content .block-wide-text-image-item__text * {
    font-size: clamp(
		14px,
		calc(14px + (15 - 14) * ((100vw - 550px) / (768 - 550))),
		15px
	);
  }
}
@media only screen and (max-width: 549px) {
  .content .block-wide-text-image-item__text * {
    font-size: 14px;
  }
}

/* End */


/* Start:/local/templates/2019/js/plugins/videojs/video-js.css?173469381949682*/
.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABUgAAsAAAAAItAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV33Y21hcAAAAYQAAAEJAAAD5p42+VxnbHlmAAACkAAADwwAABdk9R/WHmhlYWQAABGcAAAAKwAAADYn8kSnaGhlYQAAEcgAAAAdAAAAJA+RCL1obXR4AAAR6AAAABMAAAC8Q44AAGxvY2EAABH8AAAAYAAAAGB7SIHGbWF4cAAAElwAAAAfAAAAIAFAAI9uYW1lAAASfAAAASUAAAIK1cf1oHBvc3QAABOkAAABfAAAAnXdFqh1eJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGR7xDiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGPHcRdyA4RZgQRADbZCycAAHic7dPXbcMwAEXRK1vuvffem749XAbKV3bjBA6fXsaIgMMLEWoQJaAEFKNnlELyQ4K27zib5PNF6vl8yld+TKr5kH0+cUw0xv00Hwvx2DResUyFKrV4XoMmLdp06NKjz4AhI8ZMmDJjzoIlK9Zs2LJjz4EjJ85cuHLjziPe/0UWL17mf2tqKLz/9jK9f8tXpGCoRdPKhtS0RqFkWvVQNtSKoVYNtWaoddPXEBqG2jQ9XWgZattQO4baNdSeofYNdWCoQ0MdGerYUCeGOjXUmaHODXVhqEtDXRnq2lA3hro11J2h7g31YKhHQz0Z6tlQL4Z6NdSbod4N9WGoT9MfHF6GmhnZLxyDcRMAAAB4nJ1YC1gUV5auc6urCmxEGrq6VRD6ATQP5dHPKK8GRIyoKApoEBUDAiGzGmdUfKNRM4qLZrUZdGKcGN/GZJKd0SyOWTbfbmZ2NxqzM5IxRtNZd78vwYlJdtREoO7sudVNq6PmmxmKqrqPU+eee173P80Bh39Cu9DOEY4DHZBK3i20D/QRLcfxbE5sEVtwLpZzclw4ibFIkSCJUcZ4MBpMnnzwuKNsGWBL5i3qy6kO2dVpvUpKbkAP9fq62rdeGJ+TM/7C1nbIutfuWrWk5ci4zMxxR1qW/N+9JsmCGXj9VKWhFx/6tr/nz78INDm2C9yPF/fDcxLuyKxLBZ1ZBz2QTi+RSkiH5RrDQJ/GgGQadX9m0YSURs7GpSG905Zsk41uj14yul1OtieZ7QUk5GRG/YiS7PYYPSAZNRed9sq3+bOpz00rKb7pe/ZEZvbALxZAHT3AFoH8GXP3rt67QFn40kt8W13FjLTDb48c+fSi5/7h0P4dL5yz7DPtbmgmYxfQA9RL2+EOfTcvdp+1vmuBpvOll1As1S6ak0IvJzC7sKWJFtJgBd2uWcg+0Zyg7dzQfhcjXRgXGZRf5/a4A58IDU777Nl252AUk4m2ByRRjqTNqIDCEJeAnU3iCFwrkrNwXEzg4yFevBwypzxkcX+AIfk3VEKl3XmWbT8788SzvpvFJaiOezL6QyuSr9VNf97csNu0z3LuhR0wATUxZAfVBwVOy+nQFhxYdWaXlXe4HC4zWGWzzsrLDtmhI9pOWOHv7PTT7XybH1Z0+v2d5Abd3kmG+TsH23CS/KwTxx/JkzEwx6jcQOUc42LLwHJ/J93uZ9ygh3HuZGwqsY9dWDHQ58dxNqyqKRQTYdxwTubiOSs3FiMDkq0WSZQgCT0GBDOg2lxOAd1FlPVGs4AKBAcYHHaP2wPkHaivmLF5zYqnIZrvcHx5gN4k/6tchNW1DtdgNL2KrxEkS/kfnIHoVnp1VjmjpTf5r0lTzLj0mdS28tX+XGorU364eMPmnWVl8J36nlKGw3CZhjEiuMw8h8mKvhGD+4/lElBWjAhLJMg6fTw4zPZ8cOmcGQBm2Qxml1nAm13CpYGq1JKUlJJUzQn1PTAO0mgv6VMMpA/DuRfSWEu4lDIxdbAtdWIKvnn2Vk766CWfz9fpY0sH/UpdP50rfszaVpdVRmvIejEdLMk45s4Bu0EWHjeOySmFyZSiMahvZdNSn29peoI/YexYfKQTLeurTXXwEVLeSfInTWHkkMaeUx7sBvOCSTSj3AlcKjfueyS36tCrXDlgRtF0etFq9jhc1kfKuBT/OwMr0F4UUTTh1AN0g20+H/ScPcsIEsYu9d/zN5PmjprPtNwI1ZZcDK6iC97Mcjp2y2aX36f+QbpGHrgRuHlXJ+Zf6PFRL2uQSp8vxHeF2IoRb8Rd2rhMzsNxSRmEuKK4JFnkojhMcx6jzqHzGMGFcW+MhBj0bhf6cowN+45I4LHvwT6fteu7M42wGRI/pxcg6/MZdEvt1U1XaulHFXuLmqov/MukvRVL35/b3ODM1+4aPjtzeK7zmUkV2h3DN54HaQ9GzJvxHRb6Ks2gB81fwqraT+A7GvZJrRLRofU6G0urNL+zFw3v0FaVDFxsKEZW56F31r6ip6vOL+FCObBPuIMRiXld9RaMdLzRIOGhPey2T9vA/35DmZPK9IWaT9d/WgOGMieYqJ/dzjLIhZU118gbysxrNUGefxD6UO/hyNNllpFTOIbx32kSFQctnweV5PxTMHLjRqiAN+fQE9gL+Xy5WB6MOS4GJJuYbDUHhcKDhHGRbLzOpjsjdM1+iwAZLGeieehACX2hhI7SjK/ZUTNrvVje31TxJiFBGYViWFkCn9PMeX9fS6qVbzfCj4fOCTzDnuWy2c4xA7mdNkA3RS9FH2VeqzdCBlixxbzXjvkHU1I8BOYFb1pZvPIHSSIj4svT8xpzcxtXN+ZKyjdDvbz08niiF3PqV9Tn5NST8vg48MTaY8E5xqSSIsWoWHo+LtAzxdH/GDUyp37CBEYfso04F/NlMTcDJUTpECLY0HFGQHImE8xsEUdgnrQlixIvGhJA1BvxpDHGxEMBYFeNOHcBJlSjwe2JcSfbBEsGOPPBHg/6SBBOCsLLw0SpUxod0Z1bFMfLkbQ3UiZxEyd0Dx8t+SRBu18Q9msFbI4e3p1THEfkSEh7kEJ5orR10qTWDvbgPWn5aWvCYyOAjwgXyjJi34uMjo58L25cmRAeQZWI2PA1QQLsPESAH8WGFwZZ4SPoR73BHPzIPMJj9AreBzKUmrH4todT18ANvi1oc3YGjUT/0j+ExUwq8PI9BLaCQIpvewwYu2evAG/Vo/5avPdY7o+BemLLXw3y+AdkzP9bpIxB1wm5EYq8fesHbPEPtm6HrHvtx4jcGPR8fDDpkZBefIjB46QnlUNRltv4Z/pO/J6dxEjhYAtmoMeq+GozvUVvNYOW3m6GCIhoprcfr97B8AcIQYsfD8ljUvGNjvkrpj0ETA48ZMIxCeqsRIsQALE0gi2GB+glSOfbOjW3GSBM9yPq8/rpJXrJDz0BPxV6xdN4uiCGDQed3WhgFkBUZEFsmeyyBpzXrm7UGTBZG8Lh5aubFufk5eUsbrrFGr7McYdbltxa0nKYqRKbQjvikXYkTGM0f2xuyM3Ly21oXnWfvf6I1BmZwfh7EWWIYsg2nHhsDhOnczhJcmI6eBAmy3jZ3RiJmKQR/JA99FcwsfaVbNDDyi1rL9NPj9hfo61wjM6BjzOLijLpeTgk/pL+ip6tfYWupzeOgPny2tcUu9J/9mhxJlgyi985NFRbvCVewXUNXLJaW0RxZqtRYtnfYdcYomXQWdnJHQA3jiEEkeTQWcWxdDP9IvvVWvo2TK553XEMEq+s69/QDU1Q7p0zxwsm9qS379whr8NI2PJqLUyGyfNeX3eFfnJU2U+uHR9cVV1IqgurqwuV44XVp0h2qN55X5XJwtk59yP0IZuHrqBOBIuIYhkcoT6Kx79Pu2HS/IPZIMOqLWs/pteOOk4NPgEb6QAIdAPsyZk5Mwd+wVaHMexJv719W7xCu2l37UG6lvYdBcvHa08p89741zd63phTRGqL5ggo6SlvdbWXzCqsPq78NnSu7wnKy2HNZbVoRCI7UJEOyRj+sPE002tOOY7Qa5fXboFWkLNeqYUSZRocp9XwSUZxcQZ9Hw6LV2pOoVmvHQEDbGIENEG5i6bLgMSM4n8+FNLTtAds99DaWEvgcf4o5SyYe9x+kF6/tGoTPAdRmS/XQIEy//QxKC2oqioAI3tS5auvxCtzT6y6RK8fhChYcwCJaMJhxc0vqSxQ/qmgsrKAlBZUHlauheTpvd9uj5DnLzJct6qfq5fXbYHVIGcfrIVJihbaVLu1wW7Vbs8zK0A8e9Jvb91S9cVMjPrazD6gpfeZTXzYbCFMcppVRsGMpp55OWgx1/3JeAxW1Y7AORgM/m3rWrsdLkQVmEVSU16cX/e7uvkvpqRiQsG06XJ0t64Tf+l0nG1dt025gyOIZlvq5u9KSU1N2TW/rsWnnMRPyTDkctbhvIcNvYIXWyLzdwYLoYesUbaQG4iK2cWO2gdpeUYLqDD0MUTOPhDIGnZEs58yArR86FznuWEsU4YDi2x26dA4klkn8Qa6vhk2QUfX4Jxm/ngX9r7ogn1dmlmwqZmuhxtdg9XN/DEcUgqb+9hMyNansfaQET2mcROCmGEMVqxm5u+h6kN2MOwgqykV2wH9yQG9DvVFU38Pogaf4FVuE62KI/oJ02RDdWW2w5dqQwU/8+N1q1DlvsL863u61KLE7x/o8w0VJQM/Y/SQ3unIrqxueEa1BqT5VFNsO7p39/UC771a77RowpaKe9nvJQIT1Pog5LGx8XblBKmCNGTf3xMogAQvPnz9PYKX/08sVDTG1OKUlOLUgS/UaZtm1NAaYTsl7i9ZQ+L6O4Rl0OGa577LuWvc+C+x96/vYh0lLBuM+7XwI/dTLtdT7v4d6rRTWDnku0IBrqFnZ5bVIqKP8lasJlithWnaLhTsr8qFJBulF/70p4undou36HeTJ5+jv1fCybeQ8nH3+Xv6aENczmOFlab+hqMDg1rLOt12A+tiUFrYDwQ6c3RUJp601nzegTNX6WlYAI2zSUV945F6zU56ZmZVQaWspWcIADxJ9GmljQUnL2p2Dpr5T8H+5KJFu+vqBq8qvyHRzStLHPEO5SPYCV9nZe0yZT2RcH0oHvegSzNEJ0oGWU8iQWM12dgPEugngVceGIwZgPFp0BiT1a0a3R5Rcot7ihfA1J/20v96jX7zmTX9s583H0kwx6WnLd09cXrR9LGroOa9sHNbdyz8wcKk5lqhaVFJZNwmqtw884MXNdvJujpBa3xzuSaZH9sxa06Z7x+HJSduPbdYHv/DgmEhfbehvlmGN7JUkcG78GDM12CeyFFTPNqVeNxC1gzjz+c2nVo63Xxs8rKJWXoBJM0tmEbfGm4qzpoOH3xpzQfyxLzW1gnE9NHo6tol1eMEic4ZVPrjnVi0kqAe2sQ2bgqupScaq8WGlUWgWHI51SKJl/UYT6zccNsCSkBtiVZLsiefuFSDYT3Fi8Zk7EUnmjTRYtsFeuDDJS05MW79M3mr3mla+d8dzac31KTPmBYfFiYSUef48PhPjm9ryZsSGZZkdNvzq0Y9rdNcwDq5Dg5C3QW+7UN64IKptvS3tvHbvu5c9pv1Exau21rc9LIpwpQwUjTq8576yeVDz5+4WZ1nXT43wV60rPLJbDp/UksNrP3iQ2SA63Pst058gOYDbhRnRUw8l/sRt4HbxPzO4WYpInCpuVgSbVh6JXuwnnJngKTTCwaPWmG5Xbhpm1U0Yt3FyBGpGYemPM77p2TD904JjgJ2QFpFLeYpGx8X15Qx1Zk31p5ki9ZLUuXE0lmuJlcakJMVLeFS1iIvrB8drY0aloilakqCZwzwRORtxlgwxS4IThggJd4TDxoiaAIT80fFPGrCPPru+puFn504P/ybr4ihA/6dKASLshEJic7xE8tmzu3KzA7TABBe8y5fNbWo3ilQn/SuFKM16b2l5bOeayqfGhYmhIulU+fVNDdWVv4NMzX10MBHyPR5uhWUu8D9P1VnIMt4nGNgZGBgAOJ/1bf64vltvjJwszOAwAOlmqvINEc/WJyDgQlEAQA+dgnjAHicY2BkYGBnAAGOPgaG//85+hkYGVCBPgBGJwNkAAAAeJxjYGBgYB/EmKMPtxwAhg4B0gAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAe4CLgKKAtAC/ANiA4wDqAPgBDAEsATaBQgFWgXABggGLgZwBqwG9gdOB4oH0ggqCHAIhgicCMgJJAlWCYgJrAnyCkAKdgrkC7J4nGNgZGBg0GdoZmBnAAEmIOYCQgaG/2A+AwAaqwHQAHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkXlT2zAQxf1C4thJAwRajt4HRy8VMwwfSJHXsQZZcnUQ+PYoTtwpM+wf2t9brWZ2n5JBsol58nJcYYAdDDFCijEy5JhgileYYRd72MccBzjEa7zBEY5xglO8xTu8xwd8xCd8xhd8xTec4RwXuMR3/MBP/MJvMPzBFYpk2Cr+OF0fTEgrFI1aHhxN740KDbEmeJpsWZlVj40s+45aLuv9KijlhCXSjLQnu/d/4UH6sWul1mRzFxZeekUuE7z10mg3qMtM1FGQddPSrLQyvJR6OaukItYXDp6pCJrmz0umqkau5pZ2hFmm7m+ImG5W2t0kZoJXUtPhVnYTbbdOBdeCVGqpJe7XKTqSbRK7zbdwXfR0U+SVsStuS3Y76em6+Ic3xYiHUppc04Nn0lMzay3dSxNcp8auDlWlaCi48yetFD7Y9USsx87G45cuop1ZxQUtjLnL4j53FO0a+5X08UXqQ7NQNo92R0XOz7sxWEnxN2TneJI8Acttu4Q=) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-spinner:before {
  content: "\f10a";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10b";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-hd:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-downloading {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-downloading:before {
  content: "\f10f";
}

.vjs-icon-file-download {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download:before {
  content: "\f110";
}

.vjs-icon-file-download-done {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-done:before {
  content: "\f111";
}

.vjs-icon-file-download-off {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-file-download-off:before {
  content: "\f112";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-share:before {
  content: "\f113";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cog:before {
  content: "\f114";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-square:before {
  content: "\f115";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f116";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-outline:before {
  content: "\f117";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-circle-inner-circle:before {
  content: "\f118";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f119";
}

.vjs-icon-repeat {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-repeat:before {
  content: "\f11a";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f11b";
}

.vjs-icon-replay-5, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-5:before, .video-js .vjs-skip-backward-5 .vjs-icon-placeholder:before {
  content: "\f11c";
}

.vjs-icon-replay-10, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-10:before, .video-js .vjs-skip-backward-10 .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-replay-30, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-replay-30:before, .video-js .vjs-skip-backward-30 .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-forward-5, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-5:before, .video-js .vjs-skip-forward-5 .vjs-icon-placeholder:before {
  content: "\f11f";
}

.vjs-icon-forward-10, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-10:before, .video-js .vjs-skip-forward-10 .vjs-icon-placeholder:before {
  content: "\f120";
}

.vjs-icon-forward-30, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-forward-30:before, .video-js .vjs-skip-forward-30 .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f122";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-next-item:before {
  content: "\f123";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-previous-item:before {
  content: "\f124";
}

.vjs-icon-shuffle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-shuffle:before {
  content: "\f125";
}

.vjs-icon-cast {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-cast:before {
  content: "\f126";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f127";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f128";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-facebook:before {
  content: "\f129";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-linkedin:before {
  content: "\f12a";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-twitter:before {
  content: "\f12b";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-tumblr:before {
  content: "\f12c";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-pinterest:before {
  content: "\f12d";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f12e";
}

.video-js {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}
.video-js:-moz-full-screen {
  position: absolute;
}
.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-9-16,
.video-js.vjs-1-1 {
  width: 100%;
  max-width: 100%;
}

.video-js.vjs-fluid:not(.vjs-audio-only-mode),
.video-js.vjs-16-9:not(.vjs-audio-only-mode),
.video-js.vjs-4-3:not(.vjs-audio-only-mode),
.video-js.vjs-9-16:not(.vjs-audio-only-mode),
.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  height: 0;
}

.video-js.vjs-16-9:not(.vjs-audio-only-mode) {
  padding-top: 56.25%;
}

.video-js.vjs-4-3:not(.vjs-audio-only-mode) {
  padding-top: 75%;
}

.video-js.vjs-9-16:not(.vjs-audio-only-mode) {
  padding-top: 177.7777777778%;
}

.video-js.vjs-1-1:not(.vjs-audio-only-mode) {
  padding-top: 100%;
}

.video-js.vjs-fill:not(.vjs-audio-only-mode) {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js.vjs-audio-only-mode .vjs-tech {
  display: none;
}

body.vjs-full-window,
body.vjs-pip-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen,
body.vjs-pip-window .video-js {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs),
body.vjs-pip-window .video-js {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-pip-container .vjs-pip-text {
  position: absolute;
  bottom: 10%;
  font-size: 2em;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.5em;
  text-align: center;
  width: 100%;
}

.vjs-layout-tiny.vjs-pip-container .vjs-pip-text,
.vjs-layout-x-small.vjs-pip-container .vjs-pip-text,
.vjs-layout-small.vjs-pip-container .vjs-pip-text {
  bottom: 0;
  font-size: 1.4em;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin-top: -0.81666em;
  margin-left: -1.5em;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  transition: all 0.4s;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}
.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:not(.vjs-selected):focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:not(.vjs-selected):focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-pip-window .vjs-menu-button-popup .vjs-menu {
  left: unset;
  right: 1em;
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar,
.vjs-audio-only-mode .vjs-control-bar {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  pointer-events: none;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
.vjs-audio-only-mode.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  flex: none;
}

.video-js .vjs-control.vjs-visible-text {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js *:not(.vjs-visible-text) > .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  flex: auto;
  display: flex;
  align-items: center;
  min-width: 4em;
  touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: flex;
  align-items: center;
}

.video-js .vjs-progress-holder {
  flex: auto;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}
.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  line-height: 0.35em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  flex: none;
}
.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  transition: width 1s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}
.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  transition: left 0s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  transition: width 0.1s;
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel {
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
  z-index: 1;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}
.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
  z-index: 1;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}
.vjs-slider-horizontal .vjs-volume-level:before {
  line-height: 0.35em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.video-js .vjs-volume-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-volume-control:hover .vjs-volume-tooltip,
.video-js .vjs-volume-control:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  display: block;
  font-size: 1em;
  visibility: visible;
}

.video-js .vjs-volume-vertical:hover .vjs-volume-tooltip,
.video-js .vjs-volume-vertical:hover .vjs-progress-holder:focus .vjs-volume-tooltip {
  left: 1em;
  top: -12px;
}

.video-js .vjs-volume-control.disabled:hover .vjs-volume-tooltip {
  font-size: 1em;
}

.video-js .vjs-volume-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  z-index: 1;
}

.video-js .vjs-volume-horizontal .vjs-mouse-display {
  width: 1px;
  height: 100%;
}

.video-js .vjs-volume-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-volume-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  transition: visibility 1s, opacity 1s;
}

.vjs-mouse-display .vjs-volume-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster,
.vjs-using-native-controls .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster,
.vjs-has-started.vjs-audio-poster-mode .vjs-poster,
.vjs-pip-container.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.video-js .vjs-live-control {
  display: flex;
  align-items: flex-start;
  flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  align-items: center;
  cursor: pointer;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-controls-disabled .vjs-text-track-display,
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  transform: translateY(-3em);
}

.video-js.vjs-controls-disabled video::-webkit-media-text-track-display,
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-picture-in-picture-control,
.vjs-pip-window .vjs-picture-in-picture-control {
  display: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  flex: none;
}
.video-js.vjs-audio-only-mode .vjs-fullscreen-control,
.vjs-pip-window .vjs-fullscreen-control {
  display: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: rgb(255, 255, 255);
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: rgb(255, 255, 255);
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.video-js.vjs-audio-only-mode .vjs-captions-button {
  display: none;
}

.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js.vjs-audio-only-mode .vjs-descriptions-button {
  display: none;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10c";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-audio-only-mode .vjs-subs-caps-button {
  display: none;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f12e";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js.vjs-layout-small .vjs-current-time,
.video-js.vjs-layout-small .vjs-time-divider,
.video-js.vjs-layout-small .vjs-duration,
.video-js.vjs-layout-small .vjs-remaining-time,
.video-js.vjs-layout-small .vjs-playback-rate,
.video-js.vjs-layout-small .vjs-volume-control, .video-js.vjs-layout-x-small .vjs-current-time,
.video-js.vjs-layout-x-small .vjs-time-divider,
.video-js.vjs-layout-x-small .vjs-duration,
.video-js.vjs-layout-x-small .vjs-remaining-time,
.video-js.vjs-layout-x-small .vjs-playback-rate,
.video-js.vjs-layout-x-small .vjs-volume-control, .video-js.vjs-layout-tiny .vjs-current-time,
.video-js.vjs-layout-tiny .vjs-time-divider,
.video-js.vjs-layout-tiny .vjs-duration,
.video-js.vjs-layout-tiny .vjs-remaining-time,
.video-js.vjs-layout-tiny .vjs-playback-rate,
.video-js.vjs-layout-tiny .vjs-volume-control {
  display: none;
}
.video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js.vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover {
  width: auto;
  width: initial;
}
.video-js.vjs-layout-x-small .vjs-progress-control, .video-js.vjs-layout-tiny .vjs-progress-control {
  display: none;
}
.video-js.vjs-layout-x-small .vjs-custom-control-spacer {
  flex: auto;
  display: block;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 10px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
  padding: 0 6px 8px;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.vjs-text-track-settings .vjs-label {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0 5px 5px 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

.vjs-title-bar {
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 60%, rgba(0, 0, 0, 0) 100%);
  font-size: 1.2em;
  line-height: 1.5;
  transition: opacity 0.1s;
  padding: 0.666em 1.333em 4em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.vjs-title-bar-title,
.vjs-title-bar-description {
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vjs-title-bar-title {
  font-weight: bold;
  margin-bottom: 0.333em;
}

.vjs-playing.vjs-user-inactive .vjs-title-bar {
  opacity: 0;
  transition: opacity 1s;
}

.video-js .vjs-skip-forward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-forward-30 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-5 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-10 {
  cursor: pointer;
}
.video-js .vjs-skip-backward-30 {
  cursor: pointer;
}
@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

/* 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/teamprofi/empty/catalog.sort/style.css?1734693819688*/
.catalog-sort {
  display: flex;
  align-items: center;
}
.catalog-sort__item {
  color: #565655;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-sort__item:hover, .bx-touch .catalog-sort__item:active {
  color: #2e3d8c;
}
.catalog-sort__item.selected {
  display: flex;
  align-items: center;
  color: #2e3d8c;
}
html:not(.bx-touch) .catalog-sort__item.selected:hover, .bx-touch .catalog-sort__item.selected:active {
  color: #000356;
}
.catalog-sort__item.no-action {
  pointer-events: none;
}
.catalog-sort__item + .catalog-sort__item {
  margin-left: 16px;
}
.catalog-sort__item .icon {
  margin-left: 6px;
}
.catalog-sort__item.revert .icon {
  transform: rotateX(180deg);
}

/* 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/teamprofi/empty/products.list/style.css?17346938193651*/
.catalog-list-item {
  display: block;
  text-decoration: none;
}
.catalog-list-item__wrap--sets .catalog-list-item__pic-area {
  border: solid 1px #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .catalog-list-item__wrap--sets .catalog-list-item__pic-area {
    border: none;
  }
}
.catalog-list-item__pic-area {
  text-decoration: none;
  display: block;
  position: relative;
  padding-top: 90%;
  margin-bottom: 16px;
  z-index: 1;
}
@media only screen and (max-width: 549px) {
  .catalog-list-item__pic-area {
    min-height: 122px;
  }
}
.catalog-list-item__pic-area .icon--sale {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 24px;
  color: #ec8213;
}
.catalog-list-item__pic {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.catalog-list-item__pic .img-fluid {
  max-height: 100%;
}
.catalog-list-item__pic-slider {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: content-box;
}
.catalog-list-item__hints {
  position: absolute;
  top: 0;
  left: 5px;
}
.catalog-list-item__hints .hint-promo, .catalog-list-item__hints .hint {
  margin: 5px 0;
}
.catalog-list-item__title {
  display: block;
  max-width: 200px;
  margin-bottom: 3px;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
}
.catalog-list-item__price {
  display: block;
  height: 20px;
  font-size: 14px;
  line-height: 1.43;
  color: #565655;
}
.catalog-list-item__price-new {
  display: block;
  height: 20px;
  font-size: 16px;
  line-height: 1.25;
  color: #1c2656;
  font-weight: 400;
}
.catalog-list-item__price-old {
  display: block;
  height: 16px;
  font-size: 12px;
  line-height: 1.17;
  color: #878687;
  text-decoration: line-through;
}
.catalog-list-item__info {
  display: block;
  margin-bottom: 3px;
  text-decoration: none;
}
html:not(.bx-touch) .catalog-list-item__info:hover .catalog-list-item__title, .bx-touch .catalog-list-item__info:active .catalog-list-item__title {
  text-decoration: underline;
}
.catalog-list-item .link-icon {
  font-size: 14px;
  line-height: 1.43;
}
html:not(.bx-touch) .catalog-list-item .link-icon:hover span, .bx-touch .catalog-list-item .link-icon:active span {
  color: #2e3d8c;
}
.content .catalog-list-item .link-icon .icon {
  font-size: 12px;
  color: #b1b2b3;
}
.content .catalog-list-item .link-icon .icon + span {
  margin-left: 3px;
}
.catalog-list-item .link-icon span {
  font-size: 11px;
  letter-spacing: 0.15px;
  color: #878687;
}
.catalog-list-item .link-icon span:after {
  content: none;
}
html:not(.bx-touch) .catalog-list-item .link-icon.active:hover .icon, html:not(.bx-touch) .catalog-list-item .link-icon.active:hover span, .bx-touch .catalog-list-item .link-icon.active:active .icon, .bx-touch .catalog-list-item .link-icon.active:active span {
  color: #000356;
}
.catalog-list-item .link-icon.active .icon {
  color: #2e3d8c;
}
.catalog-list-item .link-icon.active span {
  color: #2e3d8c;
}
.catalog-list-item .catalog-item-slider {
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-list-item .partners-info {
  margin-bottom: 7px;
}

.partners-info {
  cursor: pointer;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #9c9c9c;
}
html:not(.bx-touch) .partners-info:hover span, .bx-touch .partners-info:active span {
  text-decoration: none;
}
html:not(.bx-touch) .partners-info:hover .hint-white, .bx-touch .partners-info:active .hint-white {
  background: #2e3d8c;
  color: #ffffff;
}
.partners-info span:not(.hint-white) {
  text-decoration: underline;
}
.partners-info .hint-white {
  margin-top: 1px;
}

/* 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/templates/2019/components/teamprofi/empty/popup.video.gallery/style.css?17434112812089*/
.modal-video-popup-gallery.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
  --fancybox-color: #f3f3f3 ;
}
.modal-video-popup-gallery.is-compact .fancybox__footer {
  position: relative;
  background: none;
}
@media only screen and (max-width: 1023px) {
  .modal-video-popup-gallery .f-button {
    display: none;
  }
}
.modal-video-popup-gallery .has-iframe .fancybox__content {
  max-width: 1000px;
  height: auto !important;
  width: 100% !important;
  aspect-ratio: 16/9;
}
.modal-video-popup-gallery .fancybox__content {
  padding: 0;
}
.modal-video-popup-gallery .fancybox__slide {
  justify-content: center;
}
.modal-video-popup-gallery .fancybox__slide:before, .modal-video-popup-gallery .fancybox__slide:after {
  margin: 0;
}
.modal-video-popup-gallery .fancybox__nav {
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-filter: none;
  --f-button-svg-stroke-width: 2;
  --f-button-svg-width: 34px;
  --f-button-svg-height: 34px ;
}
.modal-video-popup-gallery .modal-video-popup-thumbs {
  margin-top: 8px;
  --f-thumb-gap: 16px;
  --f-thumb-width: 156px;
  --f-thumb-height: 88px;
  --f-thumb-outline: 1px;
  --f-thumb-border-radius: 0;
  --f-thumb-outline-color: #f3f3f3;
  --f-thumb-opacity: 1;
}
@media only screen and (max-width: 549px) {
  .modal-video-popup-gallery .modal-video-popup-thumbs {
    --f-thumb-width: 112px;
    --f-thumb-height: 64px;
  }
}
.modal-video-popup-gallery .modal-video-popup-thumbs .is-nav-selected .thumb-preview-video-icon {
  display: none;
}
.modal-video-popup-gallery .thumb-preview-video-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #ec8213;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (max-width: 549px) {
  .modal-video-popup-gallery .thumb-preview-video-icon {
    width: 36px;
    height: 36px;
  }
}
.modal-video-popup-gallery .thumb-preview-video-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
}

/* End */


/* Start:/local/components/teamprofi/banners/templates/product-detail/style.css?165719870151*/
.product-detail ~ .banners {
  margin-top: 40px; }

/* End */
/* /local/templates/2019/components/bitrix/catalog/.default/style.css?173735797014870 */
/* /local/templates/2019/components/teamprofi/empty/video/style.css?173469381915656 */
/* /local/templates/2019/components/bitrix/news.detail/collections/style.css?174116601419264 */
/* /local/templates/2019/components/bitrix/news.detail/products/style.css?174549988452134 */
/* /local/templates/2019/components/bitrix/news.detail/products.map/style.css?16643577864075 */
/* /local/templates/2019/components/bitrix/news.list/map.products/style.css?17346938193923 */
/* /local/templates/2019/components/teamprofi/empty/block.wide.background/style.css?17649351777970 */
/* /local/templates/2019/components/teamprofi/empty/block.wide.icon.text/style.css?17649351774144 */
/* /local/templates/2019/components/teamprofi/empty/block.wide.slider/style.css?17649351774310 */
/* /local/templates/2019/components/teamprofi/empty/block.wide.text.image/style.css?17649351774099 */
/* /local/templates/2019/js/plugins/videojs/video-js.css?173469381949682 */
/* /local/templates/2019/components/bitrix/catalog.smart.filter/.default/style.css?173735797011398 */
/* /local/templates/2019/components/teamprofi/empty/catalog.sort/style.css?1734693819688 */
/* /local/templates/2019/components/bitrix/system.pagenavigation/.default/style.css?17346938191984 */
/* /local/templates/2019/components/teamprofi/empty/products.list/style.css?17346938193651 */
/* /local/templates/2019/components/bitrix/news.list/collections/style.css?17373579706783 */
/* /local/templates/2019/components/teamprofi/empty/popup.video.gallery/style.css?17434112812089 */
/* /local/components/teamprofi/banners/templates/product-detail/style.css?165719870151 */
