:root,
:root *::after,
:root *::before {
  --cardMinHeight: 100px;
  --titleWeight: 549;
}

body {
  overflow: clip;
}

.article-item .image {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 8px;
}

.article-item {
  color: var(--black);
}

.otzyvy-items .article-item .description {
  flex-direction: column;
}

.article-item:hover {
  color: #777;
}

.otzyvy-items .article-item:hover {
  color: #000;
}

.title-block+.text-standart {
  margin-top: 24px;
}

.xleb-card>*:not(.illustration) {
  /* max-width: unset; */
}

.textM+.textS {
  margin-top: var(--gapX8);
}

.xleb-card>* {
  /* padding-right: unset;
  padding-left: unset; */
}

.xleb-card[class*="vc_custom_"] {
  background-repeat: no-repeat !important;
  background-position: bottom right !important;
  background-color: var(--cardBgColor) !important;
  background-blend-mode: darken;
}

.xleb-card[class*="vc_custom_"].sm-16-9.xs-4-3 {
  background-size: cover;
}

.swiper.options-container {
  overflow: visible;
}
@media(min-width:992px){
.xleb-card.options-item {
  aspect-ratio: 11/12;
  align-items: flex-start;
  width: var(--col-3);
  padding: unset;
  margin-right: var(--columnGap);
}
}

@media(max-width:991px){
  .xleb-card.options-item{
    aspect-ratio: 11/12;
    align-items: flex-start;
    padding: unset;
    margin-right: var(--columnGap);
  }
}

.xleb-card.options-item:hover .plus-icon {
  background: var(--btnOutlinedHoverBg);
}


.xleb-card.options-container>*:first-child {
  padding-top: var(--gapX5);
}

.xleb-card.options-container .plus-icon {
  padding-bottom: unset;
  padding-right: unset;
  padding-left: unset;
  width: auto;
  height: auto;
}

/* .xleb-card.options-item:not(:nth-last-child(2)) {
  margin-right: unset;
} */

.posts-container.grid.swiper-wrapper {
  column-gap: unset;
}

.options-item .image-wrapper {
  width: 100%;
  height: 50%;
  background: transparent;
  margin-top: auto;
}

.options-item .image-wrapper img {
  object-fit: contain;
  object-position: right;
  filter: brightness(0.96);
}

.xleb-card {
  border-radius: var(--gapX4);
  background-position: right bottom;
}

.xleb-card.auto-height {
  height: auto;
  margin-bottom: var(--gapX7);
}

.team-member {
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 40px;
}

.team-member-left {
  color: #fff;
  text-align: left;
  left: 0px;
  bottom: 30px;
}

.team-member-right {
  right: 0px;
  bottom: 30px;
}

.team-member .team-name,
.team-member-left .team-name {
  font-size: var(--textLsize);
  font-weight: var(--titleWeight);
}

.team-member .team-position,
.team-member-left .team-position {
  font-size: var(--textSsize);
}

.type_description .description ul {
  padding: unset;
  list-style: none;
}

.xleb-card.sale {
  padding-top: 0 !important;
  margin-top: var(--gapX4);
}

.contact-us-block .vc_row {
  gap: var(--gapX4);
}

.call-block-main .request-form,
.xleb-form {
  width: 100%;
}

.vc_row .news-item {
  margin-bottom: var(--gapX6);
}

.wpb_column .swiper {
  padding: var(--gapX16) var(--outsideGap);
}

.xleb-card>*:first-child {
  padding-top: var(--gapX7);
}

.xleb-card>*:last-child {
  padding-bottom: var(--gapX8);
}


.cities-container.white-popup-block {
  columns: 3;
}

.cities-group {
  break-inside: avoid;
  margin-bottom: var(--gapX5);
  padding-top: 1px;
  margin-top: -1px;
}

.city-list-container {
  display: flex;
  flex-direction: column;
}

.city.priority-city {
  order: -1;
}

.cities-region {
  margin-bottom: var(--gapX3);
}

