

/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1769080807272*/
.page-link,.page-link:hover{color:var(--theme-color-primary)}.page-item.active .page-link{color:var(--theme-b-tx-primary);background-color:var(--theme-color-primary);border-color:var(--theme-color-primary)}.page-link:focus{box-shadow:0 0 0 .2rem var(--theme-b-sd-primary)}
/* End */


/* Start:/local/templates/quickdeck/components/bitrix/catalog.section/new_qd-profi/style.css?178066172610054*/
h1.desc {
  display: none
}
.left h1 {
  display: block;
}
.c-category-info {
  display: flex;
  flex-direction: column;
}
.c-category-info__inner {
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
  z-index: 2;
  position: relative;
  background: #fff;
}
.c-category-info__box {
  position: relative;
  border-radius: 0 15px 15px 0;
}
.c-category-info__box-inner-bg img {
  height: 100%;
  object-fit: contain;
  object-position: top;
}
.c-category-info__box-inner {
  display: flex;
  margin-top: -50px;
  padding: 0 50px 30px;
}
.c-category-info__box-inner .left {
  display: flex;
  flex-direction: column;
}
.second-title {
  color: #c3c3c3;
  font-weight: 500;
}
.c-category-info__title {
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}
.new-qd__description {
  margin-top: 20px;
}
.c-category-info__buttons {
    list-style-type: none;
    display: flex;
    gap: 25px;
    margin: 40px 0 0;
    padding: 0;
}
.c-category-info__buttons .btn {
    border-radius: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.dark-btn {
  background: #3d3c39 !important;
  color: #fff !important;
}
/*-- avantages --*/
.c-category-info_advantages {
    position: relative;
    margin-top: -30px;
    z-index: 1;
    background: linear-gradient(#154d71, #197496 40%);
    padding: 80px 30px 40px;
    color: #fff;
}
.c-category-info_advantages .a-wrapper {
    display: flex;
    gap: 20px;
}
.c-category-info_advantages .a-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  align-items: center;
  width: 14.5%;
}
.c-category-info_advantages img {
  height: 35px;
}
.c-category-info_advantages .a-item:first-child img {
  padding: 5px;
}
/*-- materials --*/
.new-material-grid {
  display: flex;
  flex-direction: column;
  margin: 40px auto;
  gap: 20px;
}
.new-material-grid .heading {
  font-size: 20px;
  font-weight: bold;
}
.m-wrapper {
    display: flex;
    gap: 20px;
}
.m-wrapper .m-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  align-items: center;
  width: 16.6%;
  overflow: hidden;
}
.m-wrapper img {
    height: 130px;
    transition: transform 2s ease, -webkit-transform 2s ease;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
}
.m-wrapper img:hover {
  transform: scale(1.15);
}
/*-- filter --*/
.c-category-filter {
  margin-top: 40px;
}
.c-category-info__tags {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  justify-content:space-between;
}
/* .c-category-info__tags {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    gap: 10px;
    text-transform: lowercase;
} */
.c-category-info__tags-item {
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    padding: 0 25px;
    height: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    justify-content: center;
}
.c-category-filter input:checked+.c-category-info__tags-item {
  background: #197496;
  color: #fff;
}
/*-- category-items --*/
.catalog-main__list .cat-item {
  max-width: unset !important;
}
.cat-item__title {
  text-align: center;
}
.cat-item__img img, .item-hero__bigslider-el img, .item-hero__smallslider-el img, .basket-item__img img {
    object-fit: cover !important;
    object-position: bottom !important;
    transition: transform 2s ease, -webkit-transform 2s ease;
}
.cat-item__img {
  height: 232px !important;
}
.cat-item__img img:hover {
    transform: scale(1.05);
}
.catalog-main__list {
  gap: 20px;
}
.cat-item {
  max-width: 33% !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}
