

/* Start:/local/templates/sts-kabel/components/bitrix/catalog/main/style.css?17393372517705*/
.ajax_load_btn {
  margin: 30px 0 20px;
  border: 1px solid #f2f2f2;
  text-align: center;
  cursor: pointer;
}

.more_text_ajax {
  display: inline-block;
  position: relative;
  padding: 15px 0 15px 34px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #333;
}
.more_text_ajax:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  -webkit-transition: background 0.7s ease-in-out;
  transition: background 0.7s ease-in-out;
}

.more_text_ajax:hover {
  color: #1d2029;
}

.more_text_ajax.loading:after {
  -webkit-animation: spinner 0.5s linear infinite !important;
  animation: spinner 0.5s linear infinite !important;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.ajax_load_btn:hover .more_text_ajax:after,
.more_text_ajax:hover:after {
  -webkit-animation: spinner 0.5s ease 1;
  animation: spinner 0.5s ease 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.module-pagination {
  position: relative;
  margin: 0 0 60px;
  padding: 20px 0 0;
  text-align: center;
  font-size: 0;
}

.bottom_nav .module-pagination {
  padding-top: 0;
}

.module-pagination .point_sep {
  display: inline-block;
  width: 27px;
  height: 29px;
  border: 0 !important;
  cursor: default;
  font-size: 0;
  /* webpackIgnore: true */
  background: url("/local/templates/aspro_next/images/pagination_sep.png")
    center no-repeat !important;
  vertical-align: bottom;
}

.module-pagination .nums span,
.module-pagination .nums > a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 5px 5px 0;
  text-align: center;
  line-height: 32px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  border-radius: 2px;
}

.module-pagination .flex-direction-nav {
  position: absolute;
  width: 100%;
}

.module-pagination .flex-direction-nav > li {
  position: absolute;
  top: 2px;
}

.module-pagination .flex-direction-nav .flex-nav-next {
  right: -37px;
}

.module-pagination .flex-direction-nav .disabled {
  display: none;
}

.module-pagination .flex-direction-nav .flex-nav-prev {
  left: -37px;
}

.bottom_nav .module-pagination {
  padding-bottom: 0;
}

.module-pagination .nums {
  display: inline-block;
  position: relative;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li a:hover {
  background-position: -2px -20px;
}

.right_block ul,
.right_block ol {
  margin: 0 0 27px;
}

.flex-direction-nav {
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flex-direction-nav li,
.flex-direction-nav li a,
.flex-direction-nav li span {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 15px;
}

.bx-ie .flex-direction-nav li,
.bx-ie .flex-direction-nav li a,
.bx-ie .flex-direction-nav li span {
  font-size: 0;
  line-height: 0;
}

.flex-direction-nav li {
  border-bottom-width: 0;
}

.flex-direction-nav li:first-child {
  margin-right: 5px;
}

.flex-direction-nav li a,
.flex-direction-nav li span {
  /* webpackIgnore: true */
  background: url("/local/templates/aspro_next/images/arrows.png") 0 0 no-repeat;
}

.flex-direction-nav li:not(.disabled) span {
  cursor: pointer;
}

.flex-direction-nav li .flex-prev {
  background-position: 10px -50px;
}

body .dark .flex-direction-nav li .flex-prev,
body .flex-direction-nav li:hover .flex-prev {
  background-position: 10px -26px;
}

body .flex-direction-nav li .flex-next {
  background-position: -27px -50px;
}

.dark .flex-direction-nav li .flex-next,
.flex-direction-nav li:hover .flex-next {
  background-position: -27px -26px;
}

.flex-direction-nav .flex-disabled {
  display: none;
}

.border .flex-direction-nav {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.border .flex-direction-nav li {
  overflow: hidden;
  margin: 0;
  border: 1px solid #e5e5e5 !important;
  border-radius: 0;
}

.border .flex-direction-nav li,
.border .flex-direction-nav li a {
  width: 33px;
  height: 35px;
}

.border .flex-direction-nav li:first-child {
  border-radius: 2px 0 0 2px;
}

.border .flex-direction-nav li:last-child {
  border-radius: 0 2px 2px 0;
}

.border.custom_flex .flex-direction-nav li:hover,
.border.custom_flex .flex-direction-nav li:hover a {
  overflow: hidden;
  background-color: #f6f6f7 !important;
}

.border.custom_flex .flex-direction-nav li a {
  background-position: 5px -18px;
}

.border.custom_flex .flex-direction-nav li:hover a {
  background-position: 5px 6px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next a {
  background-position: -70px -18px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next:hover a {
  background-position: -69px 6px;
}

.border.custom_flex .flex-direction-nav li.flex-nav-next {
  border-left-width: 0 !important;
}

.top_right.border.custom_flex .flex-direction-nav {
  position: absolute;
  top: -33px;
  right: 0;
}

.absolute .flex-direction-nav > li {
  position: absolute;
  top: 1px;
}

.absolute .flex-direction-nav li.flex-nav-prev {
  left: -30px;
}

.absolute .flex-direction-nav li.flex-nav-next {
  right: -30px;
}

.flex-direction-nav * {
  outline: 0;
}

.module-pagination .nums .cur {
  color: #fff;
  background: #4e71d2;
}

.module-pagination .flex-direction-nav li:hover,
.module-pagination .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
  background-color: #fff !important;
}

.module-pagination .flex-direction-nav li a,
.custom_flex .flex-direction-nav li a,
.custom_flex .flex-direction-nav li span {
  /* webpackIgnore: true */
  background: url("/local/templates/aspro_next/images/arrows2.png") 3px -20px no-repeat;
}

.module-pagination .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next a,
.custom_flex .flex-direction-nav li.flex-nav-next span {
  background-position: -72px -20px;
}

.module-pagination .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover a,
.custom_flex .flex-direction-nav li:hover span {
  background-position: 3px 4px;
}

.flex-direction-nav li:hover,
.flex-direction-nav li:first-child:hover {
  color: #fff;
  background: #4e71d2;
}

.module-pagination .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover a,
.custom_flex .flex-direction-nav li.flex-nav-next:hover span {
  background-position: -71px 4px;
}

@media (max-width: 500px) {
  .flex-direction-nav {
    display: none !important;
  }
}

.seo-block_bottom {
  margin-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.seo-block h2,
.seo-block .h2,
.seo-block h3,
.seo-block .h3,
.seo-block h4,
.seo-block .h4,
.seo-block h5,
.seo-block .h5 {
  margin: 2.5rem 0 1rem;
}

.seo-block p {
  margin: 1rem 0;
}

.seo-block ol p,
.seo-block ul p {
  margin: 0;
}

.seo-block ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-type: disc;
  padding-left: 40px;
  line-height: 1.6;
}

.seo-block ol {
  margin-top: 2rem;
  margin-bottom: 2rem;
  list-style-type: decimal;
  padding-left: 40px;
  line-height: 1.6;
}

.swiper-wrapper .el-list__item img.w-full {
  height: 200px;
  object-fit: contain;
}

/* End */


/* Start:/local/templates/sts-kabel/components/bitrix/catalog.element/main/style.css?17658097811052*/
#topOffers.tab-content {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}
#topOffers.tab-content a {
    color: #4563da;
    text-decoration: underline;
}
@media (max-width: 767px) {
  #topOffers.tab-content {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #topOffers.tab-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  #topOffers.tab-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media(max-width: 767px) {
    .detail .detail-buttons .counter-wrapp {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .detail .detail-buttons .counter-wrapp > button {
        margin-left: 15px;
        min-height: 40.5px;
    }
    .detail .detail-buttons .counter-wrapp .counter-block,
    .detail .detail-buttons .counter-wrapp .counter-block input,
    .detail .detail-buttons .counter-wrapp [data-action="add_to_cart"],
    .detail .detail-buttons .counter-wrapp [data-action="in_cart"] {
        flex: auto;
    }
}
/* End */
/* /local/templates/sts-kabel/components/bitrix/catalog/main/style.css?17393372517705 */
/* /local/templates/sts-kabel/components/bitrix/catalog.element/main/style.css?17658097811052 */