@media (max-width: 768px) {
  .wpb_column .swiper {
    padding: var(--gapX8) var(--outsideGap);
  }

  .xleb-card>*:not(.vc_row) {
    padding-left: var(--gapX4);
    padding-right: var(--gapX4);
  }

  .xleb-card>*:first-child {
    padding-top: var(--gapX6);
  }

  .xleb-card>*:last-child {
    padding-bottom: var(--gapX6);
  }

  .cities-container {
    columns: 2;
  }
}

.set_item .parts .extra-small {
  margin-top: var(--textMtopS);
}

.input-box,
.white-popup-block .input-box {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: var(--gapX3) !important;
}


.input-box.field:has(input[type="checkbox"]) {
  grid-template-columns: auto 1fr;
  grid-column: span 8;
  /*   gap: 8px; */
}

.field-error {
  grid-column: 1 / -1;
}

.xleb-form {
  gap: 0;
}

.xleb-form .input-box:has(input#input-title) {
  display: none;
}

.white-popup-block .input-box {
  grid-template-columns: 1fr;
}

.white-popup-block .input-box label {
  width: fit-content;
}

.input-box label[for="input-order_consent"] {
  background: transparent;
  margin: 0;
  padding: 0;
}

p.order_consent {
  font-size: var(--textSsize);
  margin-bottom: var(--gapX2) !important;
  letter-spacing: unset;
  grid-column: span 12;
  color: var(--blackOpacity500);
}

[data-name="forma-zvonka"] p.order_consent a {
  text-decoration: underline;
  text-decoration-color: var(--blackOpacity300);
}

p.order_consent a:hover {
  text-decoration: none;
}

[data-name="forma-zvonka"] a {}

[data-name="forma-zvonka"] a:visited {
  color: #fff;
}

[data-name="forma-zvonka"] input {
  max-width: fit-content;
}

[data-name="forma-zvonka"] p.order_consent {
  margin-bottom: 0;
}

[data-name="forma-zvonka"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);

  .input-box:has(input[type="tel"], input[type="submit"]) {
    grid-column: span 6;
    border: solid #fff;
    border-width: 0 0 2px 0;
  }

  label.privacy-label{
    font-size: var(--textSsize);
    line-height: 20px;
  }

  .input-box input[type="tel"] {
    border: none;
    font-size: var(--textLsize);
    padding: 0 !important;
    line-height: var(--titleSheightT);
    background: transparent;
    border-bottom: unset !important;
  }

  .input-box label[for="input-order_consent"] a {
    color: #fff;
  }

  .input-box input#input-order_consent {
    border: none;
  }

  .input-box input#input-order_consent:after {
    display: none;
  }

  .input-box .submit-button {
    letter-spacing: -0.02em;
  }

  .input-box:has(.submit-button) {
    display: flex;
    align-items: baseline;
  }

  .input-box .submit-button:hover {
    transform: translateX(16px) !important;
    transition: 0.35s !important;
  }
}

@media (max-width: 480px) {
  [data-name="forma-zvonka"] {
    .input-box {
      padding: 14px 0;
    }

    .input-box input {
      font-size: 16px !important;
      line-height: 1.2 !important;

    }

    .order_consent {
      font-size: 14px;
      padding: 8px 0 0 0;
    }
  }

}

.input-box input#input-order_consent {
  display: none;
}

.xleb-form input[type="submit"] {
  cursor: pointer;
}

.xleb-form input[type="submit"]:hover {
  opacity: 0.8;
}


.xleb-form .input-box label[for="input-order_consent"] {
  font-size: var(--textSsize);
  letter-spacing: normal;
}

.white-popup-block .textM .block-title p,
.white-popup-block .textM .block-title {
  background-image: linear-gradient(160deg, #f43b47 0%, #e3a238 100%);
  margin-bottom: calc(20px + var(--titleMbottomT));
  font-size: var(--titleMsize);
  font-weight: var(--titleWeight);
  line-height: var(--titleLheightT);
  margin-top: var(--titleMtopT);
}

#modal-spasibo-za-zayavku .block-title {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  -moz-text-fill-color: transparent !important;
  background-image: linear-gradient(160deg, #f43b47 0%, #e3a238 100%);
  margin-bottom: calc(20px + var(--titleMbottomT));
  line-height: normal;
}

#modal-spasibo-za-zayavku {
  background: #fff;
  padding: 40px 40px;
  text-align: left;
  border-radius: 16px;
  max-width: 750px;
  margin: 40px auto;
  position: relative;
}

