.hero__slide-title {
  font-size: 6rem;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .hero__slide-bg {
  }
  .hero__slide-bg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (max-width: 500px) {
  .hero__slide-title {
    font-size: 4rem;
  }
}

/* .best-offers {
  padding-top: 7rem;
} */

/* @media (max-width: 767px) {
  .best-offers {
    padding-top: 29px;
  }
} */

/* .catalog-slider .ed-catalog-item {
  height: 100%;
}

.header__mail {
  margin-right: auto;
}

.header__phone {
  margin-left: 2.8rem;
  margin-right: 2.8rem;
}

.header-top-actions {
  max-width: 83.3rem;
}

.header.is-fixed .header__callback {
  margin-right: 2.5rem;
}

/* 1231233 */

/* @media (max-width: 767px) {
  .entrance-doors__description {
    margin-bottom: 2rem;
  }
}

@media (max-width: 370px) {
  .header-mobile__menu-phone a {
    letter-spacing: 0.05em;
  }
}

@media (max-width: 340px) {
  .header-mobile__menu-phone a {
    letter-spacing: 0;
  }
}

.cart__item-actions {
  position: relative;
}

@media (min-width: 767px) {
  .hero__slide {
    height: 58.5rem;
  }
  .stock-detail__price-main span {
    font-size: 3.5rem;
    font-weight: 400;
  }
  .stock-detail__price-main {
    font-size: 6rem;
    font-weight: 700;
  }
}

@media (max-width: 767px) {
  .stock-detail__price-main {
    font-size: 35px;
    font-weight: 700;
  }
  .stock-detail__price-main span {
    font-size: 18px;
    font-weight: 400;
  }
}

@media (min-width: 767px) {
  .metalcard.design--dsfbb .metalcard__reverse-icon,
  .metalcard__holder.design--dsfbb .metalcard__reverse-icon,
  .metalcard.design--dsf .metalcard__reverse-icon,
  .metalcard__holder.design--dsf .metalcard__reverse-icon {
    left: -3.4rem;
  }
  .metalcard.design--ds .metalcard__reverse-icon,
  .metalcard__holder.design--ds .metalcard__reverse-icon {
    left: -3rem;
  }
}

.catalog-category__content {
  margin-top: 2rem;
}
.catalog-category__content img {
  max-width: 100%;
  display: block;
  height: auto;
}
.catalog-category__content h3 {
  font-size: 2.2rem;
  font-weight: 500;
  display: inline-block;
}
.catalog-category__content b {
  font-weight: 500;
}
.content-row {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  width: 100%;
  margin: 3rem 0;
  padding: 2rem 3rem;
}
.content-row.row--gray {
  background: #f6f6f6;
  border-radius: 0.9rem;
}
.content-row:nth-child(2n + 1) {
  flex-direction: row-reverse;
}
.content-row__image {
  min-width: 25%;
  margin-right: 5%;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-row__image > img:first-child:nth-last-child(2),
.content-row__image > img:first-child:nth-last-child(2) ~ img {
  width: 48%;
  object-fit: cover;
}

.content-row:nth-child(2n + 1) .content-row__image {
  margin-right: 0;
  margin-left: 5%;
}
.content-row__text {
  max-width: 70%;
  min-width: 50%;
}
.content-row__text ul,
.content-row__text ol {
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .content-row__text {
    max-width: 100%;
    min-width: 100%;
  }
  .content-row__image {
    margin-bottom: 20px;
  }
  .catalog-category__content h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .content-row__text ul,
  .content-row__text ol {
    margin-bottom: 15px;
  }
  .content-row,
  .content-row:nth-child(2n + 1) {
    flex-direction: column;
    padding: 0;
    margin: 30px 0;
  }
  .content-row.row--gray {
    padding: 24px;
  }
  .content-row__image {
    margin-right: 0;
  }
  .content-row:nth-child(2n + 1) .content-row__image {
    margin-left: 0;
  }
  .promotional-item__price-sale {
    font-size: 9px;
    gap: 7px;
    margin-top: -14px;
  }
  .promotional-item__price-sale span {
    font-size: 13px;
  }
  .promotional-item__bg:after {
    display: none;
  }
}

.promotional-item__bg {
  z-index: 1;
}
.promotional-item__content {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  transform: translateZ(0);
}
.promotional-item {
  transform-style: preserve-3d;
} */

/* @media (max-width: 767px) {
  .card .opening-options__item.is-hidden {
    display: flex;
  }
  .card__offer-title {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .sliding-doors__types-grid {
    gap: 3.8rem 2.5rem;
  }
  .portfolio-video__item-description {
    padding-right: 0;
  }
}

.fancybox-custom-video,
.fancybox-custom-video-iframe,
.fancybox-custom {
  z-index: 9999999999;
}

.portfolio-video__item-image:after {
  width: 6.4rem;
  height: 6.4rem;
  background: url(@img/icons/vk-play.svg) 50% / contain no-repeat;
}

@media (max-width: 767px) {
  .portfolio-video__item-image:after {
    width: 50px;
    height: 50px;
  }
}

.metaldlg-panel__head {
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .metaldlg-panel__head {
    margin-bottom: 20px;
  }
}

.catalog-item__to-favorites.ws-waiting {
  position: absolute;
}

.catalog-item__to-favorites.ws-waiting:before {
  display: none;
}

.catalog-item__to-favorites.ws-waiting .ws-waiter {
  display: none;
}

.panels-list_empty {
  font-size: 1.8rem;
  font-weight: 600;
}

.panels-filter__section {
  position: relative;
}

.panels-filter__section sup {
  top: 0;
  width: 1.6rem;
  height: 1.1rem;
  background: url(/local/templates/ws-ad/assets/img/icons/calc-check-white.svg)
    50% / contain no-repeat;
  background: url(/local/templates/ws-ad/assets/img/icons/calc-check.svg) 50% /
    contain no-repeat;
  position: absolute;
  right: 1.2rem;
  top: 1.2rem;
}

.panels-filter__section sup span {
  display: none;
  font-size: unset;
  line-height: 1.2;
  vertical-align: unset;
  margin: 0;
}

.panels-filter__section.is--active sup {
  background: url(/local/templates/ws-ad/assets/img/icons/calc-check-white.svg)
    50% / contain no-repeat;
}

.panels-filter__section.section--fav sup {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 2px solid #b5191e;
  top: 1.1rem;
  right: 5.7rem;
  background: #b5191e;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panels-filter__section.section--fav sup span {
  font-weight: 600;
  font-size: 1.4rem;
  color: #fff;
  display: block;
}

.panels-filter__section.section--fav.is--active sup {
  border-color: #fff;
  background: #b5191e;
}

.panels-filter__section.section--fav.is--active sup span {
  color: #fff;
}

@media (max-width: 767px) {
  .panels-filter__section sup {
    width: 14px;
    height: 9px;
    top: 10px;
    right: 10px;
  }
  .panels-filter__section.section--fav sup {
    width: 20px;
    height: 20px;
    top: 9px;
    right: calc(var(--indexSize) * 6.4);
  }
  .panels-filter__section.section--fav sup span {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .panels-filter__section.section--fav sup {
    right: calc(var(--indexSize) * 4.7);
  }
}

@media (max-width: 360px) {
  .panels-filter__section.section--fav sup {
    right: calc(var(--indexSize) * 4.4);
  }
}

@media (max-width: 767px) {
  .collection-category__grid .swiper-slide:nth-of-type(3) img {
    object-position: 100% 50%;
  }
  .collection-category__grid .swiper-slide:nth-of-type(5) img {
    object-position: 82% 50%;
  }
  .collection-category__grid .swiper-slide:nth-of-type(6) img {
    object-position: 100% 50%;
  }
}

@media (max-width: 767px) {
  .interior-item .interior-item__image:after {
    display: none;
  }
  .card__area-mobile-text {
    width: 100%;
  }
  .card__color-item span {
    word-break: break-word;
  }
}

@media (min-width: 767px) {
  .gipermenu__col {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-mobile__menu-phone a {
    font-size: 19px;
  }
} */

@media (max-width: 767px) {
  .card__header-text {
    height: 118px;
    overflow-y: auto;
    -webkit-line-clamp: unset;
    -moz-line-clamp: unset;
    padding-right: 6px;
    margin-right: -6px;
  }
  .opening-systems-page .opening-options__item.is-hidden {
    display: flex;
  }
}

.catalog-promo {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  justify-content: center;
  padding-left: 0.8rem;
}

.catalog-promo__item img {
  border-radius: 0.6rem;
}

@media (max-width: 767px) {
  .catalog__grid .catalog-item.catalog-promo {
    padding-top: 14px;
  }
}

.card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 767px) {
  .catalog__footer {
    display: flex;
    margin-top: 30px;
  }
  .catalog__footer .catalog__pagination {
    display: none;
  }
}

