

/* Start:/local/templates/quickdeck/components/bitrix/catalog.section/new_qd-termo/style.css?178853309920674*/
.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;
  max-width: 600px;
  font-size: 20px;
}
.new-qd__description {
  margin-top: 20px;
  max-width: 600px;
}
.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;
}
.c-category-info__box-inner .right {
  max-width: 170px;
  margin-left: auto;
}
/*-- avantages --*/
.c-category-info_advantages {
    position: relative;
    margin-top: -30px;
    z-index: 1;
    background: linear-gradient(#d55f3c, #ea9337 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;
}
/* -- bottom text --*/
.c-category_bottom-text-block {
    width: 100%;
    height: auto;
    min-height: 50px;
    background: #21b4b8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: white;
    z-index: 2;
}
.c-category_bottom-text {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(/images/termofloor/SVG_icons-logo/09_icon.svg) no-repeat center;
    background-size: contain;
    flex-shrink: 0;
}

/*-- materials --*/
.new-material-grid {
  display: flex;
  flex-direction: column;
  margin: 0 auto 40px;
  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;
}
.catalog-main__list.mt-80 {
  margin-top: 80px;
}
.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,
.new-info-guide > .right {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.new-info-guide h3 {
    margin: 0 0 30px;
}

.new-info-guide .new-sized-grid,
.new-info-guide .vertical-slider {
    flex: 1;
}

.new-info-guide .vertical-slider {
    height: auto;
}
/*-- new sizes --*/
.new-sized-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    height: 100%;
}
.new-info-guide > .left {
    display: flex;
    flex-direction: column;
}

.new-info-guide > .left .new-sized-grid {
    flex: 1;
}

.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;
    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;
}

.size-grid-block:only-child {
    width: 100%;
    height: 100%;
    justify-content: center;
}

.size-grid-block:only-child b {
  font-size: 80px;
  margin-bottom: 20px;
  line-height: normal;
} 
.size-grid-block:only-child span {
  font-size: 20px;
  margin-bottom: 10px;
}

/*-- 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, .slider-wrapper {
      height: 320px;
      min-height: 320px;
    }
}

/* Табы видео баннеров */

.video-tabs__nav {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 60px;
}

.video-tabs__button {
    min-width: 265px;
    padding: 13px 25px;
    border: 0;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 5px 18px rgba(0, 0, 0, .1);
    font: inherit;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .3s ease, color .3s ease, box-shadow .3s ease;
}

.video-tabs__button:hover,
.video-tabs__button.is-active {
    background: #d87535;
    color: #fff;
    box-shadow: none;
}

.video-tabs__item {
    display: none;
}

.video-tabs__item.is-active {
    display: block;
}

@media (max-width: 1000px) {
    .video-tabs__nav {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
        margin-bottom: 30px;
    }

    .video-tabs__button {
        width: 100%;
        min-width: 0;
        padding: 12px 20px;
        border-radius: 20px;
        box-shadow: 0 3px 12px rgba(0, 0, 0, .08);
    }
}
/*-- lemanapro --*/
.lemanapro .termofloor-width-banner__img {
    min-height: 40px;
    object-fit: cover;
    object-position: 57%;
}