.height-fix {
  /* height: 100%; */
}

.blue {
  background: var(--accentColor) !important;
}

.vc_row .blue,
.vc_row .clear-blue {
  box-shadow: unset;
  /* padding: var(--gapX7) var(--gapX5) var(--gapX5); */
  justify-content: space-between;
  max-height: 180px;
}

.vc_row .blue {
  background: var(--accentColor);
}

.vc_row .blue {
  color: white !important;
}

.vc_row .clear-blue {
  /* background: #004ec20d; */
}

.vc_row .left-indent {
  margin-left: var(--col-1-gap);
  width: calc(100% - var(--col-1-gap)) !important;
}

.vc_row .right-indent {
  margin-right: var(--col-1-gap);
  width: calc(100% - var(--col-1-gap)) !important;
}

.vc_row .card-row {
  /* padding: unset !important; */
}

.xleb-card.clear-blue>*:last-child,
.xleb-card.blue>*:last-child {
  padding: unset;
}

.align-bottom {
  margin-top: auto;
}

.vc_row .card-row .vc_column_container {
  display: flex;
  flex-flow: row;
  align-items: baseline;
  gap: var(--gapX3);
}

.options-slider .xleb-card {
  height: 372px;
  background-size: contain;
  background-color: #004ec20d;
  box-shadow: unset;
}

.biznes-slider .swiper {
  padding: unset;
}

.link-color-fix a:not(:hover) {
  color: black;
  cursor: pointer !important;
}

.link-color-fix a:hover {
  color: var(--linkColorHover) !important;
  transition: unset !important;
  transform: unset !important;
  cursor: pointer !important;
}

.link-color-fix a:hover:is(h3,p) {
  color: var(--linkColorHover) !important;
}

.link-color-fix a.wpb_link {
  font-size: var(--textLsize);
  font-weight: var(--titleWeight);
  letter-spacing: var(--titleXSspacing);
  line-height: var(--textLheightT);
  margin-top: var(--textLtopT);
  margin-bottom: var(--textLbottomT);
}

.tag {
  padding: 8px;
  background: #EEEEEE;
  border-radius: 4px;
}

.textS.tag+.textS.tag {
  margin-top: var(--gapX1);
}

.biznes-call .input-box:has(input[type="tel"], input[type="submit"]) {
  border: solid var(--blackOpacity300);
  border-width: 0 0 1px 0;
}

.biznes-call .input-box input::placeholder {
  color: var(--blackOpacity500);
}

.biznes-call [data-name="forma-zvonka"] a {
  color: inherit;
}

.biznes-check form {
  width: var(--col-6);
}

.biznes-check .input-box {
  display: flex;
  flex-flow: row;
}

.biznes-check .input-box:not(.terms-field) label {
  width: var(--col-2-gap);
  background: unset;
  margin: unset;
}

.biznes-check .input-box.terms-field {
  margin-left: var(--col-2-gap);
}

.biznes-check .submit-button {
  /* margin-left: var(--col-2-gap); */
  /* margin-top: var(--gapX3); */
  /* background: #004EC2; */
}

.biznes-check .submit-button:hover {
  background: #004EC2 !important;
}

.biznes-check .input-box.field input:not([type="checkbox"]) {
  background: white;
  width: var(--col-4);
}

.biznes-check .input-box.field input:not([type="checkbox"])::file-selector-button {
  display: none;
}

.biznes-check .description {
  margin-left: var(--col-2-gap);
  font-size: var(--textSsize);
  line-height: var(--textSheightS);
}

.biznes-check .description a {
  color: black;
  text-decoration: underline;
}

.block-otzyvy .filter.active {
  /* background: #004EC2; */
}

.xleb-form .indent-fix {
  margin-top: var(--gapX6);
  margin-left: var(--col-2-gap);
}

.xleb-form .indent-fix .submit-input {
  /* background:#004EC2; */
}

.plus .swiper-slide:after {
  content: "+";
  position: absolute;
  bottom: 0;
  margin-left: var(--gapX5);
  margin-bottom: var(--gapX4);
  background: #4c4c4c;
  color: #d6d6d7;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  justify-content: center;
  display: flex;
  font-size: var(--titleSsize);
  line-height: 0.98;
  transition: all .1s ease;
  z-index: 1;
}

