

/* Start:/local/templates/2019/components/bitrix/news/promo/style.css?17346938191818*/
.promo-block {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
}
html:not(.bx-touch) .promo-block:hover, .bx-touch .promo-block:active {
  text-decoration: none;
}
.promo-block__pic.ratio-box {
  padding-bottom: 36%;
  overflow: hidden;
}
@media only screen and (max-width: 549px) {
  .promo-block__pic.ratio-box {
    padding-bottom: 100%;
  }
}
.promo-block__pic.ratio-box + .promo-block__data {
  margin-top: 15px;
}
.promo-block__pic.ratio-box .img-fluid {
  transition: transform 0.4s ease-out;
}
.promo-block__pic-detail.ratio-box {
  background-color: transparent;
}
.promo-block__pic-detail.ratio-box .img-fluid {
  width: auto;
  object-fit: cover;
}
.promo-block .no-photo {
  position: absolute;
  left: auto;
  top: auto;
  background: rgba(197, 198, 198, 0.2);
}
.promo-block__data {
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.17;
  color: #878687;
}
.promo-block__name {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.41;
  color: #565655;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .promo-block__name {
    font-size: 14px;
    line-height: 1.43;
  }
}
.promo-block__stiker {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 8px 12px;
  background-color: rgba(246, 246, 246, 0.85);
  font-size: 12px;
  line-height: 1;
  color: #565655;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .promo-block__stiker {
    left: 8px;
    top: 8px;
  }
}
.promo-block__text {
  margin-top: 30px;
}

html:not(.bx-touch) a.promo-block:hover .img-fluid, html:not(.bx-touch) a.promo-block:hover .no-photo .icon, .bx-touch a.promo-block:active .img-fluid, .bx-touch a.promo-block:active .no-photo .icon {
  transform: scale(1.01);
}

/* End */


/* Start:/local/templates/2019/components/teamprofi/empty/product-info/style.css?17346938191297*/
.content .header-btn {
  margin-bottom: 45px;
}
.content .header-btn__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .content .header-btn__title {
    flex-direction: column;
    align-items: start;
  }
}
.content .header-btn__title .btn {
  max-height: 37px;
}
@media only screen and (max-width: 767px) {
  .content .header-btn__title .btn {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 549px) {
  .content .header-btn__title .btn {
    width: 100%;
  }
}
.content .header-btn__back-link {
  color: #2e3d8c;
  display: inline-flex;
  align-items: center;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .content .header-btn__back-link {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 549px) {
  .content .header-btn__back-link {
    width: 100%;
    justify-content: center;
  }
}
.content .header-btn__back-link .icon {
  font-size: 10px;
  margin: 0 5px 2px 0;
}
.content .header-btn__back-link a {
  font-size: 14px;
  text-decoration: none;
}
html:not(.bx-touch) .content .header-btn__back-link a:hover, .bx-touch .content .header-btn__back-link a:active {
  text-decoration: underline;
}

.content .custom-catalog-list h2:first-child {
  margin-top: 0;
}

/* 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/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 */
/* /local/templates/2019/components/bitrix/news/promo/style.css?17346938191818 */
/* /local/templates/2019/components/teamprofi/empty/product-info/style.css?17346938191297 */
/* /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/catalog/.default/style.css?173735797014870 */
