.product-card .product-image-block {
  border-radius: unset !important;
}
.item-detail .img-block .image-wrap img {
  border-radius: unset !important;
}

.product-card .product-info .button-block {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 8px;
}

.product-card .product-info .button-block .counter {
  display: inline-flex;
  border-radius: 8px;
  padding: 12px 12px;
  border: 1px solid rgba(0, 0, 0, 0.07000000000000001);
  transition: 0.25s;
  justify-content: space-between;
}

.product-card .product-info .button-block .btn.btn-primary {
  padding: 12px 25px;
}

.product-card .product-info .button-block .counter .measure {
  color: #000;
}

.product-card .product-info .price-block {
  justify-content: center;
}

.product-card .product-info .pricetext {
  margin-right: 10px;
  font-weight: bold;
  color: #505a62;
}

.product-card .product-info .property-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}

.product-card .product-info .name {
  text-align: center;
}
.product-card .product-info .price.font-body {
  font-weight: bold;
  color: #505a62;
}
.basket-items-list-item-container .basket-item-image-link {
  border-radius: unset !important;
}

.price.zapros {
  font-size: 16px !important;
  margin-bottom: 8px;
}
.collection-fancybox .carousel__nav {
  opacity: 0;
  transition: 300ms;
}
.collection-fancybox:hover .carousel__nav {
  opacity: 1;
  transition: 300ms;
}
#mainCarousel {
  max-width: 970px !important;
  height: auto !important;
}
#thumbCarousel .carousel__slide {
  width: 154px !important;
  height: 104px !important;
}

#thumbCarousel {
  max-width: 970px !important;
}

.finded-container.second {
  margin-left: 15px;
}

.finded-container {
  display: block !important;
}

.header .catalog.menu ul {
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  row-gap: 10px;
  flex-wrap: wrap;
}

.header .catalog.menu .sub ul {
  padding: 0;
}

.header .catalog.menu ul li {
  margin-right: 25px;
}

.header .catalog.menu ul li a span {
  font-size: 21px;
  color: #161a1d;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.header .catalog.menu ul li a span:hover {
  color: #918153;
}
.header-title #pagetitle {
  font-size: 34px;
  line-height: 40px;
}
.overlay .title.coursive {
  font-style: italic;
  font-size: 16px;
}
.search-line {
  z-index: 999;
}

.swiper-slide .title_gold {
  font-weight: bold;
  color: #b8aa83;
  font-size: 14px;
}
.momilealf {
  display: none;
}
.horizontal-filter .justmobile {
  display: flex;
}
.horizontal-filter .forscroll {
  display: flex;
  align-items: center;
}

.collect {
  flex-direction: column;
  display: flex;
}

.text_collection.high {
  max-height: 200px;
}

.collect .clbtn {
  display: flex;
  justify-content: flex-end;
}

.categories-list .pagination-nav {
  width: 100%;
}

.categories-list .loadmore {
  width: 100%;
  margin-bottom: 10px;
}

.col-12.flexcol {
  display: flex;
  flex-direction: row;
}

.col-5.advant {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  margin-left: 20px;
}