.plus .swiper-slide:hover::after {
  transform: translate(0, 2px);
  transition: all .1s ease;
  color: white;
}

@media (max-width: 768px) {
  .wpb_row .left-indent {
    margin-left: var(--col-4-gap);
    width: calc(100% - var(--col-4-gap)) !important;
  }

  .wpb_row .right-indent {
    margin-right: unset;
    width: calc(100% - var(--col-4-gap)) !important;
  }

  .wpb_row .blue,
  .wpb_row .clear-blue {
    padding: var(--gapX5) var(--gapX5) var(--gapX5);
  }

  .options-slider .xleb-card {
    height: 260px;
  }

  .biznes-check form {
    width: 100%;
  }

  .biznes-check .input-box {
    flex-flow: column;
    align-items: unset;
    gap: var(--gapX1);
    margin-bottom: var(--gapX3) !important;
  }

  .biznes-check .input-box label {
    width: 100%;
  }

  .biznes-check .input-box.field input:not([type="checkbox"]) {
    width: 100%;
  }

  .xleb-form .indent-fix {
    margin-left: unset;
    margin-top: var(--gapX4);
  }

  .biznes-check .description {
    margin-left: unset;
  }

  .plus .swiper-slide:after {
    margin-left: var(--gapX4);
    margin-bottom: var(--gapX3);
    width: 28px;
    height: 28px;
    line-height: 1.11;
  }

  :is(p, *:not(.titleXXL, .titleXL, .titleL, .titleM, .titleS, .titleXS, .titleXXS) > p, .textM:not(.tight) p)+p {
    margin-top: calc(var(--textMtopS) + var(--gapX5));
  }
}

@media (min-width: 769px) {

  .mobile-only,
  .description-fix {
    display: none;
  }
}

.biznes-slider .filter-taxonomies {
  flex-flow: row;
  overflow-x: scroll !important;
  white-space: nowrap;
  width: 100%;
  height: 100%;
}

.biznes-slider .filter-taxonomies::-webkit-scrollbar {
  display: none;
}

.biznes-call [data-name="forma-zvonka"] .input-box input[type="submit"] {
  color: var(--accentColor);
}

.biznes-call [data-name="forma-zvonka"] .input-box input[type="submit"]:hover {
  color: var(--accentColor);
}

