

/* Start:/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/collection.css?16854365659398*/
.collection__head {
  width: 100%;
}
.collection__subtitle {
  color: var(--primaryColor-500);
  font-size: 18px;
}
.collection__title {
  margin: 10px 0;
  font-weight: 600;
  font-size: 40px;
}
.collection__content {
  margin: 15px 0 0 0;
}
.collection__carousel {
  width: 64%;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.collection__info {
  width: 36%;
  padding: 0 0 0 50px;
  vertical-align: top;
  display: inline-block;
}
.collection__infoTitle {
  color: var(--primaryColor-500);
}
.collection__infoName {
  margin: 20px 0 50px 0;
  padding-bottom: 5px;
  color: var(--primaryColor-900);
  font-size: 24px;
  font-weight: 600;
  border-bottom-color: inherit;
  vertical-align: top;
  display: inline-block;
}
.collection__design {
  width: 100%;
  margin: 0 0 30px 0;
  vertical-align: top;
  display: inline-block;
}
.collection__designs {
  width: 100%;
  vertical-align: top;
  display: inline-block;
}
.collection__designsDetails {
  width: 100%;
  vertical-align: top;
  display: inline-block;
  position: relative;
}
.collection__designsSummary {
  width: 100%;
  line-height: 50px;
  border-bottom: solid 2px var(--primaryColor-250);
  transition: border-bottom-color 0.3s ease;
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.collection__designsSummary:hover {
  border-bottom-color: var(--primaryColor-300);
}
.collection__designsSummary::after {
  content: " ";
  top: 50%;
  right: 5px;
  width: 10px;
  height: 10px;
  margin-top: -3px;
  border-top: 2px solid var(--primaryColor-500);
  border-right: 2px solid var(--primaryColor-500);
  position: absolute;
  transition: transform 0.15s ease-out;
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
}
.collection__designsDetails[data-open] .collection__designsSummary::after, .collection__designsDetails[open] .collection__designsSummary::after {
  margin-top: 4px;
  transform: translateY(-50%) rotate(315deg);
}
.collection__designsCurrent {
  font-size: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  display: inline-block;
}
.collection__designsList {
  top: 53px;
  left: 0;
  width: 100%;
  min-width: 290px;
  max-height: 294px;
  overflow-x: hidden;
  overflow-y: auto;
  background: var(--primaryColor);
  border-radius: 3px;
  position: absolute;
  box-shadow: 2px 3px 10px rgba(17, 18, 19, 0.3);
  z-index: 2;
}
.collection__designsItem {
  width: 100%;
  padding: 15px;
  color: var(--primaryColor-900);
  border-bottom: solid 1px var(--primaryColor-250);
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
}
.collection__designsItem:last-child {
  border-bottom: 0;
}
.collection__designsItem:hover:not(.active) {
  background-color: var(--primaryColor-100);
}
.collection__designsItem.active {
  color: var(--primaryColor);
  background-color: var(--mainColor-300);
}
.collection__formats {
  width: 100%;
  margin: 20px 0 30px 0;
  vertical-align: top;
  display: inline-block;
}
.collection__formatsList {
  margin: 20px 0 0 0;
  vertical-align: top;
  display: inline-block;
}
.collection__formatsItem {
  margin: 0 15px 15px 0;
  padding: 15px;
  border: 1px solid var(--primaryColor-250);
  text-align: center;
  color: var(--primaryColor-700);
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.collection__3dBtn {
  width: 100%;
  margin-bottom: 10px;
}
.collection__grBtn {
  width: 100%;
}
.collection__copyLink {
  margin: 40px 0;
}
.collection__snippet {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
  border-top: solid 2px var(--primaryColor-250);
  color: var(--primaryColor-500);
  vertical-align: top;
  display: inline-block;
}
.collection__outOfProd {
  margin: 10px 0 0 0;
  padding: 0 0 20px 0;
  color: var(--primaryColor-900);
  font-size: 20px;
}
.collection__snippet--outOfProd {
  font-size: 15px;
  line-height: 22px;
  color: var(--primaryColor-500);
  vertical-align: top;
  display: inline-block;
  border-top: solid 1px var(--primaryColor-250);
  border-bottom: solid 1px var(--primaryColor-250);
  padding: 15px 0 15px 0;
}
.collection__btn--outOfProd {
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.collection__btn {
  width: 100%;
}
.collection__btn--main {
  text-transform: uppercase;
}
.collection__btn--secondary {
  margin: 10px 0 10px 0;
}
.collection__btn--third {
  margin-bottom: 20px;
}
.collection__tabs {
  margin: 0 0 30px 0;
  background-color: #f0f0f0;
}
.collection__products {
  overflow: hidden;
  position: relative;
}
.collection__productsInfo {
  top: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
  position: absolute;
  z-index: 1;
}
.collection__productsInfoTitle {
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}
.collection__productsInfoCounter {
  font-size: 38px;
  font-weight: 600;
  color: var(--mainColor-200);
}
.collection__about {
  padding: 20px 0 70px 0;
}
.collection__aboutTitle {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  font-size: 22px;
  border-bottom: solid 1px var(--primaryColor-300);
}
.collection__aboutContent {
  line-height: 20px;
}
.collection__aboutContent p {
  margin: 10px 0;
}
.collection__aboutContent img {
  max-width: 100%;
  vertical-align: top;
  display: inline-block;
}

.copyLink {
  padding: 3px 0;
  color: var(--mainColor);
  text-decoration: none;
  border: 0;
  border-bottom: solid 1px transparent;
  transition: border-bottom-color 0.2s ease;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.copyLink__icon {
  width: 16px;
  height: 16px;
  margin: 0 0 0 15px;
  pointer-events: none;
  vertical-align: middle;
  display: inline-block;
}
.copyLink:hover {
  border-bottom-color: var(--mainColor-200);
}
.copyLink:active {
  transform: translateY(2px);
}

@media (max-width: 1024px) {
  .collection__carousel {
    width: 100%;
  }
  .collection__info {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .collection__infoName {
    margin: 20px 0 30px 0;
    font-size: 20px;
  }
  .collection__formats {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .collection__tabs {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .collection__title {
    font-size: 28px;
  }
  .collection__copyLink {
    margin: 15px 0;
  }
  .collection__products {
    padding: 16px 0;
  }
  .collection__productsInfo {
    position: relative;
    padding: 0 0 20px 0;
  }
  .collection__designsCurrent {
    font-size: 16px;
    max-width: 240px;
  }
}
@media (min-width: 1024px) {
  .collection__aboutContent {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .collection__subtitle {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .collection__title {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
            animation-duration: 0.7s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
  }
  .collection__carousel {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: zoomInMini;
            animation-name: zoomInMini;
  }
  .collection__info {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
  .collection__products {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-name: slideUp;
            animation-name: slideUp;
  }
}
.collection_btn__controls {
  width: 100%;
  margin: 10px 0 15px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  flex-grow: 0;
}

.collection_btn__detailsBtn {
  width: 100%;
  max-width: 55%;
  padding: 8px;
  line-height: 24px;
}

.collection_btn__detailsCheck {
  width: 100%;
  padding: 8px;
  line-height: 24px;
}

.collection_btn__basketBtn {
  width: 100%;
  max-width: 40%;
  margin-left: 5%;
  padding: 8px;
  line-height: 24px;
  float: right;
  cursor: pointer;
}/*# sourceMappingURL=collection.css.map */
/* End */


/* Start:/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/gallery.css?16854365653545*/
.gallery {
  width: 100%;
  max-width: 800px;
  vertical-align: top;
  display: inline-block;
}
.gallery__item {
  width: 100%;
  min-height: 200px;
  padding-top: 66.25%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.gallery__itemLink {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAeFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////8BAQEcHBzw8PAyMjKtra3m5uZ3d3dlZWW4uLhFRUWQkJBYWFjOzs6jo6PY2NiZmZmEhITDw8M+/tKwAAAAFnRSTlMA/g7y2z0bhXkmL0pq51SSXbKpwZ3NKaKmYwAAAwZJREFUeAGVVet+uyoQ7LIgKOLdimLUmrR9/zc8CNFoTP+/nPnKDHvf/diDBBHLRFpZpCJjUUA+/gUSspgXFMEBacFjFpJ/0KWwbNTdpW2a9tJptBoh/5IQFhcKjGV/3tFeBgOqiKOXioBxCmZqPg9oJgOUs+AFX6YKuvbzhHYAlcrgzK8Q+u3fdhzbzVYPWD0rCEsRv+5f9sPNaG1uQ3/XfCFWjBz5HMHzm6sBpHVZ1hTBXJtVwQ+KMKZ3fy4aVM7jLEmymOcU9OXuFY3DnQGZQ+ceJsBcSFtfiyCSIkeY3EMHhSQPA0KZ1vNVmjzqRMIkVV7RGCXCvYEf5w8om3Ky7yzJFTivfnYmgpiaJbhGY8rIczlT1M66pvGa2iiFq/czT84FSnL/+g08+vCQuStBq6kIybkjBXUmRshX87FyHv1A/kjEMYW9c7jO7s8cvhebAzqbJ0QcB/eu1iBSGJcfbi6qM2xObosHE66JraBZQjDO5BkkKV0Q/RZ1BYvFUZfJa4FNyvj/BOVJ4F2iWfBSkNWmdVnk4Rq0K/6sxB9Bq3n58Yrru/Bp6yCNXtVhbYR5y2LmS3mBMnk17EnpPGhwi5EVfnoM8rMJYuvmynCBbUxDjr9+rOo4JM+tFNf+u1/cBiLIat/BM+RZQI78LIfZrQZ81JWwyk9oq6HIIrL3x/L9MA6bR75b/I4ZEUqxzRwJmChBj24YUfkAt600N05hgFaxjEKLSMYVBTPel4BKGTmkbvBrqUOgecqF4GlOAbt1/w1ABSO7XFC43tdcZwDQAsB0ztGXikh4hd/yUzcM3eT2/p8KZhW/lnHGuO7o7llRg+nP/B8N00PB917FBcKtbw73pDeA+JcilLxEcBfOYblygGVVqIMi2hc2Ee6G6ts837S7oyJhy7r8XhWayn3rkHC50kVZU1qXxXKpQ2ILvlNMNHtqzyCMmEyyLJEsCn2XkIdi/KXJiyHz8NEdFF8ac/bxBqyCQrfwCzuVbyuu88InH28qRFnWb/NdzqXNw/t8izUP/wG+FVS9LX8oqQAAAABJRU5ErkJggg==), zoom-in;
}
.gallery__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  position: absolute;
  display: block;
  pointer-events: none;
}
.gallery__previews {
  width: 100%;
  max-width: 800px;
  margin: 10px 0 0 0;
  text-align: left;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.gallery__previewsContent {
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}
.gallery__previewsImg {
  vertical-align: top;
  display: inline-block;
  pointer-events: none;
  z-index: 1;
}
.gallery__previewsItem {
  width: 176px;
  height: 114px;
  margin-right: 10px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
  z-index: 1;
}
.gallery__previewsItem::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 3px transparent;
  transition: border-color 0.2s ease-out;
  z-index: 1;
  position: absolute;
  display: block;
}
.gallery__previewsItem:last-child {
  margin-right: 0;
}
.gallery__previewsItem:active {
  transform: scale(0.97);
}
.gallery__previewsItem:hover {
  opacity: 0.7;
}
.gallery__previewsItem.active::before {
  border-color: var(--mainColor-200);
}
.gallery__previewsIcon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 16, 18, 0.7);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  pointer-events: none;
  display: block;
  z-index: 2;
}
.gallery__previewsIcon--360 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  margin: auto;
  position: absolute;
}/*# sourceMappingURL=gallery.css.map */

/* End */


/* Start:/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineAnchors.css?1685436565947*/
/* @import "/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineResetLink";*/
.upline-anchors {
  padding: 28px 0;
  background-color: #000;
  color: #fff;
}
.upline-anchors__menu {
  display: flex;
  grid-gap: 30px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.upline-anchors__menu.align-left {
  justify-content: flex-start;
}
.upline-anchors__item {
  font-weight: 400;
  font-size: 15px;
  transition: color 0.3s;
}
.upline-anchors__item:hover {
  color: #747575;
}
@media screen and (max-width: 768px) {
  .upline-anchors {
    padding: 0;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #F2F2F2;
  }
  .upline-anchors__menu {
    overflow-x: scroll;
    grid-gap: 6px;
    padding: 28px 9px;
  }
  .upline-anchors__item {
    padding: 7px 12px;
    font-size: 13px;
    white-space: nowrap;
    border: 1px solid #E2E2E2;
    box-sizing: border-box;
    border-radius: 5px;
  }
}/*# sourceMappingURL=uplineAnchors.css.map */
/* End */


/* Start:/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineCollection.css?168543656512955*/
/*@import "/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineAnchors";*/
.upline-collection .collection__products {
  overflow: unset;
  margin-top: 56px;
}
.upline-collection .collection__productsInfo {
  position: relative;
}
.upline-collection .collection__productsInfoTitle {
  padding: 0;
  font-weight: 400;
  font-size: 25px;
}
.upline-collection .collection__total {
  display: flex;
  grid-gap: 56px;
  align-items: center;
  justify-content: flex-end;
  margin-top: 37px;
  padding-top: 31px;
  border-top: 6px solid #E8E8E8;
}
.upline-collection .collection__total-top {
  display: flex;
  grid-gap: 71px;
}
.upline-collection .collection__total-title {
  font-size: 16px;
}
.upline-collection .collection__total-value {
  font-weight: 600;
  font-size: 16px;
}
.upline-collection .collection__content {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0;
  padding-bottom: 84px;
}
.upline-collection .collection__carousel, .upline-collection .collection__info {
  width: 100%;
  padding: 0;
}
.upline-collection .collection__title-wrapper {
  display: flex;
  grid-gap: 15px;
  align-items: center;
  justify-content: space-between;
}
.upline-collection .collection__title {
  margin: 0;
  font-size: 27px;
}
.upline-collection .collection__subtitle, .upline-collection .collection__infoName {
  margin: 8px 0 0 0;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #888888;
}
.upline-collection .collection__subtitle_type_dot {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
  padding-right: 10px;
}
.upline-collection .collection__subtitle_type_dot::after {
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  background-color: #C4C4C4;
  border-radius: 50%;
  content: "";
}
.upline-collection .collection__cost-wrapper {
  display: flex;
  grid-gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin: 28px 0;
  padding: 34px 0 38px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.upline-collection .collection__cost {
  display: flex;
  grid-gap: 7px;
  align-items: baseline;
}
.upline-collection .collection__cost-title {
  font-size: 14px;
  color: #888888;
}
.upline-collection .collection__cost-value {
  font-weight: 600;
  font-size: 26px;
}
.upline-collection .collection__detailing {
  font-size: 15px;
}
.upline-collection .collection__infoName {
  text-decoration: none;
  color: #007DDC;
}
.upline-collection .collection__buttons {
  display: flex;
  grid-gap: 19px;
}
.upline-collection .collection__3dBtn {
  margin: 0;
  width: auto;
  font-weight: 450;
}
.upline-collection .collection__design-projects {
  margin-top: 32px;
  padding-top: 26px;
  border-top: 1px solid #F0F0F0;
}
.upline-collection .collection__design-projects-title {
  font-weight: 450;
  font-size: 15px;
}
.upline-collection .collection__design-projects-items {
  display: flex;
  grid-gap: 10px;
  margin-top: 18px;
}
.upline-collection .collection__design-projects-item {
  min-width: 112px;
}
.upline-collection .collection__design-image-wrapper {
  overflow: hidden;
  border-radius: 10px;
}
.upline-collection .collection__design-projects-name {
  font-size: 14px;
}
.upline-collection .collection__formats-wrapper {
  display: flex;
  align-items: center;
  margin: 28px 0 29px;
  padding: 26px 0 28px;
  border-top: 1px solid #F0F0F0;
  border-bottom: 1px solid #F0F0F0;
}
.upline-collection .collection__formats {
  display: flex;
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: #888888;
}
.upline-collection .collection__infoTitle {
  color: inherit;
}
.upline-collection .collection__formatsList {
  margin: 0;
}
.upline-collection .collection__formatsItem {
  margin: 0;
  padding: 0;
  text-transform: none;
  color: inherit;
  border: none;
}
.upline-collection .collection__formatsItem:not(:last-child) {
  margin-right: 5px;
}
.upline-collection .collection__formatsItem:not(:last-child)::after {
  content: ",";
}
.upline-collection .collection__see-photos {
  color: #007DDC;
  font-weight: 450;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
}
.upline-collection .collection__price-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  justify-content: space-between;
  color: #888888;
  font-size: 14px;
}
.upline-collection .collection__price-value, .upline-collection .collection__price-currency {
  color: #000000;
  font-weight: 600;
  font-size: 27px;
}
.upline-collection .collection__price-value {
  margin-left: 8px;
}
.upline-collection .collection__advantages {
  display: flex;
  grid-gap: 10px;
  justify-content: space-between;
  margin-top: 53px;
}
.upline-collection .collection__advantages-item {
  display: flex;
  grid-gap: 12px;
}
.upline-collection .collection__advantages-icon {
  flex-shrink: 0;
}
.upline-collection .collection__advantages-text {
  color: #8F8F8F;
  font-weight: 450;
  font-size: 14px;
}
.upline-collection .collection__advantages-text strong {
  color: #000;
}
.upline-collection .collection__projects {
  margin-top: 51px;
}
.upline-collection .collection__projects-title {
  margin-bottom: 20px;
  font-weight: 450;
  font-size: 14px;
}
.upline-collection .collection__projects-items {
  display: flex;
  grid-gap: 13px;
}
.upline-collection .collection__projects-items.overflow-x-scroll {
  overflow-x: scroll;
  max-width: 602px;
}
.upline-collection .collection__projects-item {
  position: relative;
  overflow: hidden;
  min-width: 110px;
  border-radius: 10px;
}
.upline-collection .collection__projects-item .overlay {
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  border-radius: 10px;
}
.upline-collection .collection__projects-item img {
  border-radius: 10px;
}
.upline-collection .collection__projects-item svg {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 35px);
}
.upline-collection .collection__projects-item .text {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-shadow: 1px 1px 3px black;
  letter-spacing: 1px;
}
.upline-collection .collection__order-mobile {
  display: none;
  margin-top: 21px;
  padding: 20px 0;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}
.upline-collection .gallery {
  position: relative;
  max-width: 100%;
  height: 100%;
}
.upline-collection .gallery__item {
  overflow: hidden;
  height: 100%;
  border-radius: 19px;
}
.upline-collection .gallery__like_type_image {
  display: none;
}
.upline-collection .gallery__item-like {
  display: none;
}
.upline-collection .gallery__img {
  max-width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.upline-collection .gallery__previews {
  position: absolute;
  display: block;
  max-width: 100%;
  text-align: center;
}
.upline-collection .gallery__previewsItem {
  width: 50px;
  height: 50px;
  padding: 2px;
  margin-right: 4px;
  border-radius: 10px;
  border: 2px solid transparent;
}
.upline-collection .gallery__previewsItem::before {
  content: none;
}
.upline-collection .gallery__previewsItem.active {
  border-color: #FFC246;
}
.upline-collection .gallery__previewsImgWrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.upline-collection .gallery__previewsImg {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .upline-collection .collection__cost-wrapper {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .upline-collection .collection__buttons {
    flex-direction: column;
  }
  .upline-collection .collection__design-projects-items {
    overflow-x: scroll;
  }
  .upline-collection .collection__content {
    grid-template-columns: 3fr 2fr;
  }
  .upline-collection .collection__col {
    overflow-x: hidden;
  }
  .upline-collection .collection__formats-wrapper, .upline-collection .collection__price-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .upline-collection .collection__advantages, .upline-collection .collection__projects-items {
    overflow-x: scroll;
  }
  .upline-collection .collection__advantages {
    grid-gap: 30px;
    padding-bottom: 10px;
  }
  .upline-collection .collection__price {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .upline-collection__container {
    padding: 0;
  }
  .upline-collection .collection__total {
    grid-gap: 22px;
    flex-direction: column;
    padding-top: 26px;
  }
  .upline-collection .collection__total-top {
    align-items: center;
    grid-gap: 5px;
  }
  .upline-collection .collection__total-title {
    font-size: 13px;
    color: #8B8B8B;
  }
  .upline-collection .collection__total-value {
    font-weight: 600;
    font-size: 18px;
  }
  .upline-collection .collection__total-button {
    width: 100%;
  }
  .upline-collection .collection__total-button button {
    width: 100%;
  }
  .upline-collection .collection__products {
    margin-top: 32px;
    padding: 0;
  }
  .upline-collection .collection__products:not(:first-child) {
    padding-top: 32px;
    border-top: 1px solid #F2F2F2;
  }
  .upline-collection .collection__productsInfo {
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .upline-collection .collection__design-projects {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  .upline-collection .collection__buttons {
    display: none;
  }
  .upline-collection .collection__detailing {
    width: 100%;
    padding-bottom: 19px;
    border-bottom: 1px solid #F2F2F2;
  }
  .upline-collection .collection__cost-wrapper {
    margin: 17px 0 20px;
    padding: 18px 0 22px;
  }
  .upline-collection .collection__content {
    grid-gap: 17px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }
  .upline-collection .collection__head {
    padding: 0 9px;
  }
  .upline-collection .collection__title {
    font-size: 16px;
  }
  .upline-collection .collection__subtitle {
    font-size: 13px;
  }
  .upline-collection .collection__like {
    display: none;
  }
  .upline-collection .collection__formats-wrapper {
    margin: 17px 0 20px;
    padding: 16px 0 18px;
  }
  .upline-collection .collection__formats, .upline-collection .collection__see-photos {
    padding: 0 9px;
    font-size: 13px;
  }
  .upline-collection .collection__see-photos {
    margin-top: 6px;
    font-weight: 600;
  }
  .upline-collection .collection__price-wrapper {
    padding: 0 9px;
    font-size: 13px;
  }
  .upline-collection .collection__price-value, .upline-collection .collection__price-currency {
    font-weight: 700;
    font-size: 35px;
  }
  .upline-collection .collection__order-btn-wrapper {
    padding: 0 9px;
  }
  .upline-collection .collection__order-btn_type_desktop {
    display: none;
  }
  .upline-collection .collection__order-btn_type_mobile {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .upline-collection .collection__advantages {
    overflow-x: unset;
    grid-gap: 12px;
    flex-direction: column;
    margin-top: 23px;
    padding: 27px 9px 0 9px;
    border-top: 1px solid #F2F2F2;
  }
  .upline-collection .collection__advantages-icon {
    width: 19px;
    height: 18px;
  }
  .upline-collection .collection__advantages-icon svg {
    width: 100%;
    height: 100%;
  }
  .upline-collection .collection__advantages-text {
    font-size: 13px;
  }
  .upline-collection .collection__advantages-text br {
    display: none;
  }
  .upline-collection .collection__projects {
    margin-top: 28px;
    padding: 0 9px;
  }
  .upline-collection .collection__projects-title {
    display: none;
  }
  .upline-collection .collection__order-mobile {
    display: block;
  }
  .upline-collection .gallery__item {
    border-radius: 0;
  }
  .upline-collection .gallery__item-like {
    z-index: 1;
    display: block;
    position: absolute;
    right: 12px;
    bottom: 8px;
  }
  .upline-collection .gallery__previews {
    bottom: 40px;
  }
  .upline-collection .gallery__previewsItem {
    width: 7px;
    height: 7px;
    background-color: #E4E4E4;
    border-radius: 50%;
    border: none;
  }
  .upline-collection .gallery__previewsItem.active, .upline-collection .gallery__previewsItem--active {
    background-color: #f0af2d;
  }
  .upline-collection .gallery__previewsIcon {
    background-color: inherit;
  }
  .upline-collection .gallery__previewsIcon--360 {
    display: none;
  }
  .upline-collection .gallery__previewsImgWrapper {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .upline-collection .collection .gallery__previews {
    bottom: 20px;
  }
}

.upline-popular-collection-carousel.section--popular { margin-bottom: 60px; }
.upline-interior-examples { margin-bottom: 60px; }

.section--goods.upline-goods { margin-top: 0; }

/*# sourceMappingURL=uplineCollection.css.map */

/* End */


/* Start:/local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineCollectionAbout.css?16854365651236*/
.upline-base-title.upline-collection-about__title {
  margin-bottom: 33px;
  text-align: center;
  font-size: 32px;
}
.upline-collection-about__inner {
  display: grid;
  grid-gap: 68px;
  grid-template-columns: 4fr 3fr;
  font-size: 15px;
}
.upline-collection-about__inner.display-block {
 display:block
}
.upline-collection-about__video {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /*background-color: #C4C4C4;*/
  /*border-radius: 14px;*/
}
.upline-collection-about__video-image {
  /*max-width: 100%;*/
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
  border-radius: 14px;
}
.upline-collection-about__video-button {
  position: absolute;
  border: none;
}
.upline-collection-about__video-button svg {
  width: 80px;
  height: 80px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .upline-collection-about__inner {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .upline-base-title.upline-collection-about__title {
    margin-bottom: 19px;
    font-size: 18px;
  }
  .upline-collection-about__inner {
    grid-template-columns: 1fr;
    font-size: 13px;
  }
  .upline-collection-about__video {
    display: none;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/tabs.css?17137985561545*/
.tabs {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  vertical-align: top;
  display: inline-block;
}
.tabs__list {
  width: 100%;
  border-bottom: solid 2px var(--primaryColor-200);
  list-style: none;
  white-space: nowrap;
  vertical-align: top;
  display: inline-block;
}
.tabs__item {
  margin-right: 25px;
  padding: 15px 0;
  border: 0;
  color: var(--primaryColor-500);
  transition: color 0.2s ease-out;
  text-decoration: none;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs__item:active {
  transform: translateY(2px);
}
.tabs__item:last-child {
  margin-right: 0;
}
.tabs__item::after {
  content: "";
  right: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: var(--mainColor-200);
  transition: width 0.25s ease-out;
  position: absolute;
  display: block;
}
.tabs__item.active {
  color: var(--mainColor);
  pointer-events: none;
}
.tabs__item.active::after {
  width: 100%;
  animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-name: fadeInRight;
}
.tabs__item:hover:not(.tabs__item--active) {
  color: var(--primaryColor-900);
}
.tabs__item:hover:not(.tabs__item--active)::after {
  left: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  .tabs {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.25s;
    animation-name: slideUp;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineTabs.css?17137985561001*/
.upline-tabs .tabs {
  background-color: #F6F6F6;
}
.upline-tabs .tabs__list {
  border-bottom: solid 3px transparent;
}
.upline-tabs .tabs__list_type_mobile {
  display: none;
}
.upline-tabs .tabs__item {
  margin-right: 70px;
  padding: 28px 0 24px;
  color: #000;
  font-weight: 400;
  font-size: 15px;
}
.upline-tabs .tabs__item.active {
  font-weight: 600;
  color: #000;
}
.upline-tabs .tabs__item::after {
  bottom: -3px;
  height: 3px;
  background-color: #FFBF3E;
}
@media screen and (max-width: 600px) {
  .upline-tabs .tabs__list {
    display: none;
  }
  .upline-tabs .tabs__list_type_mobile {
    display: block;
    margin-top: 19px;
  }
  .upline-tabs .tabs__items {
    display: grid;
    grid-gap: 10px;
    margin-top: 10px;
    padding-left: 15px;
  }
  .upline-tabs .tabs__item {
    margin: 0;
    padding: 0;
    font-weight: 450;
    font-size: 13px;
  }
  .upline-tabs .tabs__item.active {
    font-weight: 450;
  }
  .upline-tabs .tabs__item::after {
    content: none;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineTags.css?17137985561140*/

.upline-tags {
  position:absolute;
  left:13px;
  z-index:2;
  display:flex;
  flex-wrap:wrap
}
.upline-tags_position_top {
  top:13px
}
.upline-tags_position_bottom {
  top:auto;
  bottom:10px
}
.upline-tag {
  margin-right:5px;
  margin-bottom:5px;
  padding:4px 6px 2px;
  font-family:Roboto,sans-serif;
  font-size:12px;
  letter-spacing:.03em;
  color:#fff;
  border-radius:4px;
  opacity:.8
}
.upline-tag_type_default {
  background-color:rgba(166,166,166,.85)
}
.upline-tag_type_new {
  background-color:rgba(65,131,230,.85)
}
.upline-tag_type_clean {
  background-color:rgba(121,190,61,.85)
}
.upline-tag_type_collection {
  background-color:rgba(72,208,161,.85)
}
.upline-tag_type_collection.mobile {
  display:none
}
.upline-tag_type_sale {
  background-color:rgba(230,123,51,.85)
}
.upline-tag_type_bestseller {
  background-color:rgba(209,24,122,.85)
}
@media screen and (max-width:550px) {
  .upline-tag_type_collection.desktop {
    display:none
  }
  .upline-tag_type_collection.mobile {
    display:block
  }
}

.upline-tag.upline-tag_type_default.upline-tag_position_bottom {
  background-color: #000;
  opacity: 0.35;
}

/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/product.css?17137985567074*/
.products {
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  position: relative;
  opacity: 1;
  transition: opacity 0.1s linear;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}
.products--dp {
  padding: 0 0 0 30%;
}
.products--hide {
  opacity: 0;
}

.product {
  width: 100%;
  max-width: 25%;
  min-width: 180px;
  padding: 0 15px 15px 15px;
  white-space: normal;
  text-align: left;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: flex;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.product__inner {
  width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product__thumbnail {
  width: 100%;
  height: 180px;
  text-decoration: none;
  border: solid 2px var(--primaryColor-200);
  overflow: hidden;
  position: relative;
  transition: border-color 0.2s ease-out;
  transform: translate3d(0, 0, 0);
  vertical-align: top;
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  margin: auto;
  pointer-events: none;
  position: absolute;
  display: block;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product__type {
  width: 100%;
  max-width: 292px;
  padding: 15px 0 0 0;
  color: var(--primaryColor-500);
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.product__title {
  width: 100%;
  max-width: 292px;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 24px;
}
.product__format {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 18px;
  color: var(--primaryColor-500);
  flex: 1 0 auto;
}
.product__price {
  width: 100%;
  max-width: 292px;
  padding: 5px 0 10px 0;
  font-size: 20px;
  font-weight: 600;
}
.product__priceValue {
  font-size: 20px;
  padding: 0 4px 0 10px;
}
.product__priceCurrency {
  font-size: 20px;
}
.product__price--old {
  font-size: 15px;
  position: relative;
  text-decoration: line-through;
  color: #949494;
  padding-bottom: 5px;
}
.product__price--old .product__priceCurrency {
  font-size: 15px;
}
.product__controls {
  width: 100%;
  margin: 10px 0 15px 0;
  vertical-align: top;
  display: inline-block;
  position: relative;
  flex-grow: 0;
}
.product__quantity {
  right: 0;
  top: -49px;
  width: 100%;
  max-width: 50%;
  min-width: 110px;
  vertical-align: top;
  display: inline-block;
  position: absolute;
}
.product__quantityBtn {
  top: 0;
  width: 32px;
  height: 32px;
  border: solid 2px var(--primaryColor-250);
  color: var(--primaryColor-900);
  font-family: Arial, sans-serif;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.product__quantityBtn--decrement {
  left: 0;
}
.product__quantityBtn--decrement::before {
  content: "-";
  top: -4px;
  left: 10px;
  font-size: 28px;
  position: absolute;
  display: block;
}
.product__quantityBtn--increment {
  right: 0;
}
.product__quantityBtn--increment::before {
  content: "+";
  top: 3px;
  left: 9px;
  font-size: 20px;
  position: absolute;
  display: block;
}
.product__quantityBtn:hover {
  background-color: var(--primaryColor-100);
  border-color: var(--primaryColor-300);
}
.product__quantityBtn:active {
  transform: translateY(2px);
}
.product__quantityValue {
  top: 0;
  left: 0;
  width: 100%;
  height: 32px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 32px;
  outline: 0;
  border: 0;
  background-color: var(--primaryColor);
  color: var(--primaryColor-900);
  text-align: center;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  animation-fill-mode: both;
  animation-duration: 0.75s;
  animation-name: fadeIn;
}
.product__controls .product__detailsBtn {
  width: 100%;
  max-width: 45%;
  padding: 8px;
  line-height: 24px;
}
.product__controls .product__basketBtn {
  width: 100%;
  max-width: 50%;
  margin-left: 5%;
  padding: 8px;
  line-height: 24px;
  float: right;
}
.product__basketBtnText {
  padding: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
}
.product__basketIcon {
  width: 26px;
  height: 22px;
  vertical-align: top;
  display: inline-block;
  position: relative;
  fill: none;
}
.product__basketIcon path {
  fill: var(--primaryColor);
}
.product--carousel {
  max-width: 23.46%;
  margin: 0 2% 0 0;
  padding: 0;
  vertical-align: top;
  display: inline-block;
}
.product--dp {
  max-width: 33.33333%;
  margin-bottom: 30px;
  flex: 0 0 33.33333%;
}
.product--hidden {
  display: none;
}

@media (min-width: 1024px) {
  .product__thumbnail:hover {
    border-color: var(--primaryColor-300);
  }
  .product__thumbnail:active {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .products::after {
    content: "";
    flex: auto;
  }
}
@media (max-width: 1024px) {
  .product {
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 32.3333333%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .products {
    margin-right: -8px;
    margin-left: -8px;
    text-align: center;
  }
  .products--dp {
    padding: 0;
    margin-bottom: 0;
  }
  .product {
    padding: 0 8px 24px 8px;
    max-width: 33.3333333%;
    flex: 0 0 33.3333333%;
  }
  .product__thumbnail {
    background-color: var(--primaryColor-50);
  }
  .product__format, .product__title {
    font-size: 16px;
  }
  .product__type {
    text-transform: lowercase;
  }
  .product__quantity {
    top: 5px;
    left: 0;
    right: auto;
  }
  .product__detailsBtn {
    display: none;
  }
  .product__controls .product__basketBtn {
    width: 44px;
    border-color: var(--primaryColor-250);
    background-color: var(--primaryColor-50);
  }
  .product__basketBtnText {
    display: none;
  }
  .product__basketIcon path {
    fill: var(--primaryColor-500);
  }
  .product--dp {
    max-width: 50%;
    flex: 1 0 50%;
  }
  .product--carousel {
    width: 48%;
    margin: 0 2.7% 0 0;
    padding: 0;
  }
}
@media (max-width: 425px) {
  .product {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .product__basketBtn {
    width: 35%;
    background-color: var(--mainColor);
    border-color: var(--mainColor);
  }
  .product__basketIcon path {
    fill: var(--primaryColor);
  }
  .product__quantity {
    top: 0;
    max-width: 160px;
  }
  .product__quantityBtn {
    width: 42px;
    height: 42px;
  }
  .product__quantityBtn--decrement::before {
    top: 1px;
    left: 14px;
  }
  .product__quantityBtn--increment::before {
    top: 7px;
    left: 13px;
  }
  .product__quantityValue {
    height: 42px;
    line-height: 42px;
  }
  .product--carousel {
    width: 100%;
    margin: 0 1.5% 0 0;
    padding: 0;
  }
}
/* End */


/* Start:/local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineProducts.css?17137985568858*/
.section--goods {
  margin-top: 50px;
}
.section--goods.section--recentView {
  margin-top: 50px;
}

.upline-products {
  margin-bottom: 30px;
}
.upline-products .products {
  display: grid;
  grid-gap: 29px;
  margin: 37px 0 0 0;
}
.upline-products .products--dp {
  justify-content: unset;
  flex-wrap: nowrap;
  padding: 0;
}
.upline-products .products::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .upline-products .products--dp {
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
    margin-top: 28px;
  }
}
.upline-products .product {
  max-width: 20%;
  min-width: unset;
}
.upline-products .product__img-wrapper {
  position: relative;
  width: 100%;
  padding: 50%;
}
.upline-products .product__thumbnail {
  position: absolute;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: unset;
  border: 1px solid #E8E8E8;
  border-radius: 10px;
  /*background-color: #E5E5E5;*/
}
.upline-products .product__type {
  padding-top: 24px;
  text-transform: none;
}
.upline-products .product__format, .upline-products .product__type {
  color: #888888;
  font-weight: 400;
  font-size: 14px;
}
.upline-products .product__title {
  flex-grow: 1;
  padding: 5px 0 0 0;
  font-weight: 600;
  font-size: 17px;
}
.upline-products .product__price {
  padding: 17px 0 26px 0;
  font-weight: 400;
}
.upline-products .product__priceCurrency {
  color: #888888;
  font-weight: 400;
  font-size: 20px;
}
.upline-products .product__price--old .product__priceCurrency {
  font-size: 15px;
}
.upline-products .product__quantity {
  top: -60px;
  max-width: 90px;
  min-width: unset;
}
.upline-products .product__quantityBtn {
  width: 21px;
  height: 21px;
  background-color: #E7E7E7;
  border: none;
  color: #8B8B8B;
}
.upline-products .product__quantityBtn--decrement::before {
  top: -8px;
  left: 5px;
}
.upline-products .product__quantityBtn--increment::before {
  top: -1px;
  left: 5px;
}
.upline-products .product__quantityValue {
  padding: 0;
  height: 24px;
  font-size: 15px;
}
.upline-products .product__detailsBtn {
  display: inline-flex;
}
.upline-products .product__basketBtnText {
  padding: 0;
}
.upline-products .product__basketIcon {
  display: none;
  width: 17px;
  height: 17px;
  color: #000;
}
.upline-products .product__favorite-btn {
  position: absolute;
  top: 13px;
  right: 13px;
  border: none;
  color: #fff;
  transition: color 0.3s;
}
.upline-products .product__favorite-btn path {
  fill: currentColor;
}
.upline-products .product__favorite-btn .heart_in {
  fill: none;
}
.upline-products .product__favorite-btn:hover {
  color: #ffbf3e;
}
.upline-products .product__favorite-btn svg {
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.5));
}
.upline-products .product--carousel {
  max-width: 18%;
}
.upline-products .product--carousel__type {
  padding-top: 22px;
  color: #9B9B9B;
  font-size: 15px;
}
.upline-products .product--carousel__title {
  font-size: 18px;
}
.upline-products .product--dp {
  max-width: 100%;
  padding: 0;
  margin: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp:not(:last-child) {
  padding: 0 0 32px;
  border-bottom: 2px solid #F8F8F8;
}
.upline-products .product--dp .product__options {
  display: none;
}
.upline-products .product--dp .product__inner {
  display: grid;
  grid-template-areas: "image title quantity price button";
  grid-template-columns: 400px 1fr 120px 120px 120px;
  grid-gap: 30px;
  align-items: center;
}
.upline-products .product--dp .product__thumbnail {
  grid-area: image;
  max-width: 400px;
  height: 196px;
  border: 1px solid #F1F1F1;
  box-sizing: border-box;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: #fff;
}
.upline-products .product--dp .product__type,
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format,
.upline-products .product--dp .product__price {
  width: auto;
  max-width: none;
  padding: 0;
  flex: 0 1 auto;
}
.upline-products .product--dp .product__type-wrapper {
  display: none;
}
.upline-products .product--dp .product__title {
  grid-area: title;
  text-decoration: none;
  line-height: 1.2;
}
.upline-products .product--dp .product__title,
.upline-products .product--dp .product__format {
  font-weight: 600;
  font-size: 16px;
  color: #000;
}
.upline-products .product--dp .product__basketBtn {
  flex-shrink: 0;
  max-width: 100%;
  margin: 0;
  padding: 12px 20px;
  line-height: 1;
}
.upline-products .product--dp .product__quantity_type_relative {
  position: relative;
  top: -11px;
  right: auto;
  grid-area: quantity;
  width: auto;
  max-width: 150px;
}
.upline-products .product--dp .product__price {
  grid-area: price;
}
.upline-products .product--dp .product__button {
  grid-area: button;
}
@media screen and (max-width: 1400px) {
  .upline-products .product {
    max-width: 25%;
  }
  .upline-products .product--dp {
    max-width: 100%;
  }
  .upline-products .product--carousel {
    max-width: 23%;
  }
}
@media screen and (max-width: 1200px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 200px 1fr 120px 120px 120px;
  }
}
@media screen and (max-width: 1100px) {
  .upline-products .product {
    max-width: 33.33%;
    flex: 0 0 33.3333333%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 1024px) {
  .upline-products .product--dp .product__inner {
    grid-template-columns: 144px 1fr 120px 120px 120px;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 800px) {
  .upline-products .product {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .upline-products .product--dp {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
@media screen and (max-width: 768px) {
  .upline-products .product {
    margin-bottom: 0;
  }
  .upline-products .product__detailsBtn {
    display: none;
  }
  .upline-products .product__basketIcon {
    display: block;
    flex-shrink: 0;
  }
  .upline-products .product__basketIcon path {
    fill: #000;
  }
  .upline-products .product__quantity {
    top: 0;
    bottom: 0;
    height: 100%;
  }
  .upline-products .product__quantityValue {
    height: 100%;
    border: 1px solid #FFBF3E;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .upline-products .product__quantityBtn {
    top: 50%;
    color: #FFBF3E;
    background-color: transparent;
    transform: translate(0, -50%);
  }
  .upline-products .product__quantityBtn--decrement {
    left: 4px;
  }
  .upline-products .product__quantityBtn--increment {
    right: 4px;
  }
  .upline-products .product__quantityBtn:active {
    transform: translateY(-8px);
  }
  .upline-products .product--dp:not(:last-child) {
    padding-bottom: 0;
    border-bottom: none;
  }
  .upline-products .product--dp .product__inner {
    grid-gap: 5px;
    grid-template-areas: "image image" "type type" "title title" "price price" "quantity button";
    grid-template-columns: 1fr auto;
  }
  .upline-products .product--dp .product__basketBtn {
    padding: 8px;
  }
  .upline-products .product--dp .product__type-wrapper {
    display: flex;
    grid-area: type;
    margin-top: 11px;
  }
  .upline-products .product--dp .product__format,
.upline-products .product--dp .product__type {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #888;
  }
  .upline-products .product--dp .product__format_hide_mobile,
.upline-products .product--dp .product__type_hide_mobile {
    display: none;
  }
  .upline-products .product--dp .product__title {
    font-size: 14px;
  }
  .upline-products .product--dp .product__price {
    margin-top: 16px;
    margin-bottom: 18px;
  }
  .upline-products .product--dp .product__priceCurrency {
    font-weight: 400;
    font-size: 12px;
    color: #9A9A9A;
  }
  .upline-products .product--dp .product__options {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 10px;
    color: #000;
  }
  .upline-products .product--dp .product__quantity_type_relative {
    top: 0;
  }
}
@media screen and (max-width: 426px) {
  .upline-products .product__type {
    padding-top: 16px;
    font-size: 12px;
  }
  .upline-products .product__title {
    padding-top: 3px;
    font-size: 14px;
    line-height: 1.2;
  }
  .upline-products .product__price {
    padding: 16px 0 8px;
    font-weight: 600;
    font-size: 14px;
  }
  .upline-products .product__priceCurrency {
    color: #9A9A9A;
    font-weight: 400;
    font-size: 12px;
  }
  .upline-products .product__quantity {
    max-width: 90px;
    min-width: unset;
  }
  .upline-products .product__basketBtn {
    padding: 10px;
    width: 37px;
  }
}

.upline-products .product__favorite-btn.selected {
  color: #ffbf3e;
}
.upline-products .product__favorite-btn.selected .heart_in {
  fill: #ffbf3e;
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/tilesCarousel.css?16854365651749*/
.tilesCarousel {
  width: 100%;
  min-height: 100px;
  margin-bottom: 40px;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
}
.tilesCarousel__content {
  white-space: nowrap;
  position: relative;
  display: flex;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}
.tilesCarousel__controls {
  width: 100%;
  margin: 25px 0 0 0;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsInfo {
  width: 50%;
  font-size: 18px;
  line-height: 48px;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsButtons {
  width: 50%;
  text-align: right;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsBtn {
  width: 48px;
  height: 48px;
  border: 0;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
  vertical-align: top;
  display: inline-block;
}
.tilesCarousel__controlsBtn:hover {
  opacity: 1;
}
.tilesCarousel__controlsBtn:active {
  transform: translateY(2px);
}
.tilesCarousel__controlsBtn--next {
  text-align: right;
}
.tilesCarousel__slideSeparate {
  padding: 0 8px;
  color: var(--primaryColor-500);
}
.tilesCarousel__totalSlides {
  color: var(--primaryColor-500);
}

@media (min-width: 768px) {
  .tilesCarousel__controls--compact {
    right: 0;
    max-width: 244px;
    margin-top: -46px;
    padding: 0 0 0 50px;
    position: absolute;
    background-color: var(--primaryColor);
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .tilesCarousel {
    margin-bottom: 0;
  }
  .tilesCarousel__controls--compact {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 1024px) {
  .tilesCarousel {
    animation-fill-mode: both;
    animation-duration: 0.35s;
    animation-delay: 0.15s;
    animation-name: slideUp;
  }
}
/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineTilesCarousel.css?16854365653324*/
.upline-tiles-carousel.tilesCarousel {
  margin-bottom: 0;
}
.upline-tiles-carousel .tile {
  display: inline-flex;
}
.upline-tiles-carousel .tile--carousel {
  max-width: 19%;
  margin-right: 1%;
  padding: 0;
  flex: 0 0 19%;
}
.upline-tiles-carousel .tile__control {
  display: none;
}
.upline-tiles-carousel .tile__thumbnail {
  overflow: hidden;
  padding: 100% 0 0 0;
  background-color: #C4C4C4;
  border-radius: 11px;
}
.upline-tiles-carousel .tile__type {
  padding: 14px 0 4px 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #9B9B9B;
  letter-spacing: -0.01em;
  text-transform: none;
}
.upline-tiles-carousel .tile__title {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  color: #0B0B0B;
  font-size: 17px;
}
.upline-tiles-carousel .tile__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.upline-tiles-carousel .tilesCarousel {
  margin-bottom: 50px;
}
.upline-tiles-carousel .tilesCarousel__controlsInfo {
  display: none;
}
.upline-tiles-carousel .tilesCarousel__controlsButtons {
  display: flex;
  grid-gap: 13px;
  align-items: center;
  justify-content: flex-end;
  width: auto;
  margin-bottom: 49px;
}
.upline-tiles-carousel .tilesCarousel__pagination {
  display: none;
  grid-gap: 4px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.upline-tiles-carousel .tilesCarousel__pagination-item {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #E4E4E4;
}
.upline-tiles-carousel .tilesCarousel__pagination-item.active {
  background-color: #FFE13E;
}
.upline-tiles-carousel .tilesCarousel__pagination-btn {
  width: 100%;
  height: 100%;
  border: none;
  background-color: transparent;
}
.upline-tiles-carousel .tilesCarousel__controlsBtn {
  width: auto;
  height: auto;
}
.upline-tiles-carousel .tilesCarousel__controlsPagination {
  display: flex;
  grid-gap: 12px;
  align-items: center;
  list-style-type: none;
}
.upline-tiles-carousel .tilesCarousel__controlsPaginationItem {
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CECECE;
}
.upline-tiles-carousel .tilesCarousel__controlsPaginationItem.active {
  background-color: #000;
}
.upline-tiles-carousel .tilesCarousel__controlsPaginationBtn {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .upline-tiles-carousel .tile--carousel {
    max-width: 24%;
    flex: 0 0 24%;
  }
}
@media screen and (max-width: 768px) {
  .upline-tiles-carousel .tile--carousel {
    max-width: 31.333333%;
    margin-right: 3%;
    flex: 0 0 31.3333333%;
  }
  .upline-tiles-carousel .tilesCarousel__controlsButtons {
    display: none;
  }
  .upline-tiles-carousel .tilesCarousel__pagination {
    display: flex;
  }
}
@media screen and (max-width: 500px) {
  .upline-tiles-carousel .tile--carousel {
    max-width: 48%;
    margin-right: 2%;
    flex: 0 0 48%;
  }
  .upline-tiles-carousel .tile__type {
    font-size: 12px;
  }
  .upline-tiles-carousel .tile__title {
    font-size: 12px;
    font-weight: 700;
  }
}

.section--recentView {
  margin-bottom: 30px;
  margin-top: 30px
}
.upline-recent-viewed__container .section__btn.section__btn--action {
  top: 0;
  left: 0;
  text-align: left;
  max-width: 200px;
}

/* End */


/* Start:/local/templates/templ_main/sections_inc/uplineCarousel.css?16854365652441*/
.upline-carousel {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.upline-carousel__content {
  margin-top: 42px;
  white-space: nowrap;
  position: relative;
  display: flex;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  left: 2px;
}
.upline-carousel__slide {
  display: inline-flex;
  flex: 0 0 17%;
  width: 100%;
  max-width: 17%;
  margin-right: 3%;
}
.upline-carousel_slides-per-view_2 .upline-carousel__slide {
  flex: 0 0 48%;
  max-width: 48%;
  margin-right: 2%;
}
.upline-carousel_slides-per-view_3 .upline-carousel__slide {
  flex: 0 0 31.33%;
  max-width: 31.33%;
  margin-right: 2.3%;
}
.upline-carousel__pagination-wrapper {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  grid-gap: 12px;
  align-items: center;
  list-style-type: none;
}
.upline-carousel__pagination-item {
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #CECECE;
}
.upline-carousel__pagination-item.active {
  background-color: #000;
}
.upline-carousel__pagination {
  display: flex;
  grid-gap: 13px;
  align-items: center;
  justify-content: flex-end;
  width: auto;
}
.upline-carousel__button {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .upline-carousel__title {
    max-width: 500px;
    margin: 0 auto;
  }
  .upline-carousel__slide {
    flex: 0 0 24%;
    max-width: 24%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .upline-carousel__pagination-item.active {
    background-color: #FFE13E;
  }
  .upline-carousel__title {
    font-size: 18px;
  }
  .upline-carousel__content {
    margin-top: 28px;
  }
  .upline-carousel__slide {
    flex: 0 0 31.33%;
    max-width: 31.33%;
    margin-right: 3%;
  }
  .upline-carousel__pagination-wrapper {
    position: relative;
    top: 0;
    justify-content: center;
    margin-top: 20px;
  }
  .upline-carousel__button {
    display: none;
  }
  .upline-carousel_slides-per-view_2 .upline-carousel__slide {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .upline-carousel_slides-per-view_3 .upline-carousel__slide {
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 500px) {
  .upline-carousel__slide {
    flex: 0 0 48%;
    max-width: 48%;
    margin-right: 2%;
  }
}
/* End */
/* /local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/collection.css?16854365659398 */
/* /local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/gallery.css?16854365653545 */
/* /local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineAnchors.css?1685436565947 */
/* /local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineCollection.css?168543656512955 */
/* /local/templates/templ_main/components/custom/collection3v.element/template_cllc_card/blocks/uplineCollectionAbout.css?16854365651236 */
/* /local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/tabs.css?17137985561545 */
/* /local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineTabs.css?17137985561001 */
/* /local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineTags.css?17137985561140 */
/* /local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/product.css?17137985567074 */
/* /local/templates/templ_main/components/bitrix/catalog.section_18_5/goods_collection/blocks/uplineProducts.css?17137985568858 */
/* /local/templates/templ_main/sections_inc/tilesCarousel.css?16854365651749 */
/* /local/templates/templ_main/sections_inc/uplineTilesCarousel.css?16854365653324 */
/* /local/templates/templ_main/sections_inc/uplineCarousel.css?16854365652441 */