.advant .advantage-list {
  display: flex;
  flex-direction: column;
}
.advant .advantage {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.advant .advantage:last-child {
  margin-bottom: 0px;
}

.collection-fancybox {
  margin-bottom: 40px;
}

.advant .advantages .type-collection .advantage .icon {
  width: 72px;
  margin-right: 25px;
}

.header-fixed .phone-block {
  margin-right: 15px;
}

.swiper-wrapper.hmcollect {
  flex-wrap: wrap;
}

.hmcollect .swiper-slide {
  width: 32.5%;
  margin-right: 1%;
  margin-bottom: 15px;
}
.hmcollect .swiper-slide:nth-child(3n) {
  margin-right: 0%;
}
.hmcollect .collazy {
  width: 100%;
}

.hiddenblock {
  display: none;
}

.categories-list .collazy {
  width: 100%;
}

.advantages .advantage:not(:last-child) {
  margin-right: 0px;
}

.advant .advantages {
  padding: 90px 0;
}

footer .catalog-list a h3 {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  margin-bottom: 12px;
  transition: color 0.2s;
  font-weight: 500;
}

@media (max-width: 1050px) {
  .momilealf {
    display: block;
    position: relative;
  }

  .momilealf .alphabet {
    display: flex;
    overflow-x: scroll;
    width: 100%;
  }
  .momilealf .alphabet .alphabet_letter {
    position: unset !important;
    overflow: hidden;
    min-width: 26px;
  }
  .momilealf .alphabet .alphabet_letter:hover .alphabet_letter__factory {
    display: block;
    position: absolute;
    margin-top: 12px;
    left: 0px !important;
  }

  .col-12.flexcol {
    display: flex;
    flex-direction: column;
  }
  .col-4.advant {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .advant .advantage-list {
    display: flex;
    flex-direction: row;
  }
  .advant .advantage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: unset;
    flex-direction: column;
    min-width: 170px !important;
  }
  .advant .advantages {
    padding: 20px 0;
  }
  .collection-fancybox {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 768px) {
  .horizontal-filter .btn-show-categories {
    display: none;
  }
}

@media (max-width: 432px) {
  .product-card .product-info .button-block {
    flex-direction: column;
  }
  .product-card .product-info .button-block .counter {
    margin-bottom: 5px;
  }
  .main-header-wrapper .catalog.menu {
    display: none;
  }

  .finded-container.second {
    margin-left: 0px;
    margin-right: 15px;
  }
  .product-card .product-info .price-block .price {
    text-align: center;
  }

  .smart-filter.horizontal .filter-block.offset-right .filter-body {
    right: 0px;
    left: unset;
  }

  .momilealf {
    display: block;
    position: relative;
  }

  .momilealf .alphabet {
    display: flex;
    overflow-x: scroll;
    width: 100%;
  }
  .momilealf .alphabet .alphabet_letter {
    position: unset !important;
    overflow: hidden;
    min-width: 26px;
  }
  .momilealf .alphabet .alphabet_letter:hover .alphabet_letter__factory {
    display: block;
    position: absolute;
    margin-top: 12px;
    left: 0px !important;
  }
  .horizontal-filter .justmobile {
    position: relative;
    display: block;
    width: 100%;
  }
  .horizontal-filter .justmobile .forscroll {
    width: 100%;
    display: inline-flex;
    z-index: 999;
  }
  .smart-filter.horizontal .justmobile .filter-block {
    margin-bottom: 8px;
    margin-right: 8px;
    min-width: 180px;
    display: inline-block;
  }

  .smart-filter.horizontal .justmobile .filter-body {
    min-width: 320px;
    max-width: calc(100vw - var(--gap) * 2);
  }

  .smart-filter.horizontal .justmobile .filter-link {
    display: flex;
    justify-content: space-between;
  }

  .horizontal-filter .finded-container.finded-horizontal {
    width: 48% !important;
    margin-right: 2% !important;
    font-size: 15px !important;
  }
  .horizontal-filter .finded-container.finded-horizontal:nth-child(2) {
    margin-right: 0px !important;
  }

  .collect.col-12 {
    flex-direction: column;
    display: flex;
  }

  .advant .advantage {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: unset;
    flex-direction: column;
    min-width: 100% !important;
    width: 100%;
    margin-bottom: 10px;
  }

  .advantages .advantage-list {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .advant .advantages .type-collection .advantage .icon {
    width: 72px;
    margin-right: 0px;
  }
  .advantages .advantage-list {
    margin-left: 0px;
  }
  .collection-fancybox {
    margin-bottom: 20px !important;
  }

  .item-detail .similar-items .product-card .product-image-block {
    width: 100% !important;
    height: 232px;
    border-radius: unset;
    overflow: hidden;
  }
}

.product-items-block .product-items.items.row .item-wrap.col {
  display: flex;
}

.swiper-slide.swiper-slide-visible {
  display: flex;
  height: auto;
}

.product-card.item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.item-detail .item-detail-content .img-block .image-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  object-fit: fill;
  border-radius: 12px;
}

.catalog-image-background .product-card.item .product-image-block {
  background-color: #fff;
}

.similar-items .product-card.item {
  width: 100%;
}

.item-detail .previous .product-card .product-image-block,
.item-detail .similar-items .product-card .product-image-block {
  width: 100% !important;
}

.catalog-image-background .added-filters-wrap {
  display: block;
}
.product-card.item .product-image-block .labels {
  background-color: transparent;
}

.labels .label {
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  padding: 2px 10px;
  line-height: 16px;
  margin-right: 3px;
  border-radius: 3px;
}

.labels .label.new {
  background-color: #3cb588;
}

.labels .label.hit {
  background-color: #bba983;
}

.labels .label.sale {
  background-color: #e30f28;
}

.product-card.item .product-image-block .labels .label:not(:first-child) {
  display: block;
}

.previous > .swiper-slider .product-card.item .labels,
.similar-items > .swiper-slider .product-card.item .labels {
  display: flex;
}

.product-card.item .product-image-block .labels {
  display: flex;
  left: auto;
  right: 11px;
  top: 11px;
}

@media (max-width: 478px) {
  .product-card.item .product-image-block .labels {
    justify-content: end;
    max-width: 110px;
    overflow: hidden;
  }
}

/* new fonts */
@font-face {
  font-family: "Open Sans";
  src: url("fonts/OpenSans/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Open Sans Bold";
  src: url("fonts/OpenSans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "D DIN Bold";
  src: url("fonts/D-DIN-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Gothic A1";
  src: url("fonts/gotic/GothicA1-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: "Open Sans", sans-serif !important;
}
.phone-block {
  font-family: "Open Sans", sans-serif;
}

.btn.btn-primary.btn-callback {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
}

.header.type2
  .main-header
  .search-header
  .search-line
  .search-form
  .input
  input {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
}

.small-menu {
  font-family: "Open Sans", sans-serif;
}

.header-title #pagetitle {
  font-family: "D DIN Bold", sans-serif;
}

.header.type2 .top-header .location {
  font-family: "Open Sans", sans-serif;
}

.header .main-header .icons {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
}

.alphabet {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
}

.header .catalog.menu ul li a span {
  font-family: "Gothic A1", sans-serif;
}

.btn {
  font-family: "Open Sans Bold", sans-serif;
  font-weight: bold;
}

.edit_new.content-page > *:first-child:not(.image) {
  margin-top: 10px;
}

.image_blk {
  margin-top: 50px;
  background: #faf7ef;
  border-radius: 16px;
}

.image_blk img {
  width: 100%;
  border-radius: 16px;
}

.image_blk .col-6 {
  padding: 0;
}

.image_blk .col-6:first-child {
  padding: 70px 105px;
}

.image_blk .button {
  padding-top: 30px;
}

.image_blk .button a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #b8aa85;
  border-radius: 16px;
  padding: 20px 40px;
}

.block_contact .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
}

.block_contact .row .col4 {
  width: 32%;
  background: #faf7ef;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  padding-left: 82px;
}

.page-container .block_contact h6 {
  margin: 0;
  font-size: 16px;
  color: #7a8086;
  font-weight: 400;
  padding-bottom: 4px;
}

.page-container .block_contact a {
  font-size: 16px;
  font-weight: 600;
  color: #161a1d;
}

.block_contact .content {
  display: flex;
  gap: 16px;
}

.block_contact .row .phone:before {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("/local/templates/keramstore/images/phone_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: 24px;
}

.block_contact .row .mail:before {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("/local/templates/keramstore/images/mail_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: 24px;
}

.block_contact .row .whatsapp:before {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("/local/templates/keramstore/images/wp_new1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 30px;
  left: 24px;
}

.location_block .title {
  color: #b8aa85;
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 24px;
}

.location_block .adress {
  position: relative;
  padding-left: 34px;
  margin-bottom: 0;
}

.location_block .adress p {
  margin: 0;
  padding-bottom: 4px;
  color: #161a1d;
  font-size: 16px;
  font-weight: 600;
}

.location_block .adress .time {
  font-size: 16px;
  color: #7a8086;
  font-weight: 400;
}

.location_block .adress:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/keramstore/images/location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.forma_design .row {
  margin-left: 0;
  margin-right: 0;
  flex-direction: column;
}

.forma_design .col-8 {
  padding: 0;
}

.forma_design h4 {
  margin: 0;
}

.forma_design .poles {
  padding: 40px;
  background: #f2f2f2;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.forma_design input,
.forma_design select,
.forma_design textarea {
  height: 48px;
  border: none;
  padding: 12px 16px;
  border-radius: 4px;
  outline: none;
  appearance: none;
  font-size: 14px;
  color: #505a62;
  font-family: Open Sans, sans-serif;
  width: 100%;
}

.forma_design input::placeholder,
.forma_design textarea::placeholder {
  font-size: 14px;
  color: #505a62;
  font-family: Open Sans, sans-serif;
}

.forma_design .form_input {
  width: 49%;
}

.forma_design .form_input:last-child {
  width: 100%;
  position: relative;
}

.input-file {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 48px;
  margin-bottom: 0;
  align-items: center;
  padding: 0 16px;
  border: 0.5px dashed #505a62;
}

.input-file-btn {
  position: relative;
  display: flex;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: rgb(255 255 255);
  text-align: center;
  border-radius: 4px;
  background-color: unset;
  line-height: 22px;
  height: 40px;
  padding: 0;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
  align-items: center;
}

.input-file-text {
  display: inline-block;
  font-size: 14px;
  color: #505a62;
}

.input-file input[type="file"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}

.forma_design .row:not(:last-child) {
  padding-bottom: 40px;
}

.forma_design .row.check input {
  height: unset;
  padding: 0;
  margin-bottom: 0;
}

.forma_design .row.check label {
  margin-bottom: 0;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(184, 170, 133, 0.4);
  background: rgba(184, 170, 133, 0.4);
  border-radius: 4px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
  /*  border-color: #0b76ef;
  background-color: #0b76ef;*/

  background-image: url("/local/templates/keramstore/images/check.svg");
  background-size: contain;
}

.forma_design .check a {
  padding-left: 5px;
  color: #505a62;
  text-decoration: underline;
}

.forma_design .checkbox {
  padding-top: 12px;
}

.forma_design .row.check .button input {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  background: #b8aa85;
  padding: 20px;
  border-radius: 16px;
}

.forma_design .row:nth-child(2) .form_input:nth-child(1),
.forma_design .row:nth-child(2) .form_input:nth-child(2) {
  width: 100%;
}

.forma_design .form_input.select {
  position: relative;
}

.forma_design .form_input.select:before {
  display: block;
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: url("/local/templates/keramstore/images/arr_new.svg");
  background-size: contain;
  background-repeat: no-repeat;
  right: 16px;
  top: 12px;
}

.forma_design .row:nth-child(2) textarea {
  height: 68px;
  resize: none;
}

.forma_design .row:nth-child(3) .form_input {
  width: 100%;
}

.forma_design .row:nth-child(3) textarea {
  resize: none;
  height: 96px;
}

.forma_design .row.main {
  flex-direction: row;
  justify-content: space-between;
}

.forma_design .col-8 {
  width: 66%;
  max-width: 66%;
}

.forma_design .col-4 {
  width: 32%;
  max-width: 32%;
  padding: 0;
}

.forma_design .col-4 h3 {
  margin: 0;
  font-size: 32px;
}

.page-container .advert h3 a {
  margin: 0;
  font-size: 32px;
  color: #505a62;
}

.advert .title {
  padding-top: 25px;
}

.advert .price {
  display: flex;
  padding-top: 7px;
}

.advert .price .new {
  color: #161a1d;
  font-size: 20px;
  font-weight: 700;
  padding-right: 12px;
  margin: 0;
}

.advert .price .old {
  color: #c1c1c1;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: relative;
}

.advert .price .old:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #c1c1c1;
  left: 0;
  top: 50%;
}

.comment_slider .slide.yellow {
  background: #faf7ef;
}

.comment_slider .slide.white {
  border: 1px solid #ededed;
}

.comment_slider {
  display: block;
  width: 100%;
  justify-content: space-between;
  height: 415px;
}

.comment_slider .slide {
  padding: 40px;
  border-radius: 16px;
  /*  width: 31%!important;*/
  margin-right: 20px;
}

.comment_slider .slide .comm p {
  font-size: 16px;
  color: #161a1d;
  margin: 0;
  height: 168px;
}

.comment_slider .slide .bold {
  font-size: 16px;
  color: #161a1d;
  font-weight: 600;
  margin: 0;
}

.comment_slider .slide .company {
  font-size: 14px;
  color: #505a62;
  font-weight: 400;
  padding-top: 4px;
  margin: 0;
}

.comment_slider .slide .name {
  padding-top: 35px;
}

.forma_design.comment .form_input:nth-child(3) {
  width: 100%;
}

.forma_design.comment .form_input:nth-child(3) textarea {
  height: 96px;
}

.comment .get_code a {
  font-size: 14px;
  text-decoration: underline;
  color: #505a62;
}

.comment .main .title {
  width: 100%;
}

.comment .main img {
  padding: 102px 119px;
  border: 1px solid #f2f2f2;
  border-radius: 16px;
}

.video_modal {
  margin-bottom: 20px;
}

.cookies_inner {
  background: #ededed;
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 200;
  display: none;
}

.cookie-close {
  position: absolute;
  right: 12px;
  top: 12px;
}

.cookies_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: center;
  padding-left: 25px;
  color: #1e242e;
}

.cookie-js {
  margin-right: 40px;
  margin-top: 12px;
  margin-bottom: 12px;
  width: 225px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  padding: 16px 24px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-blue);
  border-radius: 4px;
  z-index: 1;
}

.card__btn span {
  color: #fff;
  z-index: 200;
}

.card__btn {
  background-color: #b8aa83;
}

.header_city_img {
  width: 10px;
  height: auto;
  position: relative;
  z-index: 10;
  margin-right: 10px;
}

.page-container .company h2 {
  font-family: Gothic A1, sans-serif;
}

.page-container .company h3 {
  font-family: Gothic A1, sans-serif;
}

.image_blk .button {
  display: flex;
}

.header-title #pagetitle {
  font-family: Gothic A1, sans-serif;
}

.page-container .forma_design h4 {
  font-family: Gothic A1, sans-serif;
}

.advert img {
  border-radius: 16px;
}

.forma_design .podzag {
  font-size: 18px;
  color: #505a62;
  font-weight: 400;
}

.input-file {
  border: 2px dashed #505a6282;
  border-radius: 4px;
}

.pickup-points .map-wrap .pickup-points-list {
  padding: 80px;
  width: 40%;
}

.map-section .map-wrap .map {
  width: 60%;
}

.comment .slick-dots li:before {
  display: none;
}

.comment .slick-dots li.slick-active button:before {
  opacity: 1;
  color: unset;
  background: #b8aa83;
  border-radius: 2px;
}

.comment .slick-dots li button:before {
  line-height: 10px;
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 1px solid #b8aa83;
  border-radius: 2px;
  background: transparent;
  color: unset;
}

.comment .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.hide_block {
  display: none;
}

.design_proekt img {
  width: 100%;
}

.design_nav {
  margin-top: 20px;
}

.design_nav .slider {
  margin-right: 16px;
}

.design_nav .slider img {
  border-radius: 6px;
}

.design_nav .slider.slick-current {
  opacity: 1;
}

.design_nav .slider {
  opacity: 0.3;
}
.design_proekt .col-7 {
  width: 50%;
  flex: unset;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.design_proekt .col-5 {
  width: 50%;
  flex: unset;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  padding-left: 130px;
}

.page-container .title_blk h4 {
  font-size: 24px;
  line-height: 28px;
  color: #161a1d;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: Gothic A1, sans-serif;
  margin: 0;
  padding-bottom: 40px;
}

.design_proekt .title_blk .button {
  display: flex;
  padding-bottom: 40px;
}

.design_proekt .title_blk .button a {
  color: #b8aa85;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 80px;
  text-align: center;
  border: 1px solid #b8aa85;
  border-radius: 6px;
}

.design_proekt .title_blk .button a:hover {
  color: #ffffff;
  background: #b8aa85;
}

.character_block {
  padding-top: 20px;
  border-top: 1px solid #ededed;
}

.character {
  display: flex;
}

.character p {
  margin: 0;
}

.character:not(:last-child) {
  padding-bottom: 14px;
}

.character .name p {
  font-size: 14px;
  color: #161a1d;
}

.character .char p {
  font-size: 14px;
  color: #b8aa85;
}

.character .name {
  width: 40%;
}

.character .char {
  width: 60%;
}

.page-container .general h6 {
  color: #161a1d;
  font-size: 14px;
  font-weight: 600;
  font-family: Gothic A1, sans-serif;
  margin: 0;
  padding-bottom: 20px;
}

.design_proekt .row {
  margin-left: 0;
  margin-right: 0;
}

.design_proekt .general {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.design_proekt .general:not(:first-child) {
  padding-top: 20px;
}

.design_proekt .col-5 .button {
  padding-top: 0;
  display: flex;
}

.design_proekt .col-5 .title_blk .button a {
  font-size: 18px;
  font-weight: 600;
  color: #b8aa85;
  background: transparent;
  border-radius: 6px;
  padding: 11px 80px;
  text-align: center;
  border: 1px solid #b8aa85;
}

.design_proekt .col-5 .title_blk .button a:hover {
  background: #b8aa85;
  color: #ffffff;
}

.design_proekt .col-5 .button a {
  background: #b8aa85;
  color: #ffffff;
  border-radius: 6px;
  padding: 11px 60px;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  border: 1px solid #b8aa85;
}

.design_proekt .col-5 .button a:hover {
  background: transparent;
  color: #b8aa85;
}

.number {
  user-select: none;
  position: relative;
  text-align: left;
  padding: 0;
  display: inline-block;
}
.number-minus,
.number-plus {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  background: rgba(237, 237, 237, 0.5);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  font-family: sans-serif;
  color: #161a1d;
  text-decoration: none;
  border: none;
}

.number-text {
  display: inline-block;
  font-size: 14px;
  color: #161a1d;
  line-height: 32px;
  height: 48px;
  padding: 0;
  margin: 0;
  background: #fff;
  outline: none;
  border: none;
  width: 88px;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 6px;
  border: 1px solid #f6f6f6;
}

.finished_project .col-4 {
  padding: 0;
}

.finished_project .row {
  margin-left: 0;
  margin-right: 0;
}

.finished_project .col-4 img {
  border-radius: 5px;
  width: 100%;
  height: 795px;
  object-fit: cover;
}

.finished_project .col-4:nth-child(1) {
  padding-right: 130px;
}

.finished_project .col-4:nth-child(3) {
  padding-left: 200px;
}

.finished_project .design_proekt .col-5 {
  width: 100%;
  flex: unset;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-container .finished_project h2 {
  margin: 0;
  font-size: 44px;
  font-weight: 800;
  color: #161a1d;
  line-height: 56px;
}

.finished_project .character_block {
  padding-top: 40px;
  border-top: none;
}

.finished_project .character .name p {
  font-size: 14px;
  color: #505a62;
}

.finished_project .character .char p {
  font-size: 14px;
  color: #161a1d;
}

.finished_project .design_proekt .general:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.finished_project .nalichie p {
  color: #161a1d;
  font-size: 12px;
  position: relative;
  background: #faf7ef;
  border-radius: 6px;
  padding: 10px 16px 10px 38px;
  margin: 0;
  line-height: normal;
  display: inline-block;
}

.finished_project .nalichie p:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/local/templates/keramstore/images/verify.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 16px;
  top: 10px;
}

.finished_project .price {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.finished_project .price p:nth-child(1) {
  font-size: 44px;
  color: #161a1d;
  font-weight: 700;
}

.finished_project .price p:nth-child(2) {
  margin: 0;
  font-size: 12px;
  color: #161a1d;
  padding-left: 8px;
  line-height: normal;
}

.finished_project .number {
  margin-top: 30px;
  display: flex;
}

.finished_project .kolichestvo {
  margin-top: 10px;
  display: flex;
}

.finished_project .kolichestvo p {
  display: inline-block;
  font-size: 12px;
  color: #161a1d;
  position: relative;
  background: #faf7ef;
  border-radius: 6px;
  padding: 14px 9px 14px 29px;
  margin-bottom: 0;
  line-height: normal;
}

.finished_project .kolichestvo > div:not(:last-child) {
  margin-right: 8px;
}

.finished_project .kolichestvo .weight p {
  padding: 14px 9px;
}

.finished_project .kolichestvo .upakovka p:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url("/local/templates/keramstore/images/box.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: 16px;
}

.finished_project .kolichestvo .kol p:before {
  display: block;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: url("/local/templates/keramstore/images/grid.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 9px;
  top: 16px;
}

.finished_project .col-4:nth-child(3) .button {
  padding-top: 40px;
  display: flex;
}

.finished_project .col-4:nth-child(3) .button a {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding: 12px 52px;
  background: #b8aa85;
  border-radius: 6px;
  text-align: center;
}

.catalog_keramogranit .row {
  gap: 43px;
  margin-left: 0;
  margin-right: 0;
}

.catalog_keramogranit .sidebar-filter {
  width: 20%;
}

.catalog_keramogranit .catalog_item {
  width: 77%;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.catalog_item .item {
  width: 32%;
}

.catalog_item .item h5 {
  margin: 0;
  font-size: 18px;
  color: #161a1d;
  font-weight: 700;
}

.catalog_item .name {
  display: flex;
  align-items: center;
}

.catalog_item .square {
  padding-left: 28px;
}

.catalog_item .square p {
  font-size: 12px;
  color: #161a1d;
  font-weight: 400;
  margin: 0;
  line-height: normal;
}

.catalog_item .item img {
  width: 100%;
  border-radius: 6px;
}

.catalog_item .image {
  padding-bottom: 24px;
}

.catalog_item .item .button {
  padding-top: 24px;
  display: flex;
}

.catalog_item .item .button a {
  font-size: 18px;
  color: #b8aa85;
  font-weight: 600;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #b8aa85;
  padding: 12px 40px;
  width: 100%;
}

.catalog_item .item .button a:hover {
  background: #b8aa85;
  color: #ffffff;
}

.italy p {
  position: relative;
  padding-left: 18px;
}

.italy p:before {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background: url("/local/templates/keramstore/images/italy.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 6px;
}

.design_proekt.keramo_detail .col-5 {
  width: 50%;
  flex: unset;
  max-width: 50%;
  padding-left: 0;
  padding-right: 0;
  padding-right: 130px;
}

.keramo_detail .category {
  display: flex;
}

.keramo_detail .category p {
  margin: 0;
  font-size: 12px;
  color: #161a1d;
  padding: 10px 16px 10px 38px;
  border-radius: 6px;
  position: relative;
  line-height: normal;
}

.keramo_detail .zakaz p {
  background: #faf7ef;
}

.keramo_detail .salon p {
  background: #ddffc4;
}

.keramo_detail .zakaz {
  padding-right: 16px;
}

.keramo_detail .zakaz p:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/local/templates/keramstore/images/box-add.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 16px;
  top: 10px;
}

.keramo_detail .salon p:before {
  display: block;
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/local/templates/keramstore/images/salon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 16px;
  top: 10px;
}

.keramo_detail .character_block {
  padding-top: 20px;
  border-top: none;
}

.keramo_detail .opis {
  padding-top: 20px;
}

.keramo_detail .opis p {
  color: #161a1d;
  font-size: 14px;
  line-height: 24px;
}

.keramo_detail .features {
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
}

.page-container .features h5 {
  font-size: 24px;
  margin: 0;
  font-family: Gothic A1, sans-serif;
}

.design_proekt.keramo_detail .col-5 .button {
  padding-top: 0;
  display: flex;
}

.design_proekt.keramo_detail .col-5 .button a {
  padding: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #b8aa85;
  background: none;
  font-weight: 400;
  border: none;
  margin-top: 0;
  cursor: pointer;
}

.advantage {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.advantage p {
  margin: 0;
  font-size: 14px;
  color: #161a1d;
  position: relative;
  padding: 10px 15px 10px 45px;
  background: #faf7ef;
  border-radius: 6px;
  display: inline-block;
}

.advantage .first p:before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/local/templates/keramstore/images/prem1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 12px;
}

.advantage .second p:before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/local/templates/keramstore/images/prem2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 12px;
}

.advantage .third p:before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/local/templates/keramstore/images/prem3.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 12px;
}

.advantage .fouth p:before {
  display: block;
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  background: url("/local/templates/keramstore/images/prem4.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 12px;
}

.catalog_keramogranit .title {
  width: 100%;
}

.mobile_slide,
.hide_block {
  display: none;
}

.catalog_keramogranit .accordion-head .custom-checkbox {
  position: relative;
  z-index: 0;
  opacity: 1;
}

.catalog_keramogranit .finded-container.font-large-button {
  display: none !important;
}

.catalog_item .square {
  width: 45%;
}

.catalog_keramogranit .filter-block .form-check {
  max-height: 143px;
}

.catalog_keramogranit .filter-block .form-check.active {
  max-height: unset;
}

.catalog_keramogranit .catalog_item {
  height: 100%;
}

.catalog_keramogranit .button_hide {
  padding-top: 16px;
}

.catalog_keramogranit .button_hide p {
  cursor: pointer;
  font-size: 12px;
  color: #b8aa83;
  text-decoration: underline;
  margin: 0;
  line-height: normal;
}

.catalog_keramogranit .font-body-2 {
  font-size: 14px;
  line-height: normal;
}

.catalog_keramogranit
  .filter-block
  .custom-checkbox
  .custom-control-label
  span {
  font-size: 12px;
}

.catalog_keramogranit
  .filter-block
  .custom-checkbox
  .custom-control-label:after {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  left: 0;
  top: 3px;
  border: 1px solid #b8aa83;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 91%;
}

.catalog_keramogranit
  .filter-block
  .custom-checkbox
  .custom-control-label:before {
  display: none;
}

.catalog_keramogranit .filter-block .custom-checkbox .custom-control-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  padding-left: 26px;
  border-radius: 8px;
  background-color: #fff;
  transition: 0.25s;
  cursor: pointer;
}

.catalog_keramogranit .filter-block .custom-checkbox:not(:last-child) {
  margin-bottom: 6px;
}

.catalog_keramogranit .filter-block .filter-link {
  margin-bottom: 16px;
  padding: 0;
}

.catalog_keramogranit .filter-block {
  margin-bottom: 40px;
}

.catalog_keramogranit .accordion-head.filter-block.open .button_hide {
  display: block;
}

.catalog_keramogranit .accordion-head.filter-block .button_hide {
  display: none;
}

.catalog_keramogranit
  .filter-block
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label:after {
  background-image: url("/local/templates/keramstore/images/gold_gal.svg");
  background-color: rgba(184, 170, 131, 0.2);
  background-size: auto;
}

/*.modal_new.modal {
  display: none!important;
}

.modal_new.modal.active {
  display: block!important;
}*/

.modal_new.modal .modal-content {
  border: 0.5px solid #000;
}

.modal_new.modal .modal-title {
  text-align: center;
}

.modal_new .text_pop-up {
  text-align: center;
}

.modal_new .text_pop-up:nth-child(2) {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 15px;
  color: #b8aa83;
}

.modal_new.close_win {
  display: none !important;
}

.design_proekt .char p img {
  width: 12px;
}

/* Товары */

.product-items .item-wrap {
  padding: 0;
}

.product-card .product-image-block {
  border: none;
}

.product-info .font-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-align: left;
}

.product-card .product-image-block .image-slider .product-image {
  background-size: cover;
  border-radius: unset;
  width: 100%;
}

.sort-filter .sort .sort-link {
  color: #b8aa85;
}

.product-card .product-info .name {
  display: block;
  color: #505a62;
  transition: 0.25s;
  text-align: left;
}

.product-card .product-info .property-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: center;
}

.product_fabriq img {
  width: 12px;
}

.product_fabriq .fabric {
  margin-right: 20px;
}

.dop_property {
  padding-top: 28px;
  padding-bottom: 40px;
}

.dop_prop_item {
  display: flex;
}

.dop_prop_item_l {
  width: 50%;
}

.dop_prop_item_r {
  width: 50%;
  color: #b8aa85;
}

.product-card .product-image-block .image-slider .product-image {
  border: none;
}

.footer_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
}

.product-card .product-info .price.font-body {
  font-weight: bold;
  color: #505a62;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
}

.metr {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}

.product-items-block .product-card.item:hover {
  background: #b8aa8569;
}

.page-container .finished_project h2 {
  font-family: "Gothic A1", sans-serif;
  font-weight: 800;
}

.product-card.item .product-info .name {
  font-family: "D DIN Bold", sans-serif;
  color: #161a1d;
  line-height: normal;
  width: 100%;
}

.product-card .product-info .property-block {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 5px;
  margin-top: 5px;
  text-align: left;
  flex-direction: column;
}

.product-card .product-info .property-block > div {
  font-size: 12px;
  width: 100%;
}

.product-card.item .product-image-block {
  margin-bottom: 28px;
}

.character .name_har {
  margin: 0;
  font-size: 12px;
  color: #161a1d;
  width: 40%;
  line-height: normal;
}

.product-card .product-info .property-block > div a {
  width: 45%;
  line-height: normal;
}

.property-block .character:not(:last-child) {
  padding-bottom: 10px;
}

.product-card.item .product-info .property-block {
  margin-top: 28px;
  width: 100%;
  margin-bottom: 40px;
}

.product-card.item .product-info .price.font-body {
  padding-top: 0;
}

.product-card.item .product-info .price-block {
  justify-content: unset;
}

.product-card.item .product-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-card.item .product-info .pricetext {
  display: none;
}

.product-card.item .product-info .price.font-body {
  color: #161a1d;
  font-family: "D DIN Bold", sans-serif;
}

.product-card.item .product-info .button-block {
  display: flex;
  justify-content: unset;
  align-items: unset;
  margin-top: 0;
}

.product-card.item .product-info .button-block .btn.btn-primary {
  background: #faf7ef;
  padding: 12px 12px;
}

div.header.type2 .top-header .menu .sub {
  z-index: 1000;
}

div.header.type2 .top-header .menu .menu-list-0 > li.has-sub.open > .sub {
  background: #faf7ef;
}

div.header.type2 .top-header .menu .menu-list-2 > li {
  background: #faf7ef;
}

.header.type2 .top-header .menu .menu-list-0 > li > a span {
  font-size: 12px;
}

.header.type2 .top-header div.menu .menu-list-0 > li.has-sub > a.more {
  background-image: url("/local/templates/keramstore/images/more.svg");
  background-size: contain;
  width: 14px;
}

.header .top-header .font-body-small {
  font-size: 12px;
  line-height: 18px;
}

.header .catalog.menu .font-body-small {
  font-size: 14px;
  line-height: 20px;
}

.header .btn.btn-primary.btn-callback {
  margin: 5px 0 5px 20px;
  background: unset;
  padding: 5px 10px;
  color: #161a1d;
  border: none;
  font-size: 12px;
  color: #b8aa85;
  text-decoration: underline;
}

.phone-block .dropdown-item.tel_header {
  color: #b8aa85;
}

.main-header-wrapper .btn {
  font-size: 12px;
}

.header.type2 .main-header-wrapper .main-header .menu-button .btn {
  padding: 7px 15px;
}

.header .main-header-wrapper .main-header .logo {
  height: 43px;
}

.main-header-wrapper .menu-button .btn:nth-child(1) {
  margin-right: 20px;
}

.header.type2
  .main-header-wrapper
  .main-header
  .search-header
  .search-line
  .search-form
  .input
  input::placeholder {
  font-size: 12px;
  color: #b8aa85;
}

.header.type2
  .main-header-wrapper
  .main-header
  .search-header
  .search-line
  .search-form {
  padding: 7px 27px;
  background: transparent;
  border: 1px solid rgba(184, 170, 133, 0.2);
}

.main-header-wrapper .icon-search-2-line {
  background-image: url(/local/templates/keramstore/images/search_gold.svg);
  width: 14px;
  height: 14px;
}

.main-header-wrapper .icon-bx-heart {
  background-image: url(/local/templates/keramstore/images/heart_gold.svg);
  height: 21px;
  width: 21px;
}

.main-header-wrapper .icon-basket {
  background-image: url(/local/templates/keramstore/images/basket_gold.svg);
  height: 21px;
  width: 21px;
}

.header .main-header-wrapper .main-header .icons a {
  font-size: 12px;
}

.new_kor.similar-items .h2 {
  margin-top: 60px;
  margin-bottom: 40px;
}

.new_kor .product-card.item {
  padding: 0;
}

.new_kor .product-card .product-image-block .image-slider .product-image {
  background-size: cover;
  width: 100%;
}

.new_kor .product-card.item .product-info {
  padding: 25px;
}

.catalog-image-background .new_kor .product-card.item .product-image-block {
  margin-bottom: 0;
}

.new_kor .product-card.item .product-info .property-block {
  margin-top: 15px !important;
  width: 100%;
  margin-bottom: 0;
}

.new_kor .product-card.item .product-info .property-block.product_fabriq {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0;
}

.new_kor
  .product-card.item
  .product-info
  .property-block.product_fabriq
  .fabric {
  margin-right: 0;
  width: 49%;
}

.new_kor .footer_item {
  width: 100%;
}

.new_kor .product-card.item:hover {
  border: 1px solid #b8aa85;
}

.new_kor .product-card.item:hover .product-info {
  background: #faf7ef;
  border-radius: 0 0 12px 12px;
}

.new_kor .product-card .product-image-block {
  border-radius: 12px !important;
}

/*.new_kor .product-card.item:hover .product-image {
  border-radius: 12px 12px 0 0;
}*/

.new_kor .product-card.item .product-info .button-block a {
  background: #faf7ef;
  border-radius: 6px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_kor .product-card.item:hover .button-block a {
  background: #b8aa85;
}

.new_kor .product-card.item:hover .btn-basket-new path:nth-child(1),
.new_kor .product-card.item:hover .btn-basket-new path:nth-child(2) {
  fill: #ffffff;
}

.new_kor .product-card.item:hover .button-block path:nth-child(3) {
  stroke: #ffffff;
}

.keramo_detail .h1 {
  margin-top: 40px;
  margin-bottom: 28px;
}

.keramo_detail .opis p {
  margin-bottom: 0;
}

div.breadcrumbs {
  margin: 36px 0 46px;
}

div.header-title {
  padding: 0;
}

.forma_design {
  padding-top: 40px;
}

.page-container h4.podzag {
  font-size: 18px;
  line-height: 28px;
  color: #505a62;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0;
}

.keramo_detail a.document_link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
  padding: 10px 20px;
  border: 1px solid #b8aa83;
  border-radius: 5px;
}

.keramo_detail a.document_link:hover {
  background: #b8aa83;
  color: #ffffff;
}

.keramo_detail a.document_link svg {
  width: 20px;
  height: 22px;
}

.keramo_detail a.document_link path {
  fill: #b8aa83;
}

.keramo_detail a.document_link:hover path {
  fill: #ffffff;
}

.page-container h1 {
  margin-bottom: 32px;
  margin: 0;
}

.finished_project .price .price {
  padding-top: 0;
}

.opis {
  height: 110px;
  overflow: hidden;
  position: relative;
}

.opis:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, transparent, white 50%);
}

.show_more {
  padding: 0;
  text-decoration: underline;
  font-size: 14px;
  color: #b8aa85;
  background: none;
  font-weight: 400;
  cursor: pointer;
}

.opis.opener {
  height: auto;
}

@media (max-width: 992px) {
  .product-items.items-col-3 .item-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  .categories-with-photo .swiper-arrows {
    display: none;
  }
}

/* Калькулятор */

/* Ккалькулятор */
.form-desing__is_active,
.form-calculate__is_active {
  display: flex;
}
.form-calculate {
  padding-top: 10%;
}
.form-desing,
.popup-project,
.form-calculate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.menu-popup-line,
.communication-prop,
.popup-callback,
.popup-callback__input-text,
.tile-wrap,
.product-viewed,
.form-desing,
.form-calculate,
.popup-project,
.pop-images,
.tile-page {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #000;
}

.form-calculate__wrap {
  position: relative;
  background: #fff;
  padding: 50px 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.tile-notes-close__places_form-calculate {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tile-notes-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  opacity: 0.3;
  transition: all 300ms;
}

.form-calculate-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.form-calculate-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.form-calculate-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.form-calculate-control {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.form-calculate-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.form-calculate-footer {
  display: flex;
  justify-content: space-between;
}

.form-calculate-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.form-calculate-footer__col_left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.form-calculate__is_active {
  display: flex;
}

.form-calculate {
  padding-top: 10%;
}

.form-desing,
.popup-project,
.form-calculate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  align-items: flex-start;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.form-calculate-table {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}
.form-calculate-padding {
  padding-left: 140px;
  padding-right: 140px;
}

.form-calculate-table__row {
  display: table-row;
}

.form-calculate-table__td {
  padding-left: 20px;
  padding-right: 20px;
}
.form-calculate-table__td {
  display: table-cell;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #252525;
  padding-bottom: 20px;
}

.form-calculate.form-calculate__is_active {
  display: flex;
}

.form-calculate-table__th {
  display: table-cell;
  font-size: 12px;
  line-height: 21px;
  padding-bottom: 30px;
  text-align: center;
}

.form-calculate-footer__col.form-calculate-footer__col_right {
  margin-left: auto;
}

.form-calculate-table__input {
  background: #fff;
  border: 1px solid #c4c4c4;
  box-shadow: inset 0 2px 0 #c4c4c4;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  width: 100px;
  height: 50px;
}

select.form-calculate-table-select__type {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 13px 10px;
  border: 0;
}

.form-calculate-table__input-text::placeholder,
.form-calculate-table__input-text {
  width: 100%;
  text-align: center;
  border: 0;
}

.form-calculate-table__td {
  padding-left: 20px;
  padding-right: 20px;
}

.form-calculate-table__td_right {
  position: relative;
  text-align: right;
}
.form-calculate-table__td {
  display: table-cell;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #252525;
  padding-bottom: 20px;
}

.form-calculate-price__total-size__square,
.form-calculate-result-unit__square {
  font-size: 10px;
  position: relative;
  top: -6px;
  left: -1px;
}

span.form-calculate-result-count {
  width: 50px;
  display: flex;
  position: relative;
  top: 3px;
}

span.form-calculate-result-unit {
  margin-top: -10px;
  top: -20px;
  position: relative;
  left: -15px;
}

.tile-notes-close__icon {
  width: 17px;
  height: 18px;
}

.header.type2 .top-header .menu .menu-list-0.calc li:nth-child(6) {
  display: none;
}

.callbcack_3d {
  display: none;
}

.tile-btn-grey__places_tile-hero_last {
  margin-bottom: 30px;
}
.tile-btn-grey {
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 35px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: auto;
  transition: all 300ms;
  margin-top: 20px;
}

.tile-btn-grey__icon {
  margin-right: 13px;
}

.collection_black {
  color: #000 !important;
}

.collection_orange {
  color: #b8aa85 !important;
}

.keramo_detail.design_proekt .features h5 {
  display: none;
}

.keramo_detail .opis.active {
  height: auto;
}

.keramo_detail .opis.active:after {
  display: none;
}

.design_proekt.keramo_detail .col-5 .button.active {
  padding-top: 15px;
}

.design_proekt.keramo_detail .col-5 .button a:nth-child(2) {
  display: none;
}

.design_proekt.keramo_detail .col-5 .button.active a:nth-child(1) {
  display: none;
}

.design_proekt.keramo_detail .col-5 .button.active a:nth-child(2) {
  display: block;
}

.location_img_header {
  width: 24px;
  height: 24px;
}

.header_phonebox_inner.phonebox_desctop {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  z-index: 200;
}

.header_phonebox_inner .phonebox_items {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: stretch;
  align-content: stretch;
  padding: 25px 25px;
}

.header_address {
  display: flex;
  margin-bottom: 20px;
}

.address_img {
  margin-right: 20px;
}

.address_img img {
  width: 24px;
  height: 24px;
}

.header_phonebox_inner {
  position: absolute;
  background: #ffffff;
  border-radius: 20px;
  width: 293px;
  height: auto;
  top: 55px;
  display: none;
  left: 0;
}

a.header-fixed-mail {
  color: #000;
}

.phone-block a span {
  color: #000;
}

.home_collazy {
  margin-top: 20px;
}

.home_collazy a {
  color: #000;
}

.mail_fixed {
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header.type2 .top-header {
    display: flex !important;
  }

  .header.type2 .top-header .menu .menu-list-0.calc {
    overflow: visible;
    display: none;
}
  .header .location {
    display: flex !important;
}
}