.yandex-map {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.vc_tta-tabs.vc_tta-o-no-fill .vc_tta-tabs-list {
  display: flex !important;
  flex-flow: row wrap;
  gap: var(--gapX1) var(--gapX1);
}

.vc_tta.vc_general .vc_tta-tab {
  border: 1px solid #0002 !important;
  background: unset !important;
  padding: var(--gapX3) var(--gapX3) !important;
  border-radius: 4px;
}

.vc_tta.vc_general .vc_tta-tab:hover {
  border-color: var(--accentColor) !important;
}

.vc_tta.vc_general .vc_tta-tab>a {
  margin-bottom: var(--textMbottomT);
  margin-top: var(--textMtopT);
  padding: unset !important;
  background: unset !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active {
  border-color: var(--accentColor) !important;
  background: unset !important;
}

.vc_tta.vc_general .vc_tta-tab.vc_active>a {
  color: var(--accentColor) !important;
  background: unset !important;
}

.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
  display: flex !important;
}

.vc_tta.vc_general .vc_tta-panel-heading {
  display: none !important;
}

body .vc_column_container .slider {
  overflow: unset;
}

.keen-slider .article-item .image-wrapper .tags.textS {
  position: absolute;
  bottom: 12px;
  left: 12px;
  display: flex;
  margin: unset;
  gap: var(--gapX1) var(--gapX2);
  flex-flow: wrap;
}

.keen-slider .article-item .image-wrapper .tags.textS p {
  margin: unset;
  color: var(--white);
  background: #0008;
  padding: 1px 8px;
  border-radius: 4px;
  white-space: nowrap;
}

.filters-container+.posts-container.otzyvy-items.slider.keen-slider {
  margin-top: var(--gapX5);
}

.keen-slider .article-item {
  gap: var(--gapX4);
}

.keen-slider .article-item .image-wrapper {
  padding-bottom: calc(9 / 16* 100%);
}


.keen-slider .article-item .description {
  gap: unset;
}

/* .article-item .description{
  gap: var(--gapX3) var(--gapX5);
} */

.keen-slider .article-item .description .title.titleXS p {
  font-size: var(--textLsize);
  letter-spacing: var(--titleXSspacing);
}

.keen-slider .article-item .descriptio .textS.tight {}

.price-product {
  white-space: nowrap;
}

.accent-card-bg {
  background-color: var(--accentCardBg);
}

.menu-item a {}

body a.btn {
  color: var(--onAccentColor);
}

.specs-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.table-scroll-wrapper {
  /* Ð­Ñ‚Ð¾Ñ‚ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð±ÑƒÐ´ÐµÑ‚ ÑƒÐ¿Ñ€Ð°Ð²Ð»ÑÑ‚ÑŒ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¾Ð¹ Ð½Ð° Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð²Ð°Ñ… */
}

.specs-table {
  border-collapse: collapse;
  text-align: center;
}

.specs-table th,
.specs-table td {
  padding: 1rem;
  border-bottom: 1px solid #dee2e6;
  vertical-align: sub;
  white-space: wrap;
  /* ÐŸÑ€ÐµÐ´Ð¾Ñ‚Ð²Ñ€Ð°Ñ‰Ð°ÐµÐ¼ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ Ñ‚ÐµÐºÑÑ‚Ð° Ð² ÑÑ‡ÐµÐ¹ÐºÐ°Ñ… */
}

.specs-table thead th {
  border-bottom-width: 1px;
}

.specs-table tbody th {
  text-align: left;
}

.specs-table .no-border {
  border-bottom: none;
}

.rating-dots {
  display: flex;
  align-items: center;
  gap: 5px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
}

.dot.filled {
  background-color: #000000;
}

/* --- Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð¾Ð±Ð¸Ð»ÑŒÐ½Ñ‹Ñ… ÑƒÑÑ‚Ñ€Ð¾Ð¹ÑÑ‚Ð² --- */
@media screen and (max-width: 768px) {
  .table-scroll-wrapper {
    overflow-x: auto;
    /* Ð’ÐºÐ»ÑŽÑ‡Ð°ÐµÐ¼ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½ÑƒÑŽ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÑƒ */
    -webkit-overflow-scrolling: touch;
    /* ÐŸÐ»Ð°Ð²Ð½Ð°Ñ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ° Ð½Ð° iOS */
  }

  .specs-table {
    min-width: auto;
    /* Ð—Ð°Ð´Ð°ÐµÐ¼ Ð¼Ð¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½ÑƒÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ð° Ð½Ðµ ÑÐ¶Ð¸Ð¼Ð°Ð»Ð°ÑÑŒ */
  }

  .specs-table tbody th[scope="row"] {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    /* "ÐŸÑ€Ð¸ÐºÐ»ÐµÐ¸Ð²Ð°ÐµÐ¼" Ð¿ÐµÑ€Ð²ÑƒÑŽ ÐºÐ¾Ð»Ð¾Ð½ÐºÑƒ Ðº Ð»ÐµÐ²Ð¾Ð¼Ñƒ ÐºÑ€Ð°ÑŽ */
    background: #ffffff;
    /* Ð¤Ð¾Ð½, Ñ‡Ñ‚Ð¾Ð±Ñ‹ ÑÐºÑ€Ñ‹Ñ‚ÑŒ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‡Ð¸Ð²Ð°ÐµÐ¼Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ */
    z-index: 1;
    /* Ð¢ÐµÐ½ÑŒ Ð´Ð»Ñ Ð²Ð¸Ð·ÑƒÐ°Ð»ÑŒÐ½Ð¾Ð³Ð¾ Ð¾Ñ‚Ð´ÐµÐ»ÐµÐ½Ð¸Ñ */
    box-shadow: inset -2px 0 0 0 #dee2e6;
  }
}



.profilya .swiper-wrapper .swiper-slide {
  margin-right: var(--columnGap);
  padding-right: unset !important;
}

.glass-products .textM {
  margin-bottom: var(--gapX6);
}

.plus-icon {
  position: absolute;
  left: 20px;
  bottom: 14px;
  background: var(--white);
  border-radius: 60px;
  z-index: 5;
}

.table-scroll-container {
  overflow: auto;
}

/* ÐŸÑ€Ð¸Ð¼ÐµÐ½ÑÐµÐ¼ "Ð»Ð¸Ð¿ÐºÐ¾Ðµ" Ð¿Ð¾Ð·Ð¸Ñ†Ð¸Ð¾Ð½Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ðº Ð¿ÐµÑ€Ð²Ð¾Ð¼Ñƒ ÑÑ‚Ð¾Ð»Ð±Ñ†Ñƒ */
/* Ð¤Ð¸ÐºÑÐ¸Ñ€ÑƒÐµÐ¼ Ð¿ÐµÑ€Ð²ÑƒÑŽ ÐºÐ¾Ð»Ð¾Ð½ÐºÑƒ (Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ ÑÑ‚Ñ€Ð¾Ðº) */
.specs-table th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
  background-color: #ffffff;
  width: 408px;
  min-width: 408px;
  max-width: 408px;
  text-align: left;
}