.catalog__h1s,
.interior-catalog__h1s {
  position: relative;
  margin-right: 2rem;
  flex-grow: 1;
}

.bx-search__form {
}
.bx-search.is--opened .bx-search__form {
  max-width: none;
  opacity: 1;
  overflow: visible;
}

.bx-search__open {
  cursor: pointer;
  position: absolute;
  padding-right: 6rem;
  top: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 400;
}
.bx-search.is--opened .bx-search__open {
  display: none;
}
.bx-search__open span {
  display: block;
  line-height: 5.2rem;
}

.autocomplete-suggestions {
  overflow: auto;
  -webkit-box-shadow: 0px 16px 35px 0px #1f222917;
  -moz-box-shadow: 0px 16px 35px 0px #1f222917;
  box-shadow: 0px 16px 35px 0px #1f222917;
  border: 0.5rem solid #f0f0f0;
  border-radius: 3rem;
  background-color: #fff;
  left: 0;
  right: 0;
  width: auto !important;
  margin-top: -0.5rem;
  padding: 3.8rem 4rem;
}
.autocomplete-suggestion {
  overflow: hidden;
}
.autocomplete-suggestion:first-child {
  border-top: none;
}
.autocomplete-suggestion .ws-sug-item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.autocomplete-suggestion:first-child .ws-sug-item {
  border-top: none;
}

