

/* Start:/local/templates/prostroy_default/components/bitrix/catalog/gopro/style.css?1631518406663*/
.product-reviews__head {
  border-bottom: 2px solid #EBEBEB;
  margin-bottom: 80px; }

.product-reviews__head-icon {
  fill: #BC0010;
  font-size: 26px;
  height: 1em;
  margin-right: 20px;
  width: 1em; }

.product-reviews__title {
  display: inline-block;
  font-size: 34px;
  margin-bottom: 0;
  padding-bottom: 24px;
  text-transform: none; }

@media screen and (max-width: 992px) {
  body.adaptive .product-reviews__head {
    margin-bottom: 42px; }
  body.adaptive .product-reviews__head-icon {
    font-size: 20px;
    margin-right: 12px; }
  body.adaptive .product-reviews__title {
    font-size: 26px;
    line-height: 34px;
    padding-bottom: 6px; } }

/* End */


/* Start:/local/templates/prostroy_default/components/bitrix/catalog.element/gopro/style.css?17434916752759*/
.c-prices__value-discount-name + .c-prices__value-discount{
    display: inline-block;
    padding: 2px 4px 1px;
    background-color: #ffd200;
}
.c-prices .c-prices__value{
    font-size: 32px;
    display: inline-block;
    font-weight: 600;
}
.list-table__inner{
    padding: 7px 0;
}
.list-table__prices .c-prices{
    display: block !important;
    text-align: left !important;
    height: auto !important;
}
.list-table__prices .c-prices__price{
    width: auto !important;
    margin: 5px 0 0 !important;
}
.list-table__element .list-table__stores{
    width: auto;
}
.list-table__element .list-table__pay .b-pay__inner{
    display: block;
}
.list-table__element .list-table__pay .b-pay__inner .b-pay__buttons{
    width: auto;
}
.list-table__inner .prices-slider .c-prices__value, .list-gallery__prices .prices-slider .c-prices__value, .list-showcase__inner .prices-slider .c-prices__value{
    font-size: 20px;
}
.list-showcase__inner .list-showcase__prices{
    height: auto;
}
.nav.nav-tabs.js-tabs-anchor > li > a{
    border-bottom: 1px dashed #308ac4 !important;
}
.nav.nav-tabs.js-tabs-anchor > li > a:hover, .nav.nav-tabs.js-tabs-anchor > li > a:focus, .nav.nav-tabs.js-tabs-anchor > li > a.active{
    border-bottom-color: transparent !important;
}
.detail__anchors{
    overflow: hidden;
}
.detail__anchor__link{
    white-space: nowrap;
}
.detail__anchor__link.swiper-slide {
    width: auto;
}
@media only screen and (max-width : 480px) {
    .c-prices__value-old{
        font-size: 12px;
    }
    .detail-container .c-prices .c-prices__value{
        font-size: 26px !important;
    }
    .detail-container .c-prices.c-prices-sum .c-prices__value{
        font-size: 32px !important;
    }
    .mods .c-prices .c-prices__value, .analogs .c-prices .c-prices__value{
        font-size: 16px !important;
    }
}
@media only screen and (max-width : 400px) {
    .block-xs{
        margin-left: auto;
        margin-right: auto;
    }
}
@media only screen and (min-width : 767px) {
    .nav.nav-tabs.js-tabs-anchor{
        background-color: transparent;
        margin-top: 5px;
        margin-bottom: 24px;
        overflow-x: hidden;
    }
    .nav.nav-tabs.js-tabs-anchor.big-width:hover{
        overflow-x: auto;
        margin-bottom: 15px;
    }
    .nav.nav-tabs.js-tabs-anchor::-webkit-scrollbar{
        height: 9px;
    }
    .nav.nav-tabs.js-tabs-anchor::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background-color: rgba(0,0,0,0.15);
        -webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
    }
    .nav.nav-tabs.js-tabs-anchor > li{
        padding: 15px 10px 10px;
        border: none !important;
    }
}

/* End */


/* Start:/local/templates/prostroy_default/components/redsign/grupper.list/gopro/style.css?157546651350*/
.c-gruppedprops__group{
    padding-top: 37px;
}
/* End */