/* Ð¨Ð¸Ñ€Ð¸Ð½Ð° Ð´Ð»Ñ ÐºÐ¾Ð»Ð¾Ð½Ð¾Ðº Ñ Ð´Ð°Ð½Ð½Ñ‹Ð¼Ð¸ */
.specs-table td {
  width: 264px;
  min-width: 264px;
  max-width: 264px;
}




/*
		 * 1. Ð“Ð»Ð°Ð²Ð½Ñ‹Ð¹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€-ÑÑÑ‹Ð»ÐºÐ° (.material-polki)
		 */
.material-polki {
  display: flex;
  /* Ð’ÐºÐ»ÑŽÑ‡Ð°ÐµÐ¼ Flexbox Ð´Ð»Ñ Ñ€Ð°ÑÐ¿Ð¾Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¸ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð° Ð² Ñ€ÑÐ´ */
  width: 552px;
  /* Ð¨Ð¸Ñ€Ð¸Ð½Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸: 552px */
  height: 160px;
  /* Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸: 160px */
  gap: 32px;
  /* Ð Ð°ÑÑÑ‚Ð¾ÑÐ½Ð¸Ðµ Ð¼ÐµÐ¶Ð´Ñƒ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ¾Ð¹ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼: 32px */
  padding: 16px;
  /* Ð’Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
  box-sizing: border-box;
  /* Ð£Ñ‡Ð¸Ñ‚Ñ‹Ð²Ð°ÐµÐ¼ padding Ð¸ border Ð² Ð¾Ð±Ñ‰ÐµÐ¹ ÑˆÐ¸Ñ€Ð¸Ð½Ðµ/Ð²Ñ‹ÑÐ¾Ñ‚Ðµ */

  border-radius: 8px;
  background-color: #f8f8f8;
  /* Ð¦Ð²ÐµÑ‚ Ñ„Ð¾Ð½Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ð²ÑÐµ, Ñ‡Ñ‚Ð¾ Ð½Ðµ Ð¿Ð¾Ð¼ÐµÑ‰Ð°ÐµÑ‚ÑÑ Ð² ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÑƒ */
  transition: background-color 0.3s ease;
}