.bx-search {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-bottom: 4.3rem;
}
.bx-search__title {
  flex-shrink: 0;
  white-space: nowrap;
  margin-right: 2rem;
}
.bx-search__form {
  flex-grow: 1;
  position: relative;
}
.bx-search__form input {
  width: 100%;
  display: block;
  border: 0.5rem solid #f0f0f0;
  border-radius: 5rem;
  height: 4.7rem;
  line-height: calc(4.7rem - 10px);
  padding: 0 4.5rem 0 2.8rem;
}
.bx-search__form > button,
.bx-search__open > button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 5.2rem;
  z-index: 99999;
  top: 0;
  bottom: 0;
  right: 0;
}
.bx-search button svg {
  position: absolute;
  height: 2rem;
  width: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
}

.ws-sug-item {
  text-decoration: none;
  padding: 2rem 3rem 2rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: stretch;
  align-items: center;
  align-content: flex-start;
  cursor: pointer;
}
.ws-sug-item__image {
  width: 35px;
  flex-shrink: 0;
  flex-grow: 0;
  padding-left: 3px;
}
.ws-sug-item__image i {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding: 118% 0;
  position: relative;
}
.ws-sug-item__image i.no-photo {
  background-color: #d2d2d2;
}
.ws-sug-item__image i:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid rgba(49, 54, 61, 0.2);
  border-radius: 4px;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
}
.ws-sug-item__desc {
  margin: 0 5rem 0 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 45%;
}
.ws-sug-item__name {
  font-size: 1.8rem;
  flex-grow: 1;
}
.ws-sug-item__price {
  font-size: 2rem;
  font-weight: 500;
  width: 110px;
  flex-shrink: 0;
}