/*calc styles */
.termo-calculator {
  max-width: 100%;
  margin: 30px 0 70px;
  font-family: inherit;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  --main-color: #ffaf40;
}
.flex-options {
    display: flex;
    align-items: center;
    gap: 30px;
}
@media (max-width: 800px) {
    .flex-options {
        flex-direction: column;
    }
}
.termo-option-group {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.termo-option-label {
  font-weight: 600;
  min-width: 180px;
}
.termo-buttons {
  display: flex;
  gap: 10px;
}
.termo-btn-option {
  padding: 8px 20px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s;
}
.termo-btn-option.active {
  background: #333;
  color: #fff;
  border-color: #333;
}
.termo-area-group {
  margin: 40px 0 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.termo-area-group label {
  font-weight: 600;
}
.termo-area-group input {
  width: 50px;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.termo-btn-calculate {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 8px 24px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.termo-btn-calculate:hover {
  opacity: 0.8;
}
.termo-products-container {
    margin: 20px 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}
.termo-products-header {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
    background: #f9f9f9;
    padding: 12px 8px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    color: #333;
}
.termo-product-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
    align-items: center;
    padding: 12px 8px;
    border-bottom: 1px solid #eee;
    background: #fff;
}
.termo-total-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 0.5fr;
    align-items: center;
    padding: 15px 8px;
    background: #f5f5f5;
    font-weight: bold;
}

.termo-col-name a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #999;
    transition: color 0.2s;
}
.termo-col-name a:hover {
    color: var(--main-color);
}

.termo-qty-control {
  display: flex;
  align-items: center;
  gap: 5px;
}
.termo-qty-btn {
  width: 31px;
  height: 31px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}
.termo-qty-input {
  width: 50px;
  text-align: center;
  padding: 7px;
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-appearance: textfield;
}
.termo-qty-input::-webkit-outer-spin-button,
.termo-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.termo-product-row .termo-qty-input {
    width: 50px;
    text-align: center;
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.termo-product-row .termo-qty-btn {
    width: 31px;
    height: 31px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
}
.termo-col-actions {
    display: flex;
    gap: 5px;
}
.termo-product-row .termo-remove-btn,
.termo-product-row .termo-btn-cart {
    background: var(--main-color);
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin: 0 5px;
    color: #000;
    border-radius: 5px;
    height: 31px;
    width: 31px;
    transition: opacity 0.2s;
    margin: 0;
}
.termo-product-row .termo-remove-btn {
    background: transparent;
}
.termo-product-row .termo-remove-btn:hover {
    opacity: 0.7;
}
.termo-product-row .termo-btn-cart:hover {
    opacity: 0.8;
}

.termo-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid #eee;
}
.termo-total {
  display: flex;
  gap: 10px;
  font-size: 18px;
}
.termo-note {
  font-size: 14px;
  color: #666;
  margin-left: 15px;
}
.termo-btn-add-all {
  background: var(--main-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s;
}
.termo-btn-add-all:hover {
  opacity: 0.8;
}
.termo-disclaimer {
  margin-top: 15px;
  font-size: 12px;
  color: #888;
  text-align: right;
}
.controls {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 640px) {
    .termo-footer {
        flex-direction: column;
        gap: 15px;
    }
    .termo-option-group {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .termo-total {
        flex-direction: column;
    }
    .termo-note {
        margin: 0;
    }
    .termo-products-header {
        display: none;
    }
    .termo-product-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 15px 10px;
        border-bottom: 2px solid #eee;
    }
    .termo-product-row > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .termo-product-row > div::before {
        content: attr(data-label);
        font-weight: 600;
        min-width: 120px;
        color: #555;
    }
    .termo-total-row {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 15px 10px;
    }
    .termo-total-row > div {
        display: flex;
        justify-content: space-between;
    }
    .termo-total-row > div::before {
        content: attr(data-label);
        font-weight: 600;
        min-width: 120px;
    }
    .termo-col-name {
        flex-direction: column;
    }
    .termo-col-actions {
        justify-content: unset !important;
    }
    .termo-remove-btn {
        margin-left: auto !important;
    }
}

/*sert*/

/* Блок Сертификаты */
.catalog-sertificat_block {
    margin-bottom: 40px;
  }

  .catalog-sertificat_block-header {
    background: #F3F3F5;
    border-radius: 12px;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .catalog-sertificat_block-header:hover {
    cursor: pointer;
  }

  .catalog-sertificat_block-header-title {
    font-size: 24px;
    font-weight: bold;
  }
  .catalog-sertificat_arrow {
    width: 24px;
    height: 24px;
    color: #666;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    flex-shrink: 0;
}

.catalog-sertificat_arrow.active {
    transform: rotate(180deg);
}
  .catalog-sertificat_block_links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
    background: #fff;
    border-radius: 12px;
    margin-top: 0;
    /* padding: 20px 40px; */
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .catalog-sertificat_block_links.active {
    padding: 20px;
    max-height: 1000px;
    margin-top: 24px;
    border: 1px solid #EAEAEE;
  }
  .catalog-sertificat_block_links a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 47%;
    margin-bottom: 7px;
  }
  .catalog-sertificat_block_links a:hover {
    text-decoration: underline;
  }
  .catalog-sertificat_block_links a svg {
    min-width: 24px;
  }
  .catalog-sertificat_block_links div {
    margin-left: 8px;
  }
  .catalog-sertificat_block_links div span {
    opacity: 0.5;
  }

  @media (max-width: 575px) {
    .catalog-sertificat_block {
      padding-top: 30px;
      padding-bottom: 25px;
    }
    .catalog-sertificat_block_links a {
      margin-bottom: 16px;
    }
    .catalog-sertificat_block_links {
      flex-direction: column;
    }
    .catalog-sertificat_block_links a {
      width: 100%;
    }
  }

.catalog-sertificat_block.padding-bottom-none {
  padding-bottom: 0;
}
/* End */


/* 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 */
/* /local/templates/quickdeck/components/bitrix/catalog.section/new_qd-termo/style.css?178853309920674 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/bootstrap_v4/style.min.css?1769080807272 */