.material-polki:hover {
  background-color: #f0f0f0;
  /* Ð›ÐµÐ³ÐºÐ¾Ðµ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ðµ Ñ„Ð¾Ð½Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}

/*
		 * 2. ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ (.image-wrapper)
		 * Ð’Ñ‹ÑÐ¾Ñ‚Ð° ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ (160px) - Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ (2 * 16px) = 128px
		 */
.material-polki .image-wrapper {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  /* Ð—Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÐ¼ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ñƒ ÑÐ¶Ð¸Ð¼Ð°Ñ‚ÑŒÑÑ */
}

.material-polki .image-wrapper img {
  display: block;
  width: 100%;
  /* Ð˜Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ 100% ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° (128px) */
  height: 100%;
  /* Ð˜Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð·Ð°Ð½Ð¸Ð¼Ð°ÐµÑ‚ 100% Ð²Ñ‹ÑÐ¾Ñ‚Ñ‹ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° (128px) */
  object-fit: cover;
  /* ÐœÐ°ÑÑˆÑ‚Ð°Ð±Ð¸Ñ€ÑƒÐµÑ‚ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÑƒ, Ñ‡Ñ‚Ð¾Ð±Ñ‹ Ð¾Ð½Ð° Ð·Ð°Ð¿Ð¾Ð»Ð½Ð¸Ð»Ð° Ð±Ð»Ð¾Ðº Ð±ÐµÐ· Ð¸ÑÐºÐ°Ð¶ÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ð¿Ð¾Ñ€Ñ†Ð¸Ð¹ */
  border-radius: 4px;
}

/*
		 * 3. ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ð´Ð»Ñ Ñ‚ÐµÐºÑÑ‚Ð° (.description-wrapper)
		 */
.material-polki .description-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* ÐŸÑ€Ð¸Ð¶Ð¸Ð¼Ð°ÐµÐ¼ Ñ‚ÐµÐºÑÑ‚ Ðº Ð²ÐµÑ€Ñ…Ñƒ */
  text-align: left;
  overflow: hidden;
}

/*
		 * 4. Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‚ÐµÐºÑÑ‚Ð¾Ð²Ñ‹Ñ… ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð²
		 */
.material-polki .title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
}

.material-polki .lead {
  font-size: 16px;
  color: #555;
  margin: 0 0 12px 0;
  line-height: 1.4;
  /* ÐžÐ³Ñ€Ð°Ð½Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° Ð´Ð²ÑƒÐ¼Ñ ÑÑ‚Ñ€Ð¾ÐºÐ°Ð¼Ð¸ Ñ Ð¼Ð½Ð¾Ð³Ð¾Ñ‚Ð¾Ñ‡Ð¸ÐµÐ¼ */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.material-polki .date {
  font-size: 14px;
  color: #888;
  margin-top: auto;
  /* ÐŸÑ€Ð¸Ð¶Ð¸Ð¼Ð°ÐµÑ‚ Ð´Ð°Ñ‚Ñƒ Ðº ÑÐ°Ð¼Ð¾Ð¼Ñƒ Ð½Ð¸Ð·Ñƒ ÐºÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ¸ */
}



.vc_row .img img{
  padding: unset !important;
  height: 100%;
  object-fit: cover;
}

.vc_row.advantages-grid{
  row-gap: var(--gapX6);
}

.swiper.functions-window{
  overflow: visible;
}

.full-complex .link a{
  color: var(--mainColor);
}

.swiper.aksessuary{
  overflow: visible;
}

a.content-link:hover{
  color: var(--mainColor);
  cursor: default;
}

.breadcrumbs span{
  flex-wrap: wrap;
}

.flex-end{
  display: flex;
  justify-content: flex-end;
}

.swiper.fasadi .swiper-wrapper{
  height: 480px;
}

.swiper.fasadi .xleb-card img{
  max-width: 220px;
  padding-right: unset;
  padding-bottom: unset;
}

.vc_row.colors .vc_col-sm-2{
  grid-column: span 6 !important;
}


.entry.xleb-card{
  padding: var(--gapX5);
}
/*------------------------------------------------------------------PAGE ROLLET-----------------------------------------------------------------*/
.swiper.control img{
  width: 480px;
}


.swiper.rollet img{
  width: 210px;
}

.swiper.rollet .xleb-card img{
  padding-bottom: unset;
}

.swiper.rollet .xleb-card{
  height: 430px;
}

.series .vc_row.vc_inner.vc_row-fluid {
  width: 100%;
}

.series .vc_row.vc_inner.vc_row-fluid p{
  white-space: nowrap;
}

.titleL.prestige{
  color: #8713DF;
}
.titleL.trend{
  color: #00A35D;
}
.titleL.security{
  color: #0D63DF;
}

.series .textM.secondary-color{
  color: #00000080;
}

.table-profiles .specs-table th:first-child{
  width: var(--col-3-gap);
  min-width: unset;
  max-width: unset;
}

.table-profiles .specs-table td{
  max-width: var(--col-3-gap);
  min-width: unset;
  width: unset;
}

@media (max-width: 767px){
  .table-profiles .specs-table td{
    min-width: var(--col-6);
  }
}

/*-----------------------------------------------------------SLIDER PROMOTIONS-----------------------------------*/
.xleb-card.promotions-item{
  max-height: 284px;
  height: 100%;
}

.xleb-card.promotions-item .date-promotions{
  display: flex;
  align-items: center;
  gap: var(--gapX1);
  border: 1px solid #D21F38;
  border-radius: var(--roundedXS);
  background: #D21F38;
  color: var(--contentOnAccent);
  padding: var(--gapX2);
  width: fit-content;
}

.promotions-slider .swiper .posts{
  gap: var(--gapX6);
}

.promotions-slider .swiper{
  overflow: visible;
}

@media (max-width: 767px){
  .date-promotions p:last-child{
    margin-top: var(--titleXXStopT) !important;
  }
  .date-promotions p:nth-child(2){
    margin-top: var(--titleXXStopT) !important;
  }
  .promotions-slider .swiper .posts{
    gap: unset
  }
  .promotions-slider .swiper .posts a{
    margin-right: var(--gapX3);
  }
}

/*---------------------------------------------------------Ð¨ÐÐ‘Ð›ÐžÐ ÐšÐžÐÐ¢Ð ÐžÐ›Ð¯ ÐšÐÐ§Ð•Ð¡Ð¢Ð’Ð Ð¡ÐŸÐ˜Ð¡ÐžÐš--------------------------*/

.vc_row.quality-control ol{
  gap: var(--gapX1);
}

/*----------------------------------------------------PAGE NEWS----------------------------------------------------*/

.poleznoe-news .posts-container .article-item img {
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    aspect-ratio: 4/3;
    width: auto;
}

.poleznoe-news .posts-container a.article-item{
  color: var(--contentColor);
}

.poleznoe-news .posts-container a.article-item:hover{
  color: var(--linkDefaultHoverColor);
}

.poleznoe-interesting img{
  aspect-ratio: 4/3;
  width: auto;
}

.poleznoe-interesting .posts-container a.article-item{
  color: var(--contentColor);
}

.poleznoe-interesting .posts-container a.article-item:hover{
  color: var(--linkDefaultHoverColor);
}

ul#menu-menyu-v-shapke li.menu-item-has-children .sub-menu{
  top: 80%;
}