.cat-item__price-square {
  font-size: 14px;
  color: #ccc;
}
/*--calc --*/
.widener {
    background: #f6f6f6;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
}
.widener .landing-calc, .widener .c-calc__box-inner {
  background: transparent;
}
.widener .c-calc__inner {
    display: flex;
    flex-direction: column-reverse;
}
.widener .landing-calc--catalog .c-calc__box-inner, .catalog-main__wp .widener .landing-calc {
  padding: 0;
}
.widener .c-calc__form .form {
    grid-template-columns: repeat(6, 1fr) !important;
}
.c-calc__steps-item-line:last-child {
  display: none;
}
.step-num {
  color: #ccc;
}
.step-num b {
  color: #000;
}
.widener label .c-calc__form-item-name {
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    padding: 0 25px;
    height: 60px;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50px;
}
.widener .c-calc__button {
  background: #3d3c39 !important;
  color: #fff !important;
  border-radius: 50px;
  border: 0;
}
.widener .c-calc__form--radio .c-calc__form-item-name {
  border: 0;
}
.widener .c-calc__form-item .c-calc__form-item-input--radio:checked+span {
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 40%), 0 4px 24px 0 rgb(103 103 103 / 40%);
  box-shadow: 0 2px 6px 0 rgb(103 103 103 / 40%), 0 4px 24px 0 rgb(103 103 103 / 40%);
}
.widener .c-calc__form-item--text .c-calc__form-item-name {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*-- new-info-guide --*/
.new-info-guide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}
.new-info-guide .left {
  width: 100%;
}
.new-info-guide .right {
  width: 100%;

}
/*-- new sizes --*/
.new-sized-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.size-grid-block {
    -webkit-box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    box-shadow: 0 2px 6px 0 rgb(103 103 103 / 9%), 0 4px 24px 0 rgb(103 103 103 / 9%);
    padding: 40px 20px;
    border-radius: 15px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.size-grid-block:nth-child(1),
.size-grid-block:nth-child(2) {
    width: calc(50% - 5px);
}

.size-grid-block:nth-child(n+3) {
    width: calc(33.333% - 7px);
}

.size-grid-block b {
    display: block;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}

.size-grid-block span {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.size-grid-block span:last-child {
    border-bottom: none;
}
/*-- new slider guide -- */
.vertical-slider {
	display: flex;
	width: 100%;
	height: 100%;
	max-height: 380px;
	min-height: 320px;
	flex-direction: column;
	gap: 16px;
	position: relative;
}

.vs-navigation {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-direction: column;
	position: absolute;
	left: 20px;
	top: 15px;
	z-index: 10;
}

.vs-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d9d9d9;
	cursor: pointer;
	transition: 0.2s ease;
	display: inline-block;
}

.vs-dot.is-active {
	background: #878787;
	transform: scale(1.15);
}

.slider-wrapper {
	position: relative;
	min-height: 120px;
  height: 100%;
  overflow: hidden;
}

.vs-drag-layer {
	position: absolute;
	inset: 0;
	z-index: 2;
	cursor: grab;
	user-select: none;
	touch-action: none;
}

.vs-drag-layer.is-dragging {
	cursor: grabbing;
}


.vs-slide {
	display: none;
	padding: 15px 20px;
	background: #f8f8f8;
	border-radius: 15px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.vs-slide-content {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  justify-content: flex-end;
}
.vs-slide.is-active {
	display: flex;
}
.vs-slide-number {
    font-size: 60px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-bottom: 40px;
    color: #c7c7c7;
    font-weight: 400;
}
.vs-slide .notice {
    margin-top: 40px;
    font-size: 12px;
    color: #4b4b4b;
}
.vs-slide img {
  position: absolute;
  z-index: 1;
  height: 100%;
}
.vs01 img {
    right: -100px;
    top: 0;
}
.vs02 img {
    right: -100px;
}
.vs03 img {
  right: 30px;
}
@media (max-width: 768px) {
    .size-grid-block:nth-child(1),
    .size-grid-block:nth-child(2),
    .size-grid-block:nth-child(n+3) {
        width: 100%;
    }
}

@media (max-width: 767px) {
  .c-category-info_advantages .a-item {
    width: unset;
  }
  .catalog-main__list {
    gap: 0;
  }
  .c-category-info__box-inner {
      display: flex;
      margin-top: 0;
      padding: 5px; 
      flex-direction: column-reverse;
  }
  .c-category-info__box-inner .right {
    max-width: 150px;
  }
  .c-category-info__buttons {
    flex-direction: column;
  }
  .c-category-info__buttons .btn {
    width: 250px;
  }
  .c-category-info_advantages .a-wrapper {
      display: flex;
      gap: 20px;
      overflow-x: scroll;
  }
  .c-category-info__tags {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 8px;
        gap: 8px;
        margin-top: 30px;
    }
    .c-category-info__tags-item {
      height: auto;
      min-height: 60px;
      font-weight: 500;
    }
    .cat-item {
      max-width: unset !important;
    }
    .c-calc__box-inner {
      min-height: unset !important;
      margin-bottom: 30px;
    }
    .m-wrapper {
      overflow-x: scroll;
      align-items: center;
    }
    .m-wrapper .m-item, .m-wrapper img{
      width: 150px;
      flex: 0 0 150px;
      max-width: unset;
    }
    .new-info-guide {
      display: flex;
      flex-direction: column;
    }
    .vertical-slider {
      height: 320px;
    }
}
/* End */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1769080807272 */
/* /local/templates/quickdeck/components/bitrix/catalog.section/new_qd-profi/style.css?178066172610054 */