.ws-sug-item__btn {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  align-content: stretch;
}
.ws-sug-item__btn button {
  width: 50px;
}
.ws-sug-item__btn .catalog-item__to-favorites {
  position: relative;
  right: auto;
  top: auto;
  margin-right: 8rem;
}

@media (max-width: 767px) {
  .autocomplete-suggestions {
    padding: 2rem 2rem;
  }
  .ws-sug-item {
    padding: 1.5rem 0 1.5rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: stretch;
    align-items: center;
    align-content: flex-start;
    cursor: pointer;
  }
  .ws-sug-item__desc {
    margin: 0 2rem 0 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    width: 45%;
  }
  .ws-sug-item__name {
    font-size: 1.8rem;
    width: 100%;
    margin-bottom: 1rem;
  }
  .ws-sug-item__price {
    width: 100%;
    width: auto;
  }
  .ws-sug-item__btn button {
    width: 50px;
  }
  .ws-sug-item__btn .catalog-item__to-favorites {
    margin-right: 2rem;
  }
}
@media (max-width: 600px) {
  .ws-sug-item__name {
    font-size: 1.6rem;
  }
  .ws-sug-item__price {
    font-size: 1.8rem;
  }
}
@media (max-width: 540px) {
  .bx-search {
    flex-wrap: wrap;
  }
  .bx-search__title {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
  .bx-search__form {
    flex-grow: 1;
    position: relative;
    width: 100%;
  }
}

/* @media (max-width:767px){
   .wrapper{
    opacity: 1;
    transition: none;
   }
} */

.card__offer-title {
  text-align: center;
}

.cart__item-to-favorites {
  position: static !important;
}

@media (max-width: 767px) {
  .breadcrumbs__area li {
    flex: 0 0 auto;
  }
  .breadcrumbs__area ul {
    padding-bottom: 10px;
    margin-bottom: -10px;
  }
}

/**/
.item_316395 .hero__slide-title {
  font-size: 4.6rem;
}
.item_316395 .hero__slide-content p span {
  font-size: 2.2rem;
}
.item_316395 .hero__slide-content p span span {
  font-size: 4rem;
}

@media (max-width: 767px) {
  .item_316395 .hero__slide-bg::before {
  }
}

@media (max-width: 500px) {
  .item_316395 .hero__slide-title {
    font-size: 3rem;
    display: none;
  }
  .item_316395 .hero__slide-bg::before {
    display: none;
  }
}

.header.is-fixed .header__phone {
  margin-right: 0.8rem;
}

.entrance-doors__description .termo-evo_list {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
  padding: 0;
  padding-left: 2rem;
}

@media (max-width: 767px) {
  .entrance-doors__description .termo-evo_list {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .interior-catalog__section-download-item {
    font-size: 9px;
  }
  .interior-catalog__section-download {
    gap: 0;
  }
  .interior-catalog__section-download-title {
    max-width: 100px;
  }
}

@media (max-width: 340px) {
  .interior-catalog__section-download-title {
    max-width: 90px;
  }
  .interior-catalog__section-download-item {
    font-size: 8px;
  }
}

.i-cross {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
  cursor: pointer;
}
.i-cross::before,
.i-cross::after {
  display: block;
  position: absolute;
  content: '';
  background-color: #31363d;
  width: 2px;
  height: 2px;
}
.i-cross::before {
  left: calc(50% - 1px);
  top: 0;
  height: 100%;
}
.i-cross::after {
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
}
.i--close {
  transform: rotate(45deg);
}

.ws-brix__item {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 0;
  max-width: 820px;
}
.ws-brix__title {
  position: relative;
  cursor: pointer;
  padding-right: 70px;
}
.ws-brix__title .ws-brix__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
}
.ws-brix__title .ws-brix__close .i-cross {
  width: 26px;
  height: 26px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -13px;
  margin-top: -13px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.ws-brix__title:hover .ws-brix__close .i-cross {
  background-color: #8c2537;
}
.is--opened > .ws-brix__title .ws-brix__close .i-cross {
  transform: rotate(45deg);
}
.ws-brix__title:hover .ws-brix__close .i-cross::before,
.ws-brix__title:hover .ws-brix__close .i-cross::after {
  background-color: #fff;
}

.ws-brix__title .ws-brix__close .i-cross::before {
  top: 25%;
  height: 50%;
}
.ws-brix__title .ws-brix__close .i-cross::after {
  left: 25%;
  width: 50%;
}
.ws-brix__content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height ease-in-out 0.3s,
    opacity ease-in-out 0.3s;
}
.is--opened > .ws-brix__content {
  max-height: 2000px;
  opacity: 1;
  margin-top: 20px;
}

.ws-brix .h1 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.8rem;
}