.biznes-slider .filter-title{
  display: none;
}


/*            WORKUP DEVXLEB 3.5.0                                     */

.image-wrapper:has(.cover-html-content){
  position: relative;
}

.posts-container.keen-slider.swiper>.swiper-wrapper {
  height: auto;
  align-items: flex-start;
}

.posts-container.keen-slider.swiper>.swiper-wrapper>.swiper-slide {
  height: auto;
}

.keen-slider .article-item .image-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(9 / 16* 100%);
}

.posts-container.keen-slider.swiper .article-item .image-wrapper {
  aspect-ratio: 16 / 9;
  padding-bottom: 0;
}

.posts-container.keen-slider.swiper .article-item .image-wrapper>.cover-html-content,
.posts-container.keen-slider.swiper .article-item .image-wrapper>.cover-html-content picture {
  display: block;
  width: 100%;
  height: 100%;
}

.posts-container.keen-slider.swiper .article-item .image-wrapper>.cover-html-content img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper:has(.options-items.slider) .slider-controls{
  display: none;
}

.biznes-slider .filter-reset{
  display: none;
}

.advantages-grid .ph::before{
  font-size: inherit;
}

.biznes-slider .image-wrapper{
  width: 100%;
}

.container-grid .breadcrumbs *::before{
  content: unset !important;
}

.container-grid .breadcrumbs > span{
  flex-direction: row;
  display: flex !important;
}

.biznes-slider .image-wrapper img{
  border-radius: var(--roundedS);
}

.biznes-slider .term.filter:not(.active){
  background-color: transparent;
  border: 1px solid var(--dividerDefault);
}

.call-block-main .xleb-card i::before{
  font-size: inherit;
}

@media (max-width: 991px){
  .xleb-card i::before{
    font-size: var(--gapX9) !important;
  }
}


body.single a.single-post .description-wrapper{
  flex-flow: column;
}

body.single a.single-post .description-wrapper .textM+.textS{
  margin-top: unset;
}