/* Start:/local/components/redsign/unimart24.docs.sections/templates/.default/style.css?16490996273273*/
.u24-docs-tabs {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .u24-docs-tabs__nav {
    display: none;
    background-color: #F3F3F3; }
  .u24-docs-tabs__nav-list {
    padding: 12px 0;
    list-style: none; }
  .u24-docs-tabs__nav-item {
    margin-bottom: 7px; }
  .u24-docs-tabs__nav-item > a {
    display: block;
    font-size: 14px;
    padding: 9px 25px;
    color: #9F9F9F;
    -webkit-transition: color .2s ease-in;
    -o-transition: color .2s ease-in;
    transition: color .2s ease-in; }
    .u24-docs-tabs__nav-item > a:hover {
      color: #3D3D3D;
      text-decoration: none; }
  .u24-docs-tabs__nav-item--active > a {
    font-weight: bold;
    color: #000;
    position: relative; }
    .u24-docs-tabs__nav-item--active > a:hover {
      color: #000; }
    .u24-docs-tabs__nav-item--active > a:before {
      content: "";
      position: absolute;
      width: 3px;
      height: 100%;
      left: 0;
      top: 0;
      background-color: #BC0010; }
  @media (min-width: 1200px) {
    .u24-docs-tabs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .u24-docs-tabs__nav {
        display: block;
        min-height: 416px; }
      .u24-docs-tabs__nav {
        width: 230px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-right: 20px; }
      .u24-docs-tabs__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: calc(100% - 250px); } }

.u24-docs-ac__content {
  visibility: visible;
  height: auto; }

.u24-docs-ac__panel:not(.u24-docs-ac__panel--active) {
  display: block; }

.u24-docs-ac__panel:not(.u24-docs-ac__panel--active) .u24-docs-ac__content {
  display: none;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

.u24-docs-ac__panel + .u24-docs-ac__panel {
  margin-top: -1px; }

.u24-docs-ac__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }

.u24-docs-ac__trigger {
  outline: 0;
  border: 0;
  background-color: transparent;
  display: block;
  padding: 24px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  font-size: 18px;
  line-height: 25px;
  color: #6B7FA0; }
  .u24-docs-ac__trigger::before {
    content: '+';
    display: inline-block;
    margin-left: -15px;
    width: 15px;
    font-weight: bold;
    margin-right: 15px; }

.u24-docs-ac__panel--active .u24-docs-ac__trigger {
  color: #BC0010; }
  .u24-docs-ac__panel--active .u24-docs-ac__trigger::before {
    content: "-"; }

@media (max-width: 1199px) {
  .u24-docs-ac__inner {
    padding: 16px 0 64px; }
  .u24-docs-ac__panel {
    border-top: 1px solid #B4B6B7;
    border-bottom: 1px solid #B4B6B7; } }

@media (min-width: 1200px) {
  .u24-docs-ac__header {
    display: none; }
  .u24-docs-ac__panel:not(.u24-docs-ac__panel--active) {
    display: none; } }

/* End */


/* Start:/local/templates/prostroy_default/components/bitrix/news.list/docs/style.css?17005604759580*/
.u24-docs {
  --swiper-theme-color: #c4010c;
  --swiper-navigation-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .u24-docs__slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .u24-docs__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .u24-docs__slide-item {
    padding: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .u24-docs__slider .u24-docs__slide-item:not(.fancybox-content) img{
    /*height: 100%;*/
  }
  .u24-docs__zoom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: .75rem;
    line-height: 1.333334;
    margin: 30px 0 32px;
    color: #6B7FA0; }
  .u24-docs__zoom-icon {
    margin-right: .5rem; }
  .u24-docs__thumbs {
    margin: 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -0.75rem; }
  .u24-docs__thumbs > .u24-docs-thumb {
    margin: 0 0.75rem 0.5rem; }
  .u24-docs__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .u24-docs .swiper-container {
    border: 1px solid #EBEBEB; }
  .u24-docs .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .u24-docs .swiper-button-prev,
  .u24-docs .swiper-button-next,
  .u24-docs .swiper-button-prev:focus,
  .u24-docs .swiper-button-next:focus {
    outline: none; }
  .u24-docs .swiper-button-prev,
  .u24-docs .swiper-button-next,
  .u24-docs .swiper-button-prev.swiper-button-disabled,
  .u24-docs .swiper-button-next.swiper-button-disabled {
    background-image: none;
    width: auto;
    height: auto;
    margin-top: 0; }
  .u24-docs .swiper-button-prev.swiper-button-disabled,
  .u24-docs .swiper-button-next.swiper-button-disabled {
    display: none; }
  .u24-docs .swiper-lazy {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .u24-docs .swiper-lazy.swiper-lazy-loaded {
    opacity: 1; }
  .u24-docs .swiper-lazy-preloader:after {
    content: none;
    display: none; }
  @media (min-width: 992px) {
    .u24-docs {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .u24-docs__slider {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 49%; }
      .u24-docs__content {
        padding: 13px 32px 13px 52px; }
      .u24-docs__add {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media (min-width: 1200px) {
    .u24-docs__slide-item:not(.fancybox-content) {
      height: 416px; }

  }

.u24-docs-doc {
  display: none; }
  .u24-docs-doc--shown {
    display: block; }
  .u24-docs-doc__title {
    font-size: 26px;
    line-height: 32px; }
  .u24-docs-doc__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin: 18px 0; }
  .u24-docs-doc__preview, .u24-docs-doc__detail-content {
    margin: 15px 0 16px;
    font-size: 14px;
    line-height: 22px; }
  .u24-docs-doc__detail-hide, .u24-docs-doc__detail-show {
    font-size: 14px; }
  .u24-docs-doc__detail:not(.is-shown) .u24-docs-doc__detail-content,
  .u24-docs-doc__detail:not(.is-shown) .u24-docs-doc__detail-hide,
  .u24-docs-doc__detail.is-shown .u24-docs-doc__detail-show {
    display: none; }
  .u24-docs-doc__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 65px 0 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 12px;
    line-height: 14px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse; }
  .u24-docs-doc__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px dashed #358BC5; }
    .u24-docs-doc__link:hover {
      text-decoration: none; }
  .u24-docs-doc__download, .u24-docs-doc__print {
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 24px; }
  .u24-docs-doc__download {
    background-image: url("/local/templates/prostroy_default/components/bitrix/news.list/docs/./images/download.png"); }
  .u24-docs-doc__print {
    background-image: url("/local/templates/prostroy_default/components/bitrix/news.list/docs/./images/print.png"); }
  .u24-docs-doc__likes-views {
    height: 44px;
    margin-top: 26px;
    border-top: 1px solid #B4B6B7;
    padding-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    color: #3D3D3D;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .u24-docs-doc__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    position: relative; }
  .u24-docs-doc__share:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    top: 0; }
  .u24-docs-doc__socials {
    position: relative; }
  .u24-docs-doc__share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 12px; }
  .u24-docs-doc__share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    color: #358BC5;
    border-bottom: 1px dashed #358BC5;
    font-size: 12px;
    line-height: 12px; }
  .u24-docs-doc__share .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23A4A4A4'/%3E%3C/svg%3E");
    background-size: 12px;
    width: 14px;
    height: 14px;
    margin-right: 8px; }
  .u24-docs-doc__share .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    padding: 0; }

.u24-docs-thumb {
  display: block;
  width: 64px;
  height: 64px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  outline: 0;
  border: 2px solid #EBEBEB; }
  .u24-docs-thumb--active {
    border-color: #c4010c; }
  .u24-docs-thumb img {
    width: auto;
    max-width: 100%;
    max-height: 100%; }

.u24-docs-likes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .u24-docs-likes__text {
    margin-right: 30px; }
  .u24-docs-likes__thumbs {
    border: 0;
    outline: 0;
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .u24-docs-likes__thumbs * {
    pointer-events: none; }
  .u24-docs-likes__thumbs + .u24-docs-likes__thumbs {
    margin-left: 24px; }
  .u24-docs-likes__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    fill: currentColor; }
  .u24-docs-likes__thumbs:focus, .u24-docs-likes__thumbs:hover {
    color: #358BC5; }

.u24-docs-views {
  display: inline-block;
  white-space: nowrap; }
  .u24-docs-views img {
    width: 14px;
    margin-right: 12px;
    vertical-align: middle; }
.u24-docs-doc__views .u24-docs-views .hidden-xs.hidden-sm{
  margin-left: 3px;
}
.u24-docs-not-found__add {
  margin-top: 20px; }

@media (min-width: 1200px) {
  .u24-docs-not-found {
    padding: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

/* End */
/* /local/templates/prostroy_default/components/bitrix/catalog/gopro/style.css?1631518406663 */
/* /local/templates/prostroy_default/components/bitrix/catalog.element/gopro/style.css?17434916752759 */
/* /local/templates/prostroy_default/components/redsign/grupper.list/gopro/style.css?157546651350 */
/* /local/components/redsign/unimart24.docs.sections/templates/.default/style.css?16490996273273 */
/* /local/templates/prostroy_default/components/bitrix/news.list/docs/style.css?17005604759580 */