.ws-brix__item {
  max-width: 133.4rem;
  width: 100%;
  margin: 0 auto;
  border: none;
  border-radius: 2.8rem;
  box-shadow:
    0 0 1px 0 rgba(44, 74, 89, 0.25),
    0 8px 48px 0 rgba(44, 74, 89, 0.08),
    0 4px 8px 0 rgba(44, 74, 89, 0.08);
  background: #fff;
  margin-bottom: 2rem;
  padding: 2.3rem 5.8rem;
  position: relative;
}
.ws-brix__item:last-of-type {
  margin-bottom: 0;
}

.ws-brix__title {
  position: unset;
}
.ws-brix__title h3 {
  font-weight: 800;
  font-size: 2.6rem;
  color: #1f2229;
  margin-bottom: 2.3rem;
}
.ws-brix__title .ws-brix__text {
  font-weight: 500;
  font-size: 2rem;
  color: #1f2229;
}

.ws-brix__content {
  font-weight: 500;
  font-size: 2rem;
  color: #1f2229;
}

.ws-brix__content h4 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.ws-brix__title,
.ws-brix__content {
  max-width: 102.7rem;
}

.ws-brix__title .ws-brix__close .i-cross {
  top: 3.8rem;
  left: -3.6rem;
  margin: 0;
  width: 5rem;
  height: 5rem;
}

@media (max-width: 767px) {
  .ws-brix .h1 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .ws-brix__item {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
  }
  .ws-brix__title h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ws-brix__title .ws-brix__text {
    font-size: 14px;
  }
  .ws-brix__content {
    font-size: 14px;
  }
  .ws-brix__title .ws-brix__close .i-cross {
    width: 40px;
    height: 40px;
    top: 20px;
    left: -10px;
  }
  .ws-brix__title {
    padding-right: 60px;
  }
}



.cc-block {
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px) / 2);
box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
  color: #1f2229;
  display: flex;
  gap: 2.4rem;
  left: 50%;
  max-width: 80rem;
  min-width: 40rem;
  padding: 1.6rem 2.4rem;
  position: fixed;
  right: auto;
  text-align: center;
  top: auto;
  transform: translateX(-50%);
  white-space: nowrap;
  width: 100%;
  z-index: 1000;
  display: none;
}

.cc-block.is--opened {
  display: block;
}

.b-cook-policy {
  display: flex;
  align-items: center;
  gap: 9rem;
}

.b-cook-policy__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 4px;
  text-align: left;
  white-space: pre-wrap;
  margin-bottom: 0;
}

.b-cook-policy__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family:
    Roboto Condensed,
    sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  background: #b52025;
  border: 1px solid transparent;
border-radius: 3.5rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  justify-content: center;
  letter-spacing: 0;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  padding: 1rem 3rem;
}

.b-cook-policy__btn:hover {
 background: var(--black);
}

.b-cook-policy__text a{
  text-decoration: underline;
}

.b-cook-policy__text a:hover{
  text-decoration: none;
}

@media (max-width: 767px) {
  .cc-block {
    max-width: calc(100% - 24px);
    min-width: unset;
  }
  .b-cook-policy{
    gap:10px;
    flex-direction: column;
  }
  .b-cook-policy__btn{
    max-width: 100%;
    width: 100%;
  }
  .b-cook-policy__text{
    font-size: 12px;
  }
}